aws-sdk-appmesh 1.31.0 → 1.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +199 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-appmesh.rb +2 -2
- data/lib/aws-sdk-appmesh/client.rb +1185 -211
- data/lib/aws-sdk-appmesh/client_api.rb +345 -124
- data/lib/aws-sdk-appmesh/errors.rb +32 -16
- data/lib/aws-sdk-appmesh/resource.rb +1 -1
- data/lib/aws-sdk-appmesh/types.rb +8169 -5425
- metadata +11 -9
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
|
4
4
|
#
|
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
7
7
|
#
|
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
|
9
9
|
|
|
@@ -30,6 +30,7 @@ module Aws::AppMesh
|
|
|
30
30
|
CertificateAuthorityArns = Shapes::ListShape.new(name: 'CertificateAuthorityArns')
|
|
31
31
|
ClientPolicy = Shapes::StructureShape.new(name: 'ClientPolicy')
|
|
32
32
|
ClientPolicyTls = Shapes::StructureShape.new(name: 'ClientPolicyTls')
|
|
33
|
+
ClientTlsCertificate = Shapes::StructureShape.new(name: 'ClientTlsCertificate')
|
|
33
34
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
34
35
|
CreateGatewayRouteInput = Shapes::StructureShape.new(name: 'CreateGatewayRouteInput')
|
|
35
36
|
CreateGatewayRouteOutput = Shapes::StructureShape.new(name: 'CreateGatewayRouteOutput')
|
|
@@ -45,6 +46,7 @@ module Aws::AppMesh
|
|
|
45
46
|
CreateVirtualRouterOutput = Shapes::StructureShape.new(name: 'CreateVirtualRouterOutput')
|
|
46
47
|
CreateVirtualServiceInput = Shapes::StructureShape.new(name: 'CreateVirtualServiceInput')
|
|
47
48
|
CreateVirtualServiceOutput = Shapes::StructureShape.new(name: 'CreateVirtualServiceOutput')
|
|
49
|
+
DefaultGatewayRouteRewrite = Shapes::StringShape.new(name: 'DefaultGatewayRouteRewrite')
|
|
48
50
|
DeleteGatewayRouteInput = Shapes::StructureShape.new(name: 'DeleteGatewayRouteInput')
|
|
49
51
|
DeleteGatewayRouteOutput = Shapes::StructureShape.new(name: 'DeleteGatewayRouteOutput')
|
|
50
52
|
DeleteMeshInput = Shapes::StructureShape.new(name: 'DeleteMeshInput')
|
|
@@ -73,17 +75,22 @@ module Aws::AppMesh
|
|
|
73
75
|
DescribeVirtualRouterOutput = Shapes::StructureShape.new(name: 'DescribeVirtualRouterOutput')
|
|
74
76
|
DescribeVirtualServiceInput = Shapes::StructureShape.new(name: 'DescribeVirtualServiceInput')
|
|
75
77
|
DescribeVirtualServiceOutput = Shapes::StructureShape.new(name: 'DescribeVirtualServiceOutput')
|
|
78
|
+
DnsResponseType = Shapes::StringShape.new(name: 'DnsResponseType')
|
|
76
79
|
DnsServiceDiscovery = Shapes::StructureShape.new(name: 'DnsServiceDiscovery')
|
|
77
80
|
Duration = Shapes::StructureShape.new(name: 'Duration')
|
|
78
81
|
DurationUnit = Shapes::StringShape.new(name: 'DurationUnit')
|
|
79
82
|
DurationValue = Shapes::IntegerShape.new(name: 'DurationValue')
|
|
80
83
|
EgressFilter = Shapes::StructureShape.new(name: 'EgressFilter')
|
|
81
84
|
EgressFilterType = Shapes::StringShape.new(name: 'EgressFilterType')
|
|
85
|
+
ExactHostName = Shapes::StringShape.new(name: 'ExactHostName')
|
|
82
86
|
FileAccessLog = Shapes::StructureShape.new(name: 'FileAccessLog')
|
|
83
87
|
FilePath = Shapes::StringShape.new(name: 'FilePath')
|
|
84
88
|
ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
|
|
85
89
|
GatewayRouteData = Shapes::StructureShape.new(name: 'GatewayRouteData')
|
|
90
|
+
GatewayRouteHostnameMatch = Shapes::StructureShape.new(name: 'GatewayRouteHostnameMatch')
|
|
91
|
+
GatewayRouteHostnameRewrite = Shapes::StructureShape.new(name: 'GatewayRouteHostnameRewrite')
|
|
86
92
|
GatewayRouteList = Shapes::ListShape.new(name: 'GatewayRouteList')
|
|
93
|
+
GatewayRoutePriority = Shapes::IntegerShape.new(name: 'GatewayRoutePriority')
|
|
87
94
|
GatewayRouteRef = Shapes::StructureShape.new(name: 'GatewayRouteRef')
|
|
88
95
|
GatewayRouteSpec = Shapes::StructureShape.new(name: 'GatewayRouteSpec')
|
|
89
96
|
GatewayRouteStatus = Shapes::StructureShape.new(name: 'GatewayRouteStatus')
|
|
@@ -93,6 +100,10 @@ module Aws::AppMesh
|
|
|
93
100
|
GrpcGatewayRoute = Shapes::StructureShape.new(name: 'GrpcGatewayRoute')
|
|
94
101
|
GrpcGatewayRouteAction = Shapes::StructureShape.new(name: 'GrpcGatewayRouteAction')
|
|
95
102
|
GrpcGatewayRouteMatch = Shapes::StructureShape.new(name: 'GrpcGatewayRouteMatch')
|
|
103
|
+
GrpcGatewayRouteMetadata = Shapes::StructureShape.new(name: 'GrpcGatewayRouteMetadata')
|
|
104
|
+
GrpcGatewayRouteMetadataList = Shapes::ListShape.new(name: 'GrpcGatewayRouteMetadataList')
|
|
105
|
+
GrpcGatewayRouteRewrite = Shapes::StructureShape.new(name: 'GrpcGatewayRouteRewrite')
|
|
106
|
+
GrpcMetadataMatchMethod = Shapes::StructureShape.new(name: 'GrpcMetadataMatchMethod')
|
|
96
107
|
GrpcRetryPolicy = Shapes::StructureShape.new(name: 'GrpcRetryPolicy')
|
|
97
108
|
GrpcRetryPolicyEvent = Shapes::StringShape.new(name: 'GrpcRetryPolicyEvent')
|
|
98
109
|
GrpcRetryPolicyEvents = Shapes::ListShape.new(name: 'GrpcRetryPolicyEvents')
|
|
@@ -113,8 +124,19 @@ module Aws::AppMesh
|
|
|
113
124
|
Hostname = Shapes::StringShape.new(name: 'Hostname')
|
|
114
125
|
HttpGatewayRoute = Shapes::StructureShape.new(name: 'HttpGatewayRoute')
|
|
115
126
|
HttpGatewayRouteAction = Shapes::StructureShape.new(name: 'HttpGatewayRouteAction')
|
|
127
|
+
HttpGatewayRouteHeader = Shapes::StructureShape.new(name: 'HttpGatewayRouteHeader')
|
|
128
|
+
HttpGatewayRouteHeaders = Shapes::ListShape.new(name: 'HttpGatewayRouteHeaders')
|
|
116
129
|
HttpGatewayRouteMatch = Shapes::StructureShape.new(name: 'HttpGatewayRouteMatch')
|
|
130
|
+
HttpGatewayRoutePathRewrite = Shapes::StructureShape.new(name: 'HttpGatewayRoutePathRewrite')
|
|
131
|
+
HttpGatewayRoutePrefix = Shapes::StringShape.new(name: 'HttpGatewayRoutePrefix')
|
|
132
|
+
HttpGatewayRoutePrefixRewrite = Shapes::StructureShape.new(name: 'HttpGatewayRoutePrefixRewrite')
|
|
133
|
+
HttpGatewayRouteRewrite = Shapes::StructureShape.new(name: 'HttpGatewayRouteRewrite')
|
|
117
134
|
HttpMethod = Shapes::StringShape.new(name: 'HttpMethod')
|
|
135
|
+
HttpPathExact = Shapes::StringShape.new(name: 'HttpPathExact')
|
|
136
|
+
HttpPathMatch = Shapes::StructureShape.new(name: 'HttpPathMatch')
|
|
137
|
+
HttpPathRegex = Shapes::StringShape.new(name: 'HttpPathRegex')
|
|
138
|
+
HttpQueryParameter = Shapes::StructureShape.new(name: 'HttpQueryParameter')
|
|
139
|
+
HttpQueryParameters = Shapes::ListShape.new(name: 'HttpQueryParameters')
|
|
118
140
|
HttpRetryPolicy = Shapes::StructureShape.new(name: 'HttpRetryPolicy')
|
|
119
141
|
HttpRetryPolicyEvent = Shapes::StringShape.new(name: 'HttpRetryPolicyEvent')
|
|
120
142
|
HttpRetryPolicyEvents = Shapes::ListShape.new(name: 'HttpRetryPolicyEvents')
|
|
@@ -157,10 +179,16 @@ module Aws::AppMesh
|
|
|
157
179
|
ListenerTlsCertificate = Shapes::StructureShape.new(name: 'ListenerTlsCertificate')
|
|
158
180
|
ListenerTlsFileCertificate = Shapes::StructureShape.new(name: 'ListenerTlsFileCertificate')
|
|
159
181
|
ListenerTlsMode = Shapes::StringShape.new(name: 'ListenerTlsMode')
|
|
182
|
+
ListenerTlsSdsCertificate = Shapes::StructureShape.new(name: 'ListenerTlsSdsCertificate')
|
|
183
|
+
ListenerTlsValidationContext = Shapes::StructureShape.new(name: 'ListenerTlsValidationContext')
|
|
184
|
+
ListenerTlsValidationContextTrust = Shapes::StructureShape.new(name: 'ListenerTlsValidationContextTrust')
|
|
160
185
|
Listeners = Shapes::ListShape.new(name: 'Listeners')
|
|
161
186
|
Logging = Shapes::StructureShape.new(name: 'Logging')
|
|
162
187
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
163
188
|
MatchRange = Shapes::StructureShape.new(name: 'MatchRange')
|
|
189
|
+
MaxConnections = Shapes::IntegerShape.new(name: 'MaxConnections')
|
|
190
|
+
MaxPendingRequests = Shapes::IntegerShape.new(name: 'MaxPendingRequests')
|
|
191
|
+
MaxRequests = Shapes::IntegerShape.new(name: 'MaxRequests')
|
|
164
192
|
MaxRetries = Shapes::IntegerShape.new(name: 'MaxRetries')
|
|
165
193
|
MeshData = Shapes::StructureShape.new(name: 'MeshData')
|
|
166
194
|
MeshList = Shapes::ListShape.new(name: 'MeshList')
|
|
@@ -170,11 +198,16 @@ module Aws::AppMesh
|
|
|
170
198
|
MeshStatusCode = Shapes::StringShape.new(name: 'MeshStatusCode')
|
|
171
199
|
MethodName = Shapes::StringShape.new(name: 'MethodName')
|
|
172
200
|
NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
|
|
201
|
+
OutlierDetection = Shapes::StructureShape.new(name: 'OutlierDetection')
|
|
202
|
+
OutlierDetectionMaxEjectionPercent = Shapes::IntegerShape.new(name: 'OutlierDetectionMaxEjectionPercent')
|
|
203
|
+
OutlierDetectionMaxServerErrors = Shapes::IntegerShape.new(name: 'OutlierDetectionMaxServerErrors')
|
|
173
204
|
PercentInt = Shapes::IntegerShape.new(name: 'PercentInt')
|
|
174
205
|
PortMapping = Shapes::StructureShape.new(name: 'PortMapping')
|
|
175
206
|
PortNumber = Shapes::IntegerShape.new(name: 'PortNumber')
|
|
176
207
|
PortProtocol = Shapes::StringShape.new(name: 'PortProtocol')
|
|
177
208
|
PortSet = Shapes::ListShape.new(name: 'PortSet')
|
|
209
|
+
QueryParameterMatch = Shapes::StructureShape.new(name: 'QueryParameterMatch')
|
|
210
|
+
QueryParameterName = Shapes::StringShape.new(name: 'QueryParameterName')
|
|
178
211
|
ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
|
|
179
212
|
ResourceMetadata = Shapes::StructureShape.new(name: 'ResourceMetadata')
|
|
180
213
|
ResourceName = Shapes::StringShape.new(name: 'ResourceName')
|
|
@@ -185,10 +218,16 @@ module Aws::AppMesh
|
|
|
185
218
|
RouteSpec = Shapes::StructureShape.new(name: 'RouteSpec')
|
|
186
219
|
RouteStatus = Shapes::StructureShape.new(name: 'RouteStatus')
|
|
187
220
|
RouteStatusCode = Shapes::StringShape.new(name: 'RouteStatusCode')
|
|
221
|
+
SdsSecretName = Shapes::StringShape.new(name: 'SdsSecretName')
|
|
188
222
|
ServiceDiscovery = Shapes::StructureShape.new(name: 'ServiceDiscovery')
|
|
189
223
|
ServiceName = Shapes::StringShape.new(name: 'ServiceName')
|
|
190
224
|
ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
|
|
191
225
|
String = Shapes::StringShape.new(name: 'String')
|
|
226
|
+
SubjectAlternativeName = Shapes::StringShape.new(name: 'SubjectAlternativeName')
|
|
227
|
+
SubjectAlternativeNameList = Shapes::ListShape.new(name: 'SubjectAlternativeNameList')
|
|
228
|
+
SubjectAlternativeNameMatchers = Shapes::StructureShape.new(name: 'SubjectAlternativeNameMatchers')
|
|
229
|
+
SubjectAlternativeNames = Shapes::StructureShape.new(name: 'SubjectAlternativeNames')
|
|
230
|
+
SuffixHostname = Shapes::StringShape.new(name: 'SuffixHostname')
|
|
192
231
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
193
232
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
|
194
233
|
TagList = Shapes::ListShape.new(name: 'TagList')
|
|
@@ -206,6 +245,7 @@ module Aws::AppMesh
|
|
|
206
245
|
TlsValidationContext = Shapes::StructureShape.new(name: 'TlsValidationContext')
|
|
207
246
|
TlsValidationContextAcmTrust = Shapes::StructureShape.new(name: 'TlsValidationContextAcmTrust')
|
|
208
247
|
TlsValidationContextFileTrust = Shapes::StructureShape.new(name: 'TlsValidationContextFileTrust')
|
|
248
|
+
TlsValidationContextSdsTrust = Shapes::StructureShape.new(name: 'TlsValidationContextSdsTrust')
|
|
209
249
|
TlsValidationContextTrust = Shapes::StructureShape.new(name: 'TlsValidationContextTrust')
|
|
210
250
|
TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
|
|
211
251
|
TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
|
|
@@ -230,12 +270,17 @@ module Aws::AppMesh
|
|
|
230
270
|
VirtualGatewayCertificateAuthorityArns = Shapes::ListShape.new(name: 'VirtualGatewayCertificateAuthorityArns')
|
|
231
271
|
VirtualGatewayClientPolicy = Shapes::StructureShape.new(name: 'VirtualGatewayClientPolicy')
|
|
232
272
|
VirtualGatewayClientPolicyTls = Shapes::StructureShape.new(name: 'VirtualGatewayClientPolicyTls')
|
|
273
|
+
VirtualGatewayClientTlsCertificate = Shapes::StructureShape.new(name: 'VirtualGatewayClientTlsCertificate')
|
|
274
|
+
VirtualGatewayConnectionPool = Shapes::StructureShape.new(name: 'VirtualGatewayConnectionPool')
|
|
233
275
|
VirtualGatewayData = Shapes::StructureShape.new(name: 'VirtualGatewayData')
|
|
234
276
|
VirtualGatewayFileAccessLog = Shapes::StructureShape.new(name: 'VirtualGatewayFileAccessLog')
|
|
277
|
+
VirtualGatewayGrpcConnectionPool = Shapes::StructureShape.new(name: 'VirtualGatewayGrpcConnectionPool')
|
|
235
278
|
VirtualGatewayHealthCheckIntervalMillis = Shapes::IntegerShape.new(name: 'VirtualGatewayHealthCheckIntervalMillis')
|
|
236
279
|
VirtualGatewayHealthCheckPolicy = Shapes::StructureShape.new(name: 'VirtualGatewayHealthCheckPolicy')
|
|
237
280
|
VirtualGatewayHealthCheckThreshold = Shapes::IntegerShape.new(name: 'VirtualGatewayHealthCheckThreshold')
|
|
238
281
|
VirtualGatewayHealthCheckTimeoutMillis = Shapes::IntegerShape.new(name: 'VirtualGatewayHealthCheckTimeoutMillis')
|
|
282
|
+
VirtualGatewayHttp2ConnectionPool = Shapes::StructureShape.new(name: 'VirtualGatewayHttp2ConnectionPool')
|
|
283
|
+
VirtualGatewayHttpConnectionPool = Shapes::StructureShape.new(name: 'VirtualGatewayHttpConnectionPool')
|
|
239
284
|
VirtualGatewayList = Shapes::ListShape.new(name: 'VirtualGatewayList')
|
|
240
285
|
VirtualGatewayListener = Shapes::StructureShape.new(name: 'VirtualGatewayListener')
|
|
241
286
|
VirtualGatewayListenerTls = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTls')
|
|
@@ -243,25 +288,35 @@ module Aws::AppMesh
|
|
|
243
288
|
VirtualGatewayListenerTlsCertificate = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTlsCertificate')
|
|
244
289
|
VirtualGatewayListenerTlsFileCertificate = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTlsFileCertificate')
|
|
245
290
|
VirtualGatewayListenerTlsMode = Shapes::StringShape.new(name: 'VirtualGatewayListenerTlsMode')
|
|
291
|
+
VirtualGatewayListenerTlsSdsCertificate = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTlsSdsCertificate')
|
|
292
|
+
VirtualGatewayListenerTlsValidationContext = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTlsValidationContext')
|
|
293
|
+
VirtualGatewayListenerTlsValidationContextTrust = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTlsValidationContextTrust')
|
|
246
294
|
VirtualGatewayListeners = Shapes::ListShape.new(name: 'VirtualGatewayListeners')
|
|
247
295
|
VirtualGatewayLogging = Shapes::StructureShape.new(name: 'VirtualGatewayLogging')
|
|
248
296
|
VirtualGatewayPortMapping = Shapes::StructureShape.new(name: 'VirtualGatewayPortMapping')
|
|
249
297
|
VirtualGatewayPortProtocol = Shapes::StringShape.new(name: 'VirtualGatewayPortProtocol')
|
|
250
298
|
VirtualGatewayRef = Shapes::StructureShape.new(name: 'VirtualGatewayRef')
|
|
299
|
+
VirtualGatewaySdsSecretName = Shapes::StringShape.new(name: 'VirtualGatewaySdsSecretName')
|
|
251
300
|
VirtualGatewaySpec = Shapes::StructureShape.new(name: 'VirtualGatewaySpec')
|
|
252
301
|
VirtualGatewayStatus = Shapes::StructureShape.new(name: 'VirtualGatewayStatus')
|
|
253
302
|
VirtualGatewayStatusCode = Shapes::StringShape.new(name: 'VirtualGatewayStatusCode')
|
|
254
303
|
VirtualGatewayTlsValidationContext = Shapes::StructureShape.new(name: 'VirtualGatewayTlsValidationContext')
|
|
255
304
|
VirtualGatewayTlsValidationContextAcmTrust = Shapes::StructureShape.new(name: 'VirtualGatewayTlsValidationContextAcmTrust')
|
|
256
305
|
VirtualGatewayTlsValidationContextFileTrust = Shapes::StructureShape.new(name: 'VirtualGatewayTlsValidationContextFileTrust')
|
|
306
|
+
VirtualGatewayTlsValidationContextSdsTrust = Shapes::StructureShape.new(name: 'VirtualGatewayTlsValidationContextSdsTrust')
|
|
257
307
|
VirtualGatewayTlsValidationContextTrust = Shapes::StructureShape.new(name: 'VirtualGatewayTlsValidationContextTrust')
|
|
308
|
+
VirtualNodeConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeConnectionPool')
|
|
258
309
|
VirtualNodeData = Shapes::StructureShape.new(name: 'VirtualNodeData')
|
|
310
|
+
VirtualNodeGrpcConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeGrpcConnectionPool')
|
|
311
|
+
VirtualNodeHttp2ConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeHttp2ConnectionPool')
|
|
312
|
+
VirtualNodeHttpConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeHttpConnectionPool')
|
|
259
313
|
VirtualNodeList = Shapes::ListShape.new(name: 'VirtualNodeList')
|
|
260
314
|
VirtualNodeRef = Shapes::StructureShape.new(name: 'VirtualNodeRef')
|
|
261
315
|
VirtualNodeServiceProvider = Shapes::StructureShape.new(name: 'VirtualNodeServiceProvider')
|
|
262
316
|
VirtualNodeSpec = Shapes::StructureShape.new(name: 'VirtualNodeSpec')
|
|
263
317
|
VirtualNodeStatus = Shapes::StructureShape.new(name: 'VirtualNodeStatus')
|
|
264
318
|
VirtualNodeStatusCode = Shapes::StringShape.new(name: 'VirtualNodeStatusCode')
|
|
319
|
+
VirtualNodeTcpConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeTcpConnectionPool')
|
|
265
320
|
VirtualRouterData = Shapes::StructureShape.new(name: 'VirtualRouterData')
|
|
266
321
|
VirtualRouterList = Shapes::ListShape.new(name: 'VirtualRouterList')
|
|
267
322
|
VirtualRouterListener = Shapes::StructureShape.new(name: 'VirtualRouterListener')
|
|
@@ -312,11 +367,16 @@ module Aws::AppMesh
|
|
|
312
367
|
ClientPolicy.add_member(:tls, Shapes::ShapeRef.new(shape: ClientPolicyTls, location_name: "tls"))
|
|
313
368
|
ClientPolicy.struct_class = Types::ClientPolicy
|
|
314
369
|
|
|
370
|
+
ClientPolicyTls.add_member(:certificate, Shapes::ShapeRef.new(shape: ClientTlsCertificate, location_name: "certificate"))
|
|
315
371
|
ClientPolicyTls.add_member(:enforce, Shapes::ShapeRef.new(shape: Boolean, location_name: "enforce", metadata: {"box"=>true}))
|
|
316
372
|
ClientPolicyTls.add_member(:ports, Shapes::ShapeRef.new(shape: PortSet, location_name: "ports"))
|
|
317
373
|
ClientPolicyTls.add_member(:validation, Shapes::ShapeRef.new(shape: TlsValidationContext, required: true, location_name: "validation"))
|
|
318
374
|
ClientPolicyTls.struct_class = Types::ClientPolicyTls
|
|
319
375
|
|
|
376
|
+
ClientTlsCertificate.add_member(:file, Shapes::ShapeRef.new(shape: ListenerTlsFileCertificate, location_name: "file"))
|
|
377
|
+
ClientTlsCertificate.add_member(:sds, Shapes::ShapeRef.new(shape: ListenerTlsSdsCertificate, location_name: "sds"))
|
|
378
|
+
ClientTlsCertificate.struct_class = Types::ClientTlsCertificate
|
|
379
|
+
|
|
320
380
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
321
381
|
ConflictException.struct_class = Types::ConflictException
|
|
322
382
|
|
|
@@ -337,7 +397,7 @@ module Aws::AppMesh
|
|
|
337
397
|
CreateMeshInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
|
338
398
|
CreateMeshInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
|
|
339
399
|
CreateMeshInput.add_member(:spec, Shapes::ShapeRef.new(shape: MeshSpec, location_name: "spec"))
|
|
340
|
-
CreateMeshInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"
|
|
400
|
+
CreateMeshInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
341
401
|
CreateMeshInput.struct_class = Types::CreateMeshInput
|
|
342
402
|
|
|
343
403
|
CreateMeshOutput.add_member(:mesh, Shapes::ShapeRef.new(shape: MeshData, required: true, location_name: "mesh"))
|
|
@@ -350,7 +410,7 @@ module Aws::AppMesh
|
|
|
350
410
|
CreateRouteInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
|
351
411
|
CreateRouteInput.add_member(:route_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "routeName"))
|
|
352
412
|
CreateRouteInput.add_member(:spec, Shapes::ShapeRef.new(shape: RouteSpec, required: true, location_name: "spec"))
|
|
353
|
-
CreateRouteInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"
|
|
413
|
+
CreateRouteInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
354
414
|
CreateRouteInput.add_member(:virtual_router_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "virtualRouterName"))
|
|
355
415
|
CreateRouteInput.struct_class = Types::CreateRouteInput
|
|
356
416
|
|
|
@@ -376,7 +436,7 @@ module Aws::AppMesh
|
|
|
376
436
|
CreateVirtualNodeInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
|
377
437
|
CreateVirtualNodeInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
|
378
438
|
CreateVirtualNodeInput.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualNodeSpec, required: true, location_name: "spec"))
|
|
379
|
-
CreateVirtualNodeInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"
|
|
439
|
+
CreateVirtualNodeInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
380
440
|
CreateVirtualNodeInput.add_member(:virtual_node_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualNodeName"))
|
|
381
441
|
CreateVirtualNodeInput.struct_class = Types::CreateVirtualNodeInput
|
|
382
442
|
|
|
@@ -389,7 +449,7 @@ module Aws::AppMesh
|
|
|
389
449
|
CreateVirtualRouterInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
|
390
450
|
CreateVirtualRouterInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
|
391
451
|
CreateVirtualRouterInput.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualRouterSpec, required: true, location_name: "spec"))
|
|
392
|
-
CreateVirtualRouterInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"
|
|
452
|
+
CreateVirtualRouterInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
393
453
|
CreateVirtualRouterInput.add_member(:virtual_router_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualRouterName"))
|
|
394
454
|
CreateVirtualRouterInput.struct_class = Types::CreateVirtualRouterInput
|
|
395
455
|
|
|
@@ -402,7 +462,7 @@ module Aws::AppMesh
|
|
|
402
462
|
CreateVirtualServiceInput.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "meshName"))
|
|
403
463
|
CreateVirtualServiceInput.add_member(:mesh_owner, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "meshOwner"))
|
|
404
464
|
CreateVirtualServiceInput.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualServiceSpec, required: true, location_name: "spec"))
|
|
405
|
-
CreateVirtualServiceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"
|
|
465
|
+
CreateVirtualServiceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
406
466
|
CreateVirtualServiceInput.add_member(:virtual_service_name, Shapes::ShapeRef.new(shape: ServiceName, required: true, location_name: "virtualServiceName"))
|
|
407
467
|
CreateVirtualServiceInput.struct_class = Types::CreateVirtualServiceInput
|
|
408
468
|
|
|
@@ -553,6 +613,7 @@ module Aws::AppMesh
|
|
|
553
613
|
DescribeVirtualServiceOutput[:payload_member] = DescribeVirtualServiceOutput.member(:virtual_service)
|
|
554
614
|
|
|
555
615
|
DnsServiceDiscovery.add_member(:hostname, Shapes::ShapeRef.new(shape: Hostname, required: true, location_name: "hostname"))
|
|
616
|
+
DnsServiceDiscovery.add_member(:response_type, Shapes::ShapeRef.new(shape: DnsResponseType, location_name: "responseType"))
|
|
556
617
|
DnsServiceDiscovery.struct_class = Types::DnsServiceDiscovery
|
|
557
618
|
|
|
558
619
|
Duration.add_member(:unit, Shapes::ShapeRef.new(shape: DurationUnit, location_name: "unit"))
|
|
@@ -576,6 +637,13 @@ module Aws::AppMesh
|
|
|
576
637
|
GatewayRouteData.add_member(:virtual_gateway_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualGatewayName"))
|
|
577
638
|
GatewayRouteData.struct_class = Types::GatewayRouteData
|
|
578
639
|
|
|
640
|
+
GatewayRouteHostnameMatch.add_member(:exact, Shapes::ShapeRef.new(shape: ExactHostName, location_name: "exact"))
|
|
641
|
+
GatewayRouteHostnameMatch.add_member(:suffix, Shapes::ShapeRef.new(shape: SuffixHostname, location_name: "suffix"))
|
|
642
|
+
GatewayRouteHostnameMatch.struct_class = Types::GatewayRouteHostnameMatch
|
|
643
|
+
|
|
644
|
+
GatewayRouteHostnameRewrite.add_member(:default_target_hostname, Shapes::ShapeRef.new(shape: DefaultGatewayRouteRewrite, location_name: "defaultTargetHostname"))
|
|
645
|
+
GatewayRouteHostnameRewrite.struct_class = Types::GatewayRouteHostnameRewrite
|
|
646
|
+
|
|
579
647
|
GatewayRouteList.member = Shapes::ShapeRef.new(shape: GatewayRouteRef)
|
|
580
648
|
|
|
581
649
|
GatewayRouteRef.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
|
|
@@ -592,6 +660,7 @@ module Aws::AppMesh
|
|
|
592
660
|
GatewayRouteSpec.add_member(:grpc_route, Shapes::ShapeRef.new(shape: GrpcGatewayRoute, location_name: "grpcRoute"))
|
|
593
661
|
GatewayRouteSpec.add_member(:http2_route, Shapes::ShapeRef.new(shape: HttpGatewayRoute, location_name: "http2Route"))
|
|
594
662
|
GatewayRouteSpec.add_member(:http_route, Shapes::ShapeRef.new(shape: HttpGatewayRoute, location_name: "httpRoute"))
|
|
663
|
+
GatewayRouteSpec.add_member(:priority, Shapes::ShapeRef.new(shape: GatewayRoutePriority, location_name: "priority"))
|
|
595
664
|
GatewayRouteSpec.struct_class = Types::GatewayRouteSpec
|
|
596
665
|
|
|
597
666
|
GatewayRouteStatus.add_member(:status, Shapes::ShapeRef.new(shape: GatewayRouteStatusCode, required: true, location_name: "status"))
|
|
@@ -607,12 +676,32 @@ module Aws::AppMesh
|
|
|
607
676
|
GrpcGatewayRoute.add_member(:match, Shapes::ShapeRef.new(shape: GrpcGatewayRouteMatch, required: true, location_name: "match"))
|
|
608
677
|
GrpcGatewayRoute.struct_class = Types::GrpcGatewayRoute
|
|
609
678
|
|
|
679
|
+
GrpcGatewayRouteAction.add_member(:rewrite, Shapes::ShapeRef.new(shape: GrpcGatewayRouteRewrite, location_name: "rewrite"))
|
|
610
680
|
GrpcGatewayRouteAction.add_member(:target, Shapes::ShapeRef.new(shape: GatewayRouteTarget, required: true, location_name: "target"))
|
|
611
681
|
GrpcGatewayRouteAction.struct_class = Types::GrpcGatewayRouteAction
|
|
612
682
|
|
|
683
|
+
GrpcGatewayRouteMatch.add_member(:hostname, Shapes::ShapeRef.new(shape: GatewayRouteHostnameMatch, location_name: "hostname"))
|
|
684
|
+
GrpcGatewayRouteMatch.add_member(:metadata, Shapes::ShapeRef.new(shape: GrpcGatewayRouteMetadataList, location_name: "metadata"))
|
|
613
685
|
GrpcGatewayRouteMatch.add_member(:service_name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "serviceName"))
|
|
614
686
|
GrpcGatewayRouteMatch.struct_class = Types::GrpcGatewayRouteMatch
|
|
615
687
|
|
|
688
|
+
GrpcGatewayRouteMetadata.add_member(:invert, Shapes::ShapeRef.new(shape: Boolean, location_name: "invert"))
|
|
689
|
+
GrpcGatewayRouteMetadata.add_member(:match, Shapes::ShapeRef.new(shape: GrpcMetadataMatchMethod, location_name: "match"))
|
|
690
|
+
GrpcGatewayRouteMetadata.add_member(:name, Shapes::ShapeRef.new(shape: HeaderName, required: true, location_name: "name"))
|
|
691
|
+
GrpcGatewayRouteMetadata.struct_class = Types::GrpcGatewayRouteMetadata
|
|
692
|
+
|
|
693
|
+
GrpcGatewayRouteMetadataList.member = Shapes::ShapeRef.new(shape: GrpcGatewayRouteMetadata)
|
|
694
|
+
|
|
695
|
+
GrpcGatewayRouteRewrite.add_member(:hostname, Shapes::ShapeRef.new(shape: GatewayRouteHostnameRewrite, location_name: "hostname"))
|
|
696
|
+
GrpcGatewayRouteRewrite.struct_class = Types::GrpcGatewayRouteRewrite
|
|
697
|
+
|
|
698
|
+
GrpcMetadataMatchMethod.add_member(:exact, Shapes::ShapeRef.new(shape: HeaderMatch, location_name: "exact"))
|
|
699
|
+
GrpcMetadataMatchMethod.add_member(:prefix, Shapes::ShapeRef.new(shape: HeaderMatch, location_name: "prefix"))
|
|
700
|
+
GrpcMetadataMatchMethod.add_member(:range, Shapes::ShapeRef.new(shape: MatchRange, location_name: "range"))
|
|
701
|
+
GrpcMetadataMatchMethod.add_member(:regex, Shapes::ShapeRef.new(shape: HeaderMatch, location_name: "regex"))
|
|
702
|
+
GrpcMetadataMatchMethod.add_member(:suffix, Shapes::ShapeRef.new(shape: HeaderMatch, location_name: "suffix"))
|
|
703
|
+
GrpcMetadataMatchMethod.struct_class = Types::GrpcMetadataMatchMethod
|
|
704
|
+
|
|
616
705
|
GrpcRetryPolicy.add_member(:grpc_retry_events, Shapes::ShapeRef.new(shape: GrpcRetryPolicyEvents, location_name: "grpcRetryEvents"))
|
|
617
706
|
GrpcRetryPolicy.add_member(:http_retry_events, Shapes::ShapeRef.new(shape: HttpRetryPolicyEvents, location_name: "httpRetryEvents"))
|
|
618
707
|
GrpcRetryPolicy.add_member(:max_retries, Shapes::ShapeRef.new(shape: MaxRetries, required: true, location_name: "maxRetries"))
|
|
@@ -674,12 +763,47 @@ module Aws::AppMesh
|
|
|
674
763
|
HttpGatewayRoute.add_member(:match, Shapes::ShapeRef.new(shape: HttpGatewayRouteMatch, required: true, location_name: "match"))
|
|
675
764
|
HttpGatewayRoute.struct_class = Types::HttpGatewayRoute
|
|
676
765
|
|
|
766
|
+
HttpGatewayRouteAction.add_member(:rewrite, Shapes::ShapeRef.new(shape: HttpGatewayRouteRewrite, location_name: "rewrite"))
|
|
677
767
|
HttpGatewayRouteAction.add_member(:target, Shapes::ShapeRef.new(shape: GatewayRouteTarget, required: true, location_name: "target"))
|
|
678
768
|
HttpGatewayRouteAction.struct_class = Types::HttpGatewayRouteAction
|
|
679
769
|
|
|
680
|
-
|
|
770
|
+
HttpGatewayRouteHeader.add_member(:invert, Shapes::ShapeRef.new(shape: Boolean, location_name: "invert"))
|
|
771
|
+
HttpGatewayRouteHeader.add_member(:match, Shapes::ShapeRef.new(shape: HeaderMatchMethod, location_name: "match"))
|
|
772
|
+
HttpGatewayRouteHeader.add_member(:name, Shapes::ShapeRef.new(shape: HeaderName, required: true, location_name: "name"))
|
|
773
|
+
HttpGatewayRouteHeader.struct_class = Types::HttpGatewayRouteHeader
|
|
774
|
+
|
|
775
|
+
HttpGatewayRouteHeaders.member = Shapes::ShapeRef.new(shape: HttpGatewayRouteHeader)
|
|
776
|
+
|
|
777
|
+
HttpGatewayRouteMatch.add_member(:headers, Shapes::ShapeRef.new(shape: HttpGatewayRouteHeaders, location_name: "headers"))
|
|
778
|
+
HttpGatewayRouteMatch.add_member(:hostname, Shapes::ShapeRef.new(shape: GatewayRouteHostnameMatch, location_name: "hostname"))
|
|
779
|
+
HttpGatewayRouteMatch.add_member(:method, Shapes::ShapeRef.new(shape: HttpMethod, location_name: "method"))
|
|
780
|
+
HttpGatewayRouteMatch.add_member(:path, Shapes::ShapeRef.new(shape: HttpPathMatch, location_name: "path"))
|
|
781
|
+
HttpGatewayRouteMatch.add_member(:prefix, Shapes::ShapeRef.new(shape: String, location_name: "prefix"))
|
|
782
|
+
HttpGatewayRouteMatch.add_member(:query_parameters, Shapes::ShapeRef.new(shape: HttpQueryParameters, location_name: "queryParameters"))
|
|
681
783
|
HttpGatewayRouteMatch.struct_class = Types::HttpGatewayRouteMatch
|
|
682
784
|
|
|
785
|
+
HttpGatewayRoutePathRewrite.add_member(:exact, Shapes::ShapeRef.new(shape: HttpPathExact, location_name: "exact"))
|
|
786
|
+
HttpGatewayRoutePathRewrite.struct_class = Types::HttpGatewayRoutePathRewrite
|
|
787
|
+
|
|
788
|
+
HttpGatewayRoutePrefixRewrite.add_member(:default_prefix, Shapes::ShapeRef.new(shape: DefaultGatewayRouteRewrite, location_name: "defaultPrefix"))
|
|
789
|
+
HttpGatewayRoutePrefixRewrite.add_member(:value, Shapes::ShapeRef.new(shape: HttpGatewayRoutePrefix, location_name: "value"))
|
|
790
|
+
HttpGatewayRoutePrefixRewrite.struct_class = Types::HttpGatewayRoutePrefixRewrite
|
|
791
|
+
|
|
792
|
+
HttpGatewayRouteRewrite.add_member(:hostname, Shapes::ShapeRef.new(shape: GatewayRouteHostnameRewrite, location_name: "hostname"))
|
|
793
|
+
HttpGatewayRouteRewrite.add_member(:path, Shapes::ShapeRef.new(shape: HttpGatewayRoutePathRewrite, location_name: "path"))
|
|
794
|
+
HttpGatewayRouteRewrite.add_member(:prefix, Shapes::ShapeRef.new(shape: HttpGatewayRoutePrefixRewrite, location_name: "prefix"))
|
|
795
|
+
HttpGatewayRouteRewrite.struct_class = Types::HttpGatewayRouteRewrite
|
|
796
|
+
|
|
797
|
+
HttpPathMatch.add_member(:exact, Shapes::ShapeRef.new(shape: HttpPathExact, location_name: "exact"))
|
|
798
|
+
HttpPathMatch.add_member(:regex, Shapes::ShapeRef.new(shape: HttpPathRegex, location_name: "regex"))
|
|
799
|
+
HttpPathMatch.struct_class = Types::HttpPathMatch
|
|
800
|
+
|
|
801
|
+
HttpQueryParameter.add_member(:match, Shapes::ShapeRef.new(shape: QueryParameterMatch, location_name: "match"))
|
|
802
|
+
HttpQueryParameter.add_member(:name, Shapes::ShapeRef.new(shape: QueryParameterName, required: true, location_name: "name"))
|
|
803
|
+
HttpQueryParameter.struct_class = Types::HttpQueryParameter
|
|
804
|
+
|
|
805
|
+
HttpQueryParameters.member = Shapes::ShapeRef.new(shape: HttpQueryParameter)
|
|
806
|
+
|
|
683
807
|
HttpRetryPolicy.add_member(:http_retry_events, Shapes::ShapeRef.new(shape: HttpRetryPolicyEvents, location_name: "httpRetryEvents"))
|
|
684
808
|
HttpRetryPolicy.add_member(:max_retries, Shapes::ShapeRef.new(shape: MaxRetries, required: true, location_name: "maxRetries"))
|
|
685
809
|
HttpRetryPolicy.add_member(:per_retry_timeout, Shapes::ShapeRef.new(shape: Duration, required: true, location_name: "perRetryTimeout"))
|
|
@@ -706,7 +830,9 @@ module Aws::AppMesh
|
|
|
706
830
|
|
|
707
831
|
HttpRouteMatch.add_member(:headers, Shapes::ShapeRef.new(shape: HttpRouteHeaders, location_name: "headers"))
|
|
708
832
|
HttpRouteMatch.add_member(:method, Shapes::ShapeRef.new(shape: HttpMethod, location_name: "method"))
|
|
709
|
-
HttpRouteMatch.add_member(:
|
|
833
|
+
HttpRouteMatch.add_member(:path, Shapes::ShapeRef.new(shape: HttpPathMatch, location_name: "path"))
|
|
834
|
+
HttpRouteMatch.add_member(:prefix, Shapes::ShapeRef.new(shape: String, location_name: "prefix"))
|
|
835
|
+
HttpRouteMatch.add_member(:query_parameters, Shapes::ShapeRef.new(shape: HttpQueryParameters, location_name: "queryParameters"))
|
|
710
836
|
HttpRouteMatch.add_member(:scheme, Shapes::ShapeRef.new(shape: HttpScheme, location_name: "scheme"))
|
|
711
837
|
HttpRouteMatch.struct_class = Types::HttpRouteMatch
|
|
712
838
|
|
|
@@ -799,7 +925,9 @@ module Aws::AppMesh
|
|
|
799
925
|
ListVirtualServicesOutput.add_member(:virtual_services, Shapes::ShapeRef.new(shape: VirtualServiceList, required: true, location_name: "virtualServices"))
|
|
800
926
|
ListVirtualServicesOutput.struct_class = Types::ListVirtualServicesOutput
|
|
801
927
|
|
|
928
|
+
Listener.add_member(:connection_pool, Shapes::ShapeRef.new(shape: VirtualNodeConnectionPool, location_name: "connectionPool"))
|
|
802
929
|
Listener.add_member(:health_check, Shapes::ShapeRef.new(shape: HealthCheckPolicy, location_name: "healthCheck"))
|
|
930
|
+
Listener.add_member(:outlier_detection, Shapes::ShapeRef.new(shape: OutlierDetection, location_name: "outlierDetection"))
|
|
803
931
|
Listener.add_member(:port_mapping, Shapes::ShapeRef.new(shape: PortMapping, required: true, location_name: "portMapping"))
|
|
804
932
|
Listener.add_member(:timeout, Shapes::ShapeRef.new(shape: ListenerTimeout, location_name: "timeout"))
|
|
805
933
|
Listener.add_member(:tls, Shapes::ShapeRef.new(shape: ListenerTls, location_name: "tls"))
|
|
@@ -813,6 +941,7 @@ module Aws::AppMesh
|
|
|
813
941
|
|
|
814
942
|
ListenerTls.add_member(:certificate, Shapes::ShapeRef.new(shape: ListenerTlsCertificate, required: true, location_name: "certificate"))
|
|
815
943
|
ListenerTls.add_member(:mode, Shapes::ShapeRef.new(shape: ListenerTlsMode, required: true, location_name: "mode"))
|
|
944
|
+
ListenerTls.add_member(:validation, Shapes::ShapeRef.new(shape: ListenerTlsValidationContext, location_name: "validation"))
|
|
816
945
|
ListenerTls.struct_class = Types::ListenerTls
|
|
817
946
|
|
|
818
947
|
ListenerTlsAcmCertificate.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "certificateArn"))
|
|
@@ -820,12 +949,24 @@ module Aws::AppMesh
|
|
|
820
949
|
|
|
821
950
|
ListenerTlsCertificate.add_member(:acm, Shapes::ShapeRef.new(shape: ListenerTlsAcmCertificate, location_name: "acm"))
|
|
822
951
|
ListenerTlsCertificate.add_member(:file, Shapes::ShapeRef.new(shape: ListenerTlsFileCertificate, location_name: "file"))
|
|
952
|
+
ListenerTlsCertificate.add_member(:sds, Shapes::ShapeRef.new(shape: ListenerTlsSdsCertificate, location_name: "sds"))
|
|
823
953
|
ListenerTlsCertificate.struct_class = Types::ListenerTlsCertificate
|
|
824
954
|
|
|
825
955
|
ListenerTlsFileCertificate.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "certificateChain"))
|
|
826
956
|
ListenerTlsFileCertificate.add_member(:private_key, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "privateKey"))
|
|
827
957
|
ListenerTlsFileCertificate.struct_class = Types::ListenerTlsFileCertificate
|
|
828
958
|
|
|
959
|
+
ListenerTlsSdsCertificate.add_member(:secret_name, Shapes::ShapeRef.new(shape: SdsSecretName, required: true, location_name: "secretName"))
|
|
960
|
+
ListenerTlsSdsCertificate.struct_class = Types::ListenerTlsSdsCertificate
|
|
961
|
+
|
|
962
|
+
ListenerTlsValidationContext.add_member(:subject_alternative_names, Shapes::ShapeRef.new(shape: SubjectAlternativeNames, location_name: "subjectAlternativeNames"))
|
|
963
|
+
ListenerTlsValidationContext.add_member(:trust, Shapes::ShapeRef.new(shape: ListenerTlsValidationContextTrust, required: true, location_name: "trust"))
|
|
964
|
+
ListenerTlsValidationContext.struct_class = Types::ListenerTlsValidationContext
|
|
965
|
+
|
|
966
|
+
ListenerTlsValidationContextTrust.add_member(:file, Shapes::ShapeRef.new(shape: TlsValidationContextFileTrust, location_name: "file"))
|
|
967
|
+
ListenerTlsValidationContextTrust.add_member(:sds, Shapes::ShapeRef.new(shape: TlsValidationContextSdsTrust, location_name: "sds"))
|
|
968
|
+
ListenerTlsValidationContextTrust.struct_class = Types::ListenerTlsValidationContextTrust
|
|
969
|
+
|
|
829
970
|
Listeners.member = Shapes::ShapeRef.new(shape: Listener)
|
|
830
971
|
|
|
831
972
|
Logging.add_member(:access_log, Shapes::ShapeRef.new(shape: AccessLog, location_name: "accessLog"))
|
|
@@ -861,12 +1002,21 @@ module Aws::AppMesh
|
|
|
861
1002
|
NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
862
1003
|
NotFoundException.struct_class = Types::NotFoundException
|
|
863
1004
|
|
|
1005
|
+
OutlierDetection.add_member(:base_ejection_duration, Shapes::ShapeRef.new(shape: Duration, required: true, location_name: "baseEjectionDuration"))
|
|
1006
|
+
OutlierDetection.add_member(:interval, Shapes::ShapeRef.new(shape: Duration, required: true, location_name: "interval"))
|
|
1007
|
+
OutlierDetection.add_member(:max_ejection_percent, Shapes::ShapeRef.new(shape: OutlierDetectionMaxEjectionPercent, required: true, location_name: "maxEjectionPercent"))
|
|
1008
|
+
OutlierDetection.add_member(:max_server_errors, Shapes::ShapeRef.new(shape: OutlierDetectionMaxServerErrors, required: true, location_name: "maxServerErrors"))
|
|
1009
|
+
OutlierDetection.struct_class = Types::OutlierDetection
|
|
1010
|
+
|
|
864
1011
|
PortMapping.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "port"))
|
|
865
1012
|
PortMapping.add_member(:protocol, Shapes::ShapeRef.new(shape: PortProtocol, required: true, location_name: "protocol"))
|
|
866
1013
|
PortMapping.struct_class = Types::PortMapping
|
|
867
1014
|
|
|
868
1015
|
PortSet.member = Shapes::ShapeRef.new(shape: PortNumber)
|
|
869
1016
|
|
|
1017
|
+
QueryParameterMatch.add_member(:exact, Shapes::ShapeRef.new(shape: String, location_name: "exact"))
|
|
1018
|
+
QueryParameterMatch.struct_class = Types::QueryParameterMatch
|
|
1019
|
+
|
|
870
1020
|
ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
871
1021
|
ResourceInUseException.struct_class = Types::ResourceInUseException
|
|
872
1022
|
|
|
@@ -917,12 +1067,20 @@ module Aws::AppMesh
|
|
|
917
1067
|
ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
918
1068
|
ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
|
|
919
1069
|
|
|
1070
|
+
SubjectAlternativeNameList.member = Shapes::ShapeRef.new(shape: SubjectAlternativeName)
|
|
1071
|
+
|
|
1072
|
+
SubjectAlternativeNameMatchers.add_member(:exact, Shapes::ShapeRef.new(shape: SubjectAlternativeNameList, required: true, location_name: "exact"))
|
|
1073
|
+
SubjectAlternativeNameMatchers.struct_class = Types::SubjectAlternativeNameMatchers
|
|
1074
|
+
|
|
1075
|
+
SubjectAlternativeNames.add_member(:match, Shapes::ShapeRef.new(shape: SubjectAlternativeNameMatchers, required: true, location_name: "match"))
|
|
1076
|
+
SubjectAlternativeNames.struct_class = Types::SubjectAlternativeNames
|
|
1077
|
+
|
|
920
1078
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
921
1079
|
|
|
922
1080
|
TagList.member = Shapes::ShapeRef.new(shape: TagRef)
|
|
923
1081
|
|
|
924
1082
|
TagRef.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "key"))
|
|
925
|
-
TagRef.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "value"))
|
|
1083
|
+
TagRef.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "value"))
|
|
926
1084
|
TagRef.struct_class = Types::TagRef
|
|
927
1085
|
|
|
928
1086
|
TagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "querystring", location_name: "resourceArn"))
|
|
@@ -943,6 +1101,7 @@ module Aws::AppMesh
|
|
|
943
1101
|
TcpTimeout.add_member(:idle, Shapes::ShapeRef.new(shape: Duration, location_name: "idle"))
|
|
944
1102
|
TcpTimeout.struct_class = Types::TcpTimeout
|
|
945
1103
|
|
|
1104
|
+
TlsValidationContext.add_member(:subject_alternative_names, Shapes::ShapeRef.new(shape: SubjectAlternativeNames, location_name: "subjectAlternativeNames"))
|
|
946
1105
|
TlsValidationContext.add_member(:trust, Shapes::ShapeRef.new(shape: TlsValidationContextTrust, required: true, location_name: "trust"))
|
|
947
1106
|
TlsValidationContext.struct_class = Types::TlsValidationContext
|
|
948
1107
|
|
|
@@ -952,8 +1111,12 @@ module Aws::AppMesh
|
|
|
952
1111
|
TlsValidationContextFileTrust.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "certificateChain"))
|
|
953
1112
|
TlsValidationContextFileTrust.struct_class = Types::TlsValidationContextFileTrust
|
|
954
1113
|
|
|
1114
|
+
TlsValidationContextSdsTrust.add_member(:secret_name, Shapes::ShapeRef.new(shape: SdsSecretName, required: true, location_name: "secretName"))
|
|
1115
|
+
TlsValidationContextSdsTrust.struct_class = Types::TlsValidationContextSdsTrust
|
|
1116
|
+
|
|
955
1117
|
TlsValidationContextTrust.add_member(:acm, Shapes::ShapeRef.new(shape: TlsValidationContextAcmTrust, location_name: "acm"))
|
|
956
1118
|
TlsValidationContextTrust.add_member(:file, Shapes::ShapeRef.new(shape: TlsValidationContextFileTrust, location_name: "file"))
|
|
1119
|
+
TlsValidationContextTrust.add_member(:sds, Shapes::ShapeRef.new(shape: TlsValidationContextSdsTrust, location_name: "sds"))
|
|
957
1120
|
TlsValidationContextTrust.struct_class = Types::TlsValidationContextTrust
|
|
958
1121
|
|
|
959
1122
|
TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
@@ -1063,11 +1226,21 @@ module Aws::AppMesh
|
|
|
1063
1226
|
VirtualGatewayClientPolicy.add_member(:tls, Shapes::ShapeRef.new(shape: VirtualGatewayClientPolicyTls, location_name: "tls"))
|
|
1064
1227
|
VirtualGatewayClientPolicy.struct_class = Types::VirtualGatewayClientPolicy
|
|
1065
1228
|
|
|
1229
|
+
VirtualGatewayClientPolicyTls.add_member(:certificate, Shapes::ShapeRef.new(shape: VirtualGatewayClientTlsCertificate, location_name: "certificate"))
|
|
1066
1230
|
VirtualGatewayClientPolicyTls.add_member(:enforce, Shapes::ShapeRef.new(shape: Boolean, location_name: "enforce", metadata: {"box"=>true}))
|
|
1067
1231
|
VirtualGatewayClientPolicyTls.add_member(:ports, Shapes::ShapeRef.new(shape: PortSet, location_name: "ports"))
|
|
1068
1232
|
VirtualGatewayClientPolicyTls.add_member(:validation, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContext, required: true, location_name: "validation"))
|
|
1069
1233
|
VirtualGatewayClientPolicyTls.struct_class = Types::VirtualGatewayClientPolicyTls
|
|
1070
1234
|
|
|
1235
|
+
VirtualGatewayClientTlsCertificate.add_member(:file, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsFileCertificate, location_name: "file"))
|
|
1236
|
+
VirtualGatewayClientTlsCertificate.add_member(:sds, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsSdsCertificate, location_name: "sds"))
|
|
1237
|
+
VirtualGatewayClientTlsCertificate.struct_class = Types::VirtualGatewayClientTlsCertificate
|
|
1238
|
+
|
|
1239
|
+
VirtualGatewayConnectionPool.add_member(:grpc, Shapes::ShapeRef.new(shape: VirtualGatewayGrpcConnectionPool, location_name: "grpc"))
|
|
1240
|
+
VirtualGatewayConnectionPool.add_member(:http, Shapes::ShapeRef.new(shape: VirtualGatewayHttpConnectionPool, location_name: "http"))
|
|
1241
|
+
VirtualGatewayConnectionPool.add_member(:http2, Shapes::ShapeRef.new(shape: VirtualGatewayHttp2ConnectionPool, location_name: "http2"))
|
|
1242
|
+
VirtualGatewayConnectionPool.struct_class = Types::VirtualGatewayConnectionPool
|
|
1243
|
+
|
|
1071
1244
|
VirtualGatewayData.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
|
|
1072
1245
|
VirtualGatewayData.add_member(:metadata, Shapes::ShapeRef.new(shape: ResourceMetadata, required: true, location_name: "metadata"))
|
|
1073
1246
|
VirtualGatewayData.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualGatewaySpec, required: true, location_name: "spec"))
|
|
@@ -1078,6 +1251,9 @@ module Aws::AppMesh
|
|
|
1078
1251
|
VirtualGatewayFileAccessLog.add_member(:path, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "path"))
|
|
1079
1252
|
VirtualGatewayFileAccessLog.struct_class = Types::VirtualGatewayFileAccessLog
|
|
1080
1253
|
|
|
1254
|
+
VirtualGatewayGrpcConnectionPool.add_member(:max_requests, Shapes::ShapeRef.new(shape: MaxRequests, required: true, location_name: "maxRequests"))
|
|
1255
|
+
VirtualGatewayGrpcConnectionPool.struct_class = Types::VirtualGatewayGrpcConnectionPool
|
|
1256
|
+
|
|
1081
1257
|
VirtualGatewayHealthCheckPolicy.add_member(:healthy_threshold, Shapes::ShapeRef.new(shape: VirtualGatewayHealthCheckThreshold, required: true, location_name: "healthyThreshold"))
|
|
1082
1258
|
VirtualGatewayHealthCheckPolicy.add_member(:interval_millis, Shapes::ShapeRef.new(shape: VirtualGatewayHealthCheckIntervalMillis, required: true, location_name: "intervalMillis"))
|
|
1083
1259
|
VirtualGatewayHealthCheckPolicy.add_member(:path, Shapes::ShapeRef.new(shape: String, location_name: "path"))
|
|
@@ -1087,8 +1263,16 @@ module Aws::AppMesh
|
|
|
1087
1263
|
VirtualGatewayHealthCheckPolicy.add_member(:unhealthy_threshold, Shapes::ShapeRef.new(shape: VirtualGatewayHealthCheckThreshold, required: true, location_name: "unhealthyThreshold"))
|
|
1088
1264
|
VirtualGatewayHealthCheckPolicy.struct_class = Types::VirtualGatewayHealthCheckPolicy
|
|
1089
1265
|
|
|
1266
|
+
VirtualGatewayHttp2ConnectionPool.add_member(:max_requests, Shapes::ShapeRef.new(shape: MaxRequests, required: true, location_name: "maxRequests"))
|
|
1267
|
+
VirtualGatewayHttp2ConnectionPool.struct_class = Types::VirtualGatewayHttp2ConnectionPool
|
|
1268
|
+
|
|
1269
|
+
VirtualGatewayHttpConnectionPool.add_member(:max_connections, Shapes::ShapeRef.new(shape: MaxConnections, required: true, location_name: "maxConnections"))
|
|
1270
|
+
VirtualGatewayHttpConnectionPool.add_member(:max_pending_requests, Shapes::ShapeRef.new(shape: MaxPendingRequests, location_name: "maxPendingRequests", metadata: {"box"=>true}))
|
|
1271
|
+
VirtualGatewayHttpConnectionPool.struct_class = Types::VirtualGatewayHttpConnectionPool
|
|
1272
|
+
|
|
1090
1273
|
VirtualGatewayList.member = Shapes::ShapeRef.new(shape: VirtualGatewayRef)
|
|
1091
1274
|
|
|
1275
|
+
VirtualGatewayListener.add_member(:connection_pool, Shapes::ShapeRef.new(shape: VirtualGatewayConnectionPool, location_name: "connectionPool"))
|
|
1092
1276
|
VirtualGatewayListener.add_member(:health_check, Shapes::ShapeRef.new(shape: VirtualGatewayHealthCheckPolicy, location_name: "healthCheck"))
|
|
1093
1277
|
VirtualGatewayListener.add_member(:port_mapping, Shapes::ShapeRef.new(shape: VirtualGatewayPortMapping, required: true, location_name: "portMapping"))
|
|
1094
1278
|
VirtualGatewayListener.add_member(:tls, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTls, location_name: "tls"))
|
|
@@ -1096,6 +1280,7 @@ module Aws::AppMesh
|
|
|
1096
1280
|
|
|
1097
1281
|
VirtualGatewayListenerTls.add_member(:certificate, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsCertificate, required: true, location_name: "certificate"))
|
|
1098
1282
|
VirtualGatewayListenerTls.add_member(:mode, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsMode, required: true, location_name: "mode"))
|
|
1283
|
+
VirtualGatewayListenerTls.add_member(:validation, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsValidationContext, location_name: "validation"))
|
|
1099
1284
|
VirtualGatewayListenerTls.struct_class = Types::VirtualGatewayListenerTls
|
|
1100
1285
|
|
|
1101
1286
|
VirtualGatewayListenerTlsAcmCertificate.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "certificateArn"))
|
|
@@ -1103,12 +1288,24 @@ module Aws::AppMesh
|
|
|
1103
1288
|
|
|
1104
1289
|
VirtualGatewayListenerTlsCertificate.add_member(:acm, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsAcmCertificate, location_name: "acm"))
|
|
1105
1290
|
VirtualGatewayListenerTlsCertificate.add_member(:file, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsFileCertificate, location_name: "file"))
|
|
1291
|
+
VirtualGatewayListenerTlsCertificate.add_member(:sds, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsSdsCertificate, location_name: "sds"))
|
|
1106
1292
|
VirtualGatewayListenerTlsCertificate.struct_class = Types::VirtualGatewayListenerTlsCertificate
|
|
1107
1293
|
|
|
1108
1294
|
VirtualGatewayListenerTlsFileCertificate.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "certificateChain"))
|
|
1109
1295
|
VirtualGatewayListenerTlsFileCertificate.add_member(:private_key, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "privateKey"))
|
|
1110
1296
|
VirtualGatewayListenerTlsFileCertificate.struct_class = Types::VirtualGatewayListenerTlsFileCertificate
|
|
1111
1297
|
|
|
1298
|
+
VirtualGatewayListenerTlsSdsCertificate.add_member(:secret_name, Shapes::ShapeRef.new(shape: VirtualGatewaySdsSecretName, required: true, location_name: "secretName"))
|
|
1299
|
+
VirtualGatewayListenerTlsSdsCertificate.struct_class = Types::VirtualGatewayListenerTlsSdsCertificate
|
|
1300
|
+
|
|
1301
|
+
VirtualGatewayListenerTlsValidationContext.add_member(:subject_alternative_names, Shapes::ShapeRef.new(shape: SubjectAlternativeNames, location_name: "subjectAlternativeNames"))
|
|
1302
|
+
VirtualGatewayListenerTlsValidationContext.add_member(:trust, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsValidationContextTrust, required: true, location_name: "trust"))
|
|
1303
|
+
VirtualGatewayListenerTlsValidationContext.struct_class = Types::VirtualGatewayListenerTlsValidationContext
|
|
1304
|
+
|
|
1305
|
+
VirtualGatewayListenerTlsValidationContextTrust.add_member(:file, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextFileTrust, location_name: "file"))
|
|
1306
|
+
VirtualGatewayListenerTlsValidationContextTrust.add_member(:sds, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextSdsTrust, location_name: "sds"))
|
|
1307
|
+
VirtualGatewayListenerTlsValidationContextTrust.struct_class = Types::VirtualGatewayListenerTlsValidationContextTrust
|
|
1308
|
+
|
|
1112
1309
|
VirtualGatewayListeners.member = Shapes::ShapeRef.new(shape: VirtualGatewayListener)
|
|
1113
1310
|
|
|
1114
1311
|
VirtualGatewayLogging.add_member(:access_log, Shapes::ShapeRef.new(shape: VirtualGatewayAccessLog, location_name: "accessLog"))
|
|
@@ -1136,6 +1333,7 @@ module Aws::AppMesh
|
|
|
1136
1333
|
VirtualGatewayStatus.add_member(:status, Shapes::ShapeRef.new(shape: VirtualGatewayStatusCode, required: true, location_name: "status"))
|
|
1137
1334
|
VirtualGatewayStatus.struct_class = Types::VirtualGatewayStatus
|
|
1138
1335
|
|
|
1336
|
+
VirtualGatewayTlsValidationContext.add_member(:subject_alternative_names, Shapes::ShapeRef.new(shape: SubjectAlternativeNames, location_name: "subjectAlternativeNames"))
|
|
1139
1337
|
VirtualGatewayTlsValidationContext.add_member(:trust, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextTrust, required: true, location_name: "trust"))
|
|
1140
1338
|
VirtualGatewayTlsValidationContext.struct_class = Types::VirtualGatewayTlsValidationContext
|
|
1141
1339
|
|
|
@@ -1145,10 +1343,20 @@ module Aws::AppMesh
|
|
|
1145
1343
|
VirtualGatewayTlsValidationContextFileTrust.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "certificateChain"))
|
|
1146
1344
|
VirtualGatewayTlsValidationContextFileTrust.struct_class = Types::VirtualGatewayTlsValidationContextFileTrust
|
|
1147
1345
|
|
|
1346
|
+
VirtualGatewayTlsValidationContextSdsTrust.add_member(:secret_name, Shapes::ShapeRef.new(shape: VirtualGatewaySdsSecretName, required: true, location_name: "secretName"))
|
|
1347
|
+
VirtualGatewayTlsValidationContextSdsTrust.struct_class = Types::VirtualGatewayTlsValidationContextSdsTrust
|
|
1348
|
+
|
|
1148
1349
|
VirtualGatewayTlsValidationContextTrust.add_member(:acm, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextAcmTrust, location_name: "acm"))
|
|
1149
1350
|
VirtualGatewayTlsValidationContextTrust.add_member(:file, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextFileTrust, location_name: "file"))
|
|
1351
|
+
VirtualGatewayTlsValidationContextTrust.add_member(:sds, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextSdsTrust, location_name: "sds"))
|
|
1150
1352
|
VirtualGatewayTlsValidationContextTrust.struct_class = Types::VirtualGatewayTlsValidationContextTrust
|
|
1151
1353
|
|
|
1354
|
+
VirtualNodeConnectionPool.add_member(:grpc, Shapes::ShapeRef.new(shape: VirtualNodeGrpcConnectionPool, location_name: "grpc"))
|
|
1355
|
+
VirtualNodeConnectionPool.add_member(:http, Shapes::ShapeRef.new(shape: VirtualNodeHttpConnectionPool, location_name: "http"))
|
|
1356
|
+
VirtualNodeConnectionPool.add_member(:http2, Shapes::ShapeRef.new(shape: VirtualNodeHttp2ConnectionPool, location_name: "http2"))
|
|
1357
|
+
VirtualNodeConnectionPool.add_member(:tcp, Shapes::ShapeRef.new(shape: VirtualNodeTcpConnectionPool, location_name: "tcp"))
|
|
1358
|
+
VirtualNodeConnectionPool.struct_class = Types::VirtualNodeConnectionPool
|
|
1359
|
+
|
|
1152
1360
|
VirtualNodeData.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
|
|
1153
1361
|
VirtualNodeData.add_member(:metadata, Shapes::ShapeRef.new(shape: ResourceMetadata, required: true, location_name: "metadata"))
|
|
1154
1362
|
VirtualNodeData.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualNodeSpec, required: true, location_name: "spec"))
|
|
@@ -1156,6 +1364,16 @@ module Aws::AppMesh
|
|
|
1156
1364
|
VirtualNodeData.add_member(:virtual_node_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualNodeName"))
|
|
1157
1365
|
VirtualNodeData.struct_class = Types::VirtualNodeData
|
|
1158
1366
|
|
|
1367
|
+
VirtualNodeGrpcConnectionPool.add_member(:max_requests, Shapes::ShapeRef.new(shape: MaxRequests, required: true, location_name: "maxRequests"))
|
|
1368
|
+
VirtualNodeGrpcConnectionPool.struct_class = Types::VirtualNodeGrpcConnectionPool
|
|
1369
|
+
|
|
1370
|
+
VirtualNodeHttp2ConnectionPool.add_member(:max_requests, Shapes::ShapeRef.new(shape: MaxRequests, required: true, location_name: "maxRequests"))
|
|
1371
|
+
VirtualNodeHttp2ConnectionPool.struct_class = Types::VirtualNodeHttp2ConnectionPool
|
|
1372
|
+
|
|
1373
|
+
VirtualNodeHttpConnectionPool.add_member(:max_connections, Shapes::ShapeRef.new(shape: MaxConnections, required: true, location_name: "maxConnections"))
|
|
1374
|
+
VirtualNodeHttpConnectionPool.add_member(:max_pending_requests, Shapes::ShapeRef.new(shape: MaxPendingRequests, location_name: "maxPendingRequests", metadata: {"box"=>true}))
|
|
1375
|
+
VirtualNodeHttpConnectionPool.struct_class = Types::VirtualNodeHttpConnectionPool
|
|
1376
|
+
|
|
1159
1377
|
VirtualNodeList.member = Shapes::ShapeRef.new(shape: VirtualNodeRef)
|
|
1160
1378
|
|
|
1161
1379
|
VirtualNodeRef.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
|
|
@@ -1181,6 +1399,9 @@ module Aws::AppMesh
|
|
|
1181
1399
|
VirtualNodeStatus.add_member(:status, Shapes::ShapeRef.new(shape: VirtualNodeStatusCode, required: true, location_name: "status"))
|
|
1182
1400
|
VirtualNodeStatus.struct_class = Types::VirtualNodeStatus
|
|
1183
1401
|
|
|
1402
|
+
VirtualNodeTcpConnectionPool.add_member(:max_connections, Shapes::ShapeRef.new(shape: MaxConnections, required: true, location_name: "maxConnections"))
|
|
1403
|
+
VirtualNodeTcpConnectionPool.struct_class = Types::VirtualNodeTcpConnectionPool
|
|
1404
|
+
|
|
1184
1405
|
VirtualRouterData.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
|
|
1185
1406
|
VirtualRouterData.add_member(:metadata, Shapes::ShapeRef.new(shape: ResourceMetadata, required: true, location_name: "metadata"))
|
|
1186
1407
|
VirtualRouterData.add_member(:spec, Shapes::ShapeRef.new(shape: VirtualRouterSpec, required: true, location_name: "spec"))
|
|
@@ -1277,14 +1498,14 @@ module Aws::AppMesh
|
|
|
1277
1498
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes"
|
|
1278
1499
|
o.input = Shapes::ShapeRef.new(shape: CreateGatewayRouteInput)
|
|
1279
1500
|
o.output = Shapes::ShapeRef.new(shape: CreateGatewayRouteOutput)
|
|
1501
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1280
1502
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1281
1503
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1504
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1282
1505
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1506
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1283
1507
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1284
1508
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1285
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1286
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1287
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1288
1509
|
end)
|
|
1289
1510
|
|
|
1290
1511
|
api.add_operation(:create_mesh, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1293,14 +1514,14 @@ module Aws::AppMesh
|
|
|
1293
1514
|
o.http_request_uri = "/v20190125/meshes"
|
|
1294
1515
|
o.input = Shapes::ShapeRef.new(shape: CreateMeshInput)
|
|
1295
1516
|
o.output = Shapes::ShapeRef.new(shape: CreateMeshOutput)
|
|
1517
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1296
1518
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1297
1519
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1520
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1298
1521
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1522
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1299
1523
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1300
1524
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1301
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1302
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1303
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1304
1525
|
end)
|
|
1305
1526
|
|
|
1306
1527
|
api.add_operation(:create_route, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1309,14 +1530,14 @@ module Aws::AppMesh
|
|
|
1309
1530
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes"
|
|
1310
1531
|
o.input = Shapes::ShapeRef.new(shape: CreateRouteInput)
|
|
1311
1532
|
o.output = Shapes::ShapeRef.new(shape: CreateRouteOutput)
|
|
1533
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1312
1534
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1313
1535
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1536
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1314
1537
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1538
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1315
1539
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1316
1540
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1317
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1318
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1319
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1320
1541
|
end)
|
|
1321
1542
|
|
|
1322
1543
|
api.add_operation(:create_virtual_gateway, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1325,14 +1546,14 @@ module Aws::AppMesh
|
|
|
1325
1546
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateways"
|
|
1326
1547
|
o.input = Shapes::ShapeRef.new(shape: CreateVirtualGatewayInput)
|
|
1327
1548
|
o.output = Shapes::ShapeRef.new(shape: CreateVirtualGatewayOutput)
|
|
1549
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1328
1550
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1329
1551
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1552
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1330
1553
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1554
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1331
1555
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1332
1556
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1333
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1334
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1335
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1336
1557
|
end)
|
|
1337
1558
|
|
|
1338
1559
|
api.add_operation(:create_virtual_node, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1341,14 +1562,14 @@ module Aws::AppMesh
|
|
|
1341
1562
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualNodes"
|
|
1342
1563
|
o.input = Shapes::ShapeRef.new(shape: CreateVirtualNodeInput)
|
|
1343
1564
|
o.output = Shapes::ShapeRef.new(shape: CreateVirtualNodeOutput)
|
|
1565
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1344
1566
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1345
1567
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1568
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1346
1569
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1570
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1347
1571
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1348
1572
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1349
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1350
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1351
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1352
1573
|
end)
|
|
1353
1574
|
|
|
1354
1575
|
api.add_operation(:create_virtual_router, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1357,14 +1578,14 @@ module Aws::AppMesh
|
|
|
1357
1578
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouters"
|
|
1358
1579
|
o.input = Shapes::ShapeRef.new(shape: CreateVirtualRouterInput)
|
|
1359
1580
|
o.output = Shapes::ShapeRef.new(shape: CreateVirtualRouterOutput)
|
|
1581
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1360
1582
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1361
1583
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1584
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1362
1585
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1586
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1363
1587
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1364
1588
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1365
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1366
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1367
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1368
1589
|
end)
|
|
1369
1590
|
|
|
1370
1591
|
api.add_operation(:create_virtual_service, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1373,14 +1594,14 @@ module Aws::AppMesh
|
|
|
1373
1594
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualServices"
|
|
1374
1595
|
o.input = Shapes::ShapeRef.new(shape: CreateVirtualServiceInput)
|
|
1375
1596
|
o.output = Shapes::ShapeRef.new(shape: CreateVirtualServiceOutput)
|
|
1597
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1376
1598
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1377
1599
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1600
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1378
1601
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1602
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1379
1603
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1380
1604
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1381
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1382
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1383
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1384
1605
|
end)
|
|
1385
1606
|
|
|
1386
1607
|
api.add_operation(:delete_gateway_route, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1389,13 +1610,13 @@ module Aws::AppMesh
|
|
|
1389
1610
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}"
|
|
1390
1611
|
o.input = Shapes::ShapeRef.new(shape: DeleteGatewayRouteInput)
|
|
1391
1612
|
o.output = Shapes::ShapeRef.new(shape: DeleteGatewayRouteOutput)
|
|
1613
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1392
1614
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1615
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1393
1616
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1394
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1395
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1396
1617
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
|
1397
1618
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1398
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1619
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1399
1620
|
end)
|
|
1400
1621
|
|
|
1401
1622
|
api.add_operation(:delete_mesh, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1404,13 +1625,13 @@ module Aws::AppMesh
|
|
|
1404
1625
|
o.http_request_uri = "/v20190125/meshes/{meshName}"
|
|
1405
1626
|
o.input = Shapes::ShapeRef.new(shape: DeleteMeshInput)
|
|
1406
1627
|
o.output = Shapes::ShapeRef.new(shape: DeleteMeshOutput)
|
|
1628
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1407
1629
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1630
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1408
1631
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1409
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1410
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1411
1632
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
|
1412
1633
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1413
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1634
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1414
1635
|
end)
|
|
1415
1636
|
|
|
1416
1637
|
api.add_operation(:delete_route, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1419,13 +1640,13 @@ module Aws::AppMesh
|
|
|
1419
1640
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}"
|
|
1420
1641
|
o.input = Shapes::ShapeRef.new(shape: DeleteRouteInput)
|
|
1421
1642
|
o.output = Shapes::ShapeRef.new(shape: DeleteRouteOutput)
|
|
1643
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1422
1644
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1645
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1423
1646
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1424
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1425
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1426
1647
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
|
1427
1648
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1428
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1649
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1429
1650
|
end)
|
|
1430
1651
|
|
|
1431
1652
|
api.add_operation(:delete_virtual_gateway, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1434,13 +1655,13 @@ module Aws::AppMesh
|
|
|
1434
1655
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}"
|
|
1435
1656
|
o.input = Shapes::ShapeRef.new(shape: DeleteVirtualGatewayInput)
|
|
1436
1657
|
o.output = Shapes::ShapeRef.new(shape: DeleteVirtualGatewayOutput)
|
|
1658
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1437
1659
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1660
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1438
1661
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1439
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1440
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1441
1662
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
|
1442
1663
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1443
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1664
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1444
1665
|
end)
|
|
1445
1666
|
|
|
1446
1667
|
api.add_operation(:delete_virtual_node, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1449,13 +1670,13 @@ module Aws::AppMesh
|
|
|
1449
1670
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}"
|
|
1450
1671
|
o.input = Shapes::ShapeRef.new(shape: DeleteVirtualNodeInput)
|
|
1451
1672
|
o.output = Shapes::ShapeRef.new(shape: DeleteVirtualNodeOutput)
|
|
1673
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1452
1674
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1675
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1453
1676
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1454
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1455
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1456
1677
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
|
1457
1678
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1458
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1679
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1459
1680
|
end)
|
|
1460
1681
|
|
|
1461
1682
|
api.add_operation(:delete_virtual_router, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1464,13 +1685,13 @@ module Aws::AppMesh
|
|
|
1464
1685
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}"
|
|
1465
1686
|
o.input = Shapes::ShapeRef.new(shape: DeleteVirtualRouterInput)
|
|
1466
1687
|
o.output = Shapes::ShapeRef.new(shape: DeleteVirtualRouterOutput)
|
|
1688
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1467
1689
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1690
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1468
1691
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1469
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1470
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1471
1692
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
|
1472
1693
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1473
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1694
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1474
1695
|
end)
|
|
1475
1696
|
|
|
1476
1697
|
api.add_operation(:delete_virtual_service, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1479,13 +1700,13 @@ module Aws::AppMesh
|
|
|
1479
1700
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}"
|
|
1480
1701
|
o.input = Shapes::ShapeRef.new(shape: DeleteVirtualServiceInput)
|
|
1481
1702
|
o.output = Shapes::ShapeRef.new(shape: DeleteVirtualServiceOutput)
|
|
1703
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1482
1704
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1705
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1483
1706
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1484
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1485
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1486
1707
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
|
1487
1708
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1488
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1709
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1489
1710
|
end)
|
|
1490
1711
|
|
|
1491
1712
|
api.add_operation(:describe_gateway_route, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1494,12 +1715,12 @@ module Aws::AppMesh
|
|
|
1494
1715
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}"
|
|
1495
1716
|
o.input = Shapes::ShapeRef.new(shape: DescribeGatewayRouteInput)
|
|
1496
1717
|
o.output = Shapes::ShapeRef.new(shape: DescribeGatewayRouteOutput)
|
|
1718
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1497
1719
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1720
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1498
1721
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1499
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1500
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1501
1722
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1502
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1723
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1503
1724
|
end)
|
|
1504
1725
|
|
|
1505
1726
|
api.add_operation(:describe_mesh, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1508,12 +1729,12 @@ module Aws::AppMesh
|
|
|
1508
1729
|
o.http_request_uri = "/v20190125/meshes/{meshName}"
|
|
1509
1730
|
o.input = Shapes::ShapeRef.new(shape: DescribeMeshInput)
|
|
1510
1731
|
o.output = Shapes::ShapeRef.new(shape: DescribeMeshOutput)
|
|
1732
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1511
1733
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1734
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1512
1735
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1513
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1514
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1515
1736
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1516
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1737
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1517
1738
|
end)
|
|
1518
1739
|
|
|
1519
1740
|
api.add_operation(:describe_route, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1522,12 +1743,12 @@ module Aws::AppMesh
|
|
|
1522
1743
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}"
|
|
1523
1744
|
o.input = Shapes::ShapeRef.new(shape: DescribeRouteInput)
|
|
1524
1745
|
o.output = Shapes::ShapeRef.new(shape: DescribeRouteOutput)
|
|
1746
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1525
1747
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1748
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1526
1749
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1527
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1528
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1529
1750
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1530
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1751
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1531
1752
|
end)
|
|
1532
1753
|
|
|
1533
1754
|
api.add_operation(:describe_virtual_gateway, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1536,12 +1757,12 @@ module Aws::AppMesh
|
|
|
1536
1757
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}"
|
|
1537
1758
|
o.input = Shapes::ShapeRef.new(shape: DescribeVirtualGatewayInput)
|
|
1538
1759
|
o.output = Shapes::ShapeRef.new(shape: DescribeVirtualGatewayOutput)
|
|
1760
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1539
1761
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1762
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1540
1763
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1541
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1542
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1543
1764
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1544
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1765
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1545
1766
|
end)
|
|
1546
1767
|
|
|
1547
1768
|
api.add_operation(:describe_virtual_node, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1550,12 +1771,12 @@ module Aws::AppMesh
|
|
|
1550
1771
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}"
|
|
1551
1772
|
o.input = Shapes::ShapeRef.new(shape: DescribeVirtualNodeInput)
|
|
1552
1773
|
o.output = Shapes::ShapeRef.new(shape: DescribeVirtualNodeOutput)
|
|
1774
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1553
1775
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1776
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1554
1777
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1555
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1556
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1557
1778
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1558
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1779
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1559
1780
|
end)
|
|
1560
1781
|
|
|
1561
1782
|
api.add_operation(:describe_virtual_router, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1564,12 +1785,12 @@ module Aws::AppMesh
|
|
|
1564
1785
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}"
|
|
1565
1786
|
o.input = Shapes::ShapeRef.new(shape: DescribeVirtualRouterInput)
|
|
1566
1787
|
o.output = Shapes::ShapeRef.new(shape: DescribeVirtualRouterOutput)
|
|
1788
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1567
1789
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1790
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1568
1791
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1569
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1570
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1571
1792
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1572
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1793
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1573
1794
|
end)
|
|
1574
1795
|
|
|
1575
1796
|
api.add_operation(:describe_virtual_service, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1578,12 +1799,12 @@ module Aws::AppMesh
|
|
|
1578
1799
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}"
|
|
1579
1800
|
o.input = Shapes::ShapeRef.new(shape: DescribeVirtualServiceInput)
|
|
1580
1801
|
o.output = Shapes::ShapeRef.new(shape: DescribeVirtualServiceOutput)
|
|
1802
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1581
1803
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1804
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1582
1805
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1583
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1584
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1585
1806
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1586
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1807
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1587
1808
|
end)
|
|
1588
1809
|
|
|
1589
1810
|
api.add_operation(:list_gateway_routes, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1592,12 +1813,12 @@ module Aws::AppMesh
|
|
|
1592
1813
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes"
|
|
1593
1814
|
o.input = Shapes::ShapeRef.new(shape: ListGatewayRoutesInput)
|
|
1594
1815
|
o.output = Shapes::ShapeRef.new(shape: ListGatewayRoutesOutput)
|
|
1816
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1595
1817
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1818
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1596
1819
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1597
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1598
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1599
1820
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1600
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1821
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1601
1822
|
o[:pager] = Aws::Pager.new(
|
|
1602
1823
|
limit_key: "limit",
|
|
1603
1824
|
tokens: {
|
|
@@ -1612,12 +1833,12 @@ module Aws::AppMesh
|
|
|
1612
1833
|
o.http_request_uri = "/v20190125/meshes"
|
|
1613
1834
|
o.input = Shapes::ShapeRef.new(shape: ListMeshesInput)
|
|
1614
1835
|
o.output = Shapes::ShapeRef.new(shape: ListMeshesOutput)
|
|
1836
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1615
1837
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1838
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1616
1839
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1617
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1618
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1619
1840
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1620
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1841
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1621
1842
|
o[:pager] = Aws::Pager.new(
|
|
1622
1843
|
limit_key: "limit",
|
|
1623
1844
|
tokens: {
|
|
@@ -1632,12 +1853,12 @@ module Aws::AppMesh
|
|
|
1632
1853
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes"
|
|
1633
1854
|
o.input = Shapes::ShapeRef.new(shape: ListRoutesInput)
|
|
1634
1855
|
o.output = Shapes::ShapeRef.new(shape: ListRoutesOutput)
|
|
1856
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1635
1857
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1858
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1636
1859
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1637
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1638
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1639
1860
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1640
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1861
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1641
1862
|
o[:pager] = Aws::Pager.new(
|
|
1642
1863
|
limit_key: "limit",
|
|
1643
1864
|
tokens: {
|
|
@@ -1652,12 +1873,12 @@ module Aws::AppMesh
|
|
|
1652
1873
|
o.http_request_uri = "/v20190125/tags"
|
|
1653
1874
|
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceInput)
|
|
1654
1875
|
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceOutput)
|
|
1876
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1655
1877
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1878
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1656
1879
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1657
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1658
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1659
1880
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1660
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1881
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1661
1882
|
o[:pager] = Aws::Pager.new(
|
|
1662
1883
|
limit_key: "limit",
|
|
1663
1884
|
tokens: {
|
|
@@ -1672,12 +1893,12 @@ module Aws::AppMesh
|
|
|
1672
1893
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateways"
|
|
1673
1894
|
o.input = Shapes::ShapeRef.new(shape: ListVirtualGatewaysInput)
|
|
1674
1895
|
o.output = Shapes::ShapeRef.new(shape: ListVirtualGatewaysOutput)
|
|
1896
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1675
1897
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1898
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1676
1899
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1677
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1678
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1679
1900
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1680
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1901
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1681
1902
|
o[:pager] = Aws::Pager.new(
|
|
1682
1903
|
limit_key: "limit",
|
|
1683
1904
|
tokens: {
|
|
@@ -1692,12 +1913,12 @@ module Aws::AppMesh
|
|
|
1692
1913
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualNodes"
|
|
1693
1914
|
o.input = Shapes::ShapeRef.new(shape: ListVirtualNodesInput)
|
|
1694
1915
|
o.output = Shapes::ShapeRef.new(shape: ListVirtualNodesOutput)
|
|
1916
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1695
1917
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1918
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1696
1919
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1697
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1698
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1699
1920
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1700
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1921
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1701
1922
|
o[:pager] = Aws::Pager.new(
|
|
1702
1923
|
limit_key: "limit",
|
|
1703
1924
|
tokens: {
|
|
@@ -1712,12 +1933,12 @@ module Aws::AppMesh
|
|
|
1712
1933
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouters"
|
|
1713
1934
|
o.input = Shapes::ShapeRef.new(shape: ListVirtualRoutersInput)
|
|
1714
1935
|
o.output = Shapes::ShapeRef.new(shape: ListVirtualRoutersOutput)
|
|
1936
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1715
1937
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1938
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1716
1939
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1717
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1718
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1719
1940
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1720
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1941
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1721
1942
|
o[:pager] = Aws::Pager.new(
|
|
1722
1943
|
limit_key: "limit",
|
|
1723
1944
|
tokens: {
|
|
@@ -1732,12 +1953,12 @@ module Aws::AppMesh
|
|
|
1732
1953
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualServices"
|
|
1733
1954
|
o.input = Shapes::ShapeRef.new(shape: ListVirtualServicesInput)
|
|
1734
1955
|
o.output = Shapes::ShapeRef.new(shape: ListVirtualServicesOutput)
|
|
1956
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1735
1957
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1958
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1736
1959
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1737
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1738
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1739
1960
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1740
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1961
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1741
1962
|
o[:pager] = Aws::Pager.new(
|
|
1742
1963
|
limit_key: "limit",
|
|
1743
1964
|
tokens: {
|
|
@@ -1752,13 +1973,13 @@ module Aws::AppMesh
|
|
|
1752
1973
|
o.http_request_uri = "/v20190125/tag"
|
|
1753
1974
|
o.input = Shapes::ShapeRef.new(shape: TagResourceInput)
|
|
1754
1975
|
o.output = Shapes::ShapeRef.new(shape: TagResourceOutput)
|
|
1976
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1755
1977
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1978
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
|
1979
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1756
1980
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1757
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1758
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1759
1981
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1760
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1761
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
|
1982
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1762
1983
|
end)
|
|
1763
1984
|
|
|
1764
1985
|
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1767,12 +1988,12 @@ module Aws::AppMesh
|
|
|
1767
1988
|
o.http_request_uri = "/v20190125/untag"
|
|
1768
1989
|
o.input = Shapes::ShapeRef.new(shape: UntagResourceInput)
|
|
1769
1990
|
o.output = Shapes::ShapeRef.new(shape: UntagResourceOutput)
|
|
1991
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1770
1992
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1993
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1771
1994
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1772
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1773
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1774
1995
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1775
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1996
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1776
1997
|
end)
|
|
1777
1998
|
|
|
1778
1999
|
api.add_operation(:update_gateway_route, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1781,14 +2002,14 @@ module Aws::AppMesh
|
|
|
1781
2002
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}"
|
|
1782
2003
|
o.input = Shapes::ShapeRef.new(shape: UpdateGatewayRouteInput)
|
|
1783
2004
|
o.output = Shapes::ShapeRef.new(shape: UpdateGatewayRouteOutput)
|
|
2005
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1784
2006
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1785
2007
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2008
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1786
2009
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
2010
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1787
2011
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1788
2012
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1789
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1790
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1791
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1792
2013
|
end)
|
|
1793
2014
|
|
|
1794
2015
|
api.add_operation(:update_mesh, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1797,13 +2018,13 @@ module Aws::AppMesh
|
|
|
1797
2018
|
o.http_request_uri = "/v20190125/meshes/{meshName}"
|
|
1798
2019
|
o.input = Shapes::ShapeRef.new(shape: UpdateMeshInput)
|
|
1799
2020
|
o.output = Shapes::ShapeRef.new(shape: UpdateMeshOutput)
|
|
2021
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1800
2022
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1801
2023
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2024
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1802
2025
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1803
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1804
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1805
2026
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1806
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
2027
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1807
2028
|
end)
|
|
1808
2029
|
|
|
1809
2030
|
api.add_operation(:update_route, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1812,14 +2033,14 @@ module Aws::AppMesh
|
|
|
1812
2033
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}"
|
|
1813
2034
|
o.input = Shapes::ShapeRef.new(shape: UpdateRouteInput)
|
|
1814
2035
|
o.output = Shapes::ShapeRef.new(shape: UpdateRouteOutput)
|
|
2036
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1815
2037
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1816
2038
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2039
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1817
2040
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
2041
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1818
2042
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1819
2043
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1820
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1821
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1822
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1823
2044
|
end)
|
|
1824
2045
|
|
|
1825
2046
|
api.add_operation(:update_virtual_gateway, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1828,14 +2049,14 @@ module Aws::AppMesh
|
|
|
1828
2049
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}"
|
|
1829
2050
|
o.input = Shapes::ShapeRef.new(shape: UpdateVirtualGatewayInput)
|
|
1830
2051
|
o.output = Shapes::ShapeRef.new(shape: UpdateVirtualGatewayOutput)
|
|
2052
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1831
2053
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1832
2054
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2055
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1833
2056
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
2057
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1834
2058
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1835
2059
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1836
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1837
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1838
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1839
2060
|
end)
|
|
1840
2061
|
|
|
1841
2062
|
api.add_operation(:update_virtual_node, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1844,14 +2065,14 @@ module Aws::AppMesh
|
|
|
1844
2065
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}"
|
|
1845
2066
|
o.input = Shapes::ShapeRef.new(shape: UpdateVirtualNodeInput)
|
|
1846
2067
|
o.output = Shapes::ShapeRef.new(shape: UpdateVirtualNodeOutput)
|
|
2068
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1847
2069
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1848
2070
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2071
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1849
2072
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
2073
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1850
2074
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1851
2075
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1852
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1853
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1854
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1855
2076
|
end)
|
|
1856
2077
|
|
|
1857
2078
|
api.add_operation(:update_virtual_router, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1860,14 +2081,14 @@ module Aws::AppMesh
|
|
|
1860
2081
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}"
|
|
1861
2082
|
o.input = Shapes::ShapeRef.new(shape: UpdateVirtualRouterInput)
|
|
1862
2083
|
o.output = Shapes::ShapeRef.new(shape: UpdateVirtualRouterOutput)
|
|
2084
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1863
2085
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1864
2086
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2087
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1865
2088
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
2089
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1866
2090
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1867
2091
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1868
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1869
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1870
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1871
2092
|
end)
|
|
1872
2093
|
|
|
1873
2094
|
api.add_operation(:update_virtual_service, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1876,14 +2097,14 @@ module Aws::AppMesh
|
|
|
1876
2097
|
o.http_request_uri = "/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}"
|
|
1877
2098
|
o.input = Shapes::ShapeRef.new(shape: UpdateVirtualServiceInput)
|
|
1878
2099
|
o.output = Shapes::ShapeRef.new(shape: UpdateVirtualServiceOutput)
|
|
2100
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1879
2101
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1880
2102
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2103
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1881
2104
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
2105
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1882
2106
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1883
2107
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1884
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1885
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1886
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1887
2108
|
end)
|
|
1888
2109
|
end
|
|
1889
2110
|
|