1{
2    "smithy": "1.0",
3    "metadata": {
4        "suppressions": [
5            {
6                "id": "HttpMethodSemantics",
7                "namespace": "*"
8            },
9            {
10                "id": "HttpResponseCodeSemantics",
11                "namespace": "*"
12            },
13            {
14                "id": "PaginatedTrait",
15                "namespace": "*"
16            },
17            {
18                "id": "HttpHeaderTrait",
19                "namespace": "*"
20            },
21            {
22                "id": "HttpUriConflict",
23                "namespace": "*"
24            },
25            {
26                "id": "Service",
27                "namespace": "*"
28            }
29        ]
30    },
31    "shapes": {
32        "com.amazonaws.elasticloadbalancingv2#ALPNPolicyNotSupportedException": {
33            "type": "structure",
34            "members": {
35                "Message": {
36                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
37                }
38            },
39            "traits": {
40                "smithy.api#documentation": "<p>The specified ALPN policy is not supported.</p>",
41                "smithy.api#error": "client",
42                "smithy.api#httpError": 400
43            }
44        },
45        "com.amazonaws.elasticloadbalancingv2#Action": {
46            "type": "structure",
47            "members": {
48                "Type": {
49                    "target": "com.amazonaws.elasticloadbalancingv2#ActionTypeEnum",
50                    "traits": {
51                        "smithy.api#documentation": "<p>The type of action.</p>",
52                        "smithy.api#required": {}
53                    }
54                },
55                "TargetGroupArn": {
56                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupArn",
57                    "traits": {
58                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the target group. Specify only when <code>Type</code> is\n        <code>forward</code> and you want to route to a single target group. To route to one or more\n      target groups, use <code>ForwardConfig</code> instead.</p>"
59                    }
60                },
61                "AuthenticateOidcConfig": {
62                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionConfig",
63                    "traits": {
64                        "smithy.api#documentation": "<p>[HTTPS listeners] Information about an identity provider that is compliant with OpenID\n      Connect (OIDC). Specify only when <code>Type</code> is <code>authenticate-oidc</code>.</p>"
65                    }
66                },
67                "AuthenticateCognitoConfig": {
68                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionConfig",
69                    "traits": {
70                        "smithy.api#documentation": "<p>[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only\n      when <code>Type</code> is <code>authenticate-cognito</code>.</p>"
71                    }
72                },
73                "Order": {
74                    "target": "com.amazonaws.elasticloadbalancingv2#ActionOrder",
75                    "traits": {
76                        "smithy.api#documentation": "<p>The order for the action. This value is required for rules with multiple actions. The\n      action with the lowest value for order is performed first.</p>"
77                    }
78                },
79                "RedirectConfig": {
80                    "target": "com.amazonaws.elasticloadbalancingv2#RedirectActionConfig",
81                    "traits": {
82                        "smithy.api#documentation": "<p>[Application Load Balancer] Information for creating a redirect action. Specify only when\n        <code>Type</code> is <code>redirect</code>.</p>"
83                    }
84                },
85                "FixedResponseConfig": {
86                    "target": "com.amazonaws.elasticloadbalancingv2#FixedResponseActionConfig",
87                    "traits": {
88                        "smithy.api#documentation": "<p>[Application Load Balancer] Information for creating an action that returns a custom HTTP\n      response. Specify only when <code>Type</code> is <code>fixed-response</code>.</p>"
89                    }
90                },
91                "ForwardConfig": {
92                    "target": "com.amazonaws.elasticloadbalancingv2#ForwardActionConfig",
93                    "traits": {
94                        "smithy.api#documentation": "<p>Information for creating an action that distributes requests among one or more target\n      groups. For Network Load Balancers, you can specify a single target group. Specify only when\n        <code>Type</code> is <code>forward</code>. If you specify both <code>ForwardConfig</code>\n      and <code>TargetGroupArn</code>, you can specify only one target group using\n        <code>ForwardConfig</code> and it must be the same target group specified in\n        <code>TargetGroupArn</code>.</p>"
95                    }
96                }
97            },
98            "traits": {
99                "smithy.api#documentation": "<p>Information about an action.</p>\n         <p>Each rule must include exactly one of the following types of actions:\n      <code>forward</code>, <code>fixed-response</code>, or <code>redirect</code>, and it must be\n      the last action to be performed.</p>"
100            }
101        },
102        "com.amazonaws.elasticloadbalancingv2#ActionOrder": {
103            "type": "integer",
104            "traits": {
105                "smithy.api#box": {},
106                "smithy.api#range": {
107                    "min": 1,
108                    "max": 50000
109                }
110            }
111        },
112        "com.amazonaws.elasticloadbalancingv2#ActionTypeEnum": {
113            "type": "string",
114            "traits": {
115                "smithy.api#enum": [
116                    {
117                        "value": "forward",
118                        "name": "FORWARD"
119                    },
120                    {
121                        "value": "authenticate-oidc",
122                        "name": "AUTHENTICATE_OIDC"
123                    },
124                    {
125                        "value": "authenticate-cognito",
126                        "name": "AUTHENTICATE_COGNITO"
127                    },
128                    {
129                        "value": "redirect",
130                        "name": "REDIRECT"
131                    },
132                    {
133                        "value": "fixed-response",
134                        "name": "FIXED_RESPONSE"
135                    }
136                ]
137            }
138        },
139        "com.amazonaws.elasticloadbalancingv2#Actions": {
140            "type": "list",
141            "member": {
142                "target": "com.amazonaws.elasticloadbalancingv2#Action"
143            }
144        },
145        "com.amazonaws.elasticloadbalancingv2#AddListenerCertificates": {
146            "type": "operation",
147            "input": {
148                "target": "com.amazonaws.elasticloadbalancingv2#AddListenerCertificatesInput"
149            },
150            "output": {
151                "target": "com.amazonaws.elasticloadbalancingv2#AddListenerCertificatesOutput"
152            },
153            "errors": [
154                {
155                    "target": "com.amazonaws.elasticloadbalancingv2#CertificateNotFoundException"
156                },
157                {
158                    "target": "com.amazonaws.elasticloadbalancingv2#ListenerNotFoundException"
159                },
160                {
161                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyCertificatesException"
162                }
163            ],
164            "traits": {
165                "smithy.api#documentation": "<p>Adds the specified SSL server certificate to the certificate list for the specified HTTPS\n      or TLS listener.</p>\n         <p>If the certificate in already in the certificate list, the call is successful but the\n      certificate is not added again.</p>\n    \n         <p>For more information, see <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html\">HTTPS\n        listeners</a> in the <i>Application Load Balancers Guide</i> or <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html\">TLS\n        listeners</a> in the <i>Network Load Balancers Guide</i>.</p>"
166            }
167        },
168        "com.amazonaws.elasticloadbalancingv2#AddListenerCertificatesInput": {
169            "type": "structure",
170            "members": {
171                "ListenerArn": {
172                    "target": "com.amazonaws.elasticloadbalancingv2#ListenerArn",
173                    "traits": {
174                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the listener.</p>",
175                        "smithy.api#required": {}
176                    }
177                },
178                "Certificates": {
179                    "target": "com.amazonaws.elasticloadbalancingv2#CertificateList",
180                    "traits": {
181                        "smithy.api#documentation": "<p>The certificate to add. You can specify one certificate per call. Set\n        <code>CertificateArn</code> to the certificate ARN but do not set\n      <code>IsDefault</code>.</p>",
182                        "smithy.api#required": {}
183                    }
184                }
185            }
186        },
187        "com.amazonaws.elasticloadbalancingv2#AddListenerCertificatesOutput": {
188            "type": "structure",
189            "members": {
190                "Certificates": {
191                    "target": "com.amazonaws.elasticloadbalancingv2#CertificateList",
192                    "traits": {
193                        "smithy.api#documentation": "<p>Information about the certificates in the certificate list.</p>"
194                    }
195                }
196            }
197        },
198        "com.amazonaws.elasticloadbalancingv2#AddTags": {
199            "type": "operation",
200            "input": {
201                "target": "com.amazonaws.elasticloadbalancingv2#AddTagsInput"
202            },
203            "output": {
204                "target": "com.amazonaws.elasticloadbalancingv2#AddTagsOutput"
205            },
206            "errors": [
207                {
208                    "target": "com.amazonaws.elasticloadbalancingv2#DuplicateTagKeysException"
209                },
210                {
211                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerNotFoundException"
212                },
213                {
214                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupNotFoundException"
215                },
216                {
217                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyTagsException"
218                }
219            ],
220            "traits": {
221                "smithy.api#documentation": "<p>Adds the specified tags to the specified Elastic Load Balancing resource. You can tag your\n      Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups,\n      listeners, and rules.</p>\n         <p>Each tag consists of a key and an optional value. If a resource already has a tag with the\n      same key, <code>AddTags</code> updates its value.</p>"
222            }
223        },
224        "com.amazonaws.elasticloadbalancingv2#AddTagsInput": {
225            "type": "structure",
226            "members": {
227                "ResourceArns": {
228                    "target": "com.amazonaws.elasticloadbalancingv2#ResourceArns",
229                    "traits": {
230                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource.</p>",
231                        "smithy.api#required": {}
232                    }
233                },
234                "Tags": {
235                    "target": "com.amazonaws.elasticloadbalancingv2#TagList",
236                    "traits": {
237                        "smithy.api#documentation": "<p>The tags.</p>",
238                        "smithy.api#required": {}
239                    }
240                }
241            }
242        },
243        "com.amazonaws.elasticloadbalancingv2#AddTagsOutput": {
244            "type": "structure",
245            "members": {}
246        },
247        "com.amazonaws.elasticloadbalancingv2#AllocationId": {
248            "type": "string"
249        },
250        "com.amazonaws.elasticloadbalancingv2#AllocationIdNotFoundException": {
251            "type": "structure",
252            "members": {
253                "Message": {
254                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
255                }
256            },
257            "traits": {
258                "smithy.api#documentation": "<p>The specified allocation ID does not exist.</p>",
259                "smithy.api#error": "client",
260                "smithy.api#httpError": 400
261            }
262        },
263        "com.amazonaws.elasticloadbalancingv2#AlpnPolicyName": {
264            "type": "list",
265            "member": {
266                "target": "com.amazonaws.elasticloadbalancingv2#AlpnPolicyValue"
267            }
268        },
269        "com.amazonaws.elasticloadbalancingv2#AlpnPolicyValue": {
270            "type": "string"
271        },
272        "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionAuthenticationRequestExtraParams": {
273            "type": "map",
274            "key": {
275                "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionAuthenticationRequestParamName"
276            },
277            "value": {
278                "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionAuthenticationRequestParamValue"
279            }
280        },
281        "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionAuthenticationRequestParamName": {
282            "type": "string"
283        },
284        "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionAuthenticationRequestParamValue": {
285            "type": "string"
286        },
287        "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionConditionalBehaviorEnum": {
288            "type": "string",
289            "traits": {
290                "smithy.api#enum": [
291                    {
292                        "value": "deny",
293                        "name": "DENY"
294                    },
295                    {
296                        "value": "allow",
297                        "name": "ALLOW"
298                    },
299                    {
300                        "value": "authenticate",
301                        "name": "AUTHENTICATE"
302                    }
303                ]
304            }
305        },
306        "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionConfig": {
307            "type": "structure",
308            "members": {
309                "UserPoolArn": {
310                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionUserPoolArn",
311                    "traits": {
312                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Amazon Cognito user pool.</p>",
313                        "smithy.api#required": {}
314                    }
315                },
316                "UserPoolClientId": {
317                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionUserPoolClientId",
318                    "traits": {
319                        "smithy.api#documentation": "<p>The ID of the Amazon Cognito user pool client.</p>",
320                        "smithy.api#required": {}
321                    }
322                },
323                "UserPoolDomain": {
324                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionUserPoolDomain",
325                    "traits": {
326                        "smithy.api#documentation": "<p>The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.</p>",
327                        "smithy.api#required": {}
328                    }
329                },
330                "SessionCookieName": {
331                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionSessionCookieName",
332                    "traits": {
333                        "smithy.api#documentation": "<p>The name of the cookie used to maintain session information. The default is\n      AWSELBAuthSessionCookie.</p>"
334                    }
335                },
336                "Scope": {
337                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionScope",
338                    "traits": {
339                        "smithy.api#documentation": "<p>The set of user claims to be requested from the IdP. The default is\n      <code>openid</code>.</p>\n         <p>To verify which scope values your IdP supports and how to separate multiple values, see\n      the documentation for your IdP.</p>"
340                    }
341                },
342                "SessionTimeout": {
343                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionSessionTimeout",
344                    "traits": {
345                        "smithy.api#documentation": "<p>The maximum duration of the authentication session, in seconds. The default is 604800\n      seconds (7 days).</p>"
346                    }
347                },
348                "AuthenticationRequestExtraParams": {
349                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionAuthenticationRequestExtraParams",
350                    "traits": {
351                        "smithy.api#documentation": "<p>The query parameters (up to 10) to include in the redirect request to the authorization\n      endpoint.</p>"
352                    }
353                },
354                "OnUnauthenticatedRequest": {
355                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionConditionalBehaviorEnum",
356                    "traits": {
357                        "smithy.api#documentation": "<p>The behavior if the user is not authenticated. The following are possible values:</p>\n         <ul>\n            <li>\n               <p>deny<code></code> - Return an HTTP 401 Unauthorized error.</p>\n            </li>\n            <li>\n               <p>allow<code></code> - Allow the request to be forwarded to the target.</p>\n            </li>\n            <li>\n               <p>authenticate<code></code> - Redirect the request to the IdP authorization endpoint. This is\n          the default value.</p>\n            </li>\n         </ul>"
358                    }
359                }
360            },
361            "traits": {
362                "smithy.api#documentation": "<p>Request parameters to use when integrating with Amazon Cognito to authenticate\n      users.</p>"
363            }
364        },
365        "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionScope": {
366            "type": "string"
367        },
368        "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionSessionCookieName": {
369            "type": "string"
370        },
371        "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionSessionTimeout": {
372            "type": "long",
373            "traits": {
374                "smithy.api#box": {}
375            }
376        },
377        "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionUserPoolArn": {
378            "type": "string"
379        },
380        "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionUserPoolClientId": {
381            "type": "string"
382        },
383        "com.amazonaws.elasticloadbalancingv2#AuthenticateCognitoActionUserPoolDomain": {
384            "type": "string"
385        },
386        "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionAuthenticationRequestExtraParams": {
387            "type": "map",
388            "key": {
389                "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionAuthenticationRequestParamName"
390            },
391            "value": {
392                "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionAuthenticationRequestParamValue"
393            }
394        },
395        "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionAuthenticationRequestParamName": {
396            "type": "string"
397        },
398        "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionAuthenticationRequestParamValue": {
399            "type": "string"
400        },
401        "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionAuthorizationEndpoint": {
402            "type": "string"
403        },
404        "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionClientId": {
405            "type": "string"
406        },
407        "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionClientSecret": {
408            "type": "string"
409        },
410        "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionConditionalBehaviorEnum": {
411            "type": "string",
412            "traits": {
413                "smithy.api#enum": [
414                    {
415                        "value": "deny",
416                        "name": "DENY"
417                    },
418                    {
419                        "value": "allow",
420                        "name": "ALLOW"
421                    },
422                    {
423                        "value": "authenticate",
424                        "name": "AUTHENTICATE"
425                    }
426                ]
427            }
428        },
429        "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionConfig": {
430            "type": "structure",
431            "members": {
432                "Issuer": {
433                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionIssuer",
434                    "traits": {
435                        "smithy.api#documentation": "<p>The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS\n      protocol, the domain, and the path.</p>",
436                        "smithy.api#required": {}
437                    }
438                },
439                "AuthorizationEndpoint": {
440                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionAuthorizationEndpoint",
441                    "traits": {
442                        "smithy.api#documentation": "<p>The authorization endpoint of the IdP. This must be a full URL, including the HTTPS\n      protocol, the domain, and the path.</p>",
443                        "smithy.api#required": {}
444                    }
445                },
446                "TokenEndpoint": {
447                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionTokenEndpoint",
448                    "traits": {
449                        "smithy.api#documentation": "<p>The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the\n      domain, and the path.</p>",
450                        "smithy.api#required": {}
451                    }
452                },
453                "UserInfoEndpoint": {
454                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionUserInfoEndpoint",
455                    "traits": {
456                        "smithy.api#documentation": "<p>The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol,\n      the domain, and the path.</p>",
457                        "smithy.api#required": {}
458                    }
459                },
460                "ClientId": {
461                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionClientId",
462                    "traits": {
463                        "smithy.api#documentation": "<p>The OAuth 2.0 client identifier.</p>",
464                        "smithy.api#required": {}
465                    }
466                },
467                "ClientSecret": {
468                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionClientSecret",
469                    "traits": {
470                        "smithy.api#documentation": "<p>The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you\n      are modifying a rule, you can omit this parameter if you set\n        <code>UseExistingClientSecret</code> to true.</p>"
471                    }
472                },
473                "SessionCookieName": {
474                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionSessionCookieName",
475                    "traits": {
476                        "smithy.api#documentation": "<p>The name of the cookie used to maintain session information. The default is\n      AWSELBAuthSessionCookie.</p>"
477                    }
478                },
479                "Scope": {
480                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionScope",
481                    "traits": {
482                        "smithy.api#documentation": "<p>The set of user claims to be requested from the IdP. The default is\n      <code>openid</code>.</p>\n         <p>To verify which scope values your IdP supports and how to separate multiple values, see\n      the documentation for your IdP.</p>"
483                    }
484                },
485                "SessionTimeout": {
486                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionSessionTimeout",
487                    "traits": {
488                        "smithy.api#documentation": "<p>The maximum duration of the authentication session, in seconds. The default is 604800\n      seconds (7 days).</p>"
489                    }
490                },
491                "AuthenticationRequestExtraParams": {
492                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionAuthenticationRequestExtraParams",
493                    "traits": {
494                        "smithy.api#documentation": "<p>The query parameters (up to 10) to include in the redirect request to the authorization\n      endpoint.</p>"
495                    }
496                },
497                "OnUnauthenticatedRequest": {
498                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionConditionalBehaviorEnum",
499                    "traits": {
500                        "smithy.api#documentation": "<p>The behavior if the user is not authenticated. The following are possible values:</p>\n         <ul>\n            <li>\n               <p>deny<code></code> - Return an HTTP 401 Unauthorized error.</p>\n            </li>\n            <li>\n               <p>allow<code></code> - Allow the request to be forwarded to the target.</p>\n            </li>\n            <li>\n               <p>authenticate<code></code> - Redirect the request to the IdP authorization endpoint. This is\n          the default value.</p>\n            </li>\n         </ul>"
501                    }
502                },
503                "UseExistingClientSecret": {
504                    "target": "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionUseExistingClientSecret",
505                    "traits": {
506                        "smithy.api#documentation": "<p>Indicates whether to use the existing client secret when modifying a rule. If you are\n      creating a rule, you can omit this parameter or set it to false.</p>"
507                    }
508                }
509            },
510            "traits": {
511                "smithy.api#documentation": "<p>Request parameters when using an identity provider (IdP) that is compliant with OpenID\n      Connect (OIDC) to authenticate users.</p>"
512            }
513        },
514        "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionIssuer": {
515            "type": "string"
516        },
517        "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionScope": {
518            "type": "string"
519        },
520        "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionSessionCookieName": {
521            "type": "string"
522        },
523        "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionSessionTimeout": {
524            "type": "long",
525            "traits": {
526                "smithy.api#box": {}
527            }
528        },
529        "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionTokenEndpoint": {
530            "type": "string"
531        },
532        "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionUseExistingClientSecret": {
533            "type": "boolean",
534            "traits": {
535                "smithy.api#box": {}
536            }
537        },
538        "com.amazonaws.elasticloadbalancingv2#AuthenticateOidcActionUserInfoEndpoint": {
539            "type": "string"
540        },
541        "com.amazonaws.elasticloadbalancingv2#AvailabilityZone": {
542            "type": "structure",
543            "members": {
544                "ZoneName": {
545                    "target": "com.amazonaws.elasticloadbalancingv2#ZoneName",
546                    "traits": {
547                        "smithy.api#documentation": "<p>The name of the Availability Zone.</p>"
548                    }
549                },
550                "SubnetId": {
551                    "target": "com.amazonaws.elasticloadbalancingv2#SubnetId",
552                    "traits": {
553                        "smithy.api#documentation": "<p>The ID of the subnet. You can specify one subnet per Availability Zone.</p>"
554                    }
555                },
556                "OutpostId": {
557                    "target": "com.amazonaws.elasticloadbalancingv2#OutpostId",
558                    "traits": {
559                        "smithy.api#documentation": "<p>[Application Load Balancers on Outposts] The ID of the Outpost.</p>"
560                    }
561                },
562                "LoadBalancerAddresses": {
563                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerAddresses",
564                    "traits": {
565                        "smithy.api#documentation": "<p>[Network Load Balancers] If you need static IP addresses for your load balancer, you can\n      specify one Elastic IP address per Availability Zone when you create an internal-facing load\n      balancer. For internal load balancers, you can specify a private IP address from the IPv4\n      range of the subnet.</p>"
566                    }
567                }
568            },
569            "traits": {
570                "smithy.api#documentation": "<p>Information about an Availability Zone.</p>"
571            }
572        },
573        "com.amazonaws.elasticloadbalancingv2#AvailabilityZoneNotSupportedException": {
574            "type": "structure",
575            "members": {
576                "Message": {
577                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
578                }
579            },
580            "traits": {
581                "smithy.api#documentation": "<p>The specified Availability Zone is not supported.</p>",
582                "smithy.api#error": "client",
583                "smithy.api#httpError": 400
584            }
585        },
586        "com.amazonaws.elasticloadbalancingv2#AvailabilityZones": {
587            "type": "list",
588            "member": {
589                "target": "com.amazonaws.elasticloadbalancingv2#AvailabilityZone"
590            }
591        },
592        "com.amazonaws.elasticloadbalancingv2#CanonicalHostedZoneId": {
593            "type": "string"
594        },
595        "com.amazonaws.elasticloadbalancingv2#Certificate": {
596            "type": "structure",
597            "members": {
598                "CertificateArn": {
599                    "target": "com.amazonaws.elasticloadbalancingv2#CertificateArn",
600                    "traits": {
601                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the certificate.</p>"
602                    }
603                },
604                "IsDefault": {
605                    "target": "com.amazonaws.elasticloadbalancingv2#Default",
606                    "traits": {
607                        "smithy.api#documentation": "<p>Indicates whether the certificate is the default certificate. Do not set this value when\n      specifying a certificate as an input. This value is not included in the output when describing\n      a listener, but is included when describing listener certificates.</p>"
608                    }
609                }
610            },
611            "traits": {
612                "smithy.api#documentation": "<p>Information about an SSL server certificate.</p>"
613            }
614        },
615        "com.amazonaws.elasticloadbalancingv2#CertificateArn": {
616            "type": "string"
617        },
618        "com.amazonaws.elasticloadbalancingv2#CertificateList": {
619            "type": "list",
620            "member": {
621                "target": "com.amazonaws.elasticloadbalancingv2#Certificate"
622            }
623        },
624        "com.amazonaws.elasticloadbalancingv2#CertificateNotFoundException": {
625            "type": "structure",
626            "members": {
627                "Message": {
628                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
629                }
630            },
631            "traits": {
632                "smithy.api#documentation": "<p>The specified certificate does not exist.</p>",
633                "smithy.api#error": "client",
634                "smithy.api#httpError": 400
635            }
636        },
637        "com.amazonaws.elasticloadbalancingv2#Cipher": {
638            "type": "structure",
639            "members": {
640                "Name": {
641                    "target": "com.amazonaws.elasticloadbalancingv2#CipherName",
642                    "traits": {
643                        "smithy.api#documentation": "<p>The name of the cipher.</p>"
644                    }
645                },
646                "Priority": {
647                    "target": "com.amazonaws.elasticloadbalancingv2#CipherPriority",
648                    "traits": {
649                        "smithy.api#documentation": "<p>The priority of the cipher.</p>"
650                    }
651                }
652            },
653            "traits": {
654                "smithy.api#documentation": "<p>Information about a cipher used in a policy.</p>"
655            }
656        },
657        "com.amazonaws.elasticloadbalancingv2#CipherName": {
658            "type": "string"
659        },
660        "com.amazonaws.elasticloadbalancingv2#CipherPriority": {
661            "type": "integer"
662        },
663        "com.amazonaws.elasticloadbalancingv2#Ciphers": {
664            "type": "list",
665            "member": {
666                "target": "com.amazonaws.elasticloadbalancingv2#Cipher"
667            }
668        },
669        "com.amazonaws.elasticloadbalancingv2#ConditionFieldName": {
670            "type": "string",
671            "traits": {
672                "smithy.api#length": {
673                    "min": 0,
674                    "max": 64
675                }
676            }
677        },
678        "com.amazonaws.elasticloadbalancingv2#CreateListener": {
679            "type": "operation",
680            "input": {
681                "target": "com.amazonaws.elasticloadbalancingv2#CreateListenerInput"
682            },
683            "output": {
684                "target": "com.amazonaws.elasticloadbalancingv2#CreateListenerOutput"
685            },
686            "errors": [
687                {
688                    "target": "com.amazonaws.elasticloadbalancingv2#ALPNPolicyNotSupportedException"
689                },
690                {
691                    "target": "com.amazonaws.elasticloadbalancingv2#CertificateNotFoundException"
692                },
693                {
694                    "target": "com.amazonaws.elasticloadbalancingv2#DuplicateListenerException"
695                },
696                {
697                    "target": "com.amazonaws.elasticloadbalancingv2#IncompatibleProtocolsException"
698                },
699                {
700                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidConfigurationRequestException"
701                },
702                {
703                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidLoadBalancerActionException"
704                },
705                {
706                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerNotFoundException"
707                },
708                {
709                    "target": "com.amazonaws.elasticloadbalancingv2#SSLPolicyNotFoundException"
710                },
711                {
712                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupAssociationLimitException"
713                },
714                {
715                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupNotFoundException"
716                },
717                {
718                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyActionsException"
719                },
720                {
721                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyCertificatesException"
722                },
723                {
724                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyListenersException"
725                },
726                {
727                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyRegistrationsForTargetIdException"
728                },
729                {
730                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyTagsException"
731                },
732                {
733                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyTargetsException"
734                },
735                {
736                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyUniqueTargetGroupsPerLoadBalancerException"
737                },
738                {
739                    "target": "com.amazonaws.elasticloadbalancingv2#UnsupportedProtocolException"
740                }
741            ],
742            "traits": {
743                "smithy.api#documentation": "<p>Creates a listener for the specified Application Load Balancer, Network Load Balancer, or\n      Gateway Load Balancer.</p>\n    \n\n         <p>For more information, see the following:</p>\n         <ul>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html\">Listeners for\n            your Application Load Balancers</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-listeners.html\">Listeners for\n            your Network Load Balancers</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/gateway-listeners.html\">Listeners for your\n            Gateway Load Balancers</a>\n               </p>\n            </li>\n         </ul>\n\n         <p>This operation is idempotent, which means that it completes at most one time. If you\n      attempt to create multiple listeners with the same settings, each call succeeds.</p>"
744            }
745        },
746        "com.amazonaws.elasticloadbalancingv2#CreateListenerInput": {
747            "type": "structure",
748            "members": {
749                "LoadBalancerArn": {
750                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerArn",
751                    "traits": {
752                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the load balancer.</p>",
753                        "smithy.api#required": {}
754                    }
755                },
756                "Protocol": {
757                    "target": "com.amazonaws.elasticloadbalancingv2#ProtocolEnum",
758                    "traits": {
759                        "smithy.api#documentation": "<p>The protocol for connections from clients to the load balancer. For Application Load\n      Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the\n      supported protocols are TCP, TLS, UDP, and TCP_UDP. You can’t specify the UDP or TCP_UDP\n      protocol if dual-stack mode is enabled. You cannot specify a protocol for a Gateway Load\n      Balancer.</p>"
760                    }
761                },
762                "Port": {
763                    "target": "com.amazonaws.elasticloadbalancingv2#Port",
764                    "traits": {
765                        "smithy.api#documentation": "<p>The port on which the load balancer is listening. You cannot specify a port for a Gateway\n      Load Balancer.</p>"
766                    }
767                },
768                "SslPolicy": {
769                    "target": "com.amazonaws.elasticloadbalancingv2#SslPolicyName",
770                    "traits": {
771                        "smithy.api#documentation": "<p>[HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are\n      supported.</p>\n         <p>For more information, see <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies\">Security policies</a> in the <i>Application Load Balancers Guide</i> and\n        <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#describe-ssl-policies\">Security policies</a> in the <i>Network Load Balancers Guide</i>.</p>"
772                    }
773                },
774                "Certificates": {
775                    "target": "com.amazonaws.elasticloadbalancingv2#CertificateList",
776                    "traits": {
777                        "smithy.api#documentation": "<p>[HTTPS and TLS listeners] The default certificate for the listener. You must provide\n      exactly one certificate. Set <code>CertificateArn</code> to the certificate ARN but do not set\n        <code>IsDefault</code>.</p>"
778                    }
779                },
780                "DefaultActions": {
781                    "target": "com.amazonaws.elasticloadbalancingv2#Actions",
782                    "traits": {
783                        "smithy.api#documentation": "<p>The actions for the default rule.</p>",
784                        "smithy.api#required": {}
785                    }
786                },
787                "AlpnPolicy": {
788                    "target": "com.amazonaws.elasticloadbalancingv2#AlpnPolicyName",
789                    "traits": {
790                        "smithy.api#documentation": "<p>[TLS listeners] The name of the Application-Layer Protocol Negotiation (ALPN) policy. You\n      can specify one policy name. The following are the possible values:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>HTTP1Only</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>HTTP2Only</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>HTTP2Optional</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>HTTP2Preferred</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>None</code>\n               </p>\n            </li>\n         </ul>\n         <p>For more information, see <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#alpn-policies\">ALPN\n        policies</a> in the <i>Network Load Balancers Guide</i>.</p>"
791                    }
792                },
793                "Tags": {
794                    "target": "com.amazonaws.elasticloadbalancingv2#TagList",
795                    "traits": {
796                        "smithy.api#documentation": "<p>The tags to assign to the listener.</p>"
797                    }
798                }
799            }
800        },
801        "com.amazonaws.elasticloadbalancingv2#CreateListenerOutput": {
802            "type": "structure",
803            "members": {
804                "Listeners": {
805                    "target": "com.amazonaws.elasticloadbalancingv2#Listeners",
806                    "traits": {
807                        "smithy.api#documentation": "<p>Information about the listener.</p>"
808                    }
809                }
810            }
811        },
812        "com.amazonaws.elasticloadbalancingv2#CreateLoadBalancer": {
813            "type": "operation",
814            "input": {
815                "target": "com.amazonaws.elasticloadbalancingv2#CreateLoadBalancerInput"
816            },
817            "output": {
818                "target": "com.amazonaws.elasticloadbalancingv2#CreateLoadBalancerOutput"
819            },
820            "errors": [
821                {
822                    "target": "com.amazonaws.elasticloadbalancingv2#AllocationIdNotFoundException"
823                },
824                {
825                    "target": "com.amazonaws.elasticloadbalancingv2#AvailabilityZoneNotSupportedException"
826                },
827                {
828                    "target": "com.amazonaws.elasticloadbalancingv2#DuplicateLoadBalancerNameException"
829                },
830                {
831                    "target": "com.amazonaws.elasticloadbalancingv2#DuplicateTagKeysException"
832                },
833                {
834                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidConfigurationRequestException"
835                },
836                {
837                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidSchemeException"
838                },
839                {
840                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidSecurityGroupException"
841                },
842                {
843                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidSubnetException"
844                },
845                {
846                    "target": "com.amazonaws.elasticloadbalancingv2#OperationNotPermittedException"
847                },
848                {
849                    "target": "com.amazonaws.elasticloadbalancingv2#ResourceInUseException"
850                },
851                {
852                    "target": "com.amazonaws.elasticloadbalancingv2#SubnetNotFoundException"
853                },
854                {
855                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyLoadBalancersException"
856                },
857                {
858                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyTagsException"
859                }
860            ],
861            "traits": {
862                "smithy.api#documentation": "<p>Creates an Application Load Balancer, Network Load Balancer, or Gateway Load\n      Balancer.</p>\n\n    \n\n         <p>For more information, see the following:</p>\n         <ul>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html\">Application Load Balancers</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html\">Network Load\n            Balancers</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/gateway-load-balancers.html\">Gateway Load\n            Balancers</a>\n               </p>\n            </li>\n         </ul>\n\n         <p>This operation is idempotent, which means that it completes at most one time. If you\n      attempt to create multiple load balancers with the same settings, each call succeeds.</p>"
863            }
864        },
865        "com.amazonaws.elasticloadbalancingv2#CreateLoadBalancerInput": {
866            "type": "structure",
867            "members": {
868                "Name": {
869                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerName",
870                    "traits": {
871                        "smithy.api#documentation": "<p>The name of the load balancer.</p>\n         <p>This name must be unique per region per account, can have a maximum of 32 characters, must\n      contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must\n      not begin with \"internal-\".</p>",
872                        "smithy.api#required": {}
873                    }
874                },
875                "Subnets": {
876                    "target": "com.amazonaws.elasticloadbalancingv2#Subnets",
877                    "traits": {
878                        "smithy.api#documentation": "<p>The IDs of the public subnets. You can specify only one subnet per Availability Zone. You\n      must specify either subnets or subnet mappings.</p>\n         <p>[Application Load Balancers] You must specify subnets from at least two Availability\n      Zones.</p>\n         <p>[Application Load Balancers on Outposts] You must specify one Outpost subnet.</p>\n         <p>[Application Load Balancers on Local Zones] You can specify subnets from one or more Local\n      Zones.</p>\n         <p>[Network Load Balancers] You can specify subnets from one or more Availability\n      Zones.</p>\n         <p>[Gateway Load Balancers] You can specify subnets from one or more Availability\n      Zones.</p>"
879                    }
880                },
881                "SubnetMappings": {
882                    "target": "com.amazonaws.elasticloadbalancingv2#SubnetMappings",
883                    "traits": {
884                        "smithy.api#documentation": "<p>The IDs of the public subnets. You can specify only one subnet per Availability Zone. You\n      must specify either subnets or subnet mappings.</p>\n         <p>[Application Load Balancers] You must specify subnets from at least two Availability\n      Zones. You cannot specify Elastic IP addresses for your subnets.</p>\n         <p>[Application Load Balancers on Outposts] You must specify one Outpost subnet.</p>\n         <p>[Application Load Balancers on Local Zones] You can specify subnets from one or more Local\n      Zones.</p>\n         <p>[Network Load Balancers] You can specify subnets from one or more Availability Zones. You\n      can specify one Elastic IP address per subnet if you need static IP addresses for your\n      internet-facing load balancer. For internal load balancers, you can specify one private IP\n      address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you\n      can specify one IPv6 address per subnet.</p>\n         <p>[Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You\n      cannot specify Elastic IP addresses for your subnets.</p>"
885                    }
886                },
887                "SecurityGroups": {
888                    "target": "com.amazonaws.elasticloadbalancingv2#SecurityGroups",
889                    "traits": {
890                        "smithy.api#documentation": "<p>[Application Load Balancers] The IDs of the security groups for the load balancer.</p>"
891                    }
892                },
893                "Scheme": {
894                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerSchemeEnum",
895                    "traits": {
896                        "smithy.api#documentation": "<p>The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an\n      Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes.\n      Therefore, Internet-facing load balancers can route requests from clients over the\n      internet.</p>\n         <p>The nodes of an internal load balancer have only private IP addresses. The DNS name of an\n      internal load balancer is publicly resolvable to the private IP addresses of the nodes.\n      Therefore, internal load balancers can route requests only from clients with access to the VPC\n      for the load balancer.</p>\n         <p>The default is an Internet-facing load balancer.</p>\n         <p>You cannot specify a scheme for a Gateway Load Balancer.</p>"
897                    }
898                },
899                "Tags": {
900                    "target": "com.amazonaws.elasticloadbalancingv2#TagList",
901                    "traits": {
902                        "smithy.api#documentation": "<p>The tags to assign to the load balancer.</p>"
903                    }
904                },
905                "Type": {
906                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerTypeEnum",
907                    "traits": {
908                        "smithy.api#documentation": "<p>The type of load balancer. The default is <code>application</code>.</p>"
909                    }
910                },
911                "IpAddressType": {
912                    "target": "com.amazonaws.elasticloadbalancingv2#IpAddressType",
913                    "traits": {
914                        "smithy.api#documentation": "<p>The type of IP addresses used by the subnets for your load balancer. The possible values\n      are <code>ipv4</code> (for IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6\n      addresses). Internal load balancers must use <code>ipv4</code>.</p>"
915                    }
916                },
917                "CustomerOwnedIpv4Pool": {
918                    "target": "com.amazonaws.elasticloadbalancingv2#CustomerOwnedIpv4Pool",
919                    "traits": {
920                        "smithy.api#documentation": "<p>[Application Load Balancers on Outposts] The ID of the customer-owned address pool (CoIP\n      pool).</p>"
921                    }
922                }
923            }
924        },
925        "com.amazonaws.elasticloadbalancingv2#CreateLoadBalancerOutput": {
926            "type": "structure",
927            "members": {
928                "LoadBalancers": {
929                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancers",
930                    "traits": {
931                        "smithy.api#documentation": "<p>Information about the load balancer.</p>"
932                    }
933                }
934            }
935        },
936        "com.amazonaws.elasticloadbalancingv2#CreateRule": {
937            "type": "operation",
938            "input": {
939                "target": "com.amazonaws.elasticloadbalancingv2#CreateRuleInput"
940            },
941            "output": {
942                "target": "com.amazonaws.elasticloadbalancingv2#CreateRuleOutput"
943            },
944            "errors": [
945                {
946                    "target": "com.amazonaws.elasticloadbalancingv2#IncompatibleProtocolsException"
947                },
948                {
949                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidConfigurationRequestException"
950                },
951                {
952                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidLoadBalancerActionException"
953                },
954                {
955                    "target": "com.amazonaws.elasticloadbalancingv2#ListenerNotFoundException"
956                },
957                {
958                    "target": "com.amazonaws.elasticloadbalancingv2#PriorityInUseException"
959                },
960                {
961                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupAssociationLimitException"
962                },
963                {
964                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupNotFoundException"
965                },
966                {
967                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyActionsException"
968                },
969                {
970                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyRegistrationsForTargetIdException"
971                },
972                {
973                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyRulesException"
974                },
975                {
976                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyTagsException"
977                },
978                {
979                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyTargetGroupsException"
980                },
981                {
982                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyTargetsException"
983                },
984                {
985                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyUniqueTargetGroupsPerLoadBalancerException"
986                },
987                {
988                    "target": "com.amazonaws.elasticloadbalancingv2#UnsupportedProtocolException"
989                }
990            ],
991            "traits": {
992                "smithy.api#documentation": "<p>Creates a rule for the specified listener. The listener must be associated with an\n      Application Load Balancer.</p>\n         <p>Each rule consists of a priority, one or more actions, and one or more conditions. Rules\n      are evaluated in priority order, from the lowest value to the highest value. When the\n      conditions for a rule are met, its actions are performed. If the conditions for no rules are\n      met, the actions for the default rule are performed. For more information, see <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#listener-rules\">Listener rules</a> in the <i>Application Load Balancers Guide</i>.</p>"
993            }
994        },
995        "com.amazonaws.elasticloadbalancingv2#CreateRuleInput": {
996            "type": "structure",
997            "members": {
998                "ListenerArn": {
999                    "target": "com.amazonaws.elasticloadbalancingv2#ListenerArn",
1000                    "traits": {
1001                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the listener.</p>",
1002                        "smithy.api#required": {}
1003                    }
1004                },
1005                "Conditions": {
1006                    "target": "com.amazonaws.elasticloadbalancingv2#RuleConditionList",
1007                    "traits": {
1008                        "smithy.api#documentation": "<p>The conditions.</p>",
1009                        "smithy.api#required": {}
1010                    }
1011                },
1012                "Priority": {
1013                    "target": "com.amazonaws.elasticloadbalancingv2#RulePriority",
1014                    "traits": {
1015                        "smithy.api#documentation": "<p>The rule priority. A listener can't have multiple rules with the same priority.</p>",
1016                        "smithy.api#required": {}
1017                    }
1018                },
1019                "Actions": {
1020                    "target": "com.amazonaws.elasticloadbalancingv2#Actions",
1021                    "traits": {
1022                        "smithy.api#documentation": "<p>The actions.</p>",
1023                        "smithy.api#required": {}
1024                    }
1025                },
1026                "Tags": {
1027                    "target": "com.amazonaws.elasticloadbalancingv2#TagList",
1028                    "traits": {
1029                        "smithy.api#documentation": "<p>The tags to assign to the rule.</p>"
1030                    }
1031                }
1032            }
1033        },
1034        "com.amazonaws.elasticloadbalancingv2#CreateRuleOutput": {
1035            "type": "structure",
1036            "members": {
1037                "Rules": {
1038                    "target": "com.amazonaws.elasticloadbalancingv2#Rules",
1039                    "traits": {
1040                        "smithy.api#documentation": "<p>Information about the rule.</p>"
1041                    }
1042                }
1043            }
1044        },
1045        "com.amazonaws.elasticloadbalancingv2#CreateTargetGroup": {
1046            "type": "operation",
1047            "input": {
1048                "target": "com.amazonaws.elasticloadbalancingv2#CreateTargetGroupInput"
1049            },
1050            "output": {
1051                "target": "com.amazonaws.elasticloadbalancingv2#CreateTargetGroupOutput"
1052            },
1053            "errors": [
1054                {
1055                    "target": "com.amazonaws.elasticloadbalancingv2#DuplicateTargetGroupNameException"
1056                },
1057                {
1058                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidConfigurationRequestException"
1059                },
1060                {
1061                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyTagsException"
1062                },
1063                {
1064                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyTargetGroupsException"
1065                }
1066            ],
1067            "traits": {
1068                "smithy.api#documentation": "<p>Creates a target group.</p>\n    \n    \n    \n         <p>For more information, see the following:</p>\n         <ul>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html\">Target\n            groups for your Application Load Balancers</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html\">Target groups\n            for your Network Load Balancers</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/target-groups.html\">Target groups for your\n            Gateway Load Balancers</a>\n               </p>\n            </li>\n         </ul>\n\n         <p>This operation is idempotent, which means that it completes at most one time. If you\n      attempt to create multiple target groups with the same settings, each call succeeds.</p>"
1069            }
1070        },
1071        "com.amazonaws.elasticloadbalancingv2#CreateTargetGroupInput": {
1072            "type": "structure",
1073            "members": {
1074                "Name": {
1075                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupName",
1076                    "traits": {
1077                        "smithy.api#documentation": "<p>The name of the target group.</p>\n         <p>This name must be unique per region per account, can have a maximum of 32 characters, must\n      contain only alphanumeric characters or hyphens, and must not begin or end with a\n      hyphen.</p>",
1078                        "smithy.api#required": {}
1079                    }
1080                },
1081                "Protocol": {
1082                    "target": "com.amazonaws.elasticloadbalancingv2#ProtocolEnum",
1083                    "traits": {
1084                        "smithy.api#documentation": "<p>The protocol to use for routing traffic to the targets. For Application Load Balancers,\n      the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported\n      protocols are TCP, TLS, UDP, or TCP_UDP. For Gateway Load Balancers, the supported protocol is\n      GENEVE. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a\n      Lambda function, this parameter does not apply.</p>"
1085                    }
1086                },
1087                "ProtocolVersion": {
1088                    "target": "com.amazonaws.elasticloadbalancingv2#ProtocolVersion",
1089                    "traits": {
1090                        "smithy.api#documentation": "<p>[HTTP/HTTPS protocol] The protocol version. Specify <code>GRPC</code> to send requests to\n      targets using gRPC. Specify <code>HTTP2</code> to send requests to targets using HTTP/2. The\n      default is <code>HTTP1</code>, which sends requests to targets using HTTP/1.1.</p>"
1091                    }
1092                },
1093                "Port": {
1094                    "target": "com.amazonaws.elasticloadbalancingv2#Port",
1095                    "traits": {
1096                        "smithy.api#documentation": "<p>The port on which the targets receive traffic. This port is used unless you specify a port\n      override when registering the target. If the target is a Lambda function, this parameter does\n      not apply. If the protocol is GENEVE, the supported port is 6081.</p>"
1097                    }
1098                },
1099                "VpcId": {
1100                    "target": "com.amazonaws.elasticloadbalancingv2#VpcId",
1101                    "traits": {
1102                        "smithy.api#documentation": "<p>The identifier of the virtual private cloud (VPC). If the target is a Lambda function,\n      this parameter does not apply. Otherwise, this parameter is required.</p>"
1103                    }
1104                },
1105                "HealthCheckProtocol": {
1106                    "target": "com.amazonaws.elasticloadbalancingv2#ProtocolEnum",
1107                    "traits": {
1108                        "smithy.api#documentation": "<p>The protocol the load balancer uses when performing health checks on targets. For\n      Application Load Balancers, the default is HTTP. For Network Load Balancers and Gateway Load\n      Balancers, the default is TCP. The TCP protocol is not supported for health checks if the\n      protocol of the target group is HTTP or HTTPS. The GENEVE, TLS, UDP, and TCP_UDP protocols are\n      not supported for health checks.</p>"
1109                    }
1110                },
1111                "HealthCheckPort": {
1112                    "target": "com.amazonaws.elasticloadbalancingv2#HealthCheckPort",
1113                    "traits": {
1114                        "smithy.api#documentation": "<p>The port the load balancer uses when performing health checks on targets. If the protocol\n      is HTTP, HTTPS, TCP, TLS, UDP, or TCP_UDP, the default is <code>traffic-port</code>, which is\n      the port on which each target receives traffic from the load balancer. If the protocol is\n      GENEVE, the default is port 80.</p>"
1115                    }
1116                },
1117                "HealthCheckEnabled": {
1118                    "target": "com.amazonaws.elasticloadbalancingv2#HealthCheckEnabled",
1119                    "traits": {
1120                        "smithy.api#documentation": "<p>Indicates whether health checks are enabled. If the target type is <code>lambda</code>,\n      health checks are disabled by default but can be enabled. If the target type is\n        <code>instance</code> or <code>ip</code>, health checks are always enabled and cannot be\n      disabled.</p>"
1121                    }
1122                },
1123                "HealthCheckPath": {
1124                    "target": "com.amazonaws.elasticloadbalancingv2#Path",
1125                    "traits": {
1126                        "smithy.api#documentation": "<p>[HTTP/HTTPS health checks] The destination for health checks on the targets.</p>\n         <p>[HTTP1 or HTTP2 protocol version] The ping path. The default is /.</p>\n         <p>[GRPC protocol version] The path of a custom health check method with the format\n      /package.service/method. The default is /AWS.ALB/healthcheck.</p>"
1127                    }
1128                },
1129                "HealthCheckIntervalSeconds": {
1130                    "target": "com.amazonaws.elasticloadbalancingv2#HealthCheckIntervalSeconds",
1131                    "traits": {
1132                        "smithy.api#documentation": "<p>The approximate amount of time, in seconds, between health checks of an individual target.\n      If the target group protocol is TCP, TLS, UDP, or TCP_UDP, the supported values are 10 and 30\n      seconds. If the target group protocol is HTTP or HTTPS, the default is 30 seconds. If the\n      target group protocol is GENEVE, the default is 10 seconds. If the target type is\n        <code>lambda</code>, the default is 35 seconds.</p>"
1133                    }
1134                },
1135                "HealthCheckTimeoutSeconds": {
1136                    "target": "com.amazonaws.elasticloadbalancingv2#HealthCheckTimeoutSeconds",
1137                    "traits": {
1138                        "smithy.api#documentation": "<p>The amount of time, in seconds, during which no response from a target means a failed\n      health check. For target groups with a protocol of HTTP, HTTPS, or GENEVE, the default is 5\n      seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for\n      HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is\n        <code>lambda</code>, the default is 30 seconds.</p>"
1139                    }
1140                },
1141                "HealthyThresholdCount": {
1142                    "target": "com.amazonaws.elasticloadbalancingv2#HealthCheckThresholdCount",
1143                    "traits": {
1144                        "smithy.api#documentation": "<p>The number of consecutive health checks successes required before considering an unhealthy\n      target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For\n      target groups with a protocol of TCP, TLS, or GENEVE, the default is 3. If the target type is\n        <code>lambda</code>, the default is 5.</p>"
1145                    }
1146                },
1147                "UnhealthyThresholdCount": {
1148                    "target": "com.amazonaws.elasticloadbalancingv2#HealthCheckThresholdCount",
1149                    "traits": {
1150                        "smithy.api#documentation": "<p>The number of consecutive health check failures required before considering a target\n      unhealthy. If the target group protocol is HTTP or HTTPS, the default is 2. If the target\n      group protocol is TCP or TLS, this value must be the same as the healthy threshold count. If\n      the target group protocol is GENEVE, the default is 3. If the target type is\n        <code>lambda</code>, the default is 2.</p>"
1151                    }
1152                },
1153                "Matcher": {
1154                    "target": "com.amazonaws.elasticloadbalancingv2#Matcher",
1155                    "traits": {
1156                        "smithy.api#documentation": "<p>[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful\n      response from a target.</p>"
1157                    }
1158                },
1159                "TargetType": {
1160                    "target": "com.amazonaws.elasticloadbalancingv2#TargetTypeEnum",
1161                    "traits": {
1162                        "smithy.api#documentation": "<p>The type of target that you must specify when registering targets with this target group.\n      You can't specify targets for a target group using more than one target type.</p>\n         <ul>\n            <li>\n               <p>\n                  <code>instance</code> - Register targets by instance ID. This is the default\n          value.</p>\n            </li>\n            <li>\n               <p>\n                  <code>ip</code> - Register targets by IP address. You can specify IP addresses from\n          the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range\n          (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10).\n          You can't specify publicly routable IP addresses.</p>\n            </li>\n            <li>\n               <p>\n                  <code>lambda</code> - Register a single Lambda function as a target.</p>\n            </li>\n         </ul>"
1163                    }
1164                },
1165                "Tags": {
1166                    "target": "com.amazonaws.elasticloadbalancingv2#TagList",
1167                    "traits": {
1168                        "smithy.api#documentation": "<p>The tags to assign to the target group.</p>"
1169                    }
1170                }
1171            }
1172        },
1173        "com.amazonaws.elasticloadbalancingv2#CreateTargetGroupOutput": {
1174            "type": "structure",
1175            "members": {
1176                "TargetGroups": {
1177                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroups",
1178                    "traits": {
1179                        "smithy.api#documentation": "<p>Information about the target group.</p>"
1180                    }
1181                }
1182            }
1183        },
1184        "com.amazonaws.elasticloadbalancingv2#CreatedTime": {
1185            "type": "timestamp"
1186        },
1187        "com.amazonaws.elasticloadbalancingv2#CustomerOwnedIpv4Pool": {
1188            "type": "string",
1189            "traits": {
1190                "smithy.api#length": {
1191                    "min": 0,
1192                    "max": 256
1193                },
1194                "smithy.api#pattern": "^(ipv4pool-coip-)[a-zA-Z0-9]+$"
1195            }
1196        },
1197        "com.amazonaws.elasticloadbalancingv2#DNSName": {
1198            "type": "string"
1199        },
1200        "com.amazonaws.elasticloadbalancingv2#Default": {
1201            "type": "boolean",
1202            "traits": {
1203                "smithy.api#box": {}
1204            }
1205        },
1206        "com.amazonaws.elasticloadbalancingv2#DeleteListener": {
1207            "type": "operation",
1208            "input": {
1209                "target": "com.amazonaws.elasticloadbalancingv2#DeleteListenerInput"
1210            },
1211            "output": {
1212                "target": "com.amazonaws.elasticloadbalancingv2#DeleteListenerOutput"
1213            },
1214            "errors": [
1215                {
1216                    "target": "com.amazonaws.elasticloadbalancingv2#ListenerNotFoundException"
1217                }
1218            ],
1219            "traits": {
1220                "smithy.api#documentation": "<p>Deletes the specified listener.</p>\n         <p>Alternatively, your listener is deleted when you delete the load balancer to which it is\n        attached.</p>"
1221            }
1222        },
1223        "com.amazonaws.elasticloadbalancingv2#DeleteListenerInput": {
1224            "type": "structure",
1225            "members": {
1226                "ListenerArn": {
1227                    "target": "com.amazonaws.elasticloadbalancingv2#ListenerArn",
1228                    "traits": {
1229                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the listener.</p>",
1230                        "smithy.api#required": {}
1231                    }
1232                }
1233            }
1234        },
1235        "com.amazonaws.elasticloadbalancingv2#DeleteListenerOutput": {
1236            "type": "structure",
1237            "members": {}
1238        },
1239        "com.amazonaws.elasticloadbalancingv2#DeleteLoadBalancer": {
1240            "type": "operation",
1241            "input": {
1242                "target": "com.amazonaws.elasticloadbalancingv2#DeleteLoadBalancerInput"
1243            },
1244            "output": {
1245                "target": "com.amazonaws.elasticloadbalancingv2#DeleteLoadBalancerOutput"
1246            },
1247            "errors": [
1248                {
1249                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerNotFoundException"
1250                },
1251                {
1252                    "target": "com.amazonaws.elasticloadbalancingv2#OperationNotPermittedException"
1253                },
1254                {
1255                    "target": "com.amazonaws.elasticloadbalancingv2#ResourceInUseException"
1256                }
1257            ],
1258            "traits": {
1259                "smithy.api#documentation": "<p>Deletes the specified Application Load Balancer, Network Load Balancer, or Gateway Load\n      Balancer. Deleting a load balancer also deletes its listeners.</p>\n         <p>You can't delete a load balancer if deletion protection is enabled. If the load balancer\n      does not exist or has already been deleted, the call succeeds.</p>\n         <p>Deleting a load balancer does not affect its registered targets. For example, your EC2\n      instances continue to run and are still registered to their target groups. If you no longer\n      need these EC2 instances, you can stop or terminate them.</p>"
1260            }
1261        },
1262        "com.amazonaws.elasticloadbalancingv2#DeleteLoadBalancerInput": {
1263            "type": "structure",
1264            "members": {
1265                "LoadBalancerArn": {
1266                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerArn",
1267                    "traits": {
1268                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the load balancer.</p>",
1269                        "smithy.api#required": {}
1270                    }
1271                }
1272            }
1273        },
1274        "com.amazonaws.elasticloadbalancingv2#DeleteLoadBalancerOutput": {
1275            "type": "structure",
1276            "members": {}
1277        },
1278        "com.amazonaws.elasticloadbalancingv2#DeleteRule": {
1279            "type": "operation",
1280            "input": {
1281                "target": "com.amazonaws.elasticloadbalancingv2#DeleteRuleInput"
1282            },
1283            "output": {
1284                "target": "com.amazonaws.elasticloadbalancingv2#DeleteRuleOutput"
1285            },
1286            "errors": [
1287                {
1288                    "target": "com.amazonaws.elasticloadbalancingv2#OperationNotPermittedException"
1289                },
1290                {
1291                    "target": "com.amazonaws.elasticloadbalancingv2#RuleNotFoundException"
1292                }
1293            ],
1294            "traits": {
1295                "smithy.api#documentation": "<p>Deletes the specified rule.</p>\n         <p>You can't delete the default rule.</p>"
1296            }
1297        },
1298        "com.amazonaws.elasticloadbalancingv2#DeleteRuleInput": {
1299            "type": "structure",
1300            "members": {
1301                "RuleArn": {
1302                    "target": "com.amazonaws.elasticloadbalancingv2#RuleArn",
1303                    "traits": {
1304                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the rule.</p>",
1305                        "smithy.api#required": {}
1306                    }
1307                }
1308            }
1309        },
1310        "com.amazonaws.elasticloadbalancingv2#DeleteRuleOutput": {
1311            "type": "structure",
1312            "members": {}
1313        },
1314        "com.amazonaws.elasticloadbalancingv2#DeleteTargetGroup": {
1315            "type": "operation",
1316            "input": {
1317                "target": "com.amazonaws.elasticloadbalancingv2#DeleteTargetGroupInput"
1318            },
1319            "output": {
1320                "target": "com.amazonaws.elasticloadbalancingv2#DeleteTargetGroupOutput"
1321            },
1322            "errors": [
1323                {
1324                    "target": "com.amazonaws.elasticloadbalancingv2#ResourceInUseException"
1325                }
1326            ],
1327            "traits": {
1328                "smithy.api#documentation": "<p>Deletes the specified target group.</p>\n         <p>You can delete a target group if it is not referenced by any actions. Deleting a target\n      group also deletes any associated health checks. Deleting a target group does not affect its\n      registered targets. For example, any EC2 instances continue to run until you stop or terminate\n      them.</p>"
1329            }
1330        },
1331        "com.amazonaws.elasticloadbalancingv2#DeleteTargetGroupInput": {
1332            "type": "structure",
1333            "members": {
1334                "TargetGroupArn": {
1335                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupArn",
1336                    "traits": {
1337                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the target group.</p>",
1338                        "smithy.api#required": {}
1339                    }
1340                }
1341            }
1342        },
1343        "com.amazonaws.elasticloadbalancingv2#DeleteTargetGroupOutput": {
1344            "type": "structure",
1345            "members": {}
1346        },
1347        "com.amazonaws.elasticloadbalancingv2#DeregisterTargets": {
1348            "type": "operation",
1349            "input": {
1350                "target": "com.amazonaws.elasticloadbalancingv2#DeregisterTargetsInput"
1351            },
1352            "output": {
1353                "target": "com.amazonaws.elasticloadbalancingv2#DeregisterTargetsOutput"
1354            },
1355            "errors": [
1356                {
1357                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidTargetException"
1358                },
1359                {
1360                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupNotFoundException"
1361                }
1362            ],
1363            "traits": {
1364                "smithy.api#documentation": "<p>Deregisters the specified targets from the specified target group. After the targets are\n      deregistered, they no longer receive traffic from the load balancer.</p>"
1365            }
1366        },
1367        "com.amazonaws.elasticloadbalancingv2#DeregisterTargetsInput": {
1368            "type": "structure",
1369            "members": {
1370                "TargetGroupArn": {
1371                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupArn",
1372                    "traits": {
1373                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the target group.</p>",
1374                        "smithy.api#required": {}
1375                    }
1376                },
1377                "Targets": {
1378                    "target": "com.amazonaws.elasticloadbalancingv2#TargetDescriptions",
1379                    "traits": {
1380                        "smithy.api#documentation": "<p>The targets. If you specified a port override when you registered a target, you must\n      specify both the target ID and the port when you deregister it.</p>",
1381                        "smithy.api#required": {}
1382                    }
1383                }
1384            }
1385        },
1386        "com.amazonaws.elasticloadbalancingv2#DeregisterTargetsOutput": {
1387            "type": "structure",
1388            "members": {}
1389        },
1390        "com.amazonaws.elasticloadbalancingv2#DescribeAccountLimits": {
1391            "type": "operation",
1392            "input": {
1393                "target": "com.amazonaws.elasticloadbalancingv2#DescribeAccountLimitsInput"
1394            },
1395            "output": {
1396                "target": "com.amazonaws.elasticloadbalancingv2#DescribeAccountLimitsOutput"
1397            },
1398            "traits": {
1399                "smithy.api#documentation": "<p>Describes the current Elastic Load Balancing resource limits for your AWS account.</p>\n         <p>For more information, see the following:</p>\n         <ul>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html\">Quotas for your\n            Application Load Balancers</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-limits.html\">Quotas for your\n            Network Load Balancers</a>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/quotas-limits.html\">Quotas for your Gateway\n            Load Balancers</a>\n               </p>\n            </li>\n         </ul>"
1400            }
1401        },
1402        "com.amazonaws.elasticloadbalancingv2#DescribeAccountLimitsInput": {
1403            "type": "structure",
1404            "members": {
1405                "Marker": {
1406                    "target": "com.amazonaws.elasticloadbalancingv2#Marker",
1407                    "traits": {
1408                        "smithy.api#documentation": "<p>The marker for the next set of results. (You received this marker from a previous\n      call.)</p>"
1409                    }
1410                },
1411                "PageSize": {
1412                    "target": "com.amazonaws.elasticloadbalancingv2#PageSize",
1413                    "traits": {
1414                        "smithy.api#documentation": "<p>The maximum number of results to return with this call.</p>"
1415                    }
1416                }
1417            }
1418        },
1419        "com.amazonaws.elasticloadbalancingv2#DescribeAccountLimitsOutput": {
1420            "type": "structure",
1421            "members": {
1422                "Limits": {
1423                    "target": "com.amazonaws.elasticloadbalancingv2#Limits",
1424                    "traits": {
1425                        "smithy.api#documentation": "<p>Information about the limits.</p>"
1426                    }
1427                },
1428                "NextMarker": {
1429                    "target": "com.amazonaws.elasticloadbalancingv2#Marker",
1430                    "traits": {
1431                        "smithy.api#documentation": "<p>If there are additional results, this is the marker for the next set of results.\n      Otherwise, this is null.</p>"
1432                    }
1433                }
1434            }
1435        },
1436        "com.amazonaws.elasticloadbalancingv2#DescribeListenerCertificates": {
1437            "type": "operation",
1438            "input": {
1439                "target": "com.amazonaws.elasticloadbalancingv2#DescribeListenerCertificatesInput"
1440            },
1441            "output": {
1442                "target": "com.amazonaws.elasticloadbalancingv2#DescribeListenerCertificatesOutput"
1443            },
1444            "errors": [
1445                {
1446                    "target": "com.amazonaws.elasticloadbalancingv2#ListenerNotFoundException"
1447                }
1448            ],
1449            "traits": {
1450                "smithy.api#documentation": "<p>Describes the default certificate and the certificate list for the specified HTTPS or TLS\n      listener.</p>\n         <p>If the default certificate is also in the certificate list, it appears twice in the\n      results (once with <code>IsDefault</code> set to true and once with <code>IsDefault</code> set\n      to false).</p>\n         <p>For more information, see <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#https-listener-certificates\">SSL certificates</a> in the <i>Application Load Balancers Guide</i> or\n        <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#tls-listener-certificate\">Server certificates</a> in the <i>Network Load Balancers\n      Guide</i>.</p>"
1451            }
1452        },
1453        "com.amazonaws.elasticloadbalancingv2#DescribeListenerCertificatesInput": {
1454            "type": "structure",
1455            "members": {
1456                "ListenerArn": {
1457                    "target": "com.amazonaws.elasticloadbalancingv2#ListenerArn",
1458                    "traits": {
1459                        "smithy.api#documentation": "<p>The Amazon Resource Names (ARN) of the listener.</p>",
1460                        "smithy.api#required": {}
1461                    }
1462                },
1463                "Marker": {
1464                    "target": "com.amazonaws.elasticloadbalancingv2#Marker",
1465                    "traits": {
1466                        "smithy.api#documentation": "<p>The marker for the next set of results. (You received this marker from a previous\n      call.)</p>"
1467                    }
1468                },
1469                "PageSize": {
1470                    "target": "com.amazonaws.elasticloadbalancingv2#PageSize",
1471                    "traits": {
1472                        "smithy.api#documentation": "<p>The maximum number of results to return with this call.</p>"
1473                    }
1474                }
1475            }
1476        },
1477        "com.amazonaws.elasticloadbalancingv2#DescribeListenerCertificatesOutput": {
1478            "type": "structure",
1479            "members": {
1480                "Certificates": {
1481                    "target": "com.amazonaws.elasticloadbalancingv2#CertificateList",
1482                    "traits": {
1483                        "smithy.api#documentation": "<p>Information about the certificates.</p>"
1484                    }
1485                },
1486                "NextMarker": {
1487                    "target": "com.amazonaws.elasticloadbalancingv2#Marker",
1488                    "traits": {
1489                        "smithy.api#documentation": "<p>If there are additional results, this is the marker for the next set of results.\n      Otherwise, this is null.</p>"
1490                    }
1491                }
1492            }
1493        },
1494        "com.amazonaws.elasticloadbalancingv2#DescribeListeners": {
1495            "type": "operation",
1496            "input": {
1497                "target": "com.amazonaws.elasticloadbalancingv2#DescribeListenersInput"
1498            },
1499            "output": {
1500                "target": "com.amazonaws.elasticloadbalancingv2#DescribeListenersOutput"
1501            },
1502            "errors": [
1503                {
1504                    "target": "com.amazonaws.elasticloadbalancingv2#ListenerNotFoundException"
1505                },
1506                {
1507                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerNotFoundException"
1508                },
1509                {
1510                    "target": "com.amazonaws.elasticloadbalancingv2#UnsupportedProtocolException"
1511                }
1512            ],
1513            "traits": {
1514                "smithy.api#documentation": "<p>Describes the specified listeners or the listeners for the specified Application Load\n      Balancer, Network Load Balancer, or Gateway Load Balancer. You must specify either a load\n      balancer or one or more listeners.</p>",
1515                "smithy.api#paginated": {
1516                    "inputToken": "Marker",
1517                    "outputToken": "NextMarker",
1518                    "items": "Listeners"
1519                }
1520            }
1521        },
1522        "com.amazonaws.elasticloadbalancingv2#DescribeListenersInput": {
1523            "type": "structure",
1524            "members": {
1525                "LoadBalancerArn": {
1526                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerArn",
1527                    "traits": {
1528                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the load balancer.</p>"
1529                    }
1530                },
1531                "ListenerArns": {
1532                    "target": "com.amazonaws.elasticloadbalancingv2#ListenerArns",
1533                    "traits": {
1534                        "smithy.api#documentation": "<p>The Amazon Resource Names (ARN) of the listeners.</p>"
1535                    }
1536                },
1537                "Marker": {
1538                    "target": "com.amazonaws.elasticloadbalancingv2#Marker",
1539                    "traits": {
1540                        "smithy.api#documentation": "<p>The marker for the next set of results. (You received this marker from a previous\n      call.)</p>"
1541                    }
1542                },
1543                "PageSize": {
1544                    "target": "com.amazonaws.elasticloadbalancingv2#PageSize",
1545                    "traits": {
1546                        "smithy.api#documentation": "<p>The maximum number of results to return with this call.</p>"
1547                    }
1548                }
1549            }
1550        },
1551        "com.amazonaws.elasticloadbalancingv2#DescribeListenersOutput": {
1552            "type": "structure",
1553            "members": {
1554                "Listeners": {
1555                    "target": "com.amazonaws.elasticloadbalancingv2#Listeners",
1556                    "traits": {
1557                        "smithy.api#documentation": "<p>Information about the listeners.</p>"
1558                    }
1559                },
1560                "NextMarker": {
1561                    "target": "com.amazonaws.elasticloadbalancingv2#Marker",
1562                    "traits": {
1563                        "smithy.api#documentation": "<p>If there are additional results, this is the marker for the next set of results.\n      Otherwise, this is null.</p>"
1564                    }
1565                }
1566            }
1567        },
1568        "com.amazonaws.elasticloadbalancingv2#DescribeLoadBalancerAttributes": {
1569            "type": "operation",
1570            "input": {
1571                "target": "com.amazonaws.elasticloadbalancingv2#DescribeLoadBalancerAttributesInput"
1572            },
1573            "output": {
1574                "target": "com.amazonaws.elasticloadbalancingv2#DescribeLoadBalancerAttributesOutput"
1575            },
1576            "errors": [
1577                {
1578                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerNotFoundException"
1579                }
1580            ],
1581            "traits": {
1582                "smithy.api#documentation": "<p>Describes the attributes for the specified Application Load Balancer, Network Load\n      Balancer, or Gateway Load Balancer.</p>\n\n         <p>For more information, see the following:</p>\n         <ul>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html#load-balancer-attributes\">Load balancer attributes</a> in the <i>Application Load Balancers\n            Guide</i>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#load-balancer-attributes\">Load balancer attributes</a> in the <i>Network Load Balancers\n            Guide</i>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/gateway-load-balancers.html#load-balancer-attributes\">Load balancer attributes</a> in the <i>Gateway Load Balancers\n            Guide</i>\n               </p>\n            </li>\n         </ul>"
1583            }
1584        },
1585        "com.amazonaws.elasticloadbalancingv2#DescribeLoadBalancerAttributesInput": {
1586            "type": "structure",
1587            "members": {
1588                "LoadBalancerArn": {
1589                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerArn",
1590                    "traits": {
1591                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the load balancer.</p>",
1592                        "smithy.api#required": {}
1593                    }
1594                }
1595            }
1596        },
1597        "com.amazonaws.elasticloadbalancingv2#DescribeLoadBalancerAttributesOutput": {
1598            "type": "structure",
1599            "members": {
1600                "Attributes": {
1601                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerAttributes",
1602                    "traits": {
1603                        "smithy.api#documentation": "<p>Information about the load balancer attributes.</p>"
1604                    }
1605                }
1606            }
1607        },
1608        "com.amazonaws.elasticloadbalancingv2#DescribeLoadBalancers": {
1609            "type": "operation",
1610            "input": {
1611                "target": "com.amazonaws.elasticloadbalancingv2#DescribeLoadBalancersInput"
1612            },
1613            "output": {
1614                "target": "com.amazonaws.elasticloadbalancingv2#DescribeLoadBalancersOutput"
1615            },
1616            "errors": [
1617                {
1618                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerNotFoundException"
1619                }
1620            ],
1621            "traits": {
1622                "smithy.api#documentation": "<p>Describes the specified load balancers or all of your load balancers.</p>",
1623                "smithy.api#paginated": {
1624                    "inputToken": "Marker",
1625                    "outputToken": "NextMarker",
1626                    "items": "LoadBalancers"
1627                }
1628            }
1629        },
1630        "com.amazonaws.elasticloadbalancingv2#DescribeLoadBalancersInput": {
1631            "type": "structure",
1632            "members": {
1633                "LoadBalancerArns": {
1634                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerArns",
1635                    "traits": {
1636                        "smithy.api#documentation": "<p>The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load\n      balancers in a single call.</p>"
1637                    }
1638                },
1639                "Names": {
1640                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerNames",
1641                    "traits": {
1642                        "smithy.api#documentation": "<p>The names of the load balancers.</p>"
1643                    }
1644                },
1645                "Marker": {
1646                    "target": "com.amazonaws.elasticloadbalancingv2#Marker",
1647                    "traits": {
1648                        "smithy.api#documentation": "<p>The marker for the next set of results. (You received this marker from a previous\n      call.)</p>"
1649                    }
1650                },
1651                "PageSize": {
1652                    "target": "com.amazonaws.elasticloadbalancingv2#PageSize",
1653                    "traits": {
1654                        "smithy.api#documentation": "<p>The maximum number of results to return with this call.</p>"
1655                    }
1656                }
1657            }
1658        },
1659        "com.amazonaws.elasticloadbalancingv2#DescribeLoadBalancersOutput": {
1660            "type": "structure",
1661            "members": {
1662                "LoadBalancers": {
1663                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancers",
1664                    "traits": {
1665                        "smithy.api#documentation": "<p>Information about the load balancers.</p>"
1666                    }
1667                },
1668                "NextMarker": {
1669                    "target": "com.amazonaws.elasticloadbalancingv2#Marker",
1670                    "traits": {
1671                        "smithy.api#documentation": "<p>If there are additional results, this is the marker for the next set of results.\n      Otherwise, this is null.</p>"
1672                    }
1673                }
1674            }
1675        },
1676        "com.amazonaws.elasticloadbalancingv2#DescribeRules": {
1677            "type": "operation",
1678            "input": {
1679                "target": "com.amazonaws.elasticloadbalancingv2#DescribeRulesInput"
1680            },
1681            "output": {
1682                "target": "com.amazonaws.elasticloadbalancingv2#DescribeRulesOutput"
1683            },
1684            "errors": [
1685                {
1686                    "target": "com.amazonaws.elasticloadbalancingv2#ListenerNotFoundException"
1687                },
1688                {
1689                    "target": "com.amazonaws.elasticloadbalancingv2#RuleNotFoundException"
1690                },
1691                {
1692                    "target": "com.amazonaws.elasticloadbalancingv2#UnsupportedProtocolException"
1693                }
1694            ],
1695            "traits": {
1696                "smithy.api#documentation": "<p>Describes the specified rules or the rules for the specified listener. You must specify\n      either a listener or one or more rules.</p>"
1697            }
1698        },
1699        "com.amazonaws.elasticloadbalancingv2#DescribeRulesInput": {
1700            "type": "structure",
1701            "members": {
1702                "ListenerArn": {
1703                    "target": "com.amazonaws.elasticloadbalancingv2#ListenerArn",
1704                    "traits": {
1705                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the listener.</p>"
1706                    }
1707                },
1708                "RuleArns": {
1709                    "target": "com.amazonaws.elasticloadbalancingv2#RuleArns",
1710                    "traits": {
1711                        "smithy.api#documentation": "<p>The Amazon Resource Names (ARN) of the rules.</p>"
1712                    }
1713                },
1714                "Marker": {
1715                    "target": "com.amazonaws.elasticloadbalancingv2#Marker",
1716                    "traits": {
1717                        "smithy.api#documentation": "<p>The marker for the next set of results. (You received this marker from a previous\n      call.)</p>"
1718                    }
1719                },
1720                "PageSize": {
1721                    "target": "com.amazonaws.elasticloadbalancingv2#PageSize",
1722                    "traits": {
1723                        "smithy.api#documentation": "<p>The maximum number of results to return with this call.</p>"
1724                    }
1725                }
1726            }
1727        },
1728        "com.amazonaws.elasticloadbalancingv2#DescribeRulesOutput": {
1729            "type": "structure",
1730            "members": {
1731                "Rules": {
1732                    "target": "com.amazonaws.elasticloadbalancingv2#Rules",
1733                    "traits": {
1734                        "smithy.api#documentation": "<p>Information about the rules.</p>"
1735                    }
1736                },
1737                "NextMarker": {
1738                    "target": "com.amazonaws.elasticloadbalancingv2#Marker",
1739                    "traits": {
1740                        "smithy.api#documentation": "<p>If there are additional results, this is the marker for the next set of results.\n      Otherwise, this is null.</p>"
1741                    }
1742                }
1743            }
1744        },
1745        "com.amazonaws.elasticloadbalancingv2#DescribeSSLPolicies": {
1746            "type": "operation",
1747            "input": {
1748                "target": "com.amazonaws.elasticloadbalancingv2#DescribeSSLPoliciesInput"
1749            },
1750            "output": {
1751                "target": "com.amazonaws.elasticloadbalancingv2#DescribeSSLPoliciesOutput"
1752            },
1753            "errors": [
1754                {
1755                    "target": "com.amazonaws.elasticloadbalancingv2#SSLPolicyNotFoundException"
1756                }
1757            ],
1758            "traits": {
1759                "smithy.api#documentation": "<p>Describes the specified policies or all policies used for SSL negotiation.</p>\n         <p>For more information, see <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies\">Security policies</a> in the <i>Application Load Balancers Guide</i> or\n        <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#describe-ssl-policies\">Security policies</a> in the <i>Network Load Balancers Guide</i>.</p>"
1760            }
1761        },
1762        "com.amazonaws.elasticloadbalancingv2#DescribeSSLPoliciesInput": {
1763            "type": "structure",
1764            "members": {
1765                "Names": {
1766                    "target": "com.amazonaws.elasticloadbalancingv2#SslPolicyNames",
1767                    "traits": {
1768                        "smithy.api#documentation": "<p>The names of the policies.</p>"
1769                    }
1770                },
1771                "Marker": {
1772                    "target": "com.amazonaws.elasticloadbalancingv2#Marker",
1773                    "traits": {
1774                        "smithy.api#documentation": "<p>The marker for the next set of results. (You received this marker from a previous\n      call.)</p>"
1775                    }
1776                },
1777                "PageSize": {
1778                    "target": "com.amazonaws.elasticloadbalancingv2#PageSize",
1779                    "traits": {
1780                        "smithy.api#documentation": "<p>The maximum number of results to return with this call.</p>"
1781                    }
1782                }
1783            }
1784        },
1785        "com.amazonaws.elasticloadbalancingv2#DescribeSSLPoliciesOutput": {
1786            "type": "structure",
1787            "members": {
1788                "SslPolicies": {
1789                    "target": "com.amazonaws.elasticloadbalancingv2#SslPolicies",
1790                    "traits": {
1791                        "smithy.api#documentation": "<p>Information about the security policies.</p>"
1792                    }
1793                },
1794                "NextMarker": {
1795                    "target": "com.amazonaws.elasticloadbalancingv2#Marker",
1796                    "traits": {
1797                        "smithy.api#documentation": "<p>If there are additional results, this is the marker for the next set of results.\n      Otherwise, this is null.</p>"
1798                    }
1799                }
1800            }
1801        },
1802        "com.amazonaws.elasticloadbalancingv2#DescribeTags": {
1803            "type": "operation",
1804            "input": {
1805                "target": "com.amazonaws.elasticloadbalancingv2#DescribeTagsInput"
1806            },
1807            "output": {
1808                "target": "com.amazonaws.elasticloadbalancingv2#DescribeTagsOutput"
1809            },
1810            "errors": [
1811                {
1812                    "target": "com.amazonaws.elasticloadbalancingv2#ListenerNotFoundException"
1813                },
1814                {
1815                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerNotFoundException"
1816                },
1817                {
1818                    "target": "com.amazonaws.elasticloadbalancingv2#RuleNotFoundException"
1819                },
1820                {
1821                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupNotFoundException"
1822                }
1823            ],
1824            "traits": {
1825                "smithy.api#documentation": "<p>Describes the tags for the specified Elastic Load Balancing resources. You can describe\n      the tags for one or more Application Load Balancers, Network Load Balancers, Gateway Load\n      Balancers, target groups, listeners, or rules.</p>"
1826            }
1827        },
1828        "com.amazonaws.elasticloadbalancingv2#DescribeTagsInput": {
1829            "type": "structure",
1830            "members": {
1831                "ResourceArns": {
1832                    "target": "com.amazonaws.elasticloadbalancingv2#ResourceArns",
1833                    "traits": {
1834                        "smithy.api#documentation": "<p>The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a\n      single call.</p>",
1835                        "smithy.api#required": {}
1836                    }
1837                }
1838            }
1839        },
1840        "com.amazonaws.elasticloadbalancingv2#DescribeTagsOutput": {
1841            "type": "structure",
1842            "members": {
1843                "TagDescriptions": {
1844                    "target": "com.amazonaws.elasticloadbalancingv2#TagDescriptions",
1845                    "traits": {
1846                        "smithy.api#documentation": "<p>Information about the tags.</p>"
1847                    }
1848                }
1849            }
1850        },
1851        "com.amazonaws.elasticloadbalancingv2#DescribeTargetGroupAttributes": {
1852            "type": "operation",
1853            "input": {
1854                "target": "com.amazonaws.elasticloadbalancingv2#DescribeTargetGroupAttributesInput"
1855            },
1856            "output": {
1857                "target": "com.amazonaws.elasticloadbalancingv2#DescribeTargetGroupAttributesOutput"
1858            },
1859            "errors": [
1860                {
1861                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupNotFoundException"
1862                }
1863            ],
1864            "traits": {
1865                "smithy.api#documentation": "<p>Describes the attributes for the specified target group.</p>\n         <p>For more information, see the following:</p>\n         <ul>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html#target-group-attributes\">Target group attributes</a> in the <i>Application Load Balancers\n            Guide</i>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#target-group-attributes\">Target group attributes</a> in the <i>Network Load Balancers\n            Guide</i>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/target-groups.html#target-group-attributes\">Target group attributes</a> in the <i>Gateway Load Balancers\n            Guide</i>\n               </p>\n            </li>\n         </ul>"
1866            }
1867        },
1868        "com.amazonaws.elasticloadbalancingv2#DescribeTargetGroupAttributesInput": {
1869            "type": "structure",
1870            "members": {
1871                "TargetGroupArn": {
1872                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupArn",
1873                    "traits": {
1874                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the target group.</p>",
1875                        "smithy.api#required": {}
1876                    }
1877                }
1878            }
1879        },
1880        "com.amazonaws.elasticloadbalancingv2#DescribeTargetGroupAttributesOutput": {
1881            "type": "structure",
1882            "members": {
1883                "Attributes": {
1884                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupAttributes",
1885                    "traits": {
1886                        "smithy.api#documentation": "<p>Information about the target group attributes</p>"
1887                    }
1888                }
1889            }
1890        },
1891        "com.amazonaws.elasticloadbalancingv2#DescribeTargetGroups": {
1892            "type": "operation",
1893            "input": {
1894                "target": "com.amazonaws.elasticloadbalancingv2#DescribeTargetGroupsInput"
1895            },
1896            "output": {
1897                "target": "com.amazonaws.elasticloadbalancingv2#DescribeTargetGroupsOutput"
1898            },
1899            "errors": [
1900                {
1901                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerNotFoundException"
1902                },
1903                {
1904                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupNotFoundException"
1905                }
1906            ],
1907            "traits": {
1908                "smithy.api#documentation": "<p>Describes the specified target groups or all of your target groups. By default, all target\n      groups are described. Alternatively, you can specify one of the following to filter the\n      results: the ARN of the load balancer, the names of one or more target groups, or the ARNs of\n      one or more target groups.</p>",
1909                "smithy.api#paginated": {
1910                    "inputToken": "Marker",
1911                    "outputToken": "NextMarker",
1912                    "items": "TargetGroups"
1913                }
1914            }
1915        },
1916        "com.amazonaws.elasticloadbalancingv2#DescribeTargetGroupsInput": {
1917            "type": "structure",
1918            "members": {
1919                "LoadBalancerArn": {
1920                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerArn",
1921                    "traits": {
1922                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the load balancer.</p>"
1923                    }
1924                },
1925                "TargetGroupArns": {
1926                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupArns",
1927                    "traits": {
1928                        "smithy.api#documentation": "<p>The Amazon Resource Names (ARN) of the target groups.</p>"
1929                    }
1930                },
1931                "Names": {
1932                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupNames",
1933                    "traits": {
1934                        "smithy.api#documentation": "<p>The names of the target groups.</p>"
1935                    }
1936                },
1937                "Marker": {
1938                    "target": "com.amazonaws.elasticloadbalancingv2#Marker",
1939                    "traits": {
1940                        "smithy.api#documentation": "<p>The marker for the next set of results. (You received this marker from a previous\n      call.)</p>"
1941                    }
1942                },
1943                "PageSize": {
1944                    "target": "com.amazonaws.elasticloadbalancingv2#PageSize",
1945                    "traits": {
1946                        "smithy.api#documentation": "<p>The maximum number of results to return with this call.</p>"
1947                    }
1948                }
1949            }
1950        },
1951        "com.amazonaws.elasticloadbalancingv2#DescribeTargetGroupsOutput": {
1952            "type": "structure",
1953            "members": {
1954                "TargetGroups": {
1955                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroups",
1956                    "traits": {
1957                        "smithy.api#documentation": "<p>Information about the target groups.</p>"
1958                    }
1959                },
1960                "NextMarker": {
1961                    "target": "com.amazonaws.elasticloadbalancingv2#Marker",
1962                    "traits": {
1963                        "smithy.api#documentation": "<p>If there are additional results, this is the marker for the next set of results.\n      Otherwise, this is null.</p>"
1964                    }
1965                }
1966            }
1967        },
1968        "com.amazonaws.elasticloadbalancingv2#DescribeTargetHealth": {
1969            "type": "operation",
1970            "input": {
1971                "target": "com.amazonaws.elasticloadbalancingv2#DescribeTargetHealthInput"
1972            },
1973            "output": {
1974                "target": "com.amazonaws.elasticloadbalancingv2#DescribeTargetHealthOutput"
1975            },
1976            "errors": [
1977                {
1978                    "target": "com.amazonaws.elasticloadbalancingv2#HealthUnavailableException"
1979                },
1980                {
1981                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidTargetException"
1982                },
1983                {
1984                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupNotFoundException"
1985                }
1986            ],
1987            "traits": {
1988                "smithy.api#documentation": "<p>Describes the health of the specified targets or all of your targets.</p>"
1989            }
1990        },
1991        "com.amazonaws.elasticloadbalancingv2#DescribeTargetHealthInput": {
1992            "type": "structure",
1993            "members": {
1994                "TargetGroupArn": {
1995                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupArn",
1996                    "traits": {
1997                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the target group.</p>",
1998                        "smithy.api#required": {}
1999                    }
2000                },
2001                "Targets": {
2002                    "target": "com.amazonaws.elasticloadbalancingv2#TargetDescriptions",
2003                    "traits": {
2004                        "smithy.api#documentation": "<p>The targets.</p>"
2005                    }
2006                }
2007            }
2008        },
2009        "com.amazonaws.elasticloadbalancingv2#DescribeTargetHealthOutput": {
2010            "type": "structure",
2011            "members": {
2012                "TargetHealthDescriptions": {
2013                    "target": "com.amazonaws.elasticloadbalancingv2#TargetHealthDescriptions",
2014                    "traits": {
2015                        "smithy.api#documentation": "<p>Information about the health of the targets.</p>"
2016                    }
2017                }
2018            }
2019        },
2020        "com.amazonaws.elasticloadbalancingv2#Description": {
2021            "type": "string"
2022        },
2023        "com.amazonaws.elasticloadbalancingv2#DuplicateListenerException": {
2024            "type": "structure",
2025            "members": {
2026                "Message": {
2027                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
2028                }
2029            },
2030            "traits": {
2031                "smithy.api#documentation": "<p>A listener with the specified port already exists.</p>",
2032                "smithy.api#error": "client",
2033                "smithy.api#httpError": 400
2034            }
2035        },
2036        "com.amazonaws.elasticloadbalancingv2#DuplicateLoadBalancerNameException": {
2037            "type": "structure",
2038            "members": {
2039                "Message": {
2040                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
2041                }
2042            },
2043            "traits": {
2044                "smithy.api#documentation": "<p>A load balancer with the specified name already exists.</p>",
2045                "smithy.api#error": "client",
2046                "smithy.api#httpError": 400
2047            }
2048        },
2049        "com.amazonaws.elasticloadbalancingv2#DuplicateTagKeysException": {
2050            "type": "structure",
2051            "members": {
2052                "Message": {
2053                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
2054                }
2055            },
2056            "traits": {
2057                "smithy.api#documentation": "<p>A tag key was specified more than once.</p>",
2058                "smithy.api#error": "client",
2059                "smithy.api#httpError": 400
2060            }
2061        },
2062        "com.amazonaws.elasticloadbalancingv2#DuplicateTargetGroupNameException": {
2063            "type": "structure",
2064            "members": {
2065                "Message": {
2066                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
2067                }
2068            },
2069            "traits": {
2070                "smithy.api#documentation": "<p>A target group with the specified name already exists.</p>",
2071                "smithy.api#error": "client",
2072                "smithy.api#httpError": 400
2073            }
2074        },
2075        "com.amazonaws.elasticloadbalancingv2#ElasticLoadBalancing_v10": {
2076            "type": "service",
2077            "version": "2015-12-01",
2078            "operations": [
2079                {
2080                    "target": "com.amazonaws.elasticloadbalancingv2#AddListenerCertificates"
2081                },
2082                {
2083                    "target": "com.amazonaws.elasticloadbalancingv2#AddTags"
2084                },
2085                {
2086                    "target": "com.amazonaws.elasticloadbalancingv2#CreateListener"
2087                },
2088                {
2089                    "target": "com.amazonaws.elasticloadbalancingv2#CreateLoadBalancer"
2090                },
2091                {
2092                    "target": "com.amazonaws.elasticloadbalancingv2#CreateRule"
2093                },
2094                {
2095                    "target": "com.amazonaws.elasticloadbalancingv2#CreateTargetGroup"
2096                },
2097                {
2098                    "target": "com.amazonaws.elasticloadbalancingv2#DeleteListener"
2099                },
2100                {
2101                    "target": "com.amazonaws.elasticloadbalancingv2#DeleteLoadBalancer"
2102                },
2103                {
2104                    "target": "com.amazonaws.elasticloadbalancingv2#DeleteRule"
2105                },
2106                {
2107                    "target": "com.amazonaws.elasticloadbalancingv2#DeleteTargetGroup"
2108                },
2109                {
2110                    "target": "com.amazonaws.elasticloadbalancingv2#DeregisterTargets"
2111                },
2112                {
2113                    "target": "com.amazonaws.elasticloadbalancingv2#DescribeAccountLimits"
2114                },
2115                {
2116                    "target": "com.amazonaws.elasticloadbalancingv2#DescribeListenerCertificates"
2117                },
2118                {
2119                    "target": "com.amazonaws.elasticloadbalancingv2#DescribeListeners"
2120                },
2121                {
2122                    "target": "com.amazonaws.elasticloadbalancingv2#DescribeLoadBalancerAttributes"
2123                },
2124                {
2125                    "target": "com.amazonaws.elasticloadbalancingv2#DescribeLoadBalancers"
2126                },
2127                {
2128                    "target": "com.amazonaws.elasticloadbalancingv2#DescribeRules"
2129                },
2130                {
2131                    "target": "com.amazonaws.elasticloadbalancingv2#DescribeSSLPolicies"
2132                },
2133                {
2134                    "target": "com.amazonaws.elasticloadbalancingv2#DescribeTags"
2135                },
2136                {
2137                    "target": "com.amazonaws.elasticloadbalancingv2#DescribeTargetGroupAttributes"
2138                },
2139                {
2140                    "target": "com.amazonaws.elasticloadbalancingv2#DescribeTargetGroups"
2141                },
2142                {
2143                    "target": "com.amazonaws.elasticloadbalancingv2#DescribeTargetHealth"
2144                },
2145                {
2146                    "target": "com.amazonaws.elasticloadbalancingv2#ModifyListener"
2147                },
2148                {
2149                    "target": "com.amazonaws.elasticloadbalancingv2#ModifyLoadBalancerAttributes"
2150                },
2151                {
2152                    "target": "com.amazonaws.elasticloadbalancingv2#ModifyRule"
2153                },
2154                {
2155                    "target": "com.amazonaws.elasticloadbalancingv2#ModifyTargetGroup"
2156                },
2157                {
2158                    "target": "com.amazonaws.elasticloadbalancingv2#ModifyTargetGroupAttributes"
2159                },
2160                {
2161                    "target": "com.amazonaws.elasticloadbalancingv2#RegisterTargets"
2162                },
2163                {
2164                    "target": "com.amazonaws.elasticloadbalancingv2#RemoveListenerCertificates"
2165                },
2166                {
2167                    "target": "com.amazonaws.elasticloadbalancingv2#RemoveTags"
2168                },
2169                {
2170                    "target": "com.amazonaws.elasticloadbalancingv2#SetIpAddressType"
2171                },
2172                {
2173                    "target": "com.amazonaws.elasticloadbalancingv2#SetRulePriorities"
2174                },
2175                {
2176                    "target": "com.amazonaws.elasticloadbalancingv2#SetSecurityGroups"
2177                },
2178                {
2179                    "target": "com.amazonaws.elasticloadbalancingv2#SetSubnets"
2180                }
2181            ],
2182            "traits": {
2183                "aws.api#service": {
2184                    "sdkId": "Elastic Load Balancing v2",
2185                    "arnNamespace": "elasticloadbalancing",
2186                    "cloudFormationName": "ElasticLoadBalancingV2",
2187                    "cloudTrailEventSource": "elasticloadbalancingv2.amazonaws.com",
2188                    "endpointPrefix": "elasticloadbalancing"
2189                },
2190                "aws.auth#sigv4": {
2191                    "name": "elasticloadbalancing"
2192                },
2193                "aws.protocols#awsQuery": {},
2194                "smithy.api#documentation": "<fullname>Elastic Load Balancing</fullname>\n\n         <p>A load balancer distributes incoming traffic across targets, such as your EC2 instances.\n      This enables you to increase the availability of your application. The load balancer also\n      monitors the health of its registered targets and ensures that it routes traffic only to\n      healthy targets. You configure your load balancer to accept incoming traffic by specifying one\n      or more listeners, which are configured with a protocol and port number for connections from\n      clients to the load balancer. You configure a target group with a protocol and port number for\n      connections from the load balancer to the targets, and with health check settings to be used\n      when checking the health status of the targets.</p>\n\n         <p>Elastic Load Balancing supports the following types of load balancers: Application Load\n      Balancers, Network Load Balancers, Gateway Load Balancers, and Classic Load Balancers. This\n      reference covers the following load balancer types:</p>\n         <ul>\n            <li>\n               <p>Application Load Balancer - Operates at the application layer (layer 7) and supports\n          HTTP and HTTPS.</p>\n            </li>\n            <li>\n               <p>Network Load Balancer - Operates at the transport layer (layer 4) and supports TCP,\n          TLS, and UDP.</p>\n            </li>\n            <li>\n               <p>Gateway Load Balancer - Operates at the network layer (layer 3).</p>\n            </li>\n         </ul>\n\n         <p>For more information, see the <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/\">Elastic Load Balancing User\n      Guide</a>.</p>\n\n    \n    \n\n    \n    \n\n         <p>All Elastic Load Balancing operations are idempotent, which means that they complete at\n      most one time. If you repeat an operation, it succeeds.</p>",
2195                "smithy.api#title": "Elastic Load Balancing",
2196                "smithy.api#xmlNamespace": {
2197                    "uri": "http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/"
2198                }
2199            }
2200        },
2201        "com.amazonaws.elasticloadbalancingv2#ErrorDescription": {
2202            "type": "string"
2203        },
2204        "com.amazonaws.elasticloadbalancingv2#FixedResponseActionConfig": {
2205            "type": "structure",
2206            "members": {
2207                "MessageBody": {
2208                    "target": "com.amazonaws.elasticloadbalancingv2#FixedResponseActionMessage",
2209                    "traits": {
2210                        "smithy.api#documentation": "<p>The message.</p>"
2211                    }
2212                },
2213                "StatusCode": {
2214                    "target": "com.amazonaws.elasticloadbalancingv2#FixedResponseActionStatusCode",
2215                    "traits": {
2216                        "smithy.api#documentation": "<p>The HTTP response code (2XX, 4XX, or 5XX).</p>",
2217                        "smithy.api#required": {}
2218                    }
2219                },
2220                "ContentType": {
2221                    "target": "com.amazonaws.elasticloadbalancingv2#FixedResponseActionContentType",
2222                    "traits": {
2223                        "smithy.api#documentation": "<p>The content type.</p>\n         <p>Valid Values: text/plain | text/css | text/html | application/javascript |\n      application/json</p>"
2224                    }
2225                }
2226            },
2227            "traits": {
2228                "smithy.api#documentation": "<p>Information about an action that returns a custom HTTP response.</p>"
2229            }
2230        },
2231        "com.amazonaws.elasticloadbalancingv2#FixedResponseActionContentType": {
2232            "type": "string",
2233            "traits": {
2234                "smithy.api#length": {
2235                    "min": 0,
2236                    "max": 32
2237                }
2238            }
2239        },
2240        "com.amazonaws.elasticloadbalancingv2#FixedResponseActionMessage": {
2241            "type": "string",
2242            "traits": {
2243                "smithy.api#length": {
2244                    "min": 0,
2245                    "max": 1024
2246                }
2247            }
2248        },
2249        "com.amazonaws.elasticloadbalancingv2#FixedResponseActionStatusCode": {
2250            "type": "string",
2251            "traits": {
2252                "smithy.api#pattern": "^(2|4|5)\\d\\d$"
2253            }
2254        },
2255        "com.amazonaws.elasticloadbalancingv2#ForwardActionConfig": {
2256            "type": "structure",
2257            "members": {
2258                "TargetGroups": {
2259                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupList",
2260                    "traits": {
2261                        "smithy.api#documentation": "<p>One or more target groups. For Network Load Balancers, you can specify a single target\n      group.</p>"
2262                    }
2263                },
2264                "TargetGroupStickinessConfig": {
2265                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupStickinessConfig",
2266                    "traits": {
2267                        "smithy.api#documentation": "<p>The target group stickiness for the rule.</p>"
2268                    }
2269                }
2270            },
2271            "traits": {
2272                "smithy.api#documentation": "<p>Information about a forward action.</p>"
2273            }
2274        },
2275        "com.amazonaws.elasticloadbalancingv2#GrpcCode": {
2276            "type": "string"
2277        },
2278        "com.amazonaws.elasticloadbalancingv2#HealthCheckEnabled": {
2279            "type": "boolean",
2280            "traits": {
2281                "smithy.api#box": {}
2282            }
2283        },
2284        "com.amazonaws.elasticloadbalancingv2#HealthCheckIntervalSeconds": {
2285            "type": "integer",
2286            "traits": {
2287                "smithy.api#box": {},
2288                "smithy.api#range": {
2289                    "min": 5,
2290                    "max": 300
2291                }
2292            }
2293        },
2294        "com.amazonaws.elasticloadbalancingv2#HealthCheckPort": {
2295            "type": "string"
2296        },
2297        "com.amazonaws.elasticloadbalancingv2#HealthCheckThresholdCount": {
2298            "type": "integer",
2299            "traits": {
2300                "smithy.api#box": {},
2301                "smithy.api#range": {
2302                    "min": 2,
2303                    "max": 10
2304                }
2305            }
2306        },
2307        "com.amazonaws.elasticloadbalancingv2#HealthCheckTimeoutSeconds": {
2308            "type": "integer",
2309            "traits": {
2310                "smithy.api#box": {},
2311                "smithy.api#range": {
2312                    "min": 2,
2313                    "max": 120
2314                }
2315            }
2316        },
2317        "com.amazonaws.elasticloadbalancingv2#HealthUnavailableException": {
2318            "type": "structure",
2319            "members": {
2320                "Message": {
2321                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
2322                }
2323            },
2324            "traits": {
2325                "smithy.api#documentation": "<p>The health of the specified targets could not be retrieved due to an internal\n      error.</p>",
2326                "smithy.api#error": "server",
2327                "smithy.api#httpError": 500
2328            }
2329        },
2330        "com.amazonaws.elasticloadbalancingv2#HostHeaderConditionConfig": {
2331            "type": "structure",
2332            "members": {
2333                "Values": {
2334                    "target": "com.amazonaws.elasticloadbalancingv2#ListOfString",
2335                    "traits": {
2336                        "smithy.api#documentation": "<p>One or more host names. The maximum size of each name is 128 characters. The comparison is\n      case insensitive. The following wildcard characters are supported: * (matches 0 or more\n      characters) and ? (matches exactly 1 character).</p>\n         <p>If you specify multiple strings, the condition is satisfied if one of the strings matches\n      the host name.</p>"
2337                    }
2338                }
2339            },
2340            "traits": {
2341                "smithy.api#documentation": "<p>Information about a host header condition.</p>"
2342            }
2343        },
2344        "com.amazonaws.elasticloadbalancingv2#HttpCode": {
2345            "type": "string"
2346        },
2347        "com.amazonaws.elasticloadbalancingv2#HttpHeaderConditionConfig": {
2348            "type": "structure",
2349            "members": {
2350                "HttpHeaderName": {
2351                    "target": "com.amazonaws.elasticloadbalancingv2#HttpHeaderConditionName",
2352                    "traits": {
2353                        "smithy.api#documentation": "<p>The name of the HTTP header field. The maximum size is 40 characters. The header name is\n      case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not\n      supported.</p>\n         <p>You can't use an HTTP header condition to specify the host header. Use <a>HostHeaderConditionConfig</a> to specify a host header condition.</p>"
2354                    }
2355                },
2356                "Values": {
2357                    "target": "com.amazonaws.elasticloadbalancingv2#ListOfString",
2358                    "traits": {
2359                        "smithy.api#documentation": "<p>One or more strings to compare against the value of the HTTP header. The maximum size of\n      each string is 128 characters. The comparison strings are case insensitive. The following\n      wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1\n      character).</p>\n         <p>If the same header appears multiple times in the request, we search them in order until a\n      match is found.</p>\n         <p>If you specify multiple strings, the condition is satisfied if one of the strings matches\n      the value of the HTTP header. To require that all of the strings are a match, create one\n      condition per string.</p>"
2360                    }
2361                }
2362            },
2363            "traits": {
2364                "smithy.api#documentation": "<p>Information about an HTTP header condition.</p>\n         <p>There is a set of standard HTTP header fields. You can also define custom HTTP header\n      fields.</p>"
2365            }
2366        },
2367        "com.amazonaws.elasticloadbalancingv2#HttpHeaderConditionName": {
2368            "type": "string"
2369        },
2370        "com.amazonaws.elasticloadbalancingv2#HttpRequestMethodConditionConfig": {
2371            "type": "structure",
2372            "members": {
2373                "Values": {
2374                    "target": "com.amazonaws.elasticloadbalancingv2#ListOfString",
2375                    "traits": {
2376                        "smithy.api#documentation": "<p>The name of the request method. The maximum size is 40 characters. The allowed characters\n      are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not\n      supported; therefore, the method name must be an exact match.</p>\n         <p>If you specify multiple strings, the condition is satisfied if one of the strings matches\n      the HTTP request method. We recommend that you route GET and HEAD requests in the same way,\n      because the response to a HEAD request may be cached.</p>"
2377                    }
2378                }
2379            },
2380            "traits": {
2381                "smithy.api#documentation": "<p>Information about an HTTP method condition.</p>\n         <p>HTTP defines a set of request methods, also referred to as HTTP verbs. For more\n      information, see the <a href=\"https://www.iana.org/assignments/http-methods/http-methods.xhtml\">HTTP Method\n        Registry</a>. You can also define custom HTTP methods.</p>"
2382            }
2383        },
2384        "com.amazonaws.elasticloadbalancingv2#IPv6Address": {
2385            "type": "string"
2386        },
2387        "com.amazonaws.elasticloadbalancingv2#IncompatibleProtocolsException": {
2388            "type": "structure",
2389            "members": {
2390                "Message": {
2391                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
2392                }
2393            },
2394            "traits": {
2395                "smithy.api#documentation": "<p>The specified configuration is not valid with this protocol.</p>",
2396                "smithy.api#error": "client",
2397                "smithy.api#httpError": 400
2398            }
2399        },
2400        "com.amazonaws.elasticloadbalancingv2#InvalidConfigurationRequestException": {
2401            "type": "structure",
2402            "members": {
2403                "Message": {
2404                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
2405                }
2406            },
2407            "traits": {
2408                "smithy.api#documentation": "<p>The requested configuration is not valid.</p>",
2409                "smithy.api#error": "client",
2410                "smithy.api#httpError": 400
2411            }
2412        },
2413        "com.amazonaws.elasticloadbalancingv2#InvalidLoadBalancerActionException": {
2414            "type": "structure",
2415            "members": {
2416                "Message": {
2417                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
2418                }
2419            },
2420            "traits": {
2421                "smithy.api#documentation": "<p>The requested action is not valid.</p>",
2422                "smithy.api#error": "client",
2423                "smithy.api#httpError": 400
2424            }
2425        },
2426        "com.amazonaws.elasticloadbalancingv2#InvalidSchemeException": {
2427            "type": "structure",
2428            "members": {
2429                "Message": {
2430                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
2431                }
2432            },
2433            "traits": {
2434                "smithy.api#documentation": "<p>The requested scheme is not valid.</p>",
2435                "smithy.api#error": "client",
2436                "smithy.api#httpError": 400
2437            }
2438        },
2439        "com.amazonaws.elasticloadbalancingv2#InvalidSecurityGroupException": {
2440            "type": "structure",
2441            "members": {
2442                "Message": {
2443                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
2444                }
2445            },
2446            "traits": {
2447                "smithy.api#documentation": "<p>The specified security group does not exist.</p>",
2448                "smithy.api#error": "client",
2449                "smithy.api#httpError": 400
2450            }
2451        },
2452        "com.amazonaws.elasticloadbalancingv2#InvalidSubnetException": {
2453            "type": "structure",
2454            "members": {
2455                "Message": {
2456                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
2457                }
2458            },
2459            "traits": {
2460                "smithy.api#documentation": "<p>The specified subnet is out of available addresses.</p>",
2461                "smithy.api#error": "client",
2462                "smithy.api#httpError": 400
2463            }
2464        },
2465        "com.amazonaws.elasticloadbalancingv2#InvalidTargetException": {
2466            "type": "structure",
2467            "members": {
2468                "Message": {
2469                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
2470                }
2471            },
2472            "traits": {
2473                "smithy.api#documentation": "<p>The specified target does not exist, is not in the same VPC as the target group, or has an\n      unsupported instance type.</p>",
2474                "smithy.api#error": "client",
2475                "smithy.api#httpError": 400
2476            }
2477        },
2478        "com.amazonaws.elasticloadbalancingv2#IpAddress": {
2479            "type": "string"
2480        },
2481        "com.amazonaws.elasticloadbalancingv2#IpAddressType": {
2482            "type": "string",
2483            "traits": {
2484                "smithy.api#enum": [
2485                    {
2486                        "value": "ipv4",
2487                        "name": "IPV4"
2488                    },
2489                    {
2490                        "value": "dualstack",
2491                        "name": "DUALSTACK"
2492                    }
2493                ]
2494            }
2495        },
2496        "com.amazonaws.elasticloadbalancingv2#IsDefault": {
2497            "type": "boolean"
2498        },
2499        "com.amazonaws.elasticloadbalancingv2#Limit": {
2500            "type": "structure",
2501            "members": {
2502                "Name": {
2503                    "target": "com.amazonaws.elasticloadbalancingv2#Name",
2504                    "traits": {
2505                        "smithy.api#documentation": "<p>The name of the limit. The possible values are:</p>\n         <ul>\n            <li>\n               <p>application-load-balancers</p>\n            </li>\n            <li>\n               <p>condition-values-per-alb-rule</p>\n            </li>\n            <li>\n               <p>condition-wildcards-per-alb-rule</p>\n            </li>\n            <li>\n               <p>gateway-load-balancers</p>\n            </li>\n            <li>\n               <p>gateway-load-balancers-per-vpc</p>\n            </li>\n            <li>\n               <p>geneve-target-groups</p>\n            </li>\n            <li>\n               <p>listeners-per-application-load-balancer</p>\n            </li>\n            <li>\n               <p>listeners-per-network-load-balancer</p>\n            </li>\n            <li>\n               <p>network-load-balancers</p>\n            </li>\n            <li>\n               <p>rules-per-application-load-balancer</p>\n            </li>\n            <li>\n               <p>target-groups</p>\n            </li>\n            <li>\n               <p>target-groups-per-action-on-application-load-balancer</p>\n            </li>\n            <li>\n               <p>target-groups-per-action-on-network-load-balancer</p>\n            </li>\n            <li>\n               <p>target-groups-per-application-load-balancer</p>\n            </li>\n            <li>\n               <p>targets-per-application-load-balancer</p>\n            </li>\n            <li>\n               <p>targets-per-availability-zone-per-gateway-load-balancer</p>\n            </li>\n            <li>\n               <p>targets-per-availability-zone-per-network-load-balancer</p>\n            </li>\n            <li>\n               <p>targets-per-network-load-balancer</p>\n            </li>\n         </ul>"
2506                    }
2507                },
2508                "Max": {
2509                    "target": "com.amazonaws.elasticloadbalancingv2#Max",
2510                    "traits": {
2511                        "smithy.api#documentation": "<p>The maximum value of the limit.</p>"
2512                    }
2513                }
2514            },
2515            "traits": {
2516                "smithy.api#documentation": "<p>Information about an Elastic Load Balancing resource limit for your AWS account.</p>"
2517            }
2518        },
2519        "com.amazonaws.elasticloadbalancingv2#Limits": {
2520            "type": "list",
2521            "member": {
2522                "target": "com.amazonaws.elasticloadbalancingv2#Limit"
2523            }
2524        },
2525        "com.amazonaws.elasticloadbalancingv2#ListOfString": {
2526            "type": "list",
2527            "member": {
2528                "target": "com.amazonaws.elasticloadbalancingv2#StringValue"
2529            }
2530        },
2531        "com.amazonaws.elasticloadbalancingv2#Listener": {
2532            "type": "structure",
2533            "members": {
2534                "ListenerArn": {
2535                    "target": "com.amazonaws.elasticloadbalancingv2#ListenerArn",
2536                    "traits": {
2537                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the listener.</p>"
2538                    }
2539                },
2540                "LoadBalancerArn": {
2541                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerArn",
2542                    "traits": {
2543                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the load balancer.</p>"
2544                    }
2545                },
2546                "Port": {
2547                    "target": "com.amazonaws.elasticloadbalancingv2#Port",
2548                    "traits": {
2549                        "smithy.api#documentation": "<p>The port on which the load balancer is listening.</p>"
2550                    }
2551                },
2552                "Protocol": {
2553                    "target": "com.amazonaws.elasticloadbalancingv2#ProtocolEnum",
2554                    "traits": {
2555                        "smithy.api#documentation": "<p>The protocol for connections from clients to the load balancer.</p>"
2556                    }
2557                },
2558                "Certificates": {
2559                    "target": "com.amazonaws.elasticloadbalancingv2#CertificateList",
2560                    "traits": {
2561                        "smithy.api#documentation": "<p>[HTTPS or TLS listener] The default certificate for the listener.</p>"
2562                    }
2563                },
2564                "SslPolicy": {
2565                    "target": "com.amazonaws.elasticloadbalancingv2#SslPolicyName",
2566                    "traits": {
2567                        "smithy.api#documentation": "<p>[HTTPS or TLS listener] The security policy that defines which protocols and ciphers are\n      supported.</p>"
2568                    }
2569                },
2570                "DefaultActions": {
2571                    "target": "com.amazonaws.elasticloadbalancingv2#Actions",
2572                    "traits": {
2573                        "smithy.api#documentation": "<p>The default actions for the listener.</p>"
2574                    }
2575                },
2576                "AlpnPolicy": {
2577                    "target": "com.amazonaws.elasticloadbalancingv2#AlpnPolicyName",
2578                    "traits": {
2579                        "smithy.api#documentation": "<p>[TLS listener] The name of the Application-Layer Protocol Negotiation (ALPN)\n      policy.</p>"
2580                    }
2581                }
2582            },
2583            "traits": {
2584                "smithy.api#documentation": "<p>Information about a listener.</p>"
2585            }
2586        },
2587        "com.amazonaws.elasticloadbalancingv2#ListenerArn": {
2588            "type": "string"
2589        },
2590        "com.amazonaws.elasticloadbalancingv2#ListenerArns": {
2591            "type": "list",
2592            "member": {
2593                "target": "com.amazonaws.elasticloadbalancingv2#ListenerArn"
2594            }
2595        },
2596        "com.amazonaws.elasticloadbalancingv2#ListenerNotFoundException": {
2597            "type": "structure",
2598            "members": {
2599                "Message": {
2600                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
2601                }
2602            },
2603            "traits": {
2604                "smithy.api#documentation": "<p>The specified listener does not exist.</p>",
2605                "smithy.api#error": "client",
2606                "smithy.api#httpError": 400
2607            }
2608        },
2609        "com.amazonaws.elasticloadbalancingv2#Listeners": {
2610            "type": "list",
2611            "member": {
2612                "target": "com.amazonaws.elasticloadbalancingv2#Listener"
2613            }
2614        },
2615        "com.amazonaws.elasticloadbalancingv2#LoadBalancer": {
2616            "type": "structure",
2617            "members": {
2618                "LoadBalancerArn": {
2619                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerArn",
2620                    "traits": {
2621                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the load balancer.</p>"
2622                    }
2623                },
2624                "DNSName": {
2625                    "target": "com.amazonaws.elasticloadbalancingv2#DNSName",
2626                    "traits": {
2627                        "smithy.api#documentation": "<p>The public DNS name of the load balancer.</p>"
2628                    }
2629                },
2630                "CanonicalHostedZoneId": {
2631                    "target": "com.amazonaws.elasticloadbalancingv2#CanonicalHostedZoneId",
2632                    "traits": {
2633                        "smithy.api#documentation": "<p>The ID of the Amazon Route 53 hosted zone associated with the load balancer.</p>"
2634                    }
2635                },
2636                "CreatedTime": {
2637                    "target": "com.amazonaws.elasticloadbalancingv2#CreatedTime",
2638                    "traits": {
2639                        "smithy.api#documentation": "<p>The date and time the load balancer was created.</p>"
2640                    }
2641                },
2642                "LoadBalancerName": {
2643                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerName",
2644                    "traits": {
2645                        "smithy.api#documentation": "<p>The name of the load balancer.</p>"
2646                    }
2647                },
2648                "Scheme": {
2649                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerSchemeEnum",
2650                    "traits": {
2651                        "smithy.api#documentation": "<p>The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an\n      Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes.\n      Therefore, Internet-facing load balancers can route requests from clients over the\n      internet.</p>\n         <p>The nodes of an internal load balancer have only private IP addresses. The DNS name of an\n      internal load balancer is publicly resolvable to the private IP addresses of the nodes.\n      Therefore, internal load balancers can route requests only from clients with access to the VPC\n      for the load balancer.</p>"
2652                    }
2653                },
2654                "VpcId": {
2655                    "target": "com.amazonaws.elasticloadbalancingv2#VpcId",
2656                    "traits": {
2657                        "smithy.api#documentation": "<p>The ID of the VPC for the load balancer.</p>"
2658                    }
2659                },
2660                "State": {
2661                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerState",
2662                    "traits": {
2663                        "smithy.api#documentation": "<p>The state of the load balancer.</p>"
2664                    }
2665                },
2666                "Type": {
2667                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerTypeEnum",
2668                    "traits": {
2669                        "smithy.api#documentation": "<p>The type of load balancer.</p>"
2670                    }
2671                },
2672                "AvailabilityZones": {
2673                    "target": "com.amazonaws.elasticloadbalancingv2#AvailabilityZones",
2674                    "traits": {
2675                        "smithy.api#documentation": "<p>The subnets for the load balancer.</p>"
2676                    }
2677                },
2678                "SecurityGroups": {
2679                    "target": "com.amazonaws.elasticloadbalancingv2#SecurityGroups",
2680                    "traits": {
2681                        "smithy.api#documentation": "<p>The IDs of the security groups for the load balancer.</p>"
2682                    }
2683                },
2684                "IpAddressType": {
2685                    "target": "com.amazonaws.elasticloadbalancingv2#IpAddressType",
2686                    "traits": {
2687                        "smithy.api#documentation": "<p>The type of IP addresses used by the subnets for your load balancer. The possible values\n      are <code>ipv4</code> (for IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6\n      addresses).</p>"
2688                    }
2689                },
2690                "CustomerOwnedIpv4Pool": {
2691                    "target": "com.amazonaws.elasticloadbalancingv2#CustomerOwnedIpv4Pool",
2692                    "traits": {
2693                        "smithy.api#documentation": "<p>[Application Load Balancers on Outposts] The ID of the customer-owned address pool.</p>"
2694                    }
2695                }
2696            },
2697            "traits": {
2698                "smithy.api#documentation": "<p>Information about a load balancer.</p>"
2699            }
2700        },
2701        "com.amazonaws.elasticloadbalancingv2#LoadBalancerAddress": {
2702            "type": "structure",
2703            "members": {
2704                "IpAddress": {
2705                    "target": "com.amazonaws.elasticloadbalancingv2#IpAddress",
2706                    "traits": {
2707                        "smithy.api#documentation": "<p>The static IP address.</p>"
2708                    }
2709                },
2710                "AllocationId": {
2711                    "target": "com.amazonaws.elasticloadbalancingv2#AllocationId",
2712                    "traits": {
2713                        "smithy.api#documentation": "<p>[Network Load Balancers] The allocation ID of the Elastic IP address for an\n      internal-facing load balancer.</p>"
2714                    }
2715                },
2716                "PrivateIPv4Address": {
2717                    "target": "com.amazonaws.elasticloadbalancingv2#PrivateIPv4Address",
2718                    "traits": {
2719                        "smithy.api#documentation": "<p>[Network Load Balancers] The private IPv4 address for an internal load balancer.</p>"
2720                    }
2721                },
2722                "IPv6Address": {
2723                    "target": "com.amazonaws.elasticloadbalancingv2#IPv6Address",
2724                    "traits": {
2725                        "smithy.api#documentation": "<p>[Network Load Balancers] The IPv6 address.</p>"
2726                    }
2727                }
2728            },
2729            "traits": {
2730                "smithy.api#documentation": "<p>Information about a static IP address for a load balancer.</p>"
2731            }
2732        },
2733        "com.amazonaws.elasticloadbalancingv2#LoadBalancerAddresses": {
2734            "type": "list",
2735            "member": {
2736                "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerAddress"
2737            }
2738        },
2739        "com.amazonaws.elasticloadbalancingv2#LoadBalancerArn": {
2740            "type": "string"
2741        },
2742        "com.amazonaws.elasticloadbalancingv2#LoadBalancerArns": {
2743            "type": "list",
2744            "member": {
2745                "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerArn"
2746            }
2747        },
2748        "com.amazonaws.elasticloadbalancingv2#LoadBalancerAttribute": {
2749            "type": "structure",
2750            "members": {
2751                "Key": {
2752                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerAttributeKey",
2753                    "traits": {
2754                        "smithy.api#documentation": "<p>The name of the attribute.</p>\n\n         <p>The following attribute is supported by all load balancers:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>deletion_protection.enabled</code> - Indicates whether deletion protection is\n          enabled. The value is <code>true</code> or <code>false</code>. The default is\n            <code>false</code>.</p>\n            </li>\n         </ul>\n\n         <p>The following attributes are supported by both Application Load Balancers and Network Load\n      Balancers:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>access_logs.s3.enabled</code> - Indicates whether access logs are enabled. The\n          value is <code>true</code> or <code>false</code>. The default is\n          <code>false</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <code>access_logs.s3.bucket</code> - The name of the S3 bucket for the access logs.\n          This attribute is required if access logs are enabled. The bucket must exist in the same\n          region as the load balancer and have a bucket policy that grants Elastic Load Balancing\n          permissions to write to the bucket.</p>\n            </li>\n            <li>\n               <p>\n                  <code>access_logs.s3.prefix</code> - The prefix for the location in the S3 bucket for the\n          access logs.</p>\n            </li>\n         </ul>\n\n         <p>The following attributes are supported by only Application Load Balancers:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>idle_timeout.timeout_seconds</code> - The idle timeout value, in seconds. The\n          valid range is 1-4000 seconds. The default is 60 seconds.</p>\n            </li>\n            <li>\n               <p>\n                  <code>routing.http.desync_mitigation_mode</code> - Determines how the load balancer\n          handles requests that might pose a security risk to your application. The possible values\n          are <code>monitor</code>, <code>defensive</code>, and <code>strictest</code>. The default\n          is <code>defensive</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <code>routing.http.drop_invalid_header_fields.enabled</code> - Indicates whether HTTP\n          headers with invalid header fields are removed by the load balancer (<code>true</code>) or\n          routed to targets (<code>false</code>). The default is <code>false</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <code>routing.http2.enabled</code> - Indicates whether HTTP/2 is enabled. The value is\n            <code>true</code> or <code>false</code>. The default is <code>true</code>. Elastic Load\n          Balancing requires that message header names contain only alphanumeric characters and\n          hyphens.</p>\n            </li>\n            <li>\n               <p>\n                  <code>waf.fail_open.enabled</code> - Indicates whether to allow a WAF-enabled load\n          balancer to route requests to targets if it is unable to forward the request to AWS WAF.\n          The value is <code>true</code> or <code>false</code>. The default is\n          <code>false</code>.</p>\n            </li>\n         </ul>\n\n         <p>The following attribute is supported by Network Load Balancers and Gateway Load\n      Balancers:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>load_balancing.cross_zone.enabled</code> - Indicates whether cross-zone load\n          balancing is enabled. The value is <code>true</code> or <code>false</code>. The default is\n            <code>false</code>.</p>\n            </li>\n         </ul>"
2755                    }
2756                },
2757                "Value": {
2758                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerAttributeValue",
2759                    "traits": {
2760                        "smithy.api#documentation": "<p>The value of the attribute.</p>"
2761                    }
2762                }
2763            },
2764            "traits": {
2765                "smithy.api#documentation": "<p>Information about a load balancer attribute.</p>"
2766            }
2767        },
2768        "com.amazonaws.elasticloadbalancingv2#LoadBalancerAttributeKey": {
2769            "type": "string",
2770            "traits": {
2771                "smithy.api#length": {
2772                    "min": 0,
2773                    "max": 256
2774                },
2775                "smithy.api#pattern": "^[a-zA-Z0-9._]+$"
2776            }
2777        },
2778        "com.amazonaws.elasticloadbalancingv2#LoadBalancerAttributeValue": {
2779            "type": "string",
2780            "traits": {
2781                "smithy.api#length": {
2782                    "min": 0,
2783                    "max": 1024
2784                }
2785            }
2786        },
2787        "com.amazonaws.elasticloadbalancingv2#LoadBalancerAttributes": {
2788            "type": "list",
2789            "member": {
2790                "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerAttribute"
2791            },
2792            "traits": {
2793                "smithy.api#length": {
2794                    "min": 0,
2795                    "max": 20
2796                }
2797            }
2798        },
2799        "com.amazonaws.elasticloadbalancingv2#LoadBalancerName": {
2800            "type": "string"
2801        },
2802        "com.amazonaws.elasticloadbalancingv2#LoadBalancerNames": {
2803            "type": "list",
2804            "member": {
2805                "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerName"
2806            }
2807        },
2808        "com.amazonaws.elasticloadbalancingv2#LoadBalancerNotFoundException": {
2809            "type": "structure",
2810            "members": {
2811                "Message": {
2812                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
2813                }
2814            },
2815            "traits": {
2816                "smithy.api#documentation": "<p>The specified load balancer does not exist.</p>",
2817                "smithy.api#error": "client",
2818                "smithy.api#httpError": 400
2819            }
2820        },
2821        "com.amazonaws.elasticloadbalancingv2#LoadBalancerSchemeEnum": {
2822            "type": "string",
2823            "traits": {
2824                "smithy.api#enum": [
2825                    {
2826                        "value": "internet-facing",
2827                        "name": "INTERNET_FACING"
2828                    },
2829                    {
2830                        "value": "internal",
2831                        "name": "INTERNAL"
2832                    }
2833                ]
2834            }
2835        },
2836        "com.amazonaws.elasticloadbalancingv2#LoadBalancerState": {
2837            "type": "structure",
2838            "members": {
2839                "Code": {
2840                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerStateEnum",
2841                    "traits": {
2842                        "smithy.api#documentation": "<p>The state code. The initial state of the load balancer is <code>provisioning</code>. After\n      the load balancer is fully set up and ready to route traffic, its state is\n      <code>active</code>. If load balancer is routing traffic but does not have the resources it\n      needs to scale, its state is<code>active_impaired</code>. If the load balancer could not be\n      set up, its state is <code>failed</code>.</p>"
2843                    }
2844                },
2845                "Reason": {
2846                    "target": "com.amazonaws.elasticloadbalancingv2#StateReason",
2847                    "traits": {
2848                        "smithy.api#documentation": "<p>A description of the state.</p>"
2849                    }
2850                }
2851            },
2852            "traits": {
2853                "smithy.api#documentation": "<p>Information about the state of the load balancer.</p>"
2854            }
2855        },
2856        "com.amazonaws.elasticloadbalancingv2#LoadBalancerStateEnum": {
2857            "type": "string",
2858            "traits": {
2859                "smithy.api#enum": [
2860                    {
2861                        "value": "active",
2862                        "name": "ACTIVE"
2863                    },
2864                    {
2865                        "value": "provisioning",
2866                        "name": "PROVISIONING"
2867                    },
2868                    {
2869                        "value": "active_impaired",
2870                        "name": "ACTIVE_IMPAIRED"
2871                    },
2872                    {
2873                        "value": "failed",
2874                        "name": "FAILED"
2875                    }
2876                ]
2877            }
2878        },
2879        "com.amazonaws.elasticloadbalancingv2#LoadBalancerTypeEnum": {
2880            "type": "string",
2881            "traits": {
2882                "smithy.api#enum": [
2883                    {
2884                        "value": "application",
2885                        "name": "APPLICATION"
2886                    },
2887                    {
2888                        "value": "network",
2889                        "name": "NETWORK"
2890                    },
2891                    {
2892                        "value": "gateway",
2893                        "name": "GATEWAY"
2894                    }
2895                ]
2896            }
2897        },
2898        "com.amazonaws.elasticloadbalancingv2#LoadBalancers": {
2899            "type": "list",
2900            "member": {
2901                "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancer"
2902            }
2903        },
2904        "com.amazonaws.elasticloadbalancingv2#Marker": {
2905            "type": "string"
2906        },
2907        "com.amazonaws.elasticloadbalancingv2#Matcher": {
2908            "type": "structure",
2909            "members": {
2910                "HttpCode": {
2911                    "target": "com.amazonaws.elasticloadbalancingv2#HttpCode",
2912                    "traits": {
2913                        "smithy.api#documentation": "<p>For Application Load Balancers, you can specify values between 200 and 499, and the\n      default value is 200. You can specify multiple values (for example, \"200,202\") or a range of\n      values (for example, \"200-299\").</p>\n         <p>For Network Load Balancers and Gateway Load Balancers, this must be \"200–399\".</p>"
2914                    }
2915                },
2916                "GrpcCode": {
2917                    "target": "com.amazonaws.elasticloadbalancingv2#GrpcCode",
2918                    "traits": {
2919                        "smithy.api#documentation": "<p>You can specify values between 0 and 99. You can specify multiple values (for example,\n      \"0,1\") or a range of values (for example, \"0-5\"). The default value is 12.</p>"
2920                    }
2921                }
2922            },
2923            "traits": {
2924                "smithy.api#documentation": "<p>The codes to use when checking for a successful response from a target. If the protocol\n      version is gRPC, these are gRPC codes. Otherwise, these are HTTP codes.</p>"
2925            }
2926        },
2927        "com.amazonaws.elasticloadbalancingv2#Max": {
2928            "type": "string"
2929        },
2930        "com.amazonaws.elasticloadbalancingv2#ModifyListener": {
2931            "type": "operation",
2932            "input": {
2933                "target": "com.amazonaws.elasticloadbalancingv2#ModifyListenerInput"
2934            },
2935            "output": {
2936                "target": "com.amazonaws.elasticloadbalancingv2#ModifyListenerOutput"
2937            },
2938            "errors": [
2939                {
2940                    "target": "com.amazonaws.elasticloadbalancingv2#ALPNPolicyNotSupportedException"
2941                },
2942                {
2943                    "target": "com.amazonaws.elasticloadbalancingv2#CertificateNotFoundException"
2944                },
2945                {
2946                    "target": "com.amazonaws.elasticloadbalancingv2#DuplicateListenerException"
2947                },
2948                {
2949                    "target": "com.amazonaws.elasticloadbalancingv2#IncompatibleProtocolsException"
2950                },
2951                {
2952                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidConfigurationRequestException"
2953                },
2954                {
2955                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidLoadBalancerActionException"
2956                },
2957                {
2958                    "target": "com.amazonaws.elasticloadbalancingv2#ListenerNotFoundException"
2959                },
2960                {
2961                    "target": "com.amazonaws.elasticloadbalancingv2#SSLPolicyNotFoundException"
2962                },
2963                {
2964                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupAssociationLimitException"
2965                },
2966                {
2967                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupNotFoundException"
2968                },
2969                {
2970                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyActionsException"
2971                },
2972                {
2973                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyCertificatesException"
2974                },
2975                {
2976                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyListenersException"
2977                },
2978                {
2979                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyRegistrationsForTargetIdException"
2980                },
2981                {
2982                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyTargetsException"
2983                },
2984                {
2985                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyUniqueTargetGroupsPerLoadBalancerException"
2986                },
2987                {
2988                    "target": "com.amazonaws.elasticloadbalancingv2#UnsupportedProtocolException"
2989                }
2990            ],
2991            "traits": {
2992                "smithy.api#documentation": "<p>Replaces the specified properties of the specified listener. Any properties that you do\n      not specify remain unchanged.</p>\n         <p>Changing the protocol from HTTPS to HTTP, or from TLS to TCP, removes the security policy\n      and default certificate properties. If you change the protocol from HTTP to HTTPS, or from TCP\n      to TLS, you must add the security policy and default certificate properties.</p>\n         <p>To add an item to a list, remove an item from a list, or update an item in a list, you\n      must provide the entire list. For example, to add an action, specify a list with the current\n      actions plus the new action.</p>"
2993            }
2994        },
2995        "com.amazonaws.elasticloadbalancingv2#ModifyListenerInput": {
2996            "type": "structure",
2997            "members": {
2998                "ListenerArn": {
2999                    "target": "com.amazonaws.elasticloadbalancingv2#ListenerArn",
3000                    "traits": {
3001                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the listener.</p>",
3002                        "smithy.api#required": {}
3003                    }
3004                },
3005                "Port": {
3006                    "target": "com.amazonaws.elasticloadbalancingv2#Port",
3007                    "traits": {
3008                        "smithy.api#documentation": "<p>The port for connections from clients to the load balancer. You cannot specify a port for\n      a Gateway Load Balancer.</p>"
3009                    }
3010                },
3011                "Protocol": {
3012                    "target": "com.amazonaws.elasticloadbalancingv2#ProtocolEnum",
3013                    "traits": {
3014                        "smithy.api#documentation": "<p>The protocol for connections from clients to the load balancer. Application Load Balancers\n      support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and\n      TCP_UDP protocols. You can’t change the protocol to UDP or TCP_UDP if dual-stack mode is\n      enabled. You cannot specify a protocol for a Gateway Load Balancer.</p>"
3015                    }
3016                },
3017                "SslPolicy": {
3018                    "target": "com.amazonaws.elasticloadbalancingv2#SslPolicyName",
3019                    "traits": {
3020                        "smithy.api#documentation": "<p>[HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are\n      supported.</p>\n         <p>For more information, see <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies\">Security policies</a> in the <i>Application Load Balancers Guide</i> or\n        <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#describe-ssl-policies\">Security policies</a> in the <i>Network Load Balancers Guide</i>.</p>"
3021                    }
3022                },
3023                "Certificates": {
3024                    "target": "com.amazonaws.elasticloadbalancingv2#CertificateList",
3025                    "traits": {
3026                        "smithy.api#documentation": "<p>[HTTPS and TLS listeners] The default certificate for the listener. You must provide\n      exactly one certificate. Set <code>CertificateArn</code> to the certificate ARN but do not set\n        <code>IsDefault</code>.</p>"
3027                    }
3028                },
3029                "DefaultActions": {
3030                    "target": "com.amazonaws.elasticloadbalancingv2#Actions",
3031                    "traits": {
3032                        "smithy.api#documentation": "<p>The actions for the default rule.</p>"
3033                    }
3034                },
3035                "AlpnPolicy": {
3036                    "target": "com.amazonaws.elasticloadbalancingv2#AlpnPolicyName",
3037                    "traits": {
3038                        "smithy.api#documentation": "<p>[TLS listeners] The name of the Application-Layer Protocol Negotiation (ALPN) policy. You\n      can specify one policy name. The following are the possible values:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>HTTP1Only</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>HTTP2Only</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>HTTP2Optional</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>HTTP2Preferred</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>None</code>\n               </p>\n            </li>\n         </ul>\n         <p>For more information, see <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#alpn-policies\">ALPN\n        policies</a> in the <i>Network Load Balancers Guide</i>.</p>"
3039                    }
3040                }
3041            }
3042        },
3043        "com.amazonaws.elasticloadbalancingv2#ModifyListenerOutput": {
3044            "type": "structure",
3045            "members": {
3046                "Listeners": {
3047                    "target": "com.amazonaws.elasticloadbalancingv2#Listeners",
3048                    "traits": {
3049                        "smithy.api#documentation": "<p>Information about the modified listener.</p>"
3050                    }
3051                }
3052            }
3053        },
3054        "com.amazonaws.elasticloadbalancingv2#ModifyLoadBalancerAttributes": {
3055            "type": "operation",
3056            "input": {
3057                "target": "com.amazonaws.elasticloadbalancingv2#ModifyLoadBalancerAttributesInput"
3058            },
3059            "output": {
3060                "target": "com.amazonaws.elasticloadbalancingv2#ModifyLoadBalancerAttributesOutput"
3061            },
3062            "errors": [
3063                {
3064                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidConfigurationRequestException"
3065                },
3066                {
3067                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerNotFoundException"
3068                }
3069            ],
3070            "traits": {
3071                "smithy.api#documentation": "<p>Modifies the specified attributes of the specified Application Load Balancer, Network Load\n      Balancer, or Gateway Load Balancer.</p>\n         <p>If any of the specified attributes can't be modified as requested, the call fails. Any\n      existing attributes that you do not modify retain their current values.</p>"
3072            }
3073        },
3074        "com.amazonaws.elasticloadbalancingv2#ModifyLoadBalancerAttributesInput": {
3075            "type": "structure",
3076            "members": {
3077                "LoadBalancerArn": {
3078                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerArn",
3079                    "traits": {
3080                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the load balancer.</p>",
3081                        "smithy.api#required": {}
3082                    }
3083                },
3084                "Attributes": {
3085                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerAttributes",
3086                    "traits": {
3087                        "smithy.api#documentation": "<p>The load balancer attributes.</p>",
3088                        "smithy.api#required": {}
3089                    }
3090                }
3091            }
3092        },
3093        "com.amazonaws.elasticloadbalancingv2#ModifyLoadBalancerAttributesOutput": {
3094            "type": "structure",
3095            "members": {
3096                "Attributes": {
3097                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerAttributes",
3098                    "traits": {
3099                        "smithy.api#documentation": "<p>Information about the load balancer attributes.</p>"
3100                    }
3101                }
3102            }
3103        },
3104        "com.amazonaws.elasticloadbalancingv2#ModifyRule": {
3105            "type": "operation",
3106            "input": {
3107                "target": "com.amazonaws.elasticloadbalancingv2#ModifyRuleInput"
3108            },
3109            "output": {
3110                "target": "com.amazonaws.elasticloadbalancingv2#ModifyRuleOutput"
3111            },
3112            "errors": [
3113                {
3114                    "target": "com.amazonaws.elasticloadbalancingv2#IncompatibleProtocolsException"
3115                },
3116                {
3117                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidLoadBalancerActionException"
3118                },
3119                {
3120                    "target": "com.amazonaws.elasticloadbalancingv2#OperationNotPermittedException"
3121                },
3122                {
3123                    "target": "com.amazonaws.elasticloadbalancingv2#RuleNotFoundException"
3124                },
3125                {
3126                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupAssociationLimitException"
3127                },
3128                {
3129                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupNotFoundException"
3130                },
3131                {
3132                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyActionsException"
3133                },
3134                {
3135                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyRegistrationsForTargetIdException"
3136                },
3137                {
3138                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyTargetsException"
3139                },
3140                {
3141                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyUniqueTargetGroupsPerLoadBalancerException"
3142                },
3143                {
3144                    "target": "com.amazonaws.elasticloadbalancingv2#UnsupportedProtocolException"
3145                }
3146            ],
3147            "traits": {
3148                "smithy.api#documentation": "<p>Replaces the specified properties of the specified rule. Any properties that you do not\n      specify are unchanged.</p>\n         <p>To add an item to a list, remove an item from a list, or update an item in a list, you\n      must provide the entire list. For example, to add an action, specify a list with the current\n      actions plus the new action.</p>"
3149            }
3150        },
3151        "com.amazonaws.elasticloadbalancingv2#ModifyRuleInput": {
3152            "type": "structure",
3153            "members": {
3154                "RuleArn": {
3155                    "target": "com.amazonaws.elasticloadbalancingv2#RuleArn",
3156                    "traits": {
3157                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the rule.</p>",
3158                        "smithy.api#required": {}
3159                    }
3160                },
3161                "Conditions": {
3162                    "target": "com.amazonaws.elasticloadbalancingv2#RuleConditionList",
3163                    "traits": {
3164                        "smithy.api#documentation": "<p>The conditions.</p>"
3165                    }
3166                },
3167                "Actions": {
3168                    "target": "com.amazonaws.elasticloadbalancingv2#Actions",
3169                    "traits": {
3170                        "smithy.api#documentation": "<p>The actions.</p>"
3171                    }
3172                }
3173            }
3174        },
3175        "com.amazonaws.elasticloadbalancingv2#ModifyRuleOutput": {
3176            "type": "structure",
3177            "members": {
3178                "Rules": {
3179                    "target": "com.amazonaws.elasticloadbalancingv2#Rules",
3180                    "traits": {
3181                        "smithy.api#documentation": "<p>Information about the modified rule.</p>"
3182                    }
3183                }
3184            }
3185        },
3186        "com.amazonaws.elasticloadbalancingv2#ModifyTargetGroup": {
3187            "type": "operation",
3188            "input": {
3189                "target": "com.amazonaws.elasticloadbalancingv2#ModifyTargetGroupInput"
3190            },
3191            "output": {
3192                "target": "com.amazonaws.elasticloadbalancingv2#ModifyTargetGroupOutput"
3193            },
3194            "errors": [
3195                {
3196                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidConfigurationRequestException"
3197                },
3198                {
3199                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupNotFoundException"
3200                }
3201            ],
3202            "traits": {
3203                "smithy.api#documentation": "<p>Modifies the health checks used when evaluating the health state of the targets in the\n      specified target group.</p>"
3204            }
3205        },
3206        "com.amazonaws.elasticloadbalancingv2#ModifyTargetGroupAttributes": {
3207            "type": "operation",
3208            "input": {
3209                "target": "com.amazonaws.elasticloadbalancingv2#ModifyTargetGroupAttributesInput"
3210            },
3211            "output": {
3212                "target": "com.amazonaws.elasticloadbalancingv2#ModifyTargetGroupAttributesOutput"
3213            },
3214            "errors": [
3215                {
3216                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidConfigurationRequestException"
3217                },
3218                {
3219                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupNotFoundException"
3220                }
3221            ],
3222            "traits": {
3223                "smithy.api#documentation": "<p>Modifies the specified attributes of the specified target group.</p>"
3224            }
3225        },
3226        "com.amazonaws.elasticloadbalancingv2#ModifyTargetGroupAttributesInput": {
3227            "type": "structure",
3228            "members": {
3229                "TargetGroupArn": {
3230                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupArn",
3231                    "traits": {
3232                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the target group.</p>",
3233                        "smithy.api#required": {}
3234                    }
3235                },
3236                "Attributes": {
3237                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupAttributes",
3238                    "traits": {
3239                        "smithy.api#documentation": "<p>The attributes.</p>",
3240                        "smithy.api#required": {}
3241                    }
3242                }
3243            }
3244        },
3245        "com.amazonaws.elasticloadbalancingv2#ModifyTargetGroupAttributesOutput": {
3246            "type": "structure",
3247            "members": {
3248                "Attributes": {
3249                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupAttributes",
3250                    "traits": {
3251                        "smithy.api#documentation": "<p>Information about the attributes.</p>"
3252                    }
3253                }
3254            }
3255        },
3256        "com.amazonaws.elasticloadbalancingv2#ModifyTargetGroupInput": {
3257            "type": "structure",
3258            "members": {
3259                "TargetGroupArn": {
3260                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupArn",
3261                    "traits": {
3262                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the target group.</p>",
3263                        "smithy.api#required": {}
3264                    }
3265                },
3266                "HealthCheckProtocol": {
3267                    "target": "com.amazonaws.elasticloadbalancingv2#ProtocolEnum",
3268                    "traits": {
3269                        "smithy.api#documentation": "<p>The protocol the load balancer uses when performing health checks on targets. The TCP\n      protocol is supported for health checks only if the protocol of the target group is TCP, TLS,\n      UDP, or TCP_UDP. The GENEVE, TLS, UDP, and TCP_UDP protocols are not supported for health\n      checks.</p>\n         <p>With Network Load Balancers, you can't modify this setting.</p>"
3270                    }
3271                },
3272                "HealthCheckPort": {
3273                    "target": "com.amazonaws.elasticloadbalancingv2#HealthCheckPort",
3274                    "traits": {
3275                        "smithy.api#documentation": "<p>The port the load balancer uses when performing health checks on targets.</p>"
3276                    }
3277                },
3278                "HealthCheckPath": {
3279                    "target": "com.amazonaws.elasticloadbalancingv2#Path",
3280                    "traits": {
3281                        "smithy.api#documentation": "<p>[HTTP/HTTPS health checks] The destination for health checks on the targets.</p>\n         <p>[HTTP1 or HTTP2 protocol version] The ping path. The default is /.</p>\n         <p>[GRPC protocol version] The path of a custom health check method with the format\n      /package.service/method. The default is /AWS.ALB/healthcheck.</p>"
3282                    }
3283                },
3284                "HealthCheckEnabled": {
3285                    "target": "com.amazonaws.elasticloadbalancingv2#HealthCheckEnabled",
3286                    "traits": {
3287                        "smithy.api#documentation": "<p>Indicates whether health checks are enabled.</p>"
3288                    }
3289                },
3290                "HealthCheckIntervalSeconds": {
3291                    "target": "com.amazonaws.elasticloadbalancingv2#HealthCheckIntervalSeconds",
3292                    "traits": {
3293                        "smithy.api#documentation": "<p>The approximate amount of time, in seconds, between health checks of an individual target.\n      For TCP health checks, the supported values are 10 or 30 seconds.</p>\n         <p>With Network Load Balancers, you can't modify this setting.</p>"
3294                    }
3295                },
3296                "HealthCheckTimeoutSeconds": {
3297                    "target": "com.amazonaws.elasticloadbalancingv2#HealthCheckTimeoutSeconds",
3298                    "traits": {
3299                        "smithy.api#documentation": "<p>[HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means\n      a failed health check.</p>\n         <p>With Network Load Balancers, you can't modify this setting.</p>"
3300                    }
3301                },
3302                "HealthyThresholdCount": {
3303                    "target": "com.amazonaws.elasticloadbalancingv2#HealthCheckThresholdCount",
3304                    "traits": {
3305                        "smithy.api#documentation": "<p>The number of consecutive health checks successes required before considering an unhealthy\n      target healthy.</p>"
3306                    }
3307                },
3308                "UnhealthyThresholdCount": {
3309                    "target": "com.amazonaws.elasticloadbalancingv2#HealthCheckThresholdCount",
3310                    "traits": {
3311                        "smithy.api#documentation": "<p>The number of consecutive health check failures required before considering the target\n      unhealthy. For target groups with a protocol of TCP or TLS, this value must be the same as the\n      healthy threshold count.</p>"
3312                    }
3313                },
3314                "Matcher": {
3315                    "target": "com.amazonaws.elasticloadbalancingv2#Matcher",
3316                    "traits": {
3317                        "smithy.api#documentation": "<p>[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful\n      response from a target.</p>\n         <p>With Network Load Balancers, you can't modify this setting.</p>"
3318                    }
3319                }
3320            }
3321        },
3322        "com.amazonaws.elasticloadbalancingv2#ModifyTargetGroupOutput": {
3323            "type": "structure",
3324            "members": {
3325                "TargetGroups": {
3326                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroups",
3327                    "traits": {
3328                        "smithy.api#documentation": "<p>Information about the modified target group.</p>"
3329                    }
3330                }
3331            }
3332        },
3333        "com.amazonaws.elasticloadbalancingv2#Name": {
3334            "type": "string"
3335        },
3336        "com.amazonaws.elasticloadbalancingv2#OperationNotPermittedException": {
3337            "type": "structure",
3338            "members": {
3339                "Message": {
3340                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
3341                }
3342            },
3343            "traits": {
3344                "smithy.api#documentation": "<p>This operation is not allowed.</p>",
3345                "smithy.api#error": "client",
3346                "smithy.api#httpError": 400
3347            }
3348        },
3349        "com.amazonaws.elasticloadbalancingv2#OutpostId": {
3350            "type": "string"
3351        },
3352        "com.amazonaws.elasticloadbalancingv2#PageSize": {
3353            "type": "integer",
3354            "traits": {
3355                "smithy.api#box": {},
3356                "smithy.api#range": {
3357                    "min": 1,
3358                    "max": 400
3359                }
3360            }
3361        },
3362        "com.amazonaws.elasticloadbalancingv2#Path": {
3363            "type": "string",
3364            "traits": {
3365                "smithy.api#length": {
3366                    "min": 1,
3367                    "max": 1024
3368                }
3369            }
3370        },
3371        "com.amazonaws.elasticloadbalancingv2#PathPatternConditionConfig": {
3372            "type": "structure",
3373            "members": {
3374                "Values": {
3375                    "target": "com.amazonaws.elasticloadbalancingv2#ListOfString",
3376                    "traits": {
3377                        "smithy.api#documentation": "<p>One or more path patterns to compare against the request URL. The maximum size of each\n      string is 128 characters. The comparison is case sensitive. The following wildcard characters\n      are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).</p>\n         <p>If you specify multiple strings, the condition is satisfied if one of them matches the\n      request URL. The path pattern is compared only to the path of the URL, not to its query\n      string. To compare against the query string, use <a>QueryStringConditionConfig</a>.</p>"
3378                    }
3379                }
3380            },
3381            "traits": {
3382                "smithy.api#documentation": "<p>Information about a path pattern condition.</p>"
3383            }
3384        },
3385        "com.amazonaws.elasticloadbalancingv2#Port": {
3386            "type": "integer",
3387            "traits": {
3388                "smithy.api#box": {},
3389                "smithy.api#range": {
3390                    "min": 1,
3391                    "max": 65535
3392                }
3393            }
3394        },
3395        "com.amazonaws.elasticloadbalancingv2#PriorityInUseException": {
3396            "type": "structure",
3397            "members": {
3398                "Message": {
3399                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
3400                }
3401            },
3402            "traits": {
3403                "smithy.api#documentation": "<p>The specified priority is in use.</p>",
3404                "smithy.api#error": "client",
3405                "smithy.api#httpError": 400
3406            }
3407        },
3408        "com.amazonaws.elasticloadbalancingv2#PrivateIPv4Address": {
3409            "type": "string"
3410        },
3411        "com.amazonaws.elasticloadbalancingv2#ProtocolEnum": {
3412            "type": "string",
3413            "traits": {
3414                "smithy.api#enum": [
3415                    {
3416                        "value": "HTTP",
3417                        "name": "HTTP"
3418                    },
3419                    {
3420                        "value": "HTTPS",
3421                        "name": "HTTPS"
3422                    },
3423                    {
3424                        "value": "TCP",
3425                        "name": "TCP"
3426                    },
3427                    {
3428                        "value": "TLS",
3429                        "name": "TLS"
3430                    },
3431                    {
3432                        "value": "UDP",
3433                        "name": "UDP"
3434                    },
3435                    {
3436                        "value": "TCP_UDP",
3437                        "name": "TCP_UDP"
3438                    },
3439                    {
3440                        "value": "GENEVE",
3441                        "name": "GENEVE"
3442                    }
3443                ]
3444            }
3445        },
3446        "com.amazonaws.elasticloadbalancingv2#ProtocolVersion": {
3447            "type": "string"
3448        },
3449        "com.amazonaws.elasticloadbalancingv2#QueryStringConditionConfig": {
3450            "type": "structure",
3451            "members": {
3452                "Values": {
3453                    "target": "com.amazonaws.elasticloadbalancingv2#QueryStringKeyValuePairList",
3454                    "traits": {
3455                        "smithy.api#documentation": "<p>One or more key/value pairs or values to find in the query string. The maximum size of\n      each string is 128 characters. The comparison is case insensitive. The following wildcard\n      characters are supported: * (matches 0 or more characters) and ? (matches exactly 1\n      character). To search for a literal '*' or '?' character in a query string, you must escape\n      these characters in <code>Values</code> using a '\\' character.</p>\n         <p>If you specify multiple key/value pairs or values, the condition is satisfied if one of\n      them is found in the query string.</p>"
3456                    }
3457                }
3458            },
3459            "traits": {
3460                "smithy.api#documentation": "<p>Information about a query string condition.</p>\n         <p>The query string component of a URI starts after the first '?' character and is terminated\n      by either a '#' character or the end of the URI. A typical query string contains key/value\n      pairs separated by '&' characters. The allowed characters are specified by RFC 3986. Any\n      character can be percentage encoded.</p>"
3461            }
3462        },
3463        "com.amazonaws.elasticloadbalancingv2#QueryStringKeyValuePair": {
3464            "type": "structure",
3465            "members": {
3466                "Key": {
3467                    "target": "com.amazonaws.elasticloadbalancingv2#StringValue",
3468                    "traits": {
3469                        "smithy.api#documentation": "<p>The key. You can omit the key.</p>"
3470                    }
3471                },
3472                "Value": {
3473                    "target": "com.amazonaws.elasticloadbalancingv2#StringValue",
3474                    "traits": {
3475                        "smithy.api#documentation": "<p>The value.</p>"
3476                    }
3477                }
3478            },
3479            "traits": {
3480                "smithy.api#documentation": "<p>Information about a key/value pair.</p>"
3481            }
3482        },
3483        "com.amazonaws.elasticloadbalancingv2#QueryStringKeyValuePairList": {
3484            "type": "list",
3485            "member": {
3486                "target": "com.amazonaws.elasticloadbalancingv2#QueryStringKeyValuePair"
3487            }
3488        },
3489        "com.amazonaws.elasticloadbalancingv2#RedirectActionConfig": {
3490            "type": "structure",
3491            "members": {
3492                "Protocol": {
3493                    "target": "com.amazonaws.elasticloadbalancingv2#RedirectActionProtocol",
3494                    "traits": {
3495                        "smithy.api#documentation": "<p>The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP,\n      HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.</p>"
3496                    }
3497                },
3498                "Port": {
3499                    "target": "com.amazonaws.elasticloadbalancingv2#RedirectActionPort",
3500                    "traits": {
3501                        "smithy.api#documentation": "<p>The port. You can specify a value from 1 to 65535 or #{port}.</p>"
3502                    }
3503                },
3504                "Host": {
3505                    "target": "com.amazonaws.elasticloadbalancingv2#RedirectActionHost",
3506                    "traits": {
3507                        "smithy.api#documentation": "<p>The hostname. This component is not percent-encoded. The hostname can contain\n      #{host}.</p>"
3508                    }
3509                },
3510                "Path": {
3511                    "target": "com.amazonaws.elasticloadbalancingv2#RedirectActionPath",
3512                    "traits": {
3513                        "smithy.api#documentation": "<p>The absolute path, starting with the leading \"/\". This component is not percent-encoded.\n      The path can contain #{host}, #{path}, and #{port}.</p>"
3514                    }
3515                },
3516                "Query": {
3517                    "target": "com.amazonaws.elasticloadbalancingv2#RedirectActionQuery",
3518                    "traits": {
3519                        "smithy.api#documentation": "<p>The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include\n      the leading \"?\", as it is automatically added. You can specify any of the reserved\n      keywords.</p>"
3520                    }
3521                },
3522                "StatusCode": {
3523                    "target": "com.amazonaws.elasticloadbalancingv2#RedirectActionStatusCodeEnum",
3524                    "traits": {
3525                        "smithy.api#documentation": "<p>The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP\n      302).</p>",
3526                        "smithy.api#required": {}
3527                    }
3528                }
3529            },
3530            "traits": {
3531                "smithy.api#documentation": "<p>Information about a redirect action.</p>\n         <p>A URI consists of the following components: protocol://hostname:port/path?query. You must\n      modify at least one of the following components to avoid a redirect loop: protocol, hostname,\n      port, or path. Any components that you do not modify retain their original values.</p>\n         <p>You can reuse URI components using the following reserved keywords:</p>\n         <ul>\n            <li>\n               <p>#{protocol}</p>\n            </li>\n            <li>\n               <p>#{host}</p>\n            </li>\n            <li>\n               <p>#{port}</p>\n            </li>\n            <li>\n               <p>#{path} (the leading \"/\" is removed)</p>\n            </li>\n            <li>\n               <p>#{query}</p>\n            </li>\n         </ul>\n         <p>For example, you can change the path to \"/new/#{path}\", the hostname to \"example.#{host}\",\n      or the query to \"#{query}&value=xyz\".</p>"
3532            }
3533        },
3534        "com.amazonaws.elasticloadbalancingv2#RedirectActionHost": {
3535            "type": "string",
3536            "traits": {
3537                "smithy.api#length": {
3538                    "min": 1,
3539                    "max": 128
3540                }
3541            }
3542        },
3543        "com.amazonaws.elasticloadbalancingv2#RedirectActionPath": {
3544            "type": "string",
3545            "traits": {
3546                "smithy.api#length": {
3547                    "min": 1,
3548                    "max": 128
3549                }
3550            }
3551        },
3552        "com.amazonaws.elasticloadbalancingv2#RedirectActionPort": {
3553            "type": "string"
3554        },
3555        "com.amazonaws.elasticloadbalancingv2#RedirectActionProtocol": {
3556            "type": "string",
3557            "traits": {
3558                "smithy.api#pattern": "^(HTTPS?|#\\{protocol\\})$"
3559            }
3560        },
3561        "com.amazonaws.elasticloadbalancingv2#RedirectActionQuery": {
3562            "type": "string",
3563            "traits": {
3564                "smithy.api#length": {
3565                    "min": 0,
3566                    "max": 128
3567                }
3568            }
3569        },
3570        "com.amazonaws.elasticloadbalancingv2#RedirectActionStatusCodeEnum": {
3571            "type": "string",
3572            "traits": {
3573                "smithy.api#enum": [
3574                    {
3575                        "value": "HTTP_301",
3576                        "name": "HTTP_301"
3577                    },
3578                    {
3579                        "value": "HTTP_302",
3580                        "name": "HTTP_302"
3581                    }
3582                ]
3583            }
3584        },
3585        "com.amazonaws.elasticloadbalancingv2#RegisterTargets": {
3586            "type": "operation",
3587            "input": {
3588                "target": "com.amazonaws.elasticloadbalancingv2#RegisterTargetsInput"
3589            },
3590            "output": {
3591                "target": "com.amazonaws.elasticloadbalancingv2#RegisterTargetsOutput"
3592            },
3593            "errors": [
3594                {
3595                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidTargetException"
3596                },
3597                {
3598                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupNotFoundException"
3599                },
3600                {
3601                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyRegistrationsForTargetIdException"
3602                },
3603                {
3604                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyTargetsException"
3605                }
3606            ],
3607            "traits": {
3608                "smithy.api#documentation": "<p>Registers the specified targets with the specified target group.</p>\n\n         <p>If the target is an EC2 instance, it must be in the <code>running</code> state when you\n      register it.</p>\n\n         <p>By default, the load balancer routes requests to registered targets using the protocol and\n      port for the target group. Alternatively, you can override the port for a target when you\n      register it. You can register each EC2 instance or IP address with the same target group\n      multiple times using different ports.</p>\n\n         <p>With a Network Load Balancer, you cannot register instances by instance ID if they have\n      the following instance types: C1, CC1, CC2, CG1, CG2, CR1, CS1, G1, G2, HI1, HS1, M1, M2, M3,\n      and T1. You can register instances of these types by IP address.</p>"
3609            }
3610        },
3611        "com.amazonaws.elasticloadbalancingv2#RegisterTargetsInput": {
3612            "type": "structure",
3613            "members": {
3614                "TargetGroupArn": {
3615                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupArn",
3616                    "traits": {
3617                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the target group.</p>",
3618                        "smithy.api#required": {}
3619                    }
3620                },
3621                "Targets": {
3622                    "target": "com.amazonaws.elasticloadbalancingv2#TargetDescriptions",
3623                    "traits": {
3624                        "smithy.api#documentation": "<p>The targets.</p>",
3625                        "smithy.api#required": {}
3626                    }
3627                }
3628            }
3629        },
3630        "com.amazonaws.elasticloadbalancingv2#RegisterTargetsOutput": {
3631            "type": "structure",
3632            "members": {}
3633        },
3634        "com.amazonaws.elasticloadbalancingv2#RemoveListenerCertificates": {
3635            "type": "operation",
3636            "input": {
3637                "target": "com.amazonaws.elasticloadbalancingv2#RemoveListenerCertificatesInput"
3638            },
3639            "output": {
3640                "target": "com.amazonaws.elasticloadbalancingv2#RemoveListenerCertificatesOutput"
3641            },
3642            "errors": [
3643                {
3644                    "target": "com.amazonaws.elasticloadbalancingv2#ListenerNotFoundException"
3645                },
3646                {
3647                    "target": "com.amazonaws.elasticloadbalancingv2#OperationNotPermittedException"
3648                }
3649            ],
3650            "traits": {
3651                "smithy.api#documentation": "<p>Removes the specified certificate from the certificate list for the specified HTTPS or TLS\n      listener.</p>"
3652            }
3653        },
3654        "com.amazonaws.elasticloadbalancingv2#RemoveListenerCertificatesInput": {
3655            "type": "structure",
3656            "members": {
3657                "ListenerArn": {
3658                    "target": "com.amazonaws.elasticloadbalancingv2#ListenerArn",
3659                    "traits": {
3660                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the listener.</p>",
3661                        "smithy.api#required": {}
3662                    }
3663                },
3664                "Certificates": {
3665                    "target": "com.amazonaws.elasticloadbalancingv2#CertificateList",
3666                    "traits": {
3667                        "smithy.api#documentation": "<p>The certificate to remove. You can specify one certificate per call. Set\n        <code>CertificateArn</code> to the certificate ARN but do not set\n      <code>IsDefault</code>.</p>",
3668                        "smithy.api#required": {}
3669                    }
3670                }
3671            }
3672        },
3673        "com.amazonaws.elasticloadbalancingv2#RemoveListenerCertificatesOutput": {
3674            "type": "structure",
3675            "members": {}
3676        },
3677        "com.amazonaws.elasticloadbalancingv2#RemoveTags": {
3678            "type": "operation",
3679            "input": {
3680                "target": "com.amazonaws.elasticloadbalancingv2#RemoveTagsInput"
3681            },
3682            "output": {
3683                "target": "com.amazonaws.elasticloadbalancingv2#RemoveTagsOutput"
3684            },
3685            "errors": [
3686                {
3687                    "target": "com.amazonaws.elasticloadbalancingv2#ListenerNotFoundException"
3688                },
3689                {
3690                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerNotFoundException"
3691                },
3692                {
3693                    "target": "com.amazonaws.elasticloadbalancingv2#RuleNotFoundException"
3694                },
3695                {
3696                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupNotFoundException"
3697                },
3698                {
3699                    "target": "com.amazonaws.elasticloadbalancingv2#TooManyTagsException"
3700                }
3701            ],
3702            "traits": {
3703                "smithy.api#documentation": "<p>Removes the specified tags from the specified Elastic Load Balancing resources. You can\n      remove the tags for one or more Application Load Balancers, Network Load Balancers, Gateway\n      Load Balancers, target groups, listeners, or rules.</p>"
3704            }
3705        },
3706        "com.amazonaws.elasticloadbalancingv2#RemoveTagsInput": {
3707            "type": "structure",
3708            "members": {
3709                "ResourceArns": {
3710                    "target": "com.amazonaws.elasticloadbalancingv2#ResourceArns",
3711                    "traits": {
3712                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource.</p>",
3713                        "smithy.api#required": {}
3714                    }
3715                },
3716                "TagKeys": {
3717                    "target": "com.amazonaws.elasticloadbalancingv2#TagKeys",
3718                    "traits": {
3719                        "smithy.api#documentation": "<p>The tag keys for the tags to remove.</p>",
3720                        "smithy.api#required": {}
3721                    }
3722                }
3723            }
3724        },
3725        "com.amazonaws.elasticloadbalancingv2#RemoveTagsOutput": {
3726            "type": "structure",
3727            "members": {}
3728        },
3729        "com.amazonaws.elasticloadbalancingv2#ResourceArn": {
3730            "type": "string"
3731        },
3732        "com.amazonaws.elasticloadbalancingv2#ResourceArns": {
3733            "type": "list",
3734            "member": {
3735                "target": "com.amazonaws.elasticloadbalancingv2#ResourceArn"
3736            }
3737        },
3738        "com.amazonaws.elasticloadbalancingv2#ResourceInUseException": {
3739            "type": "structure",
3740            "members": {
3741                "Message": {
3742                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
3743                }
3744            },
3745            "traits": {
3746                "smithy.api#documentation": "<p>A specified resource is in use.</p>",
3747                "smithy.api#error": "client",
3748                "smithy.api#httpError": 400
3749            }
3750        },
3751        "com.amazonaws.elasticloadbalancingv2#Rule": {
3752            "type": "structure",
3753            "members": {
3754                "RuleArn": {
3755                    "target": "com.amazonaws.elasticloadbalancingv2#RuleArn",
3756                    "traits": {
3757                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the rule.</p>"
3758                    }
3759                },
3760                "Priority": {
3761                    "target": "com.amazonaws.elasticloadbalancingv2#String",
3762                    "traits": {
3763                        "smithy.api#documentation": "<p>The priority.</p>"
3764                    }
3765                },
3766                "Conditions": {
3767                    "target": "com.amazonaws.elasticloadbalancingv2#RuleConditionList",
3768                    "traits": {
3769                        "smithy.api#documentation": "<p>The conditions. Each rule can include zero or one of the following conditions:\n        <code>http-request-method</code>, <code>host-header</code>, <code>path-pattern</code>, and\n        <code>source-ip</code>, and zero or more of the following conditions:\n        <code>http-header</code> and <code>query-string</code>.</p>"
3770                    }
3771                },
3772                "Actions": {
3773                    "target": "com.amazonaws.elasticloadbalancingv2#Actions",
3774                    "traits": {
3775                        "smithy.api#documentation": "<p>The actions. Each rule must include exactly one of the following types of actions:\n        <code>forward</code>, <code>redirect</code>, or <code>fixed-response</code>, and it must be\n      the last action to be performed.</p>"
3776                    }
3777                },
3778                "IsDefault": {
3779                    "target": "com.amazonaws.elasticloadbalancingv2#IsDefault",
3780                    "traits": {
3781                        "smithy.api#documentation": "<p>Indicates whether this is the default rule.</p>"
3782                    }
3783                }
3784            },
3785            "traits": {
3786                "smithy.api#documentation": "<p>Information about a rule.</p>"
3787            }
3788        },
3789        "com.amazonaws.elasticloadbalancingv2#RuleArn": {
3790            "type": "string"
3791        },
3792        "com.amazonaws.elasticloadbalancingv2#RuleArns": {
3793            "type": "list",
3794            "member": {
3795                "target": "com.amazonaws.elasticloadbalancingv2#RuleArn"
3796            }
3797        },
3798        "com.amazonaws.elasticloadbalancingv2#RuleCondition": {
3799            "type": "structure",
3800            "members": {
3801                "Field": {
3802                    "target": "com.amazonaws.elasticloadbalancingv2#ConditionFieldName",
3803                    "traits": {
3804                        "smithy.api#documentation": "<p>The field in the HTTP request. The following are the possible values:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>http-header</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>http-request-method</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>host-header</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>path-pattern</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>query-string</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>source-ip</code>\n               </p>\n            </li>\n         </ul>"
3805                    }
3806                },
3807                "Values": {
3808                    "target": "com.amazonaws.elasticloadbalancingv2#ListOfString",
3809                    "traits": {
3810                        "smithy.api#documentation": "<p>The condition value. Specify only when <code>Field</code> is <code>host-header</code> or\n        <code>path-pattern</code>. Alternatively, to specify multiple host names or multiple path\n      patterns, use <code>HostHeaderConfig</code> or <code>PathPatternConfig</code>.</p>\n         <p>If <code>Field</code> is <code>host-header</code> and you are not using\n        <code>HostHeaderConfig</code>, you can specify a single host name (for example,\n      my.example.com) in <code>Values</code>. A host name is case insensitive, can be up to 128\n      characters in length, and can contain any of the following characters.</p>\n         <ul>\n            <li>\n               <p>A-Z, a-z, 0-9</p>\n            </li>\n            <li>\n               <p>- .</p>\n            </li>\n            <li>\n               <p>* (matches 0 or more characters)</p>\n            </li>\n            <li>\n               <p>? (matches exactly 1 character)</p>\n            </li>\n         </ul>\n         <p>If <code>Field</code> is <code>path-pattern</code> and you are not using\n        <code>PathPatternConfig</code>, you can specify a single path pattern (for example, /img/*)\n      in <code>Values</code>. A path pattern is case-sensitive, can be up to 128 characters in\n      length, and can contain any of the following characters.</p>\n         <ul>\n            <li>\n               <p>A-Z, a-z, 0-9</p>\n            </li>\n            <li>\n               <p>_ - . $ / ~ \" ' @ : +</p>\n            </li>\n            <li>\n               <p>& (using &amp;)</p>\n            </li>\n            <li>\n               <p>* (matches 0 or more characters)</p>\n            </li>\n            <li>\n               <p>? (matches exactly 1 character)</p>\n            </li>\n         </ul>"
3811                    }
3812                },
3813                "HostHeaderConfig": {
3814                    "target": "com.amazonaws.elasticloadbalancingv2#HostHeaderConditionConfig",
3815                    "traits": {
3816                        "smithy.api#documentation": "<p>Information for a host header condition. Specify only when <code>Field</code> is\n        <code>host-header</code>.</p>"
3817                    }
3818                },
3819                "PathPatternConfig": {
3820                    "target": "com.amazonaws.elasticloadbalancingv2#PathPatternConditionConfig",
3821                    "traits": {
3822                        "smithy.api#documentation": "<p>Information for a path pattern condition. Specify only when <code>Field</code> is\n        <code>path-pattern</code>.</p>"
3823                    }
3824                },
3825                "HttpHeaderConfig": {
3826                    "target": "com.amazonaws.elasticloadbalancingv2#HttpHeaderConditionConfig",
3827                    "traits": {
3828                        "smithy.api#documentation": "<p>Information for an HTTP header condition. Specify only when <code>Field</code> is\n        <code>http-header</code>.</p>"
3829                    }
3830                },
3831                "QueryStringConfig": {
3832                    "target": "com.amazonaws.elasticloadbalancingv2#QueryStringConditionConfig",
3833                    "traits": {
3834                        "smithy.api#documentation": "<p>Information for a query string condition. Specify only when <code>Field</code> is\n        <code>query-string</code>.</p>"
3835                    }
3836                },
3837                "HttpRequestMethodConfig": {
3838                    "target": "com.amazonaws.elasticloadbalancingv2#HttpRequestMethodConditionConfig",
3839                    "traits": {
3840                        "smithy.api#documentation": "<p>Information for an HTTP method condition. Specify only when <code>Field</code> is\n        <code>http-request-method</code>.</p>"
3841                    }
3842                },
3843                "SourceIpConfig": {
3844                    "target": "com.amazonaws.elasticloadbalancingv2#SourceIpConditionConfig",
3845                    "traits": {
3846                        "smithy.api#documentation": "<p>Information for a source IP condition. Specify only when <code>Field</code> is\n        <code>source-ip</code>.</p>"
3847                    }
3848                }
3849            },
3850            "traits": {
3851                "smithy.api#documentation": "<p>Information about a condition for a rule.</p>\n         <p>Each rule can optionally include up to one of each of the following conditions:\n        <code>http-request-method</code>, <code>host-header</code>, <code>path-pattern</code>, and\n        <code>source-ip</code>. Each rule can also optionally include one or more of each of the\n      following conditions: <code>http-header</code> and <code>query-string</code>.</p>"
3852            }
3853        },
3854        "com.amazonaws.elasticloadbalancingv2#RuleConditionList": {
3855            "type": "list",
3856            "member": {
3857                "target": "com.amazonaws.elasticloadbalancingv2#RuleCondition"
3858            }
3859        },
3860        "com.amazonaws.elasticloadbalancingv2#RuleNotFoundException": {
3861            "type": "structure",
3862            "members": {
3863                "Message": {
3864                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
3865                }
3866            },
3867            "traits": {
3868                "smithy.api#documentation": "<p>The specified rule does not exist.</p>",
3869                "smithy.api#error": "client",
3870                "smithy.api#httpError": 400
3871            }
3872        },
3873        "com.amazonaws.elasticloadbalancingv2#RulePriority": {
3874            "type": "integer",
3875            "traits": {
3876                "smithy.api#box": {},
3877                "smithy.api#range": {
3878                    "min": 1,
3879                    "max": 50000
3880                }
3881            }
3882        },
3883        "com.amazonaws.elasticloadbalancingv2#RulePriorityList": {
3884            "type": "list",
3885            "member": {
3886                "target": "com.amazonaws.elasticloadbalancingv2#RulePriorityPair"
3887            }
3888        },
3889        "com.amazonaws.elasticloadbalancingv2#RulePriorityPair": {
3890            "type": "structure",
3891            "members": {
3892                "RuleArn": {
3893                    "target": "com.amazonaws.elasticloadbalancingv2#RuleArn",
3894                    "traits": {
3895                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the rule.</p>"
3896                    }
3897                },
3898                "Priority": {
3899                    "target": "com.amazonaws.elasticloadbalancingv2#RulePriority",
3900                    "traits": {
3901                        "smithy.api#documentation": "<p>The rule priority.</p>"
3902                    }
3903                }
3904            },
3905            "traits": {
3906                "smithy.api#documentation": "<p>Information about the priorities for the rules for a listener.</p>"
3907            }
3908        },
3909        "com.amazonaws.elasticloadbalancingv2#Rules": {
3910            "type": "list",
3911            "member": {
3912                "target": "com.amazonaws.elasticloadbalancingv2#Rule"
3913            }
3914        },
3915        "com.amazonaws.elasticloadbalancingv2#SSLPolicyNotFoundException": {
3916            "type": "structure",
3917            "members": {
3918                "Message": {
3919                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
3920                }
3921            },
3922            "traits": {
3923                "smithy.api#documentation": "<p>The specified SSL policy does not exist.</p>",
3924                "smithy.api#error": "client",
3925                "smithy.api#httpError": 400
3926            }
3927        },
3928        "com.amazonaws.elasticloadbalancingv2#SecurityGroupId": {
3929            "type": "string"
3930        },
3931        "com.amazonaws.elasticloadbalancingv2#SecurityGroups": {
3932            "type": "list",
3933            "member": {
3934                "target": "com.amazonaws.elasticloadbalancingv2#SecurityGroupId"
3935            }
3936        },
3937        "com.amazonaws.elasticloadbalancingv2#SetIpAddressType": {
3938            "type": "operation",
3939            "input": {
3940                "target": "com.amazonaws.elasticloadbalancingv2#SetIpAddressTypeInput"
3941            },
3942            "output": {
3943                "target": "com.amazonaws.elasticloadbalancingv2#SetIpAddressTypeOutput"
3944            },
3945            "errors": [
3946                {
3947                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidConfigurationRequestException"
3948                },
3949                {
3950                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidSubnetException"
3951                },
3952                {
3953                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerNotFoundException"
3954                }
3955            ],
3956            "traits": {
3957                "smithy.api#documentation": "<p>Sets the type of IP addresses used by the subnets of the specified Application Load\n      Balancer or Network Load Balancer.</p>"
3958            }
3959        },
3960        "com.amazonaws.elasticloadbalancingv2#SetIpAddressTypeInput": {
3961            "type": "structure",
3962            "members": {
3963                "LoadBalancerArn": {
3964                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerArn",
3965                    "traits": {
3966                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the load balancer.</p>",
3967                        "smithy.api#required": {}
3968                    }
3969                },
3970                "IpAddressType": {
3971                    "target": "com.amazonaws.elasticloadbalancingv2#IpAddressType",
3972                    "traits": {
3973                        "smithy.api#documentation": "<p>The IP address type. The possible values are <code>ipv4</code> (for IPv4 addresses) and\n        <code>dualstack</code> (for IPv4 and IPv6 addresses). Internal load balancers must use\n        <code>ipv4</code>. You can’t specify <code>dualstack</code> for a load balancer with a UDP\n      or TCP_UDP listener.</p>",
3974                        "smithy.api#required": {}
3975                    }
3976                }
3977            }
3978        },
3979        "com.amazonaws.elasticloadbalancingv2#SetIpAddressTypeOutput": {
3980            "type": "structure",
3981            "members": {
3982                "IpAddressType": {
3983                    "target": "com.amazonaws.elasticloadbalancingv2#IpAddressType",
3984                    "traits": {
3985                        "smithy.api#documentation": "<p>The IP address type.</p>"
3986                    }
3987                }
3988            }
3989        },
3990        "com.amazonaws.elasticloadbalancingv2#SetRulePriorities": {
3991            "type": "operation",
3992            "input": {
3993                "target": "com.amazonaws.elasticloadbalancingv2#SetRulePrioritiesInput"
3994            },
3995            "output": {
3996                "target": "com.amazonaws.elasticloadbalancingv2#SetRulePrioritiesOutput"
3997            },
3998            "errors": [
3999                {
4000                    "target": "com.amazonaws.elasticloadbalancingv2#OperationNotPermittedException"
4001                },
4002                {
4003                    "target": "com.amazonaws.elasticloadbalancingv2#PriorityInUseException"
4004                },
4005                {
4006                    "target": "com.amazonaws.elasticloadbalancingv2#RuleNotFoundException"
4007                }
4008            ],
4009            "traits": {
4010                "smithy.api#documentation": "<p>Sets the priorities of the specified rules.</p>\n         <p>You can reorder the rules as long as there are no priority conflicts in the new order. Any\n      existing rules that you do not specify retain their current priority.</p>"
4011            }
4012        },
4013        "com.amazonaws.elasticloadbalancingv2#SetRulePrioritiesInput": {
4014            "type": "structure",
4015            "members": {
4016                "RulePriorities": {
4017                    "target": "com.amazonaws.elasticloadbalancingv2#RulePriorityList",
4018                    "traits": {
4019                        "smithy.api#documentation": "<p>The rule priorities.</p>",
4020                        "smithy.api#required": {}
4021                    }
4022                }
4023            }
4024        },
4025        "com.amazonaws.elasticloadbalancingv2#SetRulePrioritiesOutput": {
4026            "type": "structure",
4027            "members": {
4028                "Rules": {
4029                    "target": "com.amazonaws.elasticloadbalancingv2#Rules",
4030                    "traits": {
4031                        "smithy.api#documentation": "<p>Information about the rules.</p>"
4032                    }
4033                }
4034            }
4035        },
4036        "com.amazonaws.elasticloadbalancingv2#SetSecurityGroups": {
4037            "type": "operation",
4038            "input": {
4039                "target": "com.amazonaws.elasticloadbalancingv2#SetSecurityGroupsInput"
4040            },
4041            "output": {
4042                "target": "com.amazonaws.elasticloadbalancingv2#SetSecurityGroupsOutput"
4043            },
4044            "errors": [
4045                {
4046                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidConfigurationRequestException"
4047                },
4048                {
4049                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidSecurityGroupException"
4050                },
4051                {
4052                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerNotFoundException"
4053                }
4054            ],
4055            "traits": {
4056                "smithy.api#documentation": "<p>Associates the specified security groups with the specified Application Load Balancer. The\n      specified security groups override the previously associated security groups.</p>\n         <p>You can't specify a security group for a Network Load Balancer or Gateway Load\n      Balancer.</p>"
4057            }
4058        },
4059        "com.amazonaws.elasticloadbalancingv2#SetSecurityGroupsInput": {
4060            "type": "structure",
4061            "members": {
4062                "LoadBalancerArn": {
4063                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerArn",
4064                    "traits": {
4065                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the load balancer.</p>",
4066                        "smithy.api#required": {}
4067                    }
4068                },
4069                "SecurityGroups": {
4070                    "target": "com.amazonaws.elasticloadbalancingv2#SecurityGroups",
4071                    "traits": {
4072                        "smithy.api#documentation": "<p>The IDs of the security groups.</p>",
4073                        "smithy.api#required": {}
4074                    }
4075                }
4076            }
4077        },
4078        "com.amazonaws.elasticloadbalancingv2#SetSecurityGroupsOutput": {
4079            "type": "structure",
4080            "members": {
4081                "SecurityGroupIds": {
4082                    "target": "com.amazonaws.elasticloadbalancingv2#SecurityGroups",
4083                    "traits": {
4084                        "smithy.api#documentation": "<p>The IDs of the security groups associated with the load balancer.</p>"
4085                    }
4086                }
4087            }
4088        },
4089        "com.amazonaws.elasticloadbalancingv2#SetSubnets": {
4090            "type": "operation",
4091            "input": {
4092                "target": "com.amazonaws.elasticloadbalancingv2#SetSubnetsInput"
4093            },
4094            "output": {
4095                "target": "com.amazonaws.elasticloadbalancingv2#SetSubnetsOutput"
4096            },
4097            "errors": [
4098                {
4099                    "target": "com.amazonaws.elasticloadbalancingv2#AllocationIdNotFoundException"
4100                },
4101                {
4102                    "target": "com.amazonaws.elasticloadbalancingv2#AvailabilityZoneNotSupportedException"
4103                },
4104                {
4105                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidConfigurationRequestException"
4106                },
4107                {
4108                    "target": "com.amazonaws.elasticloadbalancingv2#InvalidSubnetException"
4109                },
4110                {
4111                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerNotFoundException"
4112                },
4113                {
4114                    "target": "com.amazonaws.elasticloadbalancingv2#SubnetNotFoundException"
4115                }
4116            ],
4117            "traits": {
4118                "smithy.api#documentation": "<p>Enables the Availability Zones for the specified public subnets for the specified\n      Application Load Balancer or Network Load Balancer. The specified subnets replace the\n      previously enabled subnets.</p>\n         <p>When you specify subnets for a Network Load Balancer, you must include all subnets that\n      were enabled previously, with their existing configurations, plus any additional\n      subnets.</p>"
4119            }
4120        },
4121        "com.amazonaws.elasticloadbalancingv2#SetSubnetsInput": {
4122            "type": "structure",
4123            "members": {
4124                "LoadBalancerArn": {
4125                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerArn",
4126                    "traits": {
4127                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the load balancer.</p>",
4128                        "smithy.api#required": {}
4129                    }
4130                },
4131                "Subnets": {
4132                    "target": "com.amazonaws.elasticloadbalancingv2#Subnets",
4133                    "traits": {
4134                        "smithy.api#documentation": "<p>The IDs of the public subnets. You can specify only one subnet per Availability Zone. You\n      must specify either subnets or subnet mappings.</p>\n         <p>[Application Load Balancers] You must specify subnets from at least two Availability\n      Zones.</p>\n         <p>[Application Load Balancers on Outposts] You must specify one Outpost subnet.</p>\n         <p>[Application Load Balancers on Local Zones] You can specify subnets from one or more Local\n      Zones.</p>\n         <p>[Network Load Balancers] You can specify subnets from one or more Availability\n      Zones.</p>"
4135                    }
4136                },
4137                "SubnetMappings": {
4138                    "target": "com.amazonaws.elasticloadbalancingv2#SubnetMappings",
4139                    "traits": {
4140                        "smithy.api#documentation": "<p>The IDs of the public subnets. You can specify only one subnet per Availability Zone. You\n      must specify either subnets or subnet mappings.</p>\n         <p>[Application Load Balancers] You must specify subnets from at least two Availability\n      Zones. You cannot specify Elastic IP addresses for your subnets.</p>\n         <p>[Application Load Balancers on Outposts] You must specify one Outpost subnet.</p>\n         <p>[Application Load Balancers on Local Zones] You can specify subnets from one or more Local\n      Zones.</p>\n         <p>[Network Load Balancers] You can specify subnets from one or more Availability Zones. You\n      can specify one Elastic IP address per subnet if you need static IP addresses for your\n      internet-facing load balancer. For internal load balancers, you can specify one private IP\n      address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you\n      can specify one IPv6 address per subnet.</p>"
4141                    }
4142                },
4143                "IpAddressType": {
4144                    "target": "com.amazonaws.elasticloadbalancingv2#IpAddressType",
4145                    "traits": {
4146                        "smithy.api#documentation": "<p>[Network Load Balancers] The type of IP addresses used by the subnets for your load\n      balancer. The possible values are <code>ipv4</code> (for IPv4 addresses) and\n        <code>dualstack</code> (for IPv4 and IPv6 addresses). You can’t specify\n        <code>dualstack</code> for a load balancer with a UDP or TCP_UDP listener. Internal load\n      balancers must use <code>ipv4</code>.</p>"
4147                    }
4148                }
4149            }
4150        },
4151        "com.amazonaws.elasticloadbalancingv2#SetSubnetsOutput": {
4152            "type": "structure",
4153            "members": {
4154                "AvailabilityZones": {
4155                    "target": "com.amazonaws.elasticloadbalancingv2#AvailabilityZones",
4156                    "traits": {
4157                        "smithy.api#documentation": "<p>Information about the subnets.</p>"
4158                    }
4159                },
4160                "IpAddressType": {
4161                    "target": "com.amazonaws.elasticloadbalancingv2#IpAddressType",
4162                    "traits": {
4163                        "smithy.api#documentation": "<p>[Network Load Balancers] The IP address type.</p>"
4164                    }
4165                }
4166            }
4167        },
4168        "com.amazonaws.elasticloadbalancingv2#SourceIpConditionConfig": {
4169            "type": "structure",
4170            "members": {
4171                "Values": {
4172                    "target": "com.amazonaws.elasticloadbalancingv2#ListOfString",
4173                    "traits": {
4174                        "smithy.api#documentation": "<p>One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses.\n      Wildcards are not supported.</p>\n         <p>If you specify multiple addresses, the condition is satisfied if the source IP address of\n      the request matches one of the CIDR blocks. This condition is not satisfied by the addresses\n      in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use\n        <a>HttpHeaderConditionConfig</a>.</p>"
4175                    }
4176                }
4177            },
4178            "traits": {
4179                "smithy.api#documentation": "<p>Information about a source IP condition.</p>\n         <p>You can use this condition to route based on the IP address of the source that connects to\n      the load balancer. If a client is behind a proxy, this is the IP address of the proxy not the\n      IP address of the client.</p>"
4180            }
4181        },
4182        "com.amazonaws.elasticloadbalancingv2#SslPolicies": {
4183            "type": "list",
4184            "member": {
4185                "target": "com.amazonaws.elasticloadbalancingv2#SslPolicy"
4186            }
4187        },
4188        "com.amazonaws.elasticloadbalancingv2#SslPolicy": {
4189            "type": "structure",
4190            "members": {
4191                "SslProtocols": {
4192                    "target": "com.amazonaws.elasticloadbalancingv2#SslProtocols",
4193                    "traits": {
4194                        "smithy.api#documentation": "<p>The protocols.</p>"
4195                    }
4196                },
4197                "Ciphers": {
4198                    "target": "com.amazonaws.elasticloadbalancingv2#Ciphers",
4199                    "traits": {
4200                        "smithy.api#documentation": "<p>The ciphers.</p>"
4201                    }
4202                },
4203                "Name": {
4204                    "target": "com.amazonaws.elasticloadbalancingv2#SslPolicyName",
4205                    "traits": {
4206                        "smithy.api#documentation": "<p>The name of the policy.</p>"
4207                    }
4208                }
4209            },
4210            "traits": {
4211                "smithy.api#documentation": "<p>Information about a policy used for SSL negotiation.</p>"
4212            }
4213        },
4214        "com.amazonaws.elasticloadbalancingv2#SslPolicyName": {
4215            "type": "string"
4216        },
4217        "com.amazonaws.elasticloadbalancingv2#SslPolicyNames": {
4218            "type": "list",
4219            "member": {
4220                "target": "com.amazonaws.elasticloadbalancingv2#SslPolicyName"
4221            }
4222        },
4223        "com.amazonaws.elasticloadbalancingv2#SslProtocol": {
4224            "type": "string"
4225        },
4226        "com.amazonaws.elasticloadbalancingv2#SslProtocols": {
4227            "type": "list",
4228            "member": {
4229                "target": "com.amazonaws.elasticloadbalancingv2#SslProtocol"
4230            }
4231        },
4232        "com.amazonaws.elasticloadbalancingv2#StateReason": {
4233            "type": "string"
4234        },
4235        "com.amazonaws.elasticloadbalancingv2#String": {
4236            "type": "string"
4237        },
4238        "com.amazonaws.elasticloadbalancingv2#StringValue": {
4239            "type": "string"
4240        },
4241        "com.amazonaws.elasticloadbalancingv2#SubnetId": {
4242            "type": "string"
4243        },
4244        "com.amazonaws.elasticloadbalancingv2#SubnetMapping": {
4245            "type": "structure",
4246            "members": {
4247                "SubnetId": {
4248                    "target": "com.amazonaws.elasticloadbalancingv2#SubnetId",
4249                    "traits": {
4250                        "smithy.api#documentation": "<p>The ID of the subnet.</p>"
4251                    }
4252                },
4253                "AllocationId": {
4254                    "target": "com.amazonaws.elasticloadbalancingv2#AllocationId",
4255                    "traits": {
4256                        "smithy.api#documentation": "<p>[Network Load Balancers] The allocation ID of the Elastic IP address for an\n      internet-facing load balancer.</p>"
4257                    }
4258                },
4259                "PrivateIPv4Address": {
4260                    "target": "com.amazonaws.elasticloadbalancingv2#PrivateIPv4Address",
4261                    "traits": {
4262                        "smithy.api#documentation": "<p>[Network Load Balancers] The private IPv4 address for an internal load balancer.</p>"
4263                    }
4264                },
4265                "IPv6Address": {
4266                    "target": "com.amazonaws.elasticloadbalancingv2#IPv6Address",
4267                    "traits": {
4268                        "smithy.api#documentation": "<p>[Network Load Balancers] The IPv6 address.</p>"
4269                    }
4270                }
4271            },
4272            "traits": {
4273                "smithy.api#documentation": "<p>Information about a subnet mapping.</p>"
4274            }
4275        },
4276        "com.amazonaws.elasticloadbalancingv2#SubnetMappings": {
4277            "type": "list",
4278            "member": {
4279                "target": "com.amazonaws.elasticloadbalancingv2#SubnetMapping"
4280            }
4281        },
4282        "com.amazonaws.elasticloadbalancingv2#SubnetNotFoundException": {
4283            "type": "structure",
4284            "members": {
4285                "Message": {
4286                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
4287                }
4288            },
4289            "traits": {
4290                "smithy.api#documentation": "<p>The specified subnet does not exist.</p>",
4291                "smithy.api#error": "client",
4292                "smithy.api#httpError": 400
4293            }
4294        },
4295        "com.amazonaws.elasticloadbalancingv2#Subnets": {
4296            "type": "list",
4297            "member": {
4298                "target": "com.amazonaws.elasticloadbalancingv2#SubnetId"
4299            }
4300        },
4301        "com.amazonaws.elasticloadbalancingv2#Tag": {
4302            "type": "structure",
4303            "members": {
4304                "Key": {
4305                    "target": "com.amazonaws.elasticloadbalancingv2#TagKey",
4306                    "traits": {
4307                        "smithy.api#documentation": "<p>The key of the tag.</p>",
4308                        "smithy.api#required": {}
4309                    }
4310                },
4311                "Value": {
4312                    "target": "com.amazonaws.elasticloadbalancingv2#TagValue",
4313                    "traits": {
4314                        "smithy.api#documentation": "<p>The value of the tag.</p>"
4315                    }
4316                }
4317            },
4318            "traits": {
4319                "smithy.api#documentation": "<p>Information about a tag.</p>"
4320            }
4321        },
4322        "com.amazonaws.elasticloadbalancingv2#TagDescription": {
4323            "type": "structure",
4324            "members": {
4325                "ResourceArn": {
4326                    "target": "com.amazonaws.elasticloadbalancingv2#ResourceArn",
4327                    "traits": {
4328                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource.</p>"
4329                    }
4330                },
4331                "Tags": {
4332                    "target": "com.amazonaws.elasticloadbalancingv2#TagList",
4333                    "traits": {
4334                        "smithy.api#documentation": "<p>Information about the tags.</p>"
4335                    }
4336                }
4337            },
4338            "traits": {
4339                "smithy.api#documentation": "<p>The tags associated with a resource.</p>"
4340            }
4341        },
4342        "com.amazonaws.elasticloadbalancingv2#TagDescriptions": {
4343            "type": "list",
4344            "member": {
4345                "target": "com.amazonaws.elasticloadbalancingv2#TagDescription"
4346            }
4347        },
4348        "com.amazonaws.elasticloadbalancingv2#TagKey": {
4349            "type": "string",
4350            "traits": {
4351                "smithy.api#length": {
4352                    "min": 1,
4353                    "max": 128
4354                },
4355                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
4356            }
4357        },
4358        "com.amazonaws.elasticloadbalancingv2#TagKeys": {
4359            "type": "list",
4360            "member": {
4361                "target": "com.amazonaws.elasticloadbalancingv2#TagKey"
4362            }
4363        },
4364        "com.amazonaws.elasticloadbalancingv2#TagList": {
4365            "type": "list",
4366            "member": {
4367                "target": "com.amazonaws.elasticloadbalancingv2#Tag"
4368            },
4369            "traits": {
4370                "smithy.api#length": {
4371                    "min": 1
4372                }
4373            }
4374        },
4375        "com.amazonaws.elasticloadbalancingv2#TagValue": {
4376            "type": "string",
4377            "traits": {
4378                "smithy.api#length": {
4379                    "min": 0,
4380                    "max": 256
4381                },
4382                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
4383            }
4384        },
4385        "com.amazonaws.elasticloadbalancingv2#TargetDescription": {
4386            "type": "structure",
4387            "members": {
4388                "Id": {
4389                    "target": "com.amazonaws.elasticloadbalancingv2#TargetId",
4390                    "traits": {
4391                        "smithy.api#documentation": "<p>The ID of the target. If the target type of the target group is <code>instance</code>,\n      specify an instance ID. If the target type is <code>ip</code>, specify an IP address. If the\n      target type is <code>lambda</code>, specify the ARN of the Lambda function.</p>",
4392                        "smithy.api#required": {}
4393                    }
4394                },
4395                "Port": {
4396                    "target": "com.amazonaws.elasticloadbalancingv2#Port",
4397                    "traits": {
4398                        "smithy.api#documentation": "<p>The port on which the target is listening. If the target group protocol is GENEVE, the\n      supported port is 6081. Not used if the target is a Lambda function.</p>"
4399                    }
4400                },
4401                "AvailabilityZone": {
4402                    "target": "com.amazonaws.elasticloadbalancingv2#ZoneName",
4403                    "traits": {
4404                        "smithy.api#documentation": "<p>An Availability Zone or <code>all</code>. This determines whether the target receives\n      traffic from the load balancer nodes in the specified Availability Zone or from all enabled\n      Availability Zones for the load balancer.</p>\n         <p>This parameter is not supported if the target type of the target group is\n        <code>instance</code>.</p>\n         <p>If the target type is <code>ip</code> and the IP address is in a subnet of the VPC for the\n      target group, the Availability Zone is automatically detected and this parameter is optional.\n      If the IP address is outside the VPC, this parameter is required.</p>\n         <p>With an Application Load Balancer, if the target type is <code>ip</code> and the IP\n      address is outside the VPC for the target group, the only supported value is\n      <code>all</code>.</p>\n         <p>If the target type is <code>lambda</code>, this parameter is optional and the only\n      supported value is <code>all</code>.</p>"
4405                    }
4406                }
4407            },
4408            "traits": {
4409                "smithy.api#documentation": "<p>Information about a target.</p>"
4410            }
4411        },
4412        "com.amazonaws.elasticloadbalancingv2#TargetDescriptions": {
4413            "type": "list",
4414            "member": {
4415                "target": "com.amazonaws.elasticloadbalancingv2#TargetDescription"
4416            }
4417        },
4418        "com.amazonaws.elasticloadbalancingv2#TargetGroup": {
4419            "type": "structure",
4420            "members": {
4421                "TargetGroupArn": {
4422                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupArn",
4423                    "traits": {
4424                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the target group.</p>"
4425                    }
4426                },
4427                "TargetGroupName": {
4428                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupName",
4429                    "traits": {
4430                        "smithy.api#documentation": "<p>The name of the target group.</p>"
4431                    }
4432                },
4433                "Protocol": {
4434                    "target": "com.amazonaws.elasticloadbalancingv2#ProtocolEnum",
4435                    "traits": {
4436                        "smithy.api#documentation": "<p>The protocol to use for routing traffic to the targets.</p>"
4437                    }
4438                },
4439                "Port": {
4440                    "target": "com.amazonaws.elasticloadbalancingv2#Port",
4441                    "traits": {
4442                        "smithy.api#documentation": "<p>The port on which the targets are listening. Not used if the target is a Lambda\n      function.</p>"
4443                    }
4444                },
4445                "VpcId": {
4446                    "target": "com.amazonaws.elasticloadbalancingv2#VpcId",
4447                    "traits": {
4448                        "smithy.api#documentation": "<p>The ID of the VPC for the targets.</p>"
4449                    }
4450                },
4451                "HealthCheckProtocol": {
4452                    "target": "com.amazonaws.elasticloadbalancingv2#ProtocolEnum",
4453                    "traits": {
4454                        "smithy.api#documentation": "<p>The protocol to use to connect with the target. The GENEVE, TLS, UDP, and TCP_UDP\n      protocols are not supported for health checks.</p>"
4455                    }
4456                },
4457                "HealthCheckPort": {
4458                    "target": "com.amazonaws.elasticloadbalancingv2#HealthCheckPort",
4459                    "traits": {
4460                        "smithy.api#documentation": "<p>The port to use to connect with the target.</p>"
4461                    }
4462                },
4463                "HealthCheckEnabled": {
4464                    "target": "com.amazonaws.elasticloadbalancingv2#HealthCheckEnabled",
4465                    "traits": {
4466                        "smithy.api#documentation": "<p>Indicates whether health checks are enabled.</p>"
4467                    }
4468                },
4469                "HealthCheckIntervalSeconds": {
4470                    "target": "com.amazonaws.elasticloadbalancingv2#HealthCheckIntervalSeconds",
4471                    "traits": {
4472                        "smithy.api#documentation": "<p>The approximate amount of time, in seconds, between health checks of an individual\n      target.</p>"
4473                    }
4474                },
4475                "HealthCheckTimeoutSeconds": {
4476                    "target": "com.amazonaws.elasticloadbalancingv2#HealthCheckTimeoutSeconds",
4477                    "traits": {
4478                        "smithy.api#documentation": "<p>The amount of time, in seconds, during which no response means a failed health\n      check.</p>"
4479                    }
4480                },
4481                "HealthyThresholdCount": {
4482                    "target": "com.amazonaws.elasticloadbalancingv2#HealthCheckThresholdCount",
4483                    "traits": {
4484                        "smithy.api#documentation": "<p>The number of consecutive health checks successes required before considering an unhealthy\n      target healthy.</p>"
4485                    }
4486                },
4487                "UnhealthyThresholdCount": {
4488                    "target": "com.amazonaws.elasticloadbalancingv2#HealthCheckThresholdCount",
4489                    "traits": {
4490                        "smithy.api#documentation": "<p>The number of consecutive health check failures required before considering the target\n      unhealthy.</p>"
4491                    }
4492                },
4493                "HealthCheckPath": {
4494                    "target": "com.amazonaws.elasticloadbalancingv2#Path",
4495                    "traits": {
4496                        "smithy.api#documentation": "<p>The destination for health checks on the targets.</p>"
4497                    }
4498                },
4499                "Matcher": {
4500                    "target": "com.amazonaws.elasticloadbalancingv2#Matcher",
4501                    "traits": {
4502                        "smithy.api#documentation": "<p>The HTTP or gRPC codes to use when checking for a successful response from a\n      target.</p>"
4503                    }
4504                },
4505                "LoadBalancerArns": {
4506                    "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerArns",
4507                    "traits": {
4508                        "smithy.api#documentation": "<p>The Amazon Resource Names (ARN) of the load balancers that route traffic to this target\n      group.</p>"
4509                    }
4510                },
4511                "TargetType": {
4512                    "target": "com.amazonaws.elasticloadbalancingv2#TargetTypeEnum",
4513                    "traits": {
4514                        "smithy.api#documentation": "<p>The type of target that you must specify when registering targets with this target group.\n      The possible values are <code>instance</code> (register targets by instance ID),\n        <code>ip</code> (register targets by IP address), or <code>lambda</code> (register a single\n      Lambda function as a target).</p>"
4515                    }
4516                },
4517                "ProtocolVersion": {
4518                    "target": "com.amazonaws.elasticloadbalancingv2#ProtocolVersion",
4519                    "traits": {
4520                        "smithy.api#documentation": "<p>[HTTP/HTTPS protocol] The protocol version. The possible values are <code>GRPC</code>,\n        <code>HTTP1</code>, and <code>HTTP2</code>.</p>"
4521                    }
4522                }
4523            },
4524            "traits": {
4525                "smithy.api#documentation": "<p>Information about a target group.</p>"
4526            }
4527        },
4528        "com.amazonaws.elasticloadbalancingv2#TargetGroupArn": {
4529            "type": "string"
4530        },
4531        "com.amazonaws.elasticloadbalancingv2#TargetGroupArns": {
4532            "type": "list",
4533            "member": {
4534                "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupArn"
4535            }
4536        },
4537        "com.amazonaws.elasticloadbalancingv2#TargetGroupAssociationLimitException": {
4538            "type": "structure",
4539            "members": {
4540                "Message": {
4541                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
4542                }
4543            },
4544            "traits": {
4545                "smithy.api#documentation": "<p>You've reached the limit on the number of load balancers per target group.</p>",
4546                "smithy.api#error": "client",
4547                "smithy.api#httpError": 400
4548            }
4549        },
4550        "com.amazonaws.elasticloadbalancingv2#TargetGroupAttribute": {
4551            "type": "structure",
4552            "members": {
4553                "Key": {
4554                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupAttributeKey",
4555                    "traits": {
4556                        "smithy.api#documentation": "<p>The name of the attribute.</p>\n\n         <p>The following attribute is supported by all load balancers:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>deregistration_delay.timeout_seconds</code> - The amount of time, in seconds,\n          for Elastic Load Balancing to wait before changing the state of a deregistering target\n          from <code>draining</code> to <code>unused</code>. The range is 0-3600 seconds. The\n          default value is 300 seconds. If the target is a Lambda function, this attribute is not\n          supported.</p>\n            </li>\n         </ul>\n\n         <p>The following attributes are supported by both Application Load Balancers and Network Load\n      Balancers:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>stickiness.enabled</code> - Indicates whether sticky sessions are enabled. The\n          value is <code>true</code> or <code>false</code>. The default is\n          <code>false</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <code>stickiness.type</code> - The type of sticky sessions. The possible values are\n            <code>lb_cookie</code> and <code>app_cookie</code> for Application Load Balancers or\n            <code>source_ip</code> for Network Load Balancers.</p>\n            </li>\n         </ul>\n\n         <p>The following attributes are supported only if the load balancer is an Application Load\n      Balancer and the target is an instance or an IP address:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>load_balancing.algorithm.type</code> - The load balancing algorithm determines\n          how the load balancer selects targets when routing requests. The value is\n            <code>round_robin</code> or <code>least_outstanding_requests</code>. The default is\n            <code>round_robin</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <code>slow_start.duration_seconds</code> - The time period, in seconds, during which a\n          newly registered target receives an increasing share of the traffic to the target group.\n          After this time period ends, the target receives its full share of traffic. The range is\n          30-900 seconds (15 minutes). The default is 0 seconds (disabled).</p>\n            </li>\n            <li>\n               <p>\n                  <code>stickiness.app_cookie.cookie_name</code> - Indicates the name of the\n          application-based cookie. Names that start with the following names are not allowed:\n            <code>AWSALB</code>, <code>AWSALBAPP</code>, and <code>AWSALBTG</code>. They're reserved\n          for use by the load balancer.</p>\n            </li>\n            <li>\n               <p>\n                  <code>stickiness.app_cookie.duration_seconds</code> - The time period, in seconds,\n          during which requests from a client should be routed to the same target. After this time\n          period expires, the application-based cookie is considered stale. The range is 1 second to\n          1 week (604800 seconds). The default value is 1 day (86400 seconds).</p>\n            </li>\n            <li>\n               <p>\n                  <code>stickiness.lb_cookie.duration_seconds</code> - The time period, in seconds,\n          during which requests from a client should be routed to the same target. After this time\n          period expires, the load balancer-generated cookie is considered stale. The range is 1\n          second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).</p>\n            </li>\n         </ul>\n\n         <p>The following attribute is supported only if the load balancer is an Application Load\n      Balancer and the target is a Lambda function:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>lambda.multi_value_headers.enabled</code> - Indicates whether the request and\n          response headers that are exchanged between the load balancer and the Lambda function\n          include arrays of values or strings. The value is <code>true</code> or <code>false</code>.\n          The default is <code>false</code>. If the value is <code>false</code> and the request\n          contains a duplicate header field name or query parameter key, the load balancer uses the\n          last value sent by the client.</p>\n            </li>\n         </ul>\n\n         <p>The following attributes are supported only by Network Load Balancers:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>deregistration_delay.connection_termination.enabled</code> - Indicates whether\n          the load balancer terminates connections at the end of the deregistration timeout. The\n          value is <code>true</code> or <code>false</code>. The default is\n          <code>false</code>.</p>\n            </li>\n            <li>\n               <p>\n                  <code>preserve_client_ip.enabled</code> - Indicates whether client IP preservation is\n          enabled. The value is <code>true</code> or <code>false</code>. The default is disabled if\n          the target group type is IP address and the target group protocol is TCP or TLS.\n          Otherwise, the default is enabled. Client IP preservation cannot be disabled for UDP and\n          TCP_UDP target groups.</p>\n            </li>\n            <li>\n               <p>\n                  <code>proxy_protocol_v2.enabled</code> - Indicates whether Proxy Protocol version 2 is\n          enabled. The value is <code>true</code> or <code>false</code>. The default is\n            <code>false</code>.</p>\n            </li>\n         </ul>"
4557                    }
4558                },
4559                "Value": {
4560                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupAttributeValue",
4561                    "traits": {
4562                        "smithy.api#documentation": "<p>The value of the attribute.</p>"
4563                    }
4564                }
4565            },
4566            "traits": {
4567                "smithy.api#documentation": "<p>Information about a target group attribute.</p>"
4568            }
4569        },
4570        "com.amazonaws.elasticloadbalancingv2#TargetGroupAttributeKey": {
4571            "type": "string",
4572            "traits": {
4573                "smithy.api#length": {
4574                    "min": 0,
4575                    "max": 256
4576                },
4577                "smithy.api#pattern": "^[a-zA-Z0-9._]+$"
4578            }
4579        },
4580        "com.amazonaws.elasticloadbalancingv2#TargetGroupAttributeValue": {
4581            "type": "string"
4582        },
4583        "com.amazonaws.elasticloadbalancingv2#TargetGroupAttributes": {
4584            "type": "list",
4585            "member": {
4586                "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupAttribute"
4587            }
4588        },
4589        "com.amazonaws.elasticloadbalancingv2#TargetGroupList": {
4590            "type": "list",
4591            "member": {
4592                "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupTuple"
4593            }
4594        },
4595        "com.amazonaws.elasticloadbalancingv2#TargetGroupName": {
4596            "type": "string"
4597        },
4598        "com.amazonaws.elasticloadbalancingv2#TargetGroupNames": {
4599            "type": "list",
4600            "member": {
4601                "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupName"
4602            }
4603        },
4604        "com.amazonaws.elasticloadbalancingv2#TargetGroupNotFoundException": {
4605            "type": "structure",
4606            "members": {
4607                "Message": {
4608                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
4609                }
4610            },
4611            "traits": {
4612                "smithy.api#documentation": "<p>The specified target group does not exist.</p>",
4613                "smithy.api#error": "client",
4614                "smithy.api#httpError": 400
4615            }
4616        },
4617        "com.amazonaws.elasticloadbalancingv2#TargetGroupStickinessConfig": {
4618            "type": "structure",
4619            "members": {
4620                "Enabled": {
4621                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupStickinessEnabled",
4622                    "traits": {
4623                        "smithy.api#documentation": "<p>Indicates whether target group stickiness is enabled.</p>"
4624                    }
4625                },
4626                "DurationSeconds": {
4627                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupStickinessDurationSeconds",
4628                    "traits": {
4629                        "smithy.api#documentation": "<p>The time period, in seconds, during which requests from a client should be routed to the\n      same target group. The range is 1-604800 seconds (7 days).</p>"
4630                    }
4631                }
4632            },
4633            "traits": {
4634                "smithy.api#documentation": "<p>Information about the target group stickiness for a rule.</p>"
4635            }
4636        },
4637        "com.amazonaws.elasticloadbalancingv2#TargetGroupStickinessDurationSeconds": {
4638            "type": "integer",
4639            "traits": {
4640                "smithy.api#box": {}
4641            }
4642        },
4643        "com.amazonaws.elasticloadbalancingv2#TargetGroupStickinessEnabled": {
4644            "type": "boolean",
4645            "traits": {
4646                "smithy.api#box": {}
4647            }
4648        },
4649        "com.amazonaws.elasticloadbalancingv2#TargetGroupTuple": {
4650            "type": "structure",
4651            "members": {
4652                "TargetGroupArn": {
4653                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupArn",
4654                    "traits": {
4655                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the target group.</p>"
4656                    }
4657                },
4658                "Weight": {
4659                    "target": "com.amazonaws.elasticloadbalancingv2#TargetGroupWeight",
4660                    "traits": {
4661                        "smithy.api#documentation": "<p>The weight. The range is 0 to 999.</p>"
4662                    }
4663                }
4664            },
4665            "traits": {
4666                "smithy.api#documentation": "<p>Information about how traffic will be distributed between multiple target groups in a\n      forward rule.</p>"
4667            }
4668        },
4669        "com.amazonaws.elasticloadbalancingv2#TargetGroupWeight": {
4670            "type": "integer",
4671            "traits": {
4672                "smithy.api#box": {}
4673            }
4674        },
4675        "com.amazonaws.elasticloadbalancingv2#TargetGroups": {
4676            "type": "list",
4677            "member": {
4678                "target": "com.amazonaws.elasticloadbalancingv2#TargetGroup"
4679            }
4680        },
4681        "com.amazonaws.elasticloadbalancingv2#TargetHealth": {
4682            "type": "structure",
4683            "members": {
4684                "State": {
4685                    "target": "com.amazonaws.elasticloadbalancingv2#TargetHealthStateEnum",
4686                    "traits": {
4687                        "smithy.api#documentation": "<p>The state of the target.</p>"
4688                    }
4689                },
4690                "Reason": {
4691                    "target": "com.amazonaws.elasticloadbalancingv2#TargetHealthReasonEnum",
4692                    "traits": {
4693                        "smithy.api#documentation": "<p>The reason code.</p>\n\n         <p>If the target state is <code>healthy</code>, a reason code is not provided.</p>\n\n         <p>If the target state is <code>initial</code>, the reason code can be one of the following\n      values:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>Elb.RegistrationInProgress</code> - The target is in the process of being registered\n          with the load balancer.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Elb.InitialHealthChecking</code> - The load balancer is still sending the target the\n          minimum number of health checks required to determine its health status.</p>\n            </li>\n         </ul>\n\n         <p>If the target state is <code>unhealthy</code>, the reason code can be one of the following\n      values:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>Target.ResponseCodeMismatch</code> - The health checks did not return an\n          expected HTTP code. Applies only to Application Load Balancers and Gateway Load\n          Balancers.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Target.Timeout</code> - The health check requests timed out. Applies only to\n          Application Load Balancers and Gateway Load Balancers.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Target.FailedHealthChecks</code> - The load balancer received an error while\n          establishing a connection to the target or the target response was malformed.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Elb.InternalError</code> - The health checks failed due to an internal error.\n          Applies only to Application Load Balancers.</p>\n            </li>\n         </ul>\n\n         <p>If the target state is <code>unused</code>, the reason code can be one of the following\n      values:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>Target.NotRegistered</code> - The target is not registered with the target\n          group.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Target.NotInUse</code> - The target group is not used by any load balancer or\n          the target is in an Availability Zone that is not enabled for its load balancer.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Target.InvalidState</code> - The target is in the stopped or terminated\n          state.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Target.IpUnusable</code> - The target IP address is reserved for use by a load\n          balancer.</p>\n            </li>\n         </ul>\n\n         <p>If the target state is <code>draining</code>, the reason code can be the following\n      value:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>Target.DeregistrationInProgress</code> - The target is in the process of being\n          deregistered and the deregistration delay period has not expired.</p>\n            </li>\n         </ul>\n\n         <p>If the target state is <code>unavailable</code>, the reason code can be the following\n      value:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>Target.HealthCheckDisabled</code> - Health checks are disabled for the target\n          group. Applies only to Application Load Balancers.</p>\n            </li>\n            <li>\n               <p>\n                  <code>Elb.InternalError</code> - Target health is unavailable due to an internal\n          error. Applies only to Network Load Balancers.</p>\n            </li>\n         </ul>"
4694                    }
4695                },
4696                "Description": {
4697                    "target": "com.amazonaws.elasticloadbalancingv2#Description",
4698                    "traits": {
4699                        "smithy.api#documentation": "<p>A description of the target health that provides additional details. If the state is\n        <code>healthy</code>, a description is not provided.</p>"
4700                    }
4701                }
4702            },
4703            "traits": {
4704                "smithy.api#documentation": "<p>Information about the current health of a target.</p>"
4705            }
4706        },
4707        "com.amazonaws.elasticloadbalancingv2#TargetHealthDescription": {
4708            "type": "structure",
4709            "members": {
4710                "Target": {
4711                    "target": "com.amazonaws.elasticloadbalancingv2#TargetDescription",
4712                    "traits": {
4713                        "smithy.api#documentation": "<p>The description of the target.</p>"
4714                    }
4715                },
4716                "HealthCheckPort": {
4717                    "target": "com.amazonaws.elasticloadbalancingv2#HealthCheckPort",
4718                    "traits": {
4719                        "smithy.api#documentation": "<p>The port to use to connect with the target.</p>"
4720                    }
4721                },
4722                "TargetHealth": {
4723                    "target": "com.amazonaws.elasticloadbalancingv2#TargetHealth",
4724                    "traits": {
4725                        "smithy.api#documentation": "<p>The health information for the target.</p>"
4726                    }
4727                }
4728            },
4729            "traits": {
4730                "smithy.api#documentation": "<p>Information about the health of a target.</p>"
4731            }
4732        },
4733        "com.amazonaws.elasticloadbalancingv2#TargetHealthDescriptions": {
4734            "type": "list",
4735            "member": {
4736                "target": "com.amazonaws.elasticloadbalancingv2#TargetHealthDescription"
4737            }
4738        },
4739        "com.amazonaws.elasticloadbalancingv2#TargetHealthReasonEnum": {
4740            "type": "string",
4741            "traits": {
4742                "smithy.api#enum": [
4743                    {
4744                        "value": "Elb.RegistrationInProgress",
4745                        "name": "REGISTRATION_IN_PROGRESS"
4746                    },
4747                    {
4748                        "value": "Elb.InitialHealthChecking",
4749                        "name": "INITIAL_HEALTH_CHECKING"
4750                    },
4751                    {
4752                        "value": "Target.ResponseCodeMismatch",
4753                        "name": "RESPONSE_CODE_MISMATCH"
4754                    },
4755                    {
4756                        "value": "Target.Timeout",
4757                        "name": "TIMEOUT"
4758                    },
4759                    {
4760                        "value": "Target.FailedHealthChecks",
4761                        "name": "FAILED_HEALTH_CHECKS"
4762                    },
4763                    {
4764                        "value": "Target.NotRegistered",
4765                        "name": "NOT_REGISTERED"
4766                    },
4767                    {
4768                        "value": "Target.NotInUse",
4769                        "name": "NOT_IN_USE"
4770                    },
4771                    {
4772                        "value": "Target.DeregistrationInProgress",
4773                        "name": "DEREGISTRATION_IN_PROGRESS"
4774                    },
4775                    {
4776                        "value": "Target.InvalidState",
4777                        "name": "INVALID_STATE"
4778                    },
4779                    {
4780                        "value": "Target.IpUnusable",
4781                        "name": "IP_UNUSABLE"
4782                    },
4783                    {
4784                        "value": "Target.HealthCheckDisabled",
4785                        "name": "HEALTH_CHECK_DISABLED"
4786                    },
4787                    {
4788                        "value": "Elb.InternalError",
4789                        "name": "INTERNAL_ERROR"
4790                    }
4791                ]
4792            }
4793        },
4794        "com.amazonaws.elasticloadbalancingv2#TargetHealthStateEnum": {
4795            "type": "string",
4796            "traits": {
4797                "smithy.api#enum": [
4798                    {
4799                        "value": "initial",
4800                        "name": "INITIAL"
4801                    },
4802                    {
4803                        "value": "healthy",
4804                        "name": "HEALTHY"
4805                    },
4806                    {
4807                        "value": "unhealthy",
4808                        "name": "UNHEALTHY"
4809                    },
4810                    {
4811                        "value": "unused",
4812                        "name": "UNUSED"
4813                    },
4814                    {
4815                        "value": "draining",
4816                        "name": "DRAINING"
4817                    },
4818                    {
4819                        "value": "unavailable",
4820                        "name": "UNAVAILABLE"
4821                    }
4822                ]
4823            }
4824        },
4825        "com.amazonaws.elasticloadbalancingv2#TargetId": {
4826            "type": "string"
4827        },
4828        "com.amazonaws.elasticloadbalancingv2#TargetTypeEnum": {
4829            "type": "string",
4830            "traits": {
4831                "smithy.api#enum": [
4832                    {
4833                        "value": "instance",
4834                        "name": "INSTANCE"
4835                    },
4836                    {
4837                        "value": "ip",
4838                        "name": "IP"
4839                    },
4840                    {
4841                        "value": "lambda",
4842                        "name": "LAMBDA"
4843                    }
4844                ]
4845            }
4846        },
4847        "com.amazonaws.elasticloadbalancingv2#TooManyActionsException": {
4848            "type": "structure",
4849            "members": {
4850                "Message": {
4851                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
4852                }
4853            },
4854            "traits": {
4855                "smithy.api#documentation": "<p>You've reached the limit on the number of actions per rule.</p>",
4856                "smithy.api#error": "client",
4857                "smithy.api#httpError": 400
4858            }
4859        },
4860        "com.amazonaws.elasticloadbalancingv2#TooManyCertificatesException": {
4861            "type": "structure",
4862            "members": {
4863                "Message": {
4864                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
4865                }
4866            },
4867            "traits": {
4868                "smithy.api#documentation": "<p>You've reached the limit on the number of certificates per load balancer.</p>",
4869                "smithy.api#error": "client",
4870                "smithy.api#httpError": 400
4871            }
4872        },
4873        "com.amazonaws.elasticloadbalancingv2#TooManyListenersException": {
4874            "type": "structure",
4875            "members": {
4876                "Message": {
4877                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
4878                }
4879            },
4880            "traits": {
4881                "smithy.api#documentation": "<p>You've reached the limit on the number of listeners per load balancer.</p>",
4882                "smithy.api#error": "client",
4883                "smithy.api#httpError": 400
4884            }
4885        },
4886        "com.amazonaws.elasticloadbalancingv2#TooManyLoadBalancersException": {
4887            "type": "structure",
4888            "members": {
4889                "Message": {
4890                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
4891                }
4892            },
4893            "traits": {
4894                "smithy.api#documentation": "<p>You've reached the limit on the number of load balancers for your AWS account.</p>",
4895                "smithy.api#error": "client",
4896                "smithy.api#httpError": 400
4897            }
4898        },
4899        "com.amazonaws.elasticloadbalancingv2#TooManyRegistrationsForTargetIdException": {
4900            "type": "structure",
4901            "members": {
4902                "Message": {
4903                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
4904                }
4905            },
4906            "traits": {
4907                "smithy.api#documentation": "<p>You've reached the limit on the number of times a target can be registered with a load\n      balancer.</p>",
4908                "smithy.api#error": "client",
4909                "smithy.api#httpError": 400
4910            }
4911        },
4912        "com.amazonaws.elasticloadbalancingv2#TooManyRulesException": {
4913            "type": "structure",
4914            "members": {
4915                "Message": {
4916                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
4917                }
4918            },
4919            "traits": {
4920                "smithy.api#documentation": "<p>You've reached the limit on the number of rules per load balancer.</p>",
4921                "smithy.api#error": "client",
4922                "smithy.api#httpError": 400
4923            }
4924        },
4925        "com.amazonaws.elasticloadbalancingv2#TooManyTagsException": {
4926            "type": "structure",
4927            "members": {
4928                "Message": {
4929                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
4930                }
4931            },
4932            "traits": {
4933                "smithy.api#documentation": "<p>You've reached the limit on the number of tags per load balancer.</p>",
4934                "smithy.api#error": "client",
4935                "smithy.api#httpError": 400
4936            }
4937        },
4938        "com.amazonaws.elasticloadbalancingv2#TooManyTargetGroupsException": {
4939            "type": "structure",
4940            "members": {
4941                "Message": {
4942                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
4943                }
4944            },
4945            "traits": {
4946                "smithy.api#documentation": "<p>You've reached the limit on the number of target groups for your AWS account.</p>",
4947                "smithy.api#error": "client",
4948                "smithy.api#httpError": 400
4949            }
4950        },
4951        "com.amazonaws.elasticloadbalancingv2#TooManyTargetsException": {
4952            "type": "structure",
4953            "members": {
4954                "Message": {
4955                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
4956                }
4957            },
4958            "traits": {
4959                "smithy.api#documentation": "<p>You've reached the limit on the number of targets.</p>",
4960                "smithy.api#error": "client",
4961                "smithy.api#httpError": 400
4962            }
4963        },
4964        "com.amazonaws.elasticloadbalancingv2#TooManyUniqueTargetGroupsPerLoadBalancerException": {
4965            "type": "structure",
4966            "members": {
4967                "Message": {
4968                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
4969                }
4970            },
4971            "traits": {
4972                "smithy.api#documentation": "<p>You've reached the limit on the number of unique target groups per load balancer across\n      all listeners. If a target group is used by multiple actions for a load balancer, it is\n      counted as only one use.</p>",
4973                "smithy.api#error": "client",
4974                "smithy.api#httpError": 400
4975            }
4976        },
4977        "com.amazonaws.elasticloadbalancingv2#UnsupportedProtocolException": {
4978            "type": "structure",
4979            "members": {
4980                "Message": {
4981                    "target": "com.amazonaws.elasticloadbalancingv2#ErrorDescription"
4982                }
4983            },
4984            "traits": {
4985                "smithy.api#documentation": "<p>The specified protocol is not supported.</p>",
4986                "smithy.api#error": "client",
4987                "smithy.api#httpError": 400
4988            }
4989        },
4990        "com.amazonaws.elasticloadbalancingv2#VpcId": {
4991            "type": "string"
4992        },
4993        "com.amazonaws.elasticloadbalancingv2#ZoneName": {
4994            "type": "string"
4995        }
4996    }
4997}
4998