aws-sdk-appmesh 1.30.0 → 1.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +194 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-appmesh.rb +2 -2
- data/lib/aws-sdk-appmesh/client.rb +633 -203
- data/lib/aws-sdk-appmesh/client_api.rb +250 -122
- data/lib/aws-sdk-appmesh/errors.rb +32 -16
- data/lib/aws-sdk-appmesh/resource.rb +1 -1
- data/lib/aws-sdk-appmesh/types.rb +7025 -5327
- metadata +8 -5
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
|
4
4
|
#
|
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
7
7
|
#
|
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
|
9
9
|
|
|
@@ -30,6 +30,7 @@ module Aws::AppMesh
|
|
|
30
30
|
CertificateAuthorityArns = Shapes::ListShape.new(name: 'CertificateAuthorityArns')
|
|
31
31
|
ClientPolicy = Shapes::StructureShape.new(name: 'ClientPolicy')
|
|
32
32
|
ClientPolicyTls = Shapes::StructureShape.new(name: 'ClientPolicyTls')
|
|
33
|
+
ClientTlsCertificate = Shapes::StructureShape.new(name: 'ClientTlsCertificate')
|
|
33
34
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
34
35
|
CreateGatewayRouteInput = Shapes::StructureShape.new(name: 'CreateGatewayRouteInput')
|
|
35
36
|
CreateGatewayRouteOutput = Shapes::StructureShape.new(name: 'CreateGatewayRouteOutput')
|
|
@@ -157,10 +158,16 @@ module Aws::AppMesh
|
|
|
157
158
|
ListenerTlsCertificate = Shapes::StructureShape.new(name: 'ListenerTlsCertificate')
|
|
158
159
|
ListenerTlsFileCertificate = Shapes::StructureShape.new(name: 'ListenerTlsFileCertificate')
|
|
159
160
|
ListenerTlsMode = Shapes::StringShape.new(name: 'ListenerTlsMode')
|
|
161
|
+
ListenerTlsSdsCertificate = Shapes::StructureShape.new(name: 'ListenerTlsSdsCertificate')
|
|
162
|
+
ListenerTlsValidationContext = Shapes::StructureShape.new(name: 'ListenerTlsValidationContext')
|
|
163
|
+
ListenerTlsValidationContextTrust = Shapes::StructureShape.new(name: 'ListenerTlsValidationContextTrust')
|
|
160
164
|
Listeners = Shapes::ListShape.new(name: 'Listeners')
|
|
161
165
|
Logging = Shapes::StructureShape.new(name: 'Logging')
|
|
162
166
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
163
167
|
MatchRange = Shapes::StructureShape.new(name: 'MatchRange')
|
|
168
|
+
MaxConnections = Shapes::IntegerShape.new(name: 'MaxConnections')
|
|
169
|
+
MaxPendingRequests = Shapes::IntegerShape.new(name: 'MaxPendingRequests')
|
|
170
|
+
MaxRequests = Shapes::IntegerShape.new(name: 'MaxRequests')
|
|
164
171
|
MaxRetries = Shapes::IntegerShape.new(name: 'MaxRetries')
|
|
165
172
|
MeshData = Shapes::StructureShape.new(name: 'MeshData')
|
|
166
173
|
MeshList = Shapes::ListShape.new(name: 'MeshList')
|
|
@@ -170,6 +177,9 @@ module Aws::AppMesh
|
|
|
170
177
|
MeshStatusCode = Shapes::StringShape.new(name: 'MeshStatusCode')
|
|
171
178
|
MethodName = Shapes::StringShape.new(name: 'MethodName')
|
|
172
179
|
NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
|
|
180
|
+
OutlierDetection = Shapes::StructureShape.new(name: 'OutlierDetection')
|
|
181
|
+
OutlierDetectionMaxEjectionPercent = Shapes::IntegerShape.new(name: 'OutlierDetectionMaxEjectionPercent')
|
|
182
|
+
OutlierDetectionMaxServerErrors = Shapes::IntegerShape.new(name: 'OutlierDetectionMaxServerErrors')
|
|
173
183
|
PercentInt = Shapes::IntegerShape.new(name: 'PercentInt')
|
|
174
184
|
PortMapping = Shapes::StructureShape.new(name: 'PortMapping')
|
|
175
185
|
PortNumber = Shapes::IntegerShape.new(name: 'PortNumber')
|
|
@@ -185,10 +195,15 @@ module Aws::AppMesh
|
|
|
185
195
|
RouteSpec = Shapes::StructureShape.new(name: 'RouteSpec')
|
|
186
196
|
RouteStatus = Shapes::StructureShape.new(name: 'RouteStatus')
|
|
187
197
|
RouteStatusCode = Shapes::StringShape.new(name: 'RouteStatusCode')
|
|
198
|
+
SdsSecretName = Shapes::StringShape.new(name: 'SdsSecretName')
|
|
188
199
|
ServiceDiscovery = Shapes::StructureShape.new(name: 'ServiceDiscovery')
|
|
189
200
|
ServiceName = Shapes::StringShape.new(name: 'ServiceName')
|
|
190
201
|
ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
|
|
191
202
|
String = Shapes::StringShape.new(name: 'String')
|
|
203
|
+
SubjectAlternativeName = Shapes::StringShape.new(name: 'SubjectAlternativeName')
|
|
204
|
+
SubjectAlternativeNameList = Shapes::ListShape.new(name: 'SubjectAlternativeNameList')
|
|
205
|
+
SubjectAlternativeNameMatchers = Shapes::StructureShape.new(name: 'SubjectAlternativeNameMatchers')
|
|
206
|
+
SubjectAlternativeNames = Shapes::StructureShape.new(name: 'SubjectAlternativeNames')
|
|
192
207
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
193
208
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
|
194
209
|
TagList = Shapes::ListShape.new(name: 'TagList')
|
|
@@ -206,6 +221,7 @@ module Aws::AppMesh
|
|
|
206
221
|
TlsValidationContext = Shapes::StructureShape.new(name: 'TlsValidationContext')
|
|
207
222
|
TlsValidationContextAcmTrust = Shapes::StructureShape.new(name: 'TlsValidationContextAcmTrust')
|
|
208
223
|
TlsValidationContextFileTrust = Shapes::StructureShape.new(name: 'TlsValidationContextFileTrust')
|
|
224
|
+
TlsValidationContextSdsTrust = Shapes::StructureShape.new(name: 'TlsValidationContextSdsTrust')
|
|
209
225
|
TlsValidationContextTrust = Shapes::StructureShape.new(name: 'TlsValidationContextTrust')
|
|
210
226
|
TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
|
|
211
227
|
TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
|
|
@@ -230,12 +246,17 @@ module Aws::AppMesh
|
|
|
230
246
|
VirtualGatewayCertificateAuthorityArns = Shapes::ListShape.new(name: 'VirtualGatewayCertificateAuthorityArns')
|
|
231
247
|
VirtualGatewayClientPolicy = Shapes::StructureShape.new(name: 'VirtualGatewayClientPolicy')
|
|
232
248
|
VirtualGatewayClientPolicyTls = Shapes::StructureShape.new(name: 'VirtualGatewayClientPolicyTls')
|
|
249
|
+
VirtualGatewayClientTlsCertificate = Shapes::StructureShape.new(name: 'VirtualGatewayClientTlsCertificate')
|
|
250
|
+
VirtualGatewayConnectionPool = Shapes::StructureShape.new(name: 'VirtualGatewayConnectionPool')
|
|
233
251
|
VirtualGatewayData = Shapes::StructureShape.new(name: 'VirtualGatewayData')
|
|
234
252
|
VirtualGatewayFileAccessLog = Shapes::StructureShape.new(name: 'VirtualGatewayFileAccessLog')
|
|
253
|
+
VirtualGatewayGrpcConnectionPool = Shapes::StructureShape.new(name: 'VirtualGatewayGrpcConnectionPool')
|
|
235
254
|
VirtualGatewayHealthCheckIntervalMillis = Shapes::IntegerShape.new(name: 'VirtualGatewayHealthCheckIntervalMillis')
|
|
236
255
|
VirtualGatewayHealthCheckPolicy = Shapes::StructureShape.new(name: 'VirtualGatewayHealthCheckPolicy')
|
|
237
256
|
VirtualGatewayHealthCheckThreshold = Shapes::IntegerShape.new(name: 'VirtualGatewayHealthCheckThreshold')
|
|
238
257
|
VirtualGatewayHealthCheckTimeoutMillis = Shapes::IntegerShape.new(name: 'VirtualGatewayHealthCheckTimeoutMillis')
|
|
258
|
+
VirtualGatewayHttp2ConnectionPool = Shapes::StructureShape.new(name: 'VirtualGatewayHttp2ConnectionPool')
|
|
259
|
+
VirtualGatewayHttpConnectionPool = Shapes::StructureShape.new(name: 'VirtualGatewayHttpConnectionPool')
|
|
239
260
|
VirtualGatewayList = Shapes::ListShape.new(name: 'VirtualGatewayList')
|
|
240
261
|
VirtualGatewayListener = Shapes::StructureShape.new(name: 'VirtualGatewayListener')
|
|
241
262
|
VirtualGatewayListenerTls = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTls')
|
|
@@ -243,25 +264,35 @@ module Aws::AppMesh
|
|
|
243
264
|
VirtualGatewayListenerTlsCertificate = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTlsCertificate')
|
|
244
265
|
VirtualGatewayListenerTlsFileCertificate = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTlsFileCertificate')
|
|
245
266
|
VirtualGatewayListenerTlsMode = Shapes::StringShape.new(name: 'VirtualGatewayListenerTlsMode')
|
|
267
|
+
VirtualGatewayListenerTlsSdsCertificate = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTlsSdsCertificate')
|
|
268
|
+
VirtualGatewayListenerTlsValidationContext = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTlsValidationContext')
|
|
269
|
+
VirtualGatewayListenerTlsValidationContextTrust = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTlsValidationContextTrust')
|
|
246
270
|
VirtualGatewayListeners = Shapes::ListShape.new(name: 'VirtualGatewayListeners')
|
|
247
271
|
VirtualGatewayLogging = Shapes::StructureShape.new(name: 'VirtualGatewayLogging')
|
|
248
272
|
VirtualGatewayPortMapping = Shapes::StructureShape.new(name: 'VirtualGatewayPortMapping')
|
|
249
273
|
VirtualGatewayPortProtocol = Shapes::StringShape.new(name: 'VirtualGatewayPortProtocol')
|
|
250
274
|
VirtualGatewayRef = Shapes::StructureShape.new(name: 'VirtualGatewayRef')
|
|
275
|
+
VirtualGatewaySdsSecretName = Shapes::StringShape.new(name: 'VirtualGatewaySdsSecretName')
|
|
251
276
|
VirtualGatewaySpec = Shapes::StructureShape.new(name: 'VirtualGatewaySpec')
|
|
252
277
|
VirtualGatewayStatus = Shapes::StructureShape.new(name: 'VirtualGatewayStatus')
|
|
253
278
|
VirtualGatewayStatusCode = Shapes::StringShape.new(name: 'VirtualGatewayStatusCode')
|
|
254
279
|
VirtualGatewayTlsValidationContext = Shapes::StructureShape.new(name: 'VirtualGatewayTlsValidationContext')
|
|
255
280
|
VirtualGatewayTlsValidationContextAcmTrust = Shapes::StructureShape.new(name: 'VirtualGatewayTlsValidationContextAcmTrust')
|
|
256
281
|
VirtualGatewayTlsValidationContextFileTrust = Shapes::StructureShape.new(name: 'VirtualGatewayTlsValidationContextFileTrust')
|
|
282
|
+
VirtualGatewayTlsValidationContextSdsTrust = Shapes::StructureShape.new(name: 'VirtualGatewayTlsValidationContextSdsTrust')
|
|
257
283
|
VirtualGatewayTlsValidationContextTrust = Shapes::StructureShape.new(name: 'VirtualGatewayTlsValidationContextTrust')
|
|
284
|
+
VirtualNodeConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeConnectionPool')
|
|
258
285
|
VirtualNodeData = Shapes::StructureShape.new(name: 'VirtualNodeData')
|
|
286
|
+
VirtualNodeGrpcConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeGrpcConnectionPool')
|
|
287
|
+
VirtualNodeHttp2ConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeHttp2ConnectionPool')
|
|
288
|
+
VirtualNodeHttpConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeHttpConnectionPool')
|
|
259
289
|
VirtualNodeList = Shapes::ListShape.new(name: 'VirtualNodeList')
|
|
260
290
|
VirtualNodeRef = Shapes::StructureShape.new(name: 'VirtualNodeRef')
|
|
261
291
|
VirtualNodeServiceProvider = Shapes::StructureShape.new(name: 'VirtualNodeServiceProvider')
|
|
262
292
|
VirtualNodeSpec = Shapes::StructureShape.new(name: 'VirtualNodeSpec')
|
|
263
293
|
VirtualNodeStatus = Shapes::StructureShape.new(name: 'VirtualNodeStatus')
|
|
264
294
|
VirtualNodeStatusCode = Shapes::StringShape.new(name: 'VirtualNodeStatusCode')
|
|
295
|
+
VirtualNodeTcpConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeTcpConnectionPool')
|
|
265
296
|
VirtualRouterData = Shapes::StructureShape.new(name: 'VirtualRouterData')
|
|
266
297
|
VirtualRouterList = Shapes::ListShape.new(name: 'VirtualRouterList')
|
|
267
298
|
VirtualRouterListener = Shapes::StructureShape.new(name: 'VirtualRouterListener')
|
|
@@ -312,11 +343,16 @@ module Aws::AppMesh
|
|
|
312
343
|
ClientPolicy.add_member(:tls, Shapes::ShapeRef.new(shape: ClientPolicyTls, location_name: "tls"))
|
|
313
344
|
ClientPolicy.struct_class = Types::ClientPolicy
|
|
314
345
|
|
|
346
|
+
ClientPolicyTls.add_member(:certificate, Shapes::ShapeRef.new(shape: ClientTlsCertificate, location_name: "certificate"))
|
|
315
347
|
ClientPolicyTls.add_member(:enforce, Shapes::ShapeRef.new(shape: Boolean, location_name: "enforce", metadata: {"box"=>true}))
|
|
316
348
|
ClientPolicyTls.add_member(:ports, Shapes::ShapeRef.new(shape: PortSet, location_name: "ports"))
|
|
317
349
|
ClientPolicyTls.add_member(:validation, Shapes::ShapeRef.new(shape: TlsValidationContext, required: true, location_name: "validation"))
|
|
318
350
|
ClientPolicyTls.struct_class = Types::ClientPolicyTls
|
|
319
351
|
|
|
352
|
+
ClientTlsCertificate.add_member(:file, Shapes::ShapeRef.new(shape: ListenerTlsFileCertificate, location_name: "file"))
|
|
353
|
+
ClientTlsCertificate.add_member(:sds, Shapes::ShapeRef.new(shape: ListenerTlsSdsCertificate, location_name: "sds"))
|
|
354
|
+
ClientTlsCertificate.struct_class = Types::ClientTlsCertificate
|
|
355
|
+
|
|
320
356
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
321
357
|
ConflictException.struct_class = Types::ConflictException
|
|
322
358
|
|
|
@@ -337,7 +373,7 @@ module Aws::AppMesh
|
|
|
337
373
|
CreateMeshInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
|
338
374
|
CreateMeshInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
|
|
339
375
|
CreateMeshInput.add_member(:spec, Shapes::ShapeRef.new(shape: MeshSpec, location_name: "spec"))
|
|
340
|
-
CreateMeshInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"
|
|
376
|
+
CreateMeshInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
341
377
|
CreateMeshInput.struct_class = Types::CreateMeshInput
|
|
342
378
|
|
|
343
379
|
CreateMeshOutput.add_member(:mesh, Shapes::ShapeRef.new(shape: MeshData, required: true, location_name: "mesh"))
|
|
@@ -350,7 +386,7 @@ module Aws::AppMesh
|
|
|
350
386
|
CreateRouteInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
|
351
387
|
CreateRouteInput.add_member(:route_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "routeName"))
|
|
352
388
|
CreateRouteInput.add_member(:spec, Shapes::ShapeRef.new(shape: RouteSpec, required: true, location_name: "spec"))
|
|
353
|
-
CreateRouteInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"
|
|
389
|
+
CreateRouteInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
354
390
|
CreateRouteInput.add_member(:virtual_router_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualRouterName"))
|
|
355
391
|
CreateRouteInput.struct_class = Types::CreateRouteInput
|
|
356
392
|
|
|
@@ -376,7 +412,7 @@ module Aws::AppMesh
|
|
|
376
412
|
CreateVirtualNodeInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
|
377
413
|
CreateVirtualNodeInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
|
378
414
|
CreateVirtualNodeInput.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualNodeSpec, required: true, location_name: "spec"))
|
|
379
|
-
CreateVirtualNodeInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"
|
|
415
|
+
CreateVirtualNodeInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
380
416
|
CreateVirtualNodeInput.add_member(:virtual_node_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualNodeName"))
|
|
381
417
|
CreateVirtualNodeInput.struct_class = Types::CreateVirtualNodeInput
|
|
382
418
|
|
|
@@ -389,7 +425,7 @@ module Aws::AppMesh
|
|
|
389
425
|
CreateVirtualRouterInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
|
390
426
|
CreateVirtualRouterInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
|
391
427
|
CreateVirtualRouterInput.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualRouterSpec, required: true, location_name: "spec"))
|
|
392
|
-
CreateVirtualRouterInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"
|
|
428
|
+
CreateVirtualRouterInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
393
429
|
CreateVirtualRouterInput.add_member(:virtual_router_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualRouterName"))
|
|
394
430
|
CreateVirtualRouterInput.struct_class = Types::CreateVirtualRouterInput
|
|
395
431
|
|
|
@@ -402,7 +438,7 @@ module Aws::AppMesh
|
|
|
402
438
|
CreateVirtualServiceInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
|
403
439
|
CreateVirtualServiceInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
|
404
440
|
CreateVirtualServiceInput.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualServiceSpec, required: true, location_name: "spec"))
|
|
405
|
-
CreateVirtualServiceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"
|
|
441
|
+
CreateVirtualServiceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
406
442
|
CreateVirtualServiceInput.add_member(:virtual_service_name, Shapes::ShapeRef.new(shape: ServiceName, required: true, location_name: "virtualServiceName"))
|
|
407
443
|
CreateVirtualServiceInput.struct_class = Types::CreateVirtualServiceInput
|
|
408
444
|
|
|
@@ -799,7 +835,9 @@ module Aws::AppMesh
|
|
|
799
835
|
ListVirtualServicesOutput.add_member(:virtual_services, Shapes::ShapeRef.new(shape: VirtualServiceList, required: true, location_name: "virtualServices"))
|
|
800
836
|
ListVirtualServicesOutput.struct_class = Types::ListVirtualServicesOutput
|
|
801
837
|
|
|
838
|
+
Listener.add_member(:connection_pool, Shapes::ShapeRef.new(shape: VirtualNodeConnectionPool, location_name: "connectionPool"))
|
|
802
839
|
Listener.add_member(:health_check, Shapes::ShapeRef.new(shape: HealthCheckPolicy, location_name: "healthCheck"))
|
|
840
|
+
Listener.add_member(:outlier_detection, Shapes::ShapeRef.new(shape: OutlierDetection, location_name: "outlierDetection"))
|
|
803
841
|
Listener.add_member(:port_mapping, Shapes::ShapeRef.new(shape: PortMapping, required: true, location_name: "portMapping"))
|
|
804
842
|
Listener.add_member(:timeout, Shapes::ShapeRef.new(shape: ListenerTimeout, location_name: "timeout"))
|
|
805
843
|
Listener.add_member(:tls, Shapes::ShapeRef.new(shape: ListenerTls, location_name: "tls"))
|
|
@@ -813,6 +851,7 @@ module Aws::AppMesh
|
|
|
813
851
|
|
|
814
852
|
ListenerTls.add_member(:certificate, Shapes::ShapeRef.new(shape: ListenerTlsCertificate, required: true, location_name: "certificate"))
|
|
815
853
|
ListenerTls.add_member(:mode, Shapes::ShapeRef.new(shape: ListenerTlsMode, required: true, location_name: "mode"))
|
|
854
|
+
ListenerTls.add_member(:validation, Shapes::ShapeRef.new(shape: ListenerTlsValidationContext, location_name: "validation"))
|
|
816
855
|
ListenerTls.struct_class = Types::ListenerTls
|
|
817
856
|
|
|
818
857
|
ListenerTlsAcmCertificate.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "certificateArn"))
|
|
@@ -820,12 +859,24 @@ module Aws::AppMesh
|
|
|
820
859
|
|
|
821
860
|
ListenerTlsCertificate.add_member(:acm, Shapes::ShapeRef.new(shape: ListenerTlsAcmCertificate, location_name: "acm"))
|
|
822
861
|
ListenerTlsCertificate.add_member(:file, Shapes::ShapeRef.new(shape: ListenerTlsFileCertificate, location_name: "file"))
|
|
862
|
+
ListenerTlsCertificate.add_member(:sds, Shapes::ShapeRef.new(shape: ListenerTlsSdsCertificate, location_name: "sds"))
|
|
823
863
|
ListenerTlsCertificate.struct_class = Types::ListenerTlsCertificate
|
|
824
864
|
|
|
825
865
|
ListenerTlsFileCertificate.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "certificateChain"))
|
|
826
866
|
ListenerTlsFileCertificate.add_member(:private_key, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "privateKey"))
|
|
827
867
|
ListenerTlsFileCertificate.struct_class = Types::ListenerTlsFileCertificate
|
|
828
868
|
|
|
869
|
+
ListenerTlsSdsCertificate.add_member(:secret_name, Shapes::ShapeRef.new(shape: SdsSecretName, required: true, location_name: "secretName"))
|
|
870
|
+
ListenerTlsSdsCertificate.struct_class = Types::ListenerTlsSdsCertificate
|
|
871
|
+
|
|
872
|
+
ListenerTlsValidationContext.add_member(:subject_alternative_names, Shapes::ShapeRef.new(shape: SubjectAlternativeNames, location_name: "subjectAlternativeNames"))
|
|
873
|
+
ListenerTlsValidationContext.add_member(:trust, Shapes::ShapeRef.new(shape: ListenerTlsValidationContextTrust, required: true, location_name: "trust"))
|
|
874
|
+
ListenerTlsValidationContext.struct_class = Types::ListenerTlsValidationContext
|
|
875
|
+
|
|
876
|
+
ListenerTlsValidationContextTrust.add_member(:file, Shapes::ShapeRef.new(shape: TlsValidationContextFileTrust, location_name: "file"))
|
|
877
|
+
ListenerTlsValidationContextTrust.add_member(:sds, Shapes::ShapeRef.new(shape: TlsValidationContextSdsTrust, location_name: "sds"))
|
|
878
|
+
ListenerTlsValidationContextTrust.struct_class = Types::ListenerTlsValidationContextTrust
|
|
879
|
+
|
|
829
880
|
Listeners.member = Shapes::ShapeRef.new(shape: Listener)
|
|
830
881
|
|
|
831
882
|
Logging.add_member(:access_log, Shapes::ShapeRef.new(shape: AccessLog, location_name: "accessLog"))
|
|
@@ -861,6 +912,12 @@ module Aws::AppMesh
|
|
|
861
912
|
NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
862
913
|
NotFoundException.struct_class = Types::NotFoundException
|
|
863
914
|
|
|
915
|
+
OutlierDetection.add_member(:base_ejection_duration, Shapes::ShapeRef.new(shape: Duration, required: true, location_name: "baseEjectionDuration"))
|
|
916
|
+
OutlierDetection.add_member(:interval, Shapes::ShapeRef.new(shape: Duration, required: true, location_name: "interval"))
|
|
917
|
+
OutlierDetection.add_member(:max_ejection_percent, Shapes::ShapeRef.new(shape: OutlierDetectionMaxEjectionPercent, required: true, location_name: "maxEjectionPercent"))
|
|
918
|
+
OutlierDetection.add_member(:max_server_errors, Shapes::ShapeRef.new(shape: OutlierDetectionMaxServerErrors, required: true, location_name: "maxServerErrors"))
|
|
919
|
+
OutlierDetection.struct_class = Types::OutlierDetection
|
|
920
|
+
|
|
864
921
|
PortMapping.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "port"))
|
|
865
922
|
PortMapping.add_member(:protocol, Shapes::ShapeRef.new(shape: PortProtocol, required: true, location_name: "protocol"))
|
|
866
923
|
PortMapping.struct_class = Types::PortMapping
|
|
@@ -917,12 +974,20 @@ module Aws::AppMesh
|
|
|
917
974
|
ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
918
975
|
ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
|
|
919
976
|
|
|
977
|
+
SubjectAlternativeNameList.member = Shapes::ShapeRef.new(shape: SubjectAlternativeName)
|
|
978
|
+
|
|
979
|
+
SubjectAlternativeNameMatchers.add_member(:exact, Shapes::ShapeRef.new(shape: SubjectAlternativeNameList, required: true, location_name: "exact"))
|
|
980
|
+
SubjectAlternativeNameMatchers.struct_class = Types::SubjectAlternativeNameMatchers
|
|
981
|
+
|
|
982
|
+
SubjectAlternativeNames.add_member(:match, Shapes::ShapeRef.new(shape: SubjectAlternativeNameMatchers, required: true, location_name: "match"))
|
|
983
|
+
SubjectAlternativeNames.struct_class = Types::SubjectAlternativeNames
|
|
984
|
+
|
|
920
985
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
921
986
|
|
|
922
987
|
TagList.member = Shapes::ShapeRef.new(shape: TagRef)
|
|
923
988
|
|
|
924
989
|
TagRef.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "key"))
|
|
925
|
-
TagRef.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "value"))
|
|
990
|
+
TagRef.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "value"))
|
|
926
991
|
TagRef.struct_class = Types::TagRef
|
|
927
992
|
|
|
928
993
|
TagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "querystring", location_name: "resourceArn"))
|
|
@@ -943,6 +1008,7 @@ module Aws::AppMesh
|
|
|
943
1008
|
TcpTimeout.add_member(:idle, Shapes::ShapeRef.new(shape: Duration, location_name: "idle"))
|
|
944
1009
|
TcpTimeout.struct_class = Types::TcpTimeout
|
|
945
1010
|
|
|
1011
|
+
TlsValidationContext.add_member(:subject_alternative_names, Shapes::ShapeRef.new(shape: SubjectAlternativeNames, location_name: "subjectAlternativeNames"))
|
|
946
1012
|
TlsValidationContext.add_member(:trust, Shapes::ShapeRef.new(shape: TlsValidationContextTrust, required: true, location_name: "trust"))
|
|
947
1013
|
TlsValidationContext.struct_class = Types::TlsValidationContext
|
|
948
1014
|
|
|
@@ -952,8 +1018,12 @@ module Aws::AppMesh
|
|
|
952
1018
|
TlsValidationContextFileTrust.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "certificateChain"))
|
|
953
1019
|
TlsValidationContextFileTrust.struct_class = Types::TlsValidationContextFileTrust
|
|
954
1020
|
|
|
1021
|
+
TlsValidationContextSdsTrust.add_member(:secret_name, Shapes::ShapeRef.new(shape: SdsSecretName, required: true, location_name: "secretName"))
|
|
1022
|
+
TlsValidationContextSdsTrust.struct_class = Types::TlsValidationContextSdsTrust
|
|
1023
|
+
|
|
955
1024
|
TlsValidationContextTrust.add_member(:acm, Shapes::ShapeRef.new(shape: TlsValidationContextAcmTrust, location_name: "acm"))
|
|
956
1025
|
TlsValidationContextTrust.add_member(:file, Shapes::ShapeRef.new(shape: TlsValidationContextFileTrust, location_name: "file"))
|
|
1026
|
+
TlsValidationContextTrust.add_member(:sds, Shapes::ShapeRef.new(shape: TlsValidationContextSdsTrust, location_name: "sds"))
|
|
957
1027
|
TlsValidationContextTrust.struct_class = Types::TlsValidationContextTrust
|
|
958
1028
|
|
|
959
1029
|
TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
@@ -1063,11 +1133,21 @@ module Aws::AppMesh
|
|
|
1063
1133
|
VirtualGatewayClientPolicy.add_member(:tls, Shapes::ShapeRef.new(shape: VirtualGatewayClientPolicyTls, location_name: "tls"))
|
|
1064
1134
|
VirtualGatewayClientPolicy.struct_class = Types::VirtualGatewayClientPolicy
|
|
1065
1135
|
|
|
1136
|
+
VirtualGatewayClientPolicyTls.add_member(:certificate, Shapes::ShapeRef.new(shape: VirtualGatewayClientTlsCertificate, location_name: "certificate"))
|
|
1066
1137
|
VirtualGatewayClientPolicyTls.add_member(:enforce, Shapes::ShapeRef.new(shape: Boolean, location_name: "enforce", metadata: {"box"=>true}))
|
|
1067
1138
|
VirtualGatewayClientPolicyTls.add_member(:ports, Shapes::ShapeRef.new(shape: PortSet, location_name: "ports"))
|
|
1068
1139
|
VirtualGatewayClientPolicyTls.add_member(:validation, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContext, required: true, location_name: "validation"))
|
|
1069
1140
|
VirtualGatewayClientPolicyTls.struct_class = Types::VirtualGatewayClientPolicyTls
|
|
1070
1141
|
|
|
1142
|
+
VirtualGatewayClientTlsCertificate.add_member(:file, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsFileCertificate, location_name: "file"))
|
|
1143
|
+
VirtualGatewayClientTlsCertificate.add_member(:sds, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsSdsCertificate, location_name: "sds"))
|
|
1144
|
+
VirtualGatewayClientTlsCertificate.struct_class = Types::VirtualGatewayClientTlsCertificate
|
|
1145
|
+
|
|
1146
|
+
VirtualGatewayConnectionPool.add_member(:grpc, Shapes::ShapeRef.new(shape: VirtualGatewayGrpcConnectionPool, location_name: "grpc"))
|
|
1147
|
+
VirtualGatewayConnectionPool.add_member(:http, Shapes::ShapeRef.new(shape: VirtualGatewayHttpConnectionPool, location_name: "http"))
|
|
1148
|
+
VirtualGatewayConnectionPool.add_member(:http2, Shapes::ShapeRef.new(shape: VirtualGatewayHttp2ConnectionPool, location_name: "http2"))
|
|
1149
|
+
VirtualGatewayConnectionPool.struct_class = Types::VirtualGatewayConnectionPool
|
|
1150
|
+
|
|
1071
1151
|
VirtualGatewayData.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
|
|
1072
1152
|
VirtualGatewayData.add_member(:metadata, Shapes::ShapeRef.new(shape: ResourceMetadata, required: true, location_name: "metadata"))
|
|
1073
1153
|
VirtualGatewayData.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualGatewaySpec, required: true, location_name: "spec"))
|
|
@@ -1078,6 +1158,9 @@ module Aws::AppMesh
|
|
|
1078
1158
|
VirtualGatewayFileAccessLog.add_member(:path, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "path"))
|
|
1079
1159
|
VirtualGatewayFileAccessLog.struct_class = Types::VirtualGatewayFileAccessLog
|
|
1080
1160
|
|
|
1161
|
+
VirtualGatewayGrpcConnectionPool.add_member(:max_requests, Shapes::ShapeRef.new(shape: MaxRequests, required: true, location_name: "maxRequests"))
|
|
1162
|
+
VirtualGatewayGrpcConnectionPool.struct_class = Types::VirtualGatewayGrpcConnectionPool
|
|
1163
|
+
|
|
1081
1164
|
VirtualGatewayHealthCheckPolicy.add_member(:healthy_threshold, Shapes::ShapeRef.new(shape: VirtualGatewayHealthCheckThreshold, required: true, location_name: "healthyThreshold"))
|
|
1082
1165
|
VirtualGatewayHealthCheckPolicy.add_member(:interval_millis, Shapes::ShapeRef.new(shape: VirtualGatewayHealthCheckIntervalMillis, required: true, location_name: "intervalMillis"))
|
|
1083
1166
|
VirtualGatewayHealthCheckPolicy.add_member(:path, Shapes::ShapeRef.new(shape: String, location_name: "path"))
|
|
@@ -1087,8 +1170,16 @@ module Aws::AppMesh
|
|
|
1087
1170
|
VirtualGatewayHealthCheckPolicy.add_member(:unhealthy_threshold, Shapes::ShapeRef.new(shape: VirtualGatewayHealthCheckThreshold, required: true, location_name: "unhealthyThreshold"))
|
|
1088
1171
|
VirtualGatewayHealthCheckPolicy.struct_class = Types::VirtualGatewayHealthCheckPolicy
|
|
1089
1172
|
|
|
1173
|
+
VirtualGatewayHttp2ConnectionPool.add_member(:max_requests, Shapes::ShapeRef.new(shape: MaxRequests, required: true, location_name: "maxRequests"))
|
|
1174
|
+
VirtualGatewayHttp2ConnectionPool.struct_class = Types::VirtualGatewayHttp2ConnectionPool
|
|
1175
|
+
|
|
1176
|
+
VirtualGatewayHttpConnectionPool.add_member(:max_connections, Shapes::ShapeRef.new(shape: MaxConnections, required: true, location_name: "maxConnections"))
|
|
1177
|
+
VirtualGatewayHttpConnectionPool.add_member(:max_pending_requests, Shapes::ShapeRef.new(shape: MaxPendingRequests, location_name: "maxPendingRequests", metadata: {"box"=>true}))
|
|
1178
|
+
VirtualGatewayHttpConnectionPool.struct_class = Types::VirtualGatewayHttpConnectionPool
|
|
1179
|
+
|
|
1090
1180
|
VirtualGatewayList.member = Shapes::ShapeRef.new(shape: VirtualGatewayRef)
|
|
1091
1181
|
|
|
1182
|
+
VirtualGatewayListener.add_member(:connection_pool, Shapes::ShapeRef.new(shape: VirtualGatewayConnectionPool, location_name: "connectionPool"))
|
|
1092
1183
|
VirtualGatewayListener.add_member(:health_check, Shapes::ShapeRef.new(shape: VirtualGatewayHealthCheckPolicy, location_name: "healthCheck"))
|
|
1093
1184
|
VirtualGatewayListener.add_member(:port_mapping, Shapes::ShapeRef.new(shape: VirtualGatewayPortMapping, required: true, location_name: "portMapping"))
|
|
1094
1185
|
VirtualGatewayListener.add_member(:tls, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTls, location_name: "tls"))
|
|
@@ -1096,6 +1187,7 @@ module Aws::AppMesh
|
|
|
1096
1187
|
|
|
1097
1188
|
VirtualGatewayListenerTls.add_member(:certificate, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsCertificate, required: true, location_name: "certificate"))
|
|
1098
1189
|
VirtualGatewayListenerTls.add_member(:mode, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsMode, required: true, location_name: "mode"))
|
|
1190
|
+
VirtualGatewayListenerTls.add_member(:validation, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsValidationContext, location_name: "validation"))
|
|
1099
1191
|
VirtualGatewayListenerTls.struct_class = Types::VirtualGatewayListenerTls
|
|
1100
1192
|
|
|
1101
1193
|
VirtualGatewayListenerTlsAcmCertificate.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "certificateArn"))
|
|
@@ -1103,12 +1195,24 @@ module Aws::AppMesh
|
|
|
1103
1195
|
|
|
1104
1196
|
VirtualGatewayListenerTlsCertificate.add_member(:acm, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsAcmCertificate, location_name: "acm"))
|
|
1105
1197
|
VirtualGatewayListenerTlsCertificate.add_member(:file, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsFileCertificate, location_name: "file"))
|
|
1198
|
+
VirtualGatewayListenerTlsCertificate.add_member(:sds, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsSdsCertificate, location_name: "sds"))
|
|
1106
1199
|
VirtualGatewayListenerTlsCertificate.struct_class = Types::VirtualGatewayListenerTlsCertificate
|
|
1107
1200
|
|
|
1108
1201
|
VirtualGatewayListenerTlsFileCertificate.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "certificateChain"))
|
|
1109
1202
|
VirtualGatewayListenerTlsFileCertificate.add_member(:private_key, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "privateKey"))
|
|
1110
1203
|
VirtualGatewayListenerTlsFileCertificate.struct_class = Types::VirtualGatewayListenerTlsFileCertificate
|
|
1111
1204
|
|
|
1205
|
+
VirtualGatewayListenerTlsSdsCertificate.add_member(:secret_name, Shapes::ShapeRef.new(shape: VirtualGatewaySdsSecretName, required: true, location_name: "secretName"))
|
|
1206
|
+
VirtualGatewayListenerTlsSdsCertificate.struct_class = Types::VirtualGatewayListenerTlsSdsCertificate
|
|
1207
|
+
|
|
1208
|
+
VirtualGatewayListenerTlsValidationContext.add_member(:subject_alternative_names, Shapes::ShapeRef.new(shape: SubjectAlternativeNames, location_name: "subjectAlternativeNames"))
|
|
1209
|
+
VirtualGatewayListenerTlsValidationContext.add_member(:trust, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsValidationContextTrust, required: true, location_name: "trust"))
|
|
1210
|
+
VirtualGatewayListenerTlsValidationContext.struct_class = Types::VirtualGatewayListenerTlsValidationContext
|
|
1211
|
+
|
|
1212
|
+
VirtualGatewayListenerTlsValidationContextTrust.add_member(:file, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextFileTrust, location_name: "file"))
|
|
1213
|
+
VirtualGatewayListenerTlsValidationContextTrust.add_member(:sds, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextSdsTrust, location_name: "sds"))
|
|
1214
|
+
VirtualGatewayListenerTlsValidationContextTrust.struct_class = Types::VirtualGatewayListenerTlsValidationContextTrust
|
|
1215
|
+
|
|
1112
1216
|
VirtualGatewayListeners.member = Shapes::ShapeRef.new(shape: VirtualGatewayListener)
|
|
1113
1217
|
|
|
1114
1218
|
VirtualGatewayLogging.add_member(:access_log, Shapes::ShapeRef.new(shape: VirtualGatewayAccessLog, location_name: "accessLog"))
|
|
@@ -1136,6 +1240,7 @@ module Aws::AppMesh
|
|
|
1136
1240
|
VirtualGatewayStatus.add_member(:status, Shapes::ShapeRef.new(shape: VirtualGatewayStatusCode, required: true, location_name: "status"))
|
|
1137
1241
|
VirtualGatewayStatus.struct_class = Types::VirtualGatewayStatus
|
|
1138
1242
|
|
|
1243
|
+
VirtualGatewayTlsValidationContext.add_member(:subject_alternative_names, Shapes::ShapeRef.new(shape: SubjectAlternativeNames, location_name: "subjectAlternativeNames"))
|
|
1139
1244
|
VirtualGatewayTlsValidationContext.add_member(:trust, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextTrust, required: true, location_name: "trust"))
|
|
1140
1245
|
VirtualGatewayTlsValidationContext.struct_class = Types::VirtualGatewayTlsValidationContext
|
|
1141
1246
|
|
|
@@ -1145,10 +1250,20 @@ module Aws::AppMesh
|
|
|
1145
1250
|
VirtualGatewayTlsValidationContextFileTrust.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "certificateChain"))
|
|
1146
1251
|
VirtualGatewayTlsValidationContextFileTrust.struct_class = Types::VirtualGatewayTlsValidationContextFileTrust
|
|
1147
1252
|
|
|
1253
|
+
VirtualGatewayTlsValidationContextSdsTrust.add_member(:secret_name, Shapes::ShapeRef.new(shape: VirtualGatewaySdsSecretName, required: true, location_name: "secretName"))
|
|
1254
|
+
VirtualGatewayTlsValidationContextSdsTrust.struct_class = Types::VirtualGatewayTlsValidationContextSdsTrust
|
|
1255
|
+
|
|
1148
1256
|
VirtualGatewayTlsValidationContextTrust.add_member(:acm, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextAcmTrust, location_name: "acm"))
|
|
1149
1257
|
VirtualGatewayTlsValidationContextTrust.add_member(:file, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextFileTrust, location_name: "file"))
|
|
1258
|
+
VirtualGatewayTlsValidationContextTrust.add_member(:sds, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextSdsTrust, location_name: "sds"))
|
|
1150
1259
|
VirtualGatewayTlsValidationContextTrust.struct_class = Types::VirtualGatewayTlsValidationContextTrust
|
|
1151
1260
|
|
|
1261
|
+
VirtualNodeConnectionPool.add_member(:grpc, Shapes::ShapeRef.new(shape: VirtualNodeGrpcConnectionPool, location_name: "grpc"))
|
|
1262
|
+
VirtualNodeConnectionPool.add_member(:http, Shapes::ShapeRef.new(shape: VirtualNodeHttpConnectionPool, location_name: "http"))
|
|
1263
|
+
VirtualNodeConnectionPool.add_member(:http2, Shapes::ShapeRef.new(shape: VirtualNodeHttp2ConnectionPool, location_name: "http2"))
|
|
1264
|
+
VirtualNodeConnectionPool.add_member(:tcp, Shapes::ShapeRef.new(shape: VirtualNodeTcpConnectionPool, location_name: "tcp"))
|
|
1265
|
+
VirtualNodeConnectionPool.struct_class = Types::VirtualNodeConnectionPool
|
|
1266
|
+
|
|
1152
1267
|
VirtualNodeData.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
|
|
1153
1268
|
VirtualNodeData.add_member(:metadata, Shapes::ShapeRef.new(shape: ResourceMetadata, required: true, location_name: "metadata"))
|
|
1154
1269
|
VirtualNodeData.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualNodeSpec, required: true, location_name: "spec"))
|
|
@@ -1156,6 +1271,16 @@ module Aws::AppMesh
|
|
|
1156
1271
|
VirtualNodeData.add_member(:virtual_node_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualNodeName"))
|
|
1157
1272
|
VirtualNodeData.struct_class = Types::VirtualNodeData
|
|
1158
1273
|
|
|
1274
|
+
VirtualNodeGrpcConnectionPool.add_member(:max_requests, Shapes::ShapeRef.new(shape: MaxRequests, required: true, location_name: "maxRequests"))
|
|
1275
|
+
VirtualNodeGrpcConnectionPool.struct_class = Types::VirtualNodeGrpcConnectionPool
|
|
1276
|
+
|
|
1277
|
+
VirtualNodeHttp2ConnectionPool.add_member(:max_requests, Shapes::ShapeRef.new(shape: MaxRequests, required: true, location_name: "maxRequests"))
|
|
1278
|
+
VirtualNodeHttp2ConnectionPool.struct_class = Types::VirtualNodeHttp2ConnectionPool
|
|
1279
|
+
|
|
1280
|
+
VirtualNodeHttpConnectionPool.add_member(:max_connections, Shapes::ShapeRef.new(shape: MaxConnections, required: true, location_name: "maxConnections"))
|
|
1281
|
+
VirtualNodeHttpConnectionPool.add_member(:max_pending_requests, Shapes::ShapeRef.new(shape: MaxPendingRequests, location_name: "maxPendingRequests", metadata: {"box"=>true}))
|
|
1282
|
+
VirtualNodeHttpConnectionPool.struct_class = Types::VirtualNodeHttpConnectionPool
|
|
1283
|
+
|
|
1159
1284
|
VirtualNodeList.member = Shapes::ShapeRef.new(shape: VirtualNodeRef)
|
|
1160
1285
|
|
|
1161
1286
|
VirtualNodeRef.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
|
|
@@ -1181,6 +1306,9 @@ module Aws::AppMesh
|
|
|
1181
1306
|
VirtualNodeStatus.add_member(:status, Shapes::ShapeRef.new(shape: VirtualNodeStatusCode, required: true, location_name: "status"))
|
|
1182
1307
|
VirtualNodeStatus.struct_class = Types::VirtualNodeStatus
|
|
1183
1308
|
|
|
1309
|
+
VirtualNodeTcpConnectionPool.add_member(:max_connections, Shapes::ShapeRef.new(shape: MaxConnections, required: true, location_name: "maxConnections"))
|
|
1310
|
+
VirtualNodeTcpConnectionPool.struct_class = Types::VirtualNodeTcpConnectionPool
|
|
1311
|
+
|
|
1184
1312
|
VirtualRouterData.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
|
|
1185
1313
|
VirtualRouterData.add_member(:metadata, Shapes::ShapeRef.new(shape: ResourceMetadata, required: true, location_name: "metadata"))
|
|
1186
1314
|
VirtualRouterData.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualRouterSpec, required: true, location_name: "spec"))
|
|
@@ -1277,14 +1405,14 @@ module Aws::AppMesh
|
|
|
1277
1405
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes"
|
|
1278
1406
|
o.input = Shapes::ShapeRef.new(shape: CreateGatewayRouteInput)
|
|
1279
1407
|
o.output = Shapes::ShapeRef.new(shape: CreateGatewayRouteOutput)
|
|
1408
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1280
1409
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1281
1410
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1411
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1282
1412
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1413
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1283
1414
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1284
1415
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1285
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1286
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1287
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1288
1416
|
end)
|
|
1289
1417
|
|
|
1290
1418
|
api.add_operation(:create_mesh, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1293,14 +1421,14 @@ module Aws::AppMesh
|
|
|
1293
1421
|
o.http_request_uri = "/v20190125/meshes"
|
|
1294
1422
|
o.input = Shapes::ShapeRef.new(shape: CreateMeshInput)
|
|
1295
1423
|
o.output = Shapes::ShapeRef.new(shape: CreateMeshOutput)
|
|
1424
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1296
1425
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1297
1426
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1427
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1298
1428
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1429
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1299
1430
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1300
1431
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1301
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1302
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1303
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1304
1432
|
end)
|
|
1305
1433
|
|
|
1306
1434
|
api.add_operation(:create_route, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1309,14 +1437,14 @@ module Aws::AppMesh
|
|
|
1309
1437
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes"
|
|
1310
1438
|
o.input = Shapes::ShapeRef.new(shape: CreateRouteInput)
|
|
1311
1439
|
o.output = Shapes::ShapeRef.new(shape: CreateRouteOutput)
|
|
1440
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1312
1441
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1313
1442
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1443
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1314
1444
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1445
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1315
1446
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1316
1447
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1317
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1318
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1319
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1320
1448
|
end)
|
|
1321
1449
|
|
|
1322
1450
|
api.add_operation(:create_virtual_gateway, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1325,14 +1453,14 @@ module Aws::AppMesh
|
|
|
1325
1453
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateways"
|
|
1326
1454
|
o.input = Shapes::ShapeRef.new(shape: CreateVirtualGatewayInput)
|
|
1327
1455
|
o.output = Shapes::ShapeRef.new(shape: CreateVirtualGatewayOutput)
|
|
1456
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1328
1457
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1329
1458
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1459
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1330
1460
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1461
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1331
1462
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1332
1463
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1333
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1334
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1335
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1336
1464
|
end)
|
|
1337
1465
|
|
|
1338
1466
|
api.add_operation(:create_virtual_node, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1341,14 +1469,14 @@ module Aws::AppMesh
|
|
|
1341
1469
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualNodes"
|
|
1342
1470
|
o.input = Shapes::ShapeRef.new(shape: CreateVirtualNodeInput)
|
|
1343
1471
|
o.output = Shapes::ShapeRef.new(shape: CreateVirtualNodeOutput)
|
|
1472
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1344
1473
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1345
1474
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1475
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1346
1476
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1477
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1347
1478
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1348
1479
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1349
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1350
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1351
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1352
1480
|
end)
|
|
1353
1481
|
|
|
1354
1482
|
api.add_operation(:create_virtual_router, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1357,14 +1485,14 @@ module Aws::AppMesh
|
|
|
1357
1485
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouters"
|
|
1358
1486
|
o.input = Shapes::ShapeRef.new(shape: CreateVirtualRouterInput)
|
|
1359
1487
|
o.output = Shapes::ShapeRef.new(shape: CreateVirtualRouterOutput)
|
|
1488
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1360
1489
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1361
1490
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1491
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1362
1492
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1493
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1363
1494
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1364
1495
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1365
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1366
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1367
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1368
1496
|
end)
|
|
1369
1497
|
|
|
1370
1498
|
api.add_operation(:create_virtual_service, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1373,14 +1501,14 @@ module Aws::AppMesh
|
|
|
1373
1501
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualServices"
|
|
1374
1502
|
o.input = Shapes::ShapeRef.new(shape: CreateVirtualServiceInput)
|
|
1375
1503
|
o.output = Shapes::ShapeRef.new(shape: CreateVirtualServiceOutput)
|
|
1504
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1376
1505
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1377
1506
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1507
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1378
1508
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1509
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1379
1510
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1380
1511
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1381
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1382
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1383
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1384
1512
|
end)
|
|
1385
1513
|
|
|
1386
1514
|
api.add_operation(:delete_gateway_route, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1389,13 +1517,13 @@ module Aws::AppMesh
|
|
|
1389
1517
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}"
|
|
1390
1518
|
o.input = Shapes::ShapeRef.new(shape: DeleteGatewayRouteInput)
|
|
1391
1519
|
o.output = Shapes::ShapeRef.new(shape: DeleteGatewayRouteOutput)
|
|
1520
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1392
1521
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1522
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1393
1523
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1394
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1395
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1396
1524
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
|
1397
1525
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1398
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1526
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1399
1527
|
end)
|
|
1400
1528
|
|
|
1401
1529
|
api.add_operation(:delete_mesh, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1404,13 +1532,13 @@ module Aws::AppMesh
|
|
|
1404
1532
|
o.http_request_uri = "/v20190125/meshes/{meshName}"
|
|
1405
1533
|
o.input = Shapes::ShapeRef.new(shape: DeleteMeshInput)
|
|
1406
1534
|
o.output = Shapes::ShapeRef.new(shape: DeleteMeshOutput)
|
|
1535
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1407
1536
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1537
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1408
1538
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1409
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1410
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1411
1539
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
|
1412
1540
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1413
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1541
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1414
1542
|
end)
|
|
1415
1543
|
|
|
1416
1544
|
api.add_operation(:delete_route, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1419,13 +1547,13 @@ module Aws::AppMesh
|
|
|
1419
1547
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}"
|
|
1420
1548
|
o.input = Shapes::ShapeRef.new(shape: DeleteRouteInput)
|
|
1421
1549
|
o.output = Shapes::ShapeRef.new(shape: DeleteRouteOutput)
|
|
1550
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1422
1551
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1552
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1423
1553
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1424
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1425
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1426
1554
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
|
1427
1555
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1428
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1556
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1429
1557
|
end)
|
|
1430
1558
|
|
|
1431
1559
|
api.add_operation(:delete_virtual_gateway, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1434,13 +1562,13 @@ module Aws::AppMesh
|
|
|
1434
1562
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}"
|
|
1435
1563
|
o.input = Shapes::ShapeRef.new(shape: DeleteVirtualGatewayInput)
|
|
1436
1564
|
o.output = Shapes::ShapeRef.new(shape: DeleteVirtualGatewayOutput)
|
|
1565
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1437
1566
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1567
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1438
1568
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1439
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1440
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1441
1569
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
|
1442
1570
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1443
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1571
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1444
1572
|
end)
|
|
1445
1573
|
|
|
1446
1574
|
api.add_operation(:delete_virtual_node, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1449,13 +1577,13 @@ module Aws::AppMesh
|
|
|
1449
1577
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}"
|
|
1450
1578
|
o.input = Shapes::ShapeRef.new(shape: DeleteVirtualNodeInput)
|
|
1451
1579
|
o.output = Shapes::ShapeRef.new(shape: DeleteVirtualNodeOutput)
|
|
1580
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1452
1581
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1582
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1453
1583
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1454
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1455
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1456
1584
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
|
1457
1585
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1458
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1586
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1459
1587
|
end)
|
|
1460
1588
|
|
|
1461
1589
|
api.add_operation(:delete_virtual_router, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1464,13 +1592,13 @@ module Aws::AppMesh
|
|
|
1464
1592
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}"
|
|
1465
1593
|
o.input = Shapes::ShapeRef.new(shape: DeleteVirtualRouterInput)
|
|
1466
1594
|
o.output = Shapes::ShapeRef.new(shape: DeleteVirtualRouterOutput)
|
|
1595
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1467
1596
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1597
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1468
1598
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1469
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1470
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1471
1599
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
|
1472
1600
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1473
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1601
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1474
1602
|
end)
|
|
1475
1603
|
|
|
1476
1604
|
api.add_operation(:delete_virtual_service, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1479,13 +1607,13 @@ module Aws::AppMesh
|
|
|
1479
1607
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}"
|
|
1480
1608
|
o.input = Shapes::ShapeRef.new(shape: DeleteVirtualServiceInput)
|
|
1481
1609
|
o.output = Shapes::ShapeRef.new(shape: DeleteVirtualServiceOutput)
|
|
1610
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1482
1611
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1612
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1483
1613
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1484
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1485
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1486
1614
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
|
1487
1615
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1488
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1616
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1489
1617
|
end)
|
|
1490
1618
|
|
|
1491
1619
|
api.add_operation(:describe_gateway_route, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1494,12 +1622,12 @@ module Aws::AppMesh
|
|
|
1494
1622
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}"
|
|
1495
1623
|
o.input = Shapes::ShapeRef.new(shape: DescribeGatewayRouteInput)
|
|
1496
1624
|
o.output = Shapes::ShapeRef.new(shape: DescribeGatewayRouteOutput)
|
|
1625
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1497
1626
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1627
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1498
1628
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1499
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1500
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1501
1629
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1502
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1630
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1503
1631
|
end)
|
|
1504
1632
|
|
|
1505
1633
|
api.add_operation(:describe_mesh, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1508,12 +1636,12 @@ module Aws::AppMesh
|
|
|
1508
1636
|
o.http_request_uri = "/v20190125/meshes/{meshName}"
|
|
1509
1637
|
o.input = Shapes::ShapeRef.new(shape: DescribeMeshInput)
|
|
1510
1638
|
o.output = Shapes::ShapeRef.new(shape: DescribeMeshOutput)
|
|
1639
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1511
1640
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1641
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1512
1642
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1513
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1514
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1515
1643
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1516
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1644
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1517
1645
|
end)
|
|
1518
1646
|
|
|
1519
1647
|
api.add_operation(:describe_route, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1522,12 +1650,12 @@ module Aws::AppMesh
|
|
|
1522
1650
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}"
|
|
1523
1651
|
o.input = Shapes::ShapeRef.new(shape: DescribeRouteInput)
|
|
1524
1652
|
o.output = Shapes::ShapeRef.new(shape: DescribeRouteOutput)
|
|
1653
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1525
1654
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1655
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1526
1656
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1527
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1528
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1529
1657
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1530
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1658
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1531
1659
|
end)
|
|
1532
1660
|
|
|
1533
1661
|
api.add_operation(:describe_virtual_gateway, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1536,12 +1664,12 @@ module Aws::AppMesh
|
|
|
1536
1664
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}"
|
|
1537
1665
|
o.input = Shapes::ShapeRef.new(shape: DescribeVirtualGatewayInput)
|
|
1538
1666
|
o.output = Shapes::ShapeRef.new(shape: DescribeVirtualGatewayOutput)
|
|
1667
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1539
1668
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1669
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1540
1670
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1541
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1542
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1543
1671
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1544
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1672
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1545
1673
|
end)
|
|
1546
1674
|
|
|
1547
1675
|
api.add_operation(:describe_virtual_node, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1550,12 +1678,12 @@ module Aws::AppMesh
|
|
|
1550
1678
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}"
|
|
1551
1679
|
o.input = Shapes::ShapeRef.new(shape: DescribeVirtualNodeInput)
|
|
1552
1680
|
o.output = Shapes::ShapeRef.new(shape: DescribeVirtualNodeOutput)
|
|
1681
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1553
1682
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1683
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1554
1684
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1555
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1556
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1557
1685
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1558
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1686
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1559
1687
|
end)
|
|
1560
1688
|
|
|
1561
1689
|
api.add_operation(:describe_virtual_router, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1564,12 +1692,12 @@ module Aws::AppMesh
|
|
|
1564
1692
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}"
|
|
1565
1693
|
o.input = Shapes::ShapeRef.new(shape: DescribeVirtualRouterInput)
|
|
1566
1694
|
o.output = Shapes::ShapeRef.new(shape: DescribeVirtualRouterOutput)
|
|
1695
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1567
1696
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1697
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1568
1698
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1569
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1570
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1571
1699
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1572
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1700
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1573
1701
|
end)
|
|
1574
1702
|
|
|
1575
1703
|
api.add_operation(:describe_virtual_service, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1578,12 +1706,12 @@ module Aws::AppMesh
|
|
|
1578
1706
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}"
|
|
1579
1707
|
o.input = Shapes::ShapeRef.new(shape: DescribeVirtualServiceInput)
|
|
1580
1708
|
o.output = Shapes::ShapeRef.new(shape: DescribeVirtualServiceOutput)
|
|
1709
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1581
1710
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1711
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1582
1712
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1583
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1584
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1585
1713
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1586
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1714
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1587
1715
|
end)
|
|
1588
1716
|
|
|
1589
1717
|
api.add_operation(:list_gateway_routes, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1592,12 +1720,12 @@ module Aws::AppMesh
|
|
|
1592
1720
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes"
|
|
1593
1721
|
o.input = Shapes::ShapeRef.new(shape: ListGatewayRoutesInput)
|
|
1594
1722
|
o.output = Shapes::ShapeRef.new(shape: ListGatewayRoutesOutput)
|
|
1723
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1595
1724
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1725
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1596
1726
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1597
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1598
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1599
1727
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1600
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1728
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1601
1729
|
o[:pager] = Aws::Pager.new(
|
|
1602
1730
|
limit_key: "limit",
|
|
1603
1731
|
tokens: {
|
|
@@ -1612,12 +1740,12 @@ module Aws::AppMesh
|
|
|
1612
1740
|
o.http_request_uri = "/v20190125/meshes"
|
|
1613
1741
|
o.input = Shapes::ShapeRef.new(shape: ListMeshesInput)
|
|
1614
1742
|
o.output = Shapes::ShapeRef.new(shape: ListMeshesOutput)
|
|
1743
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1615
1744
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1745
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1616
1746
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1617
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1618
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1619
1747
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1620
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1748
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1621
1749
|
o[:pager] = Aws::Pager.new(
|
|
1622
1750
|
limit_key: "limit",
|
|
1623
1751
|
tokens: {
|
|
@@ -1632,12 +1760,12 @@ module Aws::AppMesh
|
|
|
1632
1760
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes"
|
|
1633
1761
|
o.input = Shapes::ShapeRef.new(shape: ListRoutesInput)
|
|
1634
1762
|
o.output = Shapes::ShapeRef.new(shape: ListRoutesOutput)
|
|
1763
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1635
1764
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1765
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1636
1766
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1637
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1638
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1639
1767
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1640
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1768
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1641
1769
|
o[:pager] = Aws::Pager.new(
|
|
1642
1770
|
limit_key: "limit",
|
|
1643
1771
|
tokens: {
|
|
@@ -1652,12 +1780,12 @@ module Aws::AppMesh
|
|
|
1652
1780
|
o.http_request_uri = "/v20190125/tags"
|
|
1653
1781
|
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceInput)
|
|
1654
1782
|
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceOutput)
|
|
1783
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1655
1784
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1785
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1656
1786
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1657
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1658
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1659
1787
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1660
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1788
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1661
1789
|
o[:pager] = Aws::Pager.new(
|
|
1662
1790
|
limit_key: "limit",
|
|
1663
1791
|
tokens: {
|
|
@@ -1672,12 +1800,12 @@ module Aws::AppMesh
|
|
|
1672
1800
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateways"
|
|
1673
1801
|
o.input = Shapes::ShapeRef.new(shape: ListVirtualGatewaysInput)
|
|
1674
1802
|
o.output = Shapes::ShapeRef.new(shape: ListVirtualGatewaysOutput)
|
|
1803
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1675
1804
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1805
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1676
1806
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1677
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1678
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1679
1807
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1680
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1808
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1681
1809
|
o[:pager] = Aws::Pager.new(
|
|
1682
1810
|
limit_key: "limit",
|
|
1683
1811
|
tokens: {
|
|
@@ -1692,12 +1820,12 @@ module Aws::AppMesh
|
|
|
1692
1820
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualNodes"
|
|
1693
1821
|
o.input = Shapes::ShapeRef.new(shape: ListVirtualNodesInput)
|
|
1694
1822
|
o.output = Shapes::ShapeRef.new(shape: ListVirtualNodesOutput)
|
|
1823
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1695
1824
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1825
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1696
1826
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1697
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1698
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1699
1827
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1700
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1828
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1701
1829
|
o[:pager] = Aws::Pager.new(
|
|
1702
1830
|
limit_key: "limit",
|
|
1703
1831
|
tokens: {
|
|
@@ -1712,12 +1840,12 @@ module Aws::AppMesh
|
|
|
1712
1840
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouters"
|
|
1713
1841
|
o.input = Shapes::ShapeRef.new(shape: ListVirtualRoutersInput)
|
|
1714
1842
|
o.output = Shapes::ShapeRef.new(shape: ListVirtualRoutersOutput)
|
|
1843
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1715
1844
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1845
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1716
1846
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1717
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1718
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1719
1847
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1720
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1848
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1721
1849
|
o[:pager] = Aws::Pager.new(
|
|
1722
1850
|
limit_key: "limit",
|
|
1723
1851
|
tokens: {
|
|
@@ -1732,12 +1860,12 @@ module Aws::AppMesh
|
|
|
1732
1860
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualServices"
|
|
1733
1861
|
o.input = Shapes::ShapeRef.new(shape: ListVirtualServicesInput)
|
|
1734
1862
|
o.output = Shapes::ShapeRef.new(shape: ListVirtualServicesOutput)
|
|
1863
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1735
1864
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1865
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1736
1866
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1737
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1738
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1739
1867
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1740
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1868
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1741
1869
|
o[:pager] = Aws::Pager.new(
|
|
1742
1870
|
limit_key: "limit",
|
|
1743
1871
|
tokens: {
|
|
@@ -1752,13 +1880,13 @@ module Aws::AppMesh
|
|
|
1752
1880
|
o.http_request_uri = "/v20190125/tag"
|
|
1753
1881
|
o.input = Shapes::ShapeRef.new(shape: TagResourceInput)
|
|
1754
1882
|
o.output = Shapes::ShapeRef.new(shape: TagResourceOutput)
|
|
1883
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1755
1884
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1885
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
|
1886
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1756
1887
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1757
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1758
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1759
1888
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1760
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1761
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
|
1889
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1762
1890
|
end)
|
|
1763
1891
|
|
|
1764
1892
|
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1767,12 +1895,12 @@ module Aws::AppMesh
|
|
|
1767
1895
|
o.http_request_uri = "/v20190125/untag"
|
|
1768
1896
|
o.input = Shapes::ShapeRef.new(shape: UntagResourceInput)
|
|
1769
1897
|
o.output = Shapes::ShapeRef.new(shape: UntagResourceOutput)
|
|
1898
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1770
1899
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1900
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1771
1901
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1772
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1773
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1774
1902
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1775
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1903
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1776
1904
|
end)
|
|
1777
1905
|
|
|
1778
1906
|
api.add_operation(:update_gateway_route, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1781,14 +1909,14 @@ module Aws::AppMesh
|
|
|
1781
1909
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}"
|
|
1782
1910
|
o.input = Shapes::ShapeRef.new(shape: UpdateGatewayRouteInput)
|
|
1783
1911
|
o.output = Shapes::ShapeRef.new(shape: UpdateGatewayRouteOutput)
|
|
1912
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1784
1913
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1785
1914
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1915
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1786
1916
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1917
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1787
1918
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1788
1919
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1789
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1790
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1791
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1792
1920
|
end)
|
|
1793
1921
|
|
|
1794
1922
|
api.add_operation(:update_mesh, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1797,13 +1925,13 @@ module Aws::AppMesh
|
|
|
1797
1925
|
o.http_request_uri = "/v20190125/meshes/{meshName}"
|
|
1798
1926
|
o.input = Shapes::ShapeRef.new(shape: UpdateMeshInput)
|
|
1799
1927
|
o.output = Shapes::ShapeRef.new(shape: UpdateMeshOutput)
|
|
1928
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1800
1929
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1801
1930
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1931
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1802
1932
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1803
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1804
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1805
1933
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1806
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1934
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1807
1935
|
end)
|
|
1808
1936
|
|
|
1809
1937
|
api.add_operation(:update_route, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1812,14 +1940,14 @@ module Aws::AppMesh
|
|
|
1812
1940
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}"
|
|
1813
1941
|
o.input = Shapes::ShapeRef.new(shape: UpdateRouteInput)
|
|
1814
1942
|
o.output = Shapes::ShapeRef.new(shape: UpdateRouteOutput)
|
|
1943
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1815
1944
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1816
1945
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1946
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1817
1947
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1948
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1818
1949
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1819
1950
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1820
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1821
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1822
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1823
1951
|
end)
|
|
1824
1952
|
|
|
1825
1953
|
api.add_operation(:update_virtual_gateway, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1828,14 +1956,14 @@ module Aws::AppMesh
|
|
|
1828
1956
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}"
|
|
1829
1957
|
o.input = Shapes::ShapeRef.new(shape: UpdateVirtualGatewayInput)
|
|
1830
1958
|
o.output = Shapes::ShapeRef.new(shape: UpdateVirtualGatewayOutput)
|
|
1959
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1831
1960
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1832
1961
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1962
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1833
1963
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1964
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1834
1965
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1835
1966
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1836
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1837
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1838
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1839
1967
|
end)
|
|
1840
1968
|
|
|
1841
1969
|
api.add_operation(:update_virtual_node, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1844,14 +1972,14 @@ module Aws::AppMesh
|
|
|
1844
1972
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}"
|
|
1845
1973
|
o.input = Shapes::ShapeRef.new(shape: UpdateVirtualNodeInput)
|
|
1846
1974
|
o.output = Shapes::ShapeRef.new(shape: UpdateVirtualNodeOutput)
|
|
1975
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1847
1976
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1848
1977
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1978
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1849
1979
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1980
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1850
1981
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1851
1982
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1852
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1853
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1854
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1855
1983
|
end)
|
|
1856
1984
|
|
|
1857
1985
|
api.add_operation(:update_virtual_router, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1860,14 +1988,14 @@ module Aws::AppMesh
|
|
|
1860
1988
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}"
|
|
1861
1989
|
o.input = Shapes::ShapeRef.new(shape: UpdateVirtualRouterInput)
|
|
1862
1990
|
o.output = Shapes::ShapeRef.new(shape: UpdateVirtualRouterOutput)
|
|
1991
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1863
1992
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1864
1993
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1994
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1865
1995
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1996
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1866
1997
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1867
1998
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1868
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1869
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1870
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1871
1999
|
end)
|
|
1872
2000
|
|
|
1873
2001
|
api.add_operation(:update_virtual_service, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1876,14 +2004,14 @@ module Aws::AppMesh
|
|
|
1876
2004
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}"
|
|
1877
2005
|
o.input = Shapes::ShapeRef.new(shape: UpdateVirtualServiceInput)
|
|
1878
2006
|
o.output = Shapes::ShapeRef.new(shape: UpdateVirtualServiceOutput)
|
|
2007
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1879
2008
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1880
2009
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2010
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1881
2011
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
2012
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1882
2013
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1883
2014
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1884
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1885
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1886
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1887
2015
|
end)
|
|
1888
2016
|
end
|
|
1889
2017
|
|