|
2224 | 2224 | "smithy.api#output": {}
|
2225 | 2225 | }
|
2226 | 2226 | },
|
| 2227 | + "com.amazonaws.elasticloadbalancingv2#DescribeListenerAttributes": { |
| 2228 | + "type": "operation", |
| 2229 | + "input": { |
| 2230 | + "target": "com.amazonaws.elasticloadbalancingv2#DescribeListenerAttributesInput" |
| 2231 | + }, |
| 2232 | + "output": { |
| 2233 | + "target": "com.amazonaws.elasticloadbalancingv2#DescribeListenerAttributesOutput" |
| 2234 | + }, |
| 2235 | + "errors": [ |
| 2236 | + { |
| 2237 | + "target": "com.amazonaws.elasticloadbalancingv2#ListenerNotFoundException" |
| 2238 | + } |
| 2239 | + ], |
| 2240 | + "traits": { |
| 2241 | + "smithy.api#documentation": "<p>Describes the attributes for the specified listener.</p>", |
| 2242 | + "smithy.api#examples": [ |
| 2243 | + { |
| 2244 | + "title": "Describe listener attributes", |
| 2245 | + "documentation": "This example describes the attributes of the specified listener.", |
| 2246 | + "input": { |
| 2247 | + "ListenerArn": "aws:elasticloadbalancing:us-east-1:123456789012:listener/net/my-listener/73e2d6bc24d8a067/d5dc06411fa5bcea" |
| 2248 | + }, |
| 2249 | + "output": {} |
| 2250 | + } |
| 2251 | + ] |
| 2252 | + } |
| 2253 | + }, |
| 2254 | + "com.amazonaws.elasticloadbalancingv2#DescribeListenerAttributesInput": { |
| 2255 | + "type": "structure", |
| 2256 | + "members": { |
| 2257 | + "ListenerArn": { |
| 2258 | + "target": "com.amazonaws.elasticloadbalancingv2#ListenerArn", |
| 2259 | + "traits": { |
| 2260 | + "smithy.api#clientOptional": {}, |
| 2261 | + "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the listener.</p>", |
| 2262 | + "smithy.api#required": {} |
| 2263 | + } |
| 2264 | + } |
| 2265 | + }, |
| 2266 | + "traits": { |
| 2267 | + "smithy.api#input": {} |
| 2268 | + } |
| 2269 | + }, |
| 2270 | + "com.amazonaws.elasticloadbalancingv2#DescribeListenerAttributesOutput": { |
| 2271 | + "type": "structure", |
| 2272 | + "members": { |
| 2273 | + "Attributes": { |
| 2274 | + "target": "com.amazonaws.elasticloadbalancingv2#ListenerAttributes", |
| 2275 | + "traits": { |
| 2276 | + "smithy.api#documentation": "<p>Information about the listener attributes.</p>" |
| 2277 | + } |
| 2278 | + } |
| 2279 | + }, |
| 2280 | + "traits": { |
| 2281 | + "smithy.api#output": {} |
| 2282 | + } |
| 2283 | + }, |
2227 | 2284 | "com.amazonaws.elasticloadbalancingv2#DescribeListenerCertificates": {
|
2228 | 2285 | "type": "operation",
|
2229 | 2286 | "input": {
|
|
3816 | 3873 | {
|
3817 | 3874 | "target": "com.amazonaws.elasticloadbalancingv2#DescribeAccountLimits"
|
3818 | 3875 | },
|
| 3876 | + { |
| 3877 | + "target": "com.amazonaws.elasticloadbalancingv2#DescribeListenerAttributes" |
| 3878 | + }, |
3819 | 3879 | {
|
3820 | 3880 | "target": "com.amazonaws.elasticloadbalancingv2#DescribeListenerCertificates"
|
3821 | 3881 | },
|
|
3867 | 3927 | {
|
3868 | 3928 | "target": "com.amazonaws.elasticloadbalancingv2#ModifyListener"
|
3869 | 3929 | },
|
| 3930 | + { |
| 3931 | + "target": "com.amazonaws.elasticloadbalancingv2#ModifyListenerAttributes" |
| 3932 | + }, |
3870 | 3933 | {
|
3871 | 3934 | "target": "com.amazonaws.elasticloadbalancingv2#ModifyLoadBalancerAttributes"
|
3872 | 3935 | },
|
|
5604 | 5667 | "target": "com.amazonaws.elasticloadbalancingv2#ListenerArn"
|
5605 | 5668 | }
|
5606 | 5669 | },
|
| 5670 | + "com.amazonaws.elasticloadbalancingv2#ListenerAttribute": { |
| 5671 | + "type": "structure", |
| 5672 | + "members": { |
| 5673 | + "Key": { |
| 5674 | + "target": "com.amazonaws.elasticloadbalancingv2#ListenerAttributeKey", |
| 5675 | + "traits": { |
| 5676 | + "smithy.api#documentation": "<p>The name of the attribute.</p>\n <p>The following attribute is supported by Network Load Balancers, and Gateway Load Balancers.</p>\n <ul>\n <li>\n <p>\n <code>tcp.idle_timeout.seconds</code> - The tcp idle timeout value, in seconds. The \n valid range is 60-6000 seconds. The default is 350 seconds.</p>\n </li>\n </ul>" |
| 5677 | + } |
| 5678 | + }, |
| 5679 | + "Value": { |
| 5680 | + "target": "com.amazonaws.elasticloadbalancingv2#ListenerAttributeValue", |
| 5681 | + "traits": { |
| 5682 | + "smithy.api#documentation": "<p>The value of the attribute.</p>" |
| 5683 | + } |
| 5684 | + } |
| 5685 | + }, |
| 5686 | + "traits": { |
| 5687 | + "smithy.api#documentation": "<p>Information about a listener attribute.</p>" |
| 5688 | + } |
| 5689 | + }, |
| 5690 | + "com.amazonaws.elasticloadbalancingv2#ListenerAttributeKey": { |
| 5691 | + "type": "string", |
| 5692 | + "traits": { |
| 5693 | + "smithy.api#length": { |
| 5694 | + "min": 0, |
| 5695 | + "max": 256 |
| 5696 | + }, |
| 5697 | + "smithy.api#pattern": "^[a-zA-Z0-9._]+$" |
| 5698 | + } |
| 5699 | + }, |
| 5700 | + "com.amazonaws.elasticloadbalancingv2#ListenerAttributeValue": { |
| 5701 | + "type": "string" |
| 5702 | + }, |
| 5703 | + "com.amazonaws.elasticloadbalancingv2#ListenerAttributes": { |
| 5704 | + "type": "list", |
| 5705 | + "member": { |
| 5706 | + "target": "com.amazonaws.elasticloadbalancingv2#ListenerAttribute" |
| 5707 | + } |
| 5708 | + }, |
5607 | 5709 | "com.amazonaws.elasticloadbalancingv2#ListenerNotFoundException": {
|
5608 | 5710 | "type": "structure",
|
5609 | 5711 | "members": {
|
|
6123 | 6225 | ]
|
6124 | 6226 | }
|
6125 | 6227 | },
|
| 6228 | + "com.amazonaws.elasticloadbalancingv2#ModifyListenerAttributes": { |
| 6229 | + "type": "operation", |
| 6230 | + "input": { |
| 6231 | + "target": "com.amazonaws.elasticloadbalancingv2#ModifyListenerAttributesInput" |
| 6232 | + }, |
| 6233 | + "output": { |
| 6234 | + "target": "com.amazonaws.elasticloadbalancingv2#ModifyListenerAttributesOutput" |
| 6235 | + }, |
| 6236 | + "errors": [ |
| 6237 | + { |
| 6238 | + "target": "com.amazonaws.elasticloadbalancingv2#InvalidConfigurationRequestException" |
| 6239 | + }, |
| 6240 | + { |
| 6241 | + "target": "com.amazonaws.elasticloadbalancingv2#ListenerNotFoundException" |
| 6242 | + } |
| 6243 | + ], |
| 6244 | + "traits": { |
| 6245 | + "smithy.api#documentation": "<p>Modifies the specified attributes of the specified listener.</p>" |
| 6246 | + } |
| 6247 | + }, |
| 6248 | + "com.amazonaws.elasticloadbalancingv2#ModifyListenerAttributesInput": { |
| 6249 | + "type": "structure", |
| 6250 | + "members": { |
| 6251 | + "ListenerArn": { |
| 6252 | + "target": "com.amazonaws.elasticloadbalancingv2#ListenerArn", |
| 6253 | + "traits": { |
| 6254 | + "smithy.api#clientOptional": {}, |
| 6255 | + "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the listener.</p>", |
| 6256 | + "smithy.api#required": {} |
| 6257 | + } |
| 6258 | + }, |
| 6259 | + "Attributes": { |
| 6260 | + "target": "com.amazonaws.elasticloadbalancingv2#ListenerAttributes", |
| 6261 | + "traits": { |
| 6262 | + "smithy.api#clientOptional": {}, |
| 6263 | + "smithy.api#documentation": "<p>The listener attributes.</p>", |
| 6264 | + "smithy.api#required": {} |
| 6265 | + } |
| 6266 | + } |
| 6267 | + }, |
| 6268 | + "traits": { |
| 6269 | + "smithy.api#input": {} |
| 6270 | + } |
| 6271 | + }, |
| 6272 | + "com.amazonaws.elasticloadbalancingv2#ModifyListenerAttributesOutput": { |
| 6273 | + "type": "structure", |
| 6274 | + "members": { |
| 6275 | + "Attributes": { |
| 6276 | + "target": "com.amazonaws.elasticloadbalancingv2#ListenerAttributes", |
| 6277 | + "traits": { |
| 6278 | + "smithy.api#documentation": "<p>Information about the listener attributes.</p>" |
| 6279 | + } |
| 6280 | + } |
| 6281 | + }, |
| 6282 | + "traits": { |
| 6283 | + "smithy.api#output": {} |
| 6284 | + } |
| 6285 | + }, |
6126 | 6286 | "com.amazonaws.elasticloadbalancingv2#ModifyListenerInput": {
|
6127 | 6287 | "type": "structure",
|
6128 | 6288 | "members": {
|
|
6627 | 6787 | "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupAttributes",
|
6628 | 6788 | "traits": {
|
6629 | 6789 | "smithy.api#clientOptional": {},
|
6630 |
| - "smithy.api#documentation": "<p>The attributes.</p>", |
| 6790 | + "smithy.api#documentation": "<p>The target group attributes.</p>", |
6631 | 6791 | "smithy.api#required": {}
|
6632 | 6792 | }
|
6633 | 6793 | }
|
|
6642 | 6802 | "Attributes": {
|
6643 | 6803 | "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupAttributes",
|
6644 | 6804 | "traits": {
|
6645 |
| - "smithy.api#documentation": "<p>Information about the attributes.</p>" |
| 6805 | + "smithy.api#documentation": "<p>Information about the target group attributes.</p>" |
6646 | 6806 | }
|
6647 | 6807 | }
|
6648 | 6808 | },
|
|
0 commit comments