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.apigatewayv2#AccessDeniedException": {
33            "type": "structure",
34            "members": {
35                "Message": {
36                    "target": "com.amazonaws.apigatewayv2#__string",
37                    "traits": {
38                        "smithy.api#jsonName": "message"
39                    }
40                }
41            },
42            "traits": {
43                "smithy.api#error": "client",
44                "smithy.api#httpError": 403
45            }
46        },
47        "com.amazonaws.apigatewayv2#AccessLogSettings": {
48            "type": "structure",
49            "members": {
50                "DestinationArn": {
51                    "target": "com.amazonaws.apigatewayv2#Arn",
52                    "traits": {
53                        "smithy.api#documentation": "<p>The ARN of the CloudWatch Logs log group to receive access logs.</p>",
54                        "smithy.api#jsonName": "destinationArn"
55                    }
56                },
57                "Format": {
58                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And1024",
59                    "traits": {
60                        "smithy.api#documentation": "<p>A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId.</p>",
61                        "smithy.api#jsonName": "format"
62                    }
63                }
64            },
65            "traits": {
66                "smithy.api#documentation": "<p>Settings for logging access in a stage.</p>"
67            }
68        },
69        "com.amazonaws.apigatewayv2#Api": {
70            "type": "structure",
71            "members": {
72                "ApiEndpoint": {
73                    "target": "com.amazonaws.apigatewayv2#__string",
74                    "traits": {
75                        "smithy.api#documentation": "<p>The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is typically appended to this URI to form a complete path to a deployed API stage.</p>",
76                        "smithy.api#jsonName": "apiEndpoint"
77                    }
78                },
79                "ApiGatewayManaged": {
80                    "target": "com.amazonaws.apigatewayv2#__boolean",
81                    "traits": {
82                        "smithy.api#documentation": "<p>Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API Gateway. A managed API can be deleted only through the tooling or service that created it.</p>",
83                        "smithy.api#jsonName": "apiGatewayManaged"
84                    }
85                },
86                "ApiId": {
87                    "target": "com.amazonaws.apigatewayv2#Id",
88                    "traits": {
89                        "smithy.api#documentation": "<p>The API ID.</p>",
90                        "smithy.api#jsonName": "apiId"
91                    }
92                },
93                "ApiKeySelectionExpression": {
94                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
95                    "traits": {
96                        "smithy.api#documentation": "<p>An API key selection expression. Supported only for WebSocket APIs. See <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions\">API Key Selection Expressions</a>.</p>",
97                        "smithy.api#jsonName": "apiKeySelectionExpression"
98                    }
99                },
100                "CorsConfiguration": {
101                    "target": "com.amazonaws.apigatewayv2#Cors",
102                    "traits": {
103                        "smithy.api#documentation": "<p>A CORS configuration. Supported only for HTTP APIs.</p>",
104                        "smithy.api#jsonName": "corsConfiguration"
105                    }
106                },
107                "CreatedDate": {
108                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
109                    "traits": {
110                        "smithy.api#documentation": "<p>The timestamp when the API was created.</p>",
111                        "smithy.api#jsonName": "createdDate"
112                    }
113                },
114                "Description": {
115                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
116                    "traits": {
117                        "smithy.api#documentation": "<p>The description of the API.</p>",
118                        "smithy.api#jsonName": "description"
119                    }
120                },
121                "DisableSchemaValidation": {
122                    "target": "com.amazonaws.apigatewayv2#__boolean",
123                    "traits": {
124                        "smithy.api#documentation": "<p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>",
125                        "smithy.api#jsonName": "disableSchemaValidation"
126                    }
127                },
128                "DisableExecuteApiEndpoint": {
129                    "target": "com.amazonaws.apigatewayv2#__boolean",
130                    "traits": {
131                        "smithy.api#documentation": "<p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>",
132                        "smithy.api#jsonName": "disableExecuteApiEndpoint"
133                    }
134                },
135                "ImportInfo": {
136                    "target": "com.amazonaws.apigatewayv2#__listOf__string",
137                    "traits": {
138                        "smithy.api#documentation": "<p>The validation information during API import. This may include particular properties of your OpenAPI definition which are ignored during import. Supported only for HTTP APIs.</p>",
139                        "smithy.api#jsonName": "importInfo"
140                    }
141                },
142                "Name": {
143                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
144                    "traits": {
145                        "smithy.api#documentation": "<p>The name of the API.</p>",
146                        "smithy.api#jsonName": "name",
147                        "smithy.api#required": {}
148                    }
149                },
150                "ProtocolType": {
151                    "target": "com.amazonaws.apigatewayv2#ProtocolType",
152                    "traits": {
153                        "smithy.api#documentation": "<p>The API protocol.</p>",
154                        "smithy.api#jsonName": "protocolType",
155                        "smithy.api#required": {}
156                    }
157                },
158                "RouteSelectionExpression": {
159                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
160                    "traits": {
161                        "smithy.api#documentation": "<p>The route selection expression for the API. For HTTP APIs, the routeSelectionExpression must be ${request.method} ${request.path}. If not provided, this will be the default for HTTP APIs. This property is required for WebSocket APIs.</p>",
162                        "smithy.api#jsonName": "routeSelectionExpression",
163                        "smithy.api#required": {}
164                    }
165                },
166                "Tags": {
167                    "target": "com.amazonaws.apigatewayv2#Tags",
168                    "traits": {
169                        "smithy.api#documentation": "<p>A collection of tags associated with the API.</p>",
170                        "smithy.api#jsonName": "tags"
171                    }
172                },
173                "Version": {
174                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
175                    "traits": {
176                        "smithy.api#documentation": "<p>A version identifier for the API.</p>",
177                        "smithy.api#jsonName": "version"
178                    }
179                },
180                "Warnings": {
181                    "target": "com.amazonaws.apigatewayv2#__listOf__string",
182                    "traits": {
183                        "smithy.api#documentation": "<p>The warning messages reported when failonwarnings is turned on during API import.</p>",
184                        "smithy.api#jsonName": "warnings"
185                    }
186                }
187            },
188            "traits": {
189                "smithy.api#documentation": "<p>Represents an API.</p>"
190            }
191        },
192        "com.amazonaws.apigatewayv2#ApiGatewayV2": {
193            "type": "service",
194            "version": "2018-11-29",
195            "operations": [
196                {
197                    "target": "com.amazonaws.apigatewayv2#CreateApi"
198                },
199                {
200                    "target": "com.amazonaws.apigatewayv2#CreateApiMapping"
201                },
202                {
203                    "target": "com.amazonaws.apigatewayv2#CreateAuthorizer"
204                },
205                {
206                    "target": "com.amazonaws.apigatewayv2#CreateDeployment"
207                },
208                {
209                    "target": "com.amazonaws.apigatewayv2#CreateDomainName"
210                },
211                {
212                    "target": "com.amazonaws.apigatewayv2#CreateIntegration"
213                },
214                {
215                    "target": "com.amazonaws.apigatewayv2#CreateIntegrationResponse"
216                },
217                {
218                    "target": "com.amazonaws.apigatewayv2#CreateModel"
219                },
220                {
221                    "target": "com.amazonaws.apigatewayv2#CreateRoute"
222                },
223                {
224                    "target": "com.amazonaws.apigatewayv2#CreateRouteResponse"
225                },
226                {
227                    "target": "com.amazonaws.apigatewayv2#CreateStage"
228                },
229                {
230                    "target": "com.amazonaws.apigatewayv2#CreateVpcLink"
231                },
232                {
233                    "target": "com.amazonaws.apigatewayv2#DeleteAccessLogSettings"
234                },
235                {
236                    "target": "com.amazonaws.apigatewayv2#DeleteApi"
237                },
238                {
239                    "target": "com.amazonaws.apigatewayv2#DeleteApiMapping"
240                },
241                {
242                    "target": "com.amazonaws.apigatewayv2#DeleteAuthorizer"
243                },
244                {
245                    "target": "com.amazonaws.apigatewayv2#DeleteCorsConfiguration"
246                },
247                {
248                    "target": "com.amazonaws.apigatewayv2#DeleteDeployment"
249                },
250                {
251                    "target": "com.amazonaws.apigatewayv2#DeleteDomainName"
252                },
253                {
254                    "target": "com.amazonaws.apigatewayv2#DeleteIntegration"
255                },
256                {
257                    "target": "com.amazonaws.apigatewayv2#DeleteIntegrationResponse"
258                },
259                {
260                    "target": "com.amazonaws.apigatewayv2#DeleteModel"
261                },
262                {
263                    "target": "com.amazonaws.apigatewayv2#DeleteRoute"
264                },
265                {
266                    "target": "com.amazonaws.apigatewayv2#DeleteRouteRequestParameter"
267                },
268                {
269                    "target": "com.amazonaws.apigatewayv2#DeleteRouteResponse"
270                },
271                {
272                    "target": "com.amazonaws.apigatewayv2#DeleteRouteSettings"
273                },
274                {
275                    "target": "com.amazonaws.apigatewayv2#DeleteStage"
276                },
277                {
278                    "target": "com.amazonaws.apigatewayv2#DeleteVpcLink"
279                },
280                {
281                    "target": "com.amazonaws.apigatewayv2#ExportApi"
282                },
283                {
284                    "target": "com.amazonaws.apigatewayv2#GetApi"
285                },
286                {
287                    "target": "com.amazonaws.apigatewayv2#GetApiMapping"
288                },
289                {
290                    "target": "com.amazonaws.apigatewayv2#GetApiMappings"
291                },
292                {
293                    "target": "com.amazonaws.apigatewayv2#GetApis"
294                },
295                {
296                    "target": "com.amazonaws.apigatewayv2#GetAuthorizer"
297                },
298                {
299                    "target": "com.amazonaws.apigatewayv2#GetAuthorizers"
300                },
301                {
302                    "target": "com.amazonaws.apigatewayv2#GetDeployment"
303                },
304                {
305                    "target": "com.amazonaws.apigatewayv2#GetDeployments"
306                },
307                {
308                    "target": "com.amazonaws.apigatewayv2#GetDomainName"
309                },
310                {
311                    "target": "com.amazonaws.apigatewayv2#GetDomainNames"
312                },
313                {
314                    "target": "com.amazonaws.apigatewayv2#GetIntegration"
315                },
316                {
317                    "target": "com.amazonaws.apigatewayv2#GetIntegrationResponse"
318                },
319                {
320                    "target": "com.amazonaws.apigatewayv2#GetIntegrationResponses"
321                },
322                {
323                    "target": "com.amazonaws.apigatewayv2#GetIntegrations"
324                },
325                {
326                    "target": "com.amazonaws.apigatewayv2#GetModel"
327                },
328                {
329                    "target": "com.amazonaws.apigatewayv2#GetModels"
330                },
331                {
332                    "target": "com.amazonaws.apigatewayv2#GetModelTemplate"
333                },
334                {
335                    "target": "com.amazonaws.apigatewayv2#GetRoute"
336                },
337                {
338                    "target": "com.amazonaws.apigatewayv2#GetRouteResponse"
339                },
340                {
341                    "target": "com.amazonaws.apigatewayv2#GetRouteResponses"
342                },
343                {
344                    "target": "com.amazonaws.apigatewayv2#GetRoutes"
345                },
346                {
347                    "target": "com.amazonaws.apigatewayv2#GetStage"
348                },
349                {
350                    "target": "com.amazonaws.apigatewayv2#GetStages"
351                },
352                {
353                    "target": "com.amazonaws.apigatewayv2#GetTags"
354                },
355                {
356                    "target": "com.amazonaws.apigatewayv2#GetVpcLink"
357                },
358                {
359                    "target": "com.amazonaws.apigatewayv2#GetVpcLinks"
360                },
361                {
362                    "target": "com.amazonaws.apigatewayv2#ImportApi"
363                },
364                {
365                    "target": "com.amazonaws.apigatewayv2#ReimportApi"
366                },
367                {
368                    "target": "com.amazonaws.apigatewayv2#ResetAuthorizersCache"
369                },
370                {
371                    "target": "com.amazonaws.apigatewayv2#TagResource"
372                },
373                {
374                    "target": "com.amazonaws.apigatewayv2#UntagResource"
375                },
376                {
377                    "target": "com.amazonaws.apigatewayv2#UpdateApi"
378                },
379                {
380                    "target": "com.amazonaws.apigatewayv2#UpdateApiMapping"
381                },
382                {
383                    "target": "com.amazonaws.apigatewayv2#UpdateAuthorizer"
384                },
385                {
386                    "target": "com.amazonaws.apigatewayv2#UpdateDeployment"
387                },
388                {
389                    "target": "com.amazonaws.apigatewayv2#UpdateDomainName"
390                },
391                {
392                    "target": "com.amazonaws.apigatewayv2#UpdateIntegration"
393                },
394                {
395                    "target": "com.amazonaws.apigatewayv2#UpdateIntegrationResponse"
396                },
397                {
398                    "target": "com.amazonaws.apigatewayv2#UpdateModel"
399                },
400                {
401                    "target": "com.amazonaws.apigatewayv2#UpdateRoute"
402                },
403                {
404                    "target": "com.amazonaws.apigatewayv2#UpdateRouteResponse"
405                },
406                {
407                    "target": "com.amazonaws.apigatewayv2#UpdateStage"
408                },
409                {
410                    "target": "com.amazonaws.apigatewayv2#UpdateVpcLink"
411                }
412            ],
413            "traits": {
414                "aws.api#service": {
415                    "sdkId": "ApiGatewayV2",
416                    "arnNamespace": "apigateway",
417                    "cloudFormationName": "ApiGatewayV2",
418                    "cloudTrailEventSource": "apigatewayv2.amazonaws.com",
419                    "endpointPrefix": "apigateway"
420                },
421                "aws.auth#sigv4": {
422                    "name": "apigateway"
423                },
424                "aws.protocols#restJson1": {},
425                "smithy.api#documentation": "<p>Amazon API Gateway V2</p>",
426                "smithy.api#title": "AmazonApiGatewayV2"
427            }
428        },
429        "com.amazonaws.apigatewayv2#ApiMapping": {
430            "type": "structure",
431            "members": {
432                "ApiId": {
433                    "target": "com.amazonaws.apigatewayv2#Id",
434                    "traits": {
435                        "smithy.api#documentation": "<p>The API identifier.</p>",
436                        "smithy.api#jsonName": "apiId",
437                        "smithy.api#required": {}
438                    }
439                },
440                "ApiMappingId": {
441                    "target": "com.amazonaws.apigatewayv2#Id",
442                    "traits": {
443                        "smithy.api#documentation": "<p>The API mapping identifier.</p>",
444                        "smithy.api#jsonName": "apiMappingId"
445                    }
446                },
447                "ApiMappingKey": {
448                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
449                    "traits": {
450                        "smithy.api#documentation": "<p>The API mapping key.</p>",
451                        "smithy.api#jsonName": "apiMappingKey"
452                    }
453                },
454                "Stage": {
455                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
456                    "traits": {
457                        "smithy.api#documentation": "<p>The API stage.</p>",
458                        "smithy.api#jsonName": "stage",
459                        "smithy.api#required": {}
460                    }
461                }
462            },
463            "traits": {
464                "smithy.api#documentation": "<p>Represents an API mapping.</p>"
465            }
466        },
467        "com.amazonaws.apigatewayv2#Arn": {
468            "type": "string",
469            "traits": {
470                "smithy.api#documentation": "<p>Represents an Amazon Resource Name (ARN).</p>"
471            }
472        },
473        "com.amazonaws.apigatewayv2#AuthorizationScopes": {
474            "type": "list",
475            "member": {
476                "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64"
477            },
478            "traits": {
479                "smithy.api#documentation": "<p>A list of authorization scopes configured on a route. The scopes are used with a JWT authorizer to authorize the method invocation. The authorization works by matching the route scopes against the scopes parsed from the access token in the incoming request. The method invocation is authorized if any route scope matches a claimed scope in the access token. Otherwise, the invocation is not authorized. When the route scope is configured, the client must provide an access token instead of an identity token for authorization purposes.</p>"
480            }
481        },
482        "com.amazonaws.apigatewayv2#AuthorizationType": {
483            "type": "string",
484            "traits": {
485                "smithy.api#documentation": "<p>The authorization type. For WebSocket APIs, valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer. For HTTP APIs, valid values are NONE for open access, JWT for using JSON Web Tokens, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer.</p>",
486                "smithy.api#enum": [
487                    {
488                        "value": "NONE",
489                        "name": "NONE"
490                    },
491                    {
492                        "value": "AWS_IAM",
493                        "name": "AWS_IAM"
494                    },
495                    {
496                        "value": "CUSTOM",
497                        "name": "CUSTOM"
498                    },
499                    {
500                        "value": "JWT",
501                        "name": "JWT"
502                    }
503                ]
504            }
505        },
506        "com.amazonaws.apigatewayv2#Authorizer": {
507            "type": "structure",
508            "members": {
509                "AuthorizerCredentialsArn": {
510                    "target": "com.amazonaws.apigatewayv2#Arn",
511                    "traits": {
512                        "smithy.api#documentation": "<p>Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer. To specify an IAM role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, don't specify this parameter. Supported only for REQUEST authorizers.</p>",
513                        "smithy.api#jsonName": "authorizerCredentialsArn"
514                    }
515                },
516                "AuthorizerId": {
517                    "target": "com.amazonaws.apigatewayv2#Id",
518                    "traits": {
519                        "smithy.api#documentation": "<p>The authorizer identifier.</p>",
520                        "smithy.api#jsonName": "authorizerId"
521                    }
522                },
523                "AuthorizerPayloadFormatVersion": {
524                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
525                    "traits": {
526                        "smithy.api#documentation": "<p>Specifies the format of the payload sent to an HTTP API Lambda authorizer. Required for HTTP API Lambda authorizers. Supported values are 1.0 and 2.0. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html\">Working with AWS Lambda authorizers for HTTP APIs</a>.</p>",
527                        "smithy.api#jsonName": "authorizerPayloadFormatVersion"
528                    }
529                },
530                "AuthorizerResultTtlInSeconds": {
531                    "target": "com.amazonaws.apigatewayv2#IntegerWithLengthBetween0And3600",
532                    "traits": {
533                        "smithy.api#documentation": "<p>The time to live (TTL) for cached authorizer results, in seconds. If it equals 0, authorization caching is disabled. If it is greater than 0, API Gateway caches authorizer responses. The maximum value is 3600, or 1 hour. Supported only for HTTP API Lambda authorizers.</p>",
534                        "smithy.api#jsonName": "authorizerResultTtlInSeconds"
535                    }
536                },
537                "AuthorizerType": {
538                    "target": "com.amazonaws.apigatewayv2#AuthorizerType",
539                    "traits": {
540                        "smithy.api#documentation": "<p>The authorizer type. Specify REQUEST for a Lambda function using incoming request parameters. Specify JWT to use JSON Web Tokens (supported only for HTTP APIs).</p>",
541                        "smithy.api#jsonName": "authorizerType"
542                    }
543                },
544                "AuthorizerUri": {
545                    "target": "com.amazonaws.apigatewayv2#UriWithLengthBetween1And2048",
546                    "traits": {
547                        "smithy.api#documentation": "<p>The authorizer's Uniform Resource Identifier (URI). For REQUEST authorizers, this must be a well-formed Lambda function URI, for example, arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:<replaceable>{account_id}</replaceable>:function:<replaceable>{lambda_function_name}</replaceable>/invocations. In general, the URI has this form: arn:aws:apigateway:<replaceable>{region}</replaceable>:lambda:path/<replaceable>{service_api}</replaceable>\n               , where <replaceable></replaceable>{region} is the same as the region hosting the Lambda function, path indicates that the remaining substring in the URI should be treated as the path to the resource, including the initial /. For Lambda functions, this is usually of the form /2015-03-31/functions/[FunctionARN]/invocations. Supported only for REQUEST authorizers.</p>",
548                        "smithy.api#jsonName": "authorizerUri"
549                    }
550                },
551                "EnableSimpleResponses": {
552                    "target": "com.amazonaws.apigatewayv2#__boolean",
553                    "traits": {
554                        "smithy.api#documentation": "<p>Specifies whether a Lambda authorizer returns a response in a simple format. If enabled, the Lambda authorizer can return a boolean value instead of an IAM policy. Supported only for HTTP APIs. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html\">Working with AWS Lambda authorizers for HTTP APIs</a></p>",
555                        "smithy.api#jsonName": "enableSimpleResponses"
556                    }
557                },
558                "IdentitySource": {
559                    "target": "com.amazonaws.apigatewayv2#IdentitySourceList",
560                    "traits": {
561                        "smithy.api#documentation": "<p>The identity source for which authorization is requested.</p> <p>For a REQUEST authorizer, this is optional. The value is a set of one or more mapping expressions of the specified request parameters. The identity source can be headers, query string parameters, stage variables, and context parameters. For example, if an Auth header and a Name query string parameter are defined as identity sources, this value is route.request.header.Auth, route.request.querystring.Name for WebSocket APIs. For HTTP APIs, use selection expressions prefixed with $, for example, $request.header.Auth, $request.querystring.Name. These parameters are used to perform runtime validation for Lambda-based authorizers by verifying all of the identity-related request parameters are present in the request, not null, and non-empty. Only when this is true does the authorizer invoke the authorizer Lambda function. Otherwise, it returns a 401 Unauthorized response without calling the Lambda function. For HTTP APIs, identity sources are also used as the cache key when caching is enabled. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html\">Working with AWS Lambda authorizers for HTTP APIs</a>.</p> <p>For JWT, a single entry that specifies where to extract the JSON Web Token (JWT) from inbound requests. Currently only header-based and query parameter-based selections are supported, for example $request.header.Authorization.</p>",
562                        "smithy.api#jsonName": "identitySource"
563                    }
564                },
565                "IdentityValidationExpression": {
566                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
567                    "traits": {
568                        "smithy.api#documentation": "<p>The validation expression does not apply to the REQUEST authorizer.</p>",
569                        "smithy.api#jsonName": "identityValidationExpression"
570                    }
571                },
572                "JwtConfiguration": {
573                    "target": "com.amazonaws.apigatewayv2#JWTConfiguration",
574                    "traits": {
575                        "smithy.api#documentation": "<p>Represents the configuration of a JWT authorizer. Required for the JWT authorizer type. Supported only for HTTP APIs.</p>",
576                        "smithy.api#jsonName": "jwtConfiguration"
577                    }
578                },
579                "Name": {
580                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
581                    "traits": {
582                        "smithy.api#documentation": "<p>The name of the authorizer.</p>",
583                        "smithy.api#jsonName": "name",
584                        "smithy.api#required": {}
585                    }
586                }
587            },
588            "traits": {
589                "smithy.api#documentation": "<p>Represents an authorizer.</p>"
590            }
591        },
592        "com.amazonaws.apigatewayv2#AuthorizerType": {
593            "type": "string",
594            "traits": {
595                "smithy.api#documentation": "<p>The authorizer type. Specify REQUEST for a Lambda function using incoming request parameters. Specify JWT to use JSON Web Tokens (supported only for HTTP APIs).</p>",
596                "smithy.api#enum": [
597                    {
598                        "value": "REQUEST",
599                        "name": "REQUEST"
600                    },
601                    {
602                        "value": "JWT",
603                        "name": "JWT"
604                    }
605                ]
606            }
607        },
608        "com.amazonaws.apigatewayv2#BadRequestException": {
609            "type": "structure",
610            "members": {
611                "Message": {
612                    "target": "com.amazonaws.apigatewayv2#__string",
613                    "traits": {
614                        "smithy.api#documentation": "<p>Describes the error encountered.</p>",
615                        "smithy.api#jsonName": "message"
616                    }
617                }
618            },
619            "traits": {
620                "smithy.api#documentation": "<p>The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>",
621                "smithy.api#error": "client",
622                "smithy.api#httpError": 400
623            }
624        },
625        "com.amazonaws.apigatewayv2#ConflictException": {
626            "type": "structure",
627            "members": {
628                "Message": {
629                    "target": "com.amazonaws.apigatewayv2#__string",
630                    "traits": {
631                        "smithy.api#documentation": "<p>Describes the error encountered.</p>",
632                        "smithy.api#jsonName": "message"
633                    }
634                }
635            },
636            "traits": {
637                "smithy.api#documentation": "<p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.</p>",
638                "smithy.api#error": "client",
639                "smithy.api#httpError": 409
640            }
641        },
642        "com.amazonaws.apigatewayv2#ConnectionType": {
643            "type": "string",
644            "traits": {
645                "smithy.api#documentation": "<p>Represents a connection type.</p>",
646                "smithy.api#enum": [
647                    {
648                        "value": "INTERNET",
649                        "name": "INTERNET"
650                    },
651                    {
652                        "value": "VPC_LINK",
653                        "name": "VPC_LINK"
654                    }
655                ]
656            }
657        },
658        "com.amazonaws.apigatewayv2#ContentHandlingStrategy": {
659            "type": "string",
660            "traits": {
661                "smithy.api#documentation": "<p>Specifies how to handle response payload content type conversions. Supported only for WebSocket APIs.</p>",
662                "smithy.api#enum": [
663                    {
664                        "value": "CONVERT_TO_BINARY",
665                        "name": "CONVERT_TO_BINARY"
666                    },
667                    {
668                        "value": "CONVERT_TO_TEXT",
669                        "name": "CONVERT_TO_TEXT"
670                    }
671                ]
672            }
673        },
674        "com.amazonaws.apigatewayv2#Cors": {
675            "type": "structure",
676            "members": {
677                "AllowCredentials": {
678                    "target": "com.amazonaws.apigatewayv2#__boolean",
679                    "traits": {
680                        "smithy.api#documentation": "<p>Specifies whether credentials are included in the CORS request. Supported only for HTTP APIs.</p>",
681                        "smithy.api#jsonName": "allowCredentials"
682                    }
683                },
684                "AllowHeaders": {
685                    "target": "com.amazonaws.apigatewayv2#CorsHeaderList",
686                    "traits": {
687                        "smithy.api#documentation": "<p>Represents a collection of allowed headers. Supported only for HTTP APIs.</p>",
688                        "smithy.api#jsonName": "allowHeaders"
689                    }
690                },
691                "AllowMethods": {
692                    "target": "com.amazonaws.apigatewayv2#CorsMethodList",
693                    "traits": {
694                        "smithy.api#documentation": "<p>Represents a collection of allowed HTTP methods. Supported only for HTTP APIs.</p>",
695                        "smithy.api#jsonName": "allowMethods"
696                    }
697                },
698                "AllowOrigins": {
699                    "target": "com.amazonaws.apigatewayv2#CorsOriginList",
700                    "traits": {
701                        "smithy.api#documentation": "<p>Represents a collection of allowed origins. Supported only for HTTP APIs.</p>",
702                        "smithy.api#jsonName": "allowOrigins"
703                    }
704                },
705                "ExposeHeaders": {
706                    "target": "com.amazonaws.apigatewayv2#CorsHeaderList",
707                    "traits": {
708                        "smithy.api#documentation": "<p>Represents a collection of exposed headers. Supported only for HTTP APIs.</p>",
709                        "smithy.api#jsonName": "exposeHeaders"
710                    }
711                },
712                "MaxAge": {
713                    "target": "com.amazonaws.apigatewayv2#IntegerWithLengthBetweenMinus1And86400",
714                    "traits": {
715                        "smithy.api#documentation": "<p>The number of seconds that the browser should cache preflight request results. Supported only for HTTP APIs.</p>",
716                        "smithy.api#jsonName": "maxAge"
717                    }
718                }
719            },
720            "traits": {
721                "smithy.api#documentation": "<p>Represents a CORS configuration. Supported only for HTTP APIs. See <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-cors.html\">Configuring CORS</a> for more information.</p>"
722            }
723        },
724        "com.amazonaws.apigatewayv2#CorsHeaderList": {
725            "type": "list",
726            "member": {
727                "target": "com.amazonaws.apigatewayv2#__string"
728            },
729            "traits": {
730                "smithy.api#documentation": "<p>Represents a collection of allowed headers. Supported only for HTTP APIs.</p>"
731            }
732        },
733        "com.amazonaws.apigatewayv2#CorsMethodList": {
734            "type": "list",
735            "member": {
736                "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64"
737            },
738            "traits": {
739                "smithy.api#documentation": "<p>Represents a collection of methods. Supported only for HTTP APIs.</p>"
740            }
741        },
742        "com.amazonaws.apigatewayv2#CorsOriginList": {
743            "type": "list",
744            "member": {
745                "target": "com.amazonaws.apigatewayv2#__string"
746            },
747            "traits": {
748                "smithy.api#documentation": "<p>Represents a collection of origins. Supported only for HTTP APIs.</p>"
749            }
750        },
751        "com.amazonaws.apigatewayv2#CreateApi": {
752            "type": "operation",
753            "input": {
754                "target": "com.amazonaws.apigatewayv2#CreateApiRequest"
755            },
756            "output": {
757                "target": "com.amazonaws.apigatewayv2#CreateApiResponse"
758            },
759            "errors": [
760                {
761                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
762                },
763                {
764                    "target": "com.amazonaws.apigatewayv2#ConflictException"
765                },
766                {
767                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
768                },
769                {
770                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
771                }
772            ],
773            "traits": {
774                "smithy.api#documentation": "<p>Creates an Api resource.</p>",
775                "smithy.api#http": {
776                    "method": "POST",
777                    "uri": "/v2/apis",
778                    "code": 201
779                }
780            }
781        },
782        "com.amazonaws.apigatewayv2#CreateApiMapping": {
783            "type": "operation",
784            "input": {
785                "target": "com.amazonaws.apigatewayv2#CreateApiMappingRequest"
786            },
787            "output": {
788                "target": "com.amazonaws.apigatewayv2#CreateApiMappingResponse"
789            },
790            "errors": [
791                {
792                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
793                },
794                {
795                    "target": "com.amazonaws.apigatewayv2#ConflictException"
796                },
797                {
798                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
799                },
800                {
801                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
802                }
803            ],
804            "traits": {
805                "smithy.api#documentation": "<p>Creates an API mapping.</p>",
806                "smithy.api#http": {
807                    "method": "POST",
808                    "uri": "/v2/domainnames/{DomainName}/apimappings",
809                    "code": 201
810                }
811            }
812        },
813        "com.amazonaws.apigatewayv2#CreateApiMappingRequest": {
814            "type": "structure",
815            "members": {
816                "ApiId": {
817                    "target": "com.amazonaws.apigatewayv2#Id",
818                    "traits": {
819                        "smithy.api#documentation": "<p>The API identifier.</p>",
820                        "smithy.api#jsonName": "apiId",
821                        "smithy.api#required": {}
822                    }
823                },
824                "ApiMappingKey": {
825                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
826                    "traits": {
827                        "smithy.api#documentation": "The API mapping key.",
828                        "smithy.api#jsonName": "apiMappingKey"
829                    }
830                },
831                "DomainName": {
832                    "target": "com.amazonaws.apigatewayv2#__string",
833                    "traits": {
834                        "smithy.api#documentation": "<p>The domain name.</p>",
835                        "smithy.api#httpLabel": {},
836                        "smithy.api#required": {}
837                    }
838                },
839                "Stage": {
840                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
841                    "traits": {
842                        "smithy.api#documentation": "<p>The API stage.</p>",
843                        "smithy.api#jsonName": "stage",
844                        "smithy.api#required": {}
845                    }
846                }
847            },
848            "traits": {
849                "smithy.api#documentation": "<p>Creates a new ApiMapping resource to represent an API mapping.</p>"
850            }
851        },
852        "com.amazonaws.apigatewayv2#CreateApiMappingResponse": {
853            "type": "structure",
854            "members": {
855                "ApiId": {
856                    "target": "com.amazonaws.apigatewayv2#Id",
857                    "traits": {
858                        "smithy.api#documentation": "<p>The API identifier.</p>",
859                        "smithy.api#jsonName": "apiId"
860                    }
861                },
862                "ApiMappingId": {
863                    "target": "com.amazonaws.apigatewayv2#Id",
864                    "traits": {
865                        "smithy.api#documentation": "<p>The API mapping identifier.</p>",
866                        "smithy.api#jsonName": "apiMappingId"
867                    }
868                },
869                "ApiMappingKey": {
870                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
871                    "traits": {
872                        "smithy.api#documentation": "<p>The API mapping key.</p>",
873                        "smithy.api#jsonName": "apiMappingKey"
874                    }
875                },
876                "Stage": {
877                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
878                    "traits": {
879                        "smithy.api#documentation": "<p>The API stage.</p>",
880                        "smithy.api#jsonName": "stage"
881                    }
882                }
883            }
884        },
885        "com.amazonaws.apigatewayv2#CreateApiRequest": {
886            "type": "structure",
887            "members": {
888                "ApiKeySelectionExpression": {
889                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
890                    "traits": {
891                        "smithy.api#documentation": "<p>An API key selection expression. Supported only for WebSocket APIs. See <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions\">API Key Selection Expressions</a>.</p>",
892                        "smithy.api#jsonName": "apiKeySelectionExpression"
893                    }
894                },
895                "CorsConfiguration": {
896                    "target": "com.amazonaws.apigatewayv2#Cors",
897                    "traits": {
898                        "smithy.api#documentation": "<p>A CORS configuration. Supported only for HTTP APIs. See <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-cors.html\">Configuring CORS</a> for more information.</p>",
899                        "smithy.api#jsonName": "corsConfiguration"
900                    }
901                },
902                "CredentialsArn": {
903                    "target": "com.amazonaws.apigatewayv2#Arn",
904                    "traits": {
905                        "smithy.api#documentation": "<p>This property is part of quick create. It specifies the credentials required for the integration, if any. For a Lambda integration, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify arn:aws:iam::*:user/*. To use resource-based permissions on supported AWS services, specify null. Currently, this property is not used for HTTP integrations. Supported only for HTTP APIs.</p>",
906                        "smithy.api#jsonName": "credentialsArn"
907                    }
908                },
909                "Description": {
910                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
911                    "traits": {
912                        "smithy.api#documentation": "<p>The description of the API.</p>",
913                        "smithy.api#jsonName": "description"
914                    }
915                },
916                "DisableSchemaValidation": {
917                    "target": "com.amazonaws.apigatewayv2#__boolean",
918                    "traits": {
919                        "smithy.api#documentation": "<p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>",
920                        "smithy.api#jsonName": "disableSchemaValidation"
921                    }
922                },
923                "DisableExecuteApiEndpoint": {
924                    "target": "com.amazonaws.apigatewayv2#__boolean",
925                    "traits": {
926                        "smithy.api#documentation": "<p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>",
927                        "smithy.api#jsonName": "disableExecuteApiEndpoint"
928                    }
929                },
930                "Name": {
931                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
932                    "traits": {
933                        "smithy.api#documentation": "<p>The name of the API.</p>",
934                        "smithy.api#jsonName": "name",
935                        "smithy.api#required": {}
936                    }
937                },
938                "ProtocolType": {
939                    "target": "com.amazonaws.apigatewayv2#ProtocolType",
940                    "traits": {
941                        "smithy.api#documentation": "<p>The API protocol.</p>",
942                        "smithy.api#jsonName": "protocolType",
943                        "smithy.api#required": {}
944                    }
945                },
946                "RouteKey": {
947                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
948                    "traits": {
949                        "smithy.api#documentation": "<p>This property is part of quick create. If you don't specify a routeKey, a default route of $default is created. The $default route acts as a catch-all for any request made to your API, for a particular stage. The $default route key can't be modified. You can add routes after creating the API, and you can update the route keys of additional routes. Supported only for HTTP APIs.</p>",
950                        "smithy.api#jsonName": "routeKey"
951                    }
952                },
953                "RouteSelectionExpression": {
954                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
955                    "traits": {
956                        "smithy.api#documentation": "<p>The route selection expression for the API. For HTTP APIs, the routeSelectionExpression must be ${request.method} ${request.path}. If not provided, this will be the default for HTTP APIs. This property is required for WebSocket APIs.</p>",
957                        "smithy.api#jsonName": "routeSelectionExpression"
958                    }
959                },
960                "Tags": {
961                    "target": "com.amazonaws.apigatewayv2#Tags",
962                    "traits": {
963                        "smithy.api#documentation": "<p>The collection of tags. Each tag element is associated with a given resource.</p>",
964                        "smithy.api#jsonName": "tags"
965                    }
966                },
967                "Target": {
968                    "target": "com.amazonaws.apigatewayv2#UriWithLengthBetween1And2048",
969                    "traits": {
970                        "smithy.api#documentation": "<p>This property is part of quick create. Quick create produces an API with an integration, a default catch-all route, and a default stage which is configured to automatically deploy changes. For HTTP integrations, specify a fully qualified URL. For Lambda integrations, specify a function ARN. The type of the integration will be HTTP_PROXY or AWS_PROXY, respectively. Supported only for HTTP APIs.</p>",
971                        "smithy.api#jsonName": "target"
972                    }
973                },
974                "Version": {
975                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
976                    "traits": {
977                        "smithy.api#documentation": "<p>A version identifier for the API.</p>",
978                        "smithy.api#jsonName": "version"
979                    }
980                }
981            },
982            "traits": {
983                "smithy.api#documentation": "<p>Creates a new Api resource to represent an API.</p>"
984            }
985        },
986        "com.amazonaws.apigatewayv2#CreateApiResponse": {
987            "type": "structure",
988            "members": {
989                "ApiEndpoint": {
990                    "target": "com.amazonaws.apigatewayv2#__string",
991                    "traits": {
992                        "smithy.api#documentation": "<p>The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is typically appended to this URI to form a complete path to a deployed API stage.</p>",
993                        "smithy.api#jsonName": "apiEndpoint"
994                    }
995                },
996                "ApiGatewayManaged": {
997                    "target": "com.amazonaws.apigatewayv2#__boolean",
998                    "traits": {
999                        "smithy.api#documentation": "<p>Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API Gateway. A managed API can be deleted only through the tooling or service that created it.</p>",
1000                        "smithy.api#jsonName": "apiGatewayManaged"
1001                    }
1002                },
1003                "ApiId": {
1004                    "target": "com.amazonaws.apigatewayv2#Id",
1005                    "traits": {
1006                        "smithy.api#documentation": "<p>The API ID.</p>",
1007                        "smithy.api#jsonName": "apiId"
1008                    }
1009                },
1010                "ApiKeySelectionExpression": {
1011                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
1012                    "traits": {
1013                        "smithy.api#documentation": "<p>An API key selection expression. Supported only for WebSocket APIs. See <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions\">API Key Selection Expressions</a>.</p>",
1014                        "smithy.api#jsonName": "apiKeySelectionExpression"
1015                    }
1016                },
1017                "CorsConfiguration": {
1018                    "target": "com.amazonaws.apigatewayv2#Cors",
1019                    "traits": {
1020                        "smithy.api#documentation": "<p>A CORS configuration. Supported only for HTTP APIs.</p>",
1021                        "smithy.api#jsonName": "corsConfiguration"
1022                    }
1023                },
1024                "CreatedDate": {
1025                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
1026                    "traits": {
1027                        "smithy.api#documentation": "<p>The timestamp when the API was created.</p>",
1028                        "smithy.api#jsonName": "createdDate"
1029                    }
1030                },
1031                "Description": {
1032                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
1033                    "traits": {
1034                        "smithy.api#documentation": "<p>The description of the API.</p>",
1035                        "smithy.api#jsonName": "description"
1036                    }
1037                },
1038                "DisableSchemaValidation": {
1039                    "target": "com.amazonaws.apigatewayv2#__boolean",
1040                    "traits": {
1041                        "smithy.api#documentation": "<p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>",
1042                        "smithy.api#jsonName": "disableSchemaValidation"
1043                    }
1044                },
1045                "DisableExecuteApiEndpoint": {
1046                    "target": "com.amazonaws.apigatewayv2#__boolean",
1047                    "traits": {
1048                        "smithy.api#documentation": "<p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>",
1049                        "smithy.api#jsonName": "disableExecuteApiEndpoint"
1050                    }
1051                },
1052                "ImportInfo": {
1053                    "target": "com.amazonaws.apigatewayv2#__listOf__string",
1054                    "traits": {
1055                        "smithy.api#documentation": "<p>The validation information during API import. This may include particular properties of your OpenAPI definition which are ignored during import. Supported only for HTTP APIs.</p>",
1056                        "smithy.api#jsonName": "importInfo"
1057                    }
1058                },
1059                "Name": {
1060                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
1061                    "traits": {
1062                        "smithy.api#documentation": "<p>The name of the API.</p>",
1063                        "smithy.api#jsonName": "name"
1064                    }
1065                },
1066                "ProtocolType": {
1067                    "target": "com.amazonaws.apigatewayv2#ProtocolType",
1068                    "traits": {
1069                        "smithy.api#documentation": "<p>The API protocol.</p>",
1070                        "smithy.api#jsonName": "protocolType"
1071                    }
1072                },
1073                "RouteSelectionExpression": {
1074                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
1075                    "traits": {
1076                        "smithy.api#documentation": "<p>The route selection expression for the API. For HTTP APIs, the routeSelectionExpression must be ${request.method} ${request.path}. If not provided, this will be the default for HTTP APIs. This property is required for WebSocket APIs.</p>",
1077                        "smithy.api#jsonName": "routeSelectionExpression"
1078                    }
1079                },
1080                "Tags": {
1081                    "target": "com.amazonaws.apigatewayv2#Tags",
1082                    "traits": {
1083                        "smithy.api#documentation": "<p>A collection of tags associated with the API.</p>",
1084                        "smithy.api#jsonName": "tags"
1085                    }
1086                },
1087                "Version": {
1088                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
1089                    "traits": {
1090                        "smithy.api#documentation": "<p>A version identifier for the API.</p>",
1091                        "smithy.api#jsonName": "version"
1092                    }
1093                },
1094                "Warnings": {
1095                    "target": "com.amazonaws.apigatewayv2#__listOf__string",
1096                    "traits": {
1097                        "smithy.api#documentation": "<p>The warning messages reported when failonwarnings is turned on during API import.</p>",
1098                        "smithy.api#jsonName": "warnings"
1099                    }
1100                }
1101            }
1102        },
1103        "com.amazonaws.apigatewayv2#CreateAuthorizer": {
1104            "type": "operation",
1105            "input": {
1106                "target": "com.amazonaws.apigatewayv2#CreateAuthorizerRequest"
1107            },
1108            "output": {
1109                "target": "com.amazonaws.apigatewayv2#CreateAuthorizerResponse"
1110            },
1111            "errors": [
1112                {
1113                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
1114                },
1115                {
1116                    "target": "com.amazonaws.apigatewayv2#ConflictException"
1117                },
1118                {
1119                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
1120                },
1121                {
1122                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
1123                }
1124            ],
1125            "traits": {
1126                "smithy.api#documentation": "<p>Creates an Authorizer for an API.</p>",
1127                "smithy.api#http": {
1128                    "method": "POST",
1129                    "uri": "/v2/apis/{ApiId}/authorizers",
1130                    "code": 201
1131                }
1132            }
1133        },
1134        "com.amazonaws.apigatewayv2#CreateAuthorizerRequest": {
1135            "type": "structure",
1136            "members": {
1137                "ApiId": {
1138                    "target": "com.amazonaws.apigatewayv2#__string",
1139                    "traits": {
1140                        "smithy.api#documentation": "<p>The API identifier.</p>",
1141                        "smithy.api#httpLabel": {},
1142                        "smithy.api#required": {}
1143                    }
1144                },
1145                "AuthorizerCredentialsArn": {
1146                    "target": "com.amazonaws.apigatewayv2#Arn",
1147                    "traits": {
1148                        "smithy.api#documentation": "<p>Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer. To specify an IAM role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, don't specify this parameter. Supported only for REQUEST authorizers.</p>",
1149                        "smithy.api#jsonName": "authorizerCredentialsArn"
1150                    }
1151                },
1152                "AuthorizerPayloadFormatVersion": {
1153                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
1154                    "traits": {
1155                        "smithy.api#documentation": "<p>Specifies the format of the payload sent to an HTTP API Lambda authorizer. Required for HTTP API Lambda authorizers. Supported values are 1.0 and 2.0. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html\">Working with AWS Lambda authorizers for HTTP APIs</a>.</p>",
1156                        "smithy.api#jsonName": "authorizerPayloadFormatVersion"
1157                    }
1158                },
1159                "AuthorizerResultTtlInSeconds": {
1160                    "target": "com.amazonaws.apigatewayv2#IntegerWithLengthBetween0And3600",
1161                    "traits": {
1162                        "smithy.api#documentation": "<p>The time to live (TTL) for cached authorizer results, in seconds. If it equals 0, authorization caching is disabled. If it is greater than 0, API Gateway caches authorizer responses. The maximum value is 3600, or 1 hour. Supported only for HTTP API Lambda authorizers.</p>",
1163                        "smithy.api#jsonName": "authorizerResultTtlInSeconds"
1164                    }
1165                },
1166                "AuthorizerType": {
1167                    "target": "com.amazonaws.apigatewayv2#AuthorizerType",
1168                    "traits": {
1169                        "smithy.api#documentation": "<p>The authorizer type. Specify REQUEST for a Lambda function using incoming request parameters. Specify JWT to use JSON Web Tokens (supported only for HTTP APIs).</p>",
1170                        "smithy.api#jsonName": "authorizerType",
1171                        "smithy.api#required": {}
1172                    }
1173                },
1174                "AuthorizerUri": {
1175                    "target": "com.amazonaws.apigatewayv2#UriWithLengthBetween1And2048",
1176                    "traits": {
1177                        "smithy.api#documentation": "<p>The authorizer's Uniform Resource Identifier (URI). For REQUEST authorizers, this must be a well-formed Lambda function URI, for example, arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:<replaceable>{account_id}</replaceable>:function:<replaceable>{lambda_function_name}</replaceable>/invocations. In general, the URI has this form: arn:aws:apigateway:<replaceable>{region}</replaceable>:lambda:path/<replaceable>{service_api}</replaceable>\n               , where <replaceable></replaceable>{region} is the same as the region hosting the Lambda function, path indicates that the remaining substring in the URI should be treated as the path to the resource, including the initial /. For Lambda functions, this is usually of the form /2015-03-31/functions/[FunctionARN]/invocations. Supported only for REQUEST authorizers.</p>",
1178                        "smithy.api#jsonName": "authorizerUri"
1179                    }
1180                },
1181                "EnableSimpleResponses": {
1182                    "target": "com.amazonaws.apigatewayv2#__boolean",
1183                    "traits": {
1184                        "smithy.api#documentation": "<p>Specifies whether a Lambda authorizer returns a response in a simple format. By default, a Lambda authorizer must return an IAM policy. If enabled, the Lambda authorizer can return a boolean value instead of an IAM policy. Supported only for HTTP APIs. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html\">Working with AWS Lambda authorizers for HTTP APIs</a></p>",
1185                        "smithy.api#jsonName": "enableSimpleResponses"
1186                    }
1187                },
1188                "IdentitySource": {
1189                    "target": "com.amazonaws.apigatewayv2#IdentitySourceList",
1190                    "traits": {
1191                        "smithy.api#documentation": "<p>The identity source for which authorization is requested.</p> <p>For a REQUEST authorizer, this is optional. The value is a set of one or more mapping expressions of the specified request parameters. The identity source can be headers, query string parameters, stage variables, and context parameters. For example, if an Auth header and a Name query string parameter are defined as identity sources, this value is route.request.header.Auth, route.request.querystring.Name for WebSocket APIs. For HTTP APIs, use selection expressions prefixed with $, for example, $request.header.Auth, $request.querystring.Name. These parameters are used to perform runtime validation for Lambda-based authorizers by verifying all of the identity-related request parameters are present in the request, not null, and non-empty. Only when this is true does the authorizer invoke the authorizer Lambda function. Otherwise, it returns a 401 Unauthorized response without calling the Lambda function. For HTTP APIs, identity sources are also used as the cache key when caching is enabled. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html\">Working with AWS Lambda authorizers for HTTP APIs</a>.</p> <p>For JWT, a single entry that specifies where to extract the JSON Web Token (JWT) from inbound requests. Currently only header-based and query parameter-based selections are supported, for example $request.header.Authorization.</p>",
1192                        "smithy.api#jsonName": "identitySource",
1193                        "smithy.api#required": {}
1194                    }
1195                },
1196                "IdentityValidationExpression": {
1197                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
1198                    "traits": {
1199                        "smithy.api#documentation": "<p>This parameter is not used.</p>",
1200                        "smithy.api#jsonName": "identityValidationExpression"
1201                    }
1202                },
1203                "JwtConfiguration": {
1204                    "target": "com.amazonaws.apigatewayv2#JWTConfiguration",
1205                    "traits": {
1206                        "smithy.api#documentation": "<p>Represents the configuration of a JWT authorizer. Required for the JWT authorizer type. Supported only for HTTP APIs.</p>",
1207                        "smithy.api#jsonName": "jwtConfiguration"
1208                    }
1209                },
1210                "Name": {
1211                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
1212                    "traits": {
1213                        "smithy.api#documentation": "<p>The name of the authorizer.</p>",
1214                        "smithy.api#jsonName": "name",
1215                        "smithy.api#required": {}
1216                    }
1217                }
1218            },
1219            "traits": {
1220                "smithy.api#documentation": "<p>Creates a new Authorizer resource to represent an authorizer.</p>"
1221            }
1222        },
1223        "com.amazonaws.apigatewayv2#CreateAuthorizerResponse": {
1224            "type": "structure",
1225            "members": {
1226                "AuthorizerCredentialsArn": {
1227                    "target": "com.amazonaws.apigatewayv2#Arn",
1228                    "traits": {
1229                        "smithy.api#documentation": "<p>Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer. To specify an IAM role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, don't specify this parameter. Supported only for REQUEST authorizers.</p>",
1230                        "smithy.api#jsonName": "authorizerCredentialsArn"
1231                    }
1232                },
1233                "AuthorizerId": {
1234                    "target": "com.amazonaws.apigatewayv2#Id",
1235                    "traits": {
1236                        "smithy.api#documentation": "<p>The authorizer identifier.</p>",
1237                        "smithy.api#jsonName": "authorizerId"
1238                    }
1239                },
1240                "AuthorizerPayloadFormatVersion": {
1241                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
1242                    "traits": {
1243                        "smithy.api#documentation": "<p>Specifies the format of the payload sent to an HTTP API Lambda authorizer. Required for HTTP API Lambda authorizers. Supported values are 1.0 and 2.0. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html\">Working with AWS Lambda authorizers for HTTP APIs</a>.</p>",
1244                        "smithy.api#jsonName": "authorizerPayloadFormatVersion"
1245                    }
1246                },
1247                "AuthorizerResultTtlInSeconds": {
1248                    "target": "com.amazonaws.apigatewayv2#IntegerWithLengthBetween0And3600",
1249                    "traits": {
1250                        "smithy.api#documentation": "<p>The time to live (TTL) for cached authorizer results, in seconds. If it equals 0, authorization caching is disabled. If it is greater than 0, API Gateway caches authorizer responses. The maximum value is 3600, or 1 hour. Supported only for HTTP API Lambda authorizers.</p>",
1251                        "smithy.api#jsonName": "authorizerResultTtlInSeconds"
1252                    }
1253                },
1254                "AuthorizerType": {
1255                    "target": "com.amazonaws.apigatewayv2#AuthorizerType",
1256                    "traits": {
1257                        "smithy.api#documentation": "<p>The authorizer type. Specify REQUEST for a Lambda function using incoming request parameters. Specify JWT to use JSON Web Tokens (supported only for HTTP APIs).</p>",
1258                        "smithy.api#jsonName": "authorizerType"
1259                    }
1260                },
1261                "AuthorizerUri": {
1262                    "target": "com.amazonaws.apigatewayv2#UriWithLengthBetween1And2048",
1263                    "traits": {
1264                        "smithy.api#documentation": "<p>The authorizer's Uniform Resource Identifier (URI). For REQUEST authorizers, this must be a well-formed Lambda function URI, for example, arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:<replaceable>{account_id}</replaceable>:function:<replaceable>{lambda_function_name}</replaceable>/invocations. In general, the URI has this form: arn:aws:apigateway:<replaceable>{region}</replaceable>:lambda:path/<replaceable>{service_api}</replaceable>\n               , where <replaceable></replaceable>{region} is the same as the region hosting the Lambda function, path indicates that the remaining substring in the URI should be treated as the path to the resource, including the initial /. For Lambda functions, this is usually of the form /2015-03-31/functions/[FunctionARN]/invocations. Supported only for REQUEST authorizers.</p>",
1265                        "smithy.api#jsonName": "authorizerUri"
1266                    }
1267                },
1268                "EnableSimpleResponses": {
1269                    "target": "com.amazonaws.apigatewayv2#__boolean",
1270                    "traits": {
1271                        "smithy.api#documentation": "<p>Specifies whether a Lambda authorizer returns a response in a simple format. If enabled, the Lambda authorizer can return a boolean value instead of an IAM policy. Supported only for HTTP APIs. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html\">Working with AWS Lambda authorizers for HTTP APIs</a></p>",
1272                        "smithy.api#jsonName": "enableSimpleResponses"
1273                    }
1274                },
1275                "IdentitySource": {
1276                    "target": "com.amazonaws.apigatewayv2#IdentitySourceList",
1277                    "traits": {
1278                        "smithy.api#documentation": "<p>The identity source for which authorization is requested.</p> <p>For a REQUEST authorizer, this is optional. The value is a set of one or more mapping expressions of the specified request parameters. The identity source can be headers, query string parameters, stage variables, and context parameters. For example, if an Auth header and a Name query string parameter are defined as identity sources, this value is route.request.header.Auth, route.request.querystring.Name for WebSocket APIs. For HTTP APIs, use selection expressions prefixed with $, for example, $request.header.Auth, $request.querystring.Name. These parameters are used to perform runtime validation for Lambda-based authorizers by verifying all of the identity-related request parameters are present in the request, not null, and non-empty. Only when this is true does the authorizer invoke the authorizer Lambda function. Otherwise, it returns a 401 Unauthorized response without calling the Lambda function. For HTTP APIs, identity sources are also used as the cache key when caching is enabled. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html\">Working with AWS Lambda authorizers for HTTP APIs</a>.</p> <p>For JWT, a single entry that specifies where to extract the JSON Web Token (JWT) from inbound requests. Currently only header-based and query parameter-based selections are supported, for example $request.header.Authorization.</p>",
1279                        "smithy.api#jsonName": "identitySource"
1280                    }
1281                },
1282                "IdentityValidationExpression": {
1283                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
1284                    "traits": {
1285                        "smithy.api#documentation": "<p>The validation expression does not apply to the REQUEST authorizer.</p>",
1286                        "smithy.api#jsonName": "identityValidationExpression"
1287                    }
1288                },
1289                "JwtConfiguration": {
1290                    "target": "com.amazonaws.apigatewayv2#JWTConfiguration",
1291                    "traits": {
1292                        "smithy.api#documentation": "<p>Represents the configuration of a JWT authorizer. Required for the JWT authorizer type. Supported only for HTTP APIs.</p>",
1293                        "smithy.api#jsonName": "jwtConfiguration"
1294                    }
1295                },
1296                "Name": {
1297                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
1298                    "traits": {
1299                        "smithy.api#documentation": "<p>The name of the authorizer.</p>",
1300                        "smithy.api#jsonName": "name"
1301                    }
1302                }
1303            }
1304        },
1305        "com.amazonaws.apigatewayv2#CreateDeployment": {
1306            "type": "operation",
1307            "input": {
1308                "target": "com.amazonaws.apigatewayv2#CreateDeploymentRequest"
1309            },
1310            "output": {
1311                "target": "com.amazonaws.apigatewayv2#CreateDeploymentResponse"
1312            },
1313            "errors": [
1314                {
1315                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
1316                },
1317                {
1318                    "target": "com.amazonaws.apigatewayv2#ConflictException"
1319                },
1320                {
1321                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
1322                },
1323                {
1324                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
1325                }
1326            ],
1327            "traits": {
1328                "smithy.api#documentation": "<p>Creates a Deployment for an API.</p>",
1329                "smithy.api#http": {
1330                    "method": "POST",
1331                    "uri": "/v2/apis/{ApiId}/deployments",
1332                    "code": 201
1333                }
1334            }
1335        },
1336        "com.amazonaws.apigatewayv2#CreateDeploymentRequest": {
1337            "type": "structure",
1338            "members": {
1339                "ApiId": {
1340                    "target": "com.amazonaws.apigatewayv2#__string",
1341                    "traits": {
1342                        "smithy.api#documentation": "<p>The API identifier.</p>",
1343                        "smithy.api#httpLabel": {},
1344                        "smithy.api#required": {}
1345                    }
1346                },
1347                "Description": {
1348                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
1349                    "traits": {
1350                        "smithy.api#documentation": "<p>The description for the deployment resource.</p>",
1351                        "smithy.api#jsonName": "description"
1352                    }
1353                },
1354                "StageName": {
1355                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
1356                    "traits": {
1357                        "smithy.api#documentation": "<p>The name of the Stage resource for the Deployment resource to create.</p>",
1358                        "smithy.api#jsonName": "stageName"
1359                    }
1360                }
1361            },
1362            "traits": {
1363                "smithy.api#documentation": "<p>Creates a new Deployment resource to represent a deployment.</p>"
1364            }
1365        },
1366        "com.amazonaws.apigatewayv2#CreateDeploymentResponse": {
1367            "type": "structure",
1368            "members": {
1369                "AutoDeployed": {
1370                    "target": "com.amazonaws.apigatewayv2#__boolean",
1371                    "traits": {
1372                        "smithy.api#documentation": "<p>Specifies whether a deployment was automatically released.</p>",
1373                        "smithy.api#jsonName": "autoDeployed"
1374                    }
1375                },
1376                "CreatedDate": {
1377                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
1378                    "traits": {
1379                        "smithy.api#documentation": "<p>The date and time when the Deployment resource was created.</p>",
1380                        "smithy.api#jsonName": "createdDate"
1381                    }
1382                },
1383                "DeploymentId": {
1384                    "target": "com.amazonaws.apigatewayv2#Id",
1385                    "traits": {
1386                        "smithy.api#documentation": "<p>The identifier for the deployment.</p>",
1387                        "smithy.api#jsonName": "deploymentId"
1388                    }
1389                },
1390                "DeploymentStatus": {
1391                    "target": "com.amazonaws.apigatewayv2#DeploymentStatus",
1392                    "traits": {
1393                        "smithy.api#documentation": "<p>The status of the deployment: PENDING, FAILED, or SUCCEEDED.</p>",
1394                        "smithy.api#jsonName": "deploymentStatus"
1395                    }
1396                },
1397                "DeploymentStatusMessage": {
1398                    "target": "com.amazonaws.apigatewayv2#__string",
1399                    "traits": {
1400                        "smithy.api#documentation": "<p>May contain additional feedback on the status of an API deployment.</p>",
1401                        "smithy.api#jsonName": "deploymentStatusMessage"
1402                    }
1403                },
1404                "Description": {
1405                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
1406                    "traits": {
1407                        "smithy.api#documentation": "<p>The description for the deployment.</p>",
1408                        "smithy.api#jsonName": "description"
1409                    }
1410                }
1411            }
1412        },
1413        "com.amazonaws.apigatewayv2#CreateDomainName": {
1414            "type": "operation",
1415            "input": {
1416                "target": "com.amazonaws.apigatewayv2#CreateDomainNameRequest"
1417            },
1418            "output": {
1419                "target": "com.amazonaws.apigatewayv2#CreateDomainNameResponse"
1420            },
1421            "errors": [
1422                {
1423                    "target": "com.amazonaws.apigatewayv2#AccessDeniedException"
1424                },
1425                {
1426                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
1427                },
1428                {
1429                    "target": "com.amazonaws.apigatewayv2#ConflictException"
1430                },
1431                {
1432                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
1433                },
1434                {
1435                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
1436                }
1437            ],
1438            "traits": {
1439                "smithy.api#documentation": "<p>Creates a domain name.</p>",
1440                "smithy.api#http": {
1441                    "method": "POST",
1442                    "uri": "/v2/domainnames",
1443                    "code": 201
1444                }
1445            }
1446        },
1447        "com.amazonaws.apigatewayv2#CreateDomainNameRequest": {
1448            "type": "structure",
1449            "members": {
1450                "DomainName": {
1451                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And512",
1452                    "traits": {
1453                        "smithy.api#documentation": "<p>The domain name.</p>",
1454                        "smithy.api#jsonName": "domainName",
1455                        "smithy.api#required": {}
1456                    }
1457                },
1458                "DomainNameConfigurations": {
1459                    "target": "com.amazonaws.apigatewayv2#DomainNameConfigurations",
1460                    "traits": {
1461                        "smithy.api#documentation": "<p>The domain name configurations.</p>",
1462                        "smithy.api#jsonName": "domainNameConfigurations"
1463                    }
1464                },
1465                "MutualTlsAuthentication": {
1466                    "target": "com.amazonaws.apigatewayv2#MutualTlsAuthenticationInput",
1467                    "traits": {
1468                        "smithy.api#documentation": "<p>The mutual TLS authentication configuration for a custom domain name.</p>",
1469                        "smithy.api#jsonName": "mutualTlsAuthentication"
1470                    }
1471                },
1472                "Tags": {
1473                    "target": "com.amazonaws.apigatewayv2#Tags",
1474                    "traits": {
1475                        "smithy.api#documentation": "<p>The collection of tags associated with a domain name.</p>",
1476                        "smithy.api#jsonName": "tags"
1477                    }
1478                }
1479            },
1480            "traits": {
1481                "smithy.api#documentation": "<p>Creates a new DomainName resource to represent a domain name.</p>"
1482            }
1483        },
1484        "com.amazonaws.apigatewayv2#CreateDomainNameResponse": {
1485            "type": "structure",
1486            "members": {
1487                "ApiMappingSelectionExpression": {
1488                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
1489                    "traits": {
1490                        "smithy.api#documentation": "<p>The API mapping selection expression.</p>",
1491                        "smithy.api#jsonName": "apiMappingSelectionExpression"
1492                    }
1493                },
1494                "DomainName": {
1495                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And512",
1496                    "traits": {
1497                        "smithy.api#documentation": "<p>The name of the DomainName resource.</p>",
1498                        "smithy.api#jsonName": "domainName"
1499                    }
1500                },
1501                "DomainNameConfigurations": {
1502                    "target": "com.amazonaws.apigatewayv2#DomainNameConfigurations",
1503                    "traits": {
1504                        "smithy.api#documentation": "<p>The domain name configurations.</p>",
1505                        "smithy.api#jsonName": "domainNameConfigurations"
1506                    }
1507                },
1508                "MutualTlsAuthentication": {
1509                    "target": "com.amazonaws.apigatewayv2#MutualTlsAuthentication",
1510                    "traits": {
1511                        "smithy.api#documentation": "<p>The mutual TLS authentication configuration for a custom domain name.</p>",
1512                        "smithy.api#jsonName": "mutualTlsAuthentication"
1513                    }
1514                },
1515                "Tags": {
1516                    "target": "com.amazonaws.apigatewayv2#Tags",
1517                    "traits": {
1518                        "smithy.api#documentation": "<p>The collection of tags associated with a domain name.</p>",
1519                        "smithy.api#jsonName": "tags"
1520                    }
1521                }
1522            }
1523        },
1524        "com.amazonaws.apigatewayv2#CreateIntegration": {
1525            "type": "operation",
1526            "input": {
1527                "target": "com.amazonaws.apigatewayv2#CreateIntegrationRequest"
1528            },
1529            "output": {
1530                "target": "com.amazonaws.apigatewayv2#CreateIntegrationResult"
1531            },
1532            "errors": [
1533                {
1534                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
1535                },
1536                {
1537                    "target": "com.amazonaws.apigatewayv2#ConflictException"
1538                },
1539                {
1540                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
1541                },
1542                {
1543                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
1544                }
1545            ],
1546            "traits": {
1547                "smithy.api#documentation": "<p>Creates an Integration.</p>",
1548                "smithy.api#http": {
1549                    "method": "POST",
1550                    "uri": "/v2/apis/{ApiId}/integrations",
1551                    "code": 201
1552                }
1553            }
1554        },
1555        "com.amazonaws.apigatewayv2#CreateIntegrationRequest": {
1556            "type": "structure",
1557            "members": {
1558                "ApiId": {
1559                    "target": "com.amazonaws.apigatewayv2#__string",
1560                    "traits": {
1561                        "smithy.api#documentation": "<p>The API identifier.</p>",
1562                        "smithy.api#httpLabel": {},
1563                        "smithy.api#required": {}
1564                    }
1565                },
1566                "ConnectionId": {
1567                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And1024",
1568                    "traits": {
1569                        "smithy.api#documentation": "<p>The ID of the VPC link for a private integration. Supported only for HTTP APIs.</p>",
1570                        "smithy.api#jsonName": "connectionId"
1571                    }
1572                },
1573                "ConnectionType": {
1574                    "target": "com.amazonaws.apigatewayv2#ConnectionType",
1575                    "traits": {
1576                        "smithy.api#documentation": "<p>The type of the network connection to the integration endpoint. Specify INTERNET for connections through the public routable internet or VPC_LINK for private connections between API Gateway and resources in a VPC. The default value is INTERNET.</p>",
1577                        "smithy.api#jsonName": "connectionType"
1578                    }
1579                },
1580                "ContentHandlingStrategy": {
1581                    "target": "com.amazonaws.apigatewayv2#ContentHandlingStrategy",
1582                    "traits": {
1583                        "smithy.api#documentation": "<p>Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:</p> <p>CONVERT_TO_BINARY: Converts a response payload from a Base64-encoded string to the corresponding binary blob.</p> <p>CONVERT_TO_TEXT: Converts a response payload from a binary blob to a Base64-encoded string.</p> <p>If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification.</p>",
1584                        "smithy.api#jsonName": "contentHandlingStrategy"
1585                    }
1586                },
1587                "CredentialsArn": {
1588                    "target": "com.amazonaws.apigatewayv2#Arn",
1589                    "traits": {
1590                        "smithy.api#documentation": "<p>Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam::*:user/*. To use resource-based permissions on supported AWS services, specify null.</p>",
1591                        "smithy.api#jsonName": "credentialsArn"
1592                    }
1593                },
1594                "Description": {
1595                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
1596                    "traits": {
1597                        "smithy.api#documentation": "<p>The description of the integration.</p>",
1598                        "smithy.api#jsonName": "description"
1599                    }
1600                },
1601                "IntegrationMethod": {
1602                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
1603                    "traits": {
1604                        "smithy.api#documentation": "<p>Specifies the integration's HTTP method type.</p>",
1605                        "smithy.api#jsonName": "integrationMethod"
1606                    }
1607                },
1608                "IntegrationSubtype": {
1609                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
1610                    "traits": {
1611                        "smithy.api#documentation": "<p>Supported only for HTTP API AWS_PROXY integrations. Specifies the AWS service action to invoke. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services-reference.html\">Integration subtype reference</a>.</p>",
1612                        "smithy.api#jsonName": "integrationSubtype"
1613                    }
1614                },
1615                "IntegrationType": {
1616                    "target": "com.amazonaws.apigatewayv2#IntegrationType",
1617                    "traits": {
1618                        "smithy.api#documentation": "<p>The integration type of an integration. One of the following:</p> <p>AWS: for integrating the route or method request with an AWS service action, including the Lambda function-invoking action. With the Lambda function-invoking action, this is referred to as the Lambda custom integration. With any other AWS service action, this is known as AWS integration. Supported only for WebSocket APIs.</p> <p>AWS_PROXY: for integrating the route or method request with a Lambda function or other AWS service action. This integration is also referred to as a Lambda proxy integration.</p> <p>HTTP: for integrating the route or method request with an HTTP endpoint. This integration is also referred to as the HTTP custom integration. Supported only for WebSocket APIs.</p> <p>HTTP_PROXY: for integrating the route or method request with an HTTP endpoint, with the client request passed through as-is. This is also referred to as HTTP proxy integration. For HTTP API private integrations, use an HTTP_PROXY integration.</p> <p>MOCK: for integrating the route or method request with API Gateway as a \"loopback\" endpoint without invoking any backend. Supported only for WebSocket APIs.</p>",
1619                        "smithy.api#jsonName": "integrationType",
1620                        "smithy.api#required": {}
1621                    }
1622                },
1623                "IntegrationUri": {
1624                    "target": "com.amazonaws.apigatewayv2#UriWithLengthBetween1And2048",
1625                    "traits": {
1626                        "smithy.api#documentation": "<p>For a Lambda integration, specify the URI of a Lambda function.</p> <p>For an HTTP integration, specify a fully-qualified URL.</p> <p>For an HTTP API private integration, specify the ARN of an Application Load Balancer listener, Network Load Balancer listener, or AWS Cloud Map service. If you specify the ARN of an AWS Cloud Map service, API Gateway uses DiscoverInstances to identify resources. You can use query parameters to target specific resources. To learn more, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_DiscoverInstances.html\">DiscoverInstances</a>. For private integrations, all resources must be owned by the same AWS account.</p>",
1627                        "smithy.api#jsonName": "integrationUri"
1628                    }
1629                },
1630                "PassthroughBehavior": {
1631                    "target": "com.amazonaws.apigatewayv2#PassthroughBehavior",
1632                    "traits": {
1633                        "smithy.api#documentation": "<p>Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER. Supported only for WebSocket APIs.</p> <p>WHEN_NO_MATCH passes the request body for unmapped content types through to the integration backend without transformation.</p> <p>NEVER rejects unmapped content types with an HTTP 415 Unsupported Media Type response.</p> <p>WHEN_NO_TEMPLATES allows pass-through when the integration has no content types mapped to templates. However, if there is at least one content type defined, unmapped content types will be rejected with the same HTTP 415 Unsupported Media Type response.</p>",
1634                        "smithy.api#jsonName": "passthroughBehavior"
1635                    }
1636                },
1637                "PayloadFormatVersion": {
1638                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
1639                    "traits": {
1640                        "smithy.api#documentation": "<p>Specifies the format of the payload sent to an integration. Required for HTTP APIs.</p>",
1641                        "smithy.api#jsonName": "payloadFormatVersion"
1642                    }
1643                },
1644                "RequestParameters": {
1645                    "target": "com.amazonaws.apigatewayv2#IntegrationParameters",
1646                    "traits": {
1647                        "smithy.api#documentation": "<p>For WebSocket APIs, a key-value map specifying request parameters that are passed from the method request to the backend. The key is an integration request parameter name and the associated value is a method request parameter value or static value that must be enclosed within single quotes and pre-encoded as required by the backend. The method request parameter value must match the pattern of method.request.<replaceable>{location}</replaceable>.<replaceable>{name}</replaceable>\n               , where \n                  <replaceable>{location}</replaceable>\n                is querystring, path, or header; and \n                  <replaceable>{name}</replaceable>\n                must be a valid and unique method request parameter name.</p> <p>For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services.html\">Working with AWS service integrations for HTTP APIs</a>.</p> <p>For HTTP API integrations without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to the backend. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt; where action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html\">Transforming API requests and responses</a>.</p>",
1648                        "smithy.api#jsonName": "requestParameters"
1649                    }
1650                },
1651                "RequestTemplates": {
1652                    "target": "com.amazonaws.apigatewayv2#TemplateMap",
1653                    "traits": {
1654                        "smithy.api#documentation": "<p>Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. The content type value is the key in this map, and the template (as a String) is the value. Supported only for WebSocket APIs.</p>",
1655                        "smithy.api#jsonName": "requestTemplates"
1656                    }
1657                },
1658                "ResponseParameters": {
1659                    "target": "com.amazonaws.apigatewayv2#ResponseParameters",
1660                    "traits": {
1661                        "smithy.api#documentation": "<p>Supported only for HTTP APIs. You use response parameters to transform the HTTP response from a backend integration before returning the response to clients. Specify a key-value map from a selection key to response parameters. The selection key must be a valid HTTP status code within the range of 200-599. Response parameters are a key-value map. The key must match pattern &lt;action&gt;:&lt;header&gt;.&lt;location&gt; or overwrite.statuscode. The action can be append, overwrite or remove. The value can be a static value, or map to response data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html\">Transforming API requests and responses</a>.</p>",
1662                        "smithy.api#jsonName": "responseParameters"
1663                    }
1664                },
1665                "TemplateSelectionExpression": {
1666                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
1667                    "traits": {
1668                        "smithy.api#documentation": "<p>The template selection expression for the integration.</p>",
1669                        "smithy.api#jsonName": "templateSelectionExpression"
1670                    }
1671                },
1672                "TimeoutInMillis": {
1673                    "target": "com.amazonaws.apigatewayv2#IntegerWithLengthBetween50And30000",
1674                    "traits": {
1675                        "smithy.api#documentation": "<p>Custom timeout between 50 and 29,000 milliseconds for WebSocket APIs and between 50 and 30,000 milliseconds for HTTP APIs. The default timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP APIs.</p>",
1676                        "smithy.api#jsonName": "timeoutInMillis"
1677                    }
1678                },
1679                "TlsConfig": {
1680                    "target": "com.amazonaws.apigatewayv2#TlsConfigInput",
1681                    "traits": {
1682                        "smithy.api#documentation": "<p>The TLS configuration for a private integration. If you specify a TLS configuration, private integration traffic uses the HTTPS protocol. Supported only for HTTP APIs.</p>",
1683                        "smithy.api#jsonName": "tlsConfig"
1684                    }
1685                }
1686            },
1687            "traits": {
1688                "smithy.api#documentation": "<p>Creates a new Integration resource to represent an integration.</p>"
1689            }
1690        },
1691        "com.amazonaws.apigatewayv2#CreateIntegrationResponse": {
1692            "type": "operation",
1693            "input": {
1694                "target": "com.amazonaws.apigatewayv2#CreateIntegrationResponseRequest"
1695            },
1696            "output": {
1697                "target": "com.amazonaws.apigatewayv2#CreateIntegrationResponseResponse"
1698            },
1699            "errors": [
1700                {
1701                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
1702                },
1703                {
1704                    "target": "com.amazonaws.apigatewayv2#ConflictException"
1705                },
1706                {
1707                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
1708                },
1709                {
1710                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
1711                }
1712            ],
1713            "traits": {
1714                "smithy.api#documentation": "<p>Creates an IntegrationResponses.</p>",
1715                "smithy.api#http": {
1716                    "method": "POST",
1717                    "uri": "/v2/apis/{ApiId}/integrations/{IntegrationId}/integrationresponses",
1718                    "code": 201
1719                }
1720            }
1721        },
1722        "com.amazonaws.apigatewayv2#CreateIntegrationResponseRequest": {
1723            "type": "structure",
1724            "members": {
1725                "ApiId": {
1726                    "target": "com.amazonaws.apigatewayv2#__string",
1727                    "traits": {
1728                        "smithy.api#documentation": "<p>The API identifier.</p>",
1729                        "smithy.api#httpLabel": {},
1730                        "smithy.api#required": {}
1731                    }
1732                },
1733                "ContentHandlingStrategy": {
1734                    "target": "com.amazonaws.apigatewayv2#ContentHandlingStrategy",
1735                    "traits": {
1736                        "smithy.api#documentation": "<p>Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:</p> <p>CONVERT_TO_BINARY: Converts a response payload from a Base64-encoded string to the corresponding binary blob.</p> <p>CONVERT_TO_TEXT: Converts a response payload from a binary blob to a Base64-encoded string.</p> <p>If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification.</p>",
1737                        "smithy.api#jsonName": "contentHandlingStrategy"
1738                    }
1739                },
1740                "IntegrationId": {
1741                    "target": "com.amazonaws.apigatewayv2#__string",
1742                    "traits": {
1743                        "smithy.api#documentation": "<p>The integration ID.</p>",
1744                        "smithy.api#httpLabel": {},
1745                        "smithy.api#required": {}
1746                    }
1747                },
1748                "IntegrationResponseKey": {
1749                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
1750                    "traits": {
1751                        "smithy.api#documentation": "<p>The integration response key.</p>",
1752                        "smithy.api#jsonName": "integrationResponseKey",
1753                        "smithy.api#required": {}
1754                    }
1755                },
1756                "ResponseParameters": {
1757                    "target": "com.amazonaws.apigatewayv2#IntegrationParameters",
1758                    "traits": {
1759                        "smithy.api#documentation": "<p>A key-value map specifying response parameters that are passed to the method response from the backend. The key is a method response header parameter name and the mapped value is an integration response header value, a static value enclosed within a pair of single quotes, or a JSON expression from the integration response body. The mapping key must match the pattern of method.response.header.{name}, where {name} is a valid and unique header name. The mapped non-static value must match the pattern of integration.response.header.{name} or integration.response.body.{JSON-expression}, where {name} is a valid and unique response header name and {JSON-expression} is a valid JSON expression without the $ prefix.</p>",
1760                        "smithy.api#jsonName": "responseParameters"
1761                    }
1762                },
1763                "ResponseTemplates": {
1764                    "target": "com.amazonaws.apigatewayv2#TemplateMap",
1765                    "traits": {
1766                        "smithy.api#documentation": "<p>The collection of response templates for the integration response as a string-to-string map of key-value pairs. Response templates are represented as a key/value map, with a content-type as the key and a template as the value.</p>",
1767                        "smithy.api#jsonName": "responseTemplates"
1768                    }
1769                },
1770                "TemplateSelectionExpression": {
1771                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
1772                    "traits": {
1773                        "smithy.api#documentation": "<p>The template selection expression for the integration response. Supported only for WebSocket APIs.</p>",
1774                        "smithy.api#jsonName": "templateSelectionExpression"
1775                    }
1776                }
1777            },
1778            "traits": {
1779                "smithy.api#documentation": "<p>Creates a new IntegrationResponse resource to represent an integration response.</p>"
1780            }
1781        },
1782        "com.amazonaws.apigatewayv2#CreateIntegrationResponseResponse": {
1783            "type": "structure",
1784            "members": {
1785                "ContentHandlingStrategy": {
1786                    "target": "com.amazonaws.apigatewayv2#ContentHandlingStrategy",
1787                    "traits": {
1788                        "smithy.api#documentation": "<p>Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:</p> <p>CONVERT_TO_BINARY: Converts a response payload from a Base64-encoded string to the corresponding binary blob.</p> <p>CONVERT_TO_TEXT: Converts a response payload from a binary blob to a Base64-encoded string.</p> <p>If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification.</p>",
1789                        "smithy.api#jsonName": "contentHandlingStrategy"
1790                    }
1791                },
1792                "IntegrationResponseId": {
1793                    "target": "com.amazonaws.apigatewayv2#Id",
1794                    "traits": {
1795                        "smithy.api#documentation": "<p>The integration response ID.</p>",
1796                        "smithy.api#jsonName": "integrationResponseId"
1797                    }
1798                },
1799                "IntegrationResponseKey": {
1800                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
1801                    "traits": {
1802                        "smithy.api#documentation": "<p>The integration response key.</p>",
1803                        "smithy.api#jsonName": "integrationResponseKey"
1804                    }
1805                },
1806                "ResponseParameters": {
1807                    "target": "com.amazonaws.apigatewayv2#IntegrationParameters",
1808                    "traits": {
1809                        "smithy.api#documentation": "<p>A key-value map specifying response parameters that are passed to the method response from the backend. The key is a method response header parameter name and the mapped value is an integration response header value, a static value enclosed within a pair of single quotes, or a JSON expression from the integration response body. The mapping key must match the pattern of method.response.header.{name}, where name is a valid and unique header name. The mapped non-static value must match the pattern of integration.response.header.{name} or integration.response.body.{JSON-expression}, where name is a valid and unique response header name and JSON-expression is a valid JSON expression without the $ prefix.</p>",
1810                        "smithy.api#jsonName": "responseParameters"
1811                    }
1812                },
1813                "ResponseTemplates": {
1814                    "target": "com.amazonaws.apigatewayv2#TemplateMap",
1815                    "traits": {
1816                        "smithy.api#documentation": "<p>The collection of response templates for the integration response as a string-to-string map of key-value pairs. Response templates are represented as a key/value map, with a content-type as the key and a template as the value.</p>",
1817                        "smithy.api#jsonName": "responseTemplates"
1818                    }
1819                },
1820                "TemplateSelectionExpression": {
1821                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
1822                    "traits": {
1823                        "smithy.api#documentation": "<p>The template selection expressions for the integration response.</p>",
1824                        "smithy.api#jsonName": "templateSelectionExpression"
1825                    }
1826                }
1827            }
1828        },
1829        "com.amazonaws.apigatewayv2#CreateIntegrationResult": {
1830            "type": "structure",
1831            "members": {
1832                "ApiGatewayManaged": {
1833                    "target": "com.amazonaws.apigatewayv2#__boolean",
1834                    "traits": {
1835                        "smithy.api#documentation": "<p>Specifies whether an integration is managed by API Gateway. If you created an API using using quick create, the resulting integration is managed by API Gateway. You can update a managed integration, but you can't delete it.</p>",
1836                        "smithy.api#jsonName": "apiGatewayManaged"
1837                    }
1838                },
1839                "ConnectionId": {
1840                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And1024",
1841                    "traits": {
1842                        "smithy.api#documentation": "<p>The ID of the VPC link for a private integration. Supported only for HTTP APIs.</p>",
1843                        "smithy.api#jsonName": "connectionId"
1844                    }
1845                },
1846                "ConnectionType": {
1847                    "target": "com.amazonaws.apigatewayv2#ConnectionType",
1848                    "traits": {
1849                        "smithy.api#documentation": "<p>The type of the network connection to the integration endpoint. Specify INTERNET for connections through the public routable internet or VPC_LINK for private connections between API Gateway and resources in a VPC. The default value is INTERNET.</p>",
1850                        "smithy.api#jsonName": "connectionType"
1851                    }
1852                },
1853                "ContentHandlingStrategy": {
1854                    "target": "com.amazonaws.apigatewayv2#ContentHandlingStrategy",
1855                    "traits": {
1856                        "smithy.api#documentation": "<p>Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:</p> <p>CONVERT_TO_BINARY: Converts a response payload from a Base64-encoded string to the corresponding binary blob.</p> <p>CONVERT_TO_TEXT: Converts a response payload from a binary blob to a Base64-encoded string.</p> <p>If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification.</p>",
1857                        "smithy.api#jsonName": "contentHandlingStrategy"
1858                    }
1859                },
1860                "CredentialsArn": {
1861                    "target": "com.amazonaws.apigatewayv2#Arn",
1862                    "traits": {
1863                        "smithy.api#documentation": "<p>Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam::*:user/*. To use resource-based permissions on supported AWS services, specify null.</p>",
1864                        "smithy.api#jsonName": "credentialsArn"
1865                    }
1866                },
1867                "Description": {
1868                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
1869                    "traits": {
1870                        "smithy.api#documentation": "<p>Represents the description of an integration.</p>",
1871                        "smithy.api#jsonName": "description"
1872                    }
1873                },
1874                "IntegrationId": {
1875                    "target": "com.amazonaws.apigatewayv2#Id",
1876                    "traits": {
1877                        "smithy.api#documentation": "<p>Represents the identifier of an integration.</p>",
1878                        "smithy.api#jsonName": "integrationId"
1879                    }
1880                },
1881                "IntegrationMethod": {
1882                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
1883                    "traits": {
1884                        "smithy.api#documentation": "<p>Specifies the integration's HTTP method type.</p>",
1885                        "smithy.api#jsonName": "integrationMethod"
1886                    }
1887                },
1888                "IntegrationResponseSelectionExpression": {
1889                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
1890                    "traits": {
1891                        "smithy.api#documentation": "<p>The integration response selection expression for the integration. Supported only for WebSocket APIs. See <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-integration-response-selection-expressions\">Integration Response Selection Expressions</a>.</p>",
1892                        "smithy.api#jsonName": "integrationResponseSelectionExpression"
1893                    }
1894                },
1895                "IntegrationSubtype": {
1896                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
1897                    "traits": {
1898                        "smithy.api#documentation": "<p>Supported only for HTTP API AWS_PROXY integrations. Specifies the AWS service action to invoke. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services-reference.html\">Integration subtype reference</a>.</p>",
1899                        "smithy.api#jsonName": "integrationSubtype"
1900                    }
1901                },
1902                "IntegrationType": {
1903                    "target": "com.amazonaws.apigatewayv2#IntegrationType",
1904                    "traits": {
1905                        "smithy.api#documentation": "<p>The integration type of an integration. One of the following:</p> <p>AWS: for integrating the route or method request with an AWS service action, including the Lambda function-invoking action. With the Lambda function-invoking action, this is referred to as the Lambda custom integration. With any other AWS service action, this is known as AWS integration. Supported only for WebSocket APIs.</p> <p>AWS_PROXY: for integrating the route or method request with a Lambda function or other AWS service action. This integration is also referred to as a Lambda proxy integration.</p> <p>HTTP: for integrating the route or method request with an HTTP endpoint. This integration is also referred to as the HTTP custom integration. Supported only for WebSocket APIs.</p> <p>HTTP_PROXY: for integrating the route or method request with an HTTP endpoint, with the client request passed through as-is. This is also referred to as HTTP proxy integration.</p> <p>MOCK: for integrating the route or method request with API Gateway as a \"loopback\" endpoint without invoking any backend. Supported only for WebSocket APIs.</p>",
1906                        "smithy.api#jsonName": "integrationType"
1907                    }
1908                },
1909                "IntegrationUri": {
1910                    "target": "com.amazonaws.apigatewayv2#UriWithLengthBetween1And2048",
1911                    "traits": {
1912                        "smithy.api#documentation": "<p>For a Lambda integration, specify the URI of a Lambda function.</p> <p>For an HTTP integration, specify a fully-qualified URL.</p> <p>For an HTTP API private integration, specify the ARN of an Application Load Balancer listener, Network Load Balancer listener, or AWS Cloud Map service. If you specify the ARN of an AWS Cloud Map service, API Gateway uses DiscoverInstances to identify resources. You can use query parameters to target specific resources. To learn more, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_DiscoverInstances.html\">DiscoverInstances</a>. For private integrations, all resources must be owned by the same AWS account.</p>",
1913                        "smithy.api#jsonName": "integrationUri"
1914                    }
1915                },
1916                "PassthroughBehavior": {
1917                    "target": "com.amazonaws.apigatewayv2#PassthroughBehavior",
1918                    "traits": {
1919                        "smithy.api#documentation": "<p>Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER. Supported only for WebSocket APIs.</p> <p>WHEN_NO_MATCH passes the request body for unmapped content types through to the integration backend without transformation.</p> <p>NEVER rejects unmapped content types with an HTTP 415 Unsupported Media Type response.</p> <p>WHEN_NO_TEMPLATES allows pass-through when the integration has no content types mapped to templates. However, if there is at least one content type defined, unmapped content types will be rejected with the same HTTP 415 Unsupported Media Type response.</p>",
1920                        "smithy.api#jsonName": "passthroughBehavior"
1921                    }
1922                },
1923                "PayloadFormatVersion": {
1924                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
1925                    "traits": {
1926                        "smithy.api#documentation": "<p>Specifies the format of the payload sent to an integration. Required for HTTP APIs.</p>",
1927                        "smithy.api#jsonName": "payloadFormatVersion"
1928                    }
1929                },
1930                "RequestParameters": {
1931                    "target": "com.amazonaws.apigatewayv2#IntegrationParameters",
1932                    "traits": {
1933                        "smithy.api#documentation": "<p>For WebSocket APIs, a key-value map specifying request parameters that are passed from the method request to the backend. The key is an integration request parameter name and the associated value is a method request parameter value or static value that must be enclosed within single quotes and pre-encoded as required by the backend. The method request parameter value must match the pattern of method.request.<replaceable>{location}</replaceable>.<replaceable>{name}</replaceable>\n          , where \n            <replaceable>{location}</replaceable>\n           is querystring, path, or header; and \n            <replaceable>{name}</replaceable>\n           must be a valid and unique method request parameter name.</p> <p>For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services.html\">Working with AWS service integrations for HTTP APIs</a>.</p> <p>For HTTP API itegrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to backend integrations. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt;. The action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html\">Transforming API requests and responses</a>.</p>",
1934                        "smithy.api#jsonName": "requestParameters"
1935                    }
1936                },
1937                "RequestTemplates": {
1938                    "target": "com.amazonaws.apigatewayv2#TemplateMap",
1939                    "traits": {
1940                        "smithy.api#documentation": "<p>Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. The content type value is the key in this map, and the template (as a String) is the value. Supported only for WebSocket APIs.</p>",
1941                        "smithy.api#jsonName": "requestTemplates"
1942                    }
1943                },
1944                "ResponseParameters": {
1945                    "target": "com.amazonaws.apigatewayv2#ResponseParameters",
1946                    "traits": {
1947                        "smithy.api#documentation": "<p>Supported only for HTTP APIs. You use response parameters to transform the HTTP response from a backend integration before returning the response to clients. Specify a key-value map from a selection key to response parameters. The selection key must be a valid HTTP status code within the range of 200-599. Response parameters are a key-value map. The key must match pattern &lt;action&gt;:&lt;header&gt;.&lt;location&gt; or overwrite.statuscode. The action can be append, overwrite or remove. The value can be a static value, or map to response data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html\">Transforming API requests and responses</a>.</p>",
1948                        "smithy.api#jsonName": "responseParameters"
1949                    }
1950                },
1951                "TemplateSelectionExpression": {
1952                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
1953                    "traits": {
1954                        "smithy.api#documentation": "<p>The template selection expression for the integration. Supported only for WebSocket APIs.</p>",
1955                        "smithy.api#jsonName": "templateSelectionExpression"
1956                    }
1957                },
1958                "TimeoutInMillis": {
1959                    "target": "com.amazonaws.apigatewayv2#IntegerWithLengthBetween50And30000",
1960                    "traits": {
1961                        "smithy.api#documentation": "<p>Custom timeout between 50 and 29,000 milliseconds for WebSocket APIs and between 50 and 30,000 milliseconds for HTTP APIs. The default timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP APIs.</p>",
1962                        "smithy.api#jsonName": "timeoutInMillis"
1963                    }
1964                },
1965                "TlsConfig": {
1966                    "target": "com.amazonaws.apigatewayv2#TlsConfig",
1967                    "traits": {
1968                        "smithy.api#documentation": "<p>The TLS configuration for a private integration. If you specify a TLS configuration, private integration traffic uses the HTTPS protocol. Supported only for HTTP APIs.</p>",
1969                        "smithy.api#jsonName": "tlsConfig"
1970                    }
1971                }
1972            }
1973        },
1974        "com.amazonaws.apigatewayv2#CreateModel": {
1975            "type": "operation",
1976            "input": {
1977                "target": "com.amazonaws.apigatewayv2#CreateModelRequest"
1978            },
1979            "output": {
1980                "target": "com.amazonaws.apigatewayv2#CreateModelResponse"
1981            },
1982            "errors": [
1983                {
1984                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
1985                },
1986                {
1987                    "target": "com.amazonaws.apigatewayv2#ConflictException"
1988                },
1989                {
1990                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
1991                },
1992                {
1993                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
1994                }
1995            ],
1996            "traits": {
1997                "smithy.api#documentation": "<p>Creates a Model for an API.</p>",
1998                "smithy.api#http": {
1999                    "method": "POST",
2000                    "uri": "/v2/apis/{ApiId}/models",
2001                    "code": 201
2002                }
2003            }
2004        },
2005        "com.amazonaws.apigatewayv2#CreateModelRequest": {
2006            "type": "structure",
2007            "members": {
2008                "ApiId": {
2009                    "target": "com.amazonaws.apigatewayv2#__string",
2010                    "traits": {
2011                        "smithy.api#documentation": "<p>The API identifier.</p>",
2012                        "smithy.api#httpLabel": {},
2013                        "smithy.api#required": {}
2014                    }
2015                },
2016                "ContentType": {
2017                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And256",
2018                    "traits": {
2019                        "smithy.api#documentation": "<p>The content-type for the model, for example, \"application/json\".</p>",
2020                        "smithy.api#jsonName": "contentType"
2021                    }
2022                },
2023                "Description": {
2024                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
2025                    "traits": {
2026                        "smithy.api#documentation": "<p>The description of the model.</p>",
2027                        "smithy.api#jsonName": "description"
2028                    }
2029                },
2030                "Name": {
2031                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
2032                    "traits": {
2033                        "smithy.api#documentation": "<p>The name of the model. Must be alphanumeric.</p>",
2034                        "smithy.api#jsonName": "name",
2035                        "smithy.api#required": {}
2036                    }
2037                },
2038                "Schema": {
2039                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And32K",
2040                    "traits": {
2041                        "smithy.api#documentation": "<p>The schema for the model. For application/json models, this should be JSON schema draft 4 model.</p>",
2042                        "smithy.api#jsonName": "schema",
2043                        "smithy.api#required": {}
2044                    }
2045                }
2046            },
2047            "traits": {
2048                "smithy.api#documentation": "<p>Creates a new Model.</p>"
2049            }
2050        },
2051        "com.amazonaws.apigatewayv2#CreateModelResponse": {
2052            "type": "structure",
2053            "members": {
2054                "ContentType": {
2055                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And256",
2056                    "traits": {
2057                        "smithy.api#documentation": "<p>The content-type for the model, for example, \"application/json\".</p>",
2058                        "smithy.api#jsonName": "contentType"
2059                    }
2060                },
2061                "Description": {
2062                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
2063                    "traits": {
2064                        "smithy.api#documentation": "<p>The description of the model.</p>",
2065                        "smithy.api#jsonName": "description"
2066                    }
2067                },
2068                "ModelId": {
2069                    "target": "com.amazonaws.apigatewayv2#Id",
2070                    "traits": {
2071                        "smithy.api#documentation": "<p>The model identifier.</p>",
2072                        "smithy.api#jsonName": "modelId"
2073                    }
2074                },
2075                "Name": {
2076                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
2077                    "traits": {
2078                        "smithy.api#documentation": "<p>The name of the model. Must be alphanumeric.</p>",
2079                        "smithy.api#jsonName": "name"
2080                    }
2081                },
2082                "Schema": {
2083                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And32K",
2084                    "traits": {
2085                        "smithy.api#documentation": "<p>The schema for the model. For application/json models, this should be JSON schema draft 4 model.</p>",
2086                        "smithy.api#jsonName": "schema"
2087                    }
2088                }
2089            }
2090        },
2091        "com.amazonaws.apigatewayv2#CreateRoute": {
2092            "type": "operation",
2093            "input": {
2094                "target": "com.amazonaws.apigatewayv2#CreateRouteRequest"
2095            },
2096            "output": {
2097                "target": "com.amazonaws.apigatewayv2#CreateRouteResult"
2098            },
2099            "errors": [
2100                {
2101                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
2102                },
2103                {
2104                    "target": "com.amazonaws.apigatewayv2#ConflictException"
2105                },
2106                {
2107                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
2108                },
2109                {
2110                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
2111                }
2112            ],
2113            "traits": {
2114                "smithy.api#documentation": "<p>Creates a Route for an API.</p>",
2115                "smithy.api#http": {
2116                    "method": "POST",
2117                    "uri": "/v2/apis/{ApiId}/routes",
2118                    "code": 201
2119                }
2120            }
2121        },
2122        "com.amazonaws.apigatewayv2#CreateRouteRequest": {
2123            "type": "structure",
2124            "members": {
2125                "ApiId": {
2126                    "target": "com.amazonaws.apigatewayv2#__string",
2127                    "traits": {
2128                        "smithy.api#documentation": "<p>The API identifier.</p>",
2129                        "smithy.api#httpLabel": {},
2130                        "smithy.api#required": {}
2131                    }
2132                },
2133                "ApiKeyRequired": {
2134                    "target": "com.amazonaws.apigatewayv2#__boolean",
2135                    "traits": {
2136                        "smithy.api#documentation": "<p>Specifies whether an API key is required for the route. Supported only for WebSocket APIs.</p>",
2137                        "smithy.api#jsonName": "apiKeyRequired"
2138                    }
2139                },
2140                "AuthorizationScopes": {
2141                    "target": "com.amazonaws.apigatewayv2#AuthorizationScopes",
2142                    "traits": {
2143                        "smithy.api#documentation": "<p>The authorization scopes supported by this route.</p>",
2144                        "smithy.api#jsonName": "authorizationScopes"
2145                    }
2146                },
2147                "AuthorizationType": {
2148                    "target": "com.amazonaws.apigatewayv2#AuthorizationType",
2149                    "traits": {
2150                        "smithy.api#documentation": "<p>The authorization type for the route. For WebSocket APIs, valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer For HTTP APIs, valid values are NONE for open access, JWT for using JSON Web Tokens, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer.</p>",
2151                        "smithy.api#jsonName": "authorizationType"
2152                    }
2153                },
2154                "AuthorizerId": {
2155                    "target": "com.amazonaws.apigatewayv2#Id",
2156                    "traits": {
2157                        "smithy.api#documentation": "<p>The identifier of the Authorizer resource to be associated with this route. The authorizer identifier is generated by API Gateway when you created the authorizer.</p>",
2158                        "smithy.api#jsonName": "authorizerId"
2159                    }
2160                },
2161                "ModelSelectionExpression": {
2162                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
2163                    "traits": {
2164                        "smithy.api#documentation": "<p>The model selection expression for the route. Supported only for WebSocket APIs.</p>",
2165                        "smithy.api#jsonName": "modelSelectionExpression"
2166                    }
2167                },
2168                "OperationName": {
2169                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
2170                    "traits": {
2171                        "smithy.api#documentation": "<p>The operation name for the route.</p>",
2172                        "smithy.api#jsonName": "operationName"
2173                    }
2174                },
2175                "RequestModels": {
2176                    "target": "com.amazonaws.apigatewayv2#RouteModels",
2177                    "traits": {
2178                        "smithy.api#documentation": "<p>The request models for the route. Supported only for WebSocket APIs.</p>",
2179                        "smithy.api#jsonName": "requestModels"
2180                    }
2181                },
2182                "RequestParameters": {
2183                    "target": "com.amazonaws.apigatewayv2#RouteParameters",
2184                    "traits": {
2185                        "smithy.api#documentation": "<p>The request parameters for the route. Supported only for WebSocket APIs.</p>",
2186                        "smithy.api#jsonName": "requestParameters"
2187                    }
2188                },
2189                "RouteKey": {
2190                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
2191                    "traits": {
2192                        "smithy.api#documentation": "<p>The route key for the route.</p>",
2193                        "smithy.api#jsonName": "routeKey",
2194                        "smithy.api#required": {}
2195                    }
2196                },
2197                "RouteResponseSelectionExpression": {
2198                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
2199                    "traits": {
2200                        "smithy.api#documentation": "<p>The route response selection expression for the route. Supported only for WebSocket APIs.</p>",
2201                        "smithy.api#jsonName": "routeResponseSelectionExpression"
2202                    }
2203                },
2204                "Target": {
2205                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
2206                    "traits": {
2207                        "smithy.api#documentation": "<p>The target for the route.</p>",
2208                        "smithy.api#jsonName": "target"
2209                    }
2210                }
2211            },
2212            "traits": {
2213                "smithy.api#documentation": "<p>Creates a new Route resource to represent a route.</p>"
2214            }
2215        },
2216        "com.amazonaws.apigatewayv2#CreateRouteResponse": {
2217            "type": "operation",
2218            "input": {
2219                "target": "com.amazonaws.apigatewayv2#CreateRouteResponseRequest"
2220            },
2221            "output": {
2222                "target": "com.amazonaws.apigatewayv2#CreateRouteResponseResponse"
2223            },
2224            "errors": [
2225                {
2226                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
2227                },
2228                {
2229                    "target": "com.amazonaws.apigatewayv2#ConflictException"
2230                },
2231                {
2232                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
2233                },
2234                {
2235                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
2236                }
2237            ],
2238            "traits": {
2239                "smithy.api#documentation": "<p>Creates a RouteResponse for a Route.</p>",
2240                "smithy.api#http": {
2241                    "method": "POST",
2242                    "uri": "/v2/apis/{ApiId}/routes/{RouteId}/routeresponses",
2243                    "code": 201
2244                }
2245            }
2246        },
2247        "com.amazonaws.apigatewayv2#CreateRouteResponseRequest": {
2248            "type": "structure",
2249            "members": {
2250                "ApiId": {
2251                    "target": "com.amazonaws.apigatewayv2#__string",
2252                    "traits": {
2253                        "smithy.api#documentation": "<p>The API identifier.</p>",
2254                        "smithy.api#httpLabel": {},
2255                        "smithy.api#required": {}
2256                    }
2257                },
2258                "ModelSelectionExpression": {
2259                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
2260                    "traits": {
2261                        "smithy.api#documentation": "<p>The model selection expression for the route response. Supported only for WebSocket APIs.</p>",
2262                        "smithy.api#jsonName": "modelSelectionExpression"
2263                    }
2264                },
2265                "ResponseModels": {
2266                    "target": "com.amazonaws.apigatewayv2#RouteModels",
2267                    "traits": {
2268                        "smithy.api#documentation": "<p>The response models for the route response.</p>",
2269                        "smithy.api#jsonName": "responseModels"
2270                    }
2271                },
2272                "ResponseParameters": {
2273                    "target": "com.amazonaws.apigatewayv2#RouteParameters",
2274                    "traits": {
2275                        "smithy.api#documentation": "<p>The route response parameters.</p>",
2276                        "smithy.api#jsonName": "responseParameters"
2277                    }
2278                },
2279                "RouteId": {
2280                    "target": "com.amazonaws.apigatewayv2#__string",
2281                    "traits": {
2282                        "smithy.api#documentation": "<p>The route ID.</p>",
2283                        "smithy.api#httpLabel": {},
2284                        "smithy.api#required": {}
2285                    }
2286                },
2287                "RouteResponseKey": {
2288                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
2289                    "traits": {
2290                        "smithy.api#documentation": "<p>The route response key.</p>",
2291                        "smithy.api#jsonName": "routeResponseKey",
2292                        "smithy.api#required": {}
2293                    }
2294                }
2295            },
2296            "traits": {
2297                "smithy.api#documentation": "<p>Creates a new RouteResponse resource to represent a route response.</p>"
2298            }
2299        },
2300        "com.amazonaws.apigatewayv2#CreateRouteResponseResponse": {
2301            "type": "structure",
2302            "members": {
2303                "ModelSelectionExpression": {
2304                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
2305                    "traits": {
2306                        "smithy.api#documentation": "<p>Represents the model selection expression of a route response. Supported only for WebSocket APIs.</p>",
2307                        "smithy.api#jsonName": "modelSelectionExpression"
2308                    }
2309                },
2310                "ResponseModels": {
2311                    "target": "com.amazonaws.apigatewayv2#RouteModels",
2312                    "traits": {
2313                        "smithy.api#documentation": "<p>Represents the response models of a route response.</p>",
2314                        "smithy.api#jsonName": "responseModels"
2315                    }
2316                },
2317                "ResponseParameters": {
2318                    "target": "com.amazonaws.apigatewayv2#RouteParameters",
2319                    "traits": {
2320                        "smithy.api#documentation": "<p>Represents the response parameters of a route response.</p>",
2321                        "smithy.api#jsonName": "responseParameters"
2322                    }
2323                },
2324                "RouteResponseId": {
2325                    "target": "com.amazonaws.apigatewayv2#Id",
2326                    "traits": {
2327                        "smithy.api#documentation": "<p>Represents the identifier of a route response.</p>",
2328                        "smithy.api#jsonName": "routeResponseId"
2329                    }
2330                },
2331                "RouteResponseKey": {
2332                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
2333                    "traits": {
2334                        "smithy.api#documentation": "<p>Represents the route response key of a route response.</p>",
2335                        "smithy.api#jsonName": "routeResponseKey"
2336                    }
2337                }
2338            }
2339        },
2340        "com.amazonaws.apigatewayv2#CreateRouteResult": {
2341            "type": "structure",
2342            "members": {
2343                "ApiGatewayManaged": {
2344                    "target": "com.amazonaws.apigatewayv2#__boolean",
2345                    "traits": {
2346                        "smithy.api#documentation": "<p>Specifies whether a route is managed by API Gateway. If you created an API using quick create, the $default route is managed by API Gateway. You can't modify the $default route key.</p>",
2347                        "smithy.api#jsonName": "apiGatewayManaged"
2348                    }
2349                },
2350                "ApiKeyRequired": {
2351                    "target": "com.amazonaws.apigatewayv2#__boolean",
2352                    "traits": {
2353                        "smithy.api#documentation": "<p>Specifies whether an API key is required for this route. Supported only for WebSocket APIs.</p>",
2354                        "smithy.api#jsonName": "apiKeyRequired"
2355                    }
2356                },
2357                "AuthorizationScopes": {
2358                    "target": "com.amazonaws.apigatewayv2#AuthorizationScopes",
2359                    "traits": {
2360                        "smithy.api#documentation": "<p>A list of authorization scopes configured on a route. The scopes are used with a JWT authorizer to authorize the method invocation. The authorization works by matching the route scopes against the scopes parsed from the access token in the incoming request. The method invocation is authorized if any route scope matches a claimed scope in the access token. Otherwise, the invocation is not authorized. When the route scope is configured, the client must provide an access token instead of an identity token for authorization purposes.</p>",
2361                        "smithy.api#jsonName": "authorizationScopes"
2362                    }
2363                },
2364                "AuthorizationType": {
2365                    "target": "com.amazonaws.apigatewayv2#AuthorizationType",
2366                    "traits": {
2367                        "smithy.api#documentation": "<p>The authorization type for the route. For WebSocket APIs, valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer For HTTP APIs, valid values are NONE for open access, JWT for using JSON Web Tokens, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer.</p>",
2368                        "smithy.api#jsonName": "authorizationType"
2369                    }
2370                },
2371                "AuthorizerId": {
2372                    "target": "com.amazonaws.apigatewayv2#Id",
2373                    "traits": {
2374                        "smithy.api#documentation": "<p>The identifier of the Authorizer resource to be associated with this route. The authorizer identifier is generated by API Gateway when you created the authorizer.</p>",
2375                        "smithy.api#jsonName": "authorizerId"
2376                    }
2377                },
2378                "ModelSelectionExpression": {
2379                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
2380                    "traits": {
2381                        "smithy.api#documentation": "<p>The model selection expression for the route. Supported only for WebSocket APIs.</p>",
2382                        "smithy.api#jsonName": "modelSelectionExpression"
2383                    }
2384                },
2385                "OperationName": {
2386                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
2387                    "traits": {
2388                        "smithy.api#documentation": "<p>The operation name for the route.</p>",
2389                        "smithy.api#jsonName": "operationName"
2390                    }
2391                },
2392                "RequestModels": {
2393                    "target": "com.amazonaws.apigatewayv2#RouteModels",
2394                    "traits": {
2395                        "smithy.api#documentation": "<p>The request models for the route. Supported only for WebSocket APIs.</p>",
2396                        "smithy.api#jsonName": "requestModels"
2397                    }
2398                },
2399                "RequestParameters": {
2400                    "target": "com.amazonaws.apigatewayv2#RouteParameters",
2401                    "traits": {
2402                        "smithy.api#documentation": "<p>The request parameters for the route. Supported only for WebSocket APIs.</p>",
2403                        "smithy.api#jsonName": "requestParameters"
2404                    }
2405                },
2406                "RouteId": {
2407                    "target": "com.amazonaws.apigatewayv2#Id",
2408                    "traits": {
2409                        "smithy.api#documentation": "<p>The route ID.</p>",
2410                        "smithy.api#jsonName": "routeId"
2411                    }
2412                },
2413                "RouteKey": {
2414                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
2415                    "traits": {
2416                        "smithy.api#documentation": "<p>The route key for the route.</p>",
2417                        "smithy.api#jsonName": "routeKey"
2418                    }
2419                },
2420                "RouteResponseSelectionExpression": {
2421                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
2422                    "traits": {
2423                        "smithy.api#documentation": "<p>The route response selection expression for the route. Supported only for WebSocket APIs.</p>",
2424                        "smithy.api#jsonName": "routeResponseSelectionExpression"
2425                    }
2426                },
2427                "Target": {
2428                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
2429                    "traits": {
2430                        "smithy.api#documentation": "<p>The target for the route.</p>",
2431                        "smithy.api#jsonName": "target"
2432                    }
2433                }
2434            }
2435        },
2436        "com.amazonaws.apigatewayv2#CreateStage": {
2437            "type": "operation",
2438            "input": {
2439                "target": "com.amazonaws.apigatewayv2#CreateStageRequest"
2440            },
2441            "output": {
2442                "target": "com.amazonaws.apigatewayv2#CreateStageResponse"
2443            },
2444            "errors": [
2445                {
2446                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
2447                },
2448                {
2449                    "target": "com.amazonaws.apigatewayv2#ConflictException"
2450                },
2451                {
2452                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
2453                },
2454                {
2455                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
2456                }
2457            ],
2458            "traits": {
2459                "smithy.api#documentation": "<p>Creates a Stage for an API.</p>",
2460                "smithy.api#http": {
2461                    "method": "POST",
2462                    "uri": "/v2/apis/{ApiId}/stages",
2463                    "code": 201
2464                }
2465            }
2466        },
2467        "com.amazonaws.apigatewayv2#CreateStageRequest": {
2468            "type": "structure",
2469            "members": {
2470                "AccessLogSettings": {
2471                    "target": "com.amazonaws.apigatewayv2#AccessLogSettings",
2472                    "traits": {
2473                        "smithy.api#documentation": "<p>Settings for logging access in this stage.</p>",
2474                        "smithy.api#jsonName": "accessLogSettings"
2475                    }
2476                },
2477                "ApiId": {
2478                    "target": "com.amazonaws.apigatewayv2#__string",
2479                    "traits": {
2480                        "smithy.api#documentation": "<p>The API identifier.</p>",
2481                        "smithy.api#httpLabel": {},
2482                        "smithy.api#required": {}
2483                    }
2484                },
2485                "AutoDeploy": {
2486                    "target": "com.amazonaws.apigatewayv2#__boolean",
2487                    "traits": {
2488                        "smithy.api#documentation": "<p>Specifies whether updates to an API automatically trigger a new deployment. The default value is false.</p>",
2489                        "smithy.api#jsonName": "autoDeploy"
2490                    }
2491                },
2492                "ClientCertificateId": {
2493                    "target": "com.amazonaws.apigatewayv2#Id",
2494                    "traits": {
2495                        "smithy.api#documentation": "<p>The identifier of a client certificate for a Stage. Supported only for WebSocket APIs.</p>",
2496                        "smithy.api#jsonName": "clientCertificateId"
2497                    }
2498                },
2499                "DefaultRouteSettings": {
2500                    "target": "com.amazonaws.apigatewayv2#RouteSettings",
2501                    "traits": {
2502                        "smithy.api#documentation": "<p>The default route settings for the stage.</p>",
2503                        "smithy.api#jsonName": "defaultRouteSettings"
2504                    }
2505                },
2506                "DeploymentId": {
2507                    "target": "com.amazonaws.apigatewayv2#Id",
2508                    "traits": {
2509                        "smithy.api#documentation": "<p>The deployment identifier of the API stage.</p>",
2510                        "smithy.api#jsonName": "deploymentId"
2511                    }
2512                },
2513                "Description": {
2514                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
2515                    "traits": {
2516                        "smithy.api#documentation": "<p>The description for the API stage.</p>",
2517                        "smithy.api#jsonName": "description"
2518                    }
2519                },
2520                "RouteSettings": {
2521                    "target": "com.amazonaws.apigatewayv2#RouteSettingsMap",
2522                    "traits": {
2523                        "smithy.api#documentation": "<p>Route settings for the stage, by routeKey.</p>",
2524                        "smithy.api#jsonName": "routeSettings"
2525                    }
2526                },
2527                "StageName": {
2528                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
2529                    "traits": {
2530                        "smithy.api#documentation": "<p>The name of the stage.</p>",
2531                        "smithy.api#jsonName": "stageName",
2532                        "smithy.api#required": {}
2533                    }
2534                },
2535                "StageVariables": {
2536                    "target": "com.amazonaws.apigatewayv2#StageVariablesMap",
2537                    "traits": {
2538                        "smithy.api#documentation": "<p>A map that defines the stage variables for a Stage. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&amp;=,]+.</p>",
2539                        "smithy.api#jsonName": "stageVariables"
2540                    }
2541                },
2542                "Tags": {
2543                    "target": "com.amazonaws.apigatewayv2#Tags",
2544                    "traits": {
2545                        "smithy.api#documentation": "<p>The collection of tags. Each tag element is associated with a given resource.</p>",
2546                        "smithy.api#jsonName": "tags"
2547                    }
2548                }
2549            },
2550            "traits": {
2551                "smithy.api#documentation": "<p>Creates a new Stage resource to represent a stage.</p>"
2552            }
2553        },
2554        "com.amazonaws.apigatewayv2#CreateStageResponse": {
2555            "type": "structure",
2556            "members": {
2557                "AccessLogSettings": {
2558                    "target": "com.amazonaws.apigatewayv2#AccessLogSettings",
2559                    "traits": {
2560                        "smithy.api#documentation": "<p>Settings for logging access in this stage.</p>",
2561                        "smithy.api#jsonName": "accessLogSettings"
2562                    }
2563                },
2564                "ApiGatewayManaged": {
2565                    "target": "com.amazonaws.apigatewayv2#__boolean",
2566                    "traits": {
2567                        "smithy.api#documentation": "<p>Specifies whether a stage is managed by API Gateway. If you created an API using quick create, the $default stage is managed by API Gateway. You can't modify the $default stage.</p>",
2568                        "smithy.api#jsonName": "apiGatewayManaged"
2569                    }
2570                },
2571                "AutoDeploy": {
2572                    "target": "com.amazonaws.apigatewayv2#__boolean",
2573                    "traits": {
2574                        "smithy.api#documentation": "<p>Specifies whether updates to an API automatically trigger a new deployment. The default value is false.</p>",
2575                        "smithy.api#jsonName": "autoDeploy"
2576                    }
2577                },
2578                "ClientCertificateId": {
2579                    "target": "com.amazonaws.apigatewayv2#Id",
2580                    "traits": {
2581                        "smithy.api#documentation": "<p>The identifier of a client certificate for a Stage. Supported only for WebSocket APIs.</p>",
2582                        "smithy.api#jsonName": "clientCertificateId"
2583                    }
2584                },
2585                "CreatedDate": {
2586                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
2587                    "traits": {
2588                        "smithy.api#documentation": "<p>The timestamp when the stage was created.</p>",
2589                        "smithy.api#jsonName": "createdDate"
2590                    }
2591                },
2592                "DefaultRouteSettings": {
2593                    "target": "com.amazonaws.apigatewayv2#RouteSettings",
2594                    "traits": {
2595                        "smithy.api#documentation": "<p>Default route settings for the stage.</p>",
2596                        "smithy.api#jsonName": "defaultRouteSettings"
2597                    }
2598                },
2599                "DeploymentId": {
2600                    "target": "com.amazonaws.apigatewayv2#Id",
2601                    "traits": {
2602                        "smithy.api#documentation": "<p>The identifier of the Deployment that the Stage is associated with. Can't be updated if autoDeploy is enabled.</p>",
2603                        "smithy.api#jsonName": "deploymentId"
2604                    }
2605                },
2606                "Description": {
2607                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
2608                    "traits": {
2609                        "smithy.api#documentation": "<p>The description of the stage.</p>",
2610                        "smithy.api#jsonName": "description"
2611                    }
2612                },
2613                "LastDeploymentStatusMessage": {
2614                    "target": "com.amazonaws.apigatewayv2#__string",
2615                    "traits": {
2616                        "smithy.api#documentation": "<p>Describes the status of the last deployment of a stage. Supported only for stages with autoDeploy enabled.</p>",
2617                        "smithy.api#jsonName": "lastDeploymentStatusMessage"
2618                    }
2619                },
2620                "LastUpdatedDate": {
2621                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
2622                    "traits": {
2623                        "smithy.api#documentation": "<p>The timestamp when the stage was last updated.</p>",
2624                        "smithy.api#jsonName": "lastUpdatedDate"
2625                    }
2626                },
2627                "RouteSettings": {
2628                    "target": "com.amazonaws.apigatewayv2#RouteSettingsMap",
2629                    "traits": {
2630                        "smithy.api#documentation": "<p>Route settings for the stage, by routeKey.</p>",
2631                        "smithy.api#jsonName": "routeSettings"
2632                    }
2633                },
2634                "StageName": {
2635                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
2636                    "traits": {
2637                        "smithy.api#documentation": "<p>The name of the stage.</p>",
2638                        "smithy.api#jsonName": "stageName"
2639                    }
2640                },
2641                "StageVariables": {
2642                    "target": "com.amazonaws.apigatewayv2#StageVariablesMap",
2643                    "traits": {
2644                        "smithy.api#documentation": "<p>A map that defines the stage variables for a stage resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&amp;=,]+.</p>",
2645                        "smithy.api#jsonName": "stageVariables"
2646                    }
2647                },
2648                "Tags": {
2649                    "target": "com.amazonaws.apigatewayv2#Tags",
2650                    "traits": {
2651                        "smithy.api#documentation": "<p>The collection of tags. Each tag element is associated with a given resource.</p>",
2652                        "smithy.api#jsonName": "tags"
2653                    }
2654                }
2655            }
2656        },
2657        "com.amazonaws.apigatewayv2#CreateVpcLink": {
2658            "type": "operation",
2659            "input": {
2660                "target": "com.amazonaws.apigatewayv2#CreateVpcLinkRequest"
2661            },
2662            "output": {
2663                "target": "com.amazonaws.apigatewayv2#CreateVpcLinkResponse"
2664            },
2665            "errors": [
2666                {
2667                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
2668                },
2669                {
2670                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
2671                }
2672            ],
2673            "traits": {
2674                "smithy.api#documentation": "<p>Creates a VPC link.</p>",
2675                "smithy.api#http": {
2676                    "method": "POST",
2677                    "uri": "/v2/vpclinks",
2678                    "code": 201
2679                }
2680            }
2681        },
2682        "com.amazonaws.apigatewayv2#CreateVpcLinkRequest": {
2683            "type": "structure",
2684            "members": {
2685                "Name": {
2686                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
2687                    "traits": {
2688                        "smithy.api#documentation": "<p>The name of the VPC link.</p>",
2689                        "smithy.api#jsonName": "name",
2690                        "smithy.api#required": {}
2691                    }
2692                },
2693                "SecurityGroupIds": {
2694                    "target": "com.amazonaws.apigatewayv2#SecurityGroupIdList",
2695                    "traits": {
2696                        "smithy.api#documentation": "<p>A list of security group IDs for the VPC link.</p>",
2697                        "smithy.api#jsonName": "securityGroupIds"
2698                    }
2699                },
2700                "SubnetIds": {
2701                    "target": "com.amazonaws.apigatewayv2#SubnetIdList",
2702                    "traits": {
2703                        "smithy.api#documentation": "<p>A list of subnet IDs to include in the VPC link.</p>",
2704                        "smithy.api#jsonName": "subnetIds",
2705                        "smithy.api#required": {}
2706                    }
2707                },
2708                "Tags": {
2709                    "target": "com.amazonaws.apigatewayv2#Tags",
2710                    "traits": {
2711                        "smithy.api#documentation": "<p>A list of tags.</p>",
2712                        "smithy.api#jsonName": "tags"
2713                    }
2714                }
2715            },
2716            "traits": {
2717                "smithy.api#documentation": "<p>Creates a VPC link</p>"
2718            }
2719        },
2720        "com.amazonaws.apigatewayv2#CreateVpcLinkResponse": {
2721            "type": "structure",
2722            "members": {
2723                "CreatedDate": {
2724                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
2725                    "traits": {
2726                        "smithy.api#documentation": "<p>The timestamp when the VPC link was created.</p>",
2727                        "smithy.api#jsonName": "createdDate"
2728                    }
2729                },
2730                "Name": {
2731                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
2732                    "traits": {
2733                        "smithy.api#documentation": "<p>The name of the VPC link.</p>",
2734                        "smithy.api#jsonName": "name"
2735                    }
2736                },
2737                "SecurityGroupIds": {
2738                    "target": "com.amazonaws.apigatewayv2#SecurityGroupIdList",
2739                    "traits": {
2740                        "smithy.api#documentation": "<p>A list of security group IDs for the VPC link.</p>",
2741                        "smithy.api#jsonName": "securityGroupIds"
2742                    }
2743                },
2744                "SubnetIds": {
2745                    "target": "com.amazonaws.apigatewayv2#SubnetIdList",
2746                    "traits": {
2747                        "smithy.api#documentation": "<p>A list of subnet IDs to include in the VPC link.</p>",
2748                        "smithy.api#jsonName": "subnetIds"
2749                    }
2750                },
2751                "Tags": {
2752                    "target": "com.amazonaws.apigatewayv2#Tags",
2753                    "traits": {
2754                        "smithy.api#documentation": "<p>Tags for the VPC link.</p>",
2755                        "smithy.api#jsonName": "tags"
2756                    }
2757                },
2758                "VpcLinkId": {
2759                    "target": "com.amazonaws.apigatewayv2#Id",
2760                    "traits": {
2761                        "smithy.api#documentation": "<p>The ID of the VPC link.</p>",
2762                        "smithy.api#jsonName": "vpcLinkId"
2763                    }
2764                },
2765                "VpcLinkStatus": {
2766                    "target": "com.amazonaws.apigatewayv2#VpcLinkStatus",
2767                    "traits": {
2768                        "smithy.api#documentation": "<p>The status of the VPC link.</p>",
2769                        "smithy.api#jsonName": "vpcLinkStatus"
2770                    }
2771                },
2772                "VpcLinkStatusMessage": {
2773                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
2774                    "traits": {
2775                        "smithy.api#documentation": "<p>A message summarizing the cause of the status of the VPC link.</p>",
2776                        "smithy.api#jsonName": "vpcLinkStatusMessage"
2777                    }
2778                },
2779                "VpcLinkVersion": {
2780                    "target": "com.amazonaws.apigatewayv2#VpcLinkVersion",
2781                    "traits": {
2782                        "smithy.api#documentation": "<p>The version of the VPC link.</p>",
2783                        "smithy.api#jsonName": "vpcLinkVersion"
2784                    }
2785                }
2786            }
2787        },
2788        "com.amazonaws.apigatewayv2#DeleteAccessLogSettings": {
2789            "type": "operation",
2790            "input": {
2791                "target": "com.amazonaws.apigatewayv2#DeleteAccessLogSettingsRequest"
2792            },
2793            "errors": [
2794                {
2795                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
2796                },
2797                {
2798                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
2799                }
2800            ],
2801            "traits": {
2802                "smithy.api#documentation": "<p>Deletes the AccessLogSettings for a Stage. To disable access logging for a Stage, delete its AccessLogSettings.</p>",
2803                "smithy.api#http": {
2804                    "method": "DELETE",
2805                    "uri": "/v2/apis/{ApiId}/stages/{StageName}/accesslogsettings",
2806                    "code": 204
2807                }
2808            }
2809        },
2810        "com.amazonaws.apigatewayv2#DeleteAccessLogSettingsRequest": {
2811            "type": "structure",
2812            "members": {
2813                "ApiId": {
2814                    "target": "com.amazonaws.apigatewayv2#__string",
2815                    "traits": {
2816                        "smithy.api#documentation": "<p>The API identifier.</p>",
2817                        "smithy.api#httpLabel": {},
2818                        "smithy.api#required": {}
2819                    }
2820                },
2821                "StageName": {
2822                    "target": "com.amazonaws.apigatewayv2#__string",
2823                    "traits": {
2824                        "smithy.api#documentation": "<p>The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.</p>",
2825                        "smithy.api#httpLabel": {},
2826                        "smithy.api#required": {}
2827                    }
2828                }
2829            }
2830        },
2831        "com.amazonaws.apigatewayv2#DeleteApi": {
2832            "type": "operation",
2833            "input": {
2834                "target": "com.amazonaws.apigatewayv2#DeleteApiRequest"
2835            },
2836            "errors": [
2837                {
2838                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
2839                },
2840                {
2841                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
2842                }
2843            ],
2844            "traits": {
2845                "smithy.api#documentation": "<p>Deletes an Api resource.</p>",
2846                "smithy.api#http": {
2847                    "method": "DELETE",
2848                    "uri": "/v2/apis/{ApiId}",
2849                    "code": 204
2850                }
2851            }
2852        },
2853        "com.amazonaws.apigatewayv2#DeleteApiMapping": {
2854            "type": "operation",
2855            "input": {
2856                "target": "com.amazonaws.apigatewayv2#DeleteApiMappingRequest"
2857            },
2858            "errors": [
2859                {
2860                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
2861                },
2862                {
2863                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
2864                },
2865                {
2866                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
2867                }
2868            ],
2869            "traits": {
2870                "smithy.api#documentation": "<p>Deletes an API mapping.</p>",
2871                "smithy.api#http": {
2872                    "method": "DELETE",
2873                    "uri": "/v2/domainnames/{DomainName}/apimappings/{ApiMappingId}",
2874                    "code": 204
2875                }
2876            }
2877        },
2878        "com.amazonaws.apigatewayv2#DeleteApiMappingRequest": {
2879            "type": "structure",
2880            "members": {
2881                "ApiMappingId": {
2882                    "target": "com.amazonaws.apigatewayv2#__string",
2883                    "traits": {
2884                        "smithy.api#documentation": "<p>The API mapping identifier.</p>",
2885                        "smithy.api#httpLabel": {},
2886                        "smithy.api#required": {}
2887                    }
2888                },
2889                "DomainName": {
2890                    "target": "com.amazonaws.apigatewayv2#__string",
2891                    "traits": {
2892                        "smithy.api#documentation": "<p>The domain name.</p>",
2893                        "smithy.api#httpLabel": {},
2894                        "smithy.api#required": {}
2895                    }
2896                }
2897            }
2898        },
2899        "com.amazonaws.apigatewayv2#DeleteApiRequest": {
2900            "type": "structure",
2901            "members": {
2902                "ApiId": {
2903                    "target": "com.amazonaws.apigatewayv2#__string",
2904                    "traits": {
2905                        "smithy.api#documentation": "<p>The API identifier.</p>",
2906                        "smithy.api#httpLabel": {},
2907                        "smithy.api#required": {}
2908                    }
2909                }
2910            }
2911        },
2912        "com.amazonaws.apigatewayv2#DeleteAuthorizer": {
2913            "type": "operation",
2914            "input": {
2915                "target": "com.amazonaws.apigatewayv2#DeleteAuthorizerRequest"
2916            },
2917            "errors": [
2918                {
2919                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
2920                },
2921                {
2922                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
2923                }
2924            ],
2925            "traits": {
2926                "smithy.api#documentation": "<p>Deletes an Authorizer.</p>",
2927                "smithy.api#http": {
2928                    "method": "DELETE",
2929                    "uri": "/v2/apis/{ApiId}/authorizers/{AuthorizerId}",
2930                    "code": 204
2931                }
2932            }
2933        },
2934        "com.amazonaws.apigatewayv2#DeleteAuthorizerRequest": {
2935            "type": "structure",
2936            "members": {
2937                "ApiId": {
2938                    "target": "com.amazonaws.apigatewayv2#__string",
2939                    "traits": {
2940                        "smithy.api#documentation": "<p>The API identifier.</p>",
2941                        "smithy.api#httpLabel": {},
2942                        "smithy.api#required": {}
2943                    }
2944                },
2945                "AuthorizerId": {
2946                    "target": "com.amazonaws.apigatewayv2#__string",
2947                    "traits": {
2948                        "smithy.api#documentation": "<p>The authorizer identifier.</p>",
2949                        "smithy.api#httpLabel": {},
2950                        "smithy.api#required": {}
2951                    }
2952                }
2953            }
2954        },
2955        "com.amazonaws.apigatewayv2#DeleteCorsConfiguration": {
2956            "type": "operation",
2957            "input": {
2958                "target": "com.amazonaws.apigatewayv2#DeleteCorsConfigurationRequest"
2959            },
2960            "errors": [
2961                {
2962                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
2963                },
2964                {
2965                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
2966                }
2967            ],
2968            "traits": {
2969                "smithy.api#documentation": "<p>Deletes a CORS configuration.</p>",
2970                "smithy.api#http": {
2971                    "method": "DELETE",
2972                    "uri": "/v2/apis/{ApiId}/cors",
2973                    "code": 204
2974                }
2975            }
2976        },
2977        "com.amazonaws.apigatewayv2#DeleteCorsConfigurationRequest": {
2978            "type": "structure",
2979            "members": {
2980                "ApiId": {
2981                    "target": "com.amazonaws.apigatewayv2#__string",
2982                    "traits": {
2983                        "smithy.api#documentation": "<p>The API identifier.</p>",
2984                        "smithy.api#httpLabel": {},
2985                        "smithy.api#required": {}
2986                    }
2987                }
2988            }
2989        },
2990        "com.amazonaws.apigatewayv2#DeleteDeployment": {
2991            "type": "operation",
2992            "input": {
2993                "target": "com.amazonaws.apigatewayv2#DeleteDeploymentRequest"
2994            },
2995            "errors": [
2996                {
2997                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
2998                },
2999                {
3000                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
3001                }
3002            ],
3003            "traits": {
3004                "smithy.api#documentation": "<p>Deletes a Deployment.</p>",
3005                "smithy.api#http": {
3006                    "method": "DELETE",
3007                    "uri": "/v2/apis/{ApiId}/deployments/{DeploymentId}",
3008                    "code": 204
3009                }
3010            }
3011        },
3012        "com.amazonaws.apigatewayv2#DeleteDeploymentRequest": {
3013            "type": "structure",
3014            "members": {
3015                "ApiId": {
3016                    "target": "com.amazonaws.apigatewayv2#__string",
3017                    "traits": {
3018                        "smithy.api#documentation": "<p>The API identifier.</p>",
3019                        "smithy.api#httpLabel": {},
3020                        "smithy.api#required": {}
3021                    }
3022                },
3023                "DeploymentId": {
3024                    "target": "com.amazonaws.apigatewayv2#__string",
3025                    "traits": {
3026                        "smithy.api#documentation": "<p>The deployment ID.</p>",
3027                        "smithy.api#httpLabel": {},
3028                        "smithy.api#required": {}
3029                    }
3030                }
3031            }
3032        },
3033        "com.amazonaws.apigatewayv2#DeleteDomainName": {
3034            "type": "operation",
3035            "input": {
3036                "target": "com.amazonaws.apigatewayv2#DeleteDomainNameRequest"
3037            },
3038            "errors": [
3039                {
3040                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
3041                },
3042                {
3043                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
3044                }
3045            ],
3046            "traits": {
3047                "smithy.api#documentation": "<p>Deletes a domain name.</p>",
3048                "smithy.api#http": {
3049                    "method": "DELETE",
3050                    "uri": "/v2/domainnames/{DomainName}",
3051                    "code": 204
3052                }
3053            }
3054        },
3055        "com.amazonaws.apigatewayv2#DeleteDomainNameRequest": {
3056            "type": "structure",
3057            "members": {
3058                "DomainName": {
3059                    "target": "com.amazonaws.apigatewayv2#__string",
3060                    "traits": {
3061                        "smithy.api#documentation": "<p>The domain name.</p>",
3062                        "smithy.api#httpLabel": {},
3063                        "smithy.api#required": {}
3064                    }
3065                }
3066            }
3067        },
3068        "com.amazonaws.apigatewayv2#DeleteIntegration": {
3069            "type": "operation",
3070            "input": {
3071                "target": "com.amazonaws.apigatewayv2#DeleteIntegrationRequest"
3072            },
3073            "errors": [
3074                {
3075                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
3076                },
3077                {
3078                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
3079                }
3080            ],
3081            "traits": {
3082                "smithy.api#documentation": "<p>Deletes an Integration.</p>",
3083                "smithy.api#http": {
3084                    "method": "DELETE",
3085                    "uri": "/v2/apis/{ApiId}/integrations/{IntegrationId}",
3086                    "code": 204
3087                }
3088            }
3089        },
3090        "com.amazonaws.apigatewayv2#DeleteIntegrationRequest": {
3091            "type": "structure",
3092            "members": {
3093                "ApiId": {
3094                    "target": "com.amazonaws.apigatewayv2#__string",
3095                    "traits": {
3096                        "smithy.api#documentation": "<p>The API identifier.</p>",
3097                        "smithy.api#httpLabel": {},
3098                        "smithy.api#required": {}
3099                    }
3100                },
3101                "IntegrationId": {
3102                    "target": "com.amazonaws.apigatewayv2#__string",
3103                    "traits": {
3104                        "smithy.api#documentation": "<p>The integration ID.</p>",
3105                        "smithy.api#httpLabel": {},
3106                        "smithy.api#required": {}
3107                    }
3108                }
3109            }
3110        },
3111        "com.amazonaws.apigatewayv2#DeleteIntegrationResponse": {
3112            "type": "operation",
3113            "input": {
3114                "target": "com.amazonaws.apigatewayv2#DeleteIntegrationResponseRequest"
3115            },
3116            "errors": [
3117                {
3118                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
3119                },
3120                {
3121                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
3122                }
3123            ],
3124            "traits": {
3125                "smithy.api#documentation": "<p>Deletes an IntegrationResponses.</p>",
3126                "smithy.api#http": {
3127                    "method": "DELETE",
3128                    "uri": "/v2/apis/{ApiId}/integrations/{IntegrationId}/integrationresponses/{IntegrationResponseId}",
3129                    "code": 204
3130                }
3131            }
3132        },
3133        "com.amazonaws.apigatewayv2#DeleteIntegrationResponseRequest": {
3134            "type": "structure",
3135            "members": {
3136                "ApiId": {
3137                    "target": "com.amazonaws.apigatewayv2#__string",
3138                    "traits": {
3139                        "smithy.api#documentation": "<p>The API identifier.</p>",
3140                        "smithy.api#httpLabel": {},
3141                        "smithy.api#required": {}
3142                    }
3143                },
3144                "IntegrationId": {
3145                    "target": "com.amazonaws.apigatewayv2#__string",
3146                    "traits": {
3147                        "smithy.api#documentation": "<p>The integration ID.</p>",
3148                        "smithy.api#httpLabel": {},
3149                        "smithy.api#required": {}
3150                    }
3151                },
3152                "IntegrationResponseId": {
3153                    "target": "com.amazonaws.apigatewayv2#__string",
3154                    "traits": {
3155                        "smithy.api#documentation": "<p>The integration response ID.</p>",
3156                        "smithy.api#httpLabel": {},
3157                        "smithy.api#required": {}
3158                    }
3159                }
3160            }
3161        },
3162        "com.amazonaws.apigatewayv2#DeleteModel": {
3163            "type": "operation",
3164            "input": {
3165                "target": "com.amazonaws.apigatewayv2#DeleteModelRequest"
3166            },
3167            "errors": [
3168                {
3169                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
3170                },
3171                {
3172                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
3173                }
3174            ],
3175            "traits": {
3176                "smithy.api#documentation": "<p>Deletes a Model.</p>",
3177                "smithy.api#http": {
3178                    "method": "DELETE",
3179                    "uri": "/v2/apis/{ApiId}/models/{ModelId}",
3180                    "code": 204
3181                }
3182            }
3183        },
3184        "com.amazonaws.apigatewayv2#DeleteModelRequest": {
3185            "type": "structure",
3186            "members": {
3187                "ApiId": {
3188                    "target": "com.amazonaws.apigatewayv2#__string",
3189                    "traits": {
3190                        "smithy.api#documentation": "<p>The API identifier.</p>",
3191                        "smithy.api#httpLabel": {},
3192                        "smithy.api#required": {}
3193                    }
3194                },
3195                "ModelId": {
3196                    "target": "com.amazonaws.apigatewayv2#__string",
3197                    "traits": {
3198                        "smithy.api#documentation": "<p>The model ID.</p>",
3199                        "smithy.api#httpLabel": {},
3200                        "smithy.api#required": {}
3201                    }
3202                }
3203            }
3204        },
3205        "com.amazonaws.apigatewayv2#DeleteRoute": {
3206            "type": "operation",
3207            "input": {
3208                "target": "com.amazonaws.apigatewayv2#DeleteRouteRequest"
3209            },
3210            "errors": [
3211                {
3212                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
3213                },
3214                {
3215                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
3216                }
3217            ],
3218            "traits": {
3219                "smithy.api#documentation": "<p>Deletes a Route.</p>",
3220                "smithy.api#http": {
3221                    "method": "DELETE",
3222                    "uri": "/v2/apis/{ApiId}/routes/{RouteId}",
3223                    "code": 204
3224                }
3225            }
3226        },
3227        "com.amazonaws.apigatewayv2#DeleteRouteRequest": {
3228            "type": "structure",
3229            "members": {
3230                "ApiId": {
3231                    "target": "com.amazonaws.apigatewayv2#__string",
3232                    "traits": {
3233                        "smithy.api#documentation": "<p>The API identifier.</p>",
3234                        "smithy.api#httpLabel": {},
3235                        "smithy.api#required": {}
3236                    }
3237                },
3238                "RouteId": {
3239                    "target": "com.amazonaws.apigatewayv2#__string",
3240                    "traits": {
3241                        "smithy.api#documentation": "<p>The route ID.</p>",
3242                        "smithy.api#httpLabel": {},
3243                        "smithy.api#required": {}
3244                    }
3245                }
3246            }
3247        },
3248        "com.amazonaws.apigatewayv2#DeleteRouteRequestParameter": {
3249            "type": "operation",
3250            "input": {
3251                "target": "com.amazonaws.apigatewayv2#DeleteRouteRequestParameterRequest"
3252            },
3253            "errors": [
3254                {
3255                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
3256                },
3257                {
3258                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
3259                }
3260            ],
3261            "traits": {
3262                "smithy.api#documentation": "<p>Deletes a route request parameter.</p>",
3263                "smithy.api#http": {
3264                    "method": "DELETE",
3265                    "uri": "/v2/apis/{ApiId}/routes/{RouteId}/requestparameters/{RequestParameterKey}",
3266                    "code": 204
3267                }
3268            }
3269        },
3270        "com.amazonaws.apigatewayv2#DeleteRouteRequestParameterRequest": {
3271            "type": "structure",
3272            "members": {
3273                "ApiId": {
3274                    "target": "com.amazonaws.apigatewayv2#__string",
3275                    "traits": {
3276                        "smithy.api#documentation": "<p>The API identifier.</p>",
3277                        "smithy.api#httpLabel": {},
3278                        "smithy.api#required": {}
3279                    }
3280                },
3281                "RequestParameterKey": {
3282                    "target": "com.amazonaws.apigatewayv2#__string",
3283                    "traits": {
3284                        "smithy.api#documentation": "<p>The route request parameter key.</p>",
3285                        "smithy.api#httpLabel": {},
3286                        "smithy.api#required": {}
3287                    }
3288                },
3289                "RouteId": {
3290                    "target": "com.amazonaws.apigatewayv2#__string",
3291                    "traits": {
3292                        "smithy.api#documentation": "<p>The route ID.</p>",
3293                        "smithy.api#httpLabel": {},
3294                        "smithy.api#required": {}
3295                    }
3296                }
3297            }
3298        },
3299        "com.amazonaws.apigatewayv2#DeleteRouteResponse": {
3300            "type": "operation",
3301            "input": {
3302                "target": "com.amazonaws.apigatewayv2#DeleteRouteResponseRequest"
3303            },
3304            "errors": [
3305                {
3306                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
3307                },
3308                {
3309                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
3310                }
3311            ],
3312            "traits": {
3313                "smithy.api#documentation": "<p>Deletes a RouteResponse.</p>",
3314                "smithy.api#http": {
3315                    "method": "DELETE",
3316                    "uri": "/v2/apis/{ApiId}/routes/{RouteId}/routeresponses/{RouteResponseId}",
3317                    "code": 204
3318                }
3319            }
3320        },
3321        "com.amazonaws.apigatewayv2#DeleteRouteResponseRequest": {
3322            "type": "structure",
3323            "members": {
3324                "ApiId": {
3325                    "target": "com.amazonaws.apigatewayv2#__string",
3326                    "traits": {
3327                        "smithy.api#documentation": "<p>The API identifier.</p>",
3328                        "smithy.api#httpLabel": {},
3329                        "smithy.api#required": {}
3330                    }
3331                },
3332                "RouteId": {
3333                    "target": "com.amazonaws.apigatewayv2#__string",
3334                    "traits": {
3335                        "smithy.api#documentation": "<p>The route ID.</p>",
3336                        "smithy.api#httpLabel": {},
3337                        "smithy.api#required": {}
3338                    }
3339                },
3340                "RouteResponseId": {
3341                    "target": "com.amazonaws.apigatewayv2#__string",
3342                    "traits": {
3343                        "smithy.api#documentation": "<p>The route response ID.</p>",
3344                        "smithy.api#httpLabel": {},
3345                        "smithy.api#required": {}
3346                    }
3347                }
3348            }
3349        },
3350        "com.amazonaws.apigatewayv2#DeleteRouteSettings": {
3351            "type": "operation",
3352            "input": {
3353                "target": "com.amazonaws.apigatewayv2#DeleteRouteSettingsRequest"
3354            },
3355            "errors": [
3356                {
3357                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
3358                },
3359                {
3360                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
3361                }
3362            ],
3363            "traits": {
3364                "smithy.api#documentation": "<p>Deletes the RouteSettings for a stage.</p>",
3365                "smithy.api#http": {
3366                    "method": "DELETE",
3367                    "uri": "/v2/apis/{ApiId}/stages/{StageName}/routesettings/{RouteKey}",
3368                    "code": 204
3369                }
3370            }
3371        },
3372        "com.amazonaws.apigatewayv2#DeleteRouteSettingsRequest": {
3373            "type": "structure",
3374            "members": {
3375                "ApiId": {
3376                    "target": "com.amazonaws.apigatewayv2#__string",
3377                    "traits": {
3378                        "smithy.api#documentation": "<p>The API identifier.</p>",
3379                        "smithy.api#httpLabel": {},
3380                        "smithy.api#required": {}
3381                    }
3382                },
3383                "RouteKey": {
3384                    "target": "com.amazonaws.apigatewayv2#__string",
3385                    "traits": {
3386                        "smithy.api#documentation": "<p>The route key.</p>",
3387                        "smithy.api#httpLabel": {},
3388                        "smithy.api#required": {}
3389                    }
3390                },
3391                "StageName": {
3392                    "target": "com.amazonaws.apigatewayv2#__string",
3393                    "traits": {
3394                        "smithy.api#documentation": "<p>The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.</p>",
3395                        "smithy.api#httpLabel": {},
3396                        "smithy.api#required": {}
3397                    }
3398                }
3399            }
3400        },
3401        "com.amazonaws.apigatewayv2#DeleteStage": {
3402            "type": "operation",
3403            "input": {
3404                "target": "com.amazonaws.apigatewayv2#DeleteStageRequest"
3405            },
3406            "errors": [
3407                {
3408                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
3409                },
3410                {
3411                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
3412                }
3413            ],
3414            "traits": {
3415                "smithy.api#documentation": "<p>Deletes a Stage.</p>",
3416                "smithy.api#http": {
3417                    "method": "DELETE",
3418                    "uri": "/v2/apis/{ApiId}/stages/{StageName}",
3419                    "code": 204
3420                }
3421            }
3422        },
3423        "com.amazonaws.apigatewayv2#DeleteStageRequest": {
3424            "type": "structure",
3425            "members": {
3426                "ApiId": {
3427                    "target": "com.amazonaws.apigatewayv2#__string",
3428                    "traits": {
3429                        "smithy.api#documentation": "<p>The API identifier.</p>",
3430                        "smithy.api#httpLabel": {},
3431                        "smithy.api#required": {}
3432                    }
3433                },
3434                "StageName": {
3435                    "target": "com.amazonaws.apigatewayv2#__string",
3436                    "traits": {
3437                        "smithy.api#documentation": "<p>The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.</p>",
3438                        "smithy.api#httpLabel": {},
3439                        "smithy.api#required": {}
3440                    }
3441                }
3442            }
3443        },
3444        "com.amazonaws.apigatewayv2#DeleteVpcLink": {
3445            "type": "operation",
3446            "input": {
3447                "target": "com.amazonaws.apigatewayv2#DeleteVpcLinkRequest"
3448            },
3449            "output": {
3450                "target": "com.amazonaws.apigatewayv2#DeleteVpcLinkResponse"
3451            },
3452            "errors": [
3453                {
3454                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
3455                },
3456                {
3457                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
3458                }
3459            ],
3460            "traits": {
3461                "smithy.api#documentation": "<p>Deletes a VPC link.</p>",
3462                "smithy.api#http": {
3463                    "method": "DELETE",
3464                    "uri": "/v2/vpclinks/{VpcLinkId}",
3465                    "code": 202
3466                }
3467            }
3468        },
3469        "com.amazonaws.apigatewayv2#DeleteVpcLinkRequest": {
3470            "type": "structure",
3471            "members": {
3472                "VpcLinkId": {
3473                    "target": "com.amazonaws.apigatewayv2#__string",
3474                    "traits": {
3475                        "smithy.api#documentation": "<p>The ID of the VPC link.</p>",
3476                        "smithy.api#httpLabel": {},
3477                        "smithy.api#required": {}
3478                    }
3479                }
3480            }
3481        },
3482        "com.amazonaws.apigatewayv2#DeleteVpcLinkResponse": {
3483            "type": "structure",
3484            "members": {}
3485        },
3486        "com.amazonaws.apigatewayv2#Deployment": {
3487            "type": "structure",
3488            "members": {
3489                "AutoDeployed": {
3490                    "target": "com.amazonaws.apigatewayv2#__boolean",
3491                    "traits": {
3492                        "smithy.api#documentation": "<p>Specifies whether a deployment was automatically released.</p>",
3493                        "smithy.api#jsonName": "autoDeployed"
3494                    }
3495                },
3496                "CreatedDate": {
3497                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
3498                    "traits": {
3499                        "smithy.api#documentation": "<p>The date and time when the Deployment resource was created.</p>",
3500                        "smithy.api#jsonName": "createdDate"
3501                    }
3502                },
3503                "DeploymentId": {
3504                    "target": "com.amazonaws.apigatewayv2#Id",
3505                    "traits": {
3506                        "smithy.api#documentation": "<p>The identifier for the deployment.</p>",
3507                        "smithy.api#jsonName": "deploymentId"
3508                    }
3509                },
3510                "DeploymentStatus": {
3511                    "target": "com.amazonaws.apigatewayv2#DeploymentStatus",
3512                    "traits": {
3513                        "smithy.api#documentation": "<p>The status of the deployment: PENDING, FAILED, or SUCCEEDED.</p>",
3514                        "smithy.api#jsonName": "deploymentStatus"
3515                    }
3516                },
3517                "DeploymentStatusMessage": {
3518                    "target": "com.amazonaws.apigatewayv2#__string",
3519                    "traits": {
3520                        "smithy.api#documentation": "<p>May contain additional feedback on the status of an API deployment.</p>",
3521                        "smithy.api#jsonName": "deploymentStatusMessage"
3522                    }
3523                },
3524                "Description": {
3525                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
3526                    "traits": {
3527                        "smithy.api#documentation": "<p>The description for the deployment.</p>",
3528                        "smithy.api#jsonName": "description"
3529                    }
3530                }
3531            },
3532            "traits": {
3533                "smithy.api#documentation": "<p>An immutable representation of an API that can be called by users. A Deployment must be associated with a Stage for it to be callable over the internet.</p>"
3534            }
3535        },
3536        "com.amazonaws.apigatewayv2#DeploymentStatus": {
3537            "type": "string",
3538            "traits": {
3539                "smithy.api#documentation": "<p>Represents a deployment status.</p>",
3540                "smithy.api#enum": [
3541                    {
3542                        "value": "PENDING",
3543                        "name": "PENDING"
3544                    },
3545                    {
3546                        "value": "FAILED",
3547                        "name": "FAILED"
3548                    },
3549                    {
3550                        "value": "DEPLOYED",
3551                        "name": "DEPLOYED"
3552                    }
3553                ]
3554            }
3555        },
3556        "com.amazonaws.apigatewayv2#DomainName": {
3557            "type": "structure",
3558            "members": {
3559                "ApiMappingSelectionExpression": {
3560                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
3561                    "traits": {
3562                        "smithy.api#documentation": "<p>The API mapping selection expression.</p>",
3563                        "smithy.api#jsonName": "apiMappingSelectionExpression"
3564                    }
3565                },
3566                "DomainName": {
3567                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And512",
3568                    "traits": {
3569                        "smithy.api#documentation": "<p>The name of the DomainName resource.</p>",
3570                        "smithy.api#jsonName": "domainName",
3571                        "smithy.api#required": {}
3572                    }
3573                },
3574                "DomainNameConfigurations": {
3575                    "target": "com.amazonaws.apigatewayv2#DomainNameConfigurations",
3576                    "traits": {
3577                        "smithy.api#documentation": "<p>The domain name configurations.</p>",
3578                        "smithy.api#jsonName": "domainNameConfigurations"
3579                    }
3580                },
3581                "MutualTlsAuthentication": {
3582                    "target": "com.amazonaws.apigatewayv2#MutualTlsAuthentication",
3583                    "traits": {
3584                        "smithy.api#documentation": "<p>The mutual TLS authentication configuration for a custom domain name.</p>",
3585                        "smithy.api#jsonName": "mutualTlsAuthentication"
3586                    }
3587                },
3588                "Tags": {
3589                    "target": "com.amazonaws.apigatewayv2#Tags",
3590                    "traits": {
3591                        "smithy.api#documentation": "<p>The collection of tags associated with a domain name.</p>",
3592                        "smithy.api#jsonName": "tags"
3593                    }
3594                }
3595            },
3596            "traits": {
3597                "smithy.api#documentation": "<p>Represents a domain name.</p>"
3598            }
3599        },
3600        "com.amazonaws.apigatewayv2#DomainNameConfiguration": {
3601            "type": "structure",
3602            "members": {
3603                "ApiGatewayDomainName": {
3604                    "target": "com.amazonaws.apigatewayv2#__string",
3605                    "traits": {
3606                        "smithy.api#documentation": "<p>A domain name for the API.</p>",
3607                        "smithy.api#jsonName": "apiGatewayDomainName"
3608                    }
3609                },
3610                "CertificateArn": {
3611                    "target": "com.amazonaws.apigatewayv2#Arn",
3612                    "traits": {
3613                        "smithy.api#documentation": "<p>An AWS-managed certificate that will be used by the edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.</p>",
3614                        "smithy.api#jsonName": "certificateArn"
3615                    }
3616                },
3617                "CertificateName": {
3618                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
3619                    "traits": {
3620                        "smithy.api#documentation": "<p>The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.</p>",
3621                        "smithy.api#jsonName": "certificateName"
3622                    }
3623                },
3624                "CertificateUploadDate": {
3625                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
3626                    "traits": {
3627                        "smithy.api#documentation": "<p>The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.</p>",
3628                        "smithy.api#jsonName": "certificateUploadDate"
3629                    }
3630                },
3631                "DomainNameStatus": {
3632                    "target": "com.amazonaws.apigatewayv2#DomainNameStatus",
3633                    "traits": {
3634                        "smithy.api#documentation": "<p>The status of the domain name migration. The valid values are AVAILABLE and UPDATING. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.</p>",
3635                        "smithy.api#jsonName": "domainNameStatus"
3636                    }
3637                },
3638                "DomainNameStatusMessage": {
3639                    "target": "com.amazonaws.apigatewayv2#__string",
3640                    "traits": {
3641                        "smithy.api#documentation": "<p>An optional text message containing detailed information about status of the domain name migration.</p>",
3642                        "smithy.api#jsonName": "domainNameStatusMessage"
3643                    }
3644                },
3645                "EndpointType": {
3646                    "target": "com.amazonaws.apigatewayv2#EndpointType",
3647                    "traits": {
3648                        "smithy.api#documentation": "<p>The endpoint type.</p>",
3649                        "smithy.api#jsonName": "endpointType"
3650                    }
3651                },
3652                "HostedZoneId": {
3653                    "target": "com.amazonaws.apigatewayv2#__string",
3654                    "traits": {
3655                        "smithy.api#documentation": "<p>The Amazon Route 53 Hosted Zone ID of the endpoint.</p>",
3656                        "smithy.api#jsonName": "hostedZoneId"
3657                    }
3658                },
3659                "SecurityPolicy": {
3660                    "target": "com.amazonaws.apigatewayv2#SecurityPolicy",
3661                    "traits": {
3662                        "smithy.api#documentation": "<p>The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are TLS_1_0 and TLS_1_2.</p>",
3663                        "smithy.api#jsonName": "securityPolicy"
3664                    }
3665                }
3666            },
3667            "traits": {
3668                "smithy.api#documentation": "<p>The domain name configuration.</p>"
3669            }
3670        },
3671        "com.amazonaws.apigatewayv2#DomainNameConfigurations": {
3672            "type": "list",
3673            "member": {
3674                "target": "com.amazonaws.apigatewayv2#DomainNameConfiguration"
3675            },
3676            "traits": {
3677                "smithy.api#documentation": "<p>The domain name configurations.</p>"
3678            }
3679        },
3680        "com.amazonaws.apigatewayv2#DomainNameStatus": {
3681            "type": "string",
3682            "traits": {
3683                "smithy.api#documentation": "<p>The status of the domain name migration. The valid values are AVAILABLE and UPDATING. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.</p>",
3684                "smithy.api#enum": [
3685                    {
3686                        "value": "AVAILABLE",
3687                        "name": "AVAILABLE"
3688                    },
3689                    {
3690                        "value": "UPDATING",
3691                        "name": "UPDATING"
3692                    }
3693                ]
3694            }
3695        },
3696        "com.amazonaws.apigatewayv2#EndpointType": {
3697            "type": "string",
3698            "traits": {
3699                "smithy.api#documentation": "<p>Represents an endpoint type.</p>",
3700                "smithy.api#enum": [
3701                    {
3702                        "value": "REGIONAL",
3703                        "name": "REGIONAL"
3704                    },
3705                    {
3706                        "value": "EDGE",
3707                        "name": "EDGE"
3708                    }
3709                ]
3710            }
3711        },
3712        "com.amazonaws.apigatewayv2#ExportApi": {
3713            "type": "operation",
3714            "input": {
3715                "target": "com.amazonaws.apigatewayv2#ExportApiRequest"
3716            },
3717            "output": {
3718                "target": "com.amazonaws.apigatewayv2#ExportApiResponse"
3719            },
3720            "errors": [
3721                {
3722                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
3723                },
3724                {
3725                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
3726                },
3727                {
3728                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
3729                }
3730            ],
3731            "traits": {
3732                "smithy.api#http": {
3733                    "method": "GET",
3734                    "uri": "/v2/apis/{ApiId}/exports/{Specification}",
3735                    "code": 200
3736                }
3737            }
3738        },
3739        "com.amazonaws.apigatewayv2#ExportApiRequest": {
3740            "type": "structure",
3741            "members": {
3742                "ApiId": {
3743                    "target": "com.amazonaws.apigatewayv2#__string",
3744                    "traits": {
3745                        "smithy.api#documentation": "<p>The API identifier.</p>",
3746                        "smithy.api#httpLabel": {},
3747                        "smithy.api#required": {}
3748                    }
3749                },
3750                "ExportVersion": {
3751                    "target": "com.amazonaws.apigatewayv2#__string",
3752                    "traits": {
3753                        "smithy.api#documentation": "<p>The version of the API Gateway export algorithm. API Gateway uses the latest version by default. Currently, the only supported version is 1.0.</p>",
3754                        "smithy.api#httpQuery": "exportVersion"
3755                    }
3756                },
3757                "IncludeExtensions": {
3758                    "target": "com.amazonaws.apigatewayv2#__boolean",
3759                    "traits": {
3760                        "smithy.api#documentation": "<p>Specifies whether to include <a href=\"https://docs.aws.amazon.com//apigateway/latest/developerguide/api-gateway-swagger-extensions.html\">API Gateway extensions</a> in the exported API definition. API Gateway extensions are included by default.</p>",
3761                        "smithy.api#httpQuery": "includeExtensions"
3762                    }
3763                },
3764                "OutputType": {
3765                    "target": "com.amazonaws.apigatewayv2#__string",
3766                    "traits": {
3767                        "smithy.api#documentation": "<p>The output type of the exported definition file. Valid values are JSON and YAML.</p>",
3768                        "smithy.api#httpQuery": "outputType",
3769                        "smithy.api#required": {}
3770                    }
3771                },
3772                "Specification": {
3773                    "target": "com.amazonaws.apigatewayv2#__string",
3774                    "traits": {
3775                        "smithy.api#documentation": "<p>The version of the API specification to use. OAS30, for OpenAPI 3.0, is the only supported value.</p>",
3776                        "smithy.api#httpLabel": {},
3777                        "smithy.api#required": {}
3778                    }
3779                },
3780                "StageName": {
3781                    "target": "com.amazonaws.apigatewayv2#__string",
3782                    "traits": {
3783                        "smithy.api#documentation": "<p>The name of the API stage to export. If you don't specify this property, a representation of the latest API configuration is exported.</p>",
3784                        "smithy.api#httpQuery": "stageName"
3785                    }
3786                }
3787            }
3788        },
3789        "com.amazonaws.apigatewayv2#ExportApiResponse": {
3790            "type": "structure",
3791            "members": {
3792                "body": {
3793                    "target": "com.amazonaws.apigatewayv2#ExportedApi",
3794                    "traits": {
3795                        "smithy.api#httpPayload": {}
3796                    }
3797                }
3798            }
3799        },
3800        "com.amazonaws.apigatewayv2#ExportedApi": {
3801            "type": "blob",
3802            "traits": {
3803                "smithy.api#documentation": "<p>Represents an exported definition of an API in a particular output format, for example, YAML. The API is serialized to the requested specification, for example, OpenAPI 3.0.</p>"
3804            }
3805        },
3806        "com.amazonaws.apigatewayv2#GetApi": {
3807            "type": "operation",
3808            "input": {
3809                "target": "com.amazonaws.apigatewayv2#GetApiRequest"
3810            },
3811            "output": {
3812                "target": "com.amazonaws.apigatewayv2#GetApiResponse"
3813            },
3814            "errors": [
3815                {
3816                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
3817                },
3818                {
3819                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
3820                }
3821            ],
3822            "traits": {
3823                "smithy.api#documentation": "<p>Gets an Api resource.</p>",
3824                "smithy.api#http": {
3825                    "method": "GET",
3826                    "uri": "/v2/apis/{ApiId}",
3827                    "code": 200
3828                }
3829            }
3830        },
3831        "com.amazonaws.apigatewayv2#GetApiMapping": {
3832            "type": "operation",
3833            "input": {
3834                "target": "com.amazonaws.apigatewayv2#GetApiMappingRequest"
3835            },
3836            "output": {
3837                "target": "com.amazonaws.apigatewayv2#GetApiMappingResponse"
3838            },
3839            "errors": [
3840                {
3841                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
3842                },
3843                {
3844                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
3845                },
3846                {
3847                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
3848                }
3849            ],
3850            "traits": {
3851                "smithy.api#documentation": "<p>Gets an API mapping.</p>",
3852                "smithy.api#http": {
3853                    "method": "GET",
3854                    "uri": "/v2/domainnames/{DomainName}/apimappings/{ApiMappingId}",
3855                    "code": 200
3856                }
3857            }
3858        },
3859        "com.amazonaws.apigatewayv2#GetApiMappingRequest": {
3860            "type": "structure",
3861            "members": {
3862                "ApiMappingId": {
3863                    "target": "com.amazonaws.apigatewayv2#__string",
3864                    "traits": {
3865                        "smithy.api#documentation": "<p>The API mapping identifier.</p>",
3866                        "smithy.api#httpLabel": {},
3867                        "smithy.api#required": {}
3868                    }
3869                },
3870                "DomainName": {
3871                    "target": "com.amazonaws.apigatewayv2#__string",
3872                    "traits": {
3873                        "smithy.api#documentation": "<p>The domain name.</p>",
3874                        "smithy.api#httpLabel": {},
3875                        "smithy.api#required": {}
3876                    }
3877                }
3878            }
3879        },
3880        "com.amazonaws.apigatewayv2#GetApiMappingResponse": {
3881            "type": "structure",
3882            "members": {
3883                "ApiId": {
3884                    "target": "com.amazonaws.apigatewayv2#Id",
3885                    "traits": {
3886                        "smithy.api#documentation": "<p>The API identifier.</p>",
3887                        "smithy.api#jsonName": "apiId"
3888                    }
3889                },
3890                "ApiMappingId": {
3891                    "target": "com.amazonaws.apigatewayv2#Id",
3892                    "traits": {
3893                        "smithy.api#documentation": "<p>The API mapping identifier.</p>",
3894                        "smithy.api#jsonName": "apiMappingId"
3895                    }
3896                },
3897                "ApiMappingKey": {
3898                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
3899                    "traits": {
3900                        "smithy.api#documentation": "<p>The API mapping key.</p>",
3901                        "smithy.api#jsonName": "apiMappingKey"
3902                    }
3903                },
3904                "Stage": {
3905                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
3906                    "traits": {
3907                        "smithy.api#documentation": "<p>The API stage.</p>",
3908                        "smithy.api#jsonName": "stage"
3909                    }
3910                }
3911            }
3912        },
3913        "com.amazonaws.apigatewayv2#GetApiMappings": {
3914            "type": "operation",
3915            "input": {
3916                "target": "com.amazonaws.apigatewayv2#GetApiMappingsRequest"
3917            },
3918            "output": {
3919                "target": "com.amazonaws.apigatewayv2#GetApiMappingsResponse"
3920            },
3921            "errors": [
3922                {
3923                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
3924                },
3925                {
3926                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
3927                },
3928                {
3929                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
3930                }
3931            ],
3932            "traits": {
3933                "smithy.api#documentation": "<p>Gets API mappings.</p>",
3934                "smithy.api#http": {
3935                    "method": "GET",
3936                    "uri": "/v2/domainnames/{DomainName}/apimappings",
3937                    "code": 200
3938                }
3939            }
3940        },
3941        "com.amazonaws.apigatewayv2#GetApiMappingsRequest": {
3942            "type": "structure",
3943            "members": {
3944                "DomainName": {
3945                    "target": "com.amazonaws.apigatewayv2#__string",
3946                    "traits": {
3947                        "smithy.api#documentation": "<p>The domain name.</p>",
3948                        "smithy.api#httpLabel": {},
3949                        "smithy.api#required": {}
3950                    }
3951                },
3952                "MaxResults": {
3953                    "target": "com.amazonaws.apigatewayv2#__string",
3954                    "traits": {
3955                        "smithy.api#documentation": "<p>The maximum number of elements to be returned for this resource.</p>",
3956                        "smithy.api#httpQuery": "maxResults"
3957                    }
3958                },
3959                "NextToken": {
3960                    "target": "com.amazonaws.apigatewayv2#__string",
3961                    "traits": {
3962                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
3963                        "smithy.api#httpQuery": "nextToken"
3964                    }
3965                }
3966            }
3967        },
3968        "com.amazonaws.apigatewayv2#GetApiMappingsResponse": {
3969            "type": "structure",
3970            "members": {
3971                "Items": {
3972                    "target": "com.amazonaws.apigatewayv2#__listOfApiMapping",
3973                    "traits": {
3974                        "smithy.api#documentation": "<p>The elements from this collection.</p>",
3975                        "smithy.api#jsonName": "items"
3976                    }
3977                },
3978                "NextToken": {
3979                    "target": "com.amazonaws.apigatewayv2#NextToken",
3980                    "traits": {
3981                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
3982                        "smithy.api#jsonName": "nextToken"
3983                    }
3984                }
3985            }
3986        },
3987        "com.amazonaws.apigatewayv2#GetApiRequest": {
3988            "type": "structure",
3989            "members": {
3990                "ApiId": {
3991                    "target": "com.amazonaws.apigatewayv2#__string",
3992                    "traits": {
3993                        "smithy.api#documentation": "<p>The API identifier.</p>",
3994                        "smithy.api#httpLabel": {},
3995                        "smithy.api#required": {}
3996                    }
3997                }
3998            }
3999        },
4000        "com.amazonaws.apigatewayv2#GetApiResponse": {
4001            "type": "structure",
4002            "members": {
4003                "ApiEndpoint": {
4004                    "target": "com.amazonaws.apigatewayv2#__string",
4005                    "traits": {
4006                        "smithy.api#documentation": "<p>The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is typically appended to this URI to form a complete path to a deployed API stage.</p>",
4007                        "smithy.api#jsonName": "apiEndpoint"
4008                    }
4009                },
4010                "ApiGatewayManaged": {
4011                    "target": "com.amazonaws.apigatewayv2#__boolean",
4012                    "traits": {
4013                        "smithy.api#documentation": "<p>Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API Gateway. A managed API can be deleted only through the tooling or service that created it.</p>",
4014                        "smithy.api#jsonName": "apiGatewayManaged"
4015                    }
4016                },
4017                "ApiId": {
4018                    "target": "com.amazonaws.apigatewayv2#Id",
4019                    "traits": {
4020                        "smithy.api#documentation": "<p>The API ID.</p>",
4021                        "smithy.api#jsonName": "apiId"
4022                    }
4023                },
4024                "ApiKeySelectionExpression": {
4025                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
4026                    "traits": {
4027                        "smithy.api#documentation": "<p>An API key selection expression. Supported only for WebSocket APIs. See <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions\">API Key Selection Expressions</a>.</p>",
4028                        "smithy.api#jsonName": "apiKeySelectionExpression"
4029                    }
4030                },
4031                "CorsConfiguration": {
4032                    "target": "com.amazonaws.apigatewayv2#Cors",
4033                    "traits": {
4034                        "smithy.api#documentation": "<p>A CORS configuration. Supported only for HTTP APIs.</p>",
4035                        "smithy.api#jsonName": "corsConfiguration"
4036                    }
4037                },
4038                "CreatedDate": {
4039                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
4040                    "traits": {
4041                        "smithy.api#documentation": "<p>The timestamp when the API was created.</p>",
4042                        "smithy.api#jsonName": "createdDate"
4043                    }
4044                },
4045                "Description": {
4046                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
4047                    "traits": {
4048                        "smithy.api#documentation": "<p>The description of the API.</p>",
4049                        "smithy.api#jsonName": "description"
4050                    }
4051                },
4052                "DisableSchemaValidation": {
4053                    "target": "com.amazonaws.apigatewayv2#__boolean",
4054                    "traits": {
4055                        "smithy.api#documentation": "<p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>",
4056                        "smithy.api#jsonName": "disableSchemaValidation"
4057                    }
4058                },
4059                "DisableExecuteApiEndpoint": {
4060                    "target": "com.amazonaws.apigatewayv2#__boolean",
4061                    "traits": {
4062                        "smithy.api#documentation": "<p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>",
4063                        "smithy.api#jsonName": "disableExecuteApiEndpoint"
4064                    }
4065                },
4066                "ImportInfo": {
4067                    "target": "com.amazonaws.apigatewayv2#__listOf__string",
4068                    "traits": {
4069                        "smithy.api#documentation": "<p>The validation information during API import. This may include particular properties of your OpenAPI definition which are ignored during import. Supported only for HTTP APIs.</p>",
4070                        "smithy.api#jsonName": "importInfo"
4071                    }
4072                },
4073                "Name": {
4074                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
4075                    "traits": {
4076                        "smithy.api#documentation": "<p>The name of the API.</p>",
4077                        "smithy.api#jsonName": "name"
4078                    }
4079                },
4080                "ProtocolType": {
4081                    "target": "com.amazonaws.apigatewayv2#ProtocolType",
4082                    "traits": {
4083                        "smithy.api#documentation": "<p>The API protocol.</p>",
4084                        "smithy.api#jsonName": "protocolType"
4085                    }
4086                },
4087                "RouteSelectionExpression": {
4088                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
4089                    "traits": {
4090                        "smithy.api#documentation": "<p>The route selection expression for the API. For HTTP APIs, the routeSelectionExpression must be ${request.method} ${request.path}. If not provided, this will be the default for HTTP APIs. This property is required for WebSocket APIs.</p>",
4091                        "smithy.api#jsonName": "routeSelectionExpression"
4092                    }
4093                },
4094                "Tags": {
4095                    "target": "com.amazonaws.apigatewayv2#Tags",
4096                    "traits": {
4097                        "smithy.api#documentation": "<p>A collection of tags associated with the API.</p>",
4098                        "smithy.api#jsonName": "tags"
4099                    }
4100                },
4101                "Version": {
4102                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
4103                    "traits": {
4104                        "smithy.api#documentation": "<p>A version identifier for the API.</p>",
4105                        "smithy.api#jsonName": "version"
4106                    }
4107                },
4108                "Warnings": {
4109                    "target": "com.amazonaws.apigatewayv2#__listOf__string",
4110                    "traits": {
4111                        "smithy.api#documentation": "<p>The warning messages reported when failonwarnings is turned on during API import.</p>",
4112                        "smithy.api#jsonName": "warnings"
4113                    }
4114                }
4115            }
4116        },
4117        "com.amazonaws.apigatewayv2#GetApis": {
4118            "type": "operation",
4119            "input": {
4120                "target": "com.amazonaws.apigatewayv2#GetApisRequest"
4121            },
4122            "output": {
4123                "target": "com.amazonaws.apigatewayv2#GetApisResponse"
4124            },
4125            "errors": [
4126                {
4127                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
4128                },
4129                {
4130                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
4131                },
4132                {
4133                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
4134                }
4135            ],
4136            "traits": {
4137                "smithy.api#documentation": "<p>Gets a collection of Api resources.</p>",
4138                "smithy.api#http": {
4139                    "method": "GET",
4140                    "uri": "/v2/apis",
4141                    "code": 200
4142                }
4143            }
4144        },
4145        "com.amazonaws.apigatewayv2#GetApisRequest": {
4146            "type": "structure",
4147            "members": {
4148                "MaxResults": {
4149                    "target": "com.amazonaws.apigatewayv2#__string",
4150                    "traits": {
4151                        "smithy.api#documentation": "<p>The maximum number of elements to be returned for this resource.</p>",
4152                        "smithy.api#httpQuery": "maxResults"
4153                    }
4154                },
4155                "NextToken": {
4156                    "target": "com.amazonaws.apigatewayv2#__string",
4157                    "traits": {
4158                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
4159                        "smithy.api#httpQuery": "nextToken"
4160                    }
4161                }
4162            }
4163        },
4164        "com.amazonaws.apigatewayv2#GetApisResponse": {
4165            "type": "structure",
4166            "members": {
4167                "Items": {
4168                    "target": "com.amazonaws.apigatewayv2#__listOfApi",
4169                    "traits": {
4170                        "smithy.api#documentation": "<p>The elements from this collection.</p>",
4171                        "smithy.api#jsonName": "items"
4172                    }
4173                },
4174                "NextToken": {
4175                    "target": "com.amazonaws.apigatewayv2#NextToken",
4176                    "traits": {
4177                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
4178                        "smithy.api#jsonName": "nextToken"
4179                    }
4180                }
4181            }
4182        },
4183        "com.amazonaws.apigatewayv2#GetAuthorizer": {
4184            "type": "operation",
4185            "input": {
4186                "target": "com.amazonaws.apigatewayv2#GetAuthorizerRequest"
4187            },
4188            "output": {
4189                "target": "com.amazonaws.apigatewayv2#GetAuthorizerResponse"
4190            },
4191            "errors": [
4192                {
4193                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
4194                },
4195                {
4196                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
4197                }
4198            ],
4199            "traits": {
4200                "smithy.api#documentation": "<p>Gets an Authorizer.</p>",
4201                "smithy.api#http": {
4202                    "method": "GET",
4203                    "uri": "/v2/apis/{ApiId}/authorizers/{AuthorizerId}",
4204                    "code": 200
4205                }
4206            }
4207        },
4208        "com.amazonaws.apigatewayv2#GetAuthorizerRequest": {
4209            "type": "structure",
4210            "members": {
4211                "ApiId": {
4212                    "target": "com.amazonaws.apigatewayv2#__string",
4213                    "traits": {
4214                        "smithy.api#documentation": "<p>The API identifier.</p>",
4215                        "smithy.api#httpLabel": {},
4216                        "smithy.api#required": {}
4217                    }
4218                },
4219                "AuthorizerId": {
4220                    "target": "com.amazonaws.apigatewayv2#__string",
4221                    "traits": {
4222                        "smithy.api#documentation": "<p>The authorizer identifier.</p>",
4223                        "smithy.api#httpLabel": {},
4224                        "smithy.api#required": {}
4225                    }
4226                }
4227            }
4228        },
4229        "com.amazonaws.apigatewayv2#GetAuthorizerResponse": {
4230            "type": "structure",
4231            "members": {
4232                "AuthorizerCredentialsArn": {
4233                    "target": "com.amazonaws.apigatewayv2#Arn",
4234                    "traits": {
4235                        "smithy.api#documentation": "<p>Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer. To specify an IAM role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, don't specify this parameter. Supported only for REQUEST authorizers.</p>",
4236                        "smithy.api#jsonName": "authorizerCredentialsArn"
4237                    }
4238                },
4239                "AuthorizerId": {
4240                    "target": "com.amazonaws.apigatewayv2#Id",
4241                    "traits": {
4242                        "smithy.api#documentation": "<p>The authorizer identifier.</p>",
4243                        "smithy.api#jsonName": "authorizerId"
4244                    }
4245                },
4246                "AuthorizerPayloadFormatVersion": {
4247                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
4248                    "traits": {
4249                        "smithy.api#documentation": "<p>Specifies the format of the payload sent to an HTTP API Lambda authorizer. Required for HTTP API Lambda authorizers. Supported values are 1.0 and 2.0. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html\">Working with AWS Lambda authorizers for HTTP APIs</a>.</p>",
4250                        "smithy.api#jsonName": "authorizerPayloadFormatVersion"
4251                    }
4252                },
4253                "AuthorizerResultTtlInSeconds": {
4254                    "target": "com.amazonaws.apigatewayv2#IntegerWithLengthBetween0And3600",
4255                    "traits": {
4256                        "smithy.api#documentation": "<p>The time to live (TTL) for cached authorizer results, in seconds. If it equals 0, authorization caching is disabled. If it is greater than 0, API Gateway caches authorizer responses. The maximum value is 3600, or 1 hour. Supported only for HTTP API Lambda authorizers.</p>",
4257                        "smithy.api#jsonName": "authorizerResultTtlInSeconds"
4258                    }
4259                },
4260                "AuthorizerType": {
4261                    "target": "com.amazonaws.apigatewayv2#AuthorizerType",
4262                    "traits": {
4263                        "smithy.api#documentation": "<p>The authorizer type. Specify REQUEST for a Lambda function using incoming request parameters. Specify JWT to use JSON Web Tokens (supported only for HTTP APIs).</p>",
4264                        "smithy.api#jsonName": "authorizerType"
4265                    }
4266                },
4267                "AuthorizerUri": {
4268                    "target": "com.amazonaws.apigatewayv2#UriWithLengthBetween1And2048",
4269                    "traits": {
4270                        "smithy.api#documentation": "<p>The authorizer's Uniform Resource Identifier (URI). For REQUEST authorizers, this must be a well-formed Lambda function URI, for example, arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:<replaceable>{account_id}</replaceable>:function:<replaceable>{lambda_function_name}</replaceable>/invocations. In general, the URI has this form: arn:aws:apigateway:<replaceable>{region}</replaceable>:lambda:path/<replaceable>{service_api}</replaceable>\n               , where <replaceable></replaceable>{region} is the same as the region hosting the Lambda function, path indicates that the remaining substring in the URI should be treated as the path to the resource, including the initial /. For Lambda functions, this is usually of the form /2015-03-31/functions/[FunctionARN]/invocations. Supported only for REQUEST authorizers.</p>",
4271                        "smithy.api#jsonName": "authorizerUri"
4272                    }
4273                },
4274                "EnableSimpleResponses": {
4275                    "target": "com.amazonaws.apigatewayv2#__boolean",
4276                    "traits": {
4277                        "smithy.api#documentation": "<p>Specifies whether a Lambda authorizer returns a response in a simple format. If enabled, the Lambda authorizer can return a boolean value instead of an IAM policy. Supported only for HTTP APIs. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html\">Working with AWS Lambda authorizers for HTTP APIs</a></p>",
4278                        "smithy.api#jsonName": "enableSimpleResponses"
4279                    }
4280                },
4281                "IdentitySource": {
4282                    "target": "com.amazonaws.apigatewayv2#IdentitySourceList",
4283                    "traits": {
4284                        "smithy.api#documentation": "<p>The identity source for which authorization is requested.</p> <p>For a REQUEST authorizer, this is optional. The value is a set of one or more mapping expressions of the specified request parameters. The identity source can be headers, query string parameters, stage variables, and context parameters. For example, if an Auth header and a Name query string parameter are defined as identity sources, this value is route.request.header.Auth, route.request.querystring.Name for WebSocket APIs. For HTTP APIs, use selection expressions prefixed with $, for example, $request.header.Auth, $request.querystring.Name. These parameters are used to perform runtime validation for Lambda-based authorizers by verifying all of the identity-related request parameters are present in the request, not null, and non-empty. Only when this is true does the authorizer invoke the authorizer Lambda function. Otherwise, it returns a 401 Unauthorized response without calling the Lambda function. For HTTP APIs, identity sources are also used as the cache key when caching is enabled. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html\">Working with AWS Lambda authorizers for HTTP APIs</a>.</p> <p>For JWT, a single entry that specifies where to extract the JSON Web Token (JWT) from inbound requests. Currently only header-based and query parameter-based selections are supported, for example $request.header.Authorization.</p>",
4285                        "smithy.api#jsonName": "identitySource"
4286                    }
4287                },
4288                "IdentityValidationExpression": {
4289                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
4290                    "traits": {
4291                        "smithy.api#documentation": "<p>The validation expression does not apply to the REQUEST authorizer.</p>",
4292                        "smithy.api#jsonName": "identityValidationExpression"
4293                    }
4294                },
4295                "JwtConfiguration": {
4296                    "target": "com.amazonaws.apigatewayv2#JWTConfiguration",
4297                    "traits": {
4298                        "smithy.api#documentation": "<p>Represents the configuration of a JWT authorizer. Required for the JWT authorizer type. Supported only for HTTP APIs.</p>",
4299                        "smithy.api#jsonName": "jwtConfiguration"
4300                    }
4301                },
4302                "Name": {
4303                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
4304                    "traits": {
4305                        "smithy.api#documentation": "<p>The name of the authorizer.</p>",
4306                        "smithy.api#jsonName": "name"
4307                    }
4308                }
4309            }
4310        },
4311        "com.amazonaws.apigatewayv2#GetAuthorizers": {
4312            "type": "operation",
4313            "input": {
4314                "target": "com.amazonaws.apigatewayv2#GetAuthorizersRequest"
4315            },
4316            "output": {
4317                "target": "com.amazonaws.apigatewayv2#GetAuthorizersResponse"
4318            },
4319            "errors": [
4320                {
4321                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
4322                },
4323                {
4324                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
4325                },
4326                {
4327                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
4328                }
4329            ],
4330            "traits": {
4331                "smithy.api#documentation": "<p>Gets the Authorizers for an API.</p>",
4332                "smithy.api#http": {
4333                    "method": "GET",
4334                    "uri": "/v2/apis/{ApiId}/authorizers",
4335                    "code": 200
4336                }
4337            }
4338        },
4339        "com.amazonaws.apigatewayv2#GetAuthorizersRequest": {
4340            "type": "structure",
4341            "members": {
4342                "ApiId": {
4343                    "target": "com.amazonaws.apigatewayv2#__string",
4344                    "traits": {
4345                        "smithy.api#documentation": "<p>The API identifier.</p>",
4346                        "smithy.api#httpLabel": {},
4347                        "smithy.api#required": {}
4348                    }
4349                },
4350                "MaxResults": {
4351                    "target": "com.amazonaws.apigatewayv2#__string",
4352                    "traits": {
4353                        "smithy.api#documentation": "<p>The maximum number of elements to be returned for this resource.</p>",
4354                        "smithy.api#httpQuery": "maxResults"
4355                    }
4356                },
4357                "NextToken": {
4358                    "target": "com.amazonaws.apigatewayv2#__string",
4359                    "traits": {
4360                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
4361                        "smithy.api#httpQuery": "nextToken"
4362                    }
4363                }
4364            }
4365        },
4366        "com.amazonaws.apigatewayv2#GetAuthorizersResponse": {
4367            "type": "structure",
4368            "members": {
4369                "Items": {
4370                    "target": "com.amazonaws.apigatewayv2#__listOfAuthorizer",
4371                    "traits": {
4372                        "smithy.api#documentation": "<p>The elements from this collection.</p>",
4373                        "smithy.api#jsonName": "items"
4374                    }
4375                },
4376                "NextToken": {
4377                    "target": "com.amazonaws.apigatewayv2#NextToken",
4378                    "traits": {
4379                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
4380                        "smithy.api#jsonName": "nextToken"
4381                    }
4382                }
4383            }
4384        },
4385        "com.amazonaws.apigatewayv2#GetDeployment": {
4386            "type": "operation",
4387            "input": {
4388                "target": "com.amazonaws.apigatewayv2#GetDeploymentRequest"
4389            },
4390            "output": {
4391                "target": "com.amazonaws.apigatewayv2#GetDeploymentResponse"
4392            },
4393            "errors": [
4394                {
4395                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
4396                },
4397                {
4398                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
4399                }
4400            ],
4401            "traits": {
4402                "smithy.api#documentation": "<p>Gets a Deployment.</p>",
4403                "smithy.api#http": {
4404                    "method": "GET",
4405                    "uri": "/v2/apis/{ApiId}/deployments/{DeploymentId}",
4406                    "code": 200
4407                }
4408            }
4409        },
4410        "com.amazonaws.apigatewayv2#GetDeploymentRequest": {
4411            "type": "structure",
4412            "members": {
4413                "ApiId": {
4414                    "target": "com.amazonaws.apigatewayv2#__string",
4415                    "traits": {
4416                        "smithy.api#documentation": "<p>The API identifier.</p>",
4417                        "smithy.api#httpLabel": {},
4418                        "smithy.api#required": {}
4419                    }
4420                },
4421                "DeploymentId": {
4422                    "target": "com.amazonaws.apigatewayv2#__string",
4423                    "traits": {
4424                        "smithy.api#documentation": "<p>The deployment ID.</p>",
4425                        "smithy.api#httpLabel": {},
4426                        "smithy.api#required": {}
4427                    }
4428                }
4429            }
4430        },
4431        "com.amazonaws.apigatewayv2#GetDeploymentResponse": {
4432            "type": "structure",
4433            "members": {
4434                "AutoDeployed": {
4435                    "target": "com.amazonaws.apigatewayv2#__boolean",
4436                    "traits": {
4437                        "smithy.api#documentation": "<p>Specifies whether a deployment was automatically released.</p>",
4438                        "smithy.api#jsonName": "autoDeployed"
4439                    }
4440                },
4441                "CreatedDate": {
4442                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
4443                    "traits": {
4444                        "smithy.api#documentation": "<p>The date and time when the Deployment resource was created.</p>",
4445                        "smithy.api#jsonName": "createdDate"
4446                    }
4447                },
4448                "DeploymentId": {
4449                    "target": "com.amazonaws.apigatewayv2#Id",
4450                    "traits": {
4451                        "smithy.api#documentation": "<p>The identifier for the deployment.</p>",
4452                        "smithy.api#jsonName": "deploymentId"
4453                    }
4454                },
4455                "DeploymentStatus": {
4456                    "target": "com.amazonaws.apigatewayv2#DeploymentStatus",
4457                    "traits": {
4458                        "smithy.api#documentation": "<p>The status of the deployment: PENDING, FAILED, or SUCCEEDED.</p>",
4459                        "smithy.api#jsonName": "deploymentStatus"
4460                    }
4461                },
4462                "DeploymentStatusMessage": {
4463                    "target": "com.amazonaws.apigatewayv2#__string",
4464                    "traits": {
4465                        "smithy.api#documentation": "<p>May contain additional feedback on the status of an API deployment.</p>",
4466                        "smithy.api#jsonName": "deploymentStatusMessage"
4467                    }
4468                },
4469                "Description": {
4470                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
4471                    "traits": {
4472                        "smithy.api#documentation": "<p>The description for the deployment.</p>",
4473                        "smithy.api#jsonName": "description"
4474                    }
4475                }
4476            }
4477        },
4478        "com.amazonaws.apigatewayv2#GetDeployments": {
4479            "type": "operation",
4480            "input": {
4481                "target": "com.amazonaws.apigatewayv2#GetDeploymentsRequest"
4482            },
4483            "output": {
4484                "target": "com.amazonaws.apigatewayv2#GetDeploymentsResponse"
4485            },
4486            "errors": [
4487                {
4488                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
4489                },
4490                {
4491                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
4492                },
4493                {
4494                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
4495                }
4496            ],
4497            "traits": {
4498                "smithy.api#documentation": "<p>Gets the Deployments for an API.</p>",
4499                "smithy.api#http": {
4500                    "method": "GET",
4501                    "uri": "/v2/apis/{ApiId}/deployments",
4502                    "code": 200
4503                }
4504            }
4505        },
4506        "com.amazonaws.apigatewayv2#GetDeploymentsRequest": {
4507            "type": "structure",
4508            "members": {
4509                "ApiId": {
4510                    "target": "com.amazonaws.apigatewayv2#__string",
4511                    "traits": {
4512                        "smithy.api#documentation": "<p>The API identifier.</p>",
4513                        "smithy.api#httpLabel": {},
4514                        "smithy.api#required": {}
4515                    }
4516                },
4517                "MaxResults": {
4518                    "target": "com.amazonaws.apigatewayv2#__string",
4519                    "traits": {
4520                        "smithy.api#documentation": "<p>The maximum number of elements to be returned for this resource.</p>",
4521                        "smithy.api#httpQuery": "maxResults"
4522                    }
4523                },
4524                "NextToken": {
4525                    "target": "com.amazonaws.apigatewayv2#__string",
4526                    "traits": {
4527                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
4528                        "smithy.api#httpQuery": "nextToken"
4529                    }
4530                }
4531            }
4532        },
4533        "com.amazonaws.apigatewayv2#GetDeploymentsResponse": {
4534            "type": "structure",
4535            "members": {
4536                "Items": {
4537                    "target": "com.amazonaws.apigatewayv2#__listOfDeployment",
4538                    "traits": {
4539                        "smithy.api#documentation": "<p>The elements from this collection.</p>",
4540                        "smithy.api#jsonName": "items"
4541                    }
4542                },
4543                "NextToken": {
4544                    "target": "com.amazonaws.apigatewayv2#NextToken",
4545                    "traits": {
4546                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
4547                        "smithy.api#jsonName": "nextToken"
4548                    }
4549                }
4550            }
4551        },
4552        "com.amazonaws.apigatewayv2#GetDomainName": {
4553            "type": "operation",
4554            "input": {
4555                "target": "com.amazonaws.apigatewayv2#GetDomainNameRequest"
4556            },
4557            "output": {
4558                "target": "com.amazonaws.apigatewayv2#GetDomainNameResponse"
4559            },
4560            "errors": [
4561                {
4562                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
4563                },
4564                {
4565                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
4566                }
4567            ],
4568            "traits": {
4569                "smithy.api#documentation": "<p>Gets a domain name.</p>",
4570                "smithy.api#http": {
4571                    "method": "GET",
4572                    "uri": "/v2/domainnames/{DomainName}",
4573                    "code": 200
4574                }
4575            }
4576        },
4577        "com.amazonaws.apigatewayv2#GetDomainNameRequest": {
4578            "type": "structure",
4579            "members": {
4580                "DomainName": {
4581                    "target": "com.amazonaws.apigatewayv2#__string",
4582                    "traits": {
4583                        "smithy.api#documentation": "<p>The domain name.</p>",
4584                        "smithy.api#httpLabel": {},
4585                        "smithy.api#required": {}
4586                    }
4587                }
4588            }
4589        },
4590        "com.amazonaws.apigatewayv2#GetDomainNameResponse": {
4591            "type": "structure",
4592            "members": {
4593                "ApiMappingSelectionExpression": {
4594                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
4595                    "traits": {
4596                        "smithy.api#documentation": "<p>The API mapping selection expression.</p>",
4597                        "smithy.api#jsonName": "apiMappingSelectionExpression"
4598                    }
4599                },
4600                "DomainName": {
4601                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And512",
4602                    "traits": {
4603                        "smithy.api#documentation": "<p>The name of the DomainName resource.</p>",
4604                        "smithy.api#jsonName": "domainName"
4605                    }
4606                },
4607                "DomainNameConfigurations": {
4608                    "target": "com.amazonaws.apigatewayv2#DomainNameConfigurations",
4609                    "traits": {
4610                        "smithy.api#documentation": "<p>The domain name configurations.</p>",
4611                        "smithy.api#jsonName": "domainNameConfigurations"
4612                    }
4613                },
4614                "MutualTlsAuthentication": {
4615                    "target": "com.amazonaws.apigatewayv2#MutualTlsAuthentication",
4616                    "traits": {
4617                        "smithy.api#documentation": "<p>The mutual TLS authentication configuration for a custom domain name.</p>",
4618                        "smithy.api#jsonName": "mutualTlsAuthentication"
4619                    }
4620                },
4621                "Tags": {
4622                    "target": "com.amazonaws.apigatewayv2#Tags",
4623                    "traits": {
4624                        "smithy.api#documentation": "<p>The collection of tags associated with a domain name.</p>",
4625                        "smithy.api#jsonName": "tags"
4626                    }
4627                }
4628            }
4629        },
4630        "com.amazonaws.apigatewayv2#GetDomainNames": {
4631            "type": "operation",
4632            "input": {
4633                "target": "com.amazonaws.apigatewayv2#GetDomainNamesRequest"
4634            },
4635            "output": {
4636                "target": "com.amazonaws.apigatewayv2#GetDomainNamesResponse"
4637            },
4638            "errors": [
4639                {
4640                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
4641                },
4642                {
4643                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
4644                },
4645                {
4646                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
4647                }
4648            ],
4649            "traits": {
4650                "smithy.api#documentation": "<p>Gets the domain names for an AWS account.</p>",
4651                "smithy.api#http": {
4652                    "method": "GET",
4653                    "uri": "/v2/domainnames",
4654                    "code": 200
4655                }
4656            }
4657        },
4658        "com.amazonaws.apigatewayv2#GetDomainNamesRequest": {
4659            "type": "structure",
4660            "members": {
4661                "MaxResults": {
4662                    "target": "com.amazonaws.apigatewayv2#__string",
4663                    "traits": {
4664                        "smithy.api#documentation": "<p>The maximum number of elements to be returned for this resource.</p>",
4665                        "smithy.api#httpQuery": "maxResults"
4666                    }
4667                },
4668                "NextToken": {
4669                    "target": "com.amazonaws.apigatewayv2#__string",
4670                    "traits": {
4671                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
4672                        "smithy.api#httpQuery": "nextToken"
4673                    }
4674                }
4675            }
4676        },
4677        "com.amazonaws.apigatewayv2#GetDomainNamesResponse": {
4678            "type": "structure",
4679            "members": {
4680                "Items": {
4681                    "target": "com.amazonaws.apigatewayv2#__listOfDomainName",
4682                    "traits": {
4683                        "smithy.api#documentation": "<p>The elements from this collection.</p>",
4684                        "smithy.api#jsonName": "items"
4685                    }
4686                },
4687                "NextToken": {
4688                    "target": "com.amazonaws.apigatewayv2#NextToken",
4689                    "traits": {
4690                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
4691                        "smithy.api#jsonName": "nextToken"
4692                    }
4693                }
4694            }
4695        },
4696        "com.amazonaws.apigatewayv2#GetIntegration": {
4697            "type": "operation",
4698            "input": {
4699                "target": "com.amazonaws.apigatewayv2#GetIntegrationRequest"
4700            },
4701            "output": {
4702                "target": "com.amazonaws.apigatewayv2#GetIntegrationResult"
4703            },
4704            "errors": [
4705                {
4706                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
4707                },
4708                {
4709                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
4710                }
4711            ],
4712            "traits": {
4713                "smithy.api#documentation": "<p>Gets an Integration.</p>",
4714                "smithy.api#http": {
4715                    "method": "GET",
4716                    "uri": "/v2/apis/{ApiId}/integrations/{IntegrationId}",
4717                    "code": 200
4718                }
4719            }
4720        },
4721        "com.amazonaws.apigatewayv2#GetIntegrationRequest": {
4722            "type": "structure",
4723            "members": {
4724                "ApiId": {
4725                    "target": "com.amazonaws.apigatewayv2#__string",
4726                    "traits": {
4727                        "smithy.api#documentation": "<p>The API identifier.</p>",
4728                        "smithy.api#httpLabel": {},
4729                        "smithy.api#required": {}
4730                    }
4731                },
4732                "IntegrationId": {
4733                    "target": "com.amazonaws.apigatewayv2#__string",
4734                    "traits": {
4735                        "smithy.api#documentation": "<p>The integration ID.</p>",
4736                        "smithy.api#httpLabel": {},
4737                        "smithy.api#required": {}
4738                    }
4739                }
4740            }
4741        },
4742        "com.amazonaws.apigatewayv2#GetIntegrationResponse": {
4743            "type": "operation",
4744            "input": {
4745                "target": "com.amazonaws.apigatewayv2#GetIntegrationResponseRequest"
4746            },
4747            "output": {
4748                "target": "com.amazonaws.apigatewayv2#GetIntegrationResponseResponse"
4749            },
4750            "errors": [
4751                {
4752                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
4753                },
4754                {
4755                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
4756                }
4757            ],
4758            "traits": {
4759                "smithy.api#documentation": "<p>Gets an IntegrationResponses.</p>",
4760                "smithy.api#http": {
4761                    "method": "GET",
4762                    "uri": "/v2/apis/{ApiId}/integrations/{IntegrationId}/integrationresponses/{IntegrationResponseId}",
4763                    "code": 200
4764                }
4765            }
4766        },
4767        "com.amazonaws.apigatewayv2#GetIntegrationResponseRequest": {
4768            "type": "structure",
4769            "members": {
4770                "ApiId": {
4771                    "target": "com.amazonaws.apigatewayv2#__string",
4772                    "traits": {
4773                        "smithy.api#documentation": "<p>The API identifier.</p>",
4774                        "smithy.api#httpLabel": {},
4775                        "smithy.api#required": {}
4776                    }
4777                },
4778                "IntegrationId": {
4779                    "target": "com.amazonaws.apigatewayv2#__string",
4780                    "traits": {
4781                        "smithy.api#documentation": "<p>The integration ID.</p>",
4782                        "smithy.api#httpLabel": {},
4783                        "smithy.api#required": {}
4784                    }
4785                },
4786                "IntegrationResponseId": {
4787                    "target": "com.amazonaws.apigatewayv2#__string",
4788                    "traits": {
4789                        "smithy.api#documentation": "<p>The integration response ID.</p>",
4790                        "smithy.api#httpLabel": {},
4791                        "smithy.api#required": {}
4792                    }
4793                }
4794            }
4795        },
4796        "com.amazonaws.apigatewayv2#GetIntegrationResponseResponse": {
4797            "type": "structure",
4798            "members": {
4799                "ContentHandlingStrategy": {
4800                    "target": "com.amazonaws.apigatewayv2#ContentHandlingStrategy",
4801                    "traits": {
4802                        "smithy.api#documentation": "<p>Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:</p> <p>CONVERT_TO_BINARY: Converts a response payload from a Base64-encoded string to the corresponding binary blob.</p> <p>CONVERT_TO_TEXT: Converts a response payload from a binary blob to a Base64-encoded string.</p> <p>If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification.</p>",
4803                        "smithy.api#jsonName": "contentHandlingStrategy"
4804                    }
4805                },
4806                "IntegrationResponseId": {
4807                    "target": "com.amazonaws.apigatewayv2#Id",
4808                    "traits": {
4809                        "smithy.api#documentation": "<p>The integration response ID.</p>",
4810                        "smithy.api#jsonName": "integrationResponseId"
4811                    }
4812                },
4813                "IntegrationResponseKey": {
4814                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
4815                    "traits": {
4816                        "smithy.api#documentation": "<p>The integration response key.</p>",
4817                        "smithy.api#jsonName": "integrationResponseKey"
4818                    }
4819                },
4820                "ResponseParameters": {
4821                    "target": "com.amazonaws.apigatewayv2#IntegrationParameters",
4822                    "traits": {
4823                        "smithy.api#documentation": "<p>A key-value map specifying response parameters that are passed to the method response from the backend. The key is a method response header parameter name and the mapped value is an integration response header value, a static value enclosed within a pair of single quotes, or a JSON expression from the integration response body. The mapping key must match the pattern of method.response.header.{name}, where name is a valid and unique header name. The mapped non-static value must match the pattern of integration.response.header.{name} or integration.response.body.{JSON-expression}, where name is a valid and unique response header name and JSON-expression is a valid JSON expression without the $ prefix.</p>",
4824                        "smithy.api#jsonName": "responseParameters"
4825                    }
4826                },
4827                "ResponseTemplates": {
4828                    "target": "com.amazonaws.apigatewayv2#TemplateMap",
4829                    "traits": {
4830                        "smithy.api#documentation": "<p>The collection of response templates for the integration response as a string-to-string map of key-value pairs. Response templates are represented as a key/value map, with a content-type as the key and a template as the value.</p>",
4831                        "smithy.api#jsonName": "responseTemplates"
4832                    }
4833                },
4834                "TemplateSelectionExpression": {
4835                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
4836                    "traits": {
4837                        "smithy.api#documentation": "<p>The template selection expressions for the integration response.</p>",
4838                        "smithy.api#jsonName": "templateSelectionExpression"
4839                    }
4840                }
4841            }
4842        },
4843        "com.amazonaws.apigatewayv2#GetIntegrationResponses": {
4844            "type": "operation",
4845            "input": {
4846                "target": "com.amazonaws.apigatewayv2#GetIntegrationResponsesRequest"
4847            },
4848            "output": {
4849                "target": "com.amazonaws.apigatewayv2#GetIntegrationResponsesResponse"
4850            },
4851            "errors": [
4852                {
4853                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
4854                },
4855                {
4856                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
4857                },
4858                {
4859                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
4860                }
4861            ],
4862            "traits": {
4863                "smithy.api#documentation": "<p>Gets the IntegrationResponses for an Integration.</p>",
4864                "smithy.api#http": {
4865                    "method": "GET",
4866                    "uri": "/v2/apis/{ApiId}/integrations/{IntegrationId}/integrationresponses",
4867                    "code": 200
4868                }
4869            }
4870        },
4871        "com.amazonaws.apigatewayv2#GetIntegrationResponsesRequest": {
4872            "type": "structure",
4873            "members": {
4874                "ApiId": {
4875                    "target": "com.amazonaws.apigatewayv2#__string",
4876                    "traits": {
4877                        "smithy.api#documentation": "<p>The API identifier.</p>",
4878                        "smithy.api#httpLabel": {},
4879                        "smithy.api#required": {}
4880                    }
4881                },
4882                "IntegrationId": {
4883                    "target": "com.amazonaws.apigatewayv2#__string",
4884                    "traits": {
4885                        "smithy.api#documentation": "<p>The integration ID.</p>",
4886                        "smithy.api#httpLabel": {},
4887                        "smithy.api#required": {}
4888                    }
4889                },
4890                "MaxResults": {
4891                    "target": "com.amazonaws.apigatewayv2#__string",
4892                    "traits": {
4893                        "smithy.api#documentation": "<p>The maximum number of elements to be returned for this resource.</p>",
4894                        "smithy.api#httpQuery": "maxResults"
4895                    }
4896                },
4897                "NextToken": {
4898                    "target": "com.amazonaws.apigatewayv2#__string",
4899                    "traits": {
4900                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
4901                        "smithy.api#httpQuery": "nextToken"
4902                    }
4903                }
4904            }
4905        },
4906        "com.amazonaws.apigatewayv2#GetIntegrationResponsesResponse": {
4907            "type": "structure",
4908            "members": {
4909                "Items": {
4910                    "target": "com.amazonaws.apigatewayv2#__listOfIntegrationResponse",
4911                    "traits": {
4912                        "smithy.api#documentation": "<p>The elements from this collection.</p>",
4913                        "smithy.api#jsonName": "items"
4914                    }
4915                },
4916                "NextToken": {
4917                    "target": "com.amazonaws.apigatewayv2#NextToken",
4918                    "traits": {
4919                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
4920                        "smithy.api#jsonName": "nextToken"
4921                    }
4922                }
4923            }
4924        },
4925        "com.amazonaws.apigatewayv2#GetIntegrationResult": {
4926            "type": "structure",
4927            "members": {
4928                "ApiGatewayManaged": {
4929                    "target": "com.amazonaws.apigatewayv2#__boolean",
4930                    "traits": {
4931                        "smithy.api#documentation": "<p>Specifies whether an integration is managed by API Gateway. If you created an API using using quick create, the resulting integration is managed by API Gateway. You can update a managed integration, but you can't delete it.</p>",
4932                        "smithy.api#jsonName": "apiGatewayManaged"
4933                    }
4934                },
4935                "ConnectionId": {
4936                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And1024",
4937                    "traits": {
4938                        "smithy.api#documentation": "<p>The ID of the VPC link for a private integration. Supported only for HTTP APIs.</p>",
4939                        "smithy.api#jsonName": "connectionId"
4940                    }
4941                },
4942                "ConnectionType": {
4943                    "target": "com.amazonaws.apigatewayv2#ConnectionType",
4944                    "traits": {
4945                        "smithy.api#documentation": "<p>The type of the network connection to the integration endpoint. Specify INTERNET for connections through the public routable internet or VPC_LINK for private connections between API Gateway and resources in a VPC. The default value is INTERNET.</p>",
4946                        "smithy.api#jsonName": "connectionType"
4947                    }
4948                },
4949                "ContentHandlingStrategy": {
4950                    "target": "com.amazonaws.apigatewayv2#ContentHandlingStrategy",
4951                    "traits": {
4952                        "smithy.api#documentation": "<p>Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:</p> <p>CONVERT_TO_BINARY: Converts a response payload from a Base64-encoded string to the corresponding binary blob.</p> <p>CONVERT_TO_TEXT: Converts a response payload from a binary blob to a Base64-encoded string.</p> <p>If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification.</p>",
4953                        "smithy.api#jsonName": "contentHandlingStrategy"
4954                    }
4955                },
4956                "CredentialsArn": {
4957                    "target": "com.amazonaws.apigatewayv2#Arn",
4958                    "traits": {
4959                        "smithy.api#documentation": "<p>Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam::*:user/*. To use resource-based permissions on supported AWS services, specify null.</p>",
4960                        "smithy.api#jsonName": "credentialsArn"
4961                    }
4962                },
4963                "Description": {
4964                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
4965                    "traits": {
4966                        "smithy.api#documentation": "<p>Represents the description of an integration.</p>",
4967                        "smithy.api#jsonName": "description"
4968                    }
4969                },
4970                "IntegrationId": {
4971                    "target": "com.amazonaws.apigatewayv2#Id",
4972                    "traits": {
4973                        "smithy.api#documentation": "<p>Represents the identifier of an integration.</p>",
4974                        "smithy.api#jsonName": "integrationId"
4975                    }
4976                },
4977                "IntegrationMethod": {
4978                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
4979                    "traits": {
4980                        "smithy.api#documentation": "<p>Specifies the integration's HTTP method type.</p>",
4981                        "smithy.api#jsonName": "integrationMethod"
4982                    }
4983                },
4984                "IntegrationResponseSelectionExpression": {
4985                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
4986                    "traits": {
4987                        "smithy.api#documentation": "<p>The integration response selection expression for the integration. Supported only for WebSocket APIs. See <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-integration-response-selection-expressions\">Integration Response Selection Expressions</a>.</p>",
4988                        "smithy.api#jsonName": "integrationResponseSelectionExpression"
4989                    }
4990                },
4991                "IntegrationSubtype": {
4992                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
4993                    "traits": {
4994                        "smithy.api#documentation": "<p>Supported only for HTTP API AWS_PROXY integrations. Specifies the AWS service action to invoke. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services-reference.html\">Integration subtype reference</a>.</p>",
4995                        "smithy.api#jsonName": "integrationSubtype"
4996                    }
4997                },
4998                "IntegrationType": {
4999                    "target": "com.amazonaws.apigatewayv2#IntegrationType",
5000                    "traits": {
5001                        "smithy.api#documentation": "<p>The integration type of an integration. One of the following:</p> <p>AWS: for integrating the route or method request with an AWS service action, including the Lambda function-invoking action. With the Lambda function-invoking action, this is referred to as the Lambda custom integration. With any other AWS service action, this is known as AWS integration. Supported only for WebSocket APIs.</p> <p>AWS_PROXY: for integrating the route or method request with a Lambda function or other AWS service action. This integration is also referred to as a Lambda proxy integration.</p> <p>HTTP: for integrating the route or method request with an HTTP endpoint. This integration is also referred to as the HTTP custom integration. Supported only for WebSocket APIs.</p> <p>HTTP_PROXY: for integrating the route or method request with an HTTP endpoint, with the client request passed through as-is. This is also referred to as HTTP proxy integration.</p> <p>MOCK: for integrating the route or method request with API Gateway as a \"loopback\" endpoint without invoking any backend. Supported only for WebSocket APIs.</p>",
5002                        "smithy.api#jsonName": "integrationType"
5003                    }
5004                },
5005                "IntegrationUri": {
5006                    "target": "com.amazonaws.apigatewayv2#UriWithLengthBetween1And2048",
5007                    "traits": {
5008                        "smithy.api#documentation": "<p>For a Lambda integration, specify the URI of a Lambda function.</p> <p>For an HTTP integration, specify a fully-qualified URL.</p> <p>For an HTTP API private integration, specify the ARN of an Application Load Balancer listener, Network Load Balancer listener, or AWS Cloud Map service. If you specify the ARN of an AWS Cloud Map service, API Gateway uses DiscoverInstances to identify resources. You can use query parameters to target specific resources. To learn more, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_DiscoverInstances.html\">DiscoverInstances</a>. For private integrations, all resources must be owned by the same AWS account.</p>",
5009                        "smithy.api#jsonName": "integrationUri"
5010                    }
5011                },
5012                "PassthroughBehavior": {
5013                    "target": "com.amazonaws.apigatewayv2#PassthroughBehavior",
5014                    "traits": {
5015                        "smithy.api#documentation": "<p>Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER. Supported only for WebSocket APIs.</p> <p>WHEN_NO_MATCH passes the request body for unmapped content types through to the integration backend without transformation.</p> <p>NEVER rejects unmapped content types with an HTTP 415 Unsupported Media Type response.</p> <p>WHEN_NO_TEMPLATES allows pass-through when the integration has no content types mapped to templates. However, if there is at least one content type defined, unmapped content types will be rejected with the same HTTP 415 Unsupported Media Type response.</p>",
5016                        "smithy.api#jsonName": "passthroughBehavior"
5017                    }
5018                },
5019                "PayloadFormatVersion": {
5020                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
5021                    "traits": {
5022                        "smithy.api#documentation": "<p>Specifies the format of the payload sent to an integration. Required for HTTP APIs.</p>",
5023                        "smithy.api#jsonName": "payloadFormatVersion"
5024                    }
5025                },
5026                "RequestParameters": {
5027                    "target": "com.amazonaws.apigatewayv2#IntegrationParameters",
5028                    "traits": {
5029                        "smithy.api#documentation": "<p>For WebSocket APIs, a key-value map specifying request parameters that are passed from the method request to the backend. The key is an integration request parameter name and the associated value is a method request parameter value or static value that must be enclosed within single quotes and pre-encoded as required by the backend. The method request parameter value must match the pattern of method.request.<replaceable>{location}</replaceable>.<replaceable>{name}</replaceable>\n          , where \n            <replaceable>{location}</replaceable>\n           is querystring, path, or header; and \n            <replaceable>{name}</replaceable>\n           must be a valid and unique method request parameter name.</p> <p>For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services.html\">Working with AWS service integrations for HTTP APIs</a>.</p> <p>For HTTP API itegrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to backend integrations. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt;. The action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html\">Transforming API requests and responses</a>.</p>",
5030                        "smithy.api#jsonName": "requestParameters"
5031                    }
5032                },
5033                "RequestTemplates": {
5034                    "target": "com.amazonaws.apigatewayv2#TemplateMap",
5035                    "traits": {
5036                        "smithy.api#documentation": "<p>Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. The content type value is the key in this map, and the template (as a String) is the value. Supported only for WebSocket APIs.</p>",
5037                        "smithy.api#jsonName": "requestTemplates"
5038                    }
5039                },
5040                "ResponseParameters": {
5041                    "target": "com.amazonaws.apigatewayv2#ResponseParameters",
5042                    "traits": {
5043                        "smithy.api#documentation": "<p>Supported only for HTTP APIs. You use response parameters to transform the HTTP response from a backend integration before returning the response to clients. Specify a key-value map from a selection key to response parameters. The selection key must be a valid HTTP status code within the range of 200-599. Response parameters are a key-value map. The key must match pattern &lt;action&gt;:&lt;header&gt;.&lt;location&gt; or overwrite.statuscode. The action can be append, overwrite or remove. The value can be a static value, or map to response data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html\">Transforming API requests and responses</a>.</p>",
5044                        "smithy.api#jsonName": "responseParameters"
5045                    }
5046                },
5047                "TemplateSelectionExpression": {
5048                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
5049                    "traits": {
5050                        "smithy.api#documentation": "<p>The template selection expression for the integration. Supported only for WebSocket APIs.</p>",
5051                        "smithy.api#jsonName": "templateSelectionExpression"
5052                    }
5053                },
5054                "TimeoutInMillis": {
5055                    "target": "com.amazonaws.apigatewayv2#IntegerWithLengthBetween50And30000",
5056                    "traits": {
5057                        "smithy.api#documentation": "<p>Custom timeout between 50 and 29,000 milliseconds for WebSocket APIs and between 50 and 30,000 milliseconds for HTTP APIs. The default timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP APIs.</p>",
5058                        "smithy.api#jsonName": "timeoutInMillis"
5059                    }
5060                },
5061                "TlsConfig": {
5062                    "target": "com.amazonaws.apigatewayv2#TlsConfig",
5063                    "traits": {
5064                        "smithy.api#documentation": "<p>The TLS configuration for a private integration. If you specify a TLS configuration, private integration traffic uses the HTTPS protocol. Supported only for HTTP APIs.</p>",
5065                        "smithy.api#jsonName": "tlsConfig"
5066                    }
5067                }
5068            }
5069        },
5070        "com.amazonaws.apigatewayv2#GetIntegrations": {
5071            "type": "operation",
5072            "input": {
5073                "target": "com.amazonaws.apigatewayv2#GetIntegrationsRequest"
5074            },
5075            "output": {
5076                "target": "com.amazonaws.apigatewayv2#GetIntegrationsResponse"
5077            },
5078            "errors": [
5079                {
5080                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
5081                },
5082                {
5083                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
5084                },
5085                {
5086                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
5087                }
5088            ],
5089            "traits": {
5090                "smithy.api#documentation": "<p>Gets the Integrations for an API.</p>",
5091                "smithy.api#http": {
5092                    "method": "GET",
5093                    "uri": "/v2/apis/{ApiId}/integrations",
5094                    "code": 200
5095                }
5096            }
5097        },
5098        "com.amazonaws.apigatewayv2#GetIntegrationsRequest": {
5099            "type": "structure",
5100            "members": {
5101                "ApiId": {
5102                    "target": "com.amazonaws.apigatewayv2#__string",
5103                    "traits": {
5104                        "smithy.api#documentation": "<p>The API identifier.</p>",
5105                        "smithy.api#httpLabel": {},
5106                        "smithy.api#required": {}
5107                    }
5108                },
5109                "MaxResults": {
5110                    "target": "com.amazonaws.apigatewayv2#__string",
5111                    "traits": {
5112                        "smithy.api#documentation": "<p>The maximum number of elements to be returned for this resource.</p>",
5113                        "smithy.api#httpQuery": "maxResults"
5114                    }
5115                },
5116                "NextToken": {
5117                    "target": "com.amazonaws.apigatewayv2#__string",
5118                    "traits": {
5119                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
5120                        "smithy.api#httpQuery": "nextToken"
5121                    }
5122                }
5123            }
5124        },
5125        "com.amazonaws.apigatewayv2#GetIntegrationsResponse": {
5126            "type": "structure",
5127            "members": {
5128                "Items": {
5129                    "target": "com.amazonaws.apigatewayv2#__listOfIntegration",
5130                    "traits": {
5131                        "smithy.api#documentation": "<p>The elements from this collection.</p>",
5132                        "smithy.api#jsonName": "items"
5133                    }
5134                },
5135                "NextToken": {
5136                    "target": "com.amazonaws.apigatewayv2#NextToken",
5137                    "traits": {
5138                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
5139                        "smithy.api#jsonName": "nextToken"
5140                    }
5141                }
5142            }
5143        },
5144        "com.amazonaws.apigatewayv2#GetModel": {
5145            "type": "operation",
5146            "input": {
5147                "target": "com.amazonaws.apigatewayv2#GetModelRequest"
5148            },
5149            "output": {
5150                "target": "com.amazonaws.apigatewayv2#GetModelResponse"
5151            },
5152            "errors": [
5153                {
5154                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
5155                },
5156                {
5157                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
5158                }
5159            ],
5160            "traits": {
5161                "smithy.api#documentation": "<p>Gets a Model.</p>",
5162                "smithy.api#http": {
5163                    "method": "GET",
5164                    "uri": "/v2/apis/{ApiId}/models/{ModelId}",
5165                    "code": 200
5166                }
5167            }
5168        },
5169        "com.amazonaws.apigatewayv2#GetModelRequest": {
5170            "type": "structure",
5171            "members": {
5172                "ApiId": {
5173                    "target": "com.amazonaws.apigatewayv2#__string",
5174                    "traits": {
5175                        "smithy.api#documentation": "<p>The API identifier.</p>",
5176                        "smithy.api#httpLabel": {},
5177                        "smithy.api#required": {}
5178                    }
5179                },
5180                "ModelId": {
5181                    "target": "com.amazonaws.apigatewayv2#__string",
5182                    "traits": {
5183                        "smithy.api#documentation": "<p>The model ID.</p>",
5184                        "smithy.api#httpLabel": {},
5185                        "smithy.api#required": {}
5186                    }
5187                }
5188            }
5189        },
5190        "com.amazonaws.apigatewayv2#GetModelResponse": {
5191            "type": "structure",
5192            "members": {
5193                "ContentType": {
5194                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And256",
5195                    "traits": {
5196                        "smithy.api#documentation": "<p>The content-type for the model, for example, \"application/json\".</p>",
5197                        "smithy.api#jsonName": "contentType"
5198                    }
5199                },
5200                "Description": {
5201                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
5202                    "traits": {
5203                        "smithy.api#documentation": "<p>The description of the model.</p>",
5204                        "smithy.api#jsonName": "description"
5205                    }
5206                },
5207                "ModelId": {
5208                    "target": "com.amazonaws.apigatewayv2#Id",
5209                    "traits": {
5210                        "smithy.api#documentation": "<p>The model identifier.</p>",
5211                        "smithy.api#jsonName": "modelId"
5212                    }
5213                },
5214                "Name": {
5215                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
5216                    "traits": {
5217                        "smithy.api#documentation": "<p>The name of the model. Must be alphanumeric.</p>",
5218                        "smithy.api#jsonName": "name"
5219                    }
5220                },
5221                "Schema": {
5222                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And32K",
5223                    "traits": {
5224                        "smithy.api#documentation": "<p>The schema for the model. For application/json models, this should be JSON schema draft 4 model.</p>",
5225                        "smithy.api#jsonName": "schema"
5226                    }
5227                }
5228            }
5229        },
5230        "com.amazonaws.apigatewayv2#GetModelTemplate": {
5231            "type": "operation",
5232            "input": {
5233                "target": "com.amazonaws.apigatewayv2#GetModelTemplateRequest"
5234            },
5235            "output": {
5236                "target": "com.amazonaws.apigatewayv2#GetModelTemplateResponse"
5237            },
5238            "errors": [
5239                {
5240                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
5241                },
5242                {
5243                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
5244                }
5245            ],
5246            "traits": {
5247                "smithy.api#documentation": "<p>Gets a model template.</p>",
5248                "smithy.api#http": {
5249                    "method": "GET",
5250                    "uri": "/v2/apis/{ApiId}/models/{ModelId}/template",
5251                    "code": 200
5252                }
5253            }
5254        },
5255        "com.amazonaws.apigatewayv2#GetModelTemplateRequest": {
5256            "type": "structure",
5257            "members": {
5258                "ApiId": {
5259                    "target": "com.amazonaws.apigatewayv2#__string",
5260                    "traits": {
5261                        "smithy.api#documentation": "<p>The API identifier.</p>",
5262                        "smithy.api#httpLabel": {},
5263                        "smithy.api#required": {}
5264                    }
5265                },
5266                "ModelId": {
5267                    "target": "com.amazonaws.apigatewayv2#__string",
5268                    "traits": {
5269                        "smithy.api#documentation": "<p>The model ID.</p>",
5270                        "smithy.api#httpLabel": {},
5271                        "smithy.api#required": {}
5272                    }
5273                }
5274            }
5275        },
5276        "com.amazonaws.apigatewayv2#GetModelTemplateResponse": {
5277            "type": "structure",
5278            "members": {
5279                "Value": {
5280                    "target": "com.amazonaws.apigatewayv2#__string",
5281                    "traits": {
5282                        "smithy.api#documentation": "<p>The template value.</p>",
5283                        "smithy.api#jsonName": "value"
5284                    }
5285                }
5286            }
5287        },
5288        "com.amazonaws.apigatewayv2#GetModels": {
5289            "type": "operation",
5290            "input": {
5291                "target": "com.amazonaws.apigatewayv2#GetModelsRequest"
5292            },
5293            "output": {
5294                "target": "com.amazonaws.apigatewayv2#GetModelsResponse"
5295            },
5296            "errors": [
5297                {
5298                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
5299                },
5300                {
5301                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
5302                },
5303                {
5304                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
5305                }
5306            ],
5307            "traits": {
5308                "smithy.api#documentation": "<p>Gets the Models for an API.</p>",
5309                "smithy.api#http": {
5310                    "method": "GET",
5311                    "uri": "/v2/apis/{ApiId}/models",
5312                    "code": 200
5313                }
5314            }
5315        },
5316        "com.amazonaws.apigatewayv2#GetModelsRequest": {
5317            "type": "structure",
5318            "members": {
5319                "ApiId": {
5320                    "target": "com.amazonaws.apigatewayv2#__string",
5321                    "traits": {
5322                        "smithy.api#documentation": "<p>The API identifier.</p>",
5323                        "smithy.api#httpLabel": {},
5324                        "smithy.api#required": {}
5325                    }
5326                },
5327                "MaxResults": {
5328                    "target": "com.amazonaws.apigatewayv2#__string",
5329                    "traits": {
5330                        "smithy.api#documentation": "<p>The maximum number of elements to be returned for this resource.</p>",
5331                        "smithy.api#httpQuery": "maxResults"
5332                    }
5333                },
5334                "NextToken": {
5335                    "target": "com.amazonaws.apigatewayv2#__string",
5336                    "traits": {
5337                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
5338                        "smithy.api#httpQuery": "nextToken"
5339                    }
5340                }
5341            }
5342        },
5343        "com.amazonaws.apigatewayv2#GetModelsResponse": {
5344            "type": "structure",
5345            "members": {
5346                "Items": {
5347                    "target": "com.amazonaws.apigatewayv2#__listOfModel",
5348                    "traits": {
5349                        "smithy.api#documentation": "<p>The elements from this collection.</p>",
5350                        "smithy.api#jsonName": "items"
5351                    }
5352                },
5353                "NextToken": {
5354                    "target": "com.amazonaws.apigatewayv2#NextToken",
5355                    "traits": {
5356                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
5357                        "smithy.api#jsonName": "nextToken"
5358                    }
5359                }
5360            }
5361        },
5362        "com.amazonaws.apigatewayv2#GetRoute": {
5363            "type": "operation",
5364            "input": {
5365                "target": "com.amazonaws.apigatewayv2#GetRouteRequest"
5366            },
5367            "output": {
5368                "target": "com.amazonaws.apigatewayv2#GetRouteResult"
5369            },
5370            "errors": [
5371                {
5372                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
5373                },
5374                {
5375                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
5376                }
5377            ],
5378            "traits": {
5379                "smithy.api#documentation": "<p>Gets a Route.</p>",
5380                "smithy.api#http": {
5381                    "method": "GET",
5382                    "uri": "/v2/apis/{ApiId}/routes/{RouteId}",
5383                    "code": 200
5384                }
5385            }
5386        },
5387        "com.amazonaws.apigatewayv2#GetRouteRequest": {
5388            "type": "structure",
5389            "members": {
5390                "ApiId": {
5391                    "target": "com.amazonaws.apigatewayv2#__string",
5392                    "traits": {
5393                        "smithy.api#documentation": "<p>The API identifier.</p>",
5394                        "smithy.api#httpLabel": {},
5395                        "smithy.api#required": {}
5396                    }
5397                },
5398                "RouteId": {
5399                    "target": "com.amazonaws.apigatewayv2#__string",
5400                    "traits": {
5401                        "smithy.api#documentation": "<p>The route ID.</p>",
5402                        "smithy.api#httpLabel": {},
5403                        "smithy.api#required": {}
5404                    }
5405                }
5406            }
5407        },
5408        "com.amazonaws.apigatewayv2#GetRouteResponse": {
5409            "type": "operation",
5410            "input": {
5411                "target": "com.amazonaws.apigatewayv2#GetRouteResponseRequest"
5412            },
5413            "output": {
5414                "target": "com.amazonaws.apigatewayv2#GetRouteResponseResponse"
5415            },
5416            "errors": [
5417                {
5418                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
5419                },
5420                {
5421                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
5422                }
5423            ],
5424            "traits": {
5425                "smithy.api#documentation": "<p>Gets a RouteResponse.</p>",
5426                "smithy.api#http": {
5427                    "method": "GET",
5428                    "uri": "/v2/apis/{ApiId}/routes/{RouteId}/routeresponses/{RouteResponseId}",
5429                    "code": 200
5430                }
5431            }
5432        },
5433        "com.amazonaws.apigatewayv2#GetRouteResponseRequest": {
5434            "type": "structure",
5435            "members": {
5436                "ApiId": {
5437                    "target": "com.amazonaws.apigatewayv2#__string",
5438                    "traits": {
5439                        "smithy.api#documentation": "<p>The API identifier.</p>",
5440                        "smithy.api#httpLabel": {},
5441                        "smithy.api#required": {}
5442                    }
5443                },
5444                "RouteId": {
5445                    "target": "com.amazonaws.apigatewayv2#__string",
5446                    "traits": {
5447                        "smithy.api#documentation": "<p>The route ID.</p>",
5448                        "smithy.api#httpLabel": {},
5449                        "smithy.api#required": {}
5450                    }
5451                },
5452                "RouteResponseId": {
5453                    "target": "com.amazonaws.apigatewayv2#__string",
5454                    "traits": {
5455                        "smithy.api#documentation": "<p>The route response ID.</p>",
5456                        "smithy.api#httpLabel": {},
5457                        "smithy.api#required": {}
5458                    }
5459                }
5460            }
5461        },
5462        "com.amazonaws.apigatewayv2#GetRouteResponseResponse": {
5463            "type": "structure",
5464            "members": {
5465                "ModelSelectionExpression": {
5466                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
5467                    "traits": {
5468                        "smithy.api#documentation": "<p>Represents the model selection expression of a route response. Supported only for WebSocket APIs.</p>",
5469                        "smithy.api#jsonName": "modelSelectionExpression"
5470                    }
5471                },
5472                "ResponseModels": {
5473                    "target": "com.amazonaws.apigatewayv2#RouteModels",
5474                    "traits": {
5475                        "smithy.api#documentation": "<p>Represents the response models of a route response.</p>",
5476                        "smithy.api#jsonName": "responseModels"
5477                    }
5478                },
5479                "ResponseParameters": {
5480                    "target": "com.amazonaws.apigatewayv2#RouteParameters",
5481                    "traits": {
5482                        "smithy.api#documentation": "<p>Represents the response parameters of a route response.</p>",
5483                        "smithy.api#jsonName": "responseParameters"
5484                    }
5485                },
5486                "RouteResponseId": {
5487                    "target": "com.amazonaws.apigatewayv2#Id",
5488                    "traits": {
5489                        "smithy.api#documentation": "<p>Represents the identifier of a route response.</p>",
5490                        "smithy.api#jsonName": "routeResponseId"
5491                    }
5492                },
5493                "RouteResponseKey": {
5494                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
5495                    "traits": {
5496                        "smithy.api#documentation": "<p>Represents the route response key of a route response.</p>",
5497                        "smithy.api#jsonName": "routeResponseKey"
5498                    }
5499                }
5500            }
5501        },
5502        "com.amazonaws.apigatewayv2#GetRouteResponses": {
5503            "type": "operation",
5504            "input": {
5505                "target": "com.amazonaws.apigatewayv2#GetRouteResponsesRequest"
5506            },
5507            "output": {
5508                "target": "com.amazonaws.apigatewayv2#GetRouteResponsesResponse"
5509            },
5510            "errors": [
5511                {
5512                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
5513                },
5514                {
5515                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
5516                },
5517                {
5518                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
5519                }
5520            ],
5521            "traits": {
5522                "smithy.api#documentation": "<p>Gets the RouteResponses for a Route.</p>",
5523                "smithy.api#http": {
5524                    "method": "GET",
5525                    "uri": "/v2/apis/{ApiId}/routes/{RouteId}/routeresponses",
5526                    "code": 200
5527                }
5528            }
5529        },
5530        "com.amazonaws.apigatewayv2#GetRouteResponsesRequest": {
5531            "type": "structure",
5532            "members": {
5533                "ApiId": {
5534                    "target": "com.amazonaws.apigatewayv2#__string",
5535                    "traits": {
5536                        "smithy.api#documentation": "<p>The API identifier.</p>",
5537                        "smithy.api#httpLabel": {},
5538                        "smithy.api#required": {}
5539                    }
5540                },
5541                "MaxResults": {
5542                    "target": "com.amazonaws.apigatewayv2#__string",
5543                    "traits": {
5544                        "smithy.api#documentation": "<p>The maximum number of elements to be returned for this resource.</p>",
5545                        "smithy.api#httpQuery": "maxResults"
5546                    }
5547                },
5548                "NextToken": {
5549                    "target": "com.amazonaws.apigatewayv2#__string",
5550                    "traits": {
5551                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
5552                        "smithy.api#httpQuery": "nextToken"
5553                    }
5554                },
5555                "RouteId": {
5556                    "target": "com.amazonaws.apigatewayv2#__string",
5557                    "traits": {
5558                        "smithy.api#documentation": "<p>The route ID.</p>",
5559                        "smithy.api#httpLabel": {},
5560                        "smithy.api#required": {}
5561                    }
5562                }
5563            }
5564        },
5565        "com.amazonaws.apigatewayv2#GetRouteResponsesResponse": {
5566            "type": "structure",
5567            "members": {
5568                "Items": {
5569                    "target": "com.amazonaws.apigatewayv2#__listOfRouteResponse",
5570                    "traits": {
5571                        "smithy.api#documentation": "<p>The elements from this collection.</p>",
5572                        "smithy.api#jsonName": "items"
5573                    }
5574                },
5575                "NextToken": {
5576                    "target": "com.amazonaws.apigatewayv2#NextToken",
5577                    "traits": {
5578                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
5579                        "smithy.api#jsonName": "nextToken"
5580                    }
5581                }
5582            }
5583        },
5584        "com.amazonaws.apigatewayv2#GetRouteResult": {
5585            "type": "structure",
5586            "members": {
5587                "ApiGatewayManaged": {
5588                    "target": "com.amazonaws.apigatewayv2#__boolean",
5589                    "traits": {
5590                        "smithy.api#documentation": "<p>Specifies whether a route is managed by API Gateway. If you created an API using quick create, the $default route is managed by API Gateway. You can't modify the $default route key.</p>",
5591                        "smithy.api#jsonName": "apiGatewayManaged"
5592                    }
5593                },
5594                "ApiKeyRequired": {
5595                    "target": "com.amazonaws.apigatewayv2#__boolean",
5596                    "traits": {
5597                        "smithy.api#documentation": "<p>Specifies whether an API key is required for this route. Supported only for WebSocket APIs.</p>",
5598                        "smithy.api#jsonName": "apiKeyRequired"
5599                    }
5600                },
5601                "AuthorizationScopes": {
5602                    "target": "com.amazonaws.apigatewayv2#AuthorizationScopes",
5603                    "traits": {
5604                        "smithy.api#documentation": "<p>A list of authorization scopes configured on a route. The scopes are used with a JWT authorizer to authorize the method invocation. The authorization works by matching the route scopes against the scopes parsed from the access token in the incoming request. The method invocation is authorized if any route scope matches a claimed scope in the access token. Otherwise, the invocation is not authorized. When the route scope is configured, the client must provide an access token instead of an identity token for authorization purposes.</p>",
5605                        "smithy.api#jsonName": "authorizationScopes"
5606                    }
5607                },
5608                "AuthorizationType": {
5609                    "target": "com.amazonaws.apigatewayv2#AuthorizationType",
5610                    "traits": {
5611                        "smithy.api#documentation": "<p>The authorization type for the route. For WebSocket APIs, valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer For HTTP APIs, valid values are NONE for open access, JWT for using JSON Web Tokens, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer.</p>",
5612                        "smithy.api#jsonName": "authorizationType"
5613                    }
5614                },
5615                "AuthorizerId": {
5616                    "target": "com.amazonaws.apigatewayv2#Id",
5617                    "traits": {
5618                        "smithy.api#documentation": "<p>The identifier of the Authorizer resource to be associated with this route. The authorizer identifier is generated by API Gateway when you created the authorizer.</p>",
5619                        "smithy.api#jsonName": "authorizerId"
5620                    }
5621                },
5622                "ModelSelectionExpression": {
5623                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
5624                    "traits": {
5625                        "smithy.api#documentation": "<p>The model selection expression for the route. Supported only for WebSocket APIs.</p>",
5626                        "smithy.api#jsonName": "modelSelectionExpression"
5627                    }
5628                },
5629                "OperationName": {
5630                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
5631                    "traits": {
5632                        "smithy.api#documentation": "<p>The operation name for the route.</p>",
5633                        "smithy.api#jsonName": "operationName"
5634                    }
5635                },
5636                "RequestModels": {
5637                    "target": "com.amazonaws.apigatewayv2#RouteModels",
5638                    "traits": {
5639                        "smithy.api#documentation": "<p>The request models for the route. Supported only for WebSocket APIs.</p>",
5640                        "smithy.api#jsonName": "requestModels"
5641                    }
5642                },
5643                "RequestParameters": {
5644                    "target": "com.amazonaws.apigatewayv2#RouteParameters",
5645                    "traits": {
5646                        "smithy.api#documentation": "<p>The request parameters for the route. Supported only for WebSocket APIs.</p>",
5647                        "smithy.api#jsonName": "requestParameters"
5648                    }
5649                },
5650                "RouteId": {
5651                    "target": "com.amazonaws.apigatewayv2#Id",
5652                    "traits": {
5653                        "smithy.api#documentation": "<p>The route ID.</p>",
5654                        "smithy.api#jsonName": "routeId"
5655                    }
5656                },
5657                "RouteKey": {
5658                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
5659                    "traits": {
5660                        "smithy.api#documentation": "<p>The route key for the route.</p>",
5661                        "smithy.api#jsonName": "routeKey"
5662                    }
5663                },
5664                "RouteResponseSelectionExpression": {
5665                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
5666                    "traits": {
5667                        "smithy.api#documentation": "<p>The route response selection expression for the route. Supported only for WebSocket APIs.</p>",
5668                        "smithy.api#jsonName": "routeResponseSelectionExpression"
5669                    }
5670                },
5671                "Target": {
5672                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
5673                    "traits": {
5674                        "smithy.api#documentation": "<p>The target for the route.</p>",
5675                        "smithy.api#jsonName": "target"
5676                    }
5677                }
5678            }
5679        },
5680        "com.amazonaws.apigatewayv2#GetRoutes": {
5681            "type": "operation",
5682            "input": {
5683                "target": "com.amazonaws.apigatewayv2#GetRoutesRequest"
5684            },
5685            "output": {
5686                "target": "com.amazonaws.apigatewayv2#GetRoutesResponse"
5687            },
5688            "errors": [
5689                {
5690                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
5691                },
5692                {
5693                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
5694                },
5695                {
5696                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
5697                }
5698            ],
5699            "traits": {
5700                "smithy.api#documentation": "<p>Gets the Routes for an API.</p>",
5701                "smithy.api#http": {
5702                    "method": "GET",
5703                    "uri": "/v2/apis/{ApiId}/routes",
5704                    "code": 200
5705                }
5706            }
5707        },
5708        "com.amazonaws.apigatewayv2#GetRoutesRequest": {
5709            "type": "structure",
5710            "members": {
5711                "ApiId": {
5712                    "target": "com.amazonaws.apigatewayv2#__string",
5713                    "traits": {
5714                        "smithy.api#documentation": "<p>The API identifier.</p>",
5715                        "smithy.api#httpLabel": {},
5716                        "smithy.api#required": {}
5717                    }
5718                },
5719                "MaxResults": {
5720                    "target": "com.amazonaws.apigatewayv2#__string",
5721                    "traits": {
5722                        "smithy.api#documentation": "<p>The maximum number of elements to be returned for this resource.</p>",
5723                        "smithy.api#httpQuery": "maxResults"
5724                    }
5725                },
5726                "NextToken": {
5727                    "target": "com.amazonaws.apigatewayv2#__string",
5728                    "traits": {
5729                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
5730                        "smithy.api#httpQuery": "nextToken"
5731                    }
5732                }
5733            }
5734        },
5735        "com.amazonaws.apigatewayv2#GetRoutesResponse": {
5736            "type": "structure",
5737            "members": {
5738                "Items": {
5739                    "target": "com.amazonaws.apigatewayv2#__listOfRoute",
5740                    "traits": {
5741                        "smithy.api#documentation": "<p>The elements from this collection.</p>",
5742                        "smithy.api#jsonName": "items"
5743                    }
5744                },
5745                "NextToken": {
5746                    "target": "com.amazonaws.apigatewayv2#NextToken",
5747                    "traits": {
5748                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
5749                        "smithy.api#jsonName": "nextToken"
5750                    }
5751                }
5752            }
5753        },
5754        "com.amazonaws.apigatewayv2#GetStage": {
5755            "type": "operation",
5756            "input": {
5757                "target": "com.amazonaws.apigatewayv2#GetStageRequest"
5758            },
5759            "output": {
5760                "target": "com.amazonaws.apigatewayv2#GetStageResponse"
5761            },
5762            "errors": [
5763                {
5764                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
5765                },
5766                {
5767                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
5768                }
5769            ],
5770            "traits": {
5771                "smithy.api#documentation": "<p>Gets a Stage.</p>",
5772                "smithy.api#http": {
5773                    "method": "GET",
5774                    "uri": "/v2/apis/{ApiId}/stages/{StageName}",
5775                    "code": 200
5776                }
5777            }
5778        },
5779        "com.amazonaws.apigatewayv2#GetStageRequest": {
5780            "type": "structure",
5781            "members": {
5782                "ApiId": {
5783                    "target": "com.amazonaws.apigatewayv2#__string",
5784                    "traits": {
5785                        "smithy.api#documentation": "<p>The API identifier.</p>",
5786                        "smithy.api#httpLabel": {},
5787                        "smithy.api#required": {}
5788                    }
5789                },
5790                "StageName": {
5791                    "target": "com.amazonaws.apigatewayv2#__string",
5792                    "traits": {
5793                        "smithy.api#documentation": "<p>The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.</p>",
5794                        "smithy.api#httpLabel": {},
5795                        "smithy.api#required": {}
5796                    }
5797                }
5798            }
5799        },
5800        "com.amazonaws.apigatewayv2#GetStageResponse": {
5801            "type": "structure",
5802            "members": {
5803                "AccessLogSettings": {
5804                    "target": "com.amazonaws.apigatewayv2#AccessLogSettings",
5805                    "traits": {
5806                        "smithy.api#documentation": "<p>Settings for logging access in this stage.</p>",
5807                        "smithy.api#jsonName": "accessLogSettings"
5808                    }
5809                },
5810                "ApiGatewayManaged": {
5811                    "target": "com.amazonaws.apigatewayv2#__boolean",
5812                    "traits": {
5813                        "smithy.api#documentation": "<p>Specifies whether a stage is managed by API Gateway. If you created an API using quick create, the $default stage is managed by API Gateway. You can't modify the $default stage.</p>",
5814                        "smithy.api#jsonName": "apiGatewayManaged"
5815                    }
5816                },
5817                "AutoDeploy": {
5818                    "target": "com.amazonaws.apigatewayv2#__boolean",
5819                    "traits": {
5820                        "smithy.api#documentation": "<p>Specifies whether updates to an API automatically trigger a new deployment. The default value is false.</p>",
5821                        "smithy.api#jsonName": "autoDeploy"
5822                    }
5823                },
5824                "ClientCertificateId": {
5825                    "target": "com.amazonaws.apigatewayv2#Id",
5826                    "traits": {
5827                        "smithy.api#documentation": "<p>The identifier of a client certificate for a Stage. Supported only for WebSocket APIs.</p>",
5828                        "smithy.api#jsonName": "clientCertificateId"
5829                    }
5830                },
5831                "CreatedDate": {
5832                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
5833                    "traits": {
5834                        "smithy.api#documentation": "<p>The timestamp when the stage was created.</p>",
5835                        "smithy.api#jsonName": "createdDate"
5836                    }
5837                },
5838                "DefaultRouteSettings": {
5839                    "target": "com.amazonaws.apigatewayv2#RouteSettings",
5840                    "traits": {
5841                        "smithy.api#documentation": "<p>Default route settings for the stage.</p>",
5842                        "smithy.api#jsonName": "defaultRouteSettings"
5843                    }
5844                },
5845                "DeploymentId": {
5846                    "target": "com.amazonaws.apigatewayv2#Id",
5847                    "traits": {
5848                        "smithy.api#documentation": "<p>The identifier of the Deployment that the Stage is associated with. Can't be updated if autoDeploy is enabled.</p>",
5849                        "smithy.api#jsonName": "deploymentId"
5850                    }
5851                },
5852                "Description": {
5853                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
5854                    "traits": {
5855                        "smithy.api#documentation": "<p>The description of the stage.</p>",
5856                        "smithy.api#jsonName": "description"
5857                    }
5858                },
5859                "LastDeploymentStatusMessage": {
5860                    "target": "com.amazonaws.apigatewayv2#__string",
5861                    "traits": {
5862                        "smithy.api#documentation": "<p>Describes the status of the last deployment of a stage. Supported only for stages with autoDeploy enabled.</p>",
5863                        "smithy.api#jsonName": "lastDeploymentStatusMessage"
5864                    }
5865                },
5866                "LastUpdatedDate": {
5867                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
5868                    "traits": {
5869                        "smithy.api#documentation": "<p>The timestamp when the stage was last updated.</p>",
5870                        "smithy.api#jsonName": "lastUpdatedDate"
5871                    }
5872                },
5873                "RouteSettings": {
5874                    "target": "com.amazonaws.apigatewayv2#RouteSettingsMap",
5875                    "traits": {
5876                        "smithy.api#documentation": "<p>Route settings for the stage, by routeKey.</p>",
5877                        "smithy.api#jsonName": "routeSettings"
5878                    }
5879                },
5880                "StageName": {
5881                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
5882                    "traits": {
5883                        "smithy.api#documentation": "<p>The name of the stage.</p>",
5884                        "smithy.api#jsonName": "stageName"
5885                    }
5886                },
5887                "StageVariables": {
5888                    "target": "com.amazonaws.apigatewayv2#StageVariablesMap",
5889                    "traits": {
5890                        "smithy.api#documentation": "<p>A map that defines the stage variables for a stage resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&amp;=,]+.</p>",
5891                        "smithy.api#jsonName": "stageVariables"
5892                    }
5893                },
5894                "Tags": {
5895                    "target": "com.amazonaws.apigatewayv2#Tags",
5896                    "traits": {
5897                        "smithy.api#documentation": "<p>The collection of tags. Each tag element is associated with a given resource.</p>",
5898                        "smithy.api#jsonName": "tags"
5899                    }
5900                }
5901            }
5902        },
5903        "com.amazonaws.apigatewayv2#GetStages": {
5904            "type": "operation",
5905            "input": {
5906                "target": "com.amazonaws.apigatewayv2#GetStagesRequest"
5907            },
5908            "output": {
5909                "target": "com.amazonaws.apigatewayv2#GetStagesResponse"
5910            },
5911            "errors": [
5912                {
5913                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
5914                },
5915                {
5916                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
5917                },
5918                {
5919                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
5920                }
5921            ],
5922            "traits": {
5923                "smithy.api#documentation": "<p>Gets the Stages for an API.</p>",
5924                "smithy.api#http": {
5925                    "method": "GET",
5926                    "uri": "/v2/apis/{ApiId}/stages",
5927                    "code": 200
5928                }
5929            }
5930        },
5931        "com.amazonaws.apigatewayv2#GetStagesRequest": {
5932            "type": "structure",
5933            "members": {
5934                "ApiId": {
5935                    "target": "com.amazonaws.apigatewayv2#__string",
5936                    "traits": {
5937                        "smithy.api#documentation": "<p>The API identifier.</p>",
5938                        "smithy.api#httpLabel": {},
5939                        "smithy.api#required": {}
5940                    }
5941                },
5942                "MaxResults": {
5943                    "target": "com.amazonaws.apigatewayv2#__string",
5944                    "traits": {
5945                        "smithy.api#documentation": "<p>The maximum number of elements to be returned for this resource.</p>",
5946                        "smithy.api#httpQuery": "maxResults"
5947                    }
5948                },
5949                "NextToken": {
5950                    "target": "com.amazonaws.apigatewayv2#__string",
5951                    "traits": {
5952                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
5953                        "smithy.api#httpQuery": "nextToken"
5954                    }
5955                }
5956            }
5957        },
5958        "com.amazonaws.apigatewayv2#GetStagesResponse": {
5959            "type": "structure",
5960            "members": {
5961                "Items": {
5962                    "target": "com.amazonaws.apigatewayv2#__listOfStage",
5963                    "traits": {
5964                        "smithy.api#documentation": "<p>The elements from this collection.</p>",
5965                        "smithy.api#jsonName": "items"
5966                    }
5967                },
5968                "NextToken": {
5969                    "target": "com.amazonaws.apigatewayv2#NextToken",
5970                    "traits": {
5971                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
5972                        "smithy.api#jsonName": "nextToken"
5973                    }
5974                }
5975            }
5976        },
5977        "com.amazonaws.apigatewayv2#GetTags": {
5978            "type": "operation",
5979            "input": {
5980                "target": "com.amazonaws.apigatewayv2#GetTagsRequest"
5981            },
5982            "output": {
5983                "target": "com.amazonaws.apigatewayv2#GetTagsResponse"
5984            },
5985            "errors": [
5986                {
5987                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
5988                },
5989                {
5990                    "target": "com.amazonaws.apigatewayv2#ConflictException"
5991                },
5992                {
5993                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
5994                },
5995                {
5996                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
5997                }
5998            ],
5999            "traits": {
6000                "smithy.api#documentation": "<p>Gets a collection of Tag resources.</p>",
6001                "smithy.api#http": {
6002                    "method": "GET",
6003                    "uri": "/v2/tags/{ResourceArn}",
6004                    "code": 200
6005                }
6006            }
6007        },
6008        "com.amazonaws.apigatewayv2#GetTagsRequest": {
6009            "type": "structure",
6010            "members": {
6011                "ResourceArn": {
6012                    "target": "com.amazonaws.apigatewayv2#__string",
6013                    "traits": {
6014                        "smithy.api#documentation": "<p>The resource ARN for the tag.</p>",
6015                        "smithy.api#httpLabel": {},
6016                        "smithy.api#required": {}
6017                    }
6018                }
6019            }
6020        },
6021        "com.amazonaws.apigatewayv2#GetTagsResponse": {
6022            "type": "structure",
6023            "members": {
6024                "Tags": {
6025                    "target": "com.amazonaws.apigatewayv2#Tags",
6026                    "traits": {
6027                        "smithy.api#jsonName": "tags"
6028                    }
6029                }
6030            }
6031        },
6032        "com.amazonaws.apigatewayv2#GetVpcLink": {
6033            "type": "operation",
6034            "input": {
6035                "target": "com.amazonaws.apigatewayv2#GetVpcLinkRequest"
6036            },
6037            "output": {
6038                "target": "com.amazonaws.apigatewayv2#GetVpcLinkResponse"
6039            },
6040            "errors": [
6041                {
6042                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
6043                },
6044                {
6045                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
6046                }
6047            ],
6048            "traits": {
6049                "smithy.api#documentation": "<p>Gets a VPC link.</p>",
6050                "smithy.api#http": {
6051                    "method": "GET",
6052                    "uri": "/v2/vpclinks/{VpcLinkId}",
6053                    "code": 200
6054                }
6055            }
6056        },
6057        "com.amazonaws.apigatewayv2#GetVpcLinkRequest": {
6058            "type": "structure",
6059            "members": {
6060                "VpcLinkId": {
6061                    "target": "com.amazonaws.apigatewayv2#__string",
6062                    "traits": {
6063                        "smithy.api#documentation": "<p>The ID of the VPC link.</p>",
6064                        "smithy.api#httpLabel": {},
6065                        "smithy.api#required": {}
6066                    }
6067                }
6068            }
6069        },
6070        "com.amazonaws.apigatewayv2#GetVpcLinkResponse": {
6071            "type": "structure",
6072            "members": {
6073                "CreatedDate": {
6074                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
6075                    "traits": {
6076                        "smithy.api#documentation": "<p>The timestamp when the VPC link was created.</p>",
6077                        "smithy.api#jsonName": "createdDate"
6078                    }
6079                },
6080                "Name": {
6081                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
6082                    "traits": {
6083                        "smithy.api#documentation": "<p>The name of the VPC link.</p>",
6084                        "smithy.api#jsonName": "name"
6085                    }
6086                },
6087                "SecurityGroupIds": {
6088                    "target": "com.amazonaws.apigatewayv2#SecurityGroupIdList",
6089                    "traits": {
6090                        "smithy.api#documentation": "<p>A list of security group IDs for the VPC link.</p>",
6091                        "smithy.api#jsonName": "securityGroupIds"
6092                    }
6093                },
6094                "SubnetIds": {
6095                    "target": "com.amazonaws.apigatewayv2#SubnetIdList",
6096                    "traits": {
6097                        "smithy.api#documentation": "<p>A list of subnet IDs to include in the VPC link.</p>",
6098                        "smithy.api#jsonName": "subnetIds"
6099                    }
6100                },
6101                "Tags": {
6102                    "target": "com.amazonaws.apigatewayv2#Tags",
6103                    "traits": {
6104                        "smithy.api#documentation": "<p>Tags for the VPC link.</p>",
6105                        "smithy.api#jsonName": "tags"
6106                    }
6107                },
6108                "VpcLinkId": {
6109                    "target": "com.amazonaws.apigatewayv2#Id",
6110                    "traits": {
6111                        "smithy.api#documentation": "<p>The ID of the VPC link.</p>",
6112                        "smithy.api#jsonName": "vpcLinkId"
6113                    }
6114                },
6115                "VpcLinkStatus": {
6116                    "target": "com.amazonaws.apigatewayv2#VpcLinkStatus",
6117                    "traits": {
6118                        "smithy.api#documentation": "<p>The status of the VPC link.</p>",
6119                        "smithy.api#jsonName": "vpcLinkStatus"
6120                    }
6121                },
6122                "VpcLinkStatusMessage": {
6123                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
6124                    "traits": {
6125                        "smithy.api#documentation": "<p>A message summarizing the cause of the status of the VPC link.</p>",
6126                        "smithy.api#jsonName": "vpcLinkStatusMessage"
6127                    }
6128                },
6129                "VpcLinkVersion": {
6130                    "target": "com.amazonaws.apigatewayv2#VpcLinkVersion",
6131                    "traits": {
6132                        "smithy.api#documentation": "<p>The version of the VPC link.</p>",
6133                        "smithy.api#jsonName": "vpcLinkVersion"
6134                    }
6135                }
6136            }
6137        },
6138        "com.amazonaws.apigatewayv2#GetVpcLinks": {
6139            "type": "operation",
6140            "input": {
6141                "target": "com.amazonaws.apigatewayv2#GetVpcLinksRequest"
6142            },
6143            "output": {
6144                "target": "com.amazonaws.apigatewayv2#GetVpcLinksResponse"
6145            },
6146            "errors": [
6147                {
6148                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
6149                },
6150                {
6151                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
6152                }
6153            ],
6154            "traits": {
6155                "smithy.api#documentation": "<p>Gets a collection of VPC links.</p>",
6156                "smithy.api#http": {
6157                    "method": "GET",
6158                    "uri": "/v2/vpclinks",
6159                    "code": 200
6160                }
6161            }
6162        },
6163        "com.amazonaws.apigatewayv2#GetVpcLinksRequest": {
6164            "type": "structure",
6165            "members": {
6166                "MaxResults": {
6167                    "target": "com.amazonaws.apigatewayv2#__string",
6168                    "traits": {
6169                        "smithy.api#documentation": "<p>The maximum number of elements to be returned for this resource.</p>",
6170                        "smithy.api#httpQuery": "maxResults"
6171                    }
6172                },
6173                "NextToken": {
6174                    "target": "com.amazonaws.apigatewayv2#__string",
6175                    "traits": {
6176                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
6177                        "smithy.api#httpQuery": "nextToken"
6178                    }
6179                }
6180            }
6181        },
6182        "com.amazonaws.apigatewayv2#GetVpcLinksResponse": {
6183            "type": "structure",
6184            "members": {
6185                "Items": {
6186                    "target": "com.amazonaws.apigatewayv2#__listOfVpcLink",
6187                    "traits": {
6188                        "smithy.api#documentation": "<p>A collection of VPC links.</p>",
6189                        "smithy.api#jsonName": "items"
6190                    }
6191                },
6192                "NextToken": {
6193                    "target": "com.amazonaws.apigatewayv2#NextToken",
6194                    "traits": {
6195                        "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>",
6196                        "smithy.api#jsonName": "nextToken"
6197                    }
6198                }
6199            }
6200        },
6201        "com.amazonaws.apigatewayv2#Id": {
6202            "type": "string",
6203            "traits": {
6204                "smithy.api#documentation": "<p>The identifier.</p>"
6205            }
6206        },
6207        "com.amazonaws.apigatewayv2#IdentitySourceList": {
6208            "type": "list",
6209            "member": {
6210                "target": "com.amazonaws.apigatewayv2#__string"
6211            },
6212            "traits": {
6213                "smithy.api#documentation": "<p>The identity source for which authorization is requested. For the REQUEST authorizer, this is required when authorization caching is enabled. The value is a comma-separated string of one or more mapping expressions of the specified request parameters. For example, if an Auth header, a Name query string parameter are defined as identity sources, this value is $method.request.header.Auth, $method.request.querystring.Name. These parameters will be used to derive the authorization caching key and to perform runtime validation of the REQUEST authorizer by verifying all of the identity-related request parameters are present, not null and non-empty. Only when this is true does the authorizer invoke the authorizer Lambda function, otherwise, it returns a 401 Unauthorized response without calling the Lambda function. The valid value is a string of comma-separated mapping expressions of the specified request parameters. When the authorization caching is not enabled, this property is optional.</p>"
6214            }
6215        },
6216        "com.amazonaws.apigatewayv2#ImportApi": {
6217            "type": "operation",
6218            "input": {
6219                "target": "com.amazonaws.apigatewayv2#ImportApiRequest"
6220            },
6221            "output": {
6222                "target": "com.amazonaws.apigatewayv2#ImportApiResponse"
6223            },
6224            "errors": [
6225                {
6226                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
6227                },
6228                {
6229                    "target": "com.amazonaws.apigatewayv2#ConflictException"
6230                },
6231                {
6232                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
6233                },
6234                {
6235                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
6236                }
6237            ],
6238            "traits": {
6239                "smithy.api#documentation": "<p>Imports an API.</p>",
6240                "smithy.api#http": {
6241                    "method": "PUT",
6242                    "uri": "/v2/apis",
6243                    "code": 201
6244                }
6245            }
6246        },
6247        "com.amazonaws.apigatewayv2#ImportApiRequest": {
6248            "type": "structure",
6249            "members": {
6250                "Basepath": {
6251                    "target": "com.amazonaws.apigatewayv2#__string",
6252                    "traits": {
6253                        "smithy.api#documentation": "<p>Specifies how to interpret the base path of the API during import. Valid values are ignore, prepend, and split. The default value is ignore. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-import-api-basePath.html\">Set the OpenAPI basePath Property</a>. Supported only for HTTP APIs.</p>",
6254                        "smithy.api#httpQuery": "basepath"
6255                    }
6256                },
6257                "Body": {
6258                    "target": "com.amazonaws.apigatewayv2#__string",
6259                    "traits": {
6260                        "smithy.api#documentation": "<p>The OpenAPI definition. Supported only for HTTP APIs.</p>",
6261                        "smithy.api#jsonName": "body",
6262                        "smithy.api#required": {}
6263                    }
6264                },
6265                "FailOnWarnings": {
6266                    "target": "com.amazonaws.apigatewayv2#__boolean",
6267                    "traits": {
6268                        "smithy.api#documentation": "<p>Specifies whether to rollback the API creation when a warning is encountered. By default, API creation continues if a warning is encountered.</p>",
6269                        "smithy.api#httpQuery": "failOnWarnings"
6270                    }
6271                }
6272            },
6273            "traits": {
6274                "smithy.api#documentation": "<p></p>"
6275            }
6276        },
6277        "com.amazonaws.apigatewayv2#ImportApiResponse": {
6278            "type": "structure",
6279            "members": {
6280                "ApiEndpoint": {
6281                    "target": "com.amazonaws.apigatewayv2#__string",
6282                    "traits": {
6283                        "smithy.api#documentation": "<p>The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is typically appended to this URI to form a complete path to a deployed API stage.</p>",
6284                        "smithy.api#jsonName": "apiEndpoint"
6285                    }
6286                },
6287                "ApiGatewayManaged": {
6288                    "target": "com.amazonaws.apigatewayv2#__boolean",
6289                    "traits": {
6290                        "smithy.api#documentation": "<p>Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API Gateway. A managed API can be deleted only through the tooling or service that created it.</p>",
6291                        "smithy.api#jsonName": "apiGatewayManaged"
6292                    }
6293                },
6294                "ApiId": {
6295                    "target": "com.amazonaws.apigatewayv2#Id",
6296                    "traits": {
6297                        "smithy.api#documentation": "<p>The API ID.</p>",
6298                        "smithy.api#jsonName": "apiId"
6299                    }
6300                },
6301                "ApiKeySelectionExpression": {
6302                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
6303                    "traits": {
6304                        "smithy.api#documentation": "<p>An API key selection expression. Supported only for WebSocket APIs. See <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions\">API Key Selection Expressions</a>.</p>",
6305                        "smithy.api#jsonName": "apiKeySelectionExpression"
6306                    }
6307                },
6308                "CorsConfiguration": {
6309                    "target": "com.amazonaws.apigatewayv2#Cors",
6310                    "traits": {
6311                        "smithy.api#documentation": "<p>A CORS configuration. Supported only for HTTP APIs.</p>",
6312                        "smithy.api#jsonName": "corsConfiguration"
6313                    }
6314                },
6315                "CreatedDate": {
6316                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
6317                    "traits": {
6318                        "smithy.api#documentation": "<p>The timestamp when the API was created.</p>",
6319                        "smithy.api#jsonName": "createdDate"
6320                    }
6321                },
6322                "Description": {
6323                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
6324                    "traits": {
6325                        "smithy.api#documentation": "<p>The description of the API.</p>",
6326                        "smithy.api#jsonName": "description"
6327                    }
6328                },
6329                "DisableSchemaValidation": {
6330                    "target": "com.amazonaws.apigatewayv2#__boolean",
6331                    "traits": {
6332                        "smithy.api#documentation": "<p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>",
6333                        "smithy.api#jsonName": "disableSchemaValidation"
6334                    }
6335                },
6336                "DisableExecuteApiEndpoint": {
6337                    "target": "com.amazonaws.apigatewayv2#__boolean",
6338                    "traits": {
6339                        "smithy.api#documentation": "<p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>",
6340                        "smithy.api#jsonName": "disableExecuteApiEndpoint"
6341                    }
6342                },
6343                "ImportInfo": {
6344                    "target": "com.amazonaws.apigatewayv2#__listOf__string",
6345                    "traits": {
6346                        "smithy.api#documentation": "<p>The validation information during API import. This may include particular properties of your OpenAPI definition which are ignored during import. Supported only for HTTP APIs.</p>",
6347                        "smithy.api#jsonName": "importInfo"
6348                    }
6349                },
6350                "Name": {
6351                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
6352                    "traits": {
6353                        "smithy.api#documentation": "<p>The name of the API.</p>",
6354                        "smithy.api#jsonName": "name"
6355                    }
6356                },
6357                "ProtocolType": {
6358                    "target": "com.amazonaws.apigatewayv2#ProtocolType",
6359                    "traits": {
6360                        "smithy.api#documentation": "<p>The API protocol.</p>",
6361                        "smithy.api#jsonName": "protocolType"
6362                    }
6363                },
6364                "RouteSelectionExpression": {
6365                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
6366                    "traits": {
6367                        "smithy.api#documentation": "<p>The route selection expression for the API. For HTTP APIs, the routeSelectionExpression must be ${request.method} ${request.path}. If not provided, this will be the default for HTTP APIs. This property is required for WebSocket APIs.</p>",
6368                        "smithy.api#jsonName": "routeSelectionExpression"
6369                    }
6370                },
6371                "Tags": {
6372                    "target": "com.amazonaws.apigatewayv2#Tags",
6373                    "traits": {
6374                        "smithy.api#documentation": "<p>A collection of tags associated with the API.</p>",
6375                        "smithy.api#jsonName": "tags"
6376                    }
6377                },
6378                "Version": {
6379                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
6380                    "traits": {
6381                        "smithy.api#documentation": "<p>A version identifier for the API.</p>",
6382                        "smithy.api#jsonName": "version"
6383                    }
6384                },
6385                "Warnings": {
6386                    "target": "com.amazonaws.apigatewayv2#__listOf__string",
6387                    "traits": {
6388                        "smithy.api#documentation": "<p>The warning messages reported when failonwarnings is turned on during API import.</p>",
6389                        "smithy.api#jsonName": "warnings"
6390                    }
6391                }
6392            }
6393        },
6394        "com.amazonaws.apigatewayv2#IntegerWithLengthBetween0And3600": {
6395            "type": "integer",
6396            "traits": {
6397                "smithy.api#documentation": "<p>An integer with a value between [0-3600].</p>",
6398                "smithy.api#range": {
6399                    "min": 0,
6400                    "max": 3600
6401                }
6402            }
6403        },
6404        "com.amazonaws.apigatewayv2#IntegerWithLengthBetween50And30000": {
6405            "type": "integer",
6406            "traits": {
6407                "smithy.api#documentation": "<p>An integer with a value between [50-30000].</p>",
6408                "smithy.api#range": {
6409                    "min": 50,
6410                    "max": 30000
6411                }
6412            }
6413        },
6414        "com.amazonaws.apigatewayv2#IntegerWithLengthBetweenMinus1And86400": {
6415            "type": "integer",
6416            "traits": {
6417                "smithy.api#documentation": "<p>An integer with a value between -1 and 86400. Supported only for HTTP APIs.</p>",
6418                "smithy.api#range": {
6419                    "min": -1,
6420                    "max": 86400
6421                }
6422            }
6423        },
6424        "com.amazonaws.apigatewayv2#Integration": {
6425            "type": "structure",
6426            "members": {
6427                "ApiGatewayManaged": {
6428                    "target": "com.amazonaws.apigatewayv2#__boolean",
6429                    "traits": {
6430                        "smithy.api#documentation": "<p>Specifies whether an integration is managed by API Gateway. If you created an API using using quick create, the resulting integration is managed by API Gateway. You can update a managed integration, but you can't delete it.</p>",
6431                        "smithy.api#jsonName": "apiGatewayManaged"
6432                    }
6433                },
6434                "ConnectionId": {
6435                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And1024",
6436                    "traits": {
6437                        "smithy.api#documentation": "<p>The ID of the VPC link for a private integration. Supported only for HTTP APIs.</p>",
6438                        "smithy.api#jsonName": "connectionId"
6439                    }
6440                },
6441                "ConnectionType": {
6442                    "target": "com.amazonaws.apigatewayv2#ConnectionType",
6443                    "traits": {
6444                        "smithy.api#documentation": "<p>The type of the network connection to the integration endpoint. Specify INTERNET for connections through the public routable internet or VPC_LINK for private connections between API Gateway and resources in a VPC. The default value is INTERNET.</p>",
6445                        "smithy.api#jsonName": "connectionType"
6446                    }
6447                },
6448                "ContentHandlingStrategy": {
6449                    "target": "com.amazonaws.apigatewayv2#ContentHandlingStrategy",
6450                    "traits": {
6451                        "smithy.api#documentation": "<p>Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:</p> <p>CONVERT_TO_BINARY: Converts a response payload from a Base64-encoded string to the corresponding binary blob.</p> <p>CONVERT_TO_TEXT: Converts a response payload from a binary blob to a Base64-encoded string.</p> <p>If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification.</p>",
6452                        "smithy.api#jsonName": "contentHandlingStrategy"
6453                    }
6454                },
6455                "CredentialsArn": {
6456                    "target": "com.amazonaws.apigatewayv2#Arn",
6457                    "traits": {
6458                        "smithy.api#documentation": "<p>Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam::*:user/*. To use resource-based permissions on supported AWS services, specify null.</p>",
6459                        "smithy.api#jsonName": "credentialsArn"
6460                    }
6461                },
6462                "Description": {
6463                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
6464                    "traits": {
6465                        "smithy.api#documentation": "<p>Represents the description of an integration.</p>",
6466                        "smithy.api#jsonName": "description"
6467                    }
6468                },
6469                "IntegrationId": {
6470                    "target": "com.amazonaws.apigatewayv2#Id",
6471                    "traits": {
6472                        "smithy.api#documentation": "<p>Represents the identifier of an integration.</p>",
6473                        "smithy.api#jsonName": "integrationId"
6474                    }
6475                },
6476                "IntegrationMethod": {
6477                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
6478                    "traits": {
6479                        "smithy.api#documentation": "<p>Specifies the integration's HTTP method type.</p>",
6480                        "smithy.api#jsonName": "integrationMethod"
6481                    }
6482                },
6483                "IntegrationResponseSelectionExpression": {
6484                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
6485                    "traits": {
6486                        "smithy.api#documentation": "<p>The integration response selection expression for the integration. Supported only for WebSocket APIs. See <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-integration-response-selection-expressions\">Integration Response Selection Expressions</a>.</p>",
6487                        "smithy.api#jsonName": "integrationResponseSelectionExpression"
6488                    }
6489                },
6490                "IntegrationSubtype": {
6491                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
6492                    "traits": {
6493                        "smithy.api#documentation": "<p>Supported only for HTTP API AWS_PROXY integrations. Specifies the AWS service action to invoke. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services-reference.html\">Integration subtype reference</a>.</p>",
6494                        "smithy.api#jsonName": "integrationSubtype"
6495                    }
6496                },
6497                "IntegrationType": {
6498                    "target": "com.amazonaws.apigatewayv2#IntegrationType",
6499                    "traits": {
6500                        "smithy.api#documentation": "<p>The integration type of an integration. One of the following:</p> <p>AWS: for integrating the route or method request with an AWS service action, including the Lambda function-invoking action. With the Lambda function-invoking action, this is referred to as the Lambda custom integration. With any other AWS service action, this is known as AWS integration. Supported only for WebSocket APIs.</p> <p>AWS_PROXY: for integrating the route or method request with a Lambda function or other AWS service action. This integration is also referred to as a Lambda proxy integration.</p> <p>HTTP: for integrating the route or method request with an HTTP endpoint. This integration is also referred to as the HTTP custom integration. Supported only for WebSocket APIs.</p> <p>HTTP_PROXY: for integrating the route or method request with an HTTP endpoint, with the client request passed through as-is. This is also referred to as HTTP proxy integration.</p> <p>MOCK: for integrating the route or method request with API Gateway as a \"loopback\" endpoint without invoking any backend. Supported only for WebSocket APIs.</p>",
6501                        "smithy.api#jsonName": "integrationType"
6502                    }
6503                },
6504                "IntegrationUri": {
6505                    "target": "com.amazonaws.apigatewayv2#UriWithLengthBetween1And2048",
6506                    "traits": {
6507                        "smithy.api#documentation": "<p>For a Lambda integration, specify the URI of a Lambda function.</p> <p>For an HTTP integration, specify a fully-qualified URL.</p> <p>For an HTTP API private integration, specify the ARN of an Application Load Balancer listener, Network Load Balancer listener, or AWS Cloud Map service. If you specify the ARN of an AWS Cloud Map service, API Gateway uses DiscoverInstances to identify resources. You can use query parameters to target specific resources. To learn more, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_DiscoverInstances.html\">DiscoverInstances</a>. For private integrations, all resources must be owned by the same AWS account.</p>",
6508                        "smithy.api#jsonName": "integrationUri"
6509                    }
6510                },
6511                "PassthroughBehavior": {
6512                    "target": "com.amazonaws.apigatewayv2#PassthroughBehavior",
6513                    "traits": {
6514                        "smithy.api#documentation": "<p>Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER. Supported only for WebSocket APIs.</p> <p>WHEN_NO_MATCH passes the request body for unmapped content types through to the integration backend without transformation.</p> <p>NEVER rejects unmapped content types with an HTTP 415 Unsupported Media Type response.</p> <p>WHEN_NO_TEMPLATES allows pass-through when the integration has no content types mapped to templates. However, if there is at least one content type defined, unmapped content types will be rejected with the same HTTP 415 Unsupported Media Type response.</p>",
6515                        "smithy.api#jsonName": "passthroughBehavior"
6516                    }
6517                },
6518                "PayloadFormatVersion": {
6519                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
6520                    "traits": {
6521                        "smithy.api#documentation": "<p>Specifies the format of the payload sent to an integration. Required for HTTP APIs.</p>",
6522                        "smithy.api#jsonName": "payloadFormatVersion"
6523                    }
6524                },
6525                "RequestParameters": {
6526                    "target": "com.amazonaws.apigatewayv2#IntegrationParameters",
6527                    "traits": {
6528                        "smithy.api#documentation": "<p>For WebSocket APIs, a key-value map specifying request parameters that are passed from the method request to the backend. The key is an integration request parameter name and the associated value is a method request parameter value or static value that must be enclosed within single quotes and pre-encoded as required by the backend. The method request parameter value must match the pattern of method.request.<replaceable>{location}</replaceable>.<replaceable>{name}</replaceable>\n          , where \n            <replaceable>{location}</replaceable>\n           is querystring, path, or header; and \n            <replaceable>{name}</replaceable>\n           must be a valid and unique method request parameter name.</p> <p>For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services.html\">Working with AWS service integrations for HTTP APIs</a>.</p> <p>For HTTP API itegrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to backend integrations. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt;. The action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html\">Transforming API requests and responses</a>.</p>",
6529                        "smithy.api#jsonName": "requestParameters"
6530                    }
6531                },
6532                "RequestTemplates": {
6533                    "target": "com.amazonaws.apigatewayv2#TemplateMap",
6534                    "traits": {
6535                        "smithy.api#documentation": "<p>Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. The content type value is the key in this map, and the template (as a String) is the value. Supported only for WebSocket APIs.</p>",
6536                        "smithy.api#jsonName": "requestTemplates"
6537                    }
6538                },
6539                "ResponseParameters": {
6540                    "target": "com.amazonaws.apigatewayv2#ResponseParameters",
6541                    "traits": {
6542                        "smithy.api#documentation": "<p>Supported only for HTTP APIs. You use response parameters to transform the HTTP response from a backend integration before returning the response to clients. Specify a key-value map from a selection key to response parameters. The selection key must be a valid HTTP status code within the range of 200-599. Response parameters are a key-value map. The key must match pattern &lt;action&gt;:&lt;header&gt;.&lt;location&gt; or overwrite.statuscode. The action can be append, overwrite or remove. The value can be a static value, or map to response data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html\">Transforming API requests and responses</a>.</p>",
6543                        "smithy.api#jsonName": "responseParameters"
6544                    }
6545                },
6546                "TemplateSelectionExpression": {
6547                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
6548                    "traits": {
6549                        "smithy.api#documentation": "<p>The template selection expression for the integration. Supported only for WebSocket APIs.</p>",
6550                        "smithy.api#jsonName": "templateSelectionExpression"
6551                    }
6552                },
6553                "TimeoutInMillis": {
6554                    "target": "com.amazonaws.apigatewayv2#IntegerWithLengthBetween50And30000",
6555                    "traits": {
6556                        "smithy.api#documentation": "<p>Custom timeout between 50 and 29,000 milliseconds for WebSocket APIs and between 50 and 30,000 milliseconds for HTTP APIs. The default timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP APIs.</p>",
6557                        "smithy.api#jsonName": "timeoutInMillis"
6558                    }
6559                },
6560                "TlsConfig": {
6561                    "target": "com.amazonaws.apigatewayv2#TlsConfig",
6562                    "traits": {
6563                        "smithy.api#documentation": "<p>The TLS configuration for a private integration. If you specify a TLS configuration, private integration traffic uses the HTTPS protocol. Supported only for HTTP APIs.</p>",
6564                        "smithy.api#jsonName": "tlsConfig"
6565                    }
6566                }
6567            },
6568            "traits": {
6569                "smithy.api#documentation": "<p>Represents an integration.</p>"
6570            }
6571        },
6572        "com.amazonaws.apigatewayv2#IntegrationParameters": {
6573            "type": "map",
6574            "key": {
6575                "target": "com.amazonaws.apigatewayv2#__string"
6576            },
6577            "value": {
6578                "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And512"
6579            },
6580            "traits": {
6581                "smithy.api#documentation": "<p>For WebSocket APIs, a key-value map specifying request parameters that are passed from the method request to the backend. The key is an integration request parameter name and the associated value is a method request parameter value or static value that must be enclosed within single quotes and pre-encoded as required by the backend. The method request parameter value must match the pattern of method.request.<replaceable>{location}</replaceable>.<replaceable>{name}</replaceable>\n          , where \n            <replaceable>{location}</replaceable>\n           is querystring, path, or header; and \n            <replaceable>{name}</replaceable>\n           must be a valid and unique method request parameter name.</p> <p>For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services.html\">Working with AWS service integrations for HTTP APIs</a>.</p> <p>For HTTP API integrations without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to the backend. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt; where action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html\">Transforming API requests and responses</a>.</p>"
6582            }
6583        },
6584        "com.amazonaws.apigatewayv2#IntegrationResponse": {
6585            "type": "structure",
6586            "members": {
6587                "ContentHandlingStrategy": {
6588                    "target": "com.amazonaws.apigatewayv2#ContentHandlingStrategy",
6589                    "traits": {
6590                        "smithy.api#documentation": "<p>Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:</p> <p>CONVERT_TO_BINARY: Converts a response payload from a Base64-encoded string to the corresponding binary blob.</p> <p>CONVERT_TO_TEXT: Converts a response payload from a binary blob to a Base64-encoded string.</p> <p>If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification.</p>",
6591                        "smithy.api#jsonName": "contentHandlingStrategy"
6592                    }
6593                },
6594                "IntegrationResponseId": {
6595                    "target": "com.amazonaws.apigatewayv2#Id",
6596                    "traits": {
6597                        "smithy.api#documentation": "<p>The integration response ID.</p>",
6598                        "smithy.api#jsonName": "integrationResponseId"
6599                    }
6600                },
6601                "IntegrationResponseKey": {
6602                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
6603                    "traits": {
6604                        "smithy.api#documentation": "<p>The integration response key.</p>",
6605                        "smithy.api#jsonName": "integrationResponseKey",
6606                        "smithy.api#required": {}
6607                    }
6608                },
6609                "ResponseParameters": {
6610                    "target": "com.amazonaws.apigatewayv2#IntegrationParameters",
6611                    "traits": {
6612                        "smithy.api#documentation": "<p>A key-value map specifying response parameters that are passed to the method response from the backend. The key is a method response header parameter name and the mapped value is an integration response header value, a static value enclosed within a pair of single quotes, or a JSON expression from the integration response body. The mapping key must match the pattern of method.response.header.{name}, where name is a valid and unique header name. The mapped non-static value must match the pattern of integration.response.header.{name} or integration.response.body.{JSON-expression}, where name is a valid and unique response header name and JSON-expression is a valid JSON expression without the $ prefix.</p>",
6613                        "smithy.api#jsonName": "responseParameters"
6614                    }
6615                },
6616                "ResponseTemplates": {
6617                    "target": "com.amazonaws.apigatewayv2#TemplateMap",
6618                    "traits": {
6619                        "smithy.api#documentation": "<p>The collection of response templates for the integration response as a string-to-string map of key-value pairs. Response templates are represented as a key/value map, with a content-type as the key and a template as the value.</p>",
6620                        "smithy.api#jsonName": "responseTemplates"
6621                    }
6622                },
6623                "TemplateSelectionExpression": {
6624                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
6625                    "traits": {
6626                        "smithy.api#documentation": "<p>The template selection expressions for the integration response.</p>",
6627                        "smithy.api#jsonName": "templateSelectionExpression"
6628                    }
6629                }
6630            },
6631            "traits": {
6632                "smithy.api#documentation": "<p>Represents an integration response.</p>"
6633            }
6634        },
6635        "com.amazonaws.apigatewayv2#IntegrationType": {
6636            "type": "string",
6637            "traits": {
6638                "smithy.api#documentation": "<p>Represents an API method integration type.</p>",
6639                "smithy.api#enum": [
6640                    {
6641                        "value": "AWS",
6642                        "name": "AWS"
6643                    },
6644                    {
6645                        "value": "HTTP",
6646                        "name": "HTTP"
6647                    },
6648                    {
6649                        "value": "MOCK",
6650                        "name": "MOCK"
6651                    },
6652                    {
6653                        "value": "HTTP_PROXY",
6654                        "name": "HTTP_PROXY"
6655                    },
6656                    {
6657                        "value": "AWS_PROXY",
6658                        "name": "AWS_PROXY"
6659                    }
6660                ]
6661            }
6662        },
6663        "com.amazonaws.apigatewayv2#JWTConfiguration": {
6664            "type": "structure",
6665            "members": {
6666                "Audience": {
6667                    "target": "com.amazonaws.apigatewayv2#__listOf__string",
6668                    "traits": {
6669                        "smithy.api#documentation": "<p>A list of the intended recipients of the JWT. A valid JWT must provide an aud that matches at least one entry in this list. See <a href=\"https://tools.ietf.org/html/rfc7519#section-4.1.3\">RFC 7519</a>. Supported only for HTTP APIs.</p>",
6670                        "smithy.api#jsonName": "audience"
6671                    }
6672                },
6673                "Issuer": {
6674                    "target": "com.amazonaws.apigatewayv2#UriWithLengthBetween1And2048",
6675                    "traits": {
6676                        "smithy.api#documentation": "<p>The base domain of the identity provider that issues JSON Web Tokens. For example, an Amazon Cognito user pool has the following format: https://cognito-idp.<replaceable>{region}</replaceable>.amazonaws.com/<replaceable>{userPoolId}</replaceable>\n               . Required for the JWT authorizer type. Supported only for HTTP APIs.</p>",
6677                        "smithy.api#jsonName": "issuer"
6678                    }
6679                }
6680            },
6681            "traits": {
6682                "smithy.api#documentation": "<p>Represents the configuration of a JWT authorizer. Required for the JWT authorizer type. Supported only for HTTP APIs.</p>"
6683            }
6684        },
6685        "com.amazonaws.apigatewayv2#LoggingLevel": {
6686            "type": "string",
6687            "traits": {
6688                "smithy.api#documentation": "<p>The logging level.</p>",
6689                "smithy.api#enum": [
6690                    {
6691                        "value": "ERROR",
6692                        "name": "ERROR"
6693                    },
6694                    {
6695                        "value": "INFO",
6696                        "name": "INFO"
6697                    },
6698                    {
6699                        "value": "OFF",
6700                        "name": "OFF"
6701                    }
6702                ]
6703            }
6704        },
6705        "com.amazonaws.apigatewayv2#Model": {
6706            "type": "structure",
6707            "members": {
6708                "ContentType": {
6709                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And256",
6710                    "traits": {
6711                        "smithy.api#documentation": "<p>The content-type for the model, for example, \"application/json\".</p>",
6712                        "smithy.api#jsonName": "contentType"
6713                    }
6714                },
6715                "Description": {
6716                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
6717                    "traits": {
6718                        "smithy.api#documentation": "<p>The description of the model.</p>",
6719                        "smithy.api#jsonName": "description"
6720                    }
6721                },
6722                "ModelId": {
6723                    "target": "com.amazonaws.apigatewayv2#Id",
6724                    "traits": {
6725                        "smithy.api#documentation": "<p>The model identifier.</p>",
6726                        "smithy.api#jsonName": "modelId"
6727                    }
6728                },
6729                "Name": {
6730                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
6731                    "traits": {
6732                        "smithy.api#documentation": "<p>The name of the model. Must be alphanumeric.</p>",
6733                        "smithy.api#jsonName": "name",
6734                        "smithy.api#required": {}
6735                    }
6736                },
6737                "Schema": {
6738                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And32K",
6739                    "traits": {
6740                        "smithy.api#documentation": "<p>The schema for the model. For application/json models, this should be JSON schema draft 4 model.</p>",
6741                        "smithy.api#jsonName": "schema"
6742                    }
6743                }
6744            },
6745            "traits": {
6746                "smithy.api#documentation": "<p>Represents a data model for an API. Supported only for WebSocket APIs. See <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/models-mappings.html\">Create Models and Mapping Templates for Request and Response Mappings</a>.</p>"
6747            }
6748        },
6749        "com.amazonaws.apigatewayv2#MutualTlsAuthentication": {
6750            "type": "structure",
6751            "members": {
6752                "TruststoreUri": {
6753                    "target": "com.amazonaws.apigatewayv2#UriWithLengthBetween1And2048",
6754                    "traits": {
6755                        "smithy.api#documentation": "<p>An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example, s3://<replaceable>bucket-name</replaceable>/<replaceable>key-name</replaceable>. The truststore can contain certificates from public or private certificate authorities. To update the truststore, upload a new version to S3, and then update your custom domain name to use the new version. To update the truststore, you must have permissions to access the S3 object.</p>",
6756                        "smithy.api#jsonName": "truststoreUri"
6757                    }
6758                },
6759                "TruststoreVersion": {
6760                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
6761                    "traits": {
6762                        "smithy.api#documentation": "<p>The version of the S3 object that contains your truststore. To specify a version, you must have versioning enabled for the S3 bucket.</p>",
6763                        "smithy.api#jsonName": "truststoreVersion"
6764                    }
6765                },
6766                "TruststoreWarnings": {
6767                    "target": "com.amazonaws.apigatewayv2#__listOf__string",
6768                    "traits": {
6769                        "smithy.api#documentation": "<p>A list of warnings that API Gateway returns while processing your truststore. Invalid certificates produce warnings. Mutual TLS is still enabled, but some clients might not be able to access your API. To resolve warnings, upload a new truststore to S3, and then update you domain name to use the new version.</p>",
6770                        "smithy.api#jsonName": "truststoreWarnings"
6771                    }
6772                }
6773            }
6774        },
6775        "com.amazonaws.apigatewayv2#MutualTlsAuthenticationInput": {
6776            "type": "structure",
6777            "members": {
6778                "TruststoreUri": {
6779                    "target": "com.amazonaws.apigatewayv2#UriWithLengthBetween1And2048",
6780                    "traits": {
6781                        "smithy.api#documentation": "<p>An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example, s3://<replaceable>bucket-name</replaceable>/<replaceable>key-name</replaceable>. The truststore can contain certificates from public or private certificate authorities. To update the truststore, upload a new version to S3, and then update your custom domain name to use the new version. To update the truststore, you must have permissions to access the S3 object.</p>",
6782                        "smithy.api#jsonName": "truststoreUri"
6783                    }
6784                },
6785                "TruststoreVersion": {
6786                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
6787                    "traits": {
6788                        "smithy.api#documentation": "<p>The version of the S3 object that contains your truststore. To specify a version, you must have versioning enabled for the S3 bucket.</p>",
6789                        "smithy.api#jsonName": "truststoreVersion"
6790                    }
6791                }
6792            }
6793        },
6794        "com.amazonaws.apigatewayv2#NextToken": {
6795            "type": "string",
6796            "traits": {
6797                "smithy.api#documentation": "<p>The next page of elements from this collection. Not valid for the last element of the collection.</p>"
6798            }
6799        },
6800        "com.amazonaws.apigatewayv2#NotFoundException": {
6801            "type": "structure",
6802            "members": {
6803                "Message": {
6804                    "target": "com.amazonaws.apigatewayv2#__string",
6805                    "traits": {
6806                        "smithy.api#documentation": "<p>Describes the error encountered.</p>",
6807                        "smithy.api#jsonName": "message"
6808                    }
6809                },
6810                "ResourceType": {
6811                    "target": "com.amazonaws.apigatewayv2#__string",
6812                    "traits": {
6813                        "smithy.api#documentation": "<p>The resource type.</p>",
6814                        "smithy.api#jsonName": "resourceType"
6815                    }
6816                }
6817            },
6818            "traits": {
6819                "smithy.api#documentation": "<p>The resource specified in the request was not found. See the message field for more information.</p>",
6820                "smithy.api#error": "client",
6821                "smithy.api#httpError": 404
6822            }
6823        },
6824        "com.amazonaws.apigatewayv2#ParameterConstraints": {
6825            "type": "structure",
6826            "members": {
6827                "Required": {
6828                    "target": "com.amazonaws.apigatewayv2#__boolean",
6829                    "traits": {
6830                        "smithy.api#documentation": "<p>Whether or not the parameter is required.</p>",
6831                        "smithy.api#jsonName": "required"
6832                    }
6833                }
6834            },
6835            "traits": {
6836                "smithy.api#documentation": "<p>Validation constraints imposed on parameters of a request (path, query string, headers).</p>"
6837            }
6838        },
6839        "com.amazonaws.apigatewayv2#PassthroughBehavior": {
6840            "type": "string",
6841            "traits": {
6842                "smithy.api#documentation": "<p>Represents passthrough behavior for an integration response. Supported only for WebSocket APIs.</p>",
6843                "smithy.api#enum": [
6844                    {
6845                        "value": "WHEN_NO_MATCH",
6846                        "name": "WHEN_NO_MATCH"
6847                    },
6848                    {
6849                        "value": "NEVER",
6850                        "name": "NEVER"
6851                    },
6852                    {
6853                        "value": "WHEN_NO_TEMPLATES",
6854                        "name": "WHEN_NO_TEMPLATES"
6855                    }
6856                ]
6857            }
6858        },
6859        "com.amazonaws.apigatewayv2#ProtocolType": {
6860            "type": "string",
6861            "traits": {
6862                "smithy.api#documentation": "Represents a protocol type.",
6863                "smithy.api#enum": [
6864                    {
6865                        "value": "WEBSOCKET",
6866                        "name": "WEBSOCKET"
6867                    },
6868                    {
6869                        "value": "HTTP",
6870                        "name": "HTTP"
6871                    }
6872                ]
6873            }
6874        },
6875        "com.amazonaws.apigatewayv2#ReimportApi": {
6876            "type": "operation",
6877            "input": {
6878                "target": "com.amazonaws.apigatewayv2#ReimportApiRequest"
6879            },
6880            "output": {
6881                "target": "com.amazonaws.apigatewayv2#ReimportApiResponse"
6882            },
6883            "errors": [
6884                {
6885                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
6886                },
6887                {
6888                    "target": "com.amazonaws.apigatewayv2#ConflictException"
6889                },
6890                {
6891                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
6892                },
6893                {
6894                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
6895                }
6896            ],
6897            "traits": {
6898                "smithy.api#documentation": "<p>Puts an Api resource.</p>",
6899                "smithy.api#http": {
6900                    "method": "PUT",
6901                    "uri": "/v2/apis/{ApiId}",
6902                    "code": 201
6903                }
6904            }
6905        },
6906        "com.amazonaws.apigatewayv2#ReimportApiRequest": {
6907            "type": "structure",
6908            "members": {
6909                "ApiId": {
6910                    "target": "com.amazonaws.apigatewayv2#__string",
6911                    "traits": {
6912                        "smithy.api#documentation": "<p>The API identifier.</p>",
6913                        "smithy.api#httpLabel": {},
6914                        "smithy.api#required": {}
6915                    }
6916                },
6917                "Basepath": {
6918                    "target": "com.amazonaws.apigatewayv2#__string",
6919                    "traits": {
6920                        "smithy.api#documentation": "<p>Specifies how to interpret the base path of the API during import. Valid values are ignore, prepend, and split. The default value is ignore. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-import-api-basePath.html\">Set the OpenAPI basePath Property</a>. Supported only for HTTP APIs.</p>",
6921                        "smithy.api#httpQuery": "basepath"
6922                    }
6923                },
6924                "Body": {
6925                    "target": "com.amazonaws.apigatewayv2#__string",
6926                    "traits": {
6927                        "smithy.api#documentation": "<p>The OpenAPI definition. Supported only for HTTP APIs.</p>",
6928                        "smithy.api#jsonName": "body",
6929                        "smithy.api#required": {}
6930                    }
6931                },
6932                "FailOnWarnings": {
6933                    "target": "com.amazonaws.apigatewayv2#__boolean",
6934                    "traits": {
6935                        "smithy.api#documentation": "<p>Specifies whether to rollback the API creation when a warning is encountered. By default, API creation continues if a warning is encountered.</p>",
6936                        "smithy.api#httpQuery": "failOnWarnings"
6937                    }
6938                }
6939            },
6940            "traits": {
6941                "smithy.api#documentation": "<p></p>"
6942            }
6943        },
6944        "com.amazonaws.apigatewayv2#ReimportApiResponse": {
6945            "type": "structure",
6946            "members": {
6947                "ApiEndpoint": {
6948                    "target": "com.amazonaws.apigatewayv2#__string",
6949                    "traits": {
6950                        "smithy.api#documentation": "<p>The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is typically appended to this URI to form a complete path to a deployed API stage.</p>",
6951                        "smithy.api#jsonName": "apiEndpoint"
6952                    }
6953                },
6954                "ApiGatewayManaged": {
6955                    "target": "com.amazonaws.apigatewayv2#__boolean",
6956                    "traits": {
6957                        "smithy.api#documentation": "<p>Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API Gateway. A managed API can be deleted only through the tooling or service that created it.</p>",
6958                        "smithy.api#jsonName": "apiGatewayManaged"
6959                    }
6960                },
6961                "ApiId": {
6962                    "target": "com.amazonaws.apigatewayv2#Id",
6963                    "traits": {
6964                        "smithy.api#documentation": "<p>The API ID.</p>",
6965                        "smithy.api#jsonName": "apiId"
6966                    }
6967                },
6968                "ApiKeySelectionExpression": {
6969                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
6970                    "traits": {
6971                        "smithy.api#documentation": "<p>An API key selection expression. Supported only for WebSocket APIs. See <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions\">API Key Selection Expressions</a>.</p>",
6972                        "smithy.api#jsonName": "apiKeySelectionExpression"
6973                    }
6974                },
6975                "CorsConfiguration": {
6976                    "target": "com.amazonaws.apigatewayv2#Cors",
6977                    "traits": {
6978                        "smithy.api#documentation": "<p>A CORS configuration. Supported only for HTTP APIs.</p>",
6979                        "smithy.api#jsonName": "corsConfiguration"
6980                    }
6981                },
6982                "CreatedDate": {
6983                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
6984                    "traits": {
6985                        "smithy.api#documentation": "<p>The timestamp when the API was created.</p>",
6986                        "smithy.api#jsonName": "createdDate"
6987                    }
6988                },
6989                "Description": {
6990                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
6991                    "traits": {
6992                        "smithy.api#documentation": "<p>The description of the API.</p>",
6993                        "smithy.api#jsonName": "description"
6994                    }
6995                },
6996                "DisableSchemaValidation": {
6997                    "target": "com.amazonaws.apigatewayv2#__boolean",
6998                    "traits": {
6999                        "smithy.api#documentation": "<p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>",
7000                        "smithy.api#jsonName": "disableSchemaValidation"
7001                    }
7002                },
7003                "DisableExecuteApiEndpoint": {
7004                    "target": "com.amazonaws.apigatewayv2#__boolean",
7005                    "traits": {
7006                        "smithy.api#documentation": "<p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>",
7007                        "smithy.api#jsonName": "disableExecuteApiEndpoint"
7008                    }
7009                },
7010                "ImportInfo": {
7011                    "target": "com.amazonaws.apigatewayv2#__listOf__string",
7012                    "traits": {
7013                        "smithy.api#documentation": "<p>The validation information during API import. This may include particular properties of your OpenAPI definition which are ignored during import. Supported only for HTTP APIs.</p>",
7014                        "smithy.api#jsonName": "importInfo"
7015                    }
7016                },
7017                "Name": {
7018                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
7019                    "traits": {
7020                        "smithy.api#documentation": "<p>The name of the API.</p>",
7021                        "smithy.api#jsonName": "name"
7022                    }
7023                },
7024                "ProtocolType": {
7025                    "target": "com.amazonaws.apigatewayv2#ProtocolType",
7026                    "traits": {
7027                        "smithy.api#documentation": "<p>The API protocol.</p>",
7028                        "smithy.api#jsonName": "protocolType"
7029                    }
7030                },
7031                "RouteSelectionExpression": {
7032                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
7033                    "traits": {
7034                        "smithy.api#documentation": "<p>The route selection expression for the API. For HTTP APIs, the routeSelectionExpression must be ${request.method} ${request.path}. If not provided, this will be the default for HTTP APIs. This property is required for WebSocket APIs.</p>",
7035                        "smithy.api#jsonName": "routeSelectionExpression"
7036                    }
7037                },
7038                "Tags": {
7039                    "target": "com.amazonaws.apigatewayv2#Tags",
7040                    "traits": {
7041                        "smithy.api#documentation": "<p>A collection of tags associated with the API.</p>",
7042                        "smithy.api#jsonName": "tags"
7043                    }
7044                },
7045                "Version": {
7046                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
7047                    "traits": {
7048                        "smithy.api#documentation": "<p>A version identifier for the API.</p>",
7049                        "smithy.api#jsonName": "version"
7050                    }
7051                },
7052                "Warnings": {
7053                    "target": "com.amazonaws.apigatewayv2#__listOf__string",
7054                    "traits": {
7055                        "smithy.api#documentation": "<p>The warning messages reported when failonwarnings is turned on during API import.</p>",
7056                        "smithy.api#jsonName": "warnings"
7057                    }
7058                }
7059            }
7060        },
7061        "com.amazonaws.apigatewayv2#ResetAuthorizersCache": {
7062            "type": "operation",
7063            "input": {
7064                "target": "com.amazonaws.apigatewayv2#ResetAuthorizersCacheRequest"
7065            },
7066            "errors": [
7067                {
7068                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
7069                },
7070                {
7071                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
7072                }
7073            ],
7074            "traits": {
7075                "smithy.api#documentation": "<p>Resets all authorizer cache entries on a stage. Supported only for HTTP APIs.</p>",
7076                "smithy.api#http": {
7077                    "method": "DELETE",
7078                    "uri": "/v2/apis/{ApiId}/stages/{StageName}/cache/authorizers",
7079                    "code": 204
7080                }
7081            }
7082        },
7083        "com.amazonaws.apigatewayv2#ResetAuthorizersCacheRequest": {
7084            "type": "structure",
7085            "members": {
7086                "ApiId": {
7087                    "target": "com.amazonaws.apigatewayv2#__string",
7088                    "traits": {
7089                        "smithy.api#documentation": "<p>The API identifier.</p>",
7090                        "smithy.api#httpLabel": {},
7091                        "smithy.api#required": {}
7092                    }
7093                },
7094                "StageName": {
7095                    "target": "com.amazonaws.apigatewayv2#__string",
7096                    "traits": {
7097                        "smithy.api#documentation": "<p>The stage name. Stage names can contain only alphanumeric characters, hyphens, and underscores, or be $default. Maximum length is 128 characters.</p>",
7098                        "smithy.api#httpLabel": {},
7099                        "smithy.api#required": {}
7100                    }
7101                }
7102            }
7103        },
7104        "com.amazonaws.apigatewayv2#ResponseParameters": {
7105            "type": "map",
7106            "key": {
7107                "target": "com.amazonaws.apigatewayv2#__string"
7108            },
7109            "value": {
7110                "target": "com.amazonaws.apigatewayv2#IntegrationParameters"
7111            },
7112            "traits": {
7113                "smithy.api#documentation": "<p>Supported only for HTTP APIs. You use response parameters to transform the HTTP response from a backend integration before returning the response to clients.</p>"
7114            }
7115        },
7116        "com.amazonaws.apigatewayv2#Route": {
7117            "type": "structure",
7118            "members": {
7119                "ApiGatewayManaged": {
7120                    "target": "com.amazonaws.apigatewayv2#__boolean",
7121                    "traits": {
7122                        "smithy.api#documentation": "<p>Specifies whether a route is managed by API Gateway. If you created an API using quick create, the $default route is managed by API Gateway. You can't modify the $default route key.</p>",
7123                        "smithy.api#jsonName": "apiGatewayManaged"
7124                    }
7125                },
7126                "ApiKeyRequired": {
7127                    "target": "com.amazonaws.apigatewayv2#__boolean",
7128                    "traits": {
7129                        "smithy.api#documentation": "<p>Specifies whether an API key is required for this route. Supported only for WebSocket APIs.</p>",
7130                        "smithy.api#jsonName": "apiKeyRequired"
7131                    }
7132                },
7133                "AuthorizationScopes": {
7134                    "target": "com.amazonaws.apigatewayv2#AuthorizationScopes",
7135                    "traits": {
7136                        "smithy.api#documentation": "<p>A list of authorization scopes configured on a route. The scopes are used with a JWT authorizer to authorize the method invocation. The authorization works by matching the route scopes against the scopes parsed from the access token in the incoming request. The method invocation is authorized if any route scope matches a claimed scope in the access token. Otherwise, the invocation is not authorized. When the route scope is configured, the client must provide an access token instead of an identity token for authorization purposes.</p>",
7137                        "smithy.api#jsonName": "authorizationScopes"
7138                    }
7139                },
7140                "AuthorizationType": {
7141                    "target": "com.amazonaws.apigatewayv2#AuthorizationType",
7142                    "traits": {
7143                        "smithy.api#documentation": "<p>The authorization type for the route. For WebSocket APIs, valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer For HTTP APIs, valid values are NONE for open access, JWT for using JSON Web Tokens, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer.</p>",
7144                        "smithy.api#jsonName": "authorizationType"
7145                    }
7146                },
7147                "AuthorizerId": {
7148                    "target": "com.amazonaws.apigatewayv2#Id",
7149                    "traits": {
7150                        "smithy.api#documentation": "<p>The identifier of the Authorizer resource to be associated with this route. The authorizer identifier is generated by API Gateway when you created the authorizer.</p>",
7151                        "smithy.api#jsonName": "authorizerId"
7152                    }
7153                },
7154                "ModelSelectionExpression": {
7155                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
7156                    "traits": {
7157                        "smithy.api#documentation": "<p>The model selection expression for the route. Supported only for WebSocket APIs.</p>",
7158                        "smithy.api#jsonName": "modelSelectionExpression"
7159                    }
7160                },
7161                "OperationName": {
7162                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
7163                    "traits": {
7164                        "smithy.api#documentation": "<p>The operation name for the route.</p>",
7165                        "smithy.api#jsonName": "operationName"
7166                    }
7167                },
7168                "RequestModels": {
7169                    "target": "com.amazonaws.apigatewayv2#RouteModels",
7170                    "traits": {
7171                        "smithy.api#documentation": "<p>The request models for the route. Supported only for WebSocket APIs.</p>",
7172                        "smithy.api#jsonName": "requestModels"
7173                    }
7174                },
7175                "RequestParameters": {
7176                    "target": "com.amazonaws.apigatewayv2#RouteParameters",
7177                    "traits": {
7178                        "smithy.api#documentation": "<p>The request parameters for the route. Supported only for WebSocket APIs.</p>",
7179                        "smithy.api#jsonName": "requestParameters"
7180                    }
7181                },
7182                "RouteId": {
7183                    "target": "com.amazonaws.apigatewayv2#Id",
7184                    "traits": {
7185                        "smithy.api#documentation": "<p>The route ID.</p>",
7186                        "smithy.api#jsonName": "routeId"
7187                    }
7188                },
7189                "RouteKey": {
7190                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
7191                    "traits": {
7192                        "smithy.api#documentation": "<p>The route key for the route.</p>",
7193                        "smithy.api#jsonName": "routeKey",
7194                        "smithy.api#required": {}
7195                    }
7196                },
7197                "RouteResponseSelectionExpression": {
7198                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
7199                    "traits": {
7200                        "smithy.api#documentation": "<p>The route response selection expression for the route. Supported only for WebSocket APIs.</p>",
7201                        "smithy.api#jsonName": "routeResponseSelectionExpression"
7202                    }
7203                },
7204                "Target": {
7205                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
7206                    "traits": {
7207                        "smithy.api#documentation": "<p>The target for the route.</p>",
7208                        "smithy.api#jsonName": "target"
7209                    }
7210                }
7211            },
7212            "traits": {
7213                "smithy.api#documentation": "<p>Represents a route.</p>"
7214            }
7215        },
7216        "com.amazonaws.apigatewayv2#RouteModels": {
7217            "type": "map",
7218            "key": {
7219                "target": "com.amazonaws.apigatewayv2#__string"
7220            },
7221            "value": {
7222                "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128"
7223            },
7224            "traits": {
7225                "smithy.api#documentation": "<p>The route models.</p>"
7226            }
7227        },
7228        "com.amazonaws.apigatewayv2#RouteParameters": {
7229            "type": "map",
7230            "key": {
7231                "target": "com.amazonaws.apigatewayv2#__string"
7232            },
7233            "value": {
7234                "target": "com.amazonaws.apigatewayv2#ParameterConstraints"
7235            },
7236            "traits": {
7237                "smithy.api#documentation": "<p>The route parameters.</p>"
7238            }
7239        },
7240        "com.amazonaws.apigatewayv2#RouteResponse": {
7241            "type": "structure",
7242            "members": {
7243                "ModelSelectionExpression": {
7244                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
7245                    "traits": {
7246                        "smithy.api#documentation": "<p>Represents the model selection expression of a route response. Supported only for WebSocket APIs.</p>",
7247                        "smithy.api#jsonName": "modelSelectionExpression"
7248                    }
7249                },
7250                "ResponseModels": {
7251                    "target": "com.amazonaws.apigatewayv2#RouteModels",
7252                    "traits": {
7253                        "smithy.api#documentation": "<p>Represents the response models of a route response.</p>",
7254                        "smithy.api#jsonName": "responseModels"
7255                    }
7256                },
7257                "ResponseParameters": {
7258                    "target": "com.amazonaws.apigatewayv2#RouteParameters",
7259                    "traits": {
7260                        "smithy.api#documentation": "<p>Represents the response parameters of a route response.</p>",
7261                        "smithy.api#jsonName": "responseParameters"
7262                    }
7263                },
7264                "RouteResponseId": {
7265                    "target": "com.amazonaws.apigatewayv2#Id",
7266                    "traits": {
7267                        "smithy.api#documentation": "<p>Represents the identifier of a route response.</p>",
7268                        "smithy.api#jsonName": "routeResponseId"
7269                    }
7270                },
7271                "RouteResponseKey": {
7272                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
7273                    "traits": {
7274                        "smithy.api#documentation": "<p>Represents the route response key of a route response.</p>",
7275                        "smithy.api#jsonName": "routeResponseKey",
7276                        "smithy.api#required": {}
7277                    }
7278                }
7279            },
7280            "traits": {
7281                "smithy.api#documentation": "<p>Represents a route response.</p>"
7282            }
7283        },
7284        "com.amazonaws.apigatewayv2#RouteSettings": {
7285            "type": "structure",
7286            "members": {
7287                "DataTraceEnabled": {
7288                    "target": "com.amazonaws.apigatewayv2#__boolean",
7289                    "traits": {
7290                        "smithy.api#documentation": "<p>Specifies whether (true) or not (false) data trace logging is enabled for this route. This property affects the log entries pushed to Amazon CloudWatch Logs. Supported only for WebSocket APIs.</p>",
7291                        "smithy.api#jsonName": "dataTraceEnabled"
7292                    }
7293                },
7294                "DetailedMetricsEnabled": {
7295                    "target": "com.amazonaws.apigatewayv2#__boolean",
7296                    "traits": {
7297                        "smithy.api#documentation": "<p>Specifies whether detailed metrics are enabled.</p>",
7298                        "smithy.api#jsonName": "detailedMetricsEnabled"
7299                    }
7300                },
7301                "LoggingLevel": {
7302                    "target": "com.amazonaws.apigatewayv2#LoggingLevel",
7303                    "traits": {
7304                        "smithy.api#documentation": "<p>Specifies the logging level for this route: INFO, ERROR, or OFF. This property affects the log entries pushed to Amazon CloudWatch Logs. Supported only for WebSocket APIs.</p>",
7305                        "smithy.api#jsonName": "loggingLevel"
7306                    }
7307                },
7308                "ThrottlingBurstLimit": {
7309                    "target": "com.amazonaws.apigatewayv2#__integer",
7310                    "traits": {
7311                        "smithy.api#documentation": "<p>Specifies the throttling burst limit.</p>",
7312                        "smithy.api#jsonName": "throttlingBurstLimit"
7313                    }
7314                },
7315                "ThrottlingRateLimit": {
7316                    "target": "com.amazonaws.apigatewayv2#__double",
7317                    "traits": {
7318                        "smithy.api#documentation": "<p>Specifies the throttling rate limit.</p>",
7319                        "smithy.api#jsonName": "throttlingRateLimit"
7320                    }
7321                }
7322            },
7323            "traits": {
7324                "smithy.api#documentation": "<p>Represents a collection of route settings.</p>"
7325            }
7326        },
7327        "com.amazonaws.apigatewayv2#RouteSettingsMap": {
7328            "type": "map",
7329            "key": {
7330                "target": "com.amazonaws.apigatewayv2#__string"
7331            },
7332            "value": {
7333                "target": "com.amazonaws.apigatewayv2#RouteSettings"
7334            },
7335            "traits": {
7336                "smithy.api#documentation": "<p>The route settings map.</p>"
7337            }
7338        },
7339        "com.amazonaws.apigatewayv2#SecurityGroupIdList": {
7340            "type": "list",
7341            "member": {
7342                "target": "com.amazonaws.apigatewayv2#__string"
7343            },
7344            "traits": {
7345                "smithy.api#documentation": "<p>A list of security group IDs for the VPC link.</p>"
7346            }
7347        },
7348        "com.amazonaws.apigatewayv2#SecurityPolicy": {
7349            "type": "string",
7350            "traits": {
7351                "smithy.api#documentation": "<p>The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are TLS_1_0 and TLS_1_2.</p>",
7352                "smithy.api#enum": [
7353                    {
7354                        "value": "TLS_1_0",
7355                        "name": "TLS_1_0"
7356                    },
7357                    {
7358                        "value": "TLS_1_2",
7359                        "name": "TLS_1_2"
7360                    }
7361                ]
7362            }
7363        },
7364        "com.amazonaws.apigatewayv2#SelectionExpression": {
7365            "type": "string",
7366            "traits": {
7367                "smithy.api#documentation": "<p>An expression used to extract information at runtime. See <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions\">Selection Expressions</a> for more information.</p>"
7368            }
7369        },
7370        "com.amazonaws.apigatewayv2#SelectionKey": {
7371            "type": "string",
7372            "traits": {
7373                "smithy.api#documentation": "<p>After evaluating a selection expression, the result is compared against one or more selection keys to find a matching key. See <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions\">Selection Expressions</a> for a list of expressions and each expression's associated selection key type.</p>"
7374            }
7375        },
7376        "com.amazonaws.apigatewayv2#Stage": {
7377            "type": "structure",
7378            "members": {
7379                "AccessLogSettings": {
7380                    "target": "com.amazonaws.apigatewayv2#AccessLogSettings",
7381                    "traits": {
7382                        "smithy.api#documentation": "<p>Settings for logging access in this stage.</p>",
7383                        "smithy.api#jsonName": "accessLogSettings"
7384                    }
7385                },
7386                "ApiGatewayManaged": {
7387                    "target": "com.amazonaws.apigatewayv2#__boolean",
7388                    "traits": {
7389                        "smithy.api#documentation": "<p>Specifies whether a stage is managed by API Gateway. If you created an API using quick create, the $default stage is managed by API Gateway. You can't modify the $default stage.</p>",
7390                        "smithy.api#jsonName": "apiGatewayManaged"
7391                    }
7392                },
7393                "AutoDeploy": {
7394                    "target": "com.amazonaws.apigatewayv2#__boolean",
7395                    "traits": {
7396                        "smithy.api#documentation": "<p>Specifies whether updates to an API automatically trigger a new deployment. The default value is false.</p>",
7397                        "smithy.api#jsonName": "autoDeploy"
7398                    }
7399                },
7400                "ClientCertificateId": {
7401                    "target": "com.amazonaws.apigatewayv2#Id",
7402                    "traits": {
7403                        "smithy.api#documentation": "<p>The identifier of a client certificate for a Stage. Supported only for WebSocket APIs.</p>",
7404                        "smithy.api#jsonName": "clientCertificateId"
7405                    }
7406                },
7407                "CreatedDate": {
7408                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
7409                    "traits": {
7410                        "smithy.api#documentation": "<p>The timestamp when the stage was created.</p>",
7411                        "smithy.api#jsonName": "createdDate"
7412                    }
7413                },
7414                "DefaultRouteSettings": {
7415                    "target": "com.amazonaws.apigatewayv2#RouteSettings",
7416                    "traits": {
7417                        "smithy.api#documentation": "<p>Default route settings for the stage.</p>",
7418                        "smithy.api#jsonName": "defaultRouteSettings"
7419                    }
7420                },
7421                "DeploymentId": {
7422                    "target": "com.amazonaws.apigatewayv2#Id",
7423                    "traits": {
7424                        "smithy.api#documentation": "<p>The identifier of the Deployment that the Stage is associated with. Can't be updated if autoDeploy is enabled.</p>",
7425                        "smithy.api#jsonName": "deploymentId"
7426                    }
7427                },
7428                "Description": {
7429                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
7430                    "traits": {
7431                        "smithy.api#documentation": "<p>The description of the stage.</p>",
7432                        "smithy.api#jsonName": "description"
7433                    }
7434                },
7435                "LastDeploymentStatusMessage": {
7436                    "target": "com.amazonaws.apigatewayv2#__string",
7437                    "traits": {
7438                        "smithy.api#documentation": "<p>Describes the status of the last deployment of a stage. Supported only for stages with autoDeploy enabled.</p>",
7439                        "smithy.api#jsonName": "lastDeploymentStatusMessage"
7440                    }
7441                },
7442                "LastUpdatedDate": {
7443                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
7444                    "traits": {
7445                        "smithy.api#documentation": "<p>The timestamp when the stage was last updated.</p>",
7446                        "smithy.api#jsonName": "lastUpdatedDate"
7447                    }
7448                },
7449                "RouteSettings": {
7450                    "target": "com.amazonaws.apigatewayv2#RouteSettingsMap",
7451                    "traits": {
7452                        "smithy.api#documentation": "<p>Route settings for the stage, by routeKey.</p>",
7453                        "smithy.api#jsonName": "routeSettings"
7454                    }
7455                },
7456                "StageName": {
7457                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
7458                    "traits": {
7459                        "smithy.api#documentation": "<p>The name of the stage.</p>",
7460                        "smithy.api#jsonName": "stageName",
7461                        "smithy.api#required": {}
7462                    }
7463                },
7464                "StageVariables": {
7465                    "target": "com.amazonaws.apigatewayv2#StageVariablesMap",
7466                    "traits": {
7467                        "smithy.api#documentation": "<p>A map that defines the stage variables for a stage resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&amp;=,]+.</p>",
7468                        "smithy.api#jsonName": "stageVariables"
7469                    }
7470                },
7471                "Tags": {
7472                    "target": "com.amazonaws.apigatewayv2#Tags",
7473                    "traits": {
7474                        "smithy.api#documentation": "<p>The collection of tags. Each tag element is associated with a given resource.</p>",
7475                        "smithy.api#jsonName": "tags"
7476                    }
7477                }
7478            },
7479            "traits": {
7480                "smithy.api#documentation": "<p>Represents an API stage.</p>"
7481            }
7482        },
7483        "com.amazonaws.apigatewayv2#StageVariablesMap": {
7484            "type": "map",
7485            "key": {
7486                "target": "com.amazonaws.apigatewayv2#__string"
7487            },
7488            "value": {
7489                "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And2048"
7490            },
7491            "traits": {
7492                "smithy.api#documentation": "<p>The stage variable map.</p>"
7493            }
7494        },
7495        "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024": {
7496            "type": "string",
7497            "traits": {
7498                "smithy.api#documentation": "<p>A string with a length between [0-1024].</p>"
7499            }
7500        },
7501        "com.amazonaws.apigatewayv2#StringWithLengthBetween0And2048": {
7502            "type": "string",
7503            "traits": {
7504                "smithy.api#documentation": "<p>A string with a length between [0-2048].</p>"
7505            }
7506        },
7507        "com.amazonaws.apigatewayv2#StringWithLengthBetween0And32K": {
7508            "type": "string",
7509            "traits": {
7510                "smithy.api#documentation": "<p>A string with a length between [0-32768].</p>"
7511            }
7512        },
7513        "com.amazonaws.apigatewayv2#StringWithLengthBetween1And1024": {
7514            "type": "string",
7515            "traits": {
7516                "smithy.api#documentation": "<p>A string with a length between [1-1024].</p>"
7517            }
7518        },
7519        "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128": {
7520            "type": "string",
7521            "traits": {
7522                "smithy.api#documentation": "<p>A string with a length between [1-128].</p>"
7523            }
7524        },
7525        "com.amazonaws.apigatewayv2#StringWithLengthBetween1And1600": {
7526            "type": "string",
7527            "traits": {
7528                "smithy.api#documentation": "<p>A string with a length between [0-1600].</p>"
7529            }
7530        },
7531        "com.amazonaws.apigatewayv2#StringWithLengthBetween1And256": {
7532            "type": "string",
7533            "traits": {
7534                "smithy.api#documentation": "<p>A string with a length between [1-256].</p>"
7535            }
7536        },
7537        "com.amazonaws.apigatewayv2#StringWithLengthBetween1And512": {
7538            "type": "string",
7539            "traits": {
7540                "smithy.api#documentation": "<p>A string with a length between [1-512].</p>"
7541            }
7542        },
7543        "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64": {
7544            "type": "string",
7545            "traits": {
7546                "smithy.api#documentation": "<p>A string with a length between [1-64].</p>"
7547            }
7548        },
7549        "com.amazonaws.apigatewayv2#SubnetIdList": {
7550            "type": "list",
7551            "member": {
7552                "target": "com.amazonaws.apigatewayv2#__string"
7553            },
7554            "traits": {
7555                "smithy.api#documentation": "<p>A list of subnet IDs to include in the VPC link.</p>"
7556            }
7557        },
7558        "com.amazonaws.apigatewayv2#TagResource": {
7559            "type": "operation",
7560            "input": {
7561                "target": "com.amazonaws.apigatewayv2#TagResourceRequest"
7562            },
7563            "output": {
7564                "target": "com.amazonaws.apigatewayv2#TagResourceResponse"
7565            },
7566            "errors": [
7567                {
7568                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
7569                },
7570                {
7571                    "target": "com.amazonaws.apigatewayv2#ConflictException"
7572                },
7573                {
7574                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
7575                },
7576                {
7577                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
7578                }
7579            ],
7580            "traits": {
7581                "smithy.api#documentation": "<p>Creates a new Tag resource to represent a tag.</p>",
7582                "smithy.api#http": {
7583                    "method": "POST",
7584                    "uri": "/v2/tags/{ResourceArn}",
7585                    "code": 201
7586                }
7587            }
7588        },
7589        "com.amazonaws.apigatewayv2#TagResourceRequest": {
7590            "type": "structure",
7591            "members": {
7592                "ResourceArn": {
7593                    "target": "com.amazonaws.apigatewayv2#__string",
7594                    "traits": {
7595                        "smithy.api#documentation": "<p>The resource ARN for the tag.</p>",
7596                        "smithy.api#httpLabel": {},
7597                        "smithy.api#required": {}
7598                    }
7599                },
7600                "Tags": {
7601                    "target": "com.amazonaws.apigatewayv2#Tags",
7602                    "traits": {
7603                        "smithy.api#documentation": "<p>The collection of tags. Each tag element is associated with a given resource.</p>",
7604                        "smithy.api#jsonName": "tags"
7605                    }
7606                }
7607            },
7608            "traits": {
7609                "smithy.api#documentation": "<p>Creates a new Tag resource to represent a tag.</p>"
7610            }
7611        },
7612        "com.amazonaws.apigatewayv2#TagResourceResponse": {
7613            "type": "structure",
7614            "members": {}
7615        },
7616        "com.amazonaws.apigatewayv2#Tags": {
7617            "type": "map",
7618            "key": {
7619                "target": "com.amazonaws.apigatewayv2#__string"
7620            },
7621            "value": {
7622                "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And1600"
7623            },
7624            "traits": {
7625                "smithy.api#documentation": "<p>Represents a collection of tags associated with the resource.</p>"
7626            }
7627        },
7628        "com.amazonaws.apigatewayv2#TemplateMap": {
7629            "type": "map",
7630            "key": {
7631                "target": "com.amazonaws.apigatewayv2#__string"
7632            },
7633            "value": {
7634                "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And32K"
7635            },
7636            "traits": {
7637                "smithy.api#documentation": "<p>A mapping of identifier keys to templates. The value is an actual template script. The key is typically a SelectionKey which is chosen based on evaluating a selection expression.</p>"
7638            }
7639        },
7640        "com.amazonaws.apigatewayv2#TlsConfig": {
7641            "type": "structure",
7642            "members": {
7643                "ServerNameToVerify": {
7644                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And512",
7645                    "traits": {
7646                        "smithy.api#documentation": "<p>If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate. The server name is also included in the TLS handshake to support Server Name Indication (SNI) or virtual hosting.</p>",
7647                        "smithy.api#jsonName": "serverNameToVerify"
7648                    }
7649                }
7650            },
7651            "traits": {
7652                "smithy.api#documentation": "<p>The TLS configuration for a private integration. If you specify a TLS configuration, private integration traffic uses the HTTPS protocol. Supported only for HTTP APIs.</p>"
7653            }
7654        },
7655        "com.amazonaws.apigatewayv2#TlsConfigInput": {
7656            "type": "structure",
7657            "members": {
7658                "ServerNameToVerify": {
7659                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And512",
7660                    "traits": {
7661                        "smithy.api#documentation": "<p>If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate. The server name is also included in the TLS handshake to support Server Name Indication (SNI) or virtual hosting.</p>",
7662                        "smithy.api#jsonName": "serverNameToVerify"
7663                    }
7664                }
7665            },
7666            "traits": {
7667                "smithy.api#documentation": "<p>The TLS configuration for a private integration. If you specify a TLS configuration, private integration traffic uses the HTTPS protocol. Supported only for HTTP APIs.</p>"
7668            }
7669        },
7670        "com.amazonaws.apigatewayv2#TooManyRequestsException": {
7671            "type": "structure",
7672            "members": {
7673                "LimitType": {
7674                    "target": "com.amazonaws.apigatewayv2#__string",
7675                    "traits": {
7676                        "smithy.api#documentation": "<p>The limit type.</p>",
7677                        "smithy.api#jsonName": "limitType"
7678                    }
7679                },
7680                "Message": {
7681                    "target": "com.amazonaws.apigatewayv2#__string",
7682                    "traits": {
7683                        "smithy.api#documentation": "<p>Describes the error encountered.</p>",
7684                        "smithy.api#jsonName": "message"
7685                    }
7686                }
7687            },
7688            "traits": {
7689                "smithy.api#documentation": "<p>A limit has been exceeded. See the accompanying error message for details.</p>",
7690                "smithy.api#error": "client",
7691                "smithy.api#httpError": 429
7692            }
7693        },
7694        "com.amazonaws.apigatewayv2#UntagResource": {
7695            "type": "operation",
7696            "input": {
7697                "target": "com.amazonaws.apigatewayv2#UntagResourceRequest"
7698            },
7699            "errors": [
7700                {
7701                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
7702                },
7703                {
7704                    "target": "com.amazonaws.apigatewayv2#ConflictException"
7705                },
7706                {
7707                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
7708                },
7709                {
7710                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
7711                }
7712            ],
7713            "traits": {
7714                "smithy.api#documentation": "<p>Deletes a Tag.</p>",
7715                "smithy.api#http": {
7716                    "method": "DELETE",
7717                    "uri": "/v2/tags/{ResourceArn}",
7718                    "code": 204
7719                }
7720            }
7721        },
7722        "com.amazonaws.apigatewayv2#UntagResourceRequest": {
7723            "type": "structure",
7724            "members": {
7725                "ResourceArn": {
7726                    "target": "com.amazonaws.apigatewayv2#__string",
7727                    "traits": {
7728                        "smithy.api#documentation": "<p>The resource ARN for the tag.</p>",
7729                        "smithy.api#httpLabel": {},
7730                        "smithy.api#required": {}
7731                    }
7732                },
7733                "TagKeys": {
7734                    "target": "com.amazonaws.apigatewayv2#__listOf__string",
7735                    "traits": {
7736                        "smithy.api#documentation": "<p>The Tag keys to delete</p>",
7737                        "smithy.api#httpQuery": "tagKeys",
7738                        "smithy.api#required": {}
7739                    }
7740                }
7741            }
7742        },
7743        "com.amazonaws.apigatewayv2#UpdateApi": {
7744            "type": "operation",
7745            "input": {
7746                "target": "com.amazonaws.apigatewayv2#UpdateApiRequest"
7747            },
7748            "output": {
7749                "target": "com.amazonaws.apigatewayv2#UpdateApiResponse"
7750            },
7751            "errors": [
7752                {
7753                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
7754                },
7755                {
7756                    "target": "com.amazonaws.apigatewayv2#ConflictException"
7757                },
7758                {
7759                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
7760                },
7761                {
7762                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
7763                }
7764            ],
7765            "traits": {
7766                "smithy.api#documentation": "<p>Updates an Api resource.</p>",
7767                "smithy.api#http": {
7768                    "method": "PATCH",
7769                    "uri": "/v2/apis/{ApiId}",
7770                    "code": 200
7771                }
7772            }
7773        },
7774        "com.amazonaws.apigatewayv2#UpdateApiMapping": {
7775            "type": "operation",
7776            "input": {
7777                "target": "com.amazonaws.apigatewayv2#UpdateApiMappingRequest"
7778            },
7779            "output": {
7780                "target": "com.amazonaws.apigatewayv2#UpdateApiMappingResponse"
7781            },
7782            "errors": [
7783                {
7784                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
7785                },
7786                {
7787                    "target": "com.amazonaws.apigatewayv2#ConflictException"
7788                },
7789                {
7790                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
7791                },
7792                {
7793                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
7794                }
7795            ],
7796            "traits": {
7797                "smithy.api#documentation": "<p>The API mapping.</p>",
7798                "smithy.api#http": {
7799                    "method": "PATCH",
7800                    "uri": "/v2/domainnames/{DomainName}/apimappings/{ApiMappingId}",
7801                    "code": 200
7802                }
7803            }
7804        },
7805        "com.amazonaws.apigatewayv2#UpdateApiMappingRequest": {
7806            "type": "structure",
7807            "members": {
7808                "ApiId": {
7809                    "target": "com.amazonaws.apigatewayv2#Id",
7810                    "traits": {
7811                        "smithy.api#documentation": "<p>The API identifier.</p>",
7812                        "smithy.api#jsonName": "apiId",
7813                        "smithy.api#required": {}
7814                    }
7815                },
7816                "ApiMappingId": {
7817                    "target": "com.amazonaws.apigatewayv2#__string",
7818                    "traits": {
7819                        "smithy.api#documentation": "<p>The API mapping identifier.</p>",
7820                        "smithy.api#httpLabel": {},
7821                        "smithy.api#required": {}
7822                    }
7823                },
7824                "ApiMappingKey": {
7825                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
7826                    "traits": {
7827                        "smithy.api#documentation": "<p>The API mapping key.</p>",
7828                        "smithy.api#jsonName": "apiMappingKey"
7829                    }
7830                },
7831                "DomainName": {
7832                    "target": "com.amazonaws.apigatewayv2#__string",
7833                    "traits": {
7834                        "smithy.api#documentation": "<p>The domain name.</p>",
7835                        "smithy.api#httpLabel": {},
7836                        "smithy.api#required": {}
7837                    }
7838                },
7839                "Stage": {
7840                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
7841                    "traits": {
7842                        "smithy.api#documentation": "<p>The API stage.</p>",
7843                        "smithy.api#jsonName": "stage"
7844                    }
7845                }
7846            },
7847            "traits": {
7848                "smithy.api#documentation": "<p>Updates an ApiMapping.</p>"
7849            }
7850        },
7851        "com.amazonaws.apigatewayv2#UpdateApiMappingResponse": {
7852            "type": "structure",
7853            "members": {
7854                "ApiId": {
7855                    "target": "com.amazonaws.apigatewayv2#Id",
7856                    "traits": {
7857                        "smithy.api#documentation": "<p>The API identifier.</p>",
7858                        "smithy.api#jsonName": "apiId"
7859                    }
7860                },
7861                "ApiMappingId": {
7862                    "target": "com.amazonaws.apigatewayv2#Id",
7863                    "traits": {
7864                        "smithy.api#documentation": "<p>The API mapping identifier.</p>",
7865                        "smithy.api#jsonName": "apiMappingId"
7866                    }
7867                },
7868                "ApiMappingKey": {
7869                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
7870                    "traits": {
7871                        "smithy.api#documentation": "<p>The API mapping key.</p>",
7872                        "smithy.api#jsonName": "apiMappingKey"
7873                    }
7874                },
7875                "Stage": {
7876                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
7877                    "traits": {
7878                        "smithy.api#documentation": "<p>The API stage.</p>",
7879                        "smithy.api#jsonName": "stage"
7880                    }
7881                }
7882            }
7883        },
7884        "com.amazonaws.apigatewayv2#UpdateApiRequest": {
7885            "type": "structure",
7886            "members": {
7887                "ApiId": {
7888                    "target": "com.amazonaws.apigatewayv2#__string",
7889                    "traits": {
7890                        "smithy.api#documentation": "<p>The API identifier.</p>",
7891                        "smithy.api#httpLabel": {},
7892                        "smithy.api#required": {}
7893                    }
7894                },
7895                "ApiKeySelectionExpression": {
7896                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
7897                    "traits": {
7898                        "smithy.api#documentation": "<p>An API key selection expression. Supported only for WebSocket APIs. See <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions\">API Key Selection Expressions</a>.</p>",
7899                        "smithy.api#jsonName": "apiKeySelectionExpression"
7900                    }
7901                },
7902                "CorsConfiguration": {
7903                    "target": "com.amazonaws.apigatewayv2#Cors",
7904                    "traits": {
7905                        "smithy.api#documentation": "<p>A CORS configuration. Supported only for HTTP APIs.</p>",
7906                        "smithy.api#jsonName": "corsConfiguration"
7907                    }
7908                },
7909                "CredentialsArn": {
7910                    "target": "com.amazonaws.apigatewayv2#Arn",
7911                    "traits": {
7912                        "smithy.api#documentation": "<p>This property is part of quick create. It specifies the credentials required for the integration, if any. For a Lambda integration, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify arn:aws:iam::*:user/*. To use resource-based permissions on supported AWS services, don't specify this parameter. Currently, this property is not used for HTTP integrations. If provided, this value replaces the credentials associated with the quick create integration. Supported only for HTTP APIs.</p>",
7913                        "smithy.api#jsonName": "credentialsArn"
7914                    }
7915                },
7916                "Description": {
7917                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
7918                    "traits": {
7919                        "smithy.api#documentation": "<p>The description of the API.</p>",
7920                        "smithy.api#jsonName": "description"
7921                    }
7922                },
7923                "DisableSchemaValidation": {
7924                    "target": "com.amazonaws.apigatewayv2#__boolean",
7925                    "traits": {
7926                        "smithy.api#documentation": "<p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>",
7927                        "smithy.api#jsonName": "disableSchemaValidation"
7928                    }
7929                },
7930                "DisableExecuteApiEndpoint": {
7931                    "target": "com.amazonaws.apigatewayv2#__boolean",
7932                    "traits": {
7933                        "smithy.api#documentation": "<p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>",
7934                        "smithy.api#jsonName": "disableExecuteApiEndpoint"
7935                    }
7936                },
7937                "Name": {
7938                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
7939                    "traits": {
7940                        "smithy.api#documentation": "<p>The name of the API.</p>",
7941                        "smithy.api#jsonName": "name"
7942                    }
7943                },
7944                "RouteKey": {
7945                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
7946                    "traits": {
7947                        "smithy.api#documentation": "<p>This property is part of quick create. If not specified, the route created using quick create is kept. Otherwise, this value replaces the route key of the quick create route. Additional routes may still be added after the API is updated. Supported only for HTTP APIs.</p>",
7948                        "smithy.api#jsonName": "routeKey"
7949                    }
7950                },
7951                "RouteSelectionExpression": {
7952                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
7953                    "traits": {
7954                        "smithy.api#documentation": "<p>The route selection expression for the API. For HTTP APIs, the routeSelectionExpression must be ${request.method} ${request.path}. If not provided, this will be the default for HTTP APIs. This property is required for WebSocket APIs.</p>",
7955                        "smithy.api#jsonName": "routeSelectionExpression"
7956                    }
7957                },
7958                "Target": {
7959                    "target": "com.amazonaws.apigatewayv2#UriWithLengthBetween1And2048",
7960                    "traits": {
7961                        "smithy.api#documentation": "<p>This property is part of quick create. For HTTP integrations, specify a fully qualified URL. For Lambda integrations, specify a function ARN. The type of the integration will be HTTP_PROXY or AWS_PROXY, respectively. The value provided updates the integration URI and integration type. You can update a quick-created target, but you can't remove it from an API. Supported only for HTTP APIs.</p>",
7962                        "smithy.api#jsonName": "target"
7963                    }
7964                },
7965                "Version": {
7966                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
7967                    "traits": {
7968                        "smithy.api#documentation": "<p>A version identifier for the API.</p>",
7969                        "smithy.api#jsonName": "version"
7970                    }
7971                }
7972            },
7973            "traits": {
7974                "smithy.api#documentation": "<p>Updates an Api.</p>"
7975            }
7976        },
7977        "com.amazonaws.apigatewayv2#UpdateApiResponse": {
7978            "type": "structure",
7979            "members": {
7980                "ApiEndpoint": {
7981                    "target": "com.amazonaws.apigatewayv2#__string",
7982                    "traits": {
7983                        "smithy.api#documentation": "<p>The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is typically appended to this URI to form a complete path to a deployed API stage.</p>",
7984                        "smithy.api#jsonName": "apiEndpoint"
7985                    }
7986                },
7987                "ApiGatewayManaged": {
7988                    "target": "com.amazonaws.apigatewayv2#__boolean",
7989                    "traits": {
7990                        "smithy.api#documentation": "<p>Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API Gateway. A managed API can be deleted only through the tooling or service that created it.</p>",
7991                        "smithy.api#jsonName": "apiGatewayManaged"
7992                    }
7993                },
7994                "ApiId": {
7995                    "target": "com.amazonaws.apigatewayv2#Id",
7996                    "traits": {
7997                        "smithy.api#documentation": "<p>The API ID.</p>",
7998                        "smithy.api#jsonName": "apiId"
7999                    }
8000                },
8001                "ApiKeySelectionExpression": {
8002                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
8003                    "traits": {
8004                        "smithy.api#documentation": "<p>An API key selection expression. Supported only for WebSocket APIs. See <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions\">API Key Selection Expressions</a>.</p>",
8005                        "smithy.api#jsonName": "apiKeySelectionExpression"
8006                    }
8007                },
8008                "CorsConfiguration": {
8009                    "target": "com.amazonaws.apigatewayv2#Cors",
8010                    "traits": {
8011                        "smithy.api#documentation": "<p>A CORS configuration. Supported only for HTTP APIs.</p>",
8012                        "smithy.api#jsonName": "corsConfiguration"
8013                    }
8014                },
8015                "CreatedDate": {
8016                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
8017                    "traits": {
8018                        "smithy.api#documentation": "<p>The timestamp when the API was created.</p>",
8019                        "smithy.api#jsonName": "createdDate"
8020                    }
8021                },
8022                "Description": {
8023                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
8024                    "traits": {
8025                        "smithy.api#documentation": "<p>The description of the API.</p>",
8026                        "smithy.api#jsonName": "description"
8027                    }
8028                },
8029                "DisableSchemaValidation": {
8030                    "target": "com.amazonaws.apigatewayv2#__boolean",
8031                    "traits": {
8032                        "smithy.api#documentation": "<p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>",
8033                        "smithy.api#jsonName": "disableSchemaValidation"
8034                    }
8035                },
8036                "DisableExecuteApiEndpoint": {
8037                    "target": "com.amazonaws.apigatewayv2#__boolean",
8038                    "traits": {
8039                        "smithy.api#documentation": "<p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>",
8040                        "smithy.api#jsonName": "disableExecuteApiEndpoint"
8041                    }
8042                },
8043                "ImportInfo": {
8044                    "target": "com.amazonaws.apigatewayv2#__listOf__string",
8045                    "traits": {
8046                        "smithy.api#documentation": "<p>The validation information during API import. This may include particular properties of your OpenAPI definition which are ignored during import. Supported only for HTTP APIs.</p>",
8047                        "smithy.api#jsonName": "importInfo"
8048                    }
8049                },
8050                "Name": {
8051                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
8052                    "traits": {
8053                        "smithy.api#documentation": "<p>The name of the API.</p>",
8054                        "smithy.api#jsonName": "name"
8055                    }
8056                },
8057                "ProtocolType": {
8058                    "target": "com.amazonaws.apigatewayv2#ProtocolType",
8059                    "traits": {
8060                        "smithy.api#documentation": "<p>The API protocol.</p>",
8061                        "smithy.api#jsonName": "protocolType"
8062                    }
8063                },
8064                "RouteSelectionExpression": {
8065                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
8066                    "traits": {
8067                        "smithy.api#documentation": "<p>The route selection expression for the API. For HTTP APIs, the routeSelectionExpression must be ${request.method} ${request.path}. If not provided, this will be the default for HTTP APIs. This property is required for WebSocket APIs.</p>",
8068                        "smithy.api#jsonName": "routeSelectionExpression"
8069                    }
8070                },
8071                "Tags": {
8072                    "target": "com.amazonaws.apigatewayv2#Tags",
8073                    "traits": {
8074                        "smithy.api#documentation": "<p>A collection of tags associated with the API.</p>",
8075                        "smithy.api#jsonName": "tags"
8076                    }
8077                },
8078                "Version": {
8079                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
8080                    "traits": {
8081                        "smithy.api#documentation": "<p>A version identifier for the API.</p>",
8082                        "smithy.api#jsonName": "version"
8083                    }
8084                },
8085                "Warnings": {
8086                    "target": "com.amazonaws.apigatewayv2#__listOf__string",
8087                    "traits": {
8088                        "smithy.api#documentation": "<p>The warning messages reported when failonwarnings is turned on during API import.</p>",
8089                        "smithy.api#jsonName": "warnings"
8090                    }
8091                }
8092            }
8093        },
8094        "com.amazonaws.apigatewayv2#UpdateAuthorizer": {
8095            "type": "operation",
8096            "input": {
8097                "target": "com.amazonaws.apigatewayv2#UpdateAuthorizerRequest"
8098            },
8099            "output": {
8100                "target": "com.amazonaws.apigatewayv2#UpdateAuthorizerResponse"
8101            },
8102            "errors": [
8103                {
8104                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
8105                },
8106                {
8107                    "target": "com.amazonaws.apigatewayv2#ConflictException"
8108                },
8109                {
8110                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
8111                },
8112                {
8113                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
8114                }
8115            ],
8116            "traits": {
8117                "smithy.api#documentation": "<p>Updates an Authorizer.</p>",
8118                "smithy.api#http": {
8119                    "method": "PATCH",
8120                    "uri": "/v2/apis/{ApiId}/authorizers/{AuthorizerId}",
8121                    "code": 200
8122                }
8123            }
8124        },
8125        "com.amazonaws.apigatewayv2#UpdateAuthorizerRequest": {
8126            "type": "structure",
8127            "members": {
8128                "ApiId": {
8129                    "target": "com.amazonaws.apigatewayv2#__string",
8130                    "traits": {
8131                        "smithy.api#documentation": "<p>The API identifier.</p>",
8132                        "smithy.api#httpLabel": {},
8133                        "smithy.api#required": {}
8134                    }
8135                },
8136                "AuthorizerCredentialsArn": {
8137                    "target": "com.amazonaws.apigatewayv2#Arn",
8138                    "traits": {
8139                        "smithy.api#documentation": "<p>Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer. To specify an IAM role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, don't specify this parameter.</p>",
8140                        "smithy.api#jsonName": "authorizerCredentialsArn"
8141                    }
8142                },
8143                "AuthorizerId": {
8144                    "target": "com.amazonaws.apigatewayv2#__string",
8145                    "traits": {
8146                        "smithy.api#documentation": "<p>The authorizer identifier.</p>",
8147                        "smithy.api#httpLabel": {},
8148                        "smithy.api#required": {}
8149                    }
8150                },
8151                "AuthorizerPayloadFormatVersion": {
8152                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
8153                    "traits": {
8154                        "smithy.api#documentation": "<p>Specifies the format of the payload sent to an HTTP API Lambda authorizer. Required for HTTP API Lambda authorizers. Supported values are 1.0 and 2.0. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html\">Working with AWS Lambda authorizers for HTTP APIs</a>.</p>",
8155                        "smithy.api#jsonName": "authorizerPayloadFormatVersion"
8156                    }
8157                },
8158                "AuthorizerResultTtlInSeconds": {
8159                    "target": "com.amazonaws.apigatewayv2#IntegerWithLengthBetween0And3600",
8160                    "traits": {
8161                        "smithy.api#documentation": "<p>The time to live (TTL) for cached authorizer results, in seconds. If it equals 0, authorization caching is disabled. If it is greater than 0, API Gateway caches authorizer responses. The maximum value is 3600, or 1 hour. Supported only for HTTP API Lambda authorizers.</p>",
8162                        "smithy.api#jsonName": "authorizerResultTtlInSeconds"
8163                    }
8164                },
8165                "AuthorizerType": {
8166                    "target": "com.amazonaws.apigatewayv2#AuthorizerType",
8167                    "traits": {
8168                        "smithy.api#documentation": "<p>The authorizer type. Specify REQUEST for a Lambda function using incoming request parameters. Specify JWT to use JSON Web Tokens (supported only for HTTP APIs).</p>",
8169                        "smithy.api#jsonName": "authorizerType"
8170                    }
8171                },
8172                "AuthorizerUri": {
8173                    "target": "com.amazonaws.apigatewayv2#UriWithLengthBetween1And2048",
8174                    "traits": {
8175                        "smithy.api#documentation": "<p>The authorizer's Uniform Resource Identifier (URI). For REQUEST authorizers, this must be a well-formed Lambda function URI, for example, arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:<replaceable>{account_id}</replaceable>:function:<replaceable>{lambda_function_name}</replaceable>/invocations. In general, the URI has this form: arn:aws:apigateway:<replaceable>{region}</replaceable>:lambda:path/<replaceable>{service_api}</replaceable>\n               , where <replaceable></replaceable>{region} is the same as the region hosting the Lambda function, path indicates that the remaining substring in the URI should be treated as the path to the resource, including the initial /. For Lambda functions, this is usually of the form /2015-03-31/functions/[FunctionARN]/invocations. Supported only for REQUEST authorizers.</p>",
8176                        "smithy.api#jsonName": "authorizerUri"
8177                    }
8178                },
8179                "EnableSimpleResponses": {
8180                    "target": "com.amazonaws.apigatewayv2#__boolean",
8181                    "traits": {
8182                        "smithy.api#documentation": "<p>Specifies whether a Lambda authorizer returns a response in a simple format. By default, a Lambda authorizer must return an IAM policy. If enabled, the Lambda authorizer can return a boolean value instead of an IAM policy. Supported only for HTTP APIs. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html\">Working with AWS Lambda authorizers for HTTP APIs</a></p>",
8183                        "smithy.api#jsonName": "enableSimpleResponses"
8184                    }
8185                },
8186                "IdentitySource": {
8187                    "target": "com.amazonaws.apigatewayv2#IdentitySourceList",
8188                    "traits": {
8189                        "smithy.api#documentation": "<p>The identity source for which authorization is requested.</p> <p>For a REQUEST authorizer, this is optional. The value is a set of one or more mapping expressions of the specified request parameters. The identity source can be headers, query string parameters, stage variables, and context parameters. For example, if an Auth header and a Name query string parameter are defined as identity sources, this value is route.request.header.Auth, route.request.querystring.Name for WebSocket APIs. For HTTP APIs, use selection expressions prefixed with $, for example, $request.header.Auth, $request.querystring.Name. These parameters are used to perform runtime validation for Lambda-based authorizers by verifying all of the identity-related request parameters are present in the request, not null, and non-empty. Only when this is true does the authorizer invoke the authorizer Lambda function. Otherwise, it returns a 401 Unauthorized response without calling the Lambda function. For HTTP APIs, identity sources are also used as the cache key when caching is enabled. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html\">Working with AWS Lambda authorizers for HTTP APIs</a>.</p> <p>For JWT, a single entry that specifies where to extract the JSON Web Token (JWT) from inbound requests. Currently only header-based and query parameter-based selections are supported, for example $request.header.Authorization.</p>",
8190                        "smithy.api#jsonName": "identitySource"
8191                    }
8192                },
8193                "IdentityValidationExpression": {
8194                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
8195                    "traits": {
8196                        "smithy.api#documentation": "<p>This parameter is not used.</p>",
8197                        "smithy.api#jsonName": "identityValidationExpression"
8198                    }
8199                },
8200                "JwtConfiguration": {
8201                    "target": "com.amazonaws.apigatewayv2#JWTConfiguration",
8202                    "traits": {
8203                        "smithy.api#documentation": "<p>Represents the configuration of a JWT authorizer. Required for the JWT authorizer type. Supported only for HTTP APIs.</p>",
8204                        "smithy.api#jsonName": "jwtConfiguration"
8205                    }
8206                },
8207                "Name": {
8208                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
8209                    "traits": {
8210                        "smithy.api#documentation": "<p>The name of the authorizer.</p>",
8211                        "smithy.api#jsonName": "name"
8212                    }
8213                }
8214            },
8215            "traits": {
8216                "smithy.api#documentation": "<p>Updates an Authorizer.</p>"
8217            }
8218        },
8219        "com.amazonaws.apigatewayv2#UpdateAuthorizerResponse": {
8220            "type": "structure",
8221            "members": {
8222                "AuthorizerCredentialsArn": {
8223                    "target": "com.amazonaws.apigatewayv2#Arn",
8224                    "traits": {
8225                        "smithy.api#documentation": "<p>Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer. To specify an IAM role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, don't specify this parameter. Supported only for REQUEST authorizers.</p>",
8226                        "smithy.api#jsonName": "authorizerCredentialsArn"
8227                    }
8228                },
8229                "AuthorizerId": {
8230                    "target": "com.amazonaws.apigatewayv2#Id",
8231                    "traits": {
8232                        "smithy.api#documentation": "<p>The authorizer identifier.</p>",
8233                        "smithy.api#jsonName": "authorizerId"
8234                    }
8235                },
8236                "AuthorizerPayloadFormatVersion": {
8237                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
8238                    "traits": {
8239                        "smithy.api#documentation": "<p>Specifies the format of the payload sent to an HTTP API Lambda authorizer. Required for HTTP API Lambda authorizers. Supported values are 1.0 and 2.0. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html\">Working with AWS Lambda authorizers for HTTP APIs</a>.</p>",
8240                        "smithy.api#jsonName": "authorizerPayloadFormatVersion"
8241                    }
8242                },
8243                "AuthorizerResultTtlInSeconds": {
8244                    "target": "com.amazonaws.apigatewayv2#IntegerWithLengthBetween0And3600",
8245                    "traits": {
8246                        "smithy.api#documentation": "<p>The time to live (TTL) for cached authorizer results, in seconds. If it equals 0, authorization caching is disabled. If it is greater than 0, API Gateway caches authorizer responses. The maximum value is 3600, or 1 hour. Supported only for HTTP API Lambda authorizers.</p>",
8247                        "smithy.api#jsonName": "authorizerResultTtlInSeconds"
8248                    }
8249                },
8250                "AuthorizerType": {
8251                    "target": "com.amazonaws.apigatewayv2#AuthorizerType",
8252                    "traits": {
8253                        "smithy.api#documentation": "<p>The authorizer type. Specify REQUEST for a Lambda function using incoming request parameters. Specify JWT to use JSON Web Tokens (supported only for HTTP APIs).</p>",
8254                        "smithy.api#jsonName": "authorizerType"
8255                    }
8256                },
8257                "AuthorizerUri": {
8258                    "target": "com.amazonaws.apigatewayv2#UriWithLengthBetween1And2048",
8259                    "traits": {
8260                        "smithy.api#documentation": "<p>The authorizer's Uniform Resource Identifier (URI). For REQUEST authorizers, this must be a well-formed Lambda function URI, for example, arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:<replaceable>{account_id}</replaceable>:function:<replaceable>{lambda_function_name}</replaceable>/invocations. In general, the URI has this form: arn:aws:apigateway:<replaceable>{region}</replaceable>:lambda:path/<replaceable>{service_api}</replaceable>\n               , where <replaceable></replaceable>{region} is the same as the region hosting the Lambda function, path indicates that the remaining substring in the URI should be treated as the path to the resource, including the initial /. For Lambda functions, this is usually of the form /2015-03-31/functions/[FunctionARN]/invocations. Supported only for REQUEST authorizers.</p>",
8261                        "smithy.api#jsonName": "authorizerUri"
8262                    }
8263                },
8264                "EnableSimpleResponses": {
8265                    "target": "com.amazonaws.apigatewayv2#__boolean",
8266                    "traits": {
8267                        "smithy.api#documentation": "<p>Specifies whether a Lambda authorizer returns a response in a simple format. If enabled, the Lambda authorizer can return a boolean value instead of an IAM policy. Supported only for HTTP APIs. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html\">Working with AWS Lambda authorizers for HTTP APIs</a></p>",
8268                        "smithy.api#jsonName": "enableSimpleResponses"
8269                    }
8270                },
8271                "IdentitySource": {
8272                    "target": "com.amazonaws.apigatewayv2#IdentitySourceList",
8273                    "traits": {
8274                        "smithy.api#documentation": "<p>The identity source for which authorization is requested.</p> <p>For a REQUEST authorizer, this is optional. The value is a set of one or more mapping expressions of the specified request parameters. The identity source can be headers, query string parameters, stage variables, and context parameters. For example, if an Auth header and a Name query string parameter are defined as identity sources, this value is route.request.header.Auth, route.request.querystring.Name for WebSocket APIs. For HTTP APIs, use selection expressions prefixed with $, for example, $request.header.Auth, $request.querystring.Name. These parameters are used to perform runtime validation for Lambda-based authorizers by verifying all of the identity-related request parameters are present in the request, not null, and non-empty. Only when this is true does the authorizer invoke the authorizer Lambda function. Otherwise, it returns a 401 Unauthorized response without calling the Lambda function. For HTTP APIs, identity sources are also used as the cache key when caching is enabled. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html\">Working with AWS Lambda authorizers for HTTP APIs</a>.</p> <p>For JWT, a single entry that specifies where to extract the JSON Web Token (JWT) from inbound requests. Currently only header-based and query parameter-based selections are supported, for example $request.header.Authorization.</p>",
8275                        "smithy.api#jsonName": "identitySource"
8276                    }
8277                },
8278                "IdentityValidationExpression": {
8279                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
8280                    "traits": {
8281                        "smithy.api#documentation": "<p>The validation expression does not apply to the REQUEST authorizer.</p>",
8282                        "smithy.api#jsonName": "identityValidationExpression"
8283                    }
8284                },
8285                "JwtConfiguration": {
8286                    "target": "com.amazonaws.apigatewayv2#JWTConfiguration",
8287                    "traits": {
8288                        "smithy.api#documentation": "<p>Represents the configuration of a JWT authorizer. Required for the JWT authorizer type. Supported only for HTTP APIs.</p>",
8289                        "smithy.api#jsonName": "jwtConfiguration"
8290                    }
8291                },
8292                "Name": {
8293                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
8294                    "traits": {
8295                        "smithy.api#documentation": "<p>The name of the authorizer.</p>",
8296                        "smithy.api#jsonName": "name"
8297                    }
8298                }
8299            }
8300        },
8301        "com.amazonaws.apigatewayv2#UpdateDeployment": {
8302            "type": "operation",
8303            "input": {
8304                "target": "com.amazonaws.apigatewayv2#UpdateDeploymentRequest"
8305            },
8306            "output": {
8307                "target": "com.amazonaws.apigatewayv2#UpdateDeploymentResponse"
8308            },
8309            "errors": [
8310                {
8311                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
8312                },
8313                {
8314                    "target": "com.amazonaws.apigatewayv2#ConflictException"
8315                },
8316                {
8317                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
8318                },
8319                {
8320                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
8321                }
8322            ],
8323            "traits": {
8324                "smithy.api#documentation": "<p>Updates a Deployment.</p>",
8325                "smithy.api#http": {
8326                    "method": "PATCH",
8327                    "uri": "/v2/apis/{ApiId}/deployments/{DeploymentId}",
8328                    "code": 200
8329                }
8330            }
8331        },
8332        "com.amazonaws.apigatewayv2#UpdateDeploymentRequest": {
8333            "type": "structure",
8334            "members": {
8335                "ApiId": {
8336                    "target": "com.amazonaws.apigatewayv2#__string",
8337                    "traits": {
8338                        "smithy.api#documentation": "<p>The API identifier.</p>",
8339                        "smithy.api#httpLabel": {},
8340                        "smithy.api#required": {}
8341                    }
8342                },
8343                "DeploymentId": {
8344                    "target": "com.amazonaws.apigatewayv2#__string",
8345                    "traits": {
8346                        "smithy.api#documentation": "<p>The deployment ID.</p>",
8347                        "smithy.api#httpLabel": {},
8348                        "smithy.api#required": {}
8349                    }
8350                },
8351                "Description": {
8352                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
8353                    "traits": {
8354                        "smithy.api#documentation": "<p>The description for the deployment resource.</p>",
8355                        "smithy.api#jsonName": "description"
8356                    }
8357                }
8358            },
8359            "traits": {
8360                "smithy.api#documentation": "<p>Updates a Deployment.</p>"
8361            }
8362        },
8363        "com.amazonaws.apigatewayv2#UpdateDeploymentResponse": {
8364            "type": "structure",
8365            "members": {
8366                "AutoDeployed": {
8367                    "target": "com.amazonaws.apigatewayv2#__boolean",
8368                    "traits": {
8369                        "smithy.api#documentation": "<p>Specifies whether a deployment was automatically released.</p>",
8370                        "smithy.api#jsonName": "autoDeployed"
8371                    }
8372                },
8373                "CreatedDate": {
8374                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
8375                    "traits": {
8376                        "smithy.api#documentation": "<p>The date and time when the Deployment resource was created.</p>",
8377                        "smithy.api#jsonName": "createdDate"
8378                    }
8379                },
8380                "DeploymentId": {
8381                    "target": "com.amazonaws.apigatewayv2#Id",
8382                    "traits": {
8383                        "smithy.api#documentation": "<p>The identifier for the deployment.</p>",
8384                        "smithy.api#jsonName": "deploymentId"
8385                    }
8386                },
8387                "DeploymentStatus": {
8388                    "target": "com.amazonaws.apigatewayv2#DeploymentStatus",
8389                    "traits": {
8390                        "smithy.api#documentation": "<p>The status of the deployment: PENDING, FAILED, or SUCCEEDED.</p>",
8391                        "smithy.api#jsonName": "deploymentStatus"
8392                    }
8393                },
8394                "DeploymentStatusMessage": {
8395                    "target": "com.amazonaws.apigatewayv2#__string",
8396                    "traits": {
8397                        "smithy.api#documentation": "<p>May contain additional feedback on the status of an API deployment.</p>",
8398                        "smithy.api#jsonName": "deploymentStatusMessage"
8399                    }
8400                },
8401                "Description": {
8402                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
8403                    "traits": {
8404                        "smithy.api#documentation": "<p>The description for the deployment.</p>",
8405                        "smithy.api#jsonName": "description"
8406                    }
8407                }
8408            }
8409        },
8410        "com.amazonaws.apigatewayv2#UpdateDomainName": {
8411            "type": "operation",
8412            "input": {
8413                "target": "com.amazonaws.apigatewayv2#UpdateDomainNameRequest"
8414            },
8415            "output": {
8416                "target": "com.amazonaws.apigatewayv2#UpdateDomainNameResponse"
8417            },
8418            "errors": [
8419                {
8420                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
8421                },
8422                {
8423                    "target": "com.amazonaws.apigatewayv2#ConflictException"
8424                },
8425                {
8426                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
8427                },
8428                {
8429                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
8430                }
8431            ],
8432            "traits": {
8433                "smithy.api#documentation": "<p>Updates a domain name.</p>",
8434                "smithy.api#http": {
8435                    "method": "PATCH",
8436                    "uri": "/v2/domainnames/{DomainName}",
8437                    "code": 200
8438                }
8439            }
8440        },
8441        "com.amazonaws.apigatewayv2#UpdateDomainNameRequest": {
8442            "type": "structure",
8443            "members": {
8444                "DomainName": {
8445                    "target": "com.amazonaws.apigatewayv2#__string",
8446                    "traits": {
8447                        "smithy.api#documentation": "<p>The domain name.</p>",
8448                        "smithy.api#httpLabel": {},
8449                        "smithy.api#required": {}
8450                    }
8451                },
8452                "DomainNameConfigurations": {
8453                    "target": "com.amazonaws.apigatewayv2#DomainNameConfigurations",
8454                    "traits": {
8455                        "smithy.api#documentation": "<p>The domain name configurations.</p>",
8456                        "smithy.api#jsonName": "domainNameConfigurations"
8457                    }
8458                },
8459                "MutualTlsAuthentication": {
8460                    "target": "com.amazonaws.apigatewayv2#MutualTlsAuthenticationInput",
8461                    "traits": {
8462                        "smithy.api#documentation": "<p>The mutual TLS authentication configuration for a custom domain name.</p>",
8463                        "smithy.api#jsonName": "mutualTlsAuthentication"
8464                    }
8465                }
8466            },
8467            "traits": {
8468                "smithy.api#documentation": "<p>Updates a DomainName.</p>"
8469            }
8470        },
8471        "com.amazonaws.apigatewayv2#UpdateDomainNameResponse": {
8472            "type": "structure",
8473            "members": {
8474                "ApiMappingSelectionExpression": {
8475                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
8476                    "traits": {
8477                        "smithy.api#documentation": "<p>The API mapping selection expression.</p>",
8478                        "smithy.api#jsonName": "apiMappingSelectionExpression"
8479                    }
8480                },
8481                "DomainName": {
8482                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And512",
8483                    "traits": {
8484                        "smithy.api#documentation": "<p>The name of the DomainName resource.</p>",
8485                        "smithy.api#jsonName": "domainName"
8486                    }
8487                },
8488                "DomainNameConfigurations": {
8489                    "target": "com.amazonaws.apigatewayv2#DomainNameConfigurations",
8490                    "traits": {
8491                        "smithy.api#documentation": "<p>The domain name configurations.</p>",
8492                        "smithy.api#jsonName": "domainNameConfigurations"
8493                    }
8494                },
8495                "MutualTlsAuthentication": {
8496                    "target": "com.amazonaws.apigatewayv2#MutualTlsAuthentication",
8497                    "traits": {
8498                        "smithy.api#documentation": "<p>The mutual TLS authentication configuration for a custom domain name.</p>",
8499                        "smithy.api#jsonName": "mutualTlsAuthentication"
8500                    }
8501                },
8502                "Tags": {
8503                    "target": "com.amazonaws.apigatewayv2#Tags",
8504                    "traits": {
8505                        "smithy.api#documentation": "<p>The collection of tags associated with a domain name.</p>",
8506                        "smithy.api#jsonName": "tags"
8507                    }
8508                }
8509            }
8510        },
8511        "com.amazonaws.apigatewayv2#UpdateIntegration": {
8512            "type": "operation",
8513            "input": {
8514                "target": "com.amazonaws.apigatewayv2#UpdateIntegrationRequest"
8515            },
8516            "output": {
8517                "target": "com.amazonaws.apigatewayv2#UpdateIntegrationResult"
8518            },
8519            "errors": [
8520                {
8521                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
8522                },
8523                {
8524                    "target": "com.amazonaws.apigatewayv2#ConflictException"
8525                },
8526                {
8527                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
8528                },
8529                {
8530                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
8531                }
8532            ],
8533            "traits": {
8534                "smithy.api#documentation": "<p>Updates an Integration.</p>",
8535                "smithy.api#http": {
8536                    "method": "PATCH",
8537                    "uri": "/v2/apis/{ApiId}/integrations/{IntegrationId}",
8538                    "code": 200
8539                }
8540            }
8541        },
8542        "com.amazonaws.apigatewayv2#UpdateIntegrationRequest": {
8543            "type": "structure",
8544            "members": {
8545                "ApiId": {
8546                    "target": "com.amazonaws.apigatewayv2#__string",
8547                    "traits": {
8548                        "smithy.api#documentation": "<p>The API identifier.</p>",
8549                        "smithy.api#httpLabel": {},
8550                        "smithy.api#required": {}
8551                    }
8552                },
8553                "ConnectionId": {
8554                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And1024",
8555                    "traits": {
8556                        "smithy.api#documentation": "<p>The ID of the VPC link for a private integration. Supported only for HTTP APIs.</p>",
8557                        "smithy.api#jsonName": "connectionId"
8558                    }
8559                },
8560                "ConnectionType": {
8561                    "target": "com.amazonaws.apigatewayv2#ConnectionType",
8562                    "traits": {
8563                        "smithy.api#documentation": "<p>The type of the network connection to the integration endpoint. Specify INTERNET for connections through the public routable internet or VPC_LINK for private connections between API Gateway and resources in a VPC. The default value is INTERNET.</p>",
8564                        "smithy.api#jsonName": "connectionType"
8565                    }
8566                },
8567                "ContentHandlingStrategy": {
8568                    "target": "com.amazonaws.apigatewayv2#ContentHandlingStrategy",
8569                    "traits": {
8570                        "smithy.api#documentation": "<p>Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:</p> <p>CONVERT_TO_BINARY: Converts a response payload from a Base64-encoded string to the corresponding binary blob.</p> <p>CONVERT_TO_TEXT: Converts a response payload from a binary blob to a Base64-encoded string.</p> <p>If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification.</p>",
8571                        "smithy.api#jsonName": "contentHandlingStrategy"
8572                    }
8573                },
8574                "CredentialsArn": {
8575                    "target": "com.amazonaws.apigatewayv2#Arn",
8576                    "traits": {
8577                        "smithy.api#documentation": "<p>Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam::*:user/*. To use resource-based permissions on supported AWS services, specify null.</p>",
8578                        "smithy.api#jsonName": "credentialsArn"
8579                    }
8580                },
8581                "Description": {
8582                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
8583                    "traits": {
8584                        "smithy.api#documentation": "<p>The description of the integration</p>",
8585                        "smithy.api#jsonName": "description"
8586                    }
8587                },
8588                "IntegrationId": {
8589                    "target": "com.amazonaws.apigatewayv2#__string",
8590                    "traits": {
8591                        "smithy.api#documentation": "<p>The integration ID.</p>",
8592                        "smithy.api#httpLabel": {},
8593                        "smithy.api#required": {}
8594                    }
8595                },
8596                "IntegrationMethod": {
8597                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
8598                    "traits": {
8599                        "smithy.api#documentation": "<p>Specifies the integration's HTTP method type.</p>",
8600                        "smithy.api#jsonName": "integrationMethod"
8601                    }
8602                },
8603                "IntegrationSubtype": {
8604                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
8605                    "traits": {
8606                        "smithy.api#documentation": "<p>Supported only for HTTP API AWS_PROXY integrations. Specifies the AWS service action to invoke. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services-reference.html\">Integration subtype reference</a>.</p>",
8607                        "smithy.api#jsonName": "integrationSubtype"
8608                    }
8609                },
8610                "IntegrationType": {
8611                    "target": "com.amazonaws.apigatewayv2#IntegrationType",
8612                    "traits": {
8613                        "smithy.api#documentation": "<p>The integration type of an integration. One of the following:</p> <p>AWS: for integrating the route or method request with an AWS service action, including the Lambda function-invoking action. With the Lambda function-invoking action, this is referred to as the Lambda custom integration. With any other AWS service action, this is known as AWS integration. Supported only for WebSocket APIs.</p> <p>AWS_PROXY: for integrating the route or method request with a Lambda function or other AWS service action. This integration is also referred to as a Lambda proxy integration.</p> <p>HTTP: for integrating the route or method request with an HTTP endpoint. This integration is also referred to as the HTTP custom integration. Supported only for WebSocket APIs.</p> <p>HTTP_PROXY: for integrating the route or method request with an HTTP endpoint, with the client request passed through as-is. This is also referred to as HTTP proxy integration. For HTTP API private integrations, use an HTTP_PROXY integration.</p> <p>MOCK: for integrating the route or method request with API Gateway as a \"loopback\" endpoint without invoking any backend. Supported only for WebSocket APIs.</p>",
8614                        "smithy.api#jsonName": "integrationType"
8615                    }
8616                },
8617                "IntegrationUri": {
8618                    "target": "com.amazonaws.apigatewayv2#UriWithLengthBetween1And2048",
8619                    "traits": {
8620                        "smithy.api#documentation": "<p>For a Lambda integration, specify the URI of a Lambda function.</p> <p>For an HTTP integration, specify a fully-qualified URL.</p> <p>For an HTTP API private integration, specify the ARN of an Application Load Balancer listener, Network Load Balancer listener, or AWS Cloud Map service. If you specify the ARN of an AWS Cloud Map service, API Gateway uses DiscoverInstances to identify resources. You can use query parameters to target specific resources. To learn more, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_DiscoverInstances.html\">DiscoverInstances</a>. For private integrations, all resources must be owned by the same AWS account.</p>",
8621                        "smithy.api#jsonName": "integrationUri"
8622                    }
8623                },
8624                "PassthroughBehavior": {
8625                    "target": "com.amazonaws.apigatewayv2#PassthroughBehavior",
8626                    "traits": {
8627                        "smithy.api#documentation": "<p>Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER. Supported only for WebSocket APIs.</p> <p>WHEN_NO_MATCH passes the request body for unmapped content types through to the integration backend without transformation.</p> <p>NEVER rejects unmapped content types with an HTTP 415 Unsupported Media Type response.</p> <p>WHEN_NO_TEMPLATES allows pass-through when the integration has no content types mapped to templates. However, if there is at least one content type defined, unmapped content types will be rejected with the same HTTP 415 Unsupported Media Type response.</p>",
8628                        "smithy.api#jsonName": "passthroughBehavior"
8629                    }
8630                },
8631                "PayloadFormatVersion": {
8632                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
8633                    "traits": {
8634                        "smithy.api#documentation": "<p>Specifies the format of the payload sent to an integration. Required for HTTP APIs.</p>",
8635                        "smithy.api#jsonName": "payloadFormatVersion"
8636                    }
8637                },
8638                "RequestParameters": {
8639                    "target": "com.amazonaws.apigatewayv2#IntegrationParameters",
8640                    "traits": {
8641                        "smithy.api#documentation": "<p>For WebSocket APIs, a key-value map specifying request parameters that are passed from the method request to the backend. The key is an integration request parameter name and the associated value is a method request parameter value or static value that must be enclosed within single quotes and pre-encoded as required by the backend. The method request parameter value must match the pattern of method.request.<replaceable>{location}</replaceable>.<replaceable>{name}</replaceable>\n          , where \n            <replaceable>{location}</replaceable>\n           is querystring, path, or header; and \n            <replaceable>{name}</replaceable>\n           must be a valid and unique method request parameter name.</p> <p>For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services.html\">Working with AWS service integrations for HTTP APIs</a>.</p> <p>For HTTP API integrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to the backend. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt; where action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.\">Transforming API requests and responses</a>.</p>",
8642                        "smithy.api#jsonName": "requestParameters"
8643                    }
8644                },
8645                "RequestTemplates": {
8646                    "target": "com.amazonaws.apigatewayv2#TemplateMap",
8647                    "traits": {
8648                        "smithy.api#documentation": "<p>Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. The content type value is the key in this map, and the template (as a String) is the value. Supported only for WebSocket APIs.</p>",
8649                        "smithy.api#jsonName": "requestTemplates"
8650                    }
8651                },
8652                "ResponseParameters": {
8653                    "target": "com.amazonaws.apigatewayv2#ResponseParameters",
8654                    "traits": {
8655                        "smithy.api#documentation": "<p>Supported only for HTTP APIs. You use response parameters to transform the HTTP response from a backend integration before returning the response to clients. Specify a key-value map from a selection key to response parameters. The selection key must be a valid HTTP status code within the range of 200-599. Response parameters are a key-value map. The key must match pattern &lt;action&gt;:&lt;header&gt;.&lt;location&gt; or overwrite.statuscode. The action can be append, overwrite or remove. The value can be a static value, or map to response data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html\">Transforming API requests and responses</a>.</p>",
8656                        "smithy.api#jsonName": "responseParameters"
8657                    }
8658                },
8659                "TemplateSelectionExpression": {
8660                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
8661                    "traits": {
8662                        "smithy.api#documentation": "<p>The template selection expression for the integration.</p>",
8663                        "smithy.api#jsonName": "templateSelectionExpression"
8664                    }
8665                },
8666                "TimeoutInMillis": {
8667                    "target": "com.amazonaws.apigatewayv2#IntegerWithLengthBetween50And30000",
8668                    "traits": {
8669                        "smithy.api#documentation": "<p>Custom timeout between 50 and 29,000 milliseconds for WebSocket APIs and between 50 and 30,000 milliseconds for HTTP APIs. The default timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP APIs.</p>",
8670                        "smithy.api#jsonName": "timeoutInMillis"
8671                    }
8672                },
8673                "TlsConfig": {
8674                    "target": "com.amazonaws.apigatewayv2#TlsConfigInput",
8675                    "traits": {
8676                        "smithy.api#documentation": "<p>The TLS configuration for a private integration. If you specify a TLS configuration, private integration traffic uses the HTTPS protocol. Supported only for HTTP APIs.</p>",
8677                        "smithy.api#jsonName": "tlsConfig"
8678                    }
8679                }
8680            },
8681            "traits": {
8682                "smithy.api#documentation": "<p>Updates an Integration.</p>"
8683            }
8684        },
8685        "com.amazonaws.apigatewayv2#UpdateIntegrationResponse": {
8686            "type": "operation",
8687            "input": {
8688                "target": "com.amazonaws.apigatewayv2#UpdateIntegrationResponseRequest"
8689            },
8690            "output": {
8691                "target": "com.amazonaws.apigatewayv2#UpdateIntegrationResponseResponse"
8692            },
8693            "errors": [
8694                {
8695                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
8696                },
8697                {
8698                    "target": "com.amazonaws.apigatewayv2#ConflictException"
8699                },
8700                {
8701                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
8702                },
8703                {
8704                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
8705                }
8706            ],
8707            "traits": {
8708                "smithy.api#documentation": "<p>Updates an IntegrationResponses.</p>",
8709                "smithy.api#http": {
8710                    "method": "PATCH",
8711                    "uri": "/v2/apis/{ApiId}/integrations/{IntegrationId}/integrationresponses/{IntegrationResponseId}",
8712                    "code": 200
8713                }
8714            }
8715        },
8716        "com.amazonaws.apigatewayv2#UpdateIntegrationResponseRequest": {
8717            "type": "structure",
8718            "members": {
8719                "ApiId": {
8720                    "target": "com.amazonaws.apigatewayv2#__string",
8721                    "traits": {
8722                        "smithy.api#documentation": "<p>The API identifier.</p>",
8723                        "smithy.api#httpLabel": {},
8724                        "smithy.api#required": {}
8725                    }
8726                },
8727                "ContentHandlingStrategy": {
8728                    "target": "com.amazonaws.apigatewayv2#ContentHandlingStrategy",
8729                    "traits": {
8730                        "smithy.api#documentation": "<p>Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:</p> <p>CONVERT_TO_BINARY: Converts a response payload from a Base64-encoded string to the corresponding binary blob.</p> <p>CONVERT_TO_TEXT: Converts a response payload from a binary blob to a Base64-encoded string.</p> <p>If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification.</p>",
8731                        "smithy.api#jsonName": "contentHandlingStrategy"
8732                    }
8733                },
8734                "IntegrationId": {
8735                    "target": "com.amazonaws.apigatewayv2#__string",
8736                    "traits": {
8737                        "smithy.api#documentation": "<p>The integration ID.</p>",
8738                        "smithy.api#httpLabel": {},
8739                        "smithy.api#required": {}
8740                    }
8741                },
8742                "IntegrationResponseId": {
8743                    "target": "com.amazonaws.apigatewayv2#__string",
8744                    "traits": {
8745                        "smithy.api#documentation": "<p>The integration response ID.</p>",
8746                        "smithy.api#httpLabel": {},
8747                        "smithy.api#required": {}
8748                    }
8749                },
8750                "IntegrationResponseKey": {
8751                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
8752                    "traits": {
8753                        "smithy.api#documentation": "<p>The integration response key.</p>",
8754                        "smithy.api#jsonName": "integrationResponseKey"
8755                    }
8756                },
8757                "ResponseParameters": {
8758                    "target": "com.amazonaws.apigatewayv2#IntegrationParameters",
8759                    "traits": {
8760                        "smithy.api#documentation": "<p>A key-value map specifying response parameters that are passed to the method response from the backend. The key is a method response header parameter name and the mapped value is an integration response header value, a static value enclosed within a pair of single quotes, or a JSON expression from the integration response body. The mapping key must match the pattern of method.response.header.<replaceable>{name}</replaceable>\n               , where name is a valid and unique header name. The mapped non-static value must match the pattern of integration.response.header.<replaceable>{name}</replaceable>\n                or integration.response.body.<replaceable>{JSON-expression}</replaceable>\n               , where \n                  <replaceable>{name}</replaceable>\n                is a valid and unique response header name and \n                  <replaceable>{JSON-expression}</replaceable>\n                is a valid JSON expression without the $ prefix.</p>",
8761                        "smithy.api#jsonName": "responseParameters"
8762                    }
8763                },
8764                "ResponseTemplates": {
8765                    "target": "com.amazonaws.apigatewayv2#TemplateMap",
8766                    "traits": {
8767                        "smithy.api#documentation": "<p>The collection of response templates for the integration response as a string-to-string map of key-value pairs. Response templates are represented as a key/value map, with a content-type as the key and a template as the value.</p>",
8768                        "smithy.api#jsonName": "responseTemplates"
8769                    }
8770                },
8771                "TemplateSelectionExpression": {
8772                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
8773                    "traits": {
8774                        "smithy.api#documentation": "<p>The template selection expression for the integration response. Supported only for WebSocket APIs.</p>",
8775                        "smithy.api#jsonName": "templateSelectionExpression"
8776                    }
8777                }
8778            },
8779            "traits": {
8780                "smithy.api#documentation": "<p>Updates an IntegrationResponses.</p>"
8781            }
8782        },
8783        "com.amazonaws.apigatewayv2#UpdateIntegrationResponseResponse": {
8784            "type": "structure",
8785            "members": {
8786                "ContentHandlingStrategy": {
8787                    "target": "com.amazonaws.apigatewayv2#ContentHandlingStrategy",
8788                    "traits": {
8789                        "smithy.api#documentation": "<p>Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:</p> <p>CONVERT_TO_BINARY: Converts a response payload from a Base64-encoded string to the corresponding binary blob.</p> <p>CONVERT_TO_TEXT: Converts a response payload from a binary blob to a Base64-encoded string.</p> <p>If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification.</p>",
8790                        "smithy.api#jsonName": "contentHandlingStrategy"
8791                    }
8792                },
8793                "IntegrationResponseId": {
8794                    "target": "com.amazonaws.apigatewayv2#Id",
8795                    "traits": {
8796                        "smithy.api#documentation": "<p>The integration response ID.</p>",
8797                        "smithy.api#jsonName": "integrationResponseId"
8798                    }
8799                },
8800                "IntegrationResponseKey": {
8801                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
8802                    "traits": {
8803                        "smithy.api#documentation": "<p>The integration response key.</p>",
8804                        "smithy.api#jsonName": "integrationResponseKey"
8805                    }
8806                },
8807                "ResponseParameters": {
8808                    "target": "com.amazonaws.apigatewayv2#IntegrationParameters",
8809                    "traits": {
8810                        "smithy.api#documentation": "<p>A key-value map specifying response parameters that are passed to the method response from the backend. The key is a method response header parameter name and the mapped value is an integration response header value, a static value enclosed within a pair of single quotes, or a JSON expression from the integration response body. The mapping key must match the pattern of method.response.header.{name}, where name is a valid and unique header name. The mapped non-static value must match the pattern of integration.response.header.{name} or integration.response.body.{JSON-expression}, where name is a valid and unique response header name and JSON-expression is a valid JSON expression without the $ prefix.</p>",
8811                        "smithy.api#jsonName": "responseParameters"
8812                    }
8813                },
8814                "ResponseTemplates": {
8815                    "target": "com.amazonaws.apigatewayv2#TemplateMap",
8816                    "traits": {
8817                        "smithy.api#documentation": "<p>The collection of response templates for the integration response as a string-to-string map of key-value pairs. Response templates are represented as a key/value map, with a content-type as the key and a template as the value.</p>",
8818                        "smithy.api#jsonName": "responseTemplates"
8819                    }
8820                },
8821                "TemplateSelectionExpression": {
8822                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
8823                    "traits": {
8824                        "smithy.api#documentation": "<p>The template selection expressions for the integration response.</p>",
8825                        "smithy.api#jsonName": "templateSelectionExpression"
8826                    }
8827                }
8828            }
8829        },
8830        "com.amazonaws.apigatewayv2#UpdateIntegrationResult": {
8831            "type": "structure",
8832            "members": {
8833                "ApiGatewayManaged": {
8834                    "target": "com.amazonaws.apigatewayv2#__boolean",
8835                    "traits": {
8836                        "smithy.api#documentation": "<p>Specifies whether an integration is managed by API Gateway. If you created an API using using quick create, the resulting integration is managed by API Gateway. You can update a managed integration, but you can't delete it.</p>",
8837                        "smithy.api#jsonName": "apiGatewayManaged"
8838                    }
8839                },
8840                "ConnectionId": {
8841                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And1024",
8842                    "traits": {
8843                        "smithy.api#documentation": "<p>The ID of the VPC link for a private integration. Supported only for HTTP APIs.</p>",
8844                        "smithy.api#jsonName": "connectionId"
8845                    }
8846                },
8847                "ConnectionType": {
8848                    "target": "com.amazonaws.apigatewayv2#ConnectionType",
8849                    "traits": {
8850                        "smithy.api#documentation": "<p>The type of the network connection to the integration endpoint. Specify INTERNET for connections through the public routable internet or VPC_LINK for private connections between API Gateway and resources in a VPC. The default value is INTERNET.</p>",
8851                        "smithy.api#jsonName": "connectionType"
8852                    }
8853                },
8854                "ContentHandlingStrategy": {
8855                    "target": "com.amazonaws.apigatewayv2#ContentHandlingStrategy",
8856                    "traits": {
8857                        "smithy.api#documentation": "<p>Supported only for WebSocket APIs. Specifies how to handle response payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT, with the following behaviors:</p> <p>CONVERT_TO_BINARY: Converts a response payload from a Base64-encoded string to the corresponding binary blob.</p> <p>CONVERT_TO_TEXT: Converts a response payload from a binary blob to a Base64-encoded string.</p> <p>If this property is not defined, the response payload will be passed through from the integration response to the route response or method response without modification.</p>",
8858                        "smithy.api#jsonName": "contentHandlingStrategy"
8859                    }
8860                },
8861                "CredentialsArn": {
8862                    "target": "com.amazonaws.apigatewayv2#Arn",
8863                    "traits": {
8864                        "smithy.api#documentation": "<p>Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string arn:aws:iam::*:user/*. To use resource-based permissions on supported AWS services, specify null.</p>",
8865                        "smithy.api#jsonName": "credentialsArn"
8866                    }
8867                },
8868                "Description": {
8869                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
8870                    "traits": {
8871                        "smithy.api#documentation": "<p>Represents the description of an integration.</p>",
8872                        "smithy.api#jsonName": "description"
8873                    }
8874                },
8875                "IntegrationId": {
8876                    "target": "com.amazonaws.apigatewayv2#Id",
8877                    "traits": {
8878                        "smithy.api#documentation": "<p>Represents the identifier of an integration.</p>",
8879                        "smithy.api#jsonName": "integrationId"
8880                    }
8881                },
8882                "IntegrationMethod": {
8883                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
8884                    "traits": {
8885                        "smithy.api#documentation": "<p>Specifies the integration's HTTP method type.</p>",
8886                        "smithy.api#jsonName": "integrationMethod"
8887                    }
8888                },
8889                "IntegrationResponseSelectionExpression": {
8890                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
8891                    "traits": {
8892                        "smithy.api#documentation": "<p>The integration response selection expression for the integration. Supported only for WebSocket APIs. See <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-integration-response-selection-expressions\">Integration Response Selection Expressions</a>.</p>",
8893                        "smithy.api#jsonName": "integrationResponseSelectionExpression"
8894                    }
8895                },
8896                "IntegrationSubtype": {
8897                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
8898                    "traits": {
8899                        "smithy.api#documentation": "<p>Supported only for HTTP API AWS_PROXY integrations. Specifies the AWS service action to invoke. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services-reference.html\">Integration subtype reference</a>.</p>",
8900                        "smithy.api#jsonName": "integrationSubtype"
8901                    }
8902                },
8903                "IntegrationType": {
8904                    "target": "com.amazonaws.apigatewayv2#IntegrationType",
8905                    "traits": {
8906                        "smithy.api#documentation": "<p>The integration type of an integration. One of the following:</p> <p>AWS: for integrating the route or method request with an AWS service action, including the Lambda function-invoking action. With the Lambda function-invoking action, this is referred to as the Lambda custom integration. With any other AWS service action, this is known as AWS integration. Supported only for WebSocket APIs.</p> <p>AWS_PROXY: for integrating the route or method request with a Lambda function or other AWS service action. This integration is also referred to as a Lambda proxy integration.</p> <p>HTTP: for integrating the route or method request with an HTTP endpoint. This integration is also referred to as the HTTP custom integration. Supported only for WebSocket APIs.</p> <p>HTTP_PROXY: for integrating the route or method request with an HTTP endpoint, with the client request passed through as-is. This is also referred to as HTTP proxy integration.</p> <p>MOCK: for integrating the route or method request with API Gateway as a \"loopback\" endpoint without invoking any backend. Supported only for WebSocket APIs.</p>",
8907                        "smithy.api#jsonName": "integrationType"
8908                    }
8909                },
8910                "IntegrationUri": {
8911                    "target": "com.amazonaws.apigatewayv2#UriWithLengthBetween1And2048",
8912                    "traits": {
8913                        "smithy.api#documentation": "<p>For a Lambda integration, specify the URI of a Lambda function.</p> <p>For an HTTP integration, specify a fully-qualified URL.</p> <p>For an HTTP API private integration, specify the ARN of an Application Load Balancer listener, Network Load Balancer listener, or AWS Cloud Map service. If you specify the ARN of an AWS Cloud Map service, API Gateway uses DiscoverInstances to identify resources. You can use query parameters to target specific resources. To learn more, see <a href=\"https://docs.aws.amazon.com/cloud-map/latest/api/API_DiscoverInstances.html\">DiscoverInstances</a>. For private integrations, all resources must be owned by the same AWS account.</p>",
8914                        "smithy.api#jsonName": "integrationUri"
8915                    }
8916                },
8917                "PassthroughBehavior": {
8918                    "target": "com.amazonaws.apigatewayv2#PassthroughBehavior",
8919                    "traits": {
8920                        "smithy.api#documentation": "<p>Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER. Supported only for WebSocket APIs.</p> <p>WHEN_NO_MATCH passes the request body for unmapped content types through to the integration backend without transformation.</p> <p>NEVER rejects unmapped content types with an HTTP 415 Unsupported Media Type response.</p> <p>WHEN_NO_TEMPLATES allows pass-through when the integration has no content types mapped to templates. However, if there is at least one content type defined, unmapped content types will be rejected with the same HTTP 415 Unsupported Media Type response.</p>",
8921                        "smithy.api#jsonName": "passthroughBehavior"
8922                    }
8923                },
8924                "PayloadFormatVersion": {
8925                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
8926                    "traits": {
8927                        "smithy.api#documentation": "<p>Specifies the format of the payload sent to an integration. Required for HTTP APIs.</p>",
8928                        "smithy.api#jsonName": "payloadFormatVersion"
8929                    }
8930                },
8931                "RequestParameters": {
8932                    "target": "com.amazonaws.apigatewayv2#IntegrationParameters",
8933                    "traits": {
8934                        "smithy.api#documentation": "<p>For WebSocket APIs, a key-value map specifying request parameters that are passed from the method request to the backend. The key is an integration request parameter name and the associated value is a method request parameter value or static value that must be enclosed within single quotes and pre-encoded as required by the backend. The method request parameter value must match the pattern of method.request.<replaceable>{location}</replaceable>.<replaceable>{name}</replaceable>\n          , where \n            <replaceable>{location}</replaceable>\n           is querystring, path, or header; and \n            <replaceable>{name}</replaceable>\n           must be a valid and unique method request parameter name.</p> <p>For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services.html\">Working with AWS service integrations for HTTP APIs</a>.</p> <p>For HTTP API itegrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to backend integrations. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt;. The action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html\">Transforming API requests and responses</a>.</p>",
8935                        "smithy.api#jsonName": "requestParameters"
8936                    }
8937                },
8938                "RequestTemplates": {
8939                    "target": "com.amazonaws.apigatewayv2#TemplateMap",
8940                    "traits": {
8941                        "smithy.api#documentation": "<p>Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. The content type value is the key in this map, and the template (as a String) is the value. Supported only for WebSocket APIs.</p>",
8942                        "smithy.api#jsonName": "requestTemplates"
8943                    }
8944                },
8945                "ResponseParameters": {
8946                    "target": "com.amazonaws.apigatewayv2#ResponseParameters",
8947                    "traits": {
8948                        "smithy.api#documentation": "<p>Supported only for HTTP APIs. You use response parameters to transform the HTTP response from a backend integration before returning the response to clients. Specify a key-value map from a selection key to response parameters. The selection key must be a valid HTTP status code within the range of 200-599. Response parameters are a key-value map. The key must match pattern &lt;action&gt;:&lt;header&gt;.&lt;location&gt; or overwrite.statuscode. The action can be append, overwrite or remove. The value can be a static value, or map to response data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html\">Transforming API requests and responses</a>.</p>",
8949                        "smithy.api#jsonName": "responseParameters"
8950                    }
8951                },
8952                "TemplateSelectionExpression": {
8953                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
8954                    "traits": {
8955                        "smithy.api#documentation": "<p>The template selection expression for the integration. Supported only for WebSocket APIs.</p>",
8956                        "smithy.api#jsonName": "templateSelectionExpression"
8957                    }
8958                },
8959                "TimeoutInMillis": {
8960                    "target": "com.amazonaws.apigatewayv2#IntegerWithLengthBetween50And30000",
8961                    "traits": {
8962                        "smithy.api#documentation": "<p>Custom timeout between 50 and 29,000 milliseconds for WebSocket APIs and between 50 and 30,000 milliseconds for HTTP APIs. The default timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP APIs.</p>",
8963                        "smithy.api#jsonName": "timeoutInMillis"
8964                    }
8965                },
8966                "TlsConfig": {
8967                    "target": "com.amazonaws.apigatewayv2#TlsConfig",
8968                    "traits": {
8969                        "smithy.api#documentation": "<p>The TLS configuration for a private integration. If you specify a TLS configuration, private integration traffic uses the HTTPS protocol. Supported only for HTTP APIs.</p>",
8970                        "smithy.api#jsonName": "tlsConfig"
8971                    }
8972                }
8973            }
8974        },
8975        "com.amazonaws.apigatewayv2#UpdateModel": {
8976            "type": "operation",
8977            "input": {
8978                "target": "com.amazonaws.apigatewayv2#UpdateModelRequest"
8979            },
8980            "output": {
8981                "target": "com.amazonaws.apigatewayv2#UpdateModelResponse"
8982            },
8983            "errors": [
8984                {
8985                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
8986                },
8987                {
8988                    "target": "com.amazonaws.apigatewayv2#ConflictException"
8989                },
8990                {
8991                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
8992                },
8993                {
8994                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
8995                }
8996            ],
8997            "traits": {
8998                "smithy.api#documentation": "<p>Updates a Model.</p>",
8999                "smithy.api#http": {
9000                    "method": "PATCH",
9001                    "uri": "/v2/apis/{ApiId}/models/{ModelId}",
9002                    "code": 200
9003                }
9004            }
9005        },
9006        "com.amazonaws.apigatewayv2#UpdateModelRequest": {
9007            "type": "structure",
9008            "members": {
9009                "ApiId": {
9010                    "target": "com.amazonaws.apigatewayv2#__string",
9011                    "traits": {
9012                        "smithy.api#documentation": "<p>The API identifier.</p>",
9013                        "smithy.api#httpLabel": {},
9014                        "smithy.api#required": {}
9015                    }
9016                },
9017                "ContentType": {
9018                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And256",
9019                    "traits": {
9020                        "smithy.api#documentation": "<p>The content-type for the model, for example, \"application/json\".</p>",
9021                        "smithy.api#jsonName": "contentType"
9022                    }
9023                },
9024                "Description": {
9025                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
9026                    "traits": {
9027                        "smithy.api#documentation": "<p>The description of the model.</p>",
9028                        "smithy.api#jsonName": "description"
9029                    }
9030                },
9031                "ModelId": {
9032                    "target": "com.amazonaws.apigatewayv2#__string",
9033                    "traits": {
9034                        "smithy.api#documentation": "<p>The model ID.</p>",
9035                        "smithy.api#httpLabel": {},
9036                        "smithy.api#required": {}
9037                    }
9038                },
9039                "Name": {
9040                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
9041                    "traits": {
9042                        "smithy.api#documentation": "<p>The name of the model.</p>",
9043                        "smithy.api#jsonName": "name"
9044                    }
9045                },
9046                "Schema": {
9047                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And32K",
9048                    "traits": {
9049                        "smithy.api#documentation": "<p>The schema for the model. For application/json models, this should be JSON schema draft 4 model.</p>",
9050                        "smithy.api#jsonName": "schema"
9051                    }
9052                }
9053            },
9054            "traits": {
9055                "smithy.api#documentation": "<p>Updates a Model.</p>"
9056            }
9057        },
9058        "com.amazonaws.apigatewayv2#UpdateModelResponse": {
9059            "type": "structure",
9060            "members": {
9061                "ContentType": {
9062                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And256",
9063                    "traits": {
9064                        "smithy.api#documentation": "<p>The content-type for the model, for example, \"application/json\".</p>",
9065                        "smithy.api#jsonName": "contentType"
9066                    }
9067                },
9068                "Description": {
9069                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
9070                    "traits": {
9071                        "smithy.api#documentation": "<p>The description of the model.</p>",
9072                        "smithy.api#jsonName": "description"
9073                    }
9074                },
9075                "ModelId": {
9076                    "target": "com.amazonaws.apigatewayv2#Id",
9077                    "traits": {
9078                        "smithy.api#documentation": "<p>The model identifier.</p>",
9079                        "smithy.api#jsonName": "modelId"
9080                    }
9081                },
9082                "Name": {
9083                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
9084                    "traits": {
9085                        "smithy.api#documentation": "<p>The name of the model. Must be alphanumeric.</p>",
9086                        "smithy.api#jsonName": "name"
9087                    }
9088                },
9089                "Schema": {
9090                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And32K",
9091                    "traits": {
9092                        "smithy.api#documentation": "<p>The schema for the model. For application/json models, this should be JSON schema draft 4 model.</p>",
9093                        "smithy.api#jsonName": "schema"
9094                    }
9095                }
9096            }
9097        },
9098        "com.amazonaws.apigatewayv2#UpdateRoute": {
9099            "type": "operation",
9100            "input": {
9101                "target": "com.amazonaws.apigatewayv2#UpdateRouteRequest"
9102            },
9103            "output": {
9104                "target": "com.amazonaws.apigatewayv2#UpdateRouteResult"
9105            },
9106            "errors": [
9107                {
9108                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
9109                },
9110                {
9111                    "target": "com.amazonaws.apigatewayv2#ConflictException"
9112                },
9113                {
9114                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
9115                },
9116                {
9117                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
9118                }
9119            ],
9120            "traits": {
9121                "smithy.api#documentation": "<p>Updates a Route.</p>",
9122                "smithy.api#http": {
9123                    "method": "PATCH",
9124                    "uri": "/v2/apis/{ApiId}/routes/{RouteId}",
9125                    "code": 200
9126                }
9127            }
9128        },
9129        "com.amazonaws.apigatewayv2#UpdateRouteRequest": {
9130            "type": "structure",
9131            "members": {
9132                "ApiId": {
9133                    "target": "com.amazonaws.apigatewayv2#__string",
9134                    "traits": {
9135                        "smithy.api#documentation": "<p>The API identifier.</p>",
9136                        "smithy.api#httpLabel": {},
9137                        "smithy.api#required": {}
9138                    }
9139                },
9140                "ApiKeyRequired": {
9141                    "target": "com.amazonaws.apigatewayv2#__boolean",
9142                    "traits": {
9143                        "smithy.api#documentation": "<p>Specifies whether an API key is required for the route. Supported only for WebSocket APIs.</p>",
9144                        "smithy.api#jsonName": "apiKeyRequired"
9145                    }
9146                },
9147                "AuthorizationScopes": {
9148                    "target": "com.amazonaws.apigatewayv2#AuthorizationScopes",
9149                    "traits": {
9150                        "smithy.api#documentation": "<p>The authorization scopes supported by this route.</p>",
9151                        "smithy.api#jsonName": "authorizationScopes"
9152                    }
9153                },
9154                "AuthorizationType": {
9155                    "target": "com.amazonaws.apigatewayv2#AuthorizationType",
9156                    "traits": {
9157                        "smithy.api#documentation": "<p>The authorization type for the route. For WebSocket APIs, valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer For HTTP APIs, valid values are NONE for open access, JWT for using JSON Web Tokens, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer.</p>",
9158                        "smithy.api#jsonName": "authorizationType"
9159                    }
9160                },
9161                "AuthorizerId": {
9162                    "target": "com.amazonaws.apigatewayv2#Id",
9163                    "traits": {
9164                        "smithy.api#documentation": "<p>The identifier of the Authorizer resource to be associated with this route. The authorizer identifier is generated by API Gateway when you created the authorizer.</p>",
9165                        "smithy.api#jsonName": "authorizerId"
9166                    }
9167                },
9168                "ModelSelectionExpression": {
9169                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
9170                    "traits": {
9171                        "smithy.api#documentation": "<p>The model selection expression for the route. Supported only for WebSocket APIs.</p>",
9172                        "smithy.api#jsonName": "modelSelectionExpression"
9173                    }
9174                },
9175                "OperationName": {
9176                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
9177                    "traits": {
9178                        "smithy.api#documentation": "<p>The operation name for the route.</p>",
9179                        "smithy.api#jsonName": "operationName"
9180                    }
9181                },
9182                "RequestModels": {
9183                    "target": "com.amazonaws.apigatewayv2#RouteModels",
9184                    "traits": {
9185                        "smithy.api#documentation": "<p>The request models for the route. Supported only for WebSocket APIs.</p>",
9186                        "smithy.api#jsonName": "requestModels"
9187                    }
9188                },
9189                "RequestParameters": {
9190                    "target": "com.amazonaws.apigatewayv2#RouteParameters",
9191                    "traits": {
9192                        "smithy.api#documentation": "<p>The request parameters for the route. Supported only for WebSocket APIs.</p>",
9193                        "smithy.api#jsonName": "requestParameters"
9194                    }
9195                },
9196                "RouteId": {
9197                    "target": "com.amazonaws.apigatewayv2#__string",
9198                    "traits": {
9199                        "smithy.api#documentation": "<p>The route ID.</p>",
9200                        "smithy.api#httpLabel": {},
9201                        "smithy.api#required": {}
9202                    }
9203                },
9204                "RouteKey": {
9205                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
9206                    "traits": {
9207                        "smithy.api#documentation": "<p>The route key for the route.</p>",
9208                        "smithy.api#jsonName": "routeKey"
9209                    }
9210                },
9211                "RouteResponseSelectionExpression": {
9212                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
9213                    "traits": {
9214                        "smithy.api#documentation": "<p>The route response selection expression for the route. Supported only for WebSocket APIs.</p>",
9215                        "smithy.api#jsonName": "routeResponseSelectionExpression"
9216                    }
9217                },
9218                "Target": {
9219                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
9220                    "traits": {
9221                        "smithy.api#documentation": "<p>The target for the route.</p>",
9222                        "smithy.api#jsonName": "target"
9223                    }
9224                }
9225            },
9226            "traits": {
9227                "smithy.api#documentation": "<p>Updates a Route.</p>"
9228            }
9229        },
9230        "com.amazonaws.apigatewayv2#UpdateRouteResponse": {
9231            "type": "operation",
9232            "input": {
9233                "target": "com.amazonaws.apigatewayv2#UpdateRouteResponseRequest"
9234            },
9235            "output": {
9236                "target": "com.amazonaws.apigatewayv2#UpdateRouteResponseResponse"
9237            },
9238            "errors": [
9239                {
9240                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
9241                },
9242                {
9243                    "target": "com.amazonaws.apigatewayv2#ConflictException"
9244                },
9245                {
9246                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
9247                },
9248                {
9249                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
9250                }
9251            ],
9252            "traits": {
9253                "smithy.api#documentation": "<p>Updates a RouteResponse.</p>",
9254                "smithy.api#http": {
9255                    "method": "PATCH",
9256                    "uri": "/v2/apis/{ApiId}/routes/{RouteId}/routeresponses/{RouteResponseId}",
9257                    "code": 200
9258                }
9259            }
9260        },
9261        "com.amazonaws.apigatewayv2#UpdateRouteResponseRequest": {
9262            "type": "structure",
9263            "members": {
9264                "ApiId": {
9265                    "target": "com.amazonaws.apigatewayv2#__string",
9266                    "traits": {
9267                        "smithy.api#documentation": "<p>The API identifier.</p>",
9268                        "smithy.api#httpLabel": {},
9269                        "smithy.api#required": {}
9270                    }
9271                },
9272                "ModelSelectionExpression": {
9273                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
9274                    "traits": {
9275                        "smithy.api#documentation": "<p>The model selection expression for the route response. Supported only for WebSocket APIs.</p>",
9276                        "smithy.api#jsonName": "modelSelectionExpression"
9277                    }
9278                },
9279                "ResponseModels": {
9280                    "target": "com.amazonaws.apigatewayv2#RouteModels",
9281                    "traits": {
9282                        "smithy.api#documentation": "<p>The response models for the route response.</p>",
9283                        "smithy.api#jsonName": "responseModels"
9284                    }
9285                },
9286                "ResponseParameters": {
9287                    "target": "com.amazonaws.apigatewayv2#RouteParameters",
9288                    "traits": {
9289                        "smithy.api#documentation": "<p>The route response parameters.</p>",
9290                        "smithy.api#jsonName": "responseParameters"
9291                    }
9292                },
9293                "RouteId": {
9294                    "target": "com.amazonaws.apigatewayv2#__string",
9295                    "traits": {
9296                        "smithy.api#documentation": "<p>The route ID.</p>",
9297                        "smithy.api#httpLabel": {},
9298                        "smithy.api#required": {}
9299                    }
9300                },
9301                "RouteResponseId": {
9302                    "target": "com.amazonaws.apigatewayv2#__string",
9303                    "traits": {
9304                        "smithy.api#documentation": "<p>The route response ID.</p>",
9305                        "smithy.api#httpLabel": {},
9306                        "smithy.api#required": {}
9307                    }
9308                },
9309                "RouteResponseKey": {
9310                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
9311                    "traits": {
9312                        "smithy.api#documentation": "<p>The route response key.</p>",
9313                        "smithy.api#jsonName": "routeResponseKey"
9314                    }
9315                }
9316            },
9317            "traits": {
9318                "smithy.api#documentation": "<p>Updates a RouteResponse.</p>"
9319            }
9320        },
9321        "com.amazonaws.apigatewayv2#UpdateRouteResponseResponse": {
9322            "type": "structure",
9323            "members": {
9324                "ModelSelectionExpression": {
9325                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
9326                    "traits": {
9327                        "smithy.api#documentation": "<p>Represents the model selection expression of a route response. Supported only for WebSocket APIs.</p>",
9328                        "smithy.api#jsonName": "modelSelectionExpression"
9329                    }
9330                },
9331                "ResponseModels": {
9332                    "target": "com.amazonaws.apigatewayv2#RouteModels",
9333                    "traits": {
9334                        "smithy.api#documentation": "<p>Represents the response models of a route response.</p>",
9335                        "smithy.api#jsonName": "responseModels"
9336                    }
9337                },
9338                "ResponseParameters": {
9339                    "target": "com.amazonaws.apigatewayv2#RouteParameters",
9340                    "traits": {
9341                        "smithy.api#documentation": "<p>Represents the response parameters of a route response.</p>",
9342                        "smithy.api#jsonName": "responseParameters"
9343                    }
9344                },
9345                "RouteResponseId": {
9346                    "target": "com.amazonaws.apigatewayv2#Id",
9347                    "traits": {
9348                        "smithy.api#documentation": "<p>Represents the identifier of a route response.</p>",
9349                        "smithy.api#jsonName": "routeResponseId"
9350                    }
9351                },
9352                "RouteResponseKey": {
9353                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
9354                    "traits": {
9355                        "smithy.api#documentation": "<p>Represents the route response key of a route response.</p>",
9356                        "smithy.api#jsonName": "routeResponseKey"
9357                    }
9358                }
9359            }
9360        },
9361        "com.amazonaws.apigatewayv2#UpdateRouteResult": {
9362            "type": "structure",
9363            "members": {
9364                "ApiGatewayManaged": {
9365                    "target": "com.amazonaws.apigatewayv2#__boolean",
9366                    "traits": {
9367                        "smithy.api#documentation": "<p>Specifies whether a route is managed by API Gateway. If you created an API using quick create, the $default route is managed by API Gateway. You can't modify the $default route key.</p>",
9368                        "smithy.api#jsonName": "apiGatewayManaged"
9369                    }
9370                },
9371                "ApiKeyRequired": {
9372                    "target": "com.amazonaws.apigatewayv2#__boolean",
9373                    "traits": {
9374                        "smithy.api#documentation": "<p>Specifies whether an API key is required for this route. Supported only for WebSocket APIs.</p>",
9375                        "smithy.api#jsonName": "apiKeyRequired"
9376                    }
9377                },
9378                "AuthorizationScopes": {
9379                    "target": "com.amazonaws.apigatewayv2#AuthorizationScopes",
9380                    "traits": {
9381                        "smithy.api#documentation": "<p>A list of authorization scopes configured on a route. The scopes are used with a JWT authorizer to authorize the method invocation. The authorization works by matching the route scopes against the scopes parsed from the access token in the incoming request. The method invocation is authorized if any route scope matches a claimed scope in the access token. Otherwise, the invocation is not authorized. When the route scope is configured, the client must provide an access token instead of an identity token for authorization purposes.</p>",
9382                        "smithy.api#jsonName": "authorizationScopes"
9383                    }
9384                },
9385                "AuthorizationType": {
9386                    "target": "com.amazonaws.apigatewayv2#AuthorizationType",
9387                    "traits": {
9388                        "smithy.api#documentation": "<p>The authorization type for the route. For WebSocket APIs, valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer For HTTP APIs, valid values are NONE for open access, JWT for using JSON Web Tokens, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer.</p>",
9389                        "smithy.api#jsonName": "authorizationType"
9390                    }
9391                },
9392                "AuthorizerId": {
9393                    "target": "com.amazonaws.apigatewayv2#Id",
9394                    "traits": {
9395                        "smithy.api#documentation": "<p>The identifier of the Authorizer resource to be associated with this route. The authorizer identifier is generated by API Gateway when you created the authorizer.</p>",
9396                        "smithy.api#jsonName": "authorizerId"
9397                    }
9398                },
9399                "ModelSelectionExpression": {
9400                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
9401                    "traits": {
9402                        "smithy.api#documentation": "<p>The model selection expression for the route. Supported only for WebSocket APIs.</p>",
9403                        "smithy.api#jsonName": "modelSelectionExpression"
9404                    }
9405                },
9406                "OperationName": {
9407                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And64",
9408                    "traits": {
9409                        "smithy.api#documentation": "<p>The operation name for the route.</p>",
9410                        "smithy.api#jsonName": "operationName"
9411                    }
9412                },
9413                "RequestModels": {
9414                    "target": "com.amazonaws.apigatewayv2#RouteModels",
9415                    "traits": {
9416                        "smithy.api#documentation": "<p>The request models for the route. Supported only for WebSocket APIs.</p>",
9417                        "smithy.api#jsonName": "requestModels"
9418                    }
9419                },
9420                "RequestParameters": {
9421                    "target": "com.amazonaws.apigatewayv2#RouteParameters",
9422                    "traits": {
9423                        "smithy.api#documentation": "<p>The request parameters for the route. Supported only for WebSocket APIs.</p>",
9424                        "smithy.api#jsonName": "requestParameters"
9425                    }
9426                },
9427                "RouteId": {
9428                    "target": "com.amazonaws.apigatewayv2#Id",
9429                    "traits": {
9430                        "smithy.api#documentation": "<p>The route ID.</p>",
9431                        "smithy.api#jsonName": "routeId"
9432                    }
9433                },
9434                "RouteKey": {
9435                    "target": "com.amazonaws.apigatewayv2#SelectionKey",
9436                    "traits": {
9437                        "smithy.api#documentation": "<p>The route key for the route.</p>",
9438                        "smithy.api#jsonName": "routeKey"
9439                    }
9440                },
9441                "RouteResponseSelectionExpression": {
9442                    "target": "com.amazonaws.apigatewayv2#SelectionExpression",
9443                    "traits": {
9444                        "smithy.api#documentation": "<p>The route response selection expression for the route. Supported only for WebSocket APIs.</p>",
9445                        "smithy.api#jsonName": "routeResponseSelectionExpression"
9446                    }
9447                },
9448                "Target": {
9449                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
9450                    "traits": {
9451                        "smithy.api#documentation": "<p>The target for the route.</p>",
9452                        "smithy.api#jsonName": "target"
9453                    }
9454                }
9455            }
9456        },
9457        "com.amazonaws.apigatewayv2#UpdateStage": {
9458            "type": "operation",
9459            "input": {
9460                "target": "com.amazonaws.apigatewayv2#UpdateStageRequest"
9461            },
9462            "output": {
9463                "target": "com.amazonaws.apigatewayv2#UpdateStageResponse"
9464            },
9465            "errors": [
9466                {
9467                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
9468                },
9469                {
9470                    "target": "com.amazonaws.apigatewayv2#ConflictException"
9471                },
9472                {
9473                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
9474                },
9475                {
9476                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
9477                }
9478            ],
9479            "traits": {
9480                "smithy.api#documentation": "<p>Updates a Stage.</p>",
9481                "smithy.api#http": {
9482                    "method": "PATCH",
9483                    "uri": "/v2/apis/{ApiId}/stages/{StageName}",
9484                    "code": 200
9485                }
9486            }
9487        },
9488        "com.amazonaws.apigatewayv2#UpdateStageRequest": {
9489            "type": "structure",
9490            "members": {
9491                "AccessLogSettings": {
9492                    "target": "com.amazonaws.apigatewayv2#AccessLogSettings",
9493                    "traits": {
9494                        "smithy.api#documentation": "<p>Settings for logging access in this stage.</p>",
9495                        "smithy.api#jsonName": "accessLogSettings"
9496                    }
9497                },
9498                "ApiId": {
9499                    "target": "com.amazonaws.apigatewayv2#__string",
9500                    "traits": {
9501                        "smithy.api#documentation": "<p>The API identifier.</p>",
9502                        "smithy.api#httpLabel": {},
9503                        "smithy.api#required": {}
9504                    }
9505                },
9506                "AutoDeploy": {
9507                    "target": "com.amazonaws.apigatewayv2#__boolean",
9508                    "traits": {
9509                        "smithy.api#documentation": "<p>Specifies whether updates to an API automatically trigger a new deployment. The default value is false.</p>",
9510                        "smithy.api#jsonName": "autoDeploy"
9511                    }
9512                },
9513                "ClientCertificateId": {
9514                    "target": "com.amazonaws.apigatewayv2#Id",
9515                    "traits": {
9516                        "smithy.api#documentation": "<p>The identifier of a client certificate for a Stage.</p>",
9517                        "smithy.api#jsonName": "clientCertificateId"
9518                    }
9519                },
9520                "DefaultRouteSettings": {
9521                    "target": "com.amazonaws.apigatewayv2#RouteSettings",
9522                    "traits": {
9523                        "smithy.api#documentation": "<p>The default route settings for the stage.</p>",
9524                        "smithy.api#jsonName": "defaultRouteSettings"
9525                    }
9526                },
9527                "DeploymentId": {
9528                    "target": "com.amazonaws.apigatewayv2#Id",
9529                    "traits": {
9530                        "smithy.api#documentation": "<p>The deployment identifier for the API stage. Can't be updated if autoDeploy is enabled.</p>",
9531                        "smithy.api#jsonName": "deploymentId"
9532                    }
9533                },
9534                "Description": {
9535                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
9536                    "traits": {
9537                        "smithy.api#documentation": "<p>The description for the API stage.</p>",
9538                        "smithy.api#jsonName": "description"
9539                    }
9540                },
9541                "RouteSettings": {
9542                    "target": "com.amazonaws.apigatewayv2#RouteSettingsMap",
9543                    "traits": {
9544                        "smithy.api#documentation": "<p>Route settings for the stage.</p>",
9545                        "smithy.api#jsonName": "routeSettings"
9546                    }
9547                },
9548                "StageName": {
9549                    "target": "com.amazonaws.apigatewayv2#__string",
9550                    "traits": {
9551                        "smithy.api#documentation": "<p>The stage name. Stage names can contain only alphanumeric characters, hyphens, and underscores, or be $default. Maximum length is 128 characters.</p>",
9552                        "smithy.api#httpLabel": {},
9553                        "smithy.api#required": {}
9554                    }
9555                },
9556                "StageVariables": {
9557                    "target": "com.amazonaws.apigatewayv2#StageVariablesMap",
9558                    "traits": {
9559                        "smithy.api#documentation": "<p>A map that defines the stage variables for a Stage. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&amp;=,]+.</p>",
9560                        "smithy.api#jsonName": "stageVariables"
9561                    }
9562                }
9563            },
9564            "traits": {
9565                "smithy.api#documentation": "<p>Updates a Stage.</p>"
9566            }
9567        },
9568        "com.amazonaws.apigatewayv2#UpdateStageResponse": {
9569            "type": "structure",
9570            "members": {
9571                "AccessLogSettings": {
9572                    "target": "com.amazonaws.apigatewayv2#AccessLogSettings",
9573                    "traits": {
9574                        "smithy.api#documentation": "<p>Settings for logging access in this stage.</p>",
9575                        "smithy.api#jsonName": "accessLogSettings"
9576                    }
9577                },
9578                "ApiGatewayManaged": {
9579                    "target": "com.amazonaws.apigatewayv2#__boolean",
9580                    "traits": {
9581                        "smithy.api#documentation": "<p>Specifies whether a stage is managed by API Gateway. If you created an API using quick create, the $default stage is managed by API Gateway. You can't modify the $default stage.</p>",
9582                        "smithy.api#jsonName": "apiGatewayManaged"
9583                    }
9584                },
9585                "AutoDeploy": {
9586                    "target": "com.amazonaws.apigatewayv2#__boolean",
9587                    "traits": {
9588                        "smithy.api#documentation": "<p>Specifies whether updates to an API automatically trigger a new deployment. The default value is false.</p>",
9589                        "smithy.api#jsonName": "autoDeploy"
9590                    }
9591                },
9592                "ClientCertificateId": {
9593                    "target": "com.amazonaws.apigatewayv2#Id",
9594                    "traits": {
9595                        "smithy.api#documentation": "<p>The identifier of a client certificate for a Stage. Supported only for WebSocket APIs.</p>",
9596                        "smithy.api#jsonName": "clientCertificateId"
9597                    }
9598                },
9599                "CreatedDate": {
9600                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
9601                    "traits": {
9602                        "smithy.api#documentation": "<p>The timestamp when the stage was created.</p>",
9603                        "smithy.api#jsonName": "createdDate"
9604                    }
9605                },
9606                "DefaultRouteSettings": {
9607                    "target": "com.amazonaws.apigatewayv2#RouteSettings",
9608                    "traits": {
9609                        "smithy.api#documentation": "<p>Default route settings for the stage.</p>",
9610                        "smithy.api#jsonName": "defaultRouteSettings"
9611                    }
9612                },
9613                "DeploymentId": {
9614                    "target": "com.amazonaws.apigatewayv2#Id",
9615                    "traits": {
9616                        "smithy.api#documentation": "<p>The identifier of the Deployment that the Stage is associated with. Can't be updated if autoDeploy is enabled.</p>",
9617                        "smithy.api#jsonName": "deploymentId"
9618                    }
9619                },
9620                "Description": {
9621                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
9622                    "traits": {
9623                        "smithy.api#documentation": "<p>The description of the stage.</p>",
9624                        "smithy.api#jsonName": "description"
9625                    }
9626                },
9627                "LastDeploymentStatusMessage": {
9628                    "target": "com.amazonaws.apigatewayv2#__string",
9629                    "traits": {
9630                        "smithy.api#documentation": "<p>Describes the status of the last deployment of a stage. Supported only for stages with autoDeploy enabled.</p>",
9631                        "smithy.api#jsonName": "lastDeploymentStatusMessage"
9632                    }
9633                },
9634                "LastUpdatedDate": {
9635                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
9636                    "traits": {
9637                        "smithy.api#documentation": "<p>The timestamp when the stage was last updated.</p>",
9638                        "smithy.api#jsonName": "lastUpdatedDate"
9639                    }
9640                },
9641                "RouteSettings": {
9642                    "target": "com.amazonaws.apigatewayv2#RouteSettingsMap",
9643                    "traits": {
9644                        "smithy.api#documentation": "<p>Route settings for the stage, by routeKey.</p>",
9645                        "smithy.api#jsonName": "routeSettings"
9646                    }
9647                },
9648                "StageName": {
9649                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
9650                    "traits": {
9651                        "smithy.api#documentation": "<p>The name of the stage.</p>",
9652                        "smithy.api#jsonName": "stageName"
9653                    }
9654                },
9655                "StageVariables": {
9656                    "target": "com.amazonaws.apigatewayv2#StageVariablesMap",
9657                    "traits": {
9658                        "smithy.api#documentation": "<p>A map that defines the stage variables for a stage resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&amp;=,]+.</p>",
9659                        "smithy.api#jsonName": "stageVariables"
9660                    }
9661                },
9662                "Tags": {
9663                    "target": "com.amazonaws.apigatewayv2#Tags",
9664                    "traits": {
9665                        "smithy.api#documentation": "<p>The collection of tags. Each tag element is associated with a given resource.</p>",
9666                        "smithy.api#jsonName": "tags"
9667                    }
9668                }
9669            }
9670        },
9671        "com.amazonaws.apigatewayv2#UpdateVpcLink": {
9672            "type": "operation",
9673            "input": {
9674                "target": "com.amazonaws.apigatewayv2#UpdateVpcLinkRequest"
9675            },
9676            "output": {
9677                "target": "com.amazonaws.apigatewayv2#UpdateVpcLinkResponse"
9678            },
9679            "errors": [
9680                {
9681                    "target": "com.amazonaws.apigatewayv2#BadRequestException"
9682                },
9683                {
9684                    "target": "com.amazonaws.apigatewayv2#NotFoundException"
9685                },
9686                {
9687                    "target": "com.amazonaws.apigatewayv2#TooManyRequestsException"
9688                }
9689            ],
9690            "traits": {
9691                "smithy.api#documentation": "<p>Updates a VPC link.</p>",
9692                "smithy.api#http": {
9693                    "method": "PATCH",
9694                    "uri": "/v2/vpclinks/{VpcLinkId}",
9695                    "code": 200
9696                }
9697            }
9698        },
9699        "com.amazonaws.apigatewayv2#UpdateVpcLinkRequest": {
9700            "type": "structure",
9701            "members": {
9702                "Name": {
9703                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
9704                    "traits": {
9705                        "smithy.api#documentation": "<p>The name of the VPC link.</p>",
9706                        "smithy.api#jsonName": "name"
9707                    }
9708                },
9709                "VpcLinkId": {
9710                    "target": "com.amazonaws.apigatewayv2#__string",
9711                    "traits": {
9712                        "smithy.api#documentation": "<p>The ID of the VPC link.</p>",
9713                        "smithy.api#httpLabel": {},
9714                        "smithy.api#required": {}
9715                    }
9716                }
9717            },
9718            "traits": {
9719                "smithy.api#documentation": "<p>Updates a VPC link.</p>"
9720            }
9721        },
9722        "com.amazonaws.apigatewayv2#UpdateVpcLinkResponse": {
9723            "type": "structure",
9724            "members": {
9725                "CreatedDate": {
9726                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
9727                    "traits": {
9728                        "smithy.api#documentation": "<p>The timestamp when the VPC link was created.</p>",
9729                        "smithy.api#jsonName": "createdDate"
9730                    }
9731                },
9732                "Name": {
9733                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
9734                    "traits": {
9735                        "smithy.api#documentation": "<p>The name of the VPC link.</p>",
9736                        "smithy.api#jsonName": "name"
9737                    }
9738                },
9739                "SecurityGroupIds": {
9740                    "target": "com.amazonaws.apigatewayv2#SecurityGroupIdList",
9741                    "traits": {
9742                        "smithy.api#documentation": "<p>A list of security group IDs for the VPC link.</p>",
9743                        "smithy.api#jsonName": "securityGroupIds"
9744                    }
9745                },
9746                "SubnetIds": {
9747                    "target": "com.amazonaws.apigatewayv2#SubnetIdList",
9748                    "traits": {
9749                        "smithy.api#documentation": "<p>A list of subnet IDs to include in the VPC link.</p>",
9750                        "smithy.api#jsonName": "subnetIds"
9751                    }
9752                },
9753                "Tags": {
9754                    "target": "com.amazonaws.apigatewayv2#Tags",
9755                    "traits": {
9756                        "smithy.api#documentation": "<p>Tags for the VPC link.</p>",
9757                        "smithy.api#jsonName": "tags"
9758                    }
9759                },
9760                "VpcLinkId": {
9761                    "target": "com.amazonaws.apigatewayv2#Id",
9762                    "traits": {
9763                        "smithy.api#documentation": "<p>The ID of the VPC link.</p>",
9764                        "smithy.api#jsonName": "vpcLinkId"
9765                    }
9766                },
9767                "VpcLinkStatus": {
9768                    "target": "com.amazonaws.apigatewayv2#VpcLinkStatus",
9769                    "traits": {
9770                        "smithy.api#documentation": "<p>The status of the VPC link.</p>",
9771                        "smithy.api#jsonName": "vpcLinkStatus"
9772                    }
9773                },
9774                "VpcLinkStatusMessage": {
9775                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
9776                    "traits": {
9777                        "smithy.api#documentation": "<p>A message summarizing the cause of the status of the VPC link.</p>",
9778                        "smithy.api#jsonName": "vpcLinkStatusMessage"
9779                    }
9780                },
9781                "VpcLinkVersion": {
9782                    "target": "com.amazonaws.apigatewayv2#VpcLinkVersion",
9783                    "traits": {
9784                        "smithy.api#documentation": "<p>The version of the VPC link.</p>",
9785                        "smithy.api#jsonName": "vpcLinkVersion"
9786                    }
9787                }
9788            }
9789        },
9790        "com.amazonaws.apigatewayv2#UriWithLengthBetween1And2048": {
9791            "type": "string",
9792            "traits": {
9793                "smithy.api#documentation": "<p>A string representation of a URI with a length between [1-2048].</p>"
9794            }
9795        },
9796        "com.amazonaws.apigatewayv2#VpcLink": {
9797            "type": "structure",
9798            "members": {
9799                "CreatedDate": {
9800                    "target": "com.amazonaws.apigatewayv2#__timestampIso8601",
9801                    "traits": {
9802                        "smithy.api#documentation": "<p>The timestamp when the VPC link was created.</p>",
9803                        "smithy.api#jsonName": "createdDate"
9804                    }
9805                },
9806                "Name": {
9807                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween1And128",
9808                    "traits": {
9809                        "smithy.api#documentation": "<p>The name of the VPC link.</p>",
9810                        "smithy.api#jsonName": "name",
9811                        "smithy.api#required": {}
9812                    }
9813                },
9814                "SecurityGroupIds": {
9815                    "target": "com.amazonaws.apigatewayv2#SecurityGroupIdList",
9816                    "traits": {
9817                        "smithy.api#documentation": "<p>A list of security group IDs for the VPC link.</p>",
9818                        "smithy.api#jsonName": "securityGroupIds",
9819                        "smithy.api#required": {}
9820                    }
9821                },
9822                "SubnetIds": {
9823                    "target": "com.amazonaws.apigatewayv2#SubnetIdList",
9824                    "traits": {
9825                        "smithy.api#documentation": "<p>A list of subnet IDs to include in the VPC link.</p>",
9826                        "smithy.api#jsonName": "subnetIds",
9827                        "smithy.api#required": {}
9828                    }
9829                },
9830                "Tags": {
9831                    "target": "com.amazonaws.apigatewayv2#Tags",
9832                    "traits": {
9833                        "smithy.api#documentation": "<p>Tags for the VPC link.</p>",
9834                        "smithy.api#jsonName": "tags"
9835                    }
9836                },
9837                "VpcLinkId": {
9838                    "target": "com.amazonaws.apigatewayv2#Id",
9839                    "traits": {
9840                        "smithy.api#documentation": "<p>The ID of the VPC link.</p>",
9841                        "smithy.api#jsonName": "vpcLinkId",
9842                        "smithy.api#required": {}
9843                    }
9844                },
9845                "VpcLinkStatus": {
9846                    "target": "com.amazonaws.apigatewayv2#VpcLinkStatus",
9847                    "traits": {
9848                        "smithy.api#documentation": "<p>The status of the VPC link.</p>",
9849                        "smithy.api#jsonName": "vpcLinkStatus"
9850                    }
9851                },
9852                "VpcLinkStatusMessage": {
9853                    "target": "com.amazonaws.apigatewayv2#StringWithLengthBetween0And1024",
9854                    "traits": {
9855                        "smithy.api#documentation": "<p>A message summarizing the cause of the status of the VPC link.</p>",
9856                        "smithy.api#jsonName": "vpcLinkStatusMessage"
9857                    }
9858                },
9859                "VpcLinkVersion": {
9860                    "target": "com.amazonaws.apigatewayv2#VpcLinkVersion",
9861                    "traits": {
9862                        "smithy.api#documentation": "<p>The version of the VPC link.</p>",
9863                        "smithy.api#jsonName": "vpcLinkVersion"
9864                    }
9865                }
9866            },
9867            "traits": {
9868                "smithy.api#documentation": "<p>Represents a VPC link.</p>"
9869            }
9870        },
9871        "com.amazonaws.apigatewayv2#VpcLinkStatus": {
9872            "type": "string",
9873            "traits": {
9874                "smithy.api#documentation": "<p>The status of the VPC link.</p>",
9875                "smithy.api#enum": [
9876                    {
9877                        "value": "PENDING",
9878                        "name": "PENDING"
9879                    },
9880                    {
9881                        "value": "AVAILABLE",
9882                        "name": "AVAILABLE"
9883                    },
9884                    {
9885                        "value": "DELETING",
9886                        "name": "DELETING"
9887                    },
9888                    {
9889                        "value": "FAILED",
9890                        "name": "FAILED"
9891                    },
9892                    {
9893                        "value": "INACTIVE",
9894                        "name": "INACTIVE"
9895                    }
9896                ]
9897            }
9898        },
9899        "com.amazonaws.apigatewayv2#VpcLinkVersion": {
9900            "type": "string",
9901            "traits": {
9902                "smithy.api#documentation": "<p>The version of the VPC link.</p>",
9903                "smithy.api#enum": [
9904                    {
9905                        "value": "V2",
9906                        "name": "V2"
9907                    }
9908                ]
9909            }
9910        },
9911        "com.amazonaws.apigatewayv2#__boolean": {
9912            "type": "boolean"
9913        },
9914        "com.amazonaws.apigatewayv2#__double": {
9915            "type": "double"
9916        },
9917        "com.amazonaws.apigatewayv2#__integer": {
9918            "type": "integer"
9919        },
9920        "com.amazonaws.apigatewayv2#__listOfApi": {
9921            "type": "list",
9922            "member": {
9923                "target": "com.amazonaws.apigatewayv2#Api"
9924            }
9925        },
9926        "com.amazonaws.apigatewayv2#__listOfApiMapping": {
9927            "type": "list",
9928            "member": {
9929                "target": "com.amazonaws.apigatewayv2#ApiMapping"
9930            }
9931        },
9932        "com.amazonaws.apigatewayv2#__listOfAuthorizer": {
9933            "type": "list",
9934            "member": {
9935                "target": "com.amazonaws.apigatewayv2#Authorizer"
9936            }
9937        },
9938        "com.amazonaws.apigatewayv2#__listOfDeployment": {
9939            "type": "list",
9940            "member": {
9941                "target": "com.amazonaws.apigatewayv2#Deployment"
9942            }
9943        },
9944        "com.amazonaws.apigatewayv2#__listOfDomainName": {
9945            "type": "list",
9946            "member": {
9947                "target": "com.amazonaws.apigatewayv2#DomainName"
9948            }
9949        },
9950        "com.amazonaws.apigatewayv2#__listOfIntegration": {
9951            "type": "list",
9952            "member": {
9953                "target": "com.amazonaws.apigatewayv2#Integration"
9954            }
9955        },
9956        "com.amazonaws.apigatewayv2#__listOfIntegrationResponse": {
9957            "type": "list",
9958            "member": {
9959                "target": "com.amazonaws.apigatewayv2#IntegrationResponse"
9960            }
9961        },
9962        "com.amazonaws.apigatewayv2#__listOfModel": {
9963            "type": "list",
9964            "member": {
9965                "target": "com.amazonaws.apigatewayv2#Model"
9966            }
9967        },
9968        "com.amazonaws.apigatewayv2#__listOfRoute": {
9969            "type": "list",
9970            "member": {
9971                "target": "com.amazonaws.apigatewayv2#Route"
9972            }
9973        },
9974        "com.amazonaws.apigatewayv2#__listOfRouteResponse": {
9975            "type": "list",
9976            "member": {
9977                "target": "com.amazonaws.apigatewayv2#RouteResponse"
9978            }
9979        },
9980        "com.amazonaws.apigatewayv2#__listOfStage": {
9981            "type": "list",
9982            "member": {
9983                "target": "com.amazonaws.apigatewayv2#Stage"
9984            }
9985        },
9986        "com.amazonaws.apigatewayv2#__listOfVpcLink": {
9987            "type": "list",
9988            "member": {
9989                "target": "com.amazonaws.apigatewayv2#VpcLink"
9990            }
9991        },
9992        "com.amazonaws.apigatewayv2#__listOf__string": {
9993            "type": "list",
9994            "member": {
9995                "target": "com.amazonaws.apigatewayv2#__string"
9996            }
9997        },
9998        "com.amazonaws.apigatewayv2#__string": {
9999            "type": "string"
10000        },
10001        "com.amazonaws.apigatewayv2#__timestampIso8601": {
10002            "type": "timestamp",
10003            "traits": {
10004                "smithy.api#timestampFormat": "date-time"
10005            }
10006        }
10007    }
10008}
10009