aws-sdk-apigatewayv2 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1993 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::ApiGatewayV2
9
+ # @api private
10
+ module ClientApi
11
+
12
+ include Seahorse::Model
13
+
14
+ AccessLogSettings = Shapes::StructureShape.new(name: 'AccessLogSettings')
15
+ Api = Shapes::StructureShape.new(name: 'Api')
16
+ ApiMapping = Shapes::StructureShape.new(name: 'ApiMapping')
17
+ Apis = Shapes::StructureShape.new(name: 'Apis')
18
+ Arn = Shapes::StringShape.new(name: 'Arn')
19
+ AuthorizationScopes = Shapes::ListShape.new(name: 'AuthorizationScopes')
20
+ AuthorizationType = Shapes::StringShape.new(name: 'AuthorizationType')
21
+ Authorizer = Shapes::StructureShape.new(name: 'Authorizer')
22
+ AuthorizerType = Shapes::StringShape.new(name: 'AuthorizerType')
23
+ Authorizers = Shapes::StructureShape.new(name: 'Authorizers')
24
+ BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
25
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
26
+ ConnectionType = Shapes::StringShape.new(name: 'ConnectionType')
27
+ ContentHandlingStrategy = Shapes::StringShape.new(name: 'ContentHandlingStrategy')
28
+ CreateApiInput = Shapes::StructureShape.new(name: 'CreateApiInput')
29
+ CreateApiMappingInput = Shapes::StructureShape.new(name: 'CreateApiMappingInput')
30
+ CreateApiMappingRequest = Shapes::StructureShape.new(name: 'CreateApiMappingRequest')
31
+ CreateApiMappingResponse = Shapes::StructureShape.new(name: 'CreateApiMappingResponse')
32
+ CreateApiRequest = Shapes::StructureShape.new(name: 'CreateApiRequest')
33
+ CreateApiResponse = Shapes::StructureShape.new(name: 'CreateApiResponse')
34
+ CreateAuthorizerInput = Shapes::StructureShape.new(name: 'CreateAuthorizerInput')
35
+ CreateAuthorizerRequest = Shapes::StructureShape.new(name: 'CreateAuthorizerRequest')
36
+ CreateAuthorizerResponse = Shapes::StructureShape.new(name: 'CreateAuthorizerResponse')
37
+ CreateDeploymentInput = Shapes::StructureShape.new(name: 'CreateDeploymentInput')
38
+ CreateDeploymentRequest = Shapes::StructureShape.new(name: 'CreateDeploymentRequest')
39
+ CreateDeploymentResponse = Shapes::StructureShape.new(name: 'CreateDeploymentResponse')
40
+ CreateDomainNameInput = Shapes::StructureShape.new(name: 'CreateDomainNameInput')
41
+ CreateDomainNameRequest = Shapes::StructureShape.new(name: 'CreateDomainNameRequest')
42
+ CreateDomainNameResponse = Shapes::StructureShape.new(name: 'CreateDomainNameResponse')
43
+ CreateIntegrationInput = Shapes::StructureShape.new(name: 'CreateIntegrationInput')
44
+ CreateIntegrationRequest = Shapes::StructureShape.new(name: 'CreateIntegrationRequest')
45
+ CreateIntegrationResponseInput = Shapes::StructureShape.new(name: 'CreateIntegrationResponseInput')
46
+ CreateIntegrationResponseRequest = Shapes::StructureShape.new(name: 'CreateIntegrationResponseRequest')
47
+ CreateIntegrationResponseResponse = Shapes::StructureShape.new(name: 'CreateIntegrationResponseResponse')
48
+ CreateIntegrationResult = Shapes::StructureShape.new(name: 'CreateIntegrationResult')
49
+ CreateModelInput = Shapes::StructureShape.new(name: 'CreateModelInput')
50
+ CreateModelRequest = Shapes::StructureShape.new(name: 'CreateModelRequest')
51
+ CreateModelResponse = Shapes::StructureShape.new(name: 'CreateModelResponse')
52
+ CreateRouteInput = Shapes::StructureShape.new(name: 'CreateRouteInput')
53
+ CreateRouteRequest = Shapes::StructureShape.new(name: 'CreateRouteRequest')
54
+ CreateRouteResponseInput = Shapes::StructureShape.new(name: 'CreateRouteResponseInput')
55
+ CreateRouteResponseRequest = Shapes::StructureShape.new(name: 'CreateRouteResponseRequest')
56
+ CreateRouteResponseResponse = Shapes::StructureShape.new(name: 'CreateRouteResponseResponse')
57
+ CreateRouteResult = Shapes::StructureShape.new(name: 'CreateRouteResult')
58
+ CreateStageInput = Shapes::StructureShape.new(name: 'CreateStageInput')
59
+ CreateStageRequest = Shapes::StructureShape.new(name: 'CreateStageRequest')
60
+ CreateStageResponse = Shapes::StructureShape.new(name: 'CreateStageResponse')
61
+ DeleteApiMappingRequest = Shapes::StructureShape.new(name: 'DeleteApiMappingRequest')
62
+ DeleteApiRequest = Shapes::StructureShape.new(name: 'DeleteApiRequest')
63
+ DeleteAuthorizerRequest = Shapes::StructureShape.new(name: 'DeleteAuthorizerRequest')
64
+ DeleteDeploymentRequest = Shapes::StructureShape.new(name: 'DeleteDeploymentRequest')
65
+ DeleteDomainNameRequest = Shapes::StructureShape.new(name: 'DeleteDomainNameRequest')
66
+ DeleteIntegrationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationRequest')
67
+ DeleteIntegrationResponseRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationResponseRequest')
68
+ DeleteModelRequest = Shapes::StructureShape.new(name: 'DeleteModelRequest')
69
+ DeleteRouteRequest = Shapes::StructureShape.new(name: 'DeleteRouteRequest')
70
+ DeleteRouteResponseRequest = Shapes::StructureShape.new(name: 'DeleteRouteResponseRequest')
71
+ DeleteStageRequest = Shapes::StructureShape.new(name: 'DeleteStageRequest')
72
+ Deployment = Shapes::StructureShape.new(name: 'Deployment')
73
+ DeploymentStatus = Shapes::StringShape.new(name: 'DeploymentStatus')
74
+ Deployments = Shapes::StructureShape.new(name: 'Deployments')
75
+ DomainName = Shapes::StructureShape.new(name: 'DomainName')
76
+ DomainNameConfiguration = Shapes::StructureShape.new(name: 'DomainNameConfiguration')
77
+ DomainNameConfigurations = Shapes::ListShape.new(name: 'DomainNameConfigurations')
78
+ DomainNames = Shapes::StructureShape.new(name: 'DomainNames')
79
+ EndpointType = Shapes::StringShape.new(name: 'EndpointType')
80
+ GetApiMappingRequest = Shapes::StructureShape.new(name: 'GetApiMappingRequest')
81
+ GetApiMappingResponse = Shapes::StructureShape.new(name: 'GetApiMappingResponse')
82
+ GetApiMappingsRequest = Shapes::StructureShape.new(name: 'GetApiMappingsRequest')
83
+ GetApiMappingsResponse = Shapes::StructureShape.new(name: 'GetApiMappingsResponse')
84
+ GetApiRequest = Shapes::StructureShape.new(name: 'GetApiRequest')
85
+ GetApiResponse = Shapes::StructureShape.new(name: 'GetApiResponse')
86
+ GetApisRequest = Shapes::StructureShape.new(name: 'GetApisRequest')
87
+ GetApisResponse = Shapes::StructureShape.new(name: 'GetApisResponse')
88
+ GetAuthorizerRequest = Shapes::StructureShape.new(name: 'GetAuthorizerRequest')
89
+ GetAuthorizerResponse = Shapes::StructureShape.new(name: 'GetAuthorizerResponse')
90
+ GetAuthorizersRequest = Shapes::StructureShape.new(name: 'GetAuthorizersRequest')
91
+ GetAuthorizersResponse = Shapes::StructureShape.new(name: 'GetAuthorizersResponse')
92
+ GetDeploymentRequest = Shapes::StructureShape.new(name: 'GetDeploymentRequest')
93
+ GetDeploymentResponse = Shapes::StructureShape.new(name: 'GetDeploymentResponse')
94
+ GetDeploymentsRequest = Shapes::StructureShape.new(name: 'GetDeploymentsRequest')
95
+ GetDeploymentsResponse = Shapes::StructureShape.new(name: 'GetDeploymentsResponse')
96
+ GetDomainNameRequest = Shapes::StructureShape.new(name: 'GetDomainNameRequest')
97
+ GetDomainNameResponse = Shapes::StructureShape.new(name: 'GetDomainNameResponse')
98
+ GetDomainNamesRequest = Shapes::StructureShape.new(name: 'GetDomainNamesRequest')
99
+ GetDomainNamesResponse = Shapes::StructureShape.new(name: 'GetDomainNamesResponse')
100
+ GetIntegrationRequest = Shapes::StructureShape.new(name: 'GetIntegrationRequest')
101
+ GetIntegrationResponseRequest = Shapes::StructureShape.new(name: 'GetIntegrationResponseRequest')
102
+ GetIntegrationResponseResponse = Shapes::StructureShape.new(name: 'GetIntegrationResponseResponse')
103
+ GetIntegrationResponsesRequest = Shapes::StructureShape.new(name: 'GetIntegrationResponsesRequest')
104
+ GetIntegrationResponsesResponse = Shapes::StructureShape.new(name: 'GetIntegrationResponsesResponse')
105
+ GetIntegrationResult = Shapes::StructureShape.new(name: 'GetIntegrationResult')
106
+ GetIntegrationsRequest = Shapes::StructureShape.new(name: 'GetIntegrationsRequest')
107
+ GetIntegrationsResponse = Shapes::StructureShape.new(name: 'GetIntegrationsResponse')
108
+ GetModelRequest = Shapes::StructureShape.new(name: 'GetModelRequest')
109
+ GetModelResponse = Shapes::StructureShape.new(name: 'GetModelResponse')
110
+ GetModelTemplateRequest = Shapes::StructureShape.new(name: 'GetModelTemplateRequest')
111
+ GetModelTemplateResponse = Shapes::StructureShape.new(name: 'GetModelTemplateResponse')
112
+ GetModelsRequest = Shapes::StructureShape.new(name: 'GetModelsRequest')
113
+ GetModelsResponse = Shapes::StructureShape.new(name: 'GetModelsResponse')
114
+ GetRouteRequest = Shapes::StructureShape.new(name: 'GetRouteRequest')
115
+ GetRouteResponseRequest = Shapes::StructureShape.new(name: 'GetRouteResponseRequest')
116
+ GetRouteResponseResponse = Shapes::StructureShape.new(name: 'GetRouteResponseResponse')
117
+ GetRouteResponsesRequest = Shapes::StructureShape.new(name: 'GetRouteResponsesRequest')
118
+ GetRouteResponsesResponse = Shapes::StructureShape.new(name: 'GetRouteResponsesResponse')
119
+ GetRouteResult = Shapes::StructureShape.new(name: 'GetRouteResult')
120
+ GetRoutesRequest = Shapes::StructureShape.new(name: 'GetRoutesRequest')
121
+ GetRoutesResponse = Shapes::StructureShape.new(name: 'GetRoutesResponse')
122
+ GetStageRequest = Shapes::StructureShape.new(name: 'GetStageRequest')
123
+ GetStageResponse = Shapes::StructureShape.new(name: 'GetStageResponse')
124
+ GetStagesRequest = Shapes::StructureShape.new(name: 'GetStagesRequest')
125
+ GetStagesResponse = Shapes::StructureShape.new(name: 'GetStagesResponse')
126
+ Id = Shapes::StringShape.new(name: 'Id')
127
+ IdentitySourceList = Shapes::ListShape.new(name: 'IdentitySourceList')
128
+ IntegerWithLengthBetween0And3600 = Shapes::IntegerShape.new(name: 'IntegerWithLengthBetween0And3600')
129
+ IntegerWithLengthBetween50And29000 = Shapes::IntegerShape.new(name: 'IntegerWithLengthBetween50And29000')
130
+ Integration = Shapes::StructureShape.new(name: 'Integration')
131
+ IntegrationParameters = Shapes::MapShape.new(name: 'IntegrationParameters')
132
+ IntegrationResponse = Shapes::StructureShape.new(name: 'IntegrationResponse')
133
+ IntegrationResponses = Shapes::StructureShape.new(name: 'IntegrationResponses')
134
+ IntegrationType = Shapes::StringShape.new(name: 'IntegrationType')
135
+ Integrations = Shapes::StructureShape.new(name: 'Integrations')
136
+ LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
137
+ LoggingLevel = Shapes::StringShape.new(name: 'LoggingLevel')
138
+ Model = Shapes::StructureShape.new(name: 'Model')
139
+ Models = Shapes::StructureShape.new(name: 'Models')
140
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
141
+ NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
142
+ ParameterConstraints = Shapes::StructureShape.new(name: 'ParameterConstraints')
143
+ PassthroughBehavior = Shapes::StringShape.new(name: 'PassthroughBehavior')
144
+ ProtocolType = Shapes::StringShape.new(name: 'ProtocolType')
145
+ ProviderArnList = Shapes::ListShape.new(name: 'ProviderArnList')
146
+ Route = Shapes::StructureShape.new(name: 'Route')
147
+ RouteModels = Shapes::MapShape.new(name: 'RouteModels')
148
+ RouteParameters = Shapes::MapShape.new(name: 'RouteParameters')
149
+ RouteResponse = Shapes::StructureShape.new(name: 'RouteResponse')
150
+ RouteResponses = Shapes::StructureShape.new(name: 'RouteResponses')
151
+ RouteSettings = Shapes::StructureShape.new(name: 'RouteSettings')
152
+ RouteSettingsMap = Shapes::MapShape.new(name: 'RouteSettingsMap')
153
+ Routes = Shapes::StructureShape.new(name: 'Routes')
154
+ SelectionExpression = Shapes::StringShape.new(name: 'SelectionExpression')
155
+ SelectionKey = Shapes::StringShape.new(name: 'SelectionKey')
156
+ Stage = Shapes::StructureShape.new(name: 'Stage')
157
+ StageVariablesMap = Shapes::MapShape.new(name: 'StageVariablesMap')
158
+ Stages = Shapes::StructureShape.new(name: 'Stages')
159
+ StringWithLengthBetween0And1024 = Shapes::StringShape.new(name: 'StringWithLengthBetween0And1024')
160
+ StringWithLengthBetween0And2048 = Shapes::StringShape.new(name: 'StringWithLengthBetween0And2048')
161
+ StringWithLengthBetween0And32K = Shapes::StringShape.new(name: 'StringWithLengthBetween0And32K')
162
+ StringWithLengthBetween1And1024 = Shapes::StringShape.new(name: 'StringWithLengthBetween1And1024')
163
+ StringWithLengthBetween1And128 = Shapes::StringShape.new(name: 'StringWithLengthBetween1And128')
164
+ StringWithLengthBetween1And256 = Shapes::StringShape.new(name: 'StringWithLengthBetween1And256')
165
+ StringWithLengthBetween1And512 = Shapes::StringShape.new(name: 'StringWithLengthBetween1And512')
166
+ StringWithLengthBetween1And64 = Shapes::StringShape.new(name: 'StringWithLengthBetween1And64')
167
+ Template = Shapes::StructureShape.new(name: 'Template')
168
+ TemplateMap = Shapes::MapShape.new(name: 'TemplateMap')
169
+ TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
170
+ UpdateApiInput = Shapes::StructureShape.new(name: 'UpdateApiInput')
171
+ UpdateApiMappingInput = Shapes::StructureShape.new(name: 'UpdateApiMappingInput')
172
+ UpdateApiMappingRequest = Shapes::StructureShape.new(name: 'UpdateApiMappingRequest')
173
+ UpdateApiMappingResponse = Shapes::StructureShape.new(name: 'UpdateApiMappingResponse')
174
+ UpdateApiRequest = Shapes::StructureShape.new(name: 'UpdateApiRequest')
175
+ UpdateApiResponse = Shapes::StructureShape.new(name: 'UpdateApiResponse')
176
+ UpdateAuthorizerInput = Shapes::StructureShape.new(name: 'UpdateAuthorizerInput')
177
+ UpdateAuthorizerRequest = Shapes::StructureShape.new(name: 'UpdateAuthorizerRequest')
178
+ UpdateAuthorizerResponse = Shapes::StructureShape.new(name: 'UpdateAuthorizerResponse')
179
+ UpdateDeploymentInput = Shapes::StructureShape.new(name: 'UpdateDeploymentInput')
180
+ UpdateDeploymentRequest = Shapes::StructureShape.new(name: 'UpdateDeploymentRequest')
181
+ UpdateDeploymentResponse = Shapes::StructureShape.new(name: 'UpdateDeploymentResponse')
182
+ UpdateDomainNameInput = Shapes::StructureShape.new(name: 'UpdateDomainNameInput')
183
+ UpdateDomainNameRequest = Shapes::StructureShape.new(name: 'UpdateDomainNameRequest')
184
+ UpdateDomainNameResponse = Shapes::StructureShape.new(name: 'UpdateDomainNameResponse')
185
+ UpdateIntegrationInput = Shapes::StructureShape.new(name: 'UpdateIntegrationInput')
186
+ UpdateIntegrationRequest = Shapes::StructureShape.new(name: 'UpdateIntegrationRequest')
187
+ UpdateIntegrationResponseInput = Shapes::StructureShape.new(name: 'UpdateIntegrationResponseInput')
188
+ UpdateIntegrationResponseRequest = Shapes::StructureShape.new(name: 'UpdateIntegrationResponseRequest')
189
+ UpdateIntegrationResponseResponse = Shapes::StructureShape.new(name: 'UpdateIntegrationResponseResponse')
190
+ UpdateIntegrationResult = Shapes::StructureShape.new(name: 'UpdateIntegrationResult')
191
+ UpdateModelInput = Shapes::StructureShape.new(name: 'UpdateModelInput')
192
+ UpdateModelRequest = Shapes::StructureShape.new(name: 'UpdateModelRequest')
193
+ UpdateModelResponse = Shapes::StructureShape.new(name: 'UpdateModelResponse')
194
+ UpdateRouteInput = Shapes::StructureShape.new(name: 'UpdateRouteInput')
195
+ UpdateRouteRequest = Shapes::StructureShape.new(name: 'UpdateRouteRequest')
196
+ UpdateRouteResponseInput = Shapes::StructureShape.new(name: 'UpdateRouteResponseInput')
197
+ UpdateRouteResponseRequest = Shapes::StructureShape.new(name: 'UpdateRouteResponseRequest')
198
+ UpdateRouteResponseResponse = Shapes::StructureShape.new(name: 'UpdateRouteResponseResponse')
199
+ UpdateRouteResult = Shapes::StructureShape.new(name: 'UpdateRouteResult')
200
+ UpdateStageInput = Shapes::StructureShape.new(name: 'UpdateStageInput')
201
+ UpdateStageRequest = Shapes::StructureShape.new(name: 'UpdateStageRequest')
202
+ UpdateStageResponse = Shapes::StructureShape.new(name: 'UpdateStageResponse')
203
+ UriWithLengthBetween1And2048 = Shapes::StringShape.new(name: 'UriWithLengthBetween1And2048')
204
+ __boolean = Shapes::BooleanShape.new(name: '__boolean')
205
+ __double = Shapes::FloatShape.new(name: '__double')
206
+ __integer = Shapes::IntegerShape.new(name: '__integer')
207
+ __listOfApi = Shapes::ListShape.new(name: '__listOfApi')
208
+ __listOfAuthorizer = Shapes::ListShape.new(name: '__listOfAuthorizer')
209
+ __listOfDeployment = Shapes::ListShape.new(name: '__listOfDeployment')
210
+ __listOfDomainName = Shapes::ListShape.new(name: '__listOfDomainName')
211
+ __listOfIntegration = Shapes::ListShape.new(name: '__listOfIntegration')
212
+ __listOfIntegrationResponse = Shapes::ListShape.new(name: '__listOfIntegrationResponse')
213
+ __listOfModel = Shapes::ListShape.new(name: '__listOfModel')
214
+ __listOfRoute = Shapes::ListShape.new(name: '__listOfRoute')
215
+ __listOfRouteResponse = Shapes::ListShape.new(name: '__listOfRouteResponse')
216
+ __listOfStage = Shapes::ListShape.new(name: '__listOfStage')
217
+ __listOf__string = Shapes::ListShape.new(name: '__listOf__string')
218
+ __long = Shapes::IntegerShape.new(name: '__long')
219
+ __string = Shapes::StringShape.new(name: '__string')
220
+ __timestampIso8601 = Shapes::TimestampShape.new(name: '__timestampIso8601', timestampFormat: "iso8601")
221
+ __timestampUnix = Shapes::TimestampShape.new(name: '__timestampUnix', timestampFormat: "unixTimestamp")
222
+
223
+ AccessLogSettings.add_member(:destination_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "destinationArn"))
224
+ AccessLogSettings.add_member(:format, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And1024, location_name: "format"))
225
+ AccessLogSettings.struct_class = Types::AccessLogSettings
226
+
227
+ Api.add_member(:api_endpoint, Shapes::ShapeRef.new(shape: __string, location_name: "apiEndpoint"))
228
+ Api.add_member(:api_id, Shapes::ShapeRef.new(shape: Id, location_name: "apiId"))
229
+ Api.add_member(:api_key_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "apiKeySelectionExpression"))
230
+ Api.add_member(:created_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdDate"))
231
+ Api.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
232
+ Api.add_member(:disable_schema_validation, Shapes::ShapeRef.new(shape: __boolean, location_name: "disableSchemaValidation"))
233
+ Api.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, required: true, location_name: "name"))
234
+ Api.add_member(:protocol_type, Shapes::ShapeRef.new(shape: ProtocolType, required: true, location_name: "protocolType"))
235
+ Api.add_member(:route_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, required: true, location_name: "routeSelectionExpression"))
236
+ Api.add_member(:version, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "version"))
237
+ Api.add_member(:warnings, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "warnings"))
238
+ Api.struct_class = Types::Api
239
+
240
+ ApiMapping.add_member(:api_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "apiId"))
241
+ ApiMapping.add_member(:api_mapping_id, Shapes::ShapeRef.new(shape: Id, location_name: "apiMappingId"))
242
+ ApiMapping.add_member(:api_mapping_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "apiMappingKey"))
243
+ ApiMapping.add_member(:stage, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, required: true, location_name: "stage"))
244
+ ApiMapping.struct_class = Types::ApiMapping
245
+
246
+ Apis.add_member(:items, Shapes::ShapeRef.new(shape: __listOfApi, location_name: "items"))
247
+ Apis.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
248
+ Apis.struct_class = Types::Apis
249
+
250
+ AuthorizationScopes.member = Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64)
251
+
252
+ Authorizer.add_member(:authorizer_credentials_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "authorizerCredentialsArn"))
253
+ Authorizer.add_member(:authorizer_id, Shapes::ShapeRef.new(shape: Id, location_name: "authorizerId"))
254
+ Authorizer.add_member(:authorizer_result_ttl_in_seconds, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween0And3600, location_name: "authorizerResultTtlInSeconds"))
255
+ Authorizer.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, location_name: "authorizerType"))
256
+ Authorizer.add_member(:authorizer_uri, Shapes::ShapeRef.new(shape: UriWithLengthBetween1And2048, location_name: "authorizerUri"))
257
+ Authorizer.add_member(:identity_source, Shapes::ShapeRef.new(shape: IdentitySourceList, location_name: "identitySource"))
258
+ Authorizer.add_member(:identity_validation_expression, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "identityValidationExpression"))
259
+ Authorizer.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, required: true, location_name: "name"))
260
+ Authorizer.add_member(:provider_arns, Shapes::ShapeRef.new(shape: ProviderArnList, location_name: "providerArns"))
261
+ Authorizer.struct_class = Types::Authorizer
262
+
263
+ Authorizers.add_member(:items, Shapes::ShapeRef.new(shape: __listOfAuthorizer, location_name: "items"))
264
+ Authorizers.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
265
+ Authorizers.struct_class = Types::Authorizers
266
+
267
+ CreateApiInput.add_member(:api_key_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "apiKeySelectionExpression"))
268
+ CreateApiInput.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
269
+ CreateApiInput.add_member(:disable_schema_validation, Shapes::ShapeRef.new(shape: __boolean, location_name: "disableSchemaValidation"))
270
+ CreateApiInput.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, required: true, location_name: "name"))
271
+ CreateApiInput.add_member(:protocol_type, Shapes::ShapeRef.new(shape: ProtocolType, required: true, location_name: "protocolType"))
272
+ CreateApiInput.add_member(:route_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, required: true, location_name: "routeSelectionExpression"))
273
+ CreateApiInput.add_member(:version, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "version"))
274
+ CreateApiInput.struct_class = Types::CreateApiInput
275
+
276
+ CreateApiMappingInput.add_member(:api_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "apiId"))
277
+ CreateApiMappingInput.add_member(:api_mapping_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "apiMappingKey"))
278
+ CreateApiMappingInput.add_member(:stage, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, required: true, location_name: "stage"))
279
+ CreateApiMappingInput.struct_class = Types::CreateApiMappingInput
280
+
281
+ CreateApiMappingRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "apiId"))
282
+ CreateApiMappingRequest.add_member(:api_mapping_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "apiMappingKey"))
283
+ CreateApiMappingRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "domainName"))
284
+ CreateApiMappingRequest.add_member(:stage, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, required: true, location_name: "stage"))
285
+ CreateApiMappingRequest.struct_class = Types::CreateApiMappingRequest
286
+
287
+ CreateApiMappingResponse.add_member(:api_id, Shapes::ShapeRef.new(shape: Id, location_name: "apiId"))
288
+ CreateApiMappingResponse.add_member(:api_mapping_id, Shapes::ShapeRef.new(shape: Id, location_name: "apiMappingId"))
289
+ CreateApiMappingResponse.add_member(:api_mapping_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "apiMappingKey"))
290
+ CreateApiMappingResponse.add_member(:stage, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "stage"))
291
+ CreateApiMappingResponse.struct_class = Types::CreateApiMappingResponse
292
+
293
+ CreateApiRequest.add_member(:api_key_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "apiKeySelectionExpression"))
294
+ CreateApiRequest.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
295
+ CreateApiRequest.add_member(:disable_schema_validation, Shapes::ShapeRef.new(shape: __boolean, location_name: "disableSchemaValidation"))
296
+ CreateApiRequest.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, required: true, location_name: "name"))
297
+ CreateApiRequest.add_member(:protocol_type, Shapes::ShapeRef.new(shape: ProtocolType, required: true, location_name: "protocolType"))
298
+ CreateApiRequest.add_member(:route_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, required: true, location_name: "routeSelectionExpression"))
299
+ CreateApiRequest.add_member(:version, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "version"))
300
+ CreateApiRequest.struct_class = Types::CreateApiRequest
301
+
302
+ CreateApiResponse.add_member(:api_endpoint, Shapes::ShapeRef.new(shape: __string, location_name: "apiEndpoint"))
303
+ CreateApiResponse.add_member(:api_id, Shapes::ShapeRef.new(shape: Id, location_name: "apiId"))
304
+ CreateApiResponse.add_member(:api_key_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "apiKeySelectionExpression"))
305
+ CreateApiResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdDate"))
306
+ CreateApiResponse.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
307
+ CreateApiResponse.add_member(:disable_schema_validation, Shapes::ShapeRef.new(shape: __boolean, location_name: "disableSchemaValidation"))
308
+ CreateApiResponse.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "name"))
309
+ CreateApiResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: ProtocolType, location_name: "protocolType"))
310
+ CreateApiResponse.add_member(:route_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "routeSelectionExpression"))
311
+ CreateApiResponse.add_member(:version, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "version"))
312
+ CreateApiResponse.add_member(:warnings, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "warnings"))
313
+ CreateApiResponse.struct_class = Types::CreateApiResponse
314
+
315
+ CreateAuthorizerInput.add_member(:authorizer_credentials_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "authorizerCredentialsArn"))
316
+ CreateAuthorizerInput.add_member(:authorizer_result_ttl_in_seconds, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween0And3600, location_name: "authorizerResultTtlInSeconds"))
317
+ CreateAuthorizerInput.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
318
+ CreateAuthorizerInput.add_member(:authorizer_uri, Shapes::ShapeRef.new(shape: UriWithLengthBetween1And2048, required: true, location_name: "authorizerUri"))
319
+ CreateAuthorizerInput.add_member(:identity_source, Shapes::ShapeRef.new(shape: IdentitySourceList, required: true, location_name: "identitySource"))
320
+ CreateAuthorizerInput.add_member(:identity_validation_expression, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "identityValidationExpression"))
321
+ CreateAuthorizerInput.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, required: true, location_name: "name"))
322
+ CreateAuthorizerInput.add_member(:provider_arns, Shapes::ShapeRef.new(shape: ProviderArnList, location_name: "providerArns"))
323
+ CreateAuthorizerInput.struct_class = Types::CreateAuthorizerInput
324
+
325
+ CreateAuthorizerRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
326
+ CreateAuthorizerRequest.add_member(:authorizer_credentials_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "authorizerCredentialsArn"))
327
+ CreateAuthorizerRequest.add_member(:authorizer_result_ttl_in_seconds, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween0And3600, location_name: "authorizerResultTtlInSeconds"))
328
+ CreateAuthorizerRequest.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
329
+ CreateAuthorizerRequest.add_member(:authorizer_uri, Shapes::ShapeRef.new(shape: UriWithLengthBetween1And2048, required: true, location_name: "authorizerUri"))
330
+ CreateAuthorizerRequest.add_member(:identity_source, Shapes::ShapeRef.new(shape: IdentitySourceList, required: true, location_name: "identitySource"))
331
+ CreateAuthorizerRequest.add_member(:identity_validation_expression, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "identityValidationExpression"))
332
+ CreateAuthorizerRequest.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, required: true, location_name: "name"))
333
+ CreateAuthorizerRequest.add_member(:provider_arns, Shapes::ShapeRef.new(shape: ProviderArnList, location_name: "providerArns"))
334
+ CreateAuthorizerRequest.struct_class = Types::CreateAuthorizerRequest
335
+
336
+ CreateAuthorizerResponse.add_member(:authorizer_credentials_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "authorizerCredentialsArn"))
337
+ CreateAuthorizerResponse.add_member(:authorizer_id, Shapes::ShapeRef.new(shape: Id, location_name: "authorizerId"))
338
+ CreateAuthorizerResponse.add_member(:authorizer_result_ttl_in_seconds, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween0And3600, location_name: "authorizerResultTtlInSeconds"))
339
+ CreateAuthorizerResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, location_name: "authorizerType"))
340
+ CreateAuthorizerResponse.add_member(:authorizer_uri, Shapes::ShapeRef.new(shape: UriWithLengthBetween1And2048, location_name: "authorizerUri"))
341
+ CreateAuthorizerResponse.add_member(:identity_source, Shapes::ShapeRef.new(shape: IdentitySourceList, location_name: "identitySource"))
342
+ CreateAuthorizerResponse.add_member(:identity_validation_expression, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "identityValidationExpression"))
343
+ CreateAuthorizerResponse.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "name"))
344
+ CreateAuthorizerResponse.add_member(:provider_arns, Shapes::ShapeRef.new(shape: ProviderArnList, location_name: "providerArns"))
345
+ CreateAuthorizerResponse.struct_class = Types::CreateAuthorizerResponse
346
+
347
+ CreateDeploymentInput.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
348
+ CreateDeploymentInput.add_member(:stage_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "stageName"))
349
+ CreateDeploymentInput.struct_class = Types::CreateDeploymentInput
350
+
351
+ CreateDeploymentRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
352
+ CreateDeploymentRequest.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
353
+ CreateDeploymentRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "stageName"))
354
+ CreateDeploymentRequest.struct_class = Types::CreateDeploymentRequest
355
+
356
+ CreateDeploymentResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdDate"))
357
+ CreateDeploymentResponse.add_member(:deployment_id, Shapes::ShapeRef.new(shape: Id, location_name: "deploymentId"))
358
+ CreateDeploymentResponse.add_member(:deployment_status, Shapes::ShapeRef.new(shape: DeploymentStatus, location_name: "deploymentStatus"))
359
+ CreateDeploymentResponse.add_member(:deployment_status_message, Shapes::ShapeRef.new(shape: __string, location_name: "deploymentStatusMessage"))
360
+ CreateDeploymentResponse.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
361
+ CreateDeploymentResponse.struct_class = Types::CreateDeploymentResponse
362
+
363
+ CreateDomainNameInput.add_member(:domain_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And512, required: true, location_name: "domainName"))
364
+ CreateDomainNameInput.add_member(:domain_name_configurations, Shapes::ShapeRef.new(shape: DomainNameConfigurations, location_name: "domainNameConfigurations"))
365
+ CreateDomainNameInput.struct_class = Types::CreateDomainNameInput
366
+
367
+ CreateDomainNameRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And512, required: true, location_name: "domainName"))
368
+ CreateDomainNameRequest.add_member(:domain_name_configurations, Shapes::ShapeRef.new(shape: DomainNameConfigurations, location_name: "domainNameConfigurations"))
369
+ CreateDomainNameRequest.struct_class = Types::CreateDomainNameRequest
370
+
371
+ CreateDomainNameResponse.add_member(:api_mapping_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "apiMappingSelectionExpression"))
372
+ CreateDomainNameResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And512, location_name: "domainName"))
373
+ CreateDomainNameResponse.add_member(:domain_name_configurations, Shapes::ShapeRef.new(shape: DomainNameConfigurations, location_name: "domainNameConfigurations"))
374
+ CreateDomainNameResponse.struct_class = Types::CreateDomainNameResponse
375
+
376
+ CreateIntegrationInput.add_member(:connection_id, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And1024, location_name: "connectionId"))
377
+ CreateIntegrationInput.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "connectionType"))
378
+ CreateIntegrationInput.add_member(:content_handling_strategy, Shapes::ShapeRef.new(shape: ContentHandlingStrategy, location_name: "contentHandlingStrategy"))
379
+ CreateIntegrationInput.add_member(:credentials_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "credentialsArn"))
380
+ CreateIntegrationInput.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
381
+ CreateIntegrationInput.add_member(:integration_method, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "integrationMethod"))
382
+ CreateIntegrationInput.add_member(:integration_type, Shapes::ShapeRef.new(shape: IntegrationType, location_name: "integrationType"))
383
+ CreateIntegrationInput.add_member(:integration_uri, Shapes::ShapeRef.new(shape: UriWithLengthBetween1And2048, location_name: "integrationUri"))
384
+ CreateIntegrationInput.add_member(:passthrough_behavior, Shapes::ShapeRef.new(shape: PassthroughBehavior, location_name: "passthroughBehavior"))
385
+ CreateIntegrationInput.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
386
+ CreateIntegrationInput.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
387
+ CreateIntegrationInput.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
388
+ CreateIntegrationInput.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And29000, location_name: "timeoutInMillis"))
389
+ CreateIntegrationInput.struct_class = Types::CreateIntegrationInput
390
+
391
+ CreateIntegrationRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
392
+ CreateIntegrationRequest.add_member(:connection_id, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And1024, location_name: "connectionId"))
393
+ CreateIntegrationRequest.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "connectionType"))
394
+ CreateIntegrationRequest.add_member(:content_handling_strategy, Shapes::ShapeRef.new(shape: ContentHandlingStrategy, location_name: "contentHandlingStrategy"))
395
+ CreateIntegrationRequest.add_member(:credentials_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "credentialsArn"))
396
+ CreateIntegrationRequest.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
397
+ CreateIntegrationRequest.add_member(:integration_method, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "integrationMethod"))
398
+ CreateIntegrationRequest.add_member(:integration_type, Shapes::ShapeRef.new(shape: IntegrationType, location_name: "integrationType"))
399
+ CreateIntegrationRequest.add_member(:integration_uri, Shapes::ShapeRef.new(shape: UriWithLengthBetween1And2048, location_name: "integrationUri"))
400
+ CreateIntegrationRequest.add_member(:passthrough_behavior, Shapes::ShapeRef.new(shape: PassthroughBehavior, location_name: "passthroughBehavior"))
401
+ CreateIntegrationRequest.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
402
+ CreateIntegrationRequest.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
403
+ CreateIntegrationRequest.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
404
+ CreateIntegrationRequest.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And29000, location_name: "timeoutInMillis"))
405
+ CreateIntegrationRequest.struct_class = Types::CreateIntegrationRequest
406
+
407
+ CreateIntegrationResponseInput.add_member(:content_handling_strategy, Shapes::ShapeRef.new(shape: ContentHandlingStrategy, location_name: "contentHandlingStrategy"))
408
+ CreateIntegrationResponseInput.add_member(:integration_response_key, Shapes::ShapeRef.new(shape: SelectionKey, required: true, location_name: "integrationResponseKey"))
409
+ CreateIntegrationResponseInput.add_member(:response_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "responseParameters"))
410
+ CreateIntegrationResponseInput.add_member(:response_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "responseTemplates"))
411
+ CreateIntegrationResponseInput.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
412
+ CreateIntegrationResponseInput.struct_class = Types::CreateIntegrationResponseInput
413
+
414
+ CreateIntegrationResponseRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
415
+ CreateIntegrationResponseRequest.add_member(:content_handling_strategy, Shapes::ShapeRef.new(shape: ContentHandlingStrategy, location_name: "contentHandlingStrategy"))
416
+ CreateIntegrationResponseRequest.add_member(:integration_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "integrationId"))
417
+ CreateIntegrationResponseRequest.add_member(:integration_response_key, Shapes::ShapeRef.new(shape: SelectionKey, required: true, location_name: "integrationResponseKey"))
418
+ CreateIntegrationResponseRequest.add_member(:response_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "responseParameters"))
419
+ CreateIntegrationResponseRequest.add_member(:response_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "responseTemplates"))
420
+ CreateIntegrationResponseRequest.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
421
+ CreateIntegrationResponseRequest.struct_class = Types::CreateIntegrationResponseRequest
422
+
423
+ CreateIntegrationResponseResponse.add_member(:content_handling_strategy, Shapes::ShapeRef.new(shape: ContentHandlingStrategy, location_name: "contentHandlingStrategy"))
424
+ CreateIntegrationResponseResponse.add_member(:integration_response_id, Shapes::ShapeRef.new(shape: Id, location_name: "integrationResponseId"))
425
+ CreateIntegrationResponseResponse.add_member(:integration_response_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "integrationResponseKey"))
426
+ CreateIntegrationResponseResponse.add_member(:response_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "responseParameters"))
427
+ CreateIntegrationResponseResponse.add_member(:response_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "responseTemplates"))
428
+ CreateIntegrationResponseResponse.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
429
+ CreateIntegrationResponseResponse.struct_class = Types::CreateIntegrationResponseResponse
430
+
431
+ CreateIntegrationResult.add_member(:connection_id, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And1024, location_name: "connectionId"))
432
+ CreateIntegrationResult.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "connectionType"))
433
+ CreateIntegrationResult.add_member(:content_handling_strategy, Shapes::ShapeRef.new(shape: ContentHandlingStrategy, location_name: "contentHandlingStrategy"))
434
+ CreateIntegrationResult.add_member(:credentials_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "credentialsArn"))
435
+ CreateIntegrationResult.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
436
+ CreateIntegrationResult.add_member(:integration_id, Shapes::ShapeRef.new(shape: Id, location_name: "integrationId"))
437
+ CreateIntegrationResult.add_member(:integration_method, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "integrationMethod"))
438
+ CreateIntegrationResult.add_member(:integration_response_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "integrationResponseSelectionExpression"))
439
+ CreateIntegrationResult.add_member(:integration_type, Shapes::ShapeRef.new(shape: IntegrationType, location_name: "integrationType"))
440
+ CreateIntegrationResult.add_member(:integration_uri, Shapes::ShapeRef.new(shape: UriWithLengthBetween1And2048, location_name: "integrationUri"))
441
+ CreateIntegrationResult.add_member(:passthrough_behavior, Shapes::ShapeRef.new(shape: PassthroughBehavior, location_name: "passthroughBehavior"))
442
+ CreateIntegrationResult.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
443
+ CreateIntegrationResult.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
444
+ CreateIntegrationResult.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
445
+ CreateIntegrationResult.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And29000, location_name: "timeoutInMillis"))
446
+ CreateIntegrationResult.struct_class = Types::CreateIntegrationResult
447
+
448
+ CreateModelInput.add_member(:content_type, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And256, location_name: "contentType"))
449
+ CreateModelInput.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
450
+ CreateModelInput.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, required: true, location_name: "name"))
451
+ CreateModelInput.add_member(:schema, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And32K, location_name: "schema"))
452
+ CreateModelInput.struct_class = Types::CreateModelInput
453
+
454
+ CreateModelRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
455
+ CreateModelRequest.add_member(:content_type, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And256, location_name: "contentType"))
456
+ CreateModelRequest.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
457
+ CreateModelRequest.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, required: true, location_name: "name"))
458
+ CreateModelRequest.add_member(:schema, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And32K, location_name: "schema"))
459
+ CreateModelRequest.struct_class = Types::CreateModelRequest
460
+
461
+ CreateModelResponse.add_member(:content_type, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And256, location_name: "contentType"))
462
+ CreateModelResponse.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
463
+ CreateModelResponse.add_member(:model_id, Shapes::ShapeRef.new(shape: Id, location_name: "modelId"))
464
+ CreateModelResponse.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "name"))
465
+ CreateModelResponse.add_member(:schema, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And32K, location_name: "schema"))
466
+ CreateModelResponse.struct_class = Types::CreateModelResponse
467
+
468
+ CreateRouteInput.add_member(:api_key_required, Shapes::ShapeRef.new(shape: __boolean, location_name: "apiKeyRequired"))
469
+ CreateRouteInput.add_member(:authorization_scopes, Shapes::ShapeRef.new(shape: AuthorizationScopes, location_name: "authorizationScopes"))
470
+ CreateRouteInput.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, location_name: "authorizationType"))
471
+ CreateRouteInput.add_member(:authorizer_id, Shapes::ShapeRef.new(shape: Id, location_name: "authorizerId"))
472
+ CreateRouteInput.add_member(:model_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "modelSelectionExpression"))
473
+ CreateRouteInput.add_member(:operation_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "operationName"))
474
+ CreateRouteInput.add_member(:request_models, Shapes::ShapeRef.new(shape: RouteModels, location_name: "requestModels"))
475
+ CreateRouteInput.add_member(:request_parameters, Shapes::ShapeRef.new(shape: RouteParameters, location_name: "requestParameters"))
476
+ CreateRouteInput.add_member(:route_key, Shapes::ShapeRef.new(shape: SelectionKey, required: true, location_name: "routeKey"))
477
+ CreateRouteInput.add_member(:route_response_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "routeResponseSelectionExpression"))
478
+ CreateRouteInput.add_member(:target, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "target"))
479
+ CreateRouteInput.struct_class = Types::CreateRouteInput
480
+
481
+ CreateRouteRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
482
+ CreateRouteRequest.add_member(:api_key_required, Shapes::ShapeRef.new(shape: __boolean, location_name: "apiKeyRequired"))
483
+ CreateRouteRequest.add_member(:authorization_scopes, Shapes::ShapeRef.new(shape: AuthorizationScopes, location_name: "authorizationScopes"))
484
+ CreateRouteRequest.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, location_name: "authorizationType"))
485
+ CreateRouteRequest.add_member(:authorizer_id, Shapes::ShapeRef.new(shape: Id, location_name: "authorizerId"))
486
+ CreateRouteRequest.add_member(:model_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "modelSelectionExpression"))
487
+ CreateRouteRequest.add_member(:operation_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "operationName"))
488
+ CreateRouteRequest.add_member(:request_models, Shapes::ShapeRef.new(shape: RouteModels, location_name: "requestModels"))
489
+ CreateRouteRequest.add_member(:request_parameters, Shapes::ShapeRef.new(shape: RouteParameters, location_name: "requestParameters"))
490
+ CreateRouteRequest.add_member(:route_key, Shapes::ShapeRef.new(shape: SelectionKey, required: true, location_name: "routeKey"))
491
+ CreateRouteRequest.add_member(:route_response_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "routeResponseSelectionExpression"))
492
+ CreateRouteRequest.add_member(:target, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "target"))
493
+ CreateRouteRequest.struct_class = Types::CreateRouteRequest
494
+
495
+ CreateRouteResponseInput.add_member(:model_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "modelSelectionExpression"))
496
+ CreateRouteResponseInput.add_member(:response_models, Shapes::ShapeRef.new(shape: RouteModels, location_name: "responseModels"))
497
+ CreateRouteResponseInput.add_member(:response_parameters, Shapes::ShapeRef.new(shape: RouteParameters, location_name: "responseParameters"))
498
+ CreateRouteResponseInput.add_member(:route_response_key, Shapes::ShapeRef.new(shape: SelectionKey, required: true, location_name: "routeResponseKey"))
499
+ CreateRouteResponseInput.struct_class = Types::CreateRouteResponseInput
500
+
501
+ CreateRouteResponseRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
502
+ CreateRouteResponseRequest.add_member(:model_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "modelSelectionExpression"))
503
+ CreateRouteResponseRequest.add_member(:response_models, Shapes::ShapeRef.new(shape: RouteModels, location_name: "responseModels"))
504
+ CreateRouteResponseRequest.add_member(:response_parameters, Shapes::ShapeRef.new(shape: RouteParameters, location_name: "responseParameters"))
505
+ CreateRouteResponseRequest.add_member(:route_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "routeId"))
506
+ CreateRouteResponseRequest.add_member(:route_response_key, Shapes::ShapeRef.new(shape: SelectionKey, required: true, location_name: "routeResponseKey"))
507
+ CreateRouteResponseRequest.struct_class = Types::CreateRouteResponseRequest
508
+
509
+ CreateRouteResponseResponse.add_member(:model_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "modelSelectionExpression"))
510
+ CreateRouteResponseResponse.add_member(:response_models, Shapes::ShapeRef.new(shape: RouteModels, location_name: "responseModels"))
511
+ CreateRouteResponseResponse.add_member(:response_parameters, Shapes::ShapeRef.new(shape: RouteParameters, location_name: "responseParameters"))
512
+ CreateRouteResponseResponse.add_member(:route_response_id, Shapes::ShapeRef.new(shape: Id, location_name: "routeResponseId"))
513
+ CreateRouteResponseResponse.add_member(:route_response_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "routeResponseKey"))
514
+ CreateRouteResponseResponse.struct_class = Types::CreateRouteResponseResponse
515
+
516
+ CreateRouteResult.add_member(:api_key_required, Shapes::ShapeRef.new(shape: __boolean, location_name: "apiKeyRequired"))
517
+ CreateRouteResult.add_member(:authorization_scopes, Shapes::ShapeRef.new(shape: AuthorizationScopes, location_name: "authorizationScopes"))
518
+ CreateRouteResult.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, location_name: "authorizationType"))
519
+ CreateRouteResult.add_member(:authorizer_id, Shapes::ShapeRef.new(shape: Id, location_name: "authorizerId"))
520
+ CreateRouteResult.add_member(:model_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "modelSelectionExpression"))
521
+ CreateRouteResult.add_member(:operation_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "operationName"))
522
+ CreateRouteResult.add_member(:request_models, Shapes::ShapeRef.new(shape: RouteModels, location_name: "requestModels"))
523
+ CreateRouteResult.add_member(:request_parameters, Shapes::ShapeRef.new(shape: RouteParameters, location_name: "requestParameters"))
524
+ CreateRouteResult.add_member(:route_id, Shapes::ShapeRef.new(shape: Id, location_name: "routeId"))
525
+ CreateRouteResult.add_member(:route_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "routeKey"))
526
+ CreateRouteResult.add_member(:route_response_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "routeResponseSelectionExpression"))
527
+ CreateRouteResult.add_member(:target, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "target"))
528
+ CreateRouteResult.struct_class = Types::CreateRouteResult
529
+
530
+ CreateStageInput.add_member(:access_log_settings, Shapes::ShapeRef.new(shape: AccessLogSettings, location_name: "accessLogSettings"))
531
+ CreateStageInput.add_member(:client_certificate_id, Shapes::ShapeRef.new(shape: Id, location_name: "clientCertificateId"))
532
+ CreateStageInput.add_member(:default_route_settings, Shapes::ShapeRef.new(shape: RouteSettings, location_name: "defaultRouteSettings"))
533
+ CreateStageInput.add_member(:deployment_id, Shapes::ShapeRef.new(shape: Id, location_name: "deploymentId"))
534
+ CreateStageInput.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
535
+ CreateStageInput.add_member(:route_settings, Shapes::ShapeRef.new(shape: RouteSettingsMap, location_name: "routeSettings"))
536
+ CreateStageInput.add_member(:stage_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, required: true, location_name: "stageName"))
537
+ CreateStageInput.add_member(:stage_variables, Shapes::ShapeRef.new(shape: StageVariablesMap, location_name: "stageVariables"))
538
+ CreateStageInput.struct_class = Types::CreateStageInput
539
+
540
+ CreateStageRequest.add_member(:access_log_settings, Shapes::ShapeRef.new(shape: AccessLogSettings, location_name: "accessLogSettings"))
541
+ CreateStageRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
542
+ CreateStageRequest.add_member(:client_certificate_id, Shapes::ShapeRef.new(shape: Id, location_name: "clientCertificateId"))
543
+ CreateStageRequest.add_member(:default_route_settings, Shapes::ShapeRef.new(shape: RouteSettings, location_name: "defaultRouteSettings"))
544
+ CreateStageRequest.add_member(:deployment_id, Shapes::ShapeRef.new(shape: Id, location_name: "deploymentId"))
545
+ CreateStageRequest.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
546
+ CreateStageRequest.add_member(:route_settings, Shapes::ShapeRef.new(shape: RouteSettingsMap, location_name: "routeSettings"))
547
+ CreateStageRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, required: true, location_name: "stageName"))
548
+ CreateStageRequest.add_member(:stage_variables, Shapes::ShapeRef.new(shape: StageVariablesMap, location_name: "stageVariables"))
549
+ CreateStageRequest.struct_class = Types::CreateStageRequest
550
+
551
+ CreateStageResponse.add_member(:access_log_settings, Shapes::ShapeRef.new(shape: AccessLogSettings, location_name: "accessLogSettings"))
552
+ CreateStageResponse.add_member(:client_certificate_id, Shapes::ShapeRef.new(shape: Id, location_name: "clientCertificateId"))
553
+ CreateStageResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdDate"))
554
+ CreateStageResponse.add_member(:default_route_settings, Shapes::ShapeRef.new(shape: RouteSettings, location_name: "defaultRouteSettings"))
555
+ CreateStageResponse.add_member(:deployment_id, Shapes::ShapeRef.new(shape: Id, location_name: "deploymentId"))
556
+ CreateStageResponse.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
557
+ CreateStageResponse.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastUpdatedDate"))
558
+ CreateStageResponse.add_member(:route_settings, Shapes::ShapeRef.new(shape: RouteSettingsMap, location_name: "routeSettings"))
559
+ CreateStageResponse.add_member(:stage_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "stageName"))
560
+ CreateStageResponse.add_member(:stage_variables, Shapes::ShapeRef.new(shape: StageVariablesMap, location_name: "stageVariables"))
561
+ CreateStageResponse.struct_class = Types::CreateStageResponse
562
+
563
+ DeleteApiMappingRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "querystring", location_name: "apiId"))
564
+ DeleteApiMappingRequest.add_member(:api_mapping_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiMappingId"))
565
+ DeleteApiMappingRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "domainName"))
566
+ DeleteApiMappingRequest.struct_class = Types::DeleteApiMappingRequest
567
+
568
+ DeleteApiRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
569
+ DeleteApiRequest.struct_class = Types::DeleteApiRequest
570
+
571
+ DeleteAuthorizerRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
572
+ DeleteAuthorizerRequest.add_member(:authorizer_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "authorizerId"))
573
+ DeleteAuthorizerRequest.struct_class = Types::DeleteAuthorizerRequest
574
+
575
+ DeleteDeploymentRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
576
+ DeleteDeploymentRequest.add_member(:deployment_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "deploymentId"))
577
+ DeleteDeploymentRequest.struct_class = Types::DeleteDeploymentRequest
578
+
579
+ DeleteDomainNameRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "domainName"))
580
+ DeleteDomainNameRequest.struct_class = Types::DeleteDomainNameRequest
581
+
582
+ DeleteIntegrationRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
583
+ DeleteIntegrationRequest.add_member(:integration_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "integrationId"))
584
+ DeleteIntegrationRequest.struct_class = Types::DeleteIntegrationRequest
585
+
586
+ DeleteIntegrationResponseRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
587
+ DeleteIntegrationResponseRequest.add_member(:integration_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "integrationId"))
588
+ DeleteIntegrationResponseRequest.add_member(:integration_response_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "integrationResponseId"))
589
+ DeleteIntegrationResponseRequest.struct_class = Types::DeleteIntegrationResponseRequest
590
+
591
+ DeleteModelRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
592
+ DeleteModelRequest.add_member(:model_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "modelId"))
593
+ DeleteModelRequest.struct_class = Types::DeleteModelRequest
594
+
595
+ DeleteRouteRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
596
+ DeleteRouteRequest.add_member(:route_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "routeId"))
597
+ DeleteRouteRequest.struct_class = Types::DeleteRouteRequest
598
+
599
+ DeleteRouteResponseRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
600
+ DeleteRouteResponseRequest.add_member(:route_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "routeId"))
601
+ DeleteRouteResponseRequest.add_member(:route_response_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "routeResponseId"))
602
+ DeleteRouteResponseRequest.struct_class = Types::DeleteRouteResponseRequest
603
+
604
+ DeleteStageRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
605
+ DeleteStageRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "stageName"))
606
+ DeleteStageRequest.struct_class = Types::DeleteStageRequest
607
+
608
+ Deployment.add_member(:created_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdDate"))
609
+ Deployment.add_member(:deployment_id, Shapes::ShapeRef.new(shape: Id, location_name: "deploymentId"))
610
+ Deployment.add_member(:deployment_status, Shapes::ShapeRef.new(shape: DeploymentStatus, location_name: "deploymentStatus"))
611
+ Deployment.add_member(:deployment_status_message, Shapes::ShapeRef.new(shape: __string, location_name: "deploymentStatusMessage"))
612
+ Deployment.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
613
+ Deployment.struct_class = Types::Deployment
614
+
615
+ Deployments.add_member(:items, Shapes::ShapeRef.new(shape: __listOfDeployment, location_name: "items"))
616
+ Deployments.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
617
+ Deployments.struct_class = Types::Deployments
618
+
619
+ DomainName.add_member(:api_mapping_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "apiMappingSelectionExpression"))
620
+ DomainName.add_member(:domain_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And512, required: true, location_name: "domainName"))
621
+ DomainName.add_member(:domain_name_configurations, Shapes::ShapeRef.new(shape: DomainNameConfigurations, location_name: "domainNameConfigurations"))
622
+ DomainName.struct_class = Types::DomainName
623
+
624
+ DomainNameConfiguration.add_member(:api_gateway_domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "apiGatewayDomainName"))
625
+ DomainNameConfiguration.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "certificateArn"))
626
+ DomainNameConfiguration.add_member(:certificate_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "certificateName"))
627
+ DomainNameConfiguration.add_member(:certificate_upload_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "certificateUploadDate"))
628
+ DomainNameConfiguration.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: EndpointType, location_name: "endpointType"))
629
+ DomainNameConfiguration.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: __string, location_name: "hostedZoneId"))
630
+ DomainNameConfiguration.struct_class = Types::DomainNameConfiguration
631
+
632
+ DomainNameConfigurations.member = Shapes::ShapeRef.new(shape: DomainNameConfiguration)
633
+
634
+ DomainNames.add_member(:items, Shapes::ShapeRef.new(shape: __listOfDomainName, location_name: "items"))
635
+ DomainNames.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
636
+ DomainNames.struct_class = Types::DomainNames
637
+
638
+ GetApiMappingRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "querystring", location_name: "apiId"))
639
+ GetApiMappingRequest.add_member(:api_mapping_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiMappingId"))
640
+ GetApiMappingRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "domainName"))
641
+ GetApiMappingRequest.struct_class = Types::GetApiMappingRequest
642
+
643
+ GetApiMappingResponse.add_member(:api_id, Shapes::ShapeRef.new(shape: Id, location_name: "apiId"))
644
+ GetApiMappingResponse.add_member(:api_mapping_id, Shapes::ShapeRef.new(shape: Id, location_name: "apiMappingId"))
645
+ GetApiMappingResponse.add_member(:api_mapping_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "apiMappingKey"))
646
+ GetApiMappingResponse.add_member(:stage, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "stage"))
647
+ GetApiMappingResponse.struct_class = Types::GetApiMappingResponse
648
+
649
+ GetApiMappingsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "domainName"))
650
+ GetApiMappingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "maxResults"))
651
+ GetApiMappingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
652
+ GetApiMappingsRequest.struct_class = Types::GetApiMappingsRequest
653
+
654
+ GetApiMappingsResponse.add_member(:api_id, Shapes::ShapeRef.new(shape: Id, location_name: "apiId"))
655
+ GetApiMappingsResponse.add_member(:api_mapping_id, Shapes::ShapeRef.new(shape: Id, location_name: "apiMappingId"))
656
+ GetApiMappingsResponse.add_member(:api_mapping_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "apiMappingKey"))
657
+ GetApiMappingsResponse.add_member(:stage, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "stage"))
658
+ GetApiMappingsResponse.struct_class = Types::GetApiMappingsResponse
659
+
660
+ GetApiRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
661
+ GetApiRequest.struct_class = Types::GetApiRequest
662
+
663
+ GetApiResponse.add_member(:api_endpoint, Shapes::ShapeRef.new(shape: __string, location_name: "apiEndpoint"))
664
+ GetApiResponse.add_member(:api_id, Shapes::ShapeRef.new(shape: Id, location_name: "apiId"))
665
+ GetApiResponse.add_member(:api_key_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "apiKeySelectionExpression"))
666
+ GetApiResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdDate"))
667
+ GetApiResponse.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
668
+ GetApiResponse.add_member(:disable_schema_validation, Shapes::ShapeRef.new(shape: __boolean, location_name: "disableSchemaValidation"))
669
+ GetApiResponse.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "name"))
670
+ GetApiResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: ProtocolType, location_name: "protocolType"))
671
+ GetApiResponse.add_member(:route_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "routeSelectionExpression"))
672
+ GetApiResponse.add_member(:version, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "version"))
673
+ GetApiResponse.add_member(:warnings, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "warnings"))
674
+ GetApiResponse.struct_class = Types::GetApiResponse
675
+
676
+ GetApisRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "maxResults"))
677
+ GetApisRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
678
+ GetApisRequest.struct_class = Types::GetApisRequest
679
+
680
+ GetApisResponse.add_member(:items, Shapes::ShapeRef.new(shape: __listOfApi, location_name: "items"))
681
+ GetApisResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
682
+ GetApisResponse.struct_class = Types::GetApisResponse
683
+
684
+ GetAuthorizerRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
685
+ GetAuthorizerRequest.add_member(:authorizer_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "authorizerId"))
686
+ GetAuthorizerRequest.struct_class = Types::GetAuthorizerRequest
687
+
688
+ GetAuthorizerResponse.add_member(:authorizer_credentials_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "authorizerCredentialsArn"))
689
+ GetAuthorizerResponse.add_member(:authorizer_id, Shapes::ShapeRef.new(shape: Id, location_name: "authorizerId"))
690
+ GetAuthorizerResponse.add_member(:authorizer_result_ttl_in_seconds, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween0And3600, location_name: "authorizerResultTtlInSeconds"))
691
+ GetAuthorizerResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, location_name: "authorizerType"))
692
+ GetAuthorizerResponse.add_member(:authorizer_uri, Shapes::ShapeRef.new(shape: UriWithLengthBetween1And2048, location_name: "authorizerUri"))
693
+ GetAuthorizerResponse.add_member(:identity_source, Shapes::ShapeRef.new(shape: IdentitySourceList, location_name: "identitySource"))
694
+ GetAuthorizerResponse.add_member(:identity_validation_expression, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "identityValidationExpression"))
695
+ GetAuthorizerResponse.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "name"))
696
+ GetAuthorizerResponse.add_member(:provider_arns, Shapes::ShapeRef.new(shape: ProviderArnList, location_name: "providerArns"))
697
+ GetAuthorizerResponse.struct_class = Types::GetAuthorizerResponse
698
+
699
+ GetAuthorizersRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
700
+ GetAuthorizersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "maxResults"))
701
+ GetAuthorizersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
702
+ GetAuthorizersRequest.struct_class = Types::GetAuthorizersRequest
703
+
704
+ GetAuthorizersResponse.add_member(:items, Shapes::ShapeRef.new(shape: __listOfAuthorizer, location_name: "items"))
705
+ GetAuthorizersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
706
+ GetAuthorizersResponse.struct_class = Types::GetAuthorizersResponse
707
+
708
+ GetDeploymentRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
709
+ GetDeploymentRequest.add_member(:deployment_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "deploymentId"))
710
+ GetDeploymentRequest.struct_class = Types::GetDeploymentRequest
711
+
712
+ GetDeploymentResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdDate"))
713
+ GetDeploymentResponse.add_member(:deployment_id, Shapes::ShapeRef.new(shape: Id, location_name: "deploymentId"))
714
+ GetDeploymentResponse.add_member(:deployment_status, Shapes::ShapeRef.new(shape: DeploymentStatus, location_name: "deploymentStatus"))
715
+ GetDeploymentResponse.add_member(:deployment_status_message, Shapes::ShapeRef.new(shape: __string, location_name: "deploymentStatusMessage"))
716
+ GetDeploymentResponse.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
717
+ GetDeploymentResponse.struct_class = Types::GetDeploymentResponse
718
+
719
+ GetDeploymentsRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
720
+ GetDeploymentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "maxResults"))
721
+ GetDeploymentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
722
+ GetDeploymentsRequest.struct_class = Types::GetDeploymentsRequest
723
+
724
+ GetDeploymentsResponse.add_member(:items, Shapes::ShapeRef.new(shape: __listOfDeployment, location_name: "items"))
725
+ GetDeploymentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
726
+ GetDeploymentsResponse.struct_class = Types::GetDeploymentsResponse
727
+
728
+ GetDomainNameRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "domainName"))
729
+ GetDomainNameRequest.struct_class = Types::GetDomainNameRequest
730
+
731
+ GetDomainNameResponse.add_member(:api_mapping_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "apiMappingSelectionExpression"))
732
+ GetDomainNameResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And512, location_name: "domainName"))
733
+ GetDomainNameResponse.add_member(:domain_name_configurations, Shapes::ShapeRef.new(shape: DomainNameConfigurations, location_name: "domainNameConfigurations"))
734
+ GetDomainNameResponse.struct_class = Types::GetDomainNameResponse
735
+
736
+ GetDomainNamesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "maxResults"))
737
+ GetDomainNamesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
738
+ GetDomainNamesRequest.struct_class = Types::GetDomainNamesRequest
739
+
740
+ GetDomainNamesResponse.add_member(:items, Shapes::ShapeRef.new(shape: __listOfDomainName, location_name: "items"))
741
+ GetDomainNamesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
742
+ GetDomainNamesResponse.struct_class = Types::GetDomainNamesResponse
743
+
744
+ GetIntegrationRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
745
+ GetIntegrationRequest.add_member(:integration_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "integrationId"))
746
+ GetIntegrationRequest.struct_class = Types::GetIntegrationRequest
747
+
748
+ GetIntegrationResponseRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
749
+ GetIntegrationResponseRequest.add_member(:integration_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "integrationId"))
750
+ GetIntegrationResponseRequest.add_member(:integration_response_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "integrationResponseId"))
751
+ GetIntegrationResponseRequest.struct_class = Types::GetIntegrationResponseRequest
752
+
753
+ GetIntegrationResponseResponse.add_member(:content_handling_strategy, Shapes::ShapeRef.new(shape: ContentHandlingStrategy, location_name: "contentHandlingStrategy"))
754
+ GetIntegrationResponseResponse.add_member(:integration_response_id, Shapes::ShapeRef.new(shape: Id, location_name: "integrationResponseId"))
755
+ GetIntegrationResponseResponse.add_member(:integration_response_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "integrationResponseKey"))
756
+ GetIntegrationResponseResponse.add_member(:response_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "responseParameters"))
757
+ GetIntegrationResponseResponse.add_member(:response_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "responseTemplates"))
758
+ GetIntegrationResponseResponse.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
759
+ GetIntegrationResponseResponse.struct_class = Types::GetIntegrationResponseResponse
760
+
761
+ GetIntegrationResponsesRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
762
+ GetIntegrationResponsesRequest.add_member(:integration_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "integrationId"))
763
+ GetIntegrationResponsesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "maxResults"))
764
+ GetIntegrationResponsesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
765
+ GetIntegrationResponsesRequest.struct_class = Types::GetIntegrationResponsesRequest
766
+
767
+ GetIntegrationResponsesResponse.add_member(:items, Shapes::ShapeRef.new(shape: __listOfIntegrationResponse, location_name: "items"))
768
+ GetIntegrationResponsesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
769
+ GetIntegrationResponsesResponse.struct_class = Types::GetIntegrationResponsesResponse
770
+
771
+ GetIntegrationResult.add_member(:connection_id, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And1024, location_name: "connectionId"))
772
+ GetIntegrationResult.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "connectionType"))
773
+ GetIntegrationResult.add_member(:content_handling_strategy, Shapes::ShapeRef.new(shape: ContentHandlingStrategy, location_name: "contentHandlingStrategy"))
774
+ GetIntegrationResult.add_member(:credentials_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "credentialsArn"))
775
+ GetIntegrationResult.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
776
+ GetIntegrationResult.add_member(:integration_id, Shapes::ShapeRef.new(shape: Id, location_name: "integrationId"))
777
+ GetIntegrationResult.add_member(:integration_method, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "integrationMethod"))
778
+ GetIntegrationResult.add_member(:integration_response_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "integrationResponseSelectionExpression"))
779
+ GetIntegrationResult.add_member(:integration_type, Shapes::ShapeRef.new(shape: IntegrationType, location_name: "integrationType"))
780
+ GetIntegrationResult.add_member(:integration_uri, Shapes::ShapeRef.new(shape: UriWithLengthBetween1And2048, location_name: "integrationUri"))
781
+ GetIntegrationResult.add_member(:passthrough_behavior, Shapes::ShapeRef.new(shape: PassthroughBehavior, location_name: "passthroughBehavior"))
782
+ GetIntegrationResult.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
783
+ GetIntegrationResult.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
784
+ GetIntegrationResult.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
785
+ GetIntegrationResult.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And29000, location_name: "timeoutInMillis"))
786
+ GetIntegrationResult.struct_class = Types::GetIntegrationResult
787
+
788
+ GetIntegrationsRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
789
+ GetIntegrationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "maxResults"))
790
+ GetIntegrationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
791
+ GetIntegrationsRequest.struct_class = Types::GetIntegrationsRequest
792
+
793
+ GetIntegrationsResponse.add_member(:items, Shapes::ShapeRef.new(shape: __listOfIntegration, location_name: "items"))
794
+ GetIntegrationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
795
+ GetIntegrationsResponse.struct_class = Types::GetIntegrationsResponse
796
+
797
+ GetModelRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
798
+ GetModelRequest.add_member(:model_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "modelId"))
799
+ GetModelRequest.struct_class = Types::GetModelRequest
800
+
801
+ GetModelResponse.add_member(:content_type, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And256, location_name: "contentType"))
802
+ GetModelResponse.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
803
+ GetModelResponse.add_member(:model_id, Shapes::ShapeRef.new(shape: Id, location_name: "modelId"))
804
+ GetModelResponse.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "name"))
805
+ GetModelResponse.add_member(:schema, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And32K, location_name: "schema"))
806
+ GetModelResponse.struct_class = Types::GetModelResponse
807
+
808
+ GetModelTemplateRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
809
+ GetModelTemplateRequest.add_member(:model_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "modelId"))
810
+ GetModelTemplateRequest.struct_class = Types::GetModelTemplateRequest
811
+
812
+ GetModelTemplateResponse.add_member(:value, Shapes::ShapeRef.new(shape: __string, location_name: "value"))
813
+ GetModelTemplateResponse.struct_class = Types::GetModelTemplateResponse
814
+
815
+ GetModelsRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
816
+ GetModelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "maxResults"))
817
+ GetModelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
818
+ GetModelsRequest.struct_class = Types::GetModelsRequest
819
+
820
+ GetModelsResponse.add_member(:items, Shapes::ShapeRef.new(shape: __listOfModel, location_name: "items"))
821
+ GetModelsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
822
+ GetModelsResponse.struct_class = Types::GetModelsResponse
823
+
824
+ GetRouteRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
825
+ GetRouteRequest.add_member(:route_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "routeId"))
826
+ GetRouteRequest.struct_class = Types::GetRouteRequest
827
+
828
+ GetRouteResponseRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
829
+ GetRouteResponseRequest.add_member(:route_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "routeId"))
830
+ GetRouteResponseRequest.add_member(:route_response_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "routeResponseId"))
831
+ GetRouteResponseRequest.struct_class = Types::GetRouteResponseRequest
832
+
833
+ GetRouteResponseResponse.add_member(:model_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "modelSelectionExpression"))
834
+ GetRouteResponseResponse.add_member(:response_models, Shapes::ShapeRef.new(shape: RouteModels, location_name: "responseModels"))
835
+ GetRouteResponseResponse.add_member(:response_parameters, Shapes::ShapeRef.new(shape: RouteParameters, location_name: "responseParameters"))
836
+ GetRouteResponseResponse.add_member(:route_response_id, Shapes::ShapeRef.new(shape: Id, location_name: "routeResponseId"))
837
+ GetRouteResponseResponse.add_member(:route_response_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "routeResponseKey"))
838
+ GetRouteResponseResponse.struct_class = Types::GetRouteResponseResponse
839
+
840
+ GetRouteResponsesRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
841
+ GetRouteResponsesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "maxResults"))
842
+ GetRouteResponsesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
843
+ GetRouteResponsesRequest.add_member(:route_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "routeId"))
844
+ GetRouteResponsesRequest.struct_class = Types::GetRouteResponsesRequest
845
+
846
+ GetRouteResponsesResponse.add_member(:items, Shapes::ShapeRef.new(shape: __listOfRouteResponse, location_name: "items"))
847
+ GetRouteResponsesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
848
+ GetRouteResponsesResponse.struct_class = Types::GetRouteResponsesResponse
849
+
850
+ GetRouteResult.add_member(:api_key_required, Shapes::ShapeRef.new(shape: __boolean, location_name: "apiKeyRequired"))
851
+ GetRouteResult.add_member(:authorization_scopes, Shapes::ShapeRef.new(shape: AuthorizationScopes, location_name: "authorizationScopes"))
852
+ GetRouteResult.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, location_name: "authorizationType"))
853
+ GetRouteResult.add_member(:authorizer_id, Shapes::ShapeRef.new(shape: Id, location_name: "authorizerId"))
854
+ GetRouteResult.add_member(:model_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "modelSelectionExpression"))
855
+ GetRouteResult.add_member(:operation_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "operationName"))
856
+ GetRouteResult.add_member(:request_models, Shapes::ShapeRef.new(shape: RouteModels, location_name: "requestModels"))
857
+ GetRouteResult.add_member(:request_parameters, Shapes::ShapeRef.new(shape: RouteParameters, location_name: "requestParameters"))
858
+ GetRouteResult.add_member(:route_id, Shapes::ShapeRef.new(shape: Id, location_name: "routeId"))
859
+ GetRouteResult.add_member(:route_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "routeKey"))
860
+ GetRouteResult.add_member(:route_response_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "routeResponseSelectionExpression"))
861
+ GetRouteResult.add_member(:target, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "target"))
862
+ GetRouteResult.struct_class = Types::GetRouteResult
863
+
864
+ GetRoutesRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
865
+ GetRoutesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "maxResults"))
866
+ GetRoutesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
867
+ GetRoutesRequest.struct_class = Types::GetRoutesRequest
868
+
869
+ GetRoutesResponse.add_member(:items, Shapes::ShapeRef.new(shape: __listOfRoute, location_name: "items"))
870
+ GetRoutesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
871
+ GetRoutesResponse.struct_class = Types::GetRoutesResponse
872
+
873
+ GetStageRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
874
+ GetStageRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "stageName"))
875
+ GetStageRequest.struct_class = Types::GetStageRequest
876
+
877
+ GetStageResponse.add_member(:access_log_settings, Shapes::ShapeRef.new(shape: AccessLogSettings, location_name: "accessLogSettings"))
878
+ GetStageResponse.add_member(:client_certificate_id, Shapes::ShapeRef.new(shape: Id, location_name: "clientCertificateId"))
879
+ GetStageResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdDate"))
880
+ GetStageResponse.add_member(:default_route_settings, Shapes::ShapeRef.new(shape: RouteSettings, location_name: "defaultRouteSettings"))
881
+ GetStageResponse.add_member(:deployment_id, Shapes::ShapeRef.new(shape: Id, location_name: "deploymentId"))
882
+ GetStageResponse.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
883
+ GetStageResponse.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastUpdatedDate"))
884
+ GetStageResponse.add_member(:route_settings, Shapes::ShapeRef.new(shape: RouteSettingsMap, location_name: "routeSettings"))
885
+ GetStageResponse.add_member(:stage_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "stageName"))
886
+ GetStageResponse.add_member(:stage_variables, Shapes::ShapeRef.new(shape: StageVariablesMap, location_name: "stageVariables"))
887
+ GetStageResponse.struct_class = Types::GetStageResponse
888
+
889
+ GetStagesRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
890
+ GetStagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "maxResults"))
891
+ GetStagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
892
+ GetStagesRequest.struct_class = Types::GetStagesRequest
893
+
894
+ GetStagesResponse.add_member(:items, Shapes::ShapeRef.new(shape: __listOfStage, location_name: "items"))
895
+ GetStagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
896
+ GetStagesResponse.struct_class = Types::GetStagesResponse
897
+
898
+ IdentitySourceList.member = Shapes::ShapeRef.new(shape: __string)
899
+
900
+ Integration.add_member(:connection_id, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And1024, location_name: "connectionId"))
901
+ Integration.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "connectionType"))
902
+ Integration.add_member(:content_handling_strategy, Shapes::ShapeRef.new(shape: ContentHandlingStrategy, location_name: "contentHandlingStrategy"))
903
+ Integration.add_member(:credentials_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "credentialsArn"))
904
+ Integration.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
905
+ Integration.add_member(:integration_id, Shapes::ShapeRef.new(shape: Id, location_name: "integrationId"))
906
+ Integration.add_member(:integration_method, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "integrationMethod"))
907
+ Integration.add_member(:integration_response_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "integrationResponseSelectionExpression"))
908
+ Integration.add_member(:integration_type, Shapes::ShapeRef.new(shape: IntegrationType, location_name: "integrationType"))
909
+ Integration.add_member(:integration_uri, Shapes::ShapeRef.new(shape: UriWithLengthBetween1And2048, location_name: "integrationUri"))
910
+ Integration.add_member(:passthrough_behavior, Shapes::ShapeRef.new(shape: PassthroughBehavior, location_name: "passthroughBehavior"))
911
+ Integration.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
912
+ Integration.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
913
+ Integration.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
914
+ Integration.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And29000, location_name: "timeoutInMillis"))
915
+ Integration.struct_class = Types::Integration
916
+
917
+ IntegrationParameters.key = Shapes::ShapeRef.new(shape: __string)
918
+ IntegrationParameters.value = Shapes::ShapeRef.new(shape: StringWithLengthBetween1And512)
919
+
920
+ IntegrationResponse.add_member(:content_handling_strategy, Shapes::ShapeRef.new(shape: ContentHandlingStrategy, location_name: "contentHandlingStrategy"))
921
+ IntegrationResponse.add_member(:integration_response_id, Shapes::ShapeRef.new(shape: Id, location_name: "integrationResponseId"))
922
+ IntegrationResponse.add_member(:integration_response_key, Shapes::ShapeRef.new(shape: SelectionKey, required: true, location_name: "integrationResponseKey"))
923
+ IntegrationResponse.add_member(:response_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "responseParameters"))
924
+ IntegrationResponse.add_member(:response_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "responseTemplates"))
925
+ IntegrationResponse.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
926
+ IntegrationResponse.struct_class = Types::IntegrationResponse
927
+
928
+ IntegrationResponses.add_member(:items, Shapes::ShapeRef.new(shape: __listOfIntegrationResponse, location_name: "items"))
929
+ IntegrationResponses.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
930
+ IntegrationResponses.struct_class = Types::IntegrationResponses
931
+
932
+ Integrations.add_member(:items, Shapes::ShapeRef.new(shape: __listOfIntegration, location_name: "items"))
933
+ Integrations.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
934
+ Integrations.struct_class = Types::Integrations
935
+
936
+ LimitExceededException.add_member(:limit_type, Shapes::ShapeRef.new(shape: __string, location_name: "limitType"))
937
+ LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
938
+ LimitExceededException.struct_class = Types::LimitExceededException
939
+
940
+ Model.add_member(:content_type, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And256, location_name: "contentType"))
941
+ Model.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
942
+ Model.add_member(:model_id, Shapes::ShapeRef.new(shape: Id, location_name: "modelId"))
943
+ Model.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, required: true, location_name: "name"))
944
+ Model.add_member(:schema, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And32K, location_name: "schema"))
945
+ Model.struct_class = Types::Model
946
+
947
+ Models.add_member(:items, Shapes::ShapeRef.new(shape: __listOfModel, location_name: "items"))
948
+ Models.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
949
+ Models.struct_class = Types::Models
950
+
951
+ ParameterConstraints.add_member(:required, Shapes::ShapeRef.new(shape: __boolean, location_name: "required"))
952
+ ParameterConstraints.struct_class = Types::ParameterConstraints
953
+
954
+ ProviderArnList.member = Shapes::ShapeRef.new(shape: Arn)
955
+
956
+ Route.add_member(:api_key_required, Shapes::ShapeRef.new(shape: __boolean, location_name: "apiKeyRequired"))
957
+ Route.add_member(:authorization_scopes, Shapes::ShapeRef.new(shape: AuthorizationScopes, location_name: "authorizationScopes"))
958
+ Route.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, location_name: "authorizationType"))
959
+ Route.add_member(:authorizer_id, Shapes::ShapeRef.new(shape: Id, location_name: "authorizerId"))
960
+ Route.add_member(:model_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "modelSelectionExpression"))
961
+ Route.add_member(:operation_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "operationName"))
962
+ Route.add_member(:request_models, Shapes::ShapeRef.new(shape: RouteModels, location_name: "requestModels"))
963
+ Route.add_member(:request_parameters, Shapes::ShapeRef.new(shape: RouteParameters, location_name: "requestParameters"))
964
+ Route.add_member(:route_id, Shapes::ShapeRef.new(shape: Id, location_name: "routeId"))
965
+ Route.add_member(:route_key, Shapes::ShapeRef.new(shape: SelectionKey, required: true, location_name: "routeKey"))
966
+ Route.add_member(:route_response_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "routeResponseSelectionExpression"))
967
+ Route.add_member(:target, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "target"))
968
+ Route.struct_class = Types::Route
969
+
970
+ RouteModels.key = Shapes::ShapeRef.new(shape: __string)
971
+ RouteModels.value = Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128)
972
+
973
+ RouteParameters.key = Shapes::ShapeRef.new(shape: __string)
974
+ RouteParameters.value = Shapes::ShapeRef.new(shape: ParameterConstraints)
975
+
976
+ RouteResponse.add_member(:model_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "modelSelectionExpression"))
977
+ RouteResponse.add_member(:response_models, Shapes::ShapeRef.new(shape: RouteModels, location_name: "responseModels"))
978
+ RouteResponse.add_member(:response_parameters, Shapes::ShapeRef.new(shape: RouteParameters, location_name: "responseParameters"))
979
+ RouteResponse.add_member(:route_response_id, Shapes::ShapeRef.new(shape: Id, location_name: "routeResponseId"))
980
+ RouteResponse.add_member(:route_response_key, Shapes::ShapeRef.new(shape: SelectionKey, required: true, location_name: "routeResponseKey"))
981
+ RouteResponse.struct_class = Types::RouteResponse
982
+
983
+ RouteResponses.add_member(:items, Shapes::ShapeRef.new(shape: __listOfRouteResponse, location_name: "items"))
984
+ RouteResponses.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
985
+ RouteResponses.struct_class = Types::RouteResponses
986
+
987
+ RouteSettings.add_member(:data_trace_enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "dataTraceEnabled"))
988
+ RouteSettings.add_member(:detailed_metrics_enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "detailedMetricsEnabled"))
989
+ RouteSettings.add_member(:logging_level, Shapes::ShapeRef.new(shape: LoggingLevel, location_name: "loggingLevel"))
990
+ RouteSettings.add_member(:throttling_burst_limit, Shapes::ShapeRef.new(shape: __integer, location_name: "throttlingBurstLimit"))
991
+ RouteSettings.add_member(:throttling_rate_limit, Shapes::ShapeRef.new(shape: __double, location_name: "throttlingRateLimit"))
992
+ RouteSettings.struct_class = Types::RouteSettings
993
+
994
+ RouteSettingsMap.key = Shapes::ShapeRef.new(shape: __string)
995
+ RouteSettingsMap.value = Shapes::ShapeRef.new(shape: RouteSettings)
996
+
997
+ Routes.add_member(:items, Shapes::ShapeRef.new(shape: __listOfRoute, location_name: "items"))
998
+ Routes.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
999
+ Routes.struct_class = Types::Routes
1000
+
1001
+ Stage.add_member(:access_log_settings, Shapes::ShapeRef.new(shape: AccessLogSettings, location_name: "accessLogSettings"))
1002
+ Stage.add_member(:client_certificate_id, Shapes::ShapeRef.new(shape: Id, location_name: "clientCertificateId"))
1003
+ Stage.add_member(:created_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdDate"))
1004
+ Stage.add_member(:default_route_settings, Shapes::ShapeRef.new(shape: RouteSettings, location_name: "defaultRouteSettings"))
1005
+ Stage.add_member(:deployment_id, Shapes::ShapeRef.new(shape: Id, location_name: "deploymentId"))
1006
+ Stage.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
1007
+ Stage.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastUpdatedDate"))
1008
+ Stage.add_member(:route_settings, Shapes::ShapeRef.new(shape: RouteSettingsMap, location_name: "routeSettings"))
1009
+ Stage.add_member(:stage_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, required: true, location_name: "stageName"))
1010
+ Stage.add_member(:stage_variables, Shapes::ShapeRef.new(shape: StageVariablesMap, location_name: "stageVariables"))
1011
+ Stage.struct_class = Types::Stage
1012
+
1013
+ StageVariablesMap.key = Shapes::ShapeRef.new(shape: __string)
1014
+ StageVariablesMap.value = Shapes::ShapeRef.new(shape: StringWithLengthBetween0And2048)
1015
+
1016
+ Stages.add_member(:items, Shapes::ShapeRef.new(shape: __listOfStage, location_name: "items"))
1017
+ Stages.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1018
+ Stages.struct_class = Types::Stages
1019
+
1020
+ Template.add_member(:value, Shapes::ShapeRef.new(shape: __string, location_name: "value"))
1021
+ Template.struct_class = Types::Template
1022
+
1023
+ TemplateMap.key = Shapes::ShapeRef.new(shape: __string)
1024
+ TemplateMap.value = Shapes::ShapeRef.new(shape: StringWithLengthBetween0And32K)
1025
+
1026
+ UpdateApiInput.add_member(:api_key_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "apiKeySelectionExpression"))
1027
+ UpdateApiInput.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
1028
+ UpdateApiInput.add_member(:disable_schema_validation, Shapes::ShapeRef.new(shape: __boolean, location_name: "disableSchemaValidation"))
1029
+ UpdateApiInput.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "name"))
1030
+ UpdateApiInput.add_member(:route_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "routeSelectionExpression"))
1031
+ UpdateApiInput.add_member(:version, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "version"))
1032
+ UpdateApiInput.struct_class = Types::UpdateApiInput
1033
+
1034
+ UpdateApiMappingInput.add_member(:api_id, Shapes::ShapeRef.new(shape: Id, location_name: "apiId"))
1035
+ UpdateApiMappingInput.add_member(:api_mapping_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "apiMappingKey"))
1036
+ UpdateApiMappingInput.add_member(:stage, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "stage"))
1037
+ UpdateApiMappingInput.struct_class = Types::UpdateApiMappingInput
1038
+
1039
+ UpdateApiMappingRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "apiId"))
1040
+ UpdateApiMappingRequest.add_member(:api_mapping_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiMappingId"))
1041
+ UpdateApiMappingRequest.add_member(:api_mapping_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "apiMappingKey"))
1042
+ UpdateApiMappingRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "domainName"))
1043
+ UpdateApiMappingRequest.add_member(:stage, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "stage"))
1044
+ UpdateApiMappingRequest.struct_class = Types::UpdateApiMappingRequest
1045
+
1046
+ UpdateApiMappingResponse.add_member(:api_id, Shapes::ShapeRef.new(shape: Id, location_name: "apiId"))
1047
+ UpdateApiMappingResponse.add_member(:api_mapping_id, Shapes::ShapeRef.new(shape: Id, location_name: "apiMappingId"))
1048
+ UpdateApiMappingResponse.add_member(:api_mapping_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "apiMappingKey"))
1049
+ UpdateApiMappingResponse.add_member(:stage, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "stage"))
1050
+ UpdateApiMappingResponse.struct_class = Types::UpdateApiMappingResponse
1051
+
1052
+ UpdateApiRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
1053
+ UpdateApiRequest.add_member(:api_key_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "apiKeySelectionExpression"))
1054
+ UpdateApiRequest.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
1055
+ UpdateApiRequest.add_member(:disable_schema_validation, Shapes::ShapeRef.new(shape: __boolean, location_name: "disableSchemaValidation"))
1056
+ UpdateApiRequest.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "name"))
1057
+ UpdateApiRequest.add_member(:route_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "routeSelectionExpression"))
1058
+ UpdateApiRequest.add_member(:version, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "version"))
1059
+ UpdateApiRequest.struct_class = Types::UpdateApiRequest
1060
+
1061
+ UpdateApiResponse.add_member(:api_endpoint, Shapes::ShapeRef.new(shape: __string, location_name: "apiEndpoint"))
1062
+ UpdateApiResponse.add_member(:api_id, Shapes::ShapeRef.new(shape: Id, location_name: "apiId"))
1063
+ UpdateApiResponse.add_member(:api_key_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "apiKeySelectionExpression"))
1064
+ UpdateApiResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdDate"))
1065
+ UpdateApiResponse.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
1066
+ UpdateApiResponse.add_member(:disable_schema_validation, Shapes::ShapeRef.new(shape: __boolean, location_name: "disableSchemaValidation"))
1067
+ UpdateApiResponse.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "name"))
1068
+ UpdateApiResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: ProtocolType, location_name: "protocolType"))
1069
+ UpdateApiResponse.add_member(:route_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "routeSelectionExpression"))
1070
+ UpdateApiResponse.add_member(:version, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "version"))
1071
+ UpdateApiResponse.add_member(:warnings, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "warnings"))
1072
+ UpdateApiResponse.struct_class = Types::UpdateApiResponse
1073
+
1074
+ UpdateAuthorizerInput.add_member(:authorizer_credentials_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "authorizerCredentialsArn"))
1075
+ UpdateAuthorizerInput.add_member(:authorizer_result_ttl_in_seconds, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween0And3600, location_name: "authorizerResultTtlInSeconds"))
1076
+ UpdateAuthorizerInput.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, location_name: "authorizerType"))
1077
+ UpdateAuthorizerInput.add_member(:authorizer_uri, Shapes::ShapeRef.new(shape: UriWithLengthBetween1And2048, location_name: "authorizerUri"))
1078
+ UpdateAuthorizerInput.add_member(:identity_source, Shapes::ShapeRef.new(shape: IdentitySourceList, location_name: "identitySource"))
1079
+ UpdateAuthorizerInput.add_member(:identity_validation_expression, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "identityValidationExpression"))
1080
+ UpdateAuthorizerInput.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "name"))
1081
+ UpdateAuthorizerInput.add_member(:provider_arns, Shapes::ShapeRef.new(shape: ProviderArnList, location_name: "providerArns"))
1082
+ UpdateAuthorizerInput.struct_class = Types::UpdateAuthorizerInput
1083
+
1084
+ UpdateAuthorizerRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
1085
+ UpdateAuthorizerRequest.add_member(:authorizer_credentials_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "authorizerCredentialsArn"))
1086
+ UpdateAuthorizerRequest.add_member(:authorizer_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "authorizerId"))
1087
+ UpdateAuthorizerRequest.add_member(:authorizer_result_ttl_in_seconds, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween0And3600, location_name: "authorizerResultTtlInSeconds"))
1088
+ UpdateAuthorizerRequest.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, location_name: "authorizerType"))
1089
+ UpdateAuthorizerRequest.add_member(:authorizer_uri, Shapes::ShapeRef.new(shape: UriWithLengthBetween1And2048, location_name: "authorizerUri"))
1090
+ UpdateAuthorizerRequest.add_member(:identity_source, Shapes::ShapeRef.new(shape: IdentitySourceList, location_name: "identitySource"))
1091
+ UpdateAuthorizerRequest.add_member(:identity_validation_expression, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "identityValidationExpression"))
1092
+ UpdateAuthorizerRequest.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "name"))
1093
+ UpdateAuthorizerRequest.add_member(:provider_arns, Shapes::ShapeRef.new(shape: ProviderArnList, location_name: "providerArns"))
1094
+ UpdateAuthorizerRequest.struct_class = Types::UpdateAuthorizerRequest
1095
+
1096
+ UpdateAuthorizerResponse.add_member(:authorizer_credentials_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "authorizerCredentialsArn"))
1097
+ UpdateAuthorizerResponse.add_member(:authorizer_id, Shapes::ShapeRef.new(shape: Id, location_name: "authorizerId"))
1098
+ UpdateAuthorizerResponse.add_member(:authorizer_result_ttl_in_seconds, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween0And3600, location_name: "authorizerResultTtlInSeconds"))
1099
+ UpdateAuthorizerResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, location_name: "authorizerType"))
1100
+ UpdateAuthorizerResponse.add_member(:authorizer_uri, Shapes::ShapeRef.new(shape: UriWithLengthBetween1And2048, location_name: "authorizerUri"))
1101
+ UpdateAuthorizerResponse.add_member(:identity_source, Shapes::ShapeRef.new(shape: IdentitySourceList, location_name: "identitySource"))
1102
+ UpdateAuthorizerResponse.add_member(:identity_validation_expression, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "identityValidationExpression"))
1103
+ UpdateAuthorizerResponse.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "name"))
1104
+ UpdateAuthorizerResponse.add_member(:provider_arns, Shapes::ShapeRef.new(shape: ProviderArnList, location_name: "providerArns"))
1105
+ UpdateAuthorizerResponse.struct_class = Types::UpdateAuthorizerResponse
1106
+
1107
+ UpdateDeploymentInput.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
1108
+ UpdateDeploymentInput.struct_class = Types::UpdateDeploymentInput
1109
+
1110
+ UpdateDeploymentRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
1111
+ UpdateDeploymentRequest.add_member(:deployment_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "deploymentId"))
1112
+ UpdateDeploymentRequest.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
1113
+ UpdateDeploymentRequest.struct_class = Types::UpdateDeploymentRequest
1114
+
1115
+ UpdateDeploymentResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdDate"))
1116
+ UpdateDeploymentResponse.add_member(:deployment_id, Shapes::ShapeRef.new(shape: Id, location_name: "deploymentId"))
1117
+ UpdateDeploymentResponse.add_member(:deployment_status, Shapes::ShapeRef.new(shape: DeploymentStatus, location_name: "deploymentStatus"))
1118
+ UpdateDeploymentResponse.add_member(:deployment_status_message, Shapes::ShapeRef.new(shape: __string, location_name: "deploymentStatusMessage"))
1119
+ UpdateDeploymentResponse.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
1120
+ UpdateDeploymentResponse.struct_class = Types::UpdateDeploymentResponse
1121
+
1122
+ UpdateDomainNameInput.add_member(:domain_name_configurations, Shapes::ShapeRef.new(shape: DomainNameConfigurations, location_name: "domainNameConfigurations"))
1123
+ UpdateDomainNameInput.struct_class = Types::UpdateDomainNameInput
1124
+
1125
+ UpdateDomainNameRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "domainName"))
1126
+ UpdateDomainNameRequest.add_member(:domain_name_configurations, Shapes::ShapeRef.new(shape: DomainNameConfigurations, location_name: "domainNameConfigurations"))
1127
+ UpdateDomainNameRequest.struct_class = Types::UpdateDomainNameRequest
1128
+
1129
+ UpdateDomainNameResponse.add_member(:api_mapping_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "apiMappingSelectionExpression"))
1130
+ UpdateDomainNameResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And512, location_name: "domainName"))
1131
+ UpdateDomainNameResponse.add_member(:domain_name_configurations, Shapes::ShapeRef.new(shape: DomainNameConfigurations, location_name: "domainNameConfigurations"))
1132
+ UpdateDomainNameResponse.struct_class = Types::UpdateDomainNameResponse
1133
+
1134
+ UpdateIntegrationInput.add_member(:connection_id, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And1024, location_name: "connectionId"))
1135
+ UpdateIntegrationInput.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "connectionType"))
1136
+ UpdateIntegrationInput.add_member(:content_handling_strategy, Shapes::ShapeRef.new(shape: ContentHandlingStrategy, location_name: "contentHandlingStrategy"))
1137
+ UpdateIntegrationInput.add_member(:credentials_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "credentialsArn"))
1138
+ UpdateIntegrationInput.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
1139
+ UpdateIntegrationInput.add_member(:integration_method, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "integrationMethod"))
1140
+ UpdateIntegrationInput.add_member(:integration_type, Shapes::ShapeRef.new(shape: IntegrationType, location_name: "integrationType"))
1141
+ UpdateIntegrationInput.add_member(:integration_uri, Shapes::ShapeRef.new(shape: UriWithLengthBetween1And2048, location_name: "integrationUri"))
1142
+ UpdateIntegrationInput.add_member(:passthrough_behavior, Shapes::ShapeRef.new(shape: PassthroughBehavior, location_name: "passthroughBehavior"))
1143
+ UpdateIntegrationInput.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
1144
+ UpdateIntegrationInput.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
1145
+ UpdateIntegrationInput.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
1146
+ UpdateIntegrationInput.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And29000, location_name: "timeoutInMillis"))
1147
+ UpdateIntegrationInput.struct_class = Types::UpdateIntegrationInput
1148
+
1149
+ UpdateIntegrationRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
1150
+ UpdateIntegrationRequest.add_member(:connection_id, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And1024, location_name: "connectionId"))
1151
+ UpdateIntegrationRequest.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "connectionType"))
1152
+ UpdateIntegrationRequest.add_member(:content_handling_strategy, Shapes::ShapeRef.new(shape: ContentHandlingStrategy, location_name: "contentHandlingStrategy"))
1153
+ UpdateIntegrationRequest.add_member(:credentials_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "credentialsArn"))
1154
+ UpdateIntegrationRequest.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
1155
+ UpdateIntegrationRequest.add_member(:integration_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "integrationId"))
1156
+ UpdateIntegrationRequest.add_member(:integration_method, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "integrationMethod"))
1157
+ UpdateIntegrationRequest.add_member(:integration_type, Shapes::ShapeRef.new(shape: IntegrationType, location_name: "integrationType"))
1158
+ UpdateIntegrationRequest.add_member(:integration_uri, Shapes::ShapeRef.new(shape: UriWithLengthBetween1And2048, location_name: "integrationUri"))
1159
+ UpdateIntegrationRequest.add_member(:passthrough_behavior, Shapes::ShapeRef.new(shape: PassthroughBehavior, location_name: "passthroughBehavior"))
1160
+ UpdateIntegrationRequest.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
1161
+ UpdateIntegrationRequest.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
1162
+ UpdateIntegrationRequest.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
1163
+ UpdateIntegrationRequest.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And29000, location_name: "timeoutInMillis"))
1164
+ UpdateIntegrationRequest.struct_class = Types::UpdateIntegrationRequest
1165
+
1166
+ UpdateIntegrationResponseInput.add_member(:content_handling_strategy, Shapes::ShapeRef.new(shape: ContentHandlingStrategy, location_name: "contentHandlingStrategy"))
1167
+ UpdateIntegrationResponseInput.add_member(:integration_response_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "integrationResponseKey"))
1168
+ UpdateIntegrationResponseInput.add_member(:response_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "responseParameters"))
1169
+ UpdateIntegrationResponseInput.add_member(:response_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "responseTemplates"))
1170
+ UpdateIntegrationResponseInput.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
1171
+ UpdateIntegrationResponseInput.struct_class = Types::UpdateIntegrationResponseInput
1172
+
1173
+ UpdateIntegrationResponseRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
1174
+ UpdateIntegrationResponseRequest.add_member(:content_handling_strategy, Shapes::ShapeRef.new(shape: ContentHandlingStrategy, location_name: "contentHandlingStrategy"))
1175
+ UpdateIntegrationResponseRequest.add_member(:integration_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "integrationId"))
1176
+ UpdateIntegrationResponseRequest.add_member(:integration_response_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "integrationResponseId"))
1177
+ UpdateIntegrationResponseRequest.add_member(:integration_response_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "integrationResponseKey"))
1178
+ UpdateIntegrationResponseRequest.add_member(:response_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "responseParameters"))
1179
+ UpdateIntegrationResponseRequest.add_member(:response_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "responseTemplates"))
1180
+ UpdateIntegrationResponseRequest.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
1181
+ UpdateIntegrationResponseRequest.struct_class = Types::UpdateIntegrationResponseRequest
1182
+
1183
+ UpdateIntegrationResponseResponse.add_member(:content_handling_strategy, Shapes::ShapeRef.new(shape: ContentHandlingStrategy, location_name: "contentHandlingStrategy"))
1184
+ UpdateIntegrationResponseResponse.add_member(:integration_response_id, Shapes::ShapeRef.new(shape: Id, location_name: "integrationResponseId"))
1185
+ UpdateIntegrationResponseResponse.add_member(:integration_response_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "integrationResponseKey"))
1186
+ UpdateIntegrationResponseResponse.add_member(:response_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "responseParameters"))
1187
+ UpdateIntegrationResponseResponse.add_member(:response_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "responseTemplates"))
1188
+ UpdateIntegrationResponseResponse.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
1189
+ UpdateIntegrationResponseResponse.struct_class = Types::UpdateIntegrationResponseResponse
1190
+
1191
+ UpdateIntegrationResult.add_member(:connection_id, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And1024, location_name: "connectionId"))
1192
+ UpdateIntegrationResult.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "connectionType"))
1193
+ UpdateIntegrationResult.add_member(:content_handling_strategy, Shapes::ShapeRef.new(shape: ContentHandlingStrategy, location_name: "contentHandlingStrategy"))
1194
+ UpdateIntegrationResult.add_member(:credentials_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "credentialsArn"))
1195
+ UpdateIntegrationResult.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
1196
+ UpdateIntegrationResult.add_member(:integration_id, Shapes::ShapeRef.new(shape: Id, location_name: "integrationId"))
1197
+ UpdateIntegrationResult.add_member(:integration_method, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "integrationMethod"))
1198
+ UpdateIntegrationResult.add_member(:integration_response_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "integrationResponseSelectionExpression"))
1199
+ UpdateIntegrationResult.add_member(:integration_type, Shapes::ShapeRef.new(shape: IntegrationType, location_name: "integrationType"))
1200
+ UpdateIntegrationResult.add_member(:integration_uri, Shapes::ShapeRef.new(shape: UriWithLengthBetween1And2048, location_name: "integrationUri"))
1201
+ UpdateIntegrationResult.add_member(:passthrough_behavior, Shapes::ShapeRef.new(shape: PassthroughBehavior, location_name: "passthroughBehavior"))
1202
+ UpdateIntegrationResult.add_member(:request_parameters, Shapes::ShapeRef.new(shape: IntegrationParameters, location_name: "requestParameters"))
1203
+ UpdateIntegrationResult.add_member(:request_templates, Shapes::ShapeRef.new(shape: TemplateMap, location_name: "requestTemplates"))
1204
+ UpdateIntegrationResult.add_member(:template_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "templateSelectionExpression"))
1205
+ UpdateIntegrationResult.add_member(:timeout_in_millis, Shapes::ShapeRef.new(shape: IntegerWithLengthBetween50And29000, location_name: "timeoutInMillis"))
1206
+ UpdateIntegrationResult.struct_class = Types::UpdateIntegrationResult
1207
+
1208
+ UpdateModelInput.add_member(:content_type, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And256, location_name: "contentType"))
1209
+ UpdateModelInput.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
1210
+ UpdateModelInput.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "name"))
1211
+ UpdateModelInput.add_member(:schema, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And32K, location_name: "schema"))
1212
+ UpdateModelInput.struct_class = Types::UpdateModelInput
1213
+
1214
+ UpdateModelRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
1215
+ UpdateModelRequest.add_member(:content_type, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And256, location_name: "contentType"))
1216
+ UpdateModelRequest.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
1217
+ UpdateModelRequest.add_member(:model_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "modelId"))
1218
+ UpdateModelRequest.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "name"))
1219
+ UpdateModelRequest.add_member(:schema, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And32K, location_name: "schema"))
1220
+ UpdateModelRequest.struct_class = Types::UpdateModelRequest
1221
+
1222
+ UpdateModelResponse.add_member(:content_type, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And256, location_name: "contentType"))
1223
+ UpdateModelResponse.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
1224
+ UpdateModelResponse.add_member(:model_id, Shapes::ShapeRef.new(shape: Id, location_name: "modelId"))
1225
+ UpdateModelResponse.add_member(:name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "name"))
1226
+ UpdateModelResponse.add_member(:schema, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And32K, location_name: "schema"))
1227
+ UpdateModelResponse.struct_class = Types::UpdateModelResponse
1228
+
1229
+ UpdateRouteInput.add_member(:api_key_required, Shapes::ShapeRef.new(shape: __boolean, location_name: "apiKeyRequired"))
1230
+ UpdateRouteInput.add_member(:authorization_scopes, Shapes::ShapeRef.new(shape: AuthorizationScopes, location_name: "authorizationScopes"))
1231
+ UpdateRouteInput.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, location_name: "authorizationType"))
1232
+ UpdateRouteInput.add_member(:authorizer_id, Shapes::ShapeRef.new(shape: Id, location_name: "authorizerId"))
1233
+ UpdateRouteInput.add_member(:model_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "modelSelectionExpression"))
1234
+ UpdateRouteInput.add_member(:operation_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "operationName"))
1235
+ UpdateRouteInput.add_member(:request_models, Shapes::ShapeRef.new(shape: RouteModels, location_name: "requestModels"))
1236
+ UpdateRouteInput.add_member(:request_parameters, Shapes::ShapeRef.new(shape: RouteParameters, location_name: "requestParameters"))
1237
+ UpdateRouteInput.add_member(:route_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "routeKey"))
1238
+ UpdateRouteInput.add_member(:route_response_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "routeResponseSelectionExpression"))
1239
+ UpdateRouteInput.add_member(:target, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "target"))
1240
+ UpdateRouteInput.struct_class = Types::UpdateRouteInput
1241
+
1242
+ UpdateRouteRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
1243
+ UpdateRouteRequest.add_member(:api_key_required, Shapes::ShapeRef.new(shape: __boolean, location_name: "apiKeyRequired"))
1244
+ UpdateRouteRequest.add_member(:authorization_scopes, Shapes::ShapeRef.new(shape: AuthorizationScopes, location_name: "authorizationScopes"))
1245
+ UpdateRouteRequest.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, location_name: "authorizationType"))
1246
+ UpdateRouteRequest.add_member(:authorizer_id, Shapes::ShapeRef.new(shape: Id, location_name: "authorizerId"))
1247
+ UpdateRouteRequest.add_member(:model_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "modelSelectionExpression"))
1248
+ UpdateRouteRequest.add_member(:operation_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "operationName"))
1249
+ UpdateRouteRequest.add_member(:request_models, Shapes::ShapeRef.new(shape: RouteModels, location_name: "requestModels"))
1250
+ UpdateRouteRequest.add_member(:request_parameters, Shapes::ShapeRef.new(shape: RouteParameters, location_name: "requestParameters"))
1251
+ UpdateRouteRequest.add_member(:route_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "routeId"))
1252
+ UpdateRouteRequest.add_member(:route_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "routeKey"))
1253
+ UpdateRouteRequest.add_member(:route_response_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "routeResponseSelectionExpression"))
1254
+ UpdateRouteRequest.add_member(:target, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "target"))
1255
+ UpdateRouteRequest.struct_class = Types::UpdateRouteRequest
1256
+
1257
+ UpdateRouteResponseInput.add_member(:model_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "modelSelectionExpression"))
1258
+ UpdateRouteResponseInput.add_member(:response_models, Shapes::ShapeRef.new(shape: RouteModels, location_name: "responseModels"))
1259
+ UpdateRouteResponseInput.add_member(:response_parameters, Shapes::ShapeRef.new(shape: RouteParameters, location_name: "responseParameters"))
1260
+ UpdateRouteResponseInput.add_member(:route_response_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "routeResponseKey"))
1261
+ UpdateRouteResponseInput.struct_class = Types::UpdateRouteResponseInput
1262
+
1263
+ UpdateRouteResponseRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
1264
+ UpdateRouteResponseRequest.add_member(:model_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "modelSelectionExpression"))
1265
+ UpdateRouteResponseRequest.add_member(:response_models, Shapes::ShapeRef.new(shape: RouteModels, location_name: "responseModels"))
1266
+ UpdateRouteResponseRequest.add_member(:response_parameters, Shapes::ShapeRef.new(shape: RouteParameters, location_name: "responseParameters"))
1267
+ UpdateRouteResponseRequest.add_member(:route_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "routeId"))
1268
+ UpdateRouteResponseRequest.add_member(:route_response_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "routeResponseId"))
1269
+ UpdateRouteResponseRequest.add_member(:route_response_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "routeResponseKey"))
1270
+ UpdateRouteResponseRequest.struct_class = Types::UpdateRouteResponseRequest
1271
+
1272
+ UpdateRouteResponseResponse.add_member(:model_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "modelSelectionExpression"))
1273
+ UpdateRouteResponseResponse.add_member(:response_models, Shapes::ShapeRef.new(shape: RouteModels, location_name: "responseModels"))
1274
+ UpdateRouteResponseResponse.add_member(:response_parameters, Shapes::ShapeRef.new(shape: RouteParameters, location_name: "responseParameters"))
1275
+ UpdateRouteResponseResponse.add_member(:route_response_id, Shapes::ShapeRef.new(shape: Id, location_name: "routeResponseId"))
1276
+ UpdateRouteResponseResponse.add_member(:route_response_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "routeResponseKey"))
1277
+ UpdateRouteResponseResponse.struct_class = Types::UpdateRouteResponseResponse
1278
+
1279
+ UpdateRouteResult.add_member(:api_key_required, Shapes::ShapeRef.new(shape: __boolean, location_name: "apiKeyRequired"))
1280
+ UpdateRouteResult.add_member(:authorization_scopes, Shapes::ShapeRef.new(shape: AuthorizationScopes, location_name: "authorizationScopes"))
1281
+ UpdateRouteResult.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, location_name: "authorizationType"))
1282
+ UpdateRouteResult.add_member(:authorizer_id, Shapes::ShapeRef.new(shape: Id, location_name: "authorizerId"))
1283
+ UpdateRouteResult.add_member(:model_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "modelSelectionExpression"))
1284
+ UpdateRouteResult.add_member(:operation_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And64, location_name: "operationName"))
1285
+ UpdateRouteResult.add_member(:request_models, Shapes::ShapeRef.new(shape: RouteModels, location_name: "requestModels"))
1286
+ UpdateRouteResult.add_member(:request_parameters, Shapes::ShapeRef.new(shape: RouteParameters, location_name: "requestParameters"))
1287
+ UpdateRouteResult.add_member(:route_id, Shapes::ShapeRef.new(shape: Id, location_name: "routeId"))
1288
+ UpdateRouteResult.add_member(:route_key, Shapes::ShapeRef.new(shape: SelectionKey, location_name: "routeKey"))
1289
+ UpdateRouteResult.add_member(:route_response_selection_expression, Shapes::ShapeRef.new(shape: SelectionExpression, location_name: "routeResponseSelectionExpression"))
1290
+ UpdateRouteResult.add_member(:target, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "target"))
1291
+ UpdateRouteResult.struct_class = Types::UpdateRouteResult
1292
+
1293
+ UpdateStageInput.add_member(:access_log_settings, Shapes::ShapeRef.new(shape: AccessLogSettings, location_name: "accessLogSettings"))
1294
+ UpdateStageInput.add_member(:client_certificate_id, Shapes::ShapeRef.new(shape: Id, location_name: "clientCertificateId"))
1295
+ UpdateStageInput.add_member(:default_route_settings, Shapes::ShapeRef.new(shape: RouteSettings, location_name: "defaultRouteSettings"))
1296
+ UpdateStageInput.add_member(:deployment_id, Shapes::ShapeRef.new(shape: Id, location_name: "deploymentId"))
1297
+ UpdateStageInput.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
1298
+ UpdateStageInput.add_member(:route_settings, Shapes::ShapeRef.new(shape: RouteSettingsMap, location_name: "routeSettings"))
1299
+ UpdateStageInput.add_member(:stage_variables, Shapes::ShapeRef.new(shape: StageVariablesMap, location_name: "stageVariables"))
1300
+ UpdateStageInput.struct_class = Types::UpdateStageInput
1301
+
1302
+ UpdateStageRequest.add_member(:access_log_settings, Shapes::ShapeRef.new(shape: AccessLogSettings, location_name: "accessLogSettings"))
1303
+ UpdateStageRequest.add_member(:api_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "apiId"))
1304
+ UpdateStageRequest.add_member(:client_certificate_id, Shapes::ShapeRef.new(shape: Id, location_name: "clientCertificateId"))
1305
+ UpdateStageRequest.add_member(:default_route_settings, Shapes::ShapeRef.new(shape: RouteSettings, location_name: "defaultRouteSettings"))
1306
+ UpdateStageRequest.add_member(:deployment_id, Shapes::ShapeRef.new(shape: Id, location_name: "deploymentId"))
1307
+ UpdateStageRequest.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
1308
+ UpdateStageRequest.add_member(:route_settings, Shapes::ShapeRef.new(shape: RouteSettingsMap, location_name: "routeSettings"))
1309
+ UpdateStageRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "stageName"))
1310
+ UpdateStageRequest.add_member(:stage_variables, Shapes::ShapeRef.new(shape: StageVariablesMap, location_name: "stageVariables"))
1311
+ UpdateStageRequest.struct_class = Types::UpdateStageRequest
1312
+
1313
+ UpdateStageResponse.add_member(:access_log_settings, Shapes::ShapeRef.new(shape: AccessLogSettings, location_name: "accessLogSettings"))
1314
+ UpdateStageResponse.add_member(:client_certificate_id, Shapes::ShapeRef.new(shape: Id, location_name: "clientCertificateId"))
1315
+ UpdateStageResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "createdDate"))
1316
+ UpdateStageResponse.add_member(:default_route_settings, Shapes::ShapeRef.new(shape: RouteSettings, location_name: "defaultRouteSettings"))
1317
+ UpdateStageResponse.add_member(:deployment_id, Shapes::ShapeRef.new(shape: Id, location_name: "deploymentId"))
1318
+ UpdateStageResponse.add_member(:description, Shapes::ShapeRef.new(shape: StringWithLengthBetween0And1024, location_name: "description"))
1319
+ UpdateStageResponse.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastUpdatedDate"))
1320
+ UpdateStageResponse.add_member(:route_settings, Shapes::ShapeRef.new(shape: RouteSettingsMap, location_name: "routeSettings"))
1321
+ UpdateStageResponse.add_member(:stage_name, Shapes::ShapeRef.new(shape: StringWithLengthBetween1And128, location_name: "stageName"))
1322
+ UpdateStageResponse.add_member(:stage_variables, Shapes::ShapeRef.new(shape: StageVariablesMap, location_name: "stageVariables"))
1323
+ UpdateStageResponse.struct_class = Types::UpdateStageResponse
1324
+
1325
+ __listOfApi.member = Shapes::ShapeRef.new(shape: Api)
1326
+
1327
+ __listOfAuthorizer.member = Shapes::ShapeRef.new(shape: Authorizer)
1328
+
1329
+ __listOfDeployment.member = Shapes::ShapeRef.new(shape: Deployment)
1330
+
1331
+ __listOfDomainName.member = Shapes::ShapeRef.new(shape: DomainName)
1332
+
1333
+ __listOfIntegration.member = Shapes::ShapeRef.new(shape: Integration)
1334
+
1335
+ __listOfIntegrationResponse.member = Shapes::ShapeRef.new(shape: IntegrationResponse)
1336
+
1337
+ __listOfModel.member = Shapes::ShapeRef.new(shape: Model)
1338
+
1339
+ __listOfRoute.member = Shapes::ShapeRef.new(shape: Route)
1340
+
1341
+ __listOfRouteResponse.member = Shapes::ShapeRef.new(shape: RouteResponse)
1342
+
1343
+ __listOfStage.member = Shapes::ShapeRef.new(shape: Stage)
1344
+
1345
+ __listOf__string.member = Shapes::ShapeRef.new(shape: __string)
1346
+
1347
+
1348
+ # @api private
1349
+ API = Seahorse::Model::Api.new.tap do |api|
1350
+
1351
+ api.version = "2018-11-29"
1352
+
1353
+ api.metadata = {
1354
+ "apiVersion" => "2018-11-29",
1355
+ "endpointPrefix" => "apigateway",
1356
+ "jsonVersion" => "1.1",
1357
+ "protocol" => "rest-json",
1358
+ "serviceFullName" => "AmazonApiGatewayV2",
1359
+ "serviceId" => "ApiGatewayV2",
1360
+ "signatureVersion" => "v4",
1361
+ "signingName" => "apigateway",
1362
+ "uid" => "apigatewayv2-2018-11-29",
1363
+ }
1364
+
1365
+ api.add_operation(:create_api, Seahorse::Model::Operation.new.tap do |o|
1366
+ o.name = "CreateApi"
1367
+ o.http_method = "POST"
1368
+ o.http_request_uri = "/v2/apis"
1369
+ o.input = Shapes::ShapeRef.new(shape: CreateApiRequest)
1370
+ o.output = Shapes::ShapeRef.new(shape: CreateApiResponse)
1371
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1372
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1373
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1374
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1375
+ end)
1376
+
1377
+ api.add_operation(:create_api_mapping, Seahorse::Model::Operation.new.tap do |o|
1378
+ o.name = "CreateApiMapping"
1379
+ o.http_method = "POST"
1380
+ o.http_request_uri = "/v2/domainnames/{domainName}/apimappings"
1381
+ o.input = Shapes::ShapeRef.new(shape: CreateApiMappingRequest)
1382
+ o.output = Shapes::ShapeRef.new(shape: CreateApiMappingResponse)
1383
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1384
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1385
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1386
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1387
+ end)
1388
+
1389
+ api.add_operation(:create_authorizer, Seahorse::Model::Operation.new.tap do |o|
1390
+ o.name = "CreateAuthorizer"
1391
+ o.http_method = "POST"
1392
+ o.http_request_uri = "/v2/apis/{apiId}/authorizers"
1393
+ o.input = Shapes::ShapeRef.new(shape: CreateAuthorizerRequest)
1394
+ o.output = Shapes::ShapeRef.new(shape: CreateAuthorizerResponse)
1395
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1396
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1397
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1398
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1399
+ end)
1400
+
1401
+ api.add_operation(:create_deployment, Seahorse::Model::Operation.new.tap do |o|
1402
+ o.name = "CreateDeployment"
1403
+ o.http_method = "POST"
1404
+ o.http_request_uri = "/v2/apis/{apiId}/deployments"
1405
+ o.input = Shapes::ShapeRef.new(shape: CreateDeploymentRequest)
1406
+ o.output = Shapes::ShapeRef.new(shape: CreateDeploymentResponse)
1407
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1408
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1409
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1410
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1411
+ end)
1412
+
1413
+ api.add_operation(:create_domain_name, Seahorse::Model::Operation.new.tap do |o|
1414
+ o.name = "CreateDomainName"
1415
+ o.http_method = "POST"
1416
+ o.http_request_uri = "/v2/domainnames"
1417
+ o.input = Shapes::ShapeRef.new(shape: CreateDomainNameRequest)
1418
+ o.output = Shapes::ShapeRef.new(shape: CreateDomainNameResponse)
1419
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1420
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1421
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1422
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1423
+ end)
1424
+
1425
+ api.add_operation(:create_integration, Seahorse::Model::Operation.new.tap do |o|
1426
+ o.name = "CreateIntegration"
1427
+ o.http_method = "POST"
1428
+ o.http_request_uri = "/v2/apis/{apiId}/integrations"
1429
+ o.input = Shapes::ShapeRef.new(shape: CreateIntegrationRequest)
1430
+ o.output = Shapes::ShapeRef.new(shape: CreateIntegrationResult)
1431
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1432
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1433
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1434
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1435
+ end)
1436
+
1437
+ api.add_operation(:create_integration_response, Seahorse::Model::Operation.new.tap do |o|
1438
+ o.name = "CreateIntegrationResponse"
1439
+ o.http_method = "POST"
1440
+ o.http_request_uri = "/v2/apis/{apiId}/integrations/{integrationId}/integrationresponses"
1441
+ o.input = Shapes::ShapeRef.new(shape: CreateIntegrationResponseRequest)
1442
+ o.output = Shapes::ShapeRef.new(shape: CreateIntegrationResponseResponse)
1443
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1444
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1445
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1446
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1447
+ end)
1448
+
1449
+ api.add_operation(:create_model, Seahorse::Model::Operation.new.tap do |o|
1450
+ o.name = "CreateModel"
1451
+ o.http_method = "POST"
1452
+ o.http_request_uri = "/v2/apis/{apiId}/models"
1453
+ o.input = Shapes::ShapeRef.new(shape: CreateModelRequest)
1454
+ o.output = Shapes::ShapeRef.new(shape: CreateModelResponse)
1455
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1456
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1457
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1458
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1459
+ end)
1460
+
1461
+ api.add_operation(:create_route, Seahorse::Model::Operation.new.tap do |o|
1462
+ o.name = "CreateRoute"
1463
+ o.http_method = "POST"
1464
+ o.http_request_uri = "/v2/apis/{apiId}/routes"
1465
+ o.input = Shapes::ShapeRef.new(shape: CreateRouteRequest)
1466
+ o.output = Shapes::ShapeRef.new(shape: CreateRouteResult)
1467
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1468
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1469
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1470
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1471
+ end)
1472
+
1473
+ api.add_operation(:create_route_response, Seahorse::Model::Operation.new.tap do |o|
1474
+ o.name = "CreateRouteResponse"
1475
+ o.http_method = "POST"
1476
+ o.http_request_uri = "/v2/apis/{apiId}/routes/{routeId}/routeresponses"
1477
+ o.input = Shapes::ShapeRef.new(shape: CreateRouteResponseRequest)
1478
+ o.output = Shapes::ShapeRef.new(shape: CreateRouteResponseResponse)
1479
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1480
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1481
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1482
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1483
+ end)
1484
+
1485
+ api.add_operation(:create_stage, Seahorse::Model::Operation.new.tap do |o|
1486
+ o.name = "CreateStage"
1487
+ o.http_method = "POST"
1488
+ o.http_request_uri = "/v2/apis/{apiId}/stages"
1489
+ o.input = Shapes::ShapeRef.new(shape: CreateStageRequest)
1490
+ o.output = Shapes::ShapeRef.new(shape: CreateStageResponse)
1491
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1492
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1493
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1494
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1495
+ end)
1496
+
1497
+ api.add_operation(:delete_api, Seahorse::Model::Operation.new.tap do |o|
1498
+ o.name = "DeleteApi"
1499
+ o.http_method = "DELETE"
1500
+ o.http_request_uri = "/v2/apis/{apiId}"
1501
+ o.input = Shapes::ShapeRef.new(shape: DeleteApiRequest)
1502
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1503
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1504
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1505
+ end)
1506
+
1507
+ api.add_operation(:delete_api_mapping, Seahorse::Model::Operation.new.tap do |o|
1508
+ o.name = "DeleteApiMapping"
1509
+ o.http_method = "DELETE"
1510
+ o.http_request_uri = "/v2/domainnames/{domainName}/apimappings/{apiMappingId}"
1511
+ o.input = Shapes::ShapeRef.new(shape: DeleteApiMappingRequest)
1512
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1513
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1514
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1515
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1516
+ end)
1517
+
1518
+ api.add_operation(:delete_authorizer, Seahorse::Model::Operation.new.tap do |o|
1519
+ o.name = "DeleteAuthorizer"
1520
+ o.http_method = "DELETE"
1521
+ o.http_request_uri = "/v2/apis/{apiId}/authorizers/{authorizerId}"
1522
+ o.input = Shapes::ShapeRef.new(shape: DeleteAuthorizerRequest)
1523
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1524
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1525
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1526
+ end)
1527
+
1528
+ api.add_operation(:delete_deployment, Seahorse::Model::Operation.new.tap do |o|
1529
+ o.name = "DeleteDeployment"
1530
+ o.http_method = "DELETE"
1531
+ o.http_request_uri = "/v2/apis/{apiId}/deployments/{deploymentId}"
1532
+ o.input = Shapes::ShapeRef.new(shape: DeleteDeploymentRequest)
1533
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1534
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1535
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1536
+ end)
1537
+
1538
+ api.add_operation(:delete_domain_name, Seahorse::Model::Operation.new.tap do |o|
1539
+ o.name = "DeleteDomainName"
1540
+ o.http_method = "DELETE"
1541
+ o.http_request_uri = "/v2/domainnames/{domainName}"
1542
+ o.input = Shapes::ShapeRef.new(shape: DeleteDomainNameRequest)
1543
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1544
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1545
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1546
+ end)
1547
+
1548
+ api.add_operation(:delete_integration, Seahorse::Model::Operation.new.tap do |o|
1549
+ o.name = "DeleteIntegration"
1550
+ o.http_method = "DELETE"
1551
+ o.http_request_uri = "/v2/apis/{apiId}/integrations/{integrationId}"
1552
+ o.input = Shapes::ShapeRef.new(shape: DeleteIntegrationRequest)
1553
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1554
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1555
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1556
+ end)
1557
+
1558
+ api.add_operation(:delete_integration_response, Seahorse::Model::Operation.new.tap do |o|
1559
+ o.name = "DeleteIntegrationResponse"
1560
+ o.http_method = "DELETE"
1561
+ o.http_request_uri = "/v2/apis/{apiId}/integrations/{integrationId}/integrationresponses/{integrationResponseId}"
1562
+ o.input = Shapes::ShapeRef.new(shape: DeleteIntegrationResponseRequest)
1563
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1564
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1565
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1566
+ end)
1567
+
1568
+ api.add_operation(:delete_model, Seahorse::Model::Operation.new.tap do |o|
1569
+ o.name = "DeleteModel"
1570
+ o.http_method = "DELETE"
1571
+ o.http_request_uri = "/v2/apis/{apiId}/models/{modelId}"
1572
+ o.input = Shapes::ShapeRef.new(shape: DeleteModelRequest)
1573
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1574
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1575
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1576
+ end)
1577
+
1578
+ api.add_operation(:delete_route, Seahorse::Model::Operation.new.tap do |o|
1579
+ o.name = "DeleteRoute"
1580
+ o.http_method = "DELETE"
1581
+ o.http_request_uri = "/v2/apis/{apiId}/routes/{routeId}"
1582
+ o.input = Shapes::ShapeRef.new(shape: DeleteRouteRequest)
1583
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1584
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1585
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1586
+ end)
1587
+
1588
+ api.add_operation(:delete_route_response, Seahorse::Model::Operation.new.tap do |o|
1589
+ o.name = "DeleteRouteResponse"
1590
+ o.http_method = "DELETE"
1591
+ o.http_request_uri = "/v2/apis/{apiId}/routes/{routeId}/routeresponses/{routeResponseId}"
1592
+ o.input = Shapes::ShapeRef.new(shape: DeleteRouteResponseRequest)
1593
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1594
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1595
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1596
+ end)
1597
+
1598
+ api.add_operation(:delete_stage, Seahorse::Model::Operation.new.tap do |o|
1599
+ o.name = "DeleteStage"
1600
+ o.http_method = "DELETE"
1601
+ o.http_request_uri = "/v2/apis/{apiId}/stages/{stageName}"
1602
+ o.input = Shapes::ShapeRef.new(shape: DeleteStageRequest)
1603
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1604
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1605
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1606
+ end)
1607
+
1608
+ api.add_operation(:get_api, Seahorse::Model::Operation.new.tap do |o|
1609
+ o.name = "GetApi"
1610
+ o.http_method = "GET"
1611
+ o.http_request_uri = "/v2/apis/{apiId}"
1612
+ o.input = Shapes::ShapeRef.new(shape: GetApiRequest)
1613
+ o.output = Shapes::ShapeRef.new(shape: GetApiResponse)
1614
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1615
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1616
+ end)
1617
+
1618
+ api.add_operation(:get_api_mapping, Seahorse::Model::Operation.new.tap do |o|
1619
+ o.name = "GetApiMapping"
1620
+ o.http_method = "GET"
1621
+ o.http_request_uri = "/v2/domainnames/{domainName}/apimappings/{apiMappingId}"
1622
+ o.input = Shapes::ShapeRef.new(shape: GetApiMappingRequest)
1623
+ o.output = Shapes::ShapeRef.new(shape: GetApiMappingResponse)
1624
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1625
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1626
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1627
+ end)
1628
+
1629
+ api.add_operation(:get_api_mappings, Seahorse::Model::Operation.new.tap do |o|
1630
+ o.name = "GetApiMappings"
1631
+ o.http_method = "GET"
1632
+ o.http_request_uri = "/v2/domainnames/{domainName}/apimappings"
1633
+ o.input = Shapes::ShapeRef.new(shape: GetApiMappingsRequest)
1634
+ o.output = Shapes::ShapeRef.new(shape: GetApiMappingsResponse)
1635
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1636
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1637
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1638
+ end)
1639
+
1640
+ api.add_operation(:get_apis, Seahorse::Model::Operation.new.tap do |o|
1641
+ o.name = "GetApis"
1642
+ o.http_method = "GET"
1643
+ o.http_request_uri = "/v2/apis"
1644
+ o.input = Shapes::ShapeRef.new(shape: GetApisRequest)
1645
+ o.output = Shapes::ShapeRef.new(shape: GetApisResponse)
1646
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1647
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1648
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1649
+ end)
1650
+
1651
+ api.add_operation(:get_authorizer, Seahorse::Model::Operation.new.tap do |o|
1652
+ o.name = "GetAuthorizer"
1653
+ o.http_method = "GET"
1654
+ o.http_request_uri = "/v2/apis/{apiId}/authorizers/{authorizerId}"
1655
+ o.input = Shapes::ShapeRef.new(shape: GetAuthorizerRequest)
1656
+ o.output = Shapes::ShapeRef.new(shape: GetAuthorizerResponse)
1657
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1658
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1659
+ end)
1660
+
1661
+ api.add_operation(:get_authorizers, Seahorse::Model::Operation.new.tap do |o|
1662
+ o.name = "GetAuthorizers"
1663
+ o.http_method = "GET"
1664
+ o.http_request_uri = "/v2/apis/{apiId}/authorizers"
1665
+ o.input = Shapes::ShapeRef.new(shape: GetAuthorizersRequest)
1666
+ o.output = Shapes::ShapeRef.new(shape: GetAuthorizersResponse)
1667
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1668
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1669
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1670
+ end)
1671
+
1672
+ api.add_operation(:get_deployment, Seahorse::Model::Operation.new.tap do |o|
1673
+ o.name = "GetDeployment"
1674
+ o.http_method = "GET"
1675
+ o.http_request_uri = "/v2/apis/{apiId}/deployments/{deploymentId}"
1676
+ o.input = Shapes::ShapeRef.new(shape: GetDeploymentRequest)
1677
+ o.output = Shapes::ShapeRef.new(shape: GetDeploymentResponse)
1678
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1679
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1680
+ end)
1681
+
1682
+ api.add_operation(:get_deployments, Seahorse::Model::Operation.new.tap do |o|
1683
+ o.name = "GetDeployments"
1684
+ o.http_method = "GET"
1685
+ o.http_request_uri = "/v2/apis/{apiId}/deployments"
1686
+ o.input = Shapes::ShapeRef.new(shape: GetDeploymentsRequest)
1687
+ o.output = Shapes::ShapeRef.new(shape: GetDeploymentsResponse)
1688
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1689
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1690
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1691
+ end)
1692
+
1693
+ api.add_operation(:get_domain_name, Seahorse::Model::Operation.new.tap do |o|
1694
+ o.name = "GetDomainName"
1695
+ o.http_method = "GET"
1696
+ o.http_request_uri = "/v2/domainnames/{domainName}"
1697
+ o.input = Shapes::ShapeRef.new(shape: GetDomainNameRequest)
1698
+ o.output = Shapes::ShapeRef.new(shape: GetDomainNameResponse)
1699
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1700
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1701
+ end)
1702
+
1703
+ api.add_operation(:get_domain_names, Seahorse::Model::Operation.new.tap do |o|
1704
+ o.name = "GetDomainNames"
1705
+ o.http_method = "GET"
1706
+ o.http_request_uri = "/v2/domainnames"
1707
+ o.input = Shapes::ShapeRef.new(shape: GetDomainNamesRequest)
1708
+ o.output = Shapes::ShapeRef.new(shape: GetDomainNamesResponse)
1709
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1710
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1711
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1712
+ end)
1713
+
1714
+ api.add_operation(:get_integration, Seahorse::Model::Operation.new.tap do |o|
1715
+ o.name = "GetIntegration"
1716
+ o.http_method = "GET"
1717
+ o.http_request_uri = "/v2/apis/{apiId}/integrations/{integrationId}"
1718
+ o.input = Shapes::ShapeRef.new(shape: GetIntegrationRequest)
1719
+ o.output = Shapes::ShapeRef.new(shape: GetIntegrationResult)
1720
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1721
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1722
+ end)
1723
+
1724
+ api.add_operation(:get_integration_response, Seahorse::Model::Operation.new.tap do |o|
1725
+ o.name = "GetIntegrationResponse"
1726
+ o.http_method = "GET"
1727
+ o.http_request_uri = "/v2/apis/{apiId}/integrations/{integrationId}/integrationresponses/{integrationResponseId}"
1728
+ o.input = Shapes::ShapeRef.new(shape: GetIntegrationResponseRequest)
1729
+ o.output = Shapes::ShapeRef.new(shape: GetIntegrationResponseResponse)
1730
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1731
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1732
+ end)
1733
+
1734
+ api.add_operation(:get_integration_responses, Seahorse::Model::Operation.new.tap do |o|
1735
+ o.name = "GetIntegrationResponses"
1736
+ o.http_method = "GET"
1737
+ o.http_request_uri = "/v2/apis/{apiId}/integrations/{integrationId}/integrationresponses"
1738
+ o.input = Shapes::ShapeRef.new(shape: GetIntegrationResponsesRequest)
1739
+ o.output = Shapes::ShapeRef.new(shape: GetIntegrationResponsesResponse)
1740
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1741
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1742
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1743
+ end)
1744
+
1745
+ api.add_operation(:get_integrations, Seahorse::Model::Operation.new.tap do |o|
1746
+ o.name = "GetIntegrations"
1747
+ o.http_method = "GET"
1748
+ o.http_request_uri = "/v2/apis/{apiId}/integrations"
1749
+ o.input = Shapes::ShapeRef.new(shape: GetIntegrationsRequest)
1750
+ o.output = Shapes::ShapeRef.new(shape: GetIntegrationsResponse)
1751
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1752
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1753
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1754
+ end)
1755
+
1756
+ api.add_operation(:get_model, Seahorse::Model::Operation.new.tap do |o|
1757
+ o.name = "GetModel"
1758
+ o.http_method = "GET"
1759
+ o.http_request_uri = "/v2/apis/{apiId}/models/{modelId}"
1760
+ o.input = Shapes::ShapeRef.new(shape: GetModelRequest)
1761
+ o.output = Shapes::ShapeRef.new(shape: GetModelResponse)
1762
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1763
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1764
+ end)
1765
+
1766
+ api.add_operation(:get_model_template, Seahorse::Model::Operation.new.tap do |o|
1767
+ o.name = "GetModelTemplate"
1768
+ o.http_method = "GET"
1769
+ o.http_request_uri = "/v2/apis/{apiId}/models/{modelId}/template"
1770
+ o.input = Shapes::ShapeRef.new(shape: GetModelTemplateRequest)
1771
+ o.output = Shapes::ShapeRef.new(shape: GetModelTemplateResponse)
1772
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1773
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1774
+ end)
1775
+
1776
+ api.add_operation(:get_models, Seahorse::Model::Operation.new.tap do |o|
1777
+ o.name = "GetModels"
1778
+ o.http_method = "GET"
1779
+ o.http_request_uri = "/v2/apis/{apiId}/models"
1780
+ o.input = Shapes::ShapeRef.new(shape: GetModelsRequest)
1781
+ o.output = Shapes::ShapeRef.new(shape: GetModelsResponse)
1782
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1783
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1784
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1785
+ end)
1786
+
1787
+ api.add_operation(:get_route, Seahorse::Model::Operation.new.tap do |o|
1788
+ o.name = "GetRoute"
1789
+ o.http_method = "GET"
1790
+ o.http_request_uri = "/v2/apis/{apiId}/routes/{routeId}"
1791
+ o.input = Shapes::ShapeRef.new(shape: GetRouteRequest)
1792
+ o.output = Shapes::ShapeRef.new(shape: GetRouteResult)
1793
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1794
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1795
+ end)
1796
+
1797
+ api.add_operation(:get_route_response, Seahorse::Model::Operation.new.tap do |o|
1798
+ o.name = "GetRouteResponse"
1799
+ o.http_method = "GET"
1800
+ o.http_request_uri = "/v2/apis/{apiId}/routes/{routeId}/routeresponses/{routeResponseId}"
1801
+ o.input = Shapes::ShapeRef.new(shape: GetRouteResponseRequest)
1802
+ o.output = Shapes::ShapeRef.new(shape: GetRouteResponseResponse)
1803
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1804
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1805
+ end)
1806
+
1807
+ api.add_operation(:get_route_responses, Seahorse::Model::Operation.new.tap do |o|
1808
+ o.name = "GetRouteResponses"
1809
+ o.http_method = "GET"
1810
+ o.http_request_uri = "/v2/apis/{apiId}/routes/{routeId}/routeresponses"
1811
+ o.input = Shapes::ShapeRef.new(shape: GetRouteResponsesRequest)
1812
+ o.output = Shapes::ShapeRef.new(shape: GetRouteResponsesResponse)
1813
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1814
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1815
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1816
+ end)
1817
+
1818
+ api.add_operation(:get_routes, Seahorse::Model::Operation.new.tap do |o|
1819
+ o.name = "GetRoutes"
1820
+ o.http_method = "GET"
1821
+ o.http_request_uri = "/v2/apis/{apiId}/routes"
1822
+ o.input = Shapes::ShapeRef.new(shape: GetRoutesRequest)
1823
+ o.output = Shapes::ShapeRef.new(shape: GetRoutesResponse)
1824
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1825
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1826
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1827
+ end)
1828
+
1829
+ api.add_operation(:get_stage, Seahorse::Model::Operation.new.tap do |o|
1830
+ o.name = "GetStage"
1831
+ o.http_method = "GET"
1832
+ o.http_request_uri = "/v2/apis/{apiId}/stages/{stageName}"
1833
+ o.input = Shapes::ShapeRef.new(shape: GetStageRequest)
1834
+ o.output = Shapes::ShapeRef.new(shape: GetStageResponse)
1835
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1836
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1837
+ end)
1838
+
1839
+ api.add_operation(:get_stages, Seahorse::Model::Operation.new.tap do |o|
1840
+ o.name = "GetStages"
1841
+ o.http_method = "GET"
1842
+ o.http_request_uri = "/v2/apis/{apiId}/stages"
1843
+ o.input = Shapes::ShapeRef.new(shape: GetStagesRequest)
1844
+ o.output = Shapes::ShapeRef.new(shape: GetStagesResponse)
1845
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1846
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1847
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1848
+ end)
1849
+
1850
+ api.add_operation(:update_api, Seahorse::Model::Operation.new.tap do |o|
1851
+ o.name = "UpdateApi"
1852
+ o.http_method = "PATCH"
1853
+ o.http_request_uri = "/v2/apis/{apiId}"
1854
+ o.input = Shapes::ShapeRef.new(shape: UpdateApiRequest)
1855
+ o.output = Shapes::ShapeRef.new(shape: UpdateApiResponse)
1856
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1857
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1858
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1859
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1860
+ end)
1861
+
1862
+ api.add_operation(:update_api_mapping, Seahorse::Model::Operation.new.tap do |o|
1863
+ o.name = "UpdateApiMapping"
1864
+ o.http_method = "PATCH"
1865
+ o.http_request_uri = "/v2/domainnames/{domainName}/apimappings/{apiMappingId}"
1866
+ o.input = Shapes::ShapeRef.new(shape: UpdateApiMappingRequest)
1867
+ o.output = Shapes::ShapeRef.new(shape: UpdateApiMappingResponse)
1868
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1869
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1870
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1871
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1872
+ end)
1873
+
1874
+ api.add_operation(:update_authorizer, Seahorse::Model::Operation.new.tap do |o|
1875
+ o.name = "UpdateAuthorizer"
1876
+ o.http_method = "PATCH"
1877
+ o.http_request_uri = "/v2/apis/{apiId}/authorizers/{authorizerId}"
1878
+ o.input = Shapes::ShapeRef.new(shape: UpdateAuthorizerRequest)
1879
+ o.output = Shapes::ShapeRef.new(shape: UpdateAuthorizerResponse)
1880
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1881
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1882
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1883
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1884
+ end)
1885
+
1886
+ api.add_operation(:update_deployment, Seahorse::Model::Operation.new.tap do |o|
1887
+ o.name = "UpdateDeployment"
1888
+ o.http_method = "PATCH"
1889
+ o.http_request_uri = "/v2/apis/{apiId}/deployments/{deploymentId}"
1890
+ o.input = Shapes::ShapeRef.new(shape: UpdateDeploymentRequest)
1891
+ o.output = Shapes::ShapeRef.new(shape: UpdateDeploymentResponse)
1892
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1893
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1894
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1895
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1896
+ end)
1897
+
1898
+ api.add_operation(:update_domain_name, Seahorse::Model::Operation.new.tap do |o|
1899
+ o.name = "UpdateDomainName"
1900
+ o.http_method = "PATCH"
1901
+ o.http_request_uri = "/v2/domainnames/{domainName}"
1902
+ o.input = Shapes::ShapeRef.new(shape: UpdateDomainNameRequest)
1903
+ o.output = Shapes::ShapeRef.new(shape: UpdateDomainNameResponse)
1904
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1905
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1906
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1907
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1908
+ end)
1909
+
1910
+ api.add_operation(:update_integration, Seahorse::Model::Operation.new.tap do |o|
1911
+ o.name = "UpdateIntegration"
1912
+ o.http_method = "PATCH"
1913
+ o.http_request_uri = "/v2/apis/{apiId}/integrations/{integrationId}"
1914
+ o.input = Shapes::ShapeRef.new(shape: UpdateIntegrationRequest)
1915
+ o.output = Shapes::ShapeRef.new(shape: UpdateIntegrationResult)
1916
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1917
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1918
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1919
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1920
+ end)
1921
+
1922
+ api.add_operation(:update_integration_response, Seahorse::Model::Operation.new.tap do |o|
1923
+ o.name = "UpdateIntegrationResponse"
1924
+ o.http_method = "PATCH"
1925
+ o.http_request_uri = "/v2/apis/{apiId}/integrations/{integrationId}/integrationresponses/{integrationResponseId}"
1926
+ o.input = Shapes::ShapeRef.new(shape: UpdateIntegrationResponseRequest)
1927
+ o.output = Shapes::ShapeRef.new(shape: UpdateIntegrationResponseResponse)
1928
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1929
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1930
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1931
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1932
+ end)
1933
+
1934
+ api.add_operation(:update_model, Seahorse::Model::Operation.new.tap do |o|
1935
+ o.name = "UpdateModel"
1936
+ o.http_method = "PATCH"
1937
+ o.http_request_uri = "/v2/apis/{apiId}/models/{modelId}"
1938
+ o.input = Shapes::ShapeRef.new(shape: UpdateModelRequest)
1939
+ o.output = Shapes::ShapeRef.new(shape: UpdateModelResponse)
1940
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1941
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1942
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1943
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1944
+ end)
1945
+
1946
+ api.add_operation(:update_route, Seahorse::Model::Operation.new.tap do |o|
1947
+ o.name = "UpdateRoute"
1948
+ o.http_method = "PATCH"
1949
+ o.http_request_uri = "/v2/apis/{apiId}/routes/{routeId}"
1950
+ o.input = Shapes::ShapeRef.new(shape: UpdateRouteRequest)
1951
+ o.output = Shapes::ShapeRef.new(shape: UpdateRouteResult)
1952
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1953
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1954
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1955
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1956
+ end)
1957
+
1958
+ api.add_operation(:update_route_response, Seahorse::Model::Operation.new.tap do |o|
1959
+ o.name = "UpdateRouteResponse"
1960
+ o.http_method = "PATCH"
1961
+ o.http_request_uri = "/v2/apis/{apiId}/routes/{routeId}/routeresponses/{routeResponseId}"
1962
+ o.input = Shapes::ShapeRef.new(shape: UpdateRouteResponseRequest)
1963
+ o.output = Shapes::ShapeRef.new(shape: UpdateRouteResponseResponse)
1964
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1965
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1966
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1967
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1968
+ end)
1969
+
1970
+ api.add_operation(:update_stage, Seahorse::Model::Operation.new.tap do |o|
1971
+ o.name = "UpdateStage"
1972
+ o.http_method = "PATCH"
1973
+ o.http_request_uri = "/v2/apis/{apiId}/stages/{stageName}"
1974
+ o.input = Shapes::ShapeRef.new(shape: UpdateStageRequest)
1975
+ o.output = Shapes::ShapeRef.new(shape: UpdateStageResponse)
1976
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1977
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1978
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1979
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1980
+ end)
1981
+
1982
+ api.add_authorizer(:authorization_strategy, Seahorse::Model::Authorizer.new.tap do |a|
1983
+ a.name = "authorization_strategy"
1984
+ a.type = "provided"
1985
+ a.placement = {
1986
+ :location => "header",
1987
+ :name => "Authorization"
1988
+ }
1989
+ end)
1990
+ end
1991
+
1992
+ end
1993
+ end