aws-sdk-appmesh 1.27.0 → 1.32.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/lib/aws-sdk-appmesh.rb +4 -3
- data/lib/aws-sdk-appmesh/client.rb +1322 -179
- data/lib/aws-sdk-appmesh/client_api.rb +626 -73
- data/lib/aws-sdk-appmesh/errors.rb +23 -15
- data/lib/aws-sdk-appmesh/types.rb +6601 -3760
- metadata +4 -4
@@ -31,30 +31,42 @@ module Aws::AppMesh
|
|
31
31
|
ClientPolicy = Shapes::StructureShape.new(name: 'ClientPolicy')
|
32
32
|
ClientPolicyTls = Shapes::StructureShape.new(name: 'ClientPolicyTls')
|
33
33
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
34
|
+
CreateGatewayRouteInput = Shapes::StructureShape.new(name: 'CreateGatewayRouteInput')
|
35
|
+
CreateGatewayRouteOutput = Shapes::StructureShape.new(name: 'CreateGatewayRouteOutput')
|
34
36
|
CreateMeshInput = Shapes::StructureShape.new(name: 'CreateMeshInput')
|
35
37
|
CreateMeshOutput = Shapes::StructureShape.new(name: 'CreateMeshOutput')
|
36
38
|
CreateRouteInput = Shapes::StructureShape.new(name: 'CreateRouteInput')
|
37
39
|
CreateRouteOutput = Shapes::StructureShape.new(name: 'CreateRouteOutput')
|
40
|
+
CreateVirtualGatewayInput = Shapes::StructureShape.new(name: 'CreateVirtualGatewayInput')
|
41
|
+
CreateVirtualGatewayOutput = Shapes::StructureShape.new(name: 'CreateVirtualGatewayOutput')
|
38
42
|
CreateVirtualNodeInput = Shapes::StructureShape.new(name: 'CreateVirtualNodeInput')
|
39
43
|
CreateVirtualNodeOutput = Shapes::StructureShape.new(name: 'CreateVirtualNodeOutput')
|
40
44
|
CreateVirtualRouterInput = Shapes::StructureShape.new(name: 'CreateVirtualRouterInput')
|
41
45
|
CreateVirtualRouterOutput = Shapes::StructureShape.new(name: 'CreateVirtualRouterOutput')
|
42
46
|
CreateVirtualServiceInput = Shapes::StructureShape.new(name: 'CreateVirtualServiceInput')
|
43
47
|
CreateVirtualServiceOutput = Shapes::StructureShape.new(name: 'CreateVirtualServiceOutput')
|
48
|
+
DeleteGatewayRouteInput = Shapes::StructureShape.new(name: 'DeleteGatewayRouteInput')
|
49
|
+
DeleteGatewayRouteOutput = Shapes::StructureShape.new(name: 'DeleteGatewayRouteOutput')
|
44
50
|
DeleteMeshInput = Shapes::StructureShape.new(name: 'DeleteMeshInput')
|
45
51
|
DeleteMeshOutput = Shapes::StructureShape.new(name: 'DeleteMeshOutput')
|
46
52
|
DeleteRouteInput = Shapes::StructureShape.new(name: 'DeleteRouteInput')
|
47
53
|
DeleteRouteOutput = Shapes::StructureShape.new(name: 'DeleteRouteOutput')
|
54
|
+
DeleteVirtualGatewayInput = Shapes::StructureShape.new(name: 'DeleteVirtualGatewayInput')
|
55
|
+
DeleteVirtualGatewayOutput = Shapes::StructureShape.new(name: 'DeleteVirtualGatewayOutput')
|
48
56
|
DeleteVirtualNodeInput = Shapes::StructureShape.new(name: 'DeleteVirtualNodeInput')
|
49
57
|
DeleteVirtualNodeOutput = Shapes::StructureShape.new(name: 'DeleteVirtualNodeOutput')
|
50
58
|
DeleteVirtualRouterInput = Shapes::StructureShape.new(name: 'DeleteVirtualRouterInput')
|
51
59
|
DeleteVirtualRouterOutput = Shapes::StructureShape.new(name: 'DeleteVirtualRouterOutput')
|
52
60
|
DeleteVirtualServiceInput = Shapes::StructureShape.new(name: 'DeleteVirtualServiceInput')
|
53
61
|
DeleteVirtualServiceOutput = Shapes::StructureShape.new(name: 'DeleteVirtualServiceOutput')
|
62
|
+
DescribeGatewayRouteInput = Shapes::StructureShape.new(name: 'DescribeGatewayRouteInput')
|
63
|
+
DescribeGatewayRouteOutput = Shapes::StructureShape.new(name: 'DescribeGatewayRouteOutput')
|
54
64
|
DescribeMeshInput = Shapes::StructureShape.new(name: 'DescribeMeshInput')
|
55
65
|
DescribeMeshOutput = Shapes::StructureShape.new(name: 'DescribeMeshOutput')
|
56
66
|
DescribeRouteInput = Shapes::StructureShape.new(name: 'DescribeRouteInput')
|
57
67
|
DescribeRouteOutput = Shapes::StructureShape.new(name: 'DescribeRouteOutput')
|
68
|
+
DescribeVirtualGatewayInput = Shapes::StructureShape.new(name: 'DescribeVirtualGatewayInput')
|
69
|
+
DescribeVirtualGatewayOutput = Shapes::StructureShape.new(name: 'DescribeVirtualGatewayOutput')
|
58
70
|
DescribeVirtualNodeInput = Shapes::StructureShape.new(name: 'DescribeVirtualNodeInput')
|
59
71
|
DescribeVirtualNodeOutput = Shapes::StructureShape.new(name: 'DescribeVirtualNodeOutput')
|
60
72
|
DescribeVirtualRouterInput = Shapes::StructureShape.new(name: 'DescribeVirtualRouterInput')
|
@@ -70,6 +82,17 @@ module Aws::AppMesh
|
|
70
82
|
FileAccessLog = Shapes::StructureShape.new(name: 'FileAccessLog')
|
71
83
|
FilePath = Shapes::StringShape.new(name: 'FilePath')
|
72
84
|
ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
|
85
|
+
GatewayRouteData = Shapes::StructureShape.new(name: 'GatewayRouteData')
|
86
|
+
GatewayRouteList = Shapes::ListShape.new(name: 'GatewayRouteList')
|
87
|
+
GatewayRouteRef = Shapes::StructureShape.new(name: 'GatewayRouteRef')
|
88
|
+
GatewayRouteSpec = Shapes::StructureShape.new(name: 'GatewayRouteSpec')
|
89
|
+
GatewayRouteStatus = Shapes::StructureShape.new(name: 'GatewayRouteStatus')
|
90
|
+
GatewayRouteStatusCode = Shapes::StringShape.new(name: 'GatewayRouteStatusCode')
|
91
|
+
GatewayRouteTarget = Shapes::StructureShape.new(name: 'GatewayRouteTarget')
|
92
|
+
GatewayRouteVirtualService = Shapes::StructureShape.new(name: 'GatewayRouteVirtualService')
|
93
|
+
GrpcGatewayRoute = Shapes::StructureShape.new(name: 'GrpcGatewayRoute')
|
94
|
+
GrpcGatewayRouteAction = Shapes::StructureShape.new(name: 'GrpcGatewayRouteAction')
|
95
|
+
GrpcGatewayRouteMatch = Shapes::StructureShape.new(name: 'GrpcGatewayRouteMatch')
|
73
96
|
GrpcRetryPolicy = Shapes::StructureShape.new(name: 'GrpcRetryPolicy')
|
74
97
|
GrpcRetryPolicyEvent = Shapes::StringShape.new(name: 'GrpcRetryPolicyEvent')
|
75
98
|
GrpcRetryPolicyEvents = Shapes::ListShape.new(name: 'GrpcRetryPolicyEvents')
|
@@ -88,6 +111,9 @@ module Aws::AppMesh
|
|
88
111
|
HealthCheckThreshold = Shapes::IntegerShape.new(name: 'HealthCheckThreshold')
|
89
112
|
HealthCheckTimeoutMillis = Shapes::IntegerShape.new(name: 'HealthCheckTimeoutMillis')
|
90
113
|
Hostname = Shapes::StringShape.new(name: 'Hostname')
|
114
|
+
HttpGatewayRoute = Shapes::StructureShape.new(name: 'HttpGatewayRoute')
|
115
|
+
HttpGatewayRouteAction = Shapes::StructureShape.new(name: 'HttpGatewayRouteAction')
|
116
|
+
HttpGatewayRouteMatch = Shapes::StructureShape.new(name: 'HttpGatewayRouteMatch')
|
91
117
|
HttpMethod = Shapes::StringShape.new(name: 'HttpMethod')
|
92
118
|
HttpRetryPolicy = Shapes::StructureShape.new(name: 'HttpRetryPolicy')
|
93
119
|
HttpRetryPolicyEvent = Shapes::StringShape.new(name: 'HttpRetryPolicyEvent')
|
@@ -101,6 +127,9 @@ module Aws::AppMesh
|
|
101
127
|
HttpTimeout = Shapes::StructureShape.new(name: 'HttpTimeout')
|
102
128
|
InternalServerErrorException = Shapes::StructureShape.new(name: 'InternalServerErrorException')
|
103
129
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
130
|
+
ListGatewayRoutesInput = Shapes::StructureShape.new(name: 'ListGatewayRoutesInput')
|
131
|
+
ListGatewayRoutesLimit = Shapes::IntegerShape.new(name: 'ListGatewayRoutesLimit')
|
132
|
+
ListGatewayRoutesOutput = Shapes::StructureShape.new(name: 'ListGatewayRoutesOutput')
|
104
133
|
ListMeshesInput = Shapes::StructureShape.new(name: 'ListMeshesInput')
|
105
134
|
ListMeshesLimit = Shapes::IntegerShape.new(name: 'ListMeshesLimit')
|
106
135
|
ListMeshesOutput = Shapes::StructureShape.new(name: 'ListMeshesOutput')
|
@@ -109,6 +138,9 @@ module Aws::AppMesh
|
|
109
138
|
ListRoutesOutput = Shapes::StructureShape.new(name: 'ListRoutesOutput')
|
110
139
|
ListTagsForResourceInput = Shapes::StructureShape.new(name: 'ListTagsForResourceInput')
|
111
140
|
ListTagsForResourceOutput = Shapes::StructureShape.new(name: 'ListTagsForResourceOutput')
|
141
|
+
ListVirtualGatewaysInput = Shapes::StructureShape.new(name: 'ListVirtualGatewaysInput')
|
142
|
+
ListVirtualGatewaysLimit = Shapes::IntegerShape.new(name: 'ListVirtualGatewaysLimit')
|
143
|
+
ListVirtualGatewaysOutput = Shapes::StructureShape.new(name: 'ListVirtualGatewaysOutput')
|
112
144
|
ListVirtualNodesInput = Shapes::StructureShape.new(name: 'ListVirtualNodesInput')
|
113
145
|
ListVirtualNodesLimit = Shapes::IntegerShape.new(name: 'ListVirtualNodesLimit')
|
114
146
|
ListVirtualNodesOutput = Shapes::StructureShape.new(name: 'ListVirtualNodesOutput')
|
@@ -129,6 +161,9 @@ module Aws::AppMesh
|
|
129
161
|
Logging = Shapes::StructureShape.new(name: 'Logging')
|
130
162
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
131
163
|
MatchRange = Shapes::StructureShape.new(name: 'MatchRange')
|
164
|
+
MaxConnections = Shapes::IntegerShape.new(name: 'MaxConnections')
|
165
|
+
MaxPendingRequests = Shapes::IntegerShape.new(name: 'MaxPendingRequests')
|
166
|
+
MaxRequests = Shapes::IntegerShape.new(name: 'MaxRequests')
|
132
167
|
MaxRetries = Shapes::IntegerShape.new(name: 'MaxRetries')
|
133
168
|
MeshData = Shapes::StructureShape.new(name: 'MeshData')
|
134
169
|
MeshList = Shapes::ListShape.new(name: 'MeshList')
|
@@ -138,6 +173,9 @@ module Aws::AppMesh
|
|
138
173
|
MeshStatusCode = Shapes::StringShape.new(name: 'MeshStatusCode')
|
139
174
|
MethodName = Shapes::StringShape.new(name: 'MethodName')
|
140
175
|
NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
|
176
|
+
OutlierDetection = Shapes::StructureShape.new(name: 'OutlierDetection')
|
177
|
+
OutlierDetectionMaxEjectionPercent = Shapes::IntegerShape.new(name: 'OutlierDetectionMaxEjectionPercent')
|
178
|
+
OutlierDetectionMaxServerErrors = Shapes::IntegerShape.new(name: 'OutlierDetectionMaxServerErrors')
|
141
179
|
PercentInt = Shapes::IntegerShape.new(name: 'PercentInt')
|
142
180
|
PortMapping = Shapes::StructureShape.new(name: 'PortMapping')
|
143
181
|
PortNumber = Shapes::IntegerShape.new(name: 'PortNumber')
|
@@ -179,23 +217,66 @@ module Aws::AppMesh
|
|
179
217
|
TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
|
180
218
|
UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
|
181
219
|
UntagResourceOutput = Shapes::StructureShape.new(name: 'UntagResourceOutput')
|
220
|
+
UpdateGatewayRouteInput = Shapes::StructureShape.new(name: 'UpdateGatewayRouteInput')
|
221
|
+
UpdateGatewayRouteOutput = Shapes::StructureShape.new(name: 'UpdateGatewayRouteOutput')
|
182
222
|
UpdateMeshInput = Shapes::StructureShape.new(name: 'UpdateMeshInput')
|
183
223
|
UpdateMeshOutput = Shapes::StructureShape.new(name: 'UpdateMeshOutput')
|
184
224
|
UpdateRouteInput = Shapes::StructureShape.new(name: 'UpdateRouteInput')
|
185
225
|
UpdateRouteOutput = Shapes::StructureShape.new(name: 'UpdateRouteOutput')
|
226
|
+
UpdateVirtualGatewayInput = Shapes::StructureShape.new(name: 'UpdateVirtualGatewayInput')
|
227
|
+
UpdateVirtualGatewayOutput = Shapes::StructureShape.new(name: 'UpdateVirtualGatewayOutput')
|
186
228
|
UpdateVirtualNodeInput = Shapes::StructureShape.new(name: 'UpdateVirtualNodeInput')
|
187
229
|
UpdateVirtualNodeOutput = Shapes::StructureShape.new(name: 'UpdateVirtualNodeOutput')
|
188
230
|
UpdateVirtualRouterInput = Shapes::StructureShape.new(name: 'UpdateVirtualRouterInput')
|
189
231
|
UpdateVirtualRouterOutput = Shapes::StructureShape.new(name: 'UpdateVirtualRouterOutput')
|
190
232
|
UpdateVirtualServiceInput = Shapes::StructureShape.new(name: 'UpdateVirtualServiceInput')
|
191
233
|
UpdateVirtualServiceOutput = Shapes::StructureShape.new(name: 'UpdateVirtualServiceOutput')
|
234
|
+
VirtualGatewayAccessLog = Shapes::StructureShape.new(name: 'VirtualGatewayAccessLog')
|
235
|
+
VirtualGatewayBackendDefaults = Shapes::StructureShape.new(name: 'VirtualGatewayBackendDefaults')
|
236
|
+
VirtualGatewayCertificateAuthorityArns = Shapes::ListShape.new(name: 'VirtualGatewayCertificateAuthorityArns')
|
237
|
+
VirtualGatewayClientPolicy = Shapes::StructureShape.new(name: 'VirtualGatewayClientPolicy')
|
238
|
+
VirtualGatewayClientPolicyTls = Shapes::StructureShape.new(name: 'VirtualGatewayClientPolicyTls')
|
239
|
+
VirtualGatewayConnectionPool = Shapes::StructureShape.new(name: 'VirtualGatewayConnectionPool')
|
240
|
+
VirtualGatewayData = Shapes::StructureShape.new(name: 'VirtualGatewayData')
|
241
|
+
VirtualGatewayFileAccessLog = Shapes::StructureShape.new(name: 'VirtualGatewayFileAccessLog')
|
242
|
+
VirtualGatewayGrpcConnectionPool = Shapes::StructureShape.new(name: 'VirtualGatewayGrpcConnectionPool')
|
243
|
+
VirtualGatewayHealthCheckIntervalMillis = Shapes::IntegerShape.new(name: 'VirtualGatewayHealthCheckIntervalMillis')
|
244
|
+
VirtualGatewayHealthCheckPolicy = Shapes::StructureShape.new(name: 'VirtualGatewayHealthCheckPolicy')
|
245
|
+
VirtualGatewayHealthCheckThreshold = Shapes::IntegerShape.new(name: 'VirtualGatewayHealthCheckThreshold')
|
246
|
+
VirtualGatewayHealthCheckTimeoutMillis = Shapes::IntegerShape.new(name: 'VirtualGatewayHealthCheckTimeoutMillis')
|
247
|
+
VirtualGatewayHttp2ConnectionPool = Shapes::StructureShape.new(name: 'VirtualGatewayHttp2ConnectionPool')
|
248
|
+
VirtualGatewayHttpConnectionPool = Shapes::StructureShape.new(name: 'VirtualGatewayHttpConnectionPool')
|
249
|
+
VirtualGatewayList = Shapes::ListShape.new(name: 'VirtualGatewayList')
|
250
|
+
VirtualGatewayListener = Shapes::StructureShape.new(name: 'VirtualGatewayListener')
|
251
|
+
VirtualGatewayListenerTls = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTls')
|
252
|
+
VirtualGatewayListenerTlsAcmCertificate = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTlsAcmCertificate')
|
253
|
+
VirtualGatewayListenerTlsCertificate = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTlsCertificate')
|
254
|
+
VirtualGatewayListenerTlsFileCertificate = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTlsFileCertificate')
|
255
|
+
VirtualGatewayListenerTlsMode = Shapes::StringShape.new(name: 'VirtualGatewayListenerTlsMode')
|
256
|
+
VirtualGatewayListeners = Shapes::ListShape.new(name: 'VirtualGatewayListeners')
|
257
|
+
VirtualGatewayLogging = Shapes::StructureShape.new(name: 'VirtualGatewayLogging')
|
258
|
+
VirtualGatewayPortMapping = Shapes::StructureShape.new(name: 'VirtualGatewayPortMapping')
|
259
|
+
VirtualGatewayPortProtocol = Shapes::StringShape.new(name: 'VirtualGatewayPortProtocol')
|
260
|
+
VirtualGatewayRef = Shapes::StructureShape.new(name: 'VirtualGatewayRef')
|
261
|
+
VirtualGatewaySpec = Shapes::StructureShape.new(name: 'VirtualGatewaySpec')
|
262
|
+
VirtualGatewayStatus = Shapes::StructureShape.new(name: 'VirtualGatewayStatus')
|
263
|
+
VirtualGatewayStatusCode = Shapes::StringShape.new(name: 'VirtualGatewayStatusCode')
|
264
|
+
VirtualGatewayTlsValidationContext = Shapes::StructureShape.new(name: 'VirtualGatewayTlsValidationContext')
|
265
|
+
VirtualGatewayTlsValidationContextAcmTrust = Shapes::StructureShape.new(name: 'VirtualGatewayTlsValidationContextAcmTrust')
|
266
|
+
VirtualGatewayTlsValidationContextFileTrust = Shapes::StructureShape.new(name: 'VirtualGatewayTlsValidationContextFileTrust')
|
267
|
+
VirtualGatewayTlsValidationContextTrust = Shapes::StructureShape.new(name: 'VirtualGatewayTlsValidationContextTrust')
|
268
|
+
VirtualNodeConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeConnectionPool')
|
192
269
|
VirtualNodeData = Shapes::StructureShape.new(name: 'VirtualNodeData')
|
270
|
+
VirtualNodeGrpcConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeGrpcConnectionPool')
|
271
|
+
VirtualNodeHttp2ConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeHttp2ConnectionPool')
|
272
|
+
VirtualNodeHttpConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeHttpConnectionPool')
|
193
273
|
VirtualNodeList = Shapes::ListShape.new(name: 'VirtualNodeList')
|
194
274
|
VirtualNodeRef = Shapes::StructureShape.new(name: 'VirtualNodeRef')
|
195
275
|
VirtualNodeServiceProvider = Shapes::StructureShape.new(name: 'VirtualNodeServiceProvider')
|
196
276
|
VirtualNodeSpec = Shapes::StructureShape.new(name: 'VirtualNodeSpec')
|
197
277
|
VirtualNodeStatus = Shapes::StructureShape.new(name: 'VirtualNodeStatus')
|
198
278
|
VirtualNodeStatusCode = Shapes::StringShape.new(name: 'VirtualNodeStatusCode')
|
279
|
+
VirtualNodeTcpConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeTcpConnectionPool')
|
199
280
|
VirtualRouterData = Shapes::StructureShape.new(name: 'VirtualRouterData')
|
200
281
|
VirtualRouterList = Shapes::ListShape.new(name: 'VirtualRouterList')
|
201
282
|
VirtualRouterListener = Shapes::StructureShape.new(name: 'VirtualRouterListener')
|
@@ -254,10 +335,24 @@ module Aws::AppMesh
|
|
254
335
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
255
336
|
ConflictException.struct_class = Types::ConflictException
|
256
337
|
|
338
|
+
CreateGatewayRouteInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
339
|
+
CreateGatewayRouteInput.add_member(:gateway_route_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "gatewayRouteName"))
|
340
|
+
CreateGatewayRouteInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
341
|
+
CreateGatewayRouteInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
342
|
+
CreateGatewayRouteInput.add_member(:spec, Shapes::ShapeRef.new(shape: GatewayRouteSpec, required: true, location_name: "spec"))
|
343
|
+
CreateGatewayRouteInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
344
|
+
CreateGatewayRouteInput.add_member(:virtual_gateway_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualGatewayName"))
|
345
|
+
CreateGatewayRouteInput.struct_class = Types::CreateGatewayRouteInput
|
346
|
+
|
347
|
+
CreateGatewayRouteOutput.add_member(:gateway_route, Shapes::ShapeRef.new(shape: GatewayRouteData, required: true, location_name: "gatewayRoute"))
|
348
|
+
CreateGatewayRouteOutput.struct_class = Types::CreateGatewayRouteOutput
|
349
|
+
CreateGatewayRouteOutput[:payload] = :gateway_route
|
350
|
+
CreateGatewayRouteOutput[:payload_member] = CreateGatewayRouteOutput.member(:gateway_route)
|
351
|
+
|
257
352
|
CreateMeshInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
258
353
|
CreateMeshInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
|
259
354
|
CreateMeshInput.add_member(:spec, Shapes::ShapeRef.new(shape: MeshSpec, location_name: "spec"))
|
260
|
-
CreateMeshInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"
|
355
|
+
CreateMeshInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
261
356
|
CreateMeshInput.struct_class = Types::CreateMeshInput
|
262
357
|
|
263
358
|
CreateMeshOutput.add_member(:mesh, Shapes::ShapeRef.new(shape: MeshData, required: true, location_name: "mesh"))
|
@@ -270,7 +365,7 @@ module Aws::AppMesh
|
|
270
365
|
CreateRouteInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
271
366
|
CreateRouteInput.add_member(:route_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "routeName"))
|
272
367
|
CreateRouteInput.add_member(:spec, Shapes::ShapeRef.new(shape: RouteSpec, required: true, location_name: "spec"))
|
273
|
-
CreateRouteInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"
|
368
|
+
CreateRouteInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
274
369
|
CreateRouteInput.add_member(:virtual_router_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualRouterName"))
|
275
370
|
CreateRouteInput.struct_class = Types::CreateRouteInput
|
276
371
|
|
@@ -279,11 +374,24 @@ module Aws::AppMesh
|
|
279
374
|
CreateRouteOutput[:payload] = :route
|
280
375
|
CreateRouteOutput[:payload_member] = CreateRouteOutput.member(:route)
|
281
376
|
|
377
|
+
CreateVirtualGatewayInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
378
|
+
CreateVirtualGatewayInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
379
|
+
CreateVirtualGatewayInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
380
|
+
CreateVirtualGatewayInput.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualGatewaySpec, required: true, location_name: "spec"))
|
381
|
+
CreateVirtualGatewayInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
382
|
+
CreateVirtualGatewayInput.add_member(:virtual_gateway_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualGatewayName"))
|
383
|
+
CreateVirtualGatewayInput.struct_class = Types::CreateVirtualGatewayInput
|
384
|
+
|
385
|
+
CreateVirtualGatewayOutput.add_member(:virtual_gateway, Shapes::ShapeRef.new(shape: VirtualGatewayData, required: true, location_name: "virtualGateway"))
|
386
|
+
CreateVirtualGatewayOutput.struct_class = Types::CreateVirtualGatewayOutput
|
387
|
+
CreateVirtualGatewayOutput[:payload] = :virtual_gateway
|
388
|
+
CreateVirtualGatewayOutput[:payload_member] = CreateVirtualGatewayOutput.member(:virtual_gateway)
|
389
|
+
|
282
390
|
CreateVirtualNodeInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
283
391
|
CreateVirtualNodeInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
284
392
|
CreateVirtualNodeInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
285
393
|
CreateVirtualNodeInput.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualNodeSpec, required: true, location_name: "spec"))
|
286
|
-
CreateVirtualNodeInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"
|
394
|
+
CreateVirtualNodeInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
287
395
|
CreateVirtualNodeInput.add_member(:virtual_node_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualNodeName"))
|
288
396
|
CreateVirtualNodeInput.struct_class = Types::CreateVirtualNodeInput
|
289
397
|
|
@@ -296,7 +404,7 @@ module Aws::AppMesh
|
|
296
404
|
CreateVirtualRouterInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
297
405
|
CreateVirtualRouterInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
298
406
|
CreateVirtualRouterInput.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualRouterSpec, required: true, location_name: "spec"))
|
299
|
-
CreateVirtualRouterInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"
|
407
|
+
CreateVirtualRouterInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
300
408
|
CreateVirtualRouterInput.add_member(:virtual_router_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualRouterName"))
|
301
409
|
CreateVirtualRouterInput.struct_class = Types::CreateVirtualRouterInput
|
302
410
|
|
@@ -309,7 +417,7 @@ module Aws::AppMesh
|
|
309
417
|
CreateVirtualServiceInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
310
418
|
CreateVirtualServiceInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
311
419
|
CreateVirtualServiceInput.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualServiceSpec, required: true, location_name: "spec"))
|
312
|
-
CreateVirtualServiceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"
|
420
|
+
CreateVirtualServiceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
313
421
|
CreateVirtualServiceInput.add_member(:virtual_service_name, Shapes::ShapeRef.new(shape: ServiceName, required: true, location_name: "virtualServiceName"))
|
314
422
|
CreateVirtualServiceInput.struct_class = Types::CreateVirtualServiceInput
|
315
423
|
|
@@ -318,6 +426,17 @@ module Aws::AppMesh
|
|
318
426
|
CreateVirtualServiceOutput[:payload] = :virtual_service
|
319
427
|
CreateVirtualServiceOutput[:payload_member] = CreateVirtualServiceOutput.member(:virtual_service)
|
320
428
|
|
429
|
+
DeleteGatewayRouteInput.add_member(:gateway_route_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "gatewayRouteName"))
|
430
|
+
DeleteGatewayRouteInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
431
|
+
DeleteGatewayRouteInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
432
|
+
DeleteGatewayRouteInput.add_member(:virtual_gateway_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualGatewayName"))
|
433
|
+
DeleteGatewayRouteInput.struct_class = Types::DeleteGatewayRouteInput
|
434
|
+
|
435
|
+
DeleteGatewayRouteOutput.add_member(:gateway_route, Shapes::ShapeRef.new(shape: GatewayRouteData, required: true, location_name: "gatewayRoute"))
|
436
|
+
DeleteGatewayRouteOutput.struct_class = Types::DeleteGatewayRouteOutput
|
437
|
+
DeleteGatewayRouteOutput[:payload] = :gateway_route
|
438
|
+
DeleteGatewayRouteOutput[:payload_member] = DeleteGatewayRouteOutput.member(:gateway_route)
|
439
|
+
|
321
440
|
DeleteMeshInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
322
441
|
DeleteMeshInput.struct_class = Types::DeleteMeshInput
|
323
442
|
|
@@ -337,6 +456,16 @@ module Aws::AppMesh
|
|
337
456
|
DeleteRouteOutput[:payload] = :route
|
338
457
|
DeleteRouteOutput[:payload_member] = DeleteRouteOutput.member(:route)
|
339
458
|
|
459
|
+
DeleteVirtualGatewayInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
460
|
+
DeleteVirtualGatewayInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
461
|
+
DeleteVirtualGatewayInput.add_member(:virtual_gateway_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualGatewayName"))
|
462
|
+
DeleteVirtualGatewayInput.struct_class = Types::DeleteVirtualGatewayInput
|
463
|
+
|
464
|
+
DeleteVirtualGatewayOutput.add_member(:virtual_gateway, Shapes::ShapeRef.new(shape: VirtualGatewayData, required: true, location_name: "virtualGateway"))
|
465
|
+
DeleteVirtualGatewayOutput.struct_class = Types::DeleteVirtualGatewayOutput
|
466
|
+
DeleteVirtualGatewayOutput[:payload] = :virtual_gateway
|
467
|
+
DeleteVirtualGatewayOutput[:payload_member] = DeleteVirtualGatewayOutput.member(:virtual_gateway)
|
468
|
+
|
340
469
|
DeleteVirtualNodeInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
341
470
|
DeleteVirtualNodeInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
342
471
|
DeleteVirtualNodeInput.add_member(:virtual_node_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualNodeName"))
|
@@ -367,6 +496,17 @@ module Aws::AppMesh
|
|
367
496
|
DeleteVirtualServiceOutput[:payload] = :virtual_service
|
368
497
|
DeleteVirtualServiceOutput[:payload_member] = DeleteVirtualServiceOutput.member(:virtual_service)
|
369
498
|
|
499
|
+
DescribeGatewayRouteInput.add_member(:gateway_route_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "gatewayRouteName"))
|
500
|
+
DescribeGatewayRouteInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
501
|
+
DescribeGatewayRouteInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
502
|
+
DescribeGatewayRouteInput.add_member(:virtual_gateway_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualGatewayName"))
|
503
|
+
DescribeGatewayRouteInput.struct_class = Types::DescribeGatewayRouteInput
|
504
|
+
|
505
|
+
DescribeGatewayRouteOutput.add_member(:gateway_route, Shapes::ShapeRef.new(shape: GatewayRouteData, required: true, location_name: "gatewayRoute"))
|
506
|
+
DescribeGatewayRouteOutput.struct_class = Types::DescribeGatewayRouteOutput
|
507
|
+
DescribeGatewayRouteOutput[:payload] = :gateway_route
|
508
|
+
DescribeGatewayRouteOutput[:payload_member] = DescribeGatewayRouteOutput.member(:gateway_route)
|
509
|
+
|
370
510
|
DescribeMeshInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
371
511
|
DescribeMeshInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
372
512
|
DescribeMeshInput.struct_class = Types::DescribeMeshInput
|
@@ -387,6 +527,16 @@ module Aws::AppMesh
|
|
387
527
|
DescribeRouteOutput[:payload] = :route
|
388
528
|
DescribeRouteOutput[:payload_member] = DescribeRouteOutput.member(:route)
|
389
529
|
|
530
|
+
DescribeVirtualGatewayInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
531
|
+
DescribeVirtualGatewayInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
532
|
+
DescribeVirtualGatewayInput.add_member(:virtual_gateway_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualGatewayName"))
|
533
|
+
DescribeVirtualGatewayInput.struct_class = Types::DescribeVirtualGatewayInput
|
534
|
+
|
535
|
+
DescribeVirtualGatewayOutput.add_member(:virtual_gateway, Shapes::ShapeRef.new(shape: VirtualGatewayData, required: true, location_name: "virtualGateway"))
|
536
|
+
DescribeVirtualGatewayOutput.struct_class = Types::DescribeVirtualGatewayOutput
|
537
|
+
DescribeVirtualGatewayOutput[:payload] = :virtual_gateway
|
538
|
+
DescribeVirtualGatewayOutput[:payload_member] = DescribeVirtualGatewayOutput.member(:virtual_gateway)
|
539
|
+
|
390
540
|
DescribeVirtualNodeInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
391
541
|
DescribeVirtualNodeInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
392
542
|
DescribeVirtualNodeInput.add_member(:virtual_node_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualNodeName"))
|
@@ -433,6 +583,51 @@ module Aws::AppMesh
|
|
433
583
|
ForbiddenException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
434
584
|
ForbiddenException.struct_class = Types::ForbiddenException
|
435
585
|
|
586
|
+
GatewayRouteData.add_member(:gateway_route_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "gatewayRouteName"))
|
587
|
+
GatewayRouteData.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
|
588
|
+
GatewayRouteData.add_member(:metadata, Shapes::ShapeRef.new(shape: ResourceMetadata, required: true, location_name: "metadata"))
|
589
|
+
GatewayRouteData.add_member(:spec, Shapes::ShapeRef.new(shape: GatewayRouteSpec, required: true, location_name: "spec"))
|
590
|
+
GatewayRouteData.add_member(:status, Shapes::ShapeRef.new(shape: GatewayRouteStatus, required: true, location_name: "status"))
|
591
|
+
GatewayRouteData.add_member(:virtual_gateway_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualGatewayName"))
|
592
|
+
GatewayRouteData.struct_class = Types::GatewayRouteData
|
593
|
+
|
594
|
+
GatewayRouteList.member = Shapes::ShapeRef.new(shape: GatewayRouteRef)
|
595
|
+
|
596
|
+
GatewayRouteRef.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
|
597
|
+
GatewayRouteRef.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
598
|
+
GatewayRouteRef.add_member(:gateway_route_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "gatewayRouteName"))
|
599
|
+
GatewayRouteRef.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedAt"))
|
600
|
+
GatewayRouteRef.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
|
601
|
+
GatewayRouteRef.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "meshOwner"))
|
602
|
+
GatewayRouteRef.add_member(:resource_owner, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "resourceOwner"))
|
603
|
+
GatewayRouteRef.add_member(:version, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "version"))
|
604
|
+
GatewayRouteRef.add_member(:virtual_gateway_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualGatewayName"))
|
605
|
+
GatewayRouteRef.struct_class = Types::GatewayRouteRef
|
606
|
+
|
607
|
+
GatewayRouteSpec.add_member(:grpc_route, Shapes::ShapeRef.new(shape: GrpcGatewayRoute, location_name: "grpcRoute"))
|
608
|
+
GatewayRouteSpec.add_member(:http2_route, Shapes::ShapeRef.new(shape: HttpGatewayRoute, location_name: "http2Route"))
|
609
|
+
GatewayRouteSpec.add_member(:http_route, Shapes::ShapeRef.new(shape: HttpGatewayRoute, location_name: "httpRoute"))
|
610
|
+
GatewayRouteSpec.struct_class = Types::GatewayRouteSpec
|
611
|
+
|
612
|
+
GatewayRouteStatus.add_member(:status, Shapes::ShapeRef.new(shape: GatewayRouteStatusCode, required: true, location_name: "status"))
|
613
|
+
GatewayRouteStatus.struct_class = Types::GatewayRouteStatus
|
614
|
+
|
615
|
+
GatewayRouteTarget.add_member(:virtual_service, Shapes::ShapeRef.new(shape: GatewayRouteVirtualService, required: true, location_name: "virtualService"))
|
616
|
+
GatewayRouteTarget.struct_class = Types::GatewayRouteTarget
|
617
|
+
|
618
|
+
GatewayRouteVirtualService.add_member(:virtual_service_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualServiceName"))
|
619
|
+
GatewayRouteVirtualService.struct_class = Types::GatewayRouteVirtualService
|
620
|
+
|
621
|
+
GrpcGatewayRoute.add_member(:action, Shapes::ShapeRef.new(shape: GrpcGatewayRouteAction, required: true, location_name: "action"))
|
622
|
+
GrpcGatewayRoute.add_member(:match, Shapes::ShapeRef.new(shape: GrpcGatewayRouteMatch, required: true, location_name: "match"))
|
623
|
+
GrpcGatewayRoute.struct_class = Types::GrpcGatewayRoute
|
624
|
+
|
625
|
+
GrpcGatewayRouteAction.add_member(:target, Shapes::ShapeRef.new(shape: GatewayRouteTarget, required: true, location_name: "target"))
|
626
|
+
GrpcGatewayRouteAction.struct_class = Types::GrpcGatewayRouteAction
|
627
|
+
|
628
|
+
GrpcGatewayRouteMatch.add_member(:service_name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "serviceName"))
|
629
|
+
GrpcGatewayRouteMatch.struct_class = Types::GrpcGatewayRouteMatch
|
630
|
+
|
436
631
|
GrpcRetryPolicy.add_member(:grpc_retry_events, Shapes::ShapeRef.new(shape: GrpcRetryPolicyEvents, location_name: "grpcRetryEvents"))
|
437
632
|
GrpcRetryPolicy.add_member(:http_retry_events, Shapes::ShapeRef.new(shape: HttpRetryPolicyEvents, location_name: "httpRetryEvents"))
|
438
633
|
GrpcRetryPolicy.add_member(:max_retries, Shapes::ShapeRef.new(shape: MaxRetries, required: true, location_name: "maxRetries"))
|
@@ -490,6 +685,16 @@ module Aws::AppMesh
|
|
490
685
|
HealthCheckPolicy.add_member(:unhealthy_threshold, Shapes::ShapeRef.new(shape: HealthCheckThreshold, required: true, location_name: "unhealthyThreshold"))
|
491
686
|
HealthCheckPolicy.struct_class = Types::HealthCheckPolicy
|
492
687
|
|
688
|
+
HttpGatewayRoute.add_member(:action, Shapes::ShapeRef.new(shape: HttpGatewayRouteAction, required: true, location_name: "action"))
|
689
|
+
HttpGatewayRoute.add_member(:match, Shapes::ShapeRef.new(shape: HttpGatewayRouteMatch, required: true, location_name: "match"))
|
690
|
+
HttpGatewayRoute.struct_class = Types::HttpGatewayRoute
|
691
|
+
|
692
|
+
HttpGatewayRouteAction.add_member(:target, Shapes::ShapeRef.new(shape: GatewayRouteTarget, required: true, location_name: "target"))
|
693
|
+
HttpGatewayRouteAction.struct_class = Types::HttpGatewayRouteAction
|
694
|
+
|
695
|
+
HttpGatewayRouteMatch.add_member(:prefix, Shapes::ShapeRef.new(shape: String, required: true, location_name: "prefix"))
|
696
|
+
HttpGatewayRouteMatch.struct_class = Types::HttpGatewayRouteMatch
|
697
|
+
|
493
698
|
HttpRetryPolicy.add_member(:http_retry_events, Shapes::ShapeRef.new(shape: HttpRetryPolicyEvents, location_name: "httpRetryEvents"))
|
494
699
|
HttpRetryPolicy.add_member(:max_retries, Shapes::ShapeRef.new(shape: MaxRetries, required: true, location_name: "maxRetries"))
|
495
700
|
HttpRetryPolicy.add_member(:per_retry_timeout, Shapes::ShapeRef.new(shape: Duration, required: true, location_name: "perRetryTimeout"))
|
@@ -530,6 +735,17 @@ module Aws::AppMesh
|
|
530
735
|
LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
531
736
|
LimitExceededException.struct_class = Types::LimitExceededException
|
532
737
|
|
738
|
+
ListGatewayRoutesInput.add_member(:limit, Shapes::ShapeRef.new(shape: ListGatewayRoutesLimit, location: "querystring", location_name: "limit"))
|
739
|
+
ListGatewayRoutesInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
740
|
+
ListGatewayRoutesInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
741
|
+
ListGatewayRoutesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
742
|
+
ListGatewayRoutesInput.add_member(:virtual_gateway_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualGatewayName"))
|
743
|
+
ListGatewayRoutesInput.struct_class = Types::ListGatewayRoutesInput
|
744
|
+
|
745
|
+
ListGatewayRoutesOutput.add_member(:gateway_routes, Shapes::ShapeRef.new(shape: GatewayRouteList, required: true, location_name: "gatewayRoutes"))
|
746
|
+
ListGatewayRoutesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
747
|
+
ListGatewayRoutesOutput.struct_class = Types::ListGatewayRoutesOutput
|
748
|
+
|
533
749
|
ListMeshesInput.add_member(:limit, Shapes::ShapeRef.new(shape: ListMeshesLimit, location: "querystring", location_name: "limit"))
|
534
750
|
ListMeshesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
535
751
|
ListMeshesInput.struct_class = Types::ListMeshesInput
|
@@ -558,6 +774,16 @@ module Aws::AppMesh
|
|
558
774
|
ListTagsForResourceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "tags"))
|
559
775
|
ListTagsForResourceOutput.struct_class = Types::ListTagsForResourceOutput
|
560
776
|
|
777
|
+
ListVirtualGatewaysInput.add_member(:limit, Shapes::ShapeRef.new(shape: ListVirtualGatewaysLimit, location: "querystring", location_name: "limit"))
|
778
|
+
ListVirtualGatewaysInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
779
|
+
ListVirtualGatewaysInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
780
|
+
ListVirtualGatewaysInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
781
|
+
ListVirtualGatewaysInput.struct_class = Types::ListVirtualGatewaysInput
|
782
|
+
|
783
|
+
ListVirtualGatewaysOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
784
|
+
ListVirtualGatewaysOutput.add_member(:virtual_gateways, Shapes::ShapeRef.new(shape: VirtualGatewayList, required: true, location_name: "virtualGateways"))
|
785
|
+
ListVirtualGatewaysOutput.struct_class = Types::ListVirtualGatewaysOutput
|
786
|
+
|
561
787
|
ListVirtualNodesInput.add_member(:limit, Shapes::ShapeRef.new(shape: ListVirtualNodesLimit, location: "querystring", location_name: "limit"))
|
562
788
|
ListVirtualNodesInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
563
789
|
ListVirtualNodesInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
@@ -588,7 +814,9 @@ module Aws::AppMesh
|
|
588
814
|
ListVirtualServicesOutput.add_member(:virtual_services, Shapes::ShapeRef.new(shape: VirtualServiceList, required: true, location_name: "virtualServices"))
|
589
815
|
ListVirtualServicesOutput.struct_class = Types::ListVirtualServicesOutput
|
590
816
|
|
817
|
+
Listener.add_member(:connection_pool, Shapes::ShapeRef.new(shape: VirtualNodeConnectionPool, location_name: "connectionPool"))
|
591
818
|
Listener.add_member(:health_check, Shapes::ShapeRef.new(shape: HealthCheckPolicy, location_name: "healthCheck"))
|
819
|
+
Listener.add_member(:outlier_detection, Shapes::ShapeRef.new(shape: OutlierDetection, location_name: "outlierDetection"))
|
592
820
|
Listener.add_member(:port_mapping, Shapes::ShapeRef.new(shape: PortMapping, required: true, location_name: "portMapping"))
|
593
821
|
Listener.add_member(:timeout, Shapes::ShapeRef.new(shape: ListenerTimeout, location_name: "timeout"))
|
594
822
|
Listener.add_member(:tls, Shapes::ShapeRef.new(shape: ListenerTls, location_name: "tls"))
|
@@ -650,6 +878,12 @@ module Aws::AppMesh
|
|
650
878
|
NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
651
879
|
NotFoundException.struct_class = Types::NotFoundException
|
652
880
|
|
881
|
+
OutlierDetection.add_member(:base_ejection_duration, Shapes::ShapeRef.new(shape: Duration, required: true, location_name: "baseEjectionDuration"))
|
882
|
+
OutlierDetection.add_member(:interval, Shapes::ShapeRef.new(shape: Duration, required: true, location_name: "interval"))
|
883
|
+
OutlierDetection.add_member(:max_ejection_percent, Shapes::ShapeRef.new(shape: OutlierDetectionMaxEjectionPercent, required: true, location_name: "maxEjectionPercent"))
|
884
|
+
OutlierDetection.add_member(:max_server_errors, Shapes::ShapeRef.new(shape: OutlierDetectionMaxServerErrors, required: true, location_name: "maxServerErrors"))
|
885
|
+
OutlierDetection.struct_class = Types::OutlierDetection
|
886
|
+
|
653
887
|
PortMapping.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "port"))
|
654
888
|
PortMapping.add_member(:protocol, Shapes::ShapeRef.new(shape: PortProtocol, required: true, location_name: "protocol"))
|
655
889
|
PortMapping.struct_class = Types::PortMapping
|
@@ -757,6 +991,19 @@ module Aws::AppMesh
|
|
757
991
|
|
758
992
|
UntagResourceOutput.struct_class = Types::UntagResourceOutput
|
759
993
|
|
994
|
+
UpdateGatewayRouteInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
995
|
+
UpdateGatewayRouteInput.add_member(:gateway_route_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "gatewayRouteName"))
|
996
|
+
UpdateGatewayRouteInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
997
|
+
UpdateGatewayRouteInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
998
|
+
UpdateGatewayRouteInput.add_member(:spec, Shapes::ShapeRef.new(shape: GatewayRouteSpec, required: true, location_name: "spec"))
|
999
|
+
UpdateGatewayRouteInput.add_member(:virtual_gateway_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualGatewayName"))
|
1000
|
+
UpdateGatewayRouteInput.struct_class = Types::UpdateGatewayRouteInput
|
1001
|
+
|
1002
|
+
UpdateGatewayRouteOutput.add_member(:gateway_route, Shapes::ShapeRef.new(shape: GatewayRouteData, required: true, location_name: "gatewayRoute"))
|
1003
|
+
UpdateGatewayRouteOutput.struct_class = Types::UpdateGatewayRouteOutput
|
1004
|
+
UpdateGatewayRouteOutput[:payload] = :gateway_route
|
1005
|
+
UpdateGatewayRouteOutput[:payload_member] = UpdateGatewayRouteOutput.member(:gateway_route)
|
1006
|
+
|
760
1007
|
UpdateMeshInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
761
1008
|
UpdateMeshInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
762
1009
|
UpdateMeshInput.add_member(:spec, Shapes::ShapeRef.new(shape: MeshSpec, location_name: "spec"))
|
@@ -780,6 +1027,18 @@ module Aws::AppMesh
|
|
780
1027
|
UpdateRouteOutput[:payload] = :route
|
781
1028
|
UpdateRouteOutput[:payload_member] = UpdateRouteOutput.member(:route)
|
782
1029
|
|
1030
|
+
UpdateVirtualGatewayInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
1031
|
+
UpdateVirtualGatewayInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
1032
|
+
UpdateVirtualGatewayInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
1033
|
+
UpdateVirtualGatewayInput.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualGatewaySpec, required: true, location_name: "spec"))
|
1034
|
+
UpdateVirtualGatewayInput.add_member(:virtual_gateway_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualGatewayName"))
|
1035
|
+
UpdateVirtualGatewayInput.struct_class = Types::UpdateVirtualGatewayInput
|
1036
|
+
|
1037
|
+
UpdateVirtualGatewayOutput.add_member(:virtual_gateway, Shapes::ShapeRef.new(shape: VirtualGatewayData, required: true, location_name: "virtualGateway"))
|
1038
|
+
UpdateVirtualGatewayOutput.struct_class = Types::UpdateVirtualGatewayOutput
|
1039
|
+
UpdateVirtualGatewayOutput[:payload] = :virtual_gateway
|
1040
|
+
UpdateVirtualGatewayOutput[:payload_member] = UpdateVirtualGatewayOutput.member(:virtual_gateway)
|
1041
|
+
|
783
1042
|
UpdateVirtualNodeInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
784
1043
|
UpdateVirtualNodeInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
785
1044
|
UpdateVirtualNodeInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
@@ -816,6 +1075,125 @@ module Aws::AppMesh
|
|
816
1075
|
UpdateVirtualServiceOutput[:payload] = :virtual_service
|
817
1076
|
UpdateVirtualServiceOutput[:payload_member] = UpdateVirtualServiceOutput.member(:virtual_service)
|
818
1077
|
|
1078
|
+
VirtualGatewayAccessLog.add_member(:file, Shapes::ShapeRef.new(shape: VirtualGatewayFileAccessLog, location_name: "file"))
|
1079
|
+
VirtualGatewayAccessLog.struct_class = Types::VirtualGatewayAccessLog
|
1080
|
+
|
1081
|
+
VirtualGatewayBackendDefaults.add_member(:client_policy, Shapes::ShapeRef.new(shape: VirtualGatewayClientPolicy, location_name: "clientPolicy"))
|
1082
|
+
VirtualGatewayBackendDefaults.struct_class = Types::VirtualGatewayBackendDefaults
|
1083
|
+
|
1084
|
+
VirtualGatewayCertificateAuthorityArns.member = Shapes::ShapeRef.new(shape: Arn)
|
1085
|
+
|
1086
|
+
VirtualGatewayClientPolicy.add_member(:tls, Shapes::ShapeRef.new(shape: VirtualGatewayClientPolicyTls, location_name: "tls"))
|
1087
|
+
VirtualGatewayClientPolicy.struct_class = Types::VirtualGatewayClientPolicy
|
1088
|
+
|
1089
|
+
VirtualGatewayClientPolicyTls.add_member(:enforce, Shapes::ShapeRef.new(shape: Boolean, location_name: "enforce", metadata: {"box"=>true}))
|
1090
|
+
VirtualGatewayClientPolicyTls.add_member(:ports, Shapes::ShapeRef.new(shape: PortSet, location_name: "ports"))
|
1091
|
+
VirtualGatewayClientPolicyTls.add_member(:validation, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContext, required: true, location_name: "validation"))
|
1092
|
+
VirtualGatewayClientPolicyTls.struct_class = Types::VirtualGatewayClientPolicyTls
|
1093
|
+
|
1094
|
+
VirtualGatewayConnectionPool.add_member(:grpc, Shapes::ShapeRef.new(shape: VirtualGatewayGrpcConnectionPool, location_name: "grpc"))
|
1095
|
+
VirtualGatewayConnectionPool.add_member(:http, Shapes::ShapeRef.new(shape: VirtualGatewayHttpConnectionPool, location_name: "http"))
|
1096
|
+
VirtualGatewayConnectionPool.add_member(:http2, Shapes::ShapeRef.new(shape: VirtualGatewayHttp2ConnectionPool, location_name: "http2"))
|
1097
|
+
VirtualGatewayConnectionPool.struct_class = Types::VirtualGatewayConnectionPool
|
1098
|
+
|
1099
|
+
VirtualGatewayData.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
|
1100
|
+
VirtualGatewayData.add_member(:metadata, Shapes::ShapeRef.new(shape: ResourceMetadata, required: true, location_name: "metadata"))
|
1101
|
+
VirtualGatewayData.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualGatewaySpec, required: true, location_name: "spec"))
|
1102
|
+
VirtualGatewayData.add_member(:status, Shapes::ShapeRef.new(shape: VirtualGatewayStatus, required: true, location_name: "status"))
|
1103
|
+
VirtualGatewayData.add_member(:virtual_gateway_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualGatewayName"))
|
1104
|
+
VirtualGatewayData.struct_class = Types::VirtualGatewayData
|
1105
|
+
|
1106
|
+
VirtualGatewayFileAccessLog.add_member(:path, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "path"))
|
1107
|
+
VirtualGatewayFileAccessLog.struct_class = Types::VirtualGatewayFileAccessLog
|
1108
|
+
|
1109
|
+
VirtualGatewayGrpcConnectionPool.add_member(:max_requests, Shapes::ShapeRef.new(shape: MaxRequests, required: true, location_name: "maxRequests"))
|
1110
|
+
VirtualGatewayGrpcConnectionPool.struct_class = Types::VirtualGatewayGrpcConnectionPool
|
1111
|
+
|
1112
|
+
VirtualGatewayHealthCheckPolicy.add_member(:healthy_threshold, Shapes::ShapeRef.new(shape: VirtualGatewayHealthCheckThreshold, required: true, location_name: "healthyThreshold"))
|
1113
|
+
VirtualGatewayHealthCheckPolicy.add_member(:interval_millis, Shapes::ShapeRef.new(shape: VirtualGatewayHealthCheckIntervalMillis, required: true, location_name: "intervalMillis"))
|
1114
|
+
VirtualGatewayHealthCheckPolicy.add_member(:path, Shapes::ShapeRef.new(shape: String, location_name: "path"))
|
1115
|
+
VirtualGatewayHealthCheckPolicy.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "port"))
|
1116
|
+
VirtualGatewayHealthCheckPolicy.add_member(:protocol, Shapes::ShapeRef.new(shape: VirtualGatewayPortProtocol, required: true, location_name: "protocol"))
|
1117
|
+
VirtualGatewayHealthCheckPolicy.add_member(:timeout_millis, Shapes::ShapeRef.new(shape: VirtualGatewayHealthCheckTimeoutMillis, required: true, location_name: "timeoutMillis"))
|
1118
|
+
VirtualGatewayHealthCheckPolicy.add_member(:unhealthy_threshold, Shapes::ShapeRef.new(shape: VirtualGatewayHealthCheckThreshold, required: true, location_name: "unhealthyThreshold"))
|
1119
|
+
VirtualGatewayHealthCheckPolicy.struct_class = Types::VirtualGatewayHealthCheckPolicy
|
1120
|
+
|
1121
|
+
VirtualGatewayHttp2ConnectionPool.add_member(:max_requests, Shapes::ShapeRef.new(shape: MaxRequests, required: true, location_name: "maxRequests"))
|
1122
|
+
VirtualGatewayHttp2ConnectionPool.struct_class = Types::VirtualGatewayHttp2ConnectionPool
|
1123
|
+
|
1124
|
+
VirtualGatewayHttpConnectionPool.add_member(:max_connections, Shapes::ShapeRef.new(shape: MaxConnections, required: true, location_name: "maxConnections"))
|
1125
|
+
VirtualGatewayHttpConnectionPool.add_member(:max_pending_requests, Shapes::ShapeRef.new(shape: MaxPendingRequests, location_name: "maxPendingRequests", metadata: {"box"=>true}))
|
1126
|
+
VirtualGatewayHttpConnectionPool.struct_class = Types::VirtualGatewayHttpConnectionPool
|
1127
|
+
|
1128
|
+
VirtualGatewayList.member = Shapes::ShapeRef.new(shape: VirtualGatewayRef)
|
1129
|
+
|
1130
|
+
VirtualGatewayListener.add_member(:connection_pool, Shapes::ShapeRef.new(shape: VirtualGatewayConnectionPool, location_name: "connectionPool"))
|
1131
|
+
VirtualGatewayListener.add_member(:health_check, Shapes::ShapeRef.new(shape: VirtualGatewayHealthCheckPolicy, location_name: "healthCheck"))
|
1132
|
+
VirtualGatewayListener.add_member(:port_mapping, Shapes::ShapeRef.new(shape: VirtualGatewayPortMapping, required: true, location_name: "portMapping"))
|
1133
|
+
VirtualGatewayListener.add_member(:tls, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTls, location_name: "tls"))
|
1134
|
+
VirtualGatewayListener.struct_class = Types::VirtualGatewayListener
|
1135
|
+
|
1136
|
+
VirtualGatewayListenerTls.add_member(:certificate, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsCertificate, required: true, location_name: "certificate"))
|
1137
|
+
VirtualGatewayListenerTls.add_member(:mode, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsMode, required: true, location_name: "mode"))
|
1138
|
+
VirtualGatewayListenerTls.struct_class = Types::VirtualGatewayListenerTls
|
1139
|
+
|
1140
|
+
VirtualGatewayListenerTlsAcmCertificate.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "certificateArn"))
|
1141
|
+
VirtualGatewayListenerTlsAcmCertificate.struct_class = Types::VirtualGatewayListenerTlsAcmCertificate
|
1142
|
+
|
1143
|
+
VirtualGatewayListenerTlsCertificate.add_member(:acm, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsAcmCertificate, location_name: "acm"))
|
1144
|
+
VirtualGatewayListenerTlsCertificate.add_member(:file, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsFileCertificate, location_name: "file"))
|
1145
|
+
VirtualGatewayListenerTlsCertificate.struct_class = Types::VirtualGatewayListenerTlsCertificate
|
1146
|
+
|
1147
|
+
VirtualGatewayListenerTlsFileCertificate.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "certificateChain"))
|
1148
|
+
VirtualGatewayListenerTlsFileCertificate.add_member(:private_key, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "privateKey"))
|
1149
|
+
VirtualGatewayListenerTlsFileCertificate.struct_class = Types::VirtualGatewayListenerTlsFileCertificate
|
1150
|
+
|
1151
|
+
VirtualGatewayListeners.member = Shapes::ShapeRef.new(shape: VirtualGatewayListener)
|
1152
|
+
|
1153
|
+
VirtualGatewayLogging.add_member(:access_log, Shapes::ShapeRef.new(shape: VirtualGatewayAccessLog, location_name: "accessLog"))
|
1154
|
+
VirtualGatewayLogging.struct_class = Types::VirtualGatewayLogging
|
1155
|
+
|
1156
|
+
VirtualGatewayPortMapping.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "port"))
|
1157
|
+
VirtualGatewayPortMapping.add_member(:protocol, Shapes::ShapeRef.new(shape: VirtualGatewayPortProtocol, required: true, location_name: "protocol"))
|
1158
|
+
VirtualGatewayPortMapping.struct_class = Types::VirtualGatewayPortMapping
|
1159
|
+
|
1160
|
+
VirtualGatewayRef.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
|
1161
|
+
VirtualGatewayRef.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
1162
|
+
VirtualGatewayRef.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedAt"))
|
1163
|
+
VirtualGatewayRef.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
|
1164
|
+
VirtualGatewayRef.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "meshOwner"))
|
1165
|
+
VirtualGatewayRef.add_member(:resource_owner, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "resourceOwner"))
|
1166
|
+
VirtualGatewayRef.add_member(:version, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "version"))
|
1167
|
+
VirtualGatewayRef.add_member(:virtual_gateway_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualGatewayName"))
|
1168
|
+
VirtualGatewayRef.struct_class = Types::VirtualGatewayRef
|
1169
|
+
|
1170
|
+
VirtualGatewaySpec.add_member(:backend_defaults, Shapes::ShapeRef.new(shape: VirtualGatewayBackendDefaults, location_name: "backendDefaults"))
|
1171
|
+
VirtualGatewaySpec.add_member(:listeners, Shapes::ShapeRef.new(shape: VirtualGatewayListeners, required: true, location_name: "listeners"))
|
1172
|
+
VirtualGatewaySpec.add_member(:logging, Shapes::ShapeRef.new(shape: VirtualGatewayLogging, location_name: "logging"))
|
1173
|
+
VirtualGatewaySpec.struct_class = Types::VirtualGatewaySpec
|
1174
|
+
|
1175
|
+
VirtualGatewayStatus.add_member(:status, Shapes::ShapeRef.new(shape: VirtualGatewayStatusCode, required: true, location_name: "status"))
|
1176
|
+
VirtualGatewayStatus.struct_class = Types::VirtualGatewayStatus
|
1177
|
+
|
1178
|
+
VirtualGatewayTlsValidationContext.add_member(:trust, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextTrust, required: true, location_name: "trust"))
|
1179
|
+
VirtualGatewayTlsValidationContext.struct_class = Types::VirtualGatewayTlsValidationContext
|
1180
|
+
|
1181
|
+
VirtualGatewayTlsValidationContextAcmTrust.add_member(:certificate_authority_arns, Shapes::ShapeRef.new(shape: VirtualGatewayCertificateAuthorityArns, required: true, location_name: "certificateAuthorityArns"))
|
1182
|
+
VirtualGatewayTlsValidationContextAcmTrust.struct_class = Types::VirtualGatewayTlsValidationContextAcmTrust
|
1183
|
+
|
1184
|
+
VirtualGatewayTlsValidationContextFileTrust.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "certificateChain"))
|
1185
|
+
VirtualGatewayTlsValidationContextFileTrust.struct_class = Types::VirtualGatewayTlsValidationContextFileTrust
|
1186
|
+
|
1187
|
+
VirtualGatewayTlsValidationContextTrust.add_member(:acm, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextAcmTrust, location_name: "acm"))
|
1188
|
+
VirtualGatewayTlsValidationContextTrust.add_member(:file, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextFileTrust, location_name: "file"))
|
1189
|
+
VirtualGatewayTlsValidationContextTrust.struct_class = Types::VirtualGatewayTlsValidationContextTrust
|
1190
|
+
|
1191
|
+
VirtualNodeConnectionPool.add_member(:grpc, Shapes::ShapeRef.new(shape: VirtualNodeGrpcConnectionPool, location_name: "grpc"))
|
1192
|
+
VirtualNodeConnectionPool.add_member(:http, Shapes::ShapeRef.new(shape: VirtualNodeHttpConnectionPool, location_name: "http"))
|
1193
|
+
VirtualNodeConnectionPool.add_member(:http2, Shapes::ShapeRef.new(shape: VirtualNodeHttp2ConnectionPool, location_name: "http2"))
|
1194
|
+
VirtualNodeConnectionPool.add_member(:tcp, Shapes::ShapeRef.new(shape: VirtualNodeTcpConnectionPool, location_name: "tcp"))
|
1195
|
+
VirtualNodeConnectionPool.struct_class = Types::VirtualNodeConnectionPool
|
1196
|
+
|
819
1197
|
VirtualNodeData.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
|
820
1198
|
VirtualNodeData.add_member(:metadata, Shapes::ShapeRef.new(shape: ResourceMetadata, required: true, location_name: "metadata"))
|
821
1199
|
VirtualNodeData.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualNodeSpec, required: true, location_name: "spec"))
|
@@ -823,6 +1201,16 @@ module Aws::AppMesh
|
|
823
1201
|
VirtualNodeData.add_member(:virtual_node_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualNodeName"))
|
824
1202
|
VirtualNodeData.struct_class = Types::VirtualNodeData
|
825
1203
|
|
1204
|
+
VirtualNodeGrpcConnectionPool.add_member(:max_requests, Shapes::ShapeRef.new(shape: MaxRequests, required: true, location_name: "maxRequests"))
|
1205
|
+
VirtualNodeGrpcConnectionPool.struct_class = Types::VirtualNodeGrpcConnectionPool
|
1206
|
+
|
1207
|
+
VirtualNodeHttp2ConnectionPool.add_member(:max_requests, Shapes::ShapeRef.new(shape: MaxRequests, required: true, location_name: "maxRequests"))
|
1208
|
+
VirtualNodeHttp2ConnectionPool.struct_class = Types::VirtualNodeHttp2ConnectionPool
|
1209
|
+
|
1210
|
+
VirtualNodeHttpConnectionPool.add_member(:max_connections, Shapes::ShapeRef.new(shape: MaxConnections, required: true, location_name: "maxConnections"))
|
1211
|
+
VirtualNodeHttpConnectionPool.add_member(:max_pending_requests, Shapes::ShapeRef.new(shape: MaxPendingRequests, location_name: "maxPendingRequests", metadata: {"box"=>true}))
|
1212
|
+
VirtualNodeHttpConnectionPool.struct_class = Types::VirtualNodeHttpConnectionPool
|
1213
|
+
|
826
1214
|
VirtualNodeList.member = Shapes::ShapeRef.new(shape: VirtualNodeRef)
|
827
1215
|
|
828
1216
|
VirtualNodeRef.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
|
@@ -848,6 +1236,9 @@ module Aws::AppMesh
|
|
848
1236
|
VirtualNodeStatus.add_member(:status, Shapes::ShapeRef.new(shape: VirtualNodeStatusCode, required: true, location_name: "status"))
|
849
1237
|
VirtualNodeStatus.struct_class = Types::VirtualNodeStatus
|
850
1238
|
|
1239
|
+
VirtualNodeTcpConnectionPool.add_member(:max_connections, Shapes::ShapeRef.new(shape: MaxConnections, required: true, location_name: "maxConnections"))
|
1240
|
+
VirtualNodeTcpConnectionPool.struct_class = Types::VirtualNodeTcpConnectionPool
|
1241
|
+
|
851
1242
|
VirtualRouterData.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
|
852
1243
|
VirtualRouterData.add_member(:metadata, Shapes::ShapeRef.new(shape: ResourceMetadata, required: true, location_name: "metadata"))
|
853
1244
|
VirtualRouterData.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualRouterSpec, required: true, location_name: "spec"))
|
@@ -938,20 +1329,36 @@ module Aws::AppMesh
|
|
938
1329
|
"uid" => "appmesh-2019-01-25",
|
939
1330
|
}
|
940
1331
|
|
1332
|
+
api.add_operation(:create_gateway_route, Seahorse::Model::Operation.new.tap do |o|
|
1333
|
+
o.name = "CreateGatewayRoute"
|
1334
|
+
o.http_method = "PUT"
|
1335
|
+
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes"
|
1336
|
+
o.input = Shapes::ShapeRef.new(shape: CreateGatewayRouteInput)
|
1337
|
+
o.output = Shapes::ShapeRef.new(shape: CreateGatewayRouteOutput)
|
1338
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1339
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1340
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1341
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1342
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1343
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1344
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1345
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1346
|
+
end)
|
1347
|
+
|
941
1348
|
api.add_operation(:create_mesh, Seahorse::Model::Operation.new.tap do |o|
|
942
1349
|
o.name = "CreateMesh"
|
943
1350
|
o.http_method = "PUT"
|
944
1351
|
o.http_request_uri = "/v20190125/meshes"
|
945
1352
|
o.input = Shapes::ShapeRef.new(shape: CreateMeshInput)
|
946
1353
|
o.output = Shapes::ShapeRef.new(shape: CreateMeshOutput)
|
1354
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
947
1355
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
948
1356
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1357
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
949
1358
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1359
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
950
1360
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
951
1361
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
952
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
953
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
954
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
955
1362
|
end)
|
956
1363
|
|
957
1364
|
api.add_operation(:create_route, Seahorse::Model::Operation.new.tap do |o|
|
@@ -960,14 +1367,30 @@ module Aws::AppMesh
|
|
960
1367
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes"
|
961
1368
|
o.input = Shapes::ShapeRef.new(shape: CreateRouteInput)
|
962
1369
|
o.output = Shapes::ShapeRef.new(shape: CreateRouteOutput)
|
1370
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
963
1371
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
964
1372
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1373
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
965
1374
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1375
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
966
1376
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
967
1377
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1378
|
+
end)
|
1379
|
+
|
1380
|
+
api.add_operation(:create_virtual_gateway, Seahorse::Model::Operation.new.tap do |o|
|
1381
|
+
o.name = "CreateVirtualGateway"
|
1382
|
+
o.http_method = "PUT"
|
1383
|
+
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateways"
|
1384
|
+
o.input = Shapes::ShapeRef.new(shape: CreateVirtualGatewayInput)
|
1385
|
+
o.output = Shapes::ShapeRef.new(shape: CreateVirtualGatewayOutput)
|
968
1386
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
969
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1387
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1388
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
970
1389
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1390
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1391
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1392
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1393
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
971
1394
|
end)
|
972
1395
|
|
973
1396
|
api.add_operation(:create_virtual_node, Seahorse::Model::Operation.new.tap do |o|
|
@@ -976,14 +1399,14 @@ module Aws::AppMesh
|
|
976
1399
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualNodes"
|
977
1400
|
o.input = Shapes::ShapeRef.new(shape: CreateVirtualNodeInput)
|
978
1401
|
o.output = Shapes::ShapeRef.new(shape: CreateVirtualNodeOutput)
|
1402
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
979
1403
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
980
1404
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1405
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
981
1406
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1407
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
982
1408
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
983
1409
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
984
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
985
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
986
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
987
1410
|
end)
|
988
1411
|
|
989
1412
|
api.add_operation(:create_virtual_router, Seahorse::Model::Operation.new.tap do |o|
|
@@ -992,14 +1415,14 @@ module Aws::AppMesh
|
|
992
1415
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouters"
|
993
1416
|
o.input = Shapes::ShapeRef.new(shape: CreateVirtualRouterInput)
|
994
1417
|
o.output = Shapes::ShapeRef.new(shape: CreateVirtualRouterOutput)
|
1418
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
995
1419
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
996
1420
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1421
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
997
1422
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1423
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
998
1424
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
999
1425
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1000
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1001
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1002
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1003
1426
|
end)
|
1004
1427
|
|
1005
1428
|
api.add_operation(:create_virtual_service, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1008,14 +1431,29 @@ module Aws::AppMesh
|
|
1008
1431
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualServices"
|
1009
1432
|
o.input = Shapes::ShapeRef.new(shape: CreateVirtualServiceInput)
|
1010
1433
|
o.output = Shapes::ShapeRef.new(shape: CreateVirtualServiceOutput)
|
1434
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1011
1435
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1012
1436
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1437
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1013
1438
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1439
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1014
1440
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1015
1441
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1442
|
+
end)
|
1443
|
+
|
1444
|
+
api.add_operation(:delete_gateway_route, Seahorse::Model::Operation.new.tap do |o|
|
1445
|
+
o.name = "DeleteGatewayRoute"
|
1446
|
+
o.http_method = "DELETE"
|
1447
|
+
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}"
|
1448
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteGatewayRouteInput)
|
1449
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteGatewayRouteOutput)
|
1016
1450
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1017
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1451
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1018
1452
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1453
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1454
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
1455
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1456
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1019
1457
|
end)
|
1020
1458
|
|
1021
1459
|
api.add_operation(:delete_mesh, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1024,13 +1462,13 @@ module Aws::AppMesh
|
|
1024
1462
|
o.http_request_uri = "/v20190125/meshes/{meshName}"
|
1025
1463
|
o.input = Shapes::ShapeRef.new(shape: DeleteMeshInput)
|
1026
1464
|
o.output = Shapes::ShapeRef.new(shape: DeleteMeshOutput)
|
1465
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1027
1466
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1467
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1028
1468
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1029
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1030
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1031
1469
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
1032
1470
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1033
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1471
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1034
1472
|
end)
|
1035
1473
|
|
1036
1474
|
api.add_operation(:delete_route, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1039,13 +1477,28 @@ module Aws::AppMesh
|
|
1039
1477
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}"
|
1040
1478
|
o.input = Shapes::ShapeRef.new(shape: DeleteRouteInput)
|
1041
1479
|
o.output = Shapes::ShapeRef.new(shape: DeleteRouteOutput)
|
1480
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1042
1481
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1482
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1043
1483
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1484
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
1485
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1044
1486
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1487
|
+
end)
|
1488
|
+
|
1489
|
+
api.add_operation(:delete_virtual_gateway, Seahorse::Model::Operation.new.tap do |o|
|
1490
|
+
o.name = "DeleteVirtualGateway"
|
1491
|
+
o.http_method = "DELETE"
|
1492
|
+
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}"
|
1493
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteVirtualGatewayInput)
|
1494
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteVirtualGatewayOutput)
|
1045
1495
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1496
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1497
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1498
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1046
1499
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
1047
1500
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1048
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1501
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1049
1502
|
end)
|
1050
1503
|
|
1051
1504
|
api.add_operation(:delete_virtual_node, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1054,13 +1507,13 @@ module Aws::AppMesh
|
|
1054
1507
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}"
|
1055
1508
|
o.input = Shapes::ShapeRef.new(shape: DeleteVirtualNodeInput)
|
1056
1509
|
o.output = Shapes::ShapeRef.new(shape: DeleteVirtualNodeOutput)
|
1510
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1057
1511
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1512
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1058
1513
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1059
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1060
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1061
1514
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
1062
1515
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1063
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1516
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1064
1517
|
end)
|
1065
1518
|
|
1066
1519
|
api.add_operation(:delete_virtual_router, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1069,13 +1522,13 @@ module Aws::AppMesh
|
|
1069
1522
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}"
|
1070
1523
|
o.input = Shapes::ShapeRef.new(shape: DeleteVirtualRouterInput)
|
1071
1524
|
o.output = Shapes::ShapeRef.new(shape: DeleteVirtualRouterOutput)
|
1525
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1072
1526
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1527
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1073
1528
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1074
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1075
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1076
1529
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
1077
1530
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1078
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1531
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1079
1532
|
end)
|
1080
1533
|
|
1081
1534
|
api.add_operation(:delete_virtual_service, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1084,13 +1537,27 @@ module Aws::AppMesh
|
|
1084
1537
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}"
|
1085
1538
|
o.input = Shapes::ShapeRef.new(shape: DeleteVirtualServiceInput)
|
1086
1539
|
o.output = Shapes::ShapeRef.new(shape: DeleteVirtualServiceOutput)
|
1540
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1087
1541
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1542
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1088
1543
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1089
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1090
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1091
1544
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
1092
1545
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1546
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1547
|
+
end)
|
1548
|
+
|
1549
|
+
api.add_operation(:describe_gateway_route, Seahorse::Model::Operation.new.tap do |o|
|
1550
|
+
o.name = "DescribeGatewayRoute"
|
1551
|
+
o.http_method = "GET"
|
1552
|
+
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}"
|
1553
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeGatewayRouteInput)
|
1554
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeGatewayRouteOutput)
|
1555
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1556
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1093
1557
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1558
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1559
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1560
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1094
1561
|
end)
|
1095
1562
|
|
1096
1563
|
api.add_operation(:describe_mesh, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1099,12 +1566,12 @@ module Aws::AppMesh
|
|
1099
1566
|
o.http_request_uri = "/v20190125/meshes/{meshName}"
|
1100
1567
|
o.input = Shapes::ShapeRef.new(shape: DescribeMeshInput)
|
1101
1568
|
o.output = Shapes::ShapeRef.new(shape: DescribeMeshOutput)
|
1569
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1102
1570
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1571
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1103
1572
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1104
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1105
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1106
1573
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1107
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1574
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1108
1575
|
end)
|
1109
1576
|
|
1110
1577
|
api.add_operation(:describe_route, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1113,12 +1580,26 @@ module Aws::AppMesh
|
|
1113
1580
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}"
|
1114
1581
|
o.input = Shapes::ShapeRef.new(shape: DescribeRouteInput)
|
1115
1582
|
o.output = Shapes::ShapeRef.new(shape: DescribeRouteOutput)
|
1583
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1116
1584
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1585
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1117
1586
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1587
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1118
1588
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1589
|
+
end)
|
1590
|
+
|
1591
|
+
api.add_operation(:describe_virtual_gateway, Seahorse::Model::Operation.new.tap do |o|
|
1592
|
+
o.name = "DescribeVirtualGateway"
|
1593
|
+
o.http_method = "GET"
|
1594
|
+
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}"
|
1595
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeVirtualGatewayInput)
|
1596
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeVirtualGatewayOutput)
|
1119
1597
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1120
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1598
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1121
1599
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1600
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1601
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1602
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1122
1603
|
end)
|
1123
1604
|
|
1124
1605
|
api.add_operation(:describe_virtual_node, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1127,12 +1608,12 @@ module Aws::AppMesh
|
|
1127
1608
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}"
|
1128
1609
|
o.input = Shapes::ShapeRef.new(shape: DescribeVirtualNodeInput)
|
1129
1610
|
o.output = Shapes::ShapeRef.new(shape: DescribeVirtualNodeOutput)
|
1611
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1130
1612
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1613
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1131
1614
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1132
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1133
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1134
1615
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1135
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1616
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1136
1617
|
end)
|
1137
1618
|
|
1138
1619
|
api.add_operation(:describe_virtual_router, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1141,12 +1622,12 @@ module Aws::AppMesh
|
|
1141
1622
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}"
|
1142
1623
|
o.input = Shapes::ShapeRef.new(shape: DescribeVirtualRouterInput)
|
1143
1624
|
o.output = Shapes::ShapeRef.new(shape: DescribeVirtualRouterOutput)
|
1625
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1144
1626
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1627
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1145
1628
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1146
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1147
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1148
1629
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1149
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1630
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1150
1631
|
end)
|
1151
1632
|
|
1152
1633
|
api.add_operation(:describe_virtual_service, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1155,12 +1636,32 @@ module Aws::AppMesh
|
|
1155
1636
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}"
|
1156
1637
|
o.input = Shapes::ShapeRef.new(shape: DescribeVirtualServiceInput)
|
1157
1638
|
o.output = Shapes::ShapeRef.new(shape: DescribeVirtualServiceOutput)
|
1639
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1158
1640
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1641
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1159
1642
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1643
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1160
1644
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1645
|
+
end)
|
1646
|
+
|
1647
|
+
api.add_operation(:list_gateway_routes, Seahorse::Model::Operation.new.tap do |o|
|
1648
|
+
o.name = "ListGatewayRoutes"
|
1649
|
+
o.http_method = "GET"
|
1650
|
+
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes"
|
1651
|
+
o.input = Shapes::ShapeRef.new(shape: ListGatewayRoutesInput)
|
1652
|
+
o.output = Shapes::ShapeRef.new(shape: ListGatewayRoutesOutput)
|
1161
1653
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1162
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1654
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1163
1655
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1656
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1657
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1658
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1659
|
+
o[:pager] = Aws::Pager.new(
|
1660
|
+
limit_key: "limit",
|
1661
|
+
tokens: {
|
1662
|
+
"next_token" => "next_token"
|
1663
|
+
}
|
1664
|
+
)
|
1164
1665
|
end)
|
1165
1666
|
|
1166
1667
|
api.add_operation(:list_meshes, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1169,12 +1670,12 @@ module Aws::AppMesh
|
|
1169
1670
|
o.http_request_uri = "/v20190125/meshes"
|
1170
1671
|
o.input = Shapes::ShapeRef.new(shape: ListMeshesInput)
|
1171
1672
|
o.output = Shapes::ShapeRef.new(shape: ListMeshesOutput)
|
1673
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1172
1674
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1675
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1173
1676
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1174
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1175
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1176
1677
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1177
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1678
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1178
1679
|
o[:pager] = Aws::Pager.new(
|
1179
1680
|
limit_key: "limit",
|
1180
1681
|
tokens: {
|
@@ -1189,12 +1690,12 @@ module Aws::AppMesh
|
|
1189
1690
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes"
|
1190
1691
|
o.input = Shapes::ShapeRef.new(shape: ListRoutesInput)
|
1191
1692
|
o.output = Shapes::ShapeRef.new(shape: ListRoutesOutput)
|
1693
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1192
1694
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1695
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1193
1696
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1194
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1195
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1196
1697
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1197
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1698
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1198
1699
|
o[:pager] = Aws::Pager.new(
|
1199
1700
|
limit_key: "limit",
|
1200
1701
|
tokens: {
|
@@ -1209,12 +1710,32 @@ module Aws::AppMesh
|
|
1209
1710
|
o.http_request_uri = "/v20190125/tags"
|
1210
1711
|
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceInput)
|
1211
1712
|
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceOutput)
|
1713
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1212
1714
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1715
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1213
1716
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1717
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1214
1718
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1719
|
+
o[:pager] = Aws::Pager.new(
|
1720
|
+
limit_key: "limit",
|
1721
|
+
tokens: {
|
1722
|
+
"next_token" => "next_token"
|
1723
|
+
}
|
1724
|
+
)
|
1725
|
+
end)
|
1726
|
+
|
1727
|
+
api.add_operation(:list_virtual_gateways, Seahorse::Model::Operation.new.tap do |o|
|
1728
|
+
o.name = "ListVirtualGateways"
|
1729
|
+
o.http_method = "GET"
|
1730
|
+
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateways"
|
1731
|
+
o.input = Shapes::ShapeRef.new(shape: ListVirtualGatewaysInput)
|
1732
|
+
o.output = Shapes::ShapeRef.new(shape: ListVirtualGatewaysOutput)
|
1215
1733
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1216
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1734
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1217
1735
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1736
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1737
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1738
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1218
1739
|
o[:pager] = Aws::Pager.new(
|
1219
1740
|
limit_key: "limit",
|
1220
1741
|
tokens: {
|
@@ -1229,12 +1750,12 @@ module Aws::AppMesh
|
|
1229
1750
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualNodes"
|
1230
1751
|
o.input = Shapes::ShapeRef.new(shape: ListVirtualNodesInput)
|
1231
1752
|
o.output = Shapes::ShapeRef.new(shape: ListVirtualNodesOutput)
|
1753
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1232
1754
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1755
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1233
1756
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1234
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1235
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1236
1757
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1237
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1758
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1238
1759
|
o[:pager] = Aws::Pager.new(
|
1239
1760
|
limit_key: "limit",
|
1240
1761
|
tokens: {
|
@@ -1249,12 +1770,12 @@ module Aws::AppMesh
|
|
1249
1770
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouters"
|
1250
1771
|
o.input = Shapes::ShapeRef.new(shape: ListVirtualRoutersInput)
|
1251
1772
|
o.output = Shapes::ShapeRef.new(shape: ListVirtualRoutersOutput)
|
1773
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1252
1774
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1775
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1253
1776
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1254
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1255
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1256
1777
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1257
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1778
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1258
1779
|
o[:pager] = Aws::Pager.new(
|
1259
1780
|
limit_key: "limit",
|
1260
1781
|
tokens: {
|
@@ -1269,12 +1790,12 @@ module Aws::AppMesh
|
|
1269
1790
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualServices"
|
1270
1791
|
o.input = Shapes::ShapeRef.new(shape: ListVirtualServicesInput)
|
1271
1792
|
o.output = Shapes::ShapeRef.new(shape: ListVirtualServicesOutput)
|
1793
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1272
1794
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1795
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1273
1796
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1274
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1275
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1276
1797
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1277
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1798
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1278
1799
|
o[:pager] = Aws::Pager.new(
|
1279
1800
|
limit_key: "limit",
|
1280
1801
|
tokens: {
|
@@ -1289,13 +1810,13 @@ module Aws::AppMesh
|
|
1289
1810
|
o.http_request_uri = "/v20190125/tag"
|
1290
1811
|
o.input = Shapes::ShapeRef.new(shape: TagResourceInput)
|
1291
1812
|
o.output = Shapes::ShapeRef.new(shape: TagResourceOutput)
|
1813
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1292
1814
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1815
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
1816
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1293
1817
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1294
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1295
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1296
1818
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1297
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1298
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
1819
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1299
1820
|
end)
|
1300
1821
|
|
1301
1822
|
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1304,12 +1825,28 @@ module Aws::AppMesh
|
|
1304
1825
|
o.http_request_uri = "/v20190125/untag"
|
1305
1826
|
o.input = Shapes::ShapeRef.new(shape: UntagResourceInput)
|
1306
1827
|
o.output = Shapes::ShapeRef.new(shape: UntagResourceOutput)
|
1828
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1307
1829
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1830
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1308
1831
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1832
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1309
1833
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1834
|
+
end)
|
1835
|
+
|
1836
|
+
api.add_operation(:update_gateway_route, Seahorse::Model::Operation.new.tap do |o|
|
1837
|
+
o.name = "UpdateGatewayRoute"
|
1838
|
+
o.http_method = "PUT"
|
1839
|
+
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}"
|
1840
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateGatewayRouteInput)
|
1841
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateGatewayRouteOutput)
|
1310
1842
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1311
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1843
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1844
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1312
1845
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1846
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1847
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1848
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1849
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1313
1850
|
end)
|
1314
1851
|
|
1315
1852
|
api.add_operation(:update_mesh, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1318,13 +1855,13 @@ module Aws::AppMesh
|
|
1318
1855
|
o.http_request_uri = "/v20190125/meshes/{meshName}"
|
1319
1856
|
o.input = Shapes::ShapeRef.new(shape: UpdateMeshInput)
|
1320
1857
|
o.output = Shapes::ShapeRef.new(shape: UpdateMeshOutput)
|
1858
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1321
1859
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1322
1860
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1861
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1323
1862
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1324
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1325
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1326
1863
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1327
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1864
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1328
1865
|
end)
|
1329
1866
|
|
1330
1867
|
api.add_operation(:update_route, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1333,14 +1870,30 @@ module Aws::AppMesh
|
|
1333
1870
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}"
|
1334
1871
|
o.input = Shapes::ShapeRef.new(shape: UpdateRouteInput)
|
1335
1872
|
o.output = Shapes::ShapeRef.new(shape: UpdateRouteOutput)
|
1873
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1336
1874
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1337
1875
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1876
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1338
1877
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1878
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1339
1879
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1340
1880
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1881
|
+
end)
|
1882
|
+
|
1883
|
+
api.add_operation(:update_virtual_gateway, Seahorse::Model::Operation.new.tap do |o|
|
1884
|
+
o.name = "UpdateVirtualGateway"
|
1885
|
+
o.http_method = "PUT"
|
1886
|
+
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}"
|
1887
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateVirtualGatewayInput)
|
1888
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateVirtualGatewayOutput)
|
1341
1889
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1342
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1890
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1891
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1343
1892
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1893
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1894
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1895
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1896
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1344
1897
|
end)
|
1345
1898
|
|
1346
1899
|
api.add_operation(:update_virtual_node, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1349,14 +1902,14 @@ module Aws::AppMesh
|
|
1349
1902
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}"
|
1350
1903
|
o.input = Shapes::ShapeRef.new(shape: UpdateVirtualNodeInput)
|
1351
1904
|
o.output = Shapes::ShapeRef.new(shape: UpdateVirtualNodeOutput)
|
1905
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1352
1906
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1353
1907
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1908
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1354
1909
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1910
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1355
1911
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1356
1912
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1357
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1358
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1359
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1360
1913
|
end)
|
1361
1914
|
|
1362
1915
|
api.add_operation(:update_virtual_router, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1365,14 +1918,14 @@ module Aws::AppMesh
|
|
1365
1918
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}"
|
1366
1919
|
o.input = Shapes::ShapeRef.new(shape: UpdateVirtualRouterInput)
|
1367
1920
|
o.output = Shapes::ShapeRef.new(shape: UpdateVirtualRouterOutput)
|
1921
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1368
1922
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1369
1923
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1924
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1370
1925
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1926
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1371
1927
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1372
1928
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1373
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1374
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1375
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1376
1929
|
end)
|
1377
1930
|
|
1378
1931
|
api.add_operation(:update_virtual_service, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1381,14 +1934,14 @@ module Aws::AppMesh
|
|
1381
1934
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}"
|
1382
1935
|
o.input = Shapes::ShapeRef.new(shape: UpdateVirtualServiceInput)
|
1383
1936
|
o.output = Shapes::ShapeRef.new(shape: UpdateVirtualServiceOutput)
|
1937
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1384
1938
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1385
1939
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1940
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1386
1941
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1942
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1387
1943
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1388
1944
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1389
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1390
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1391
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1392
1945
|
end)
|
1393
1946
|
end
|
1394
1947
|
|