aws-sdk-appmesh 1.33.0 → 1.37.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 +204 -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 +843 -13
- data/lib/aws-sdk-appmesh/client_api.rb +271 -17
- data/lib/aws-sdk-appmesh/errors.rb +1 -1
- data/lib/aws-sdk-appmesh/resource.rb +1 -1
- data/lib/aws-sdk-appmesh/types.rb +2266 -373
- 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
|
|
@@ -13,7 +13,7 @@ module Aws::AppMesh
|
|
13
13
|
|
14
14
|
include Seahorse::Model
|
15
15
|
|
16
|
-
AccessLog = Shapes::
|
16
|
+
AccessLog = Shapes::UnionShape.new(name: 'AccessLog')
|
17
17
|
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
18
18
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
19
19
|
AwsCloudMapInstanceAttribute = Shapes::StructureShape.new(name: 'AwsCloudMapInstanceAttribute')
|
@@ -22,7 +22,7 @@ module Aws::AppMesh
|
|
22
22
|
AwsCloudMapInstanceAttributes = Shapes::ListShape.new(name: 'AwsCloudMapInstanceAttributes')
|
23
23
|
AwsCloudMapName = Shapes::StringShape.new(name: 'AwsCloudMapName')
|
24
24
|
AwsCloudMapServiceDiscovery = Shapes::StructureShape.new(name: 'AwsCloudMapServiceDiscovery')
|
25
|
-
Backend = Shapes::
|
25
|
+
Backend = Shapes::UnionShape.new(name: 'Backend')
|
26
26
|
BackendDefaults = Shapes::StructureShape.new(name: 'BackendDefaults')
|
27
27
|
Backends = Shapes::ListShape.new(name: 'Backends')
|
28
28
|
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
@@ -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::UnionShape.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::UnionShape.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')
|
@@ -101,10 +112,10 @@ module Aws::AppMesh
|
|
101
112
|
GrpcRouteMatch = Shapes::StructureShape.new(name: 'GrpcRouteMatch')
|
102
113
|
GrpcRouteMetadata = Shapes::StructureShape.new(name: 'GrpcRouteMetadata')
|
103
114
|
GrpcRouteMetadataList = Shapes::ListShape.new(name: 'GrpcRouteMetadataList')
|
104
|
-
GrpcRouteMetadataMatchMethod = Shapes::
|
115
|
+
GrpcRouteMetadataMatchMethod = Shapes::UnionShape.new(name: 'GrpcRouteMetadataMatchMethod')
|
105
116
|
GrpcTimeout = Shapes::StructureShape.new(name: 'GrpcTimeout')
|
106
117
|
HeaderMatch = Shapes::StringShape.new(name: 'HeaderMatch')
|
107
|
-
HeaderMatchMethod = Shapes::
|
118
|
+
HeaderMatchMethod = Shapes::UnionShape.new(name: 'HeaderMatchMethod')
|
108
119
|
HeaderName = Shapes::StringShape.new(name: 'HeaderName')
|
109
120
|
HealthCheckIntervalMillis = Shapes::IntegerShape.new(name: 'HealthCheckIntervalMillis')
|
110
121
|
HealthCheckPolicy = Shapes::StructureShape.new(name: 'HealthCheckPolicy')
|
@@ -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')
|
@@ -151,12 +173,15 @@ module Aws::AppMesh
|
|
151
173
|
ListVirtualServicesLimit = Shapes::IntegerShape.new(name: 'ListVirtualServicesLimit')
|
152
174
|
ListVirtualServicesOutput = Shapes::StructureShape.new(name: 'ListVirtualServicesOutput')
|
153
175
|
Listener = Shapes::StructureShape.new(name: 'Listener')
|
154
|
-
ListenerTimeout = Shapes::
|
176
|
+
ListenerTimeout = Shapes::UnionShape.new(name: 'ListenerTimeout')
|
155
177
|
ListenerTls = Shapes::StructureShape.new(name: 'ListenerTls')
|
156
178
|
ListenerTlsAcmCertificate = Shapes::StructureShape.new(name: 'ListenerTlsAcmCertificate')
|
157
|
-
ListenerTlsCertificate = Shapes::
|
179
|
+
ListenerTlsCertificate = Shapes::UnionShape.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::UnionShape.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')
|
@@ -181,6 +206,8 @@ module Aws::AppMesh
|
|
181
206
|
PortNumber = Shapes::IntegerShape.new(name: 'PortNumber')
|
182
207
|
PortProtocol = Shapes::StringShape.new(name: 'PortProtocol')
|
183
208
|
PortSet = Shapes::ListShape.new(name: 'PortSet')
|
209
|
+
QueryParameterMatch = Shapes::StructureShape.new(name: 'QueryParameterMatch')
|
210
|
+
QueryParameterName = Shapes::StringShape.new(name: 'QueryParameterName')
|
184
211
|
ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
|
185
212
|
ResourceMetadata = Shapes::StructureShape.new(name: 'ResourceMetadata')
|
186
213
|
ResourceName = Shapes::StringShape.new(name: 'ResourceName')
|
@@ -191,10 +218,16 @@ module Aws::AppMesh
|
|
191
218
|
RouteSpec = Shapes::StructureShape.new(name: 'RouteSpec')
|
192
219
|
RouteStatus = Shapes::StructureShape.new(name: 'RouteStatus')
|
193
220
|
RouteStatusCode = Shapes::StringShape.new(name: 'RouteStatusCode')
|
194
|
-
|
221
|
+
SdsSecretName = Shapes::StringShape.new(name: 'SdsSecretName')
|
222
|
+
ServiceDiscovery = Shapes::UnionShape.new(name: 'ServiceDiscovery')
|
195
223
|
ServiceName = Shapes::StringShape.new(name: 'ServiceName')
|
196
224
|
ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
|
197
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')
|
198
231
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
199
232
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
200
233
|
TagList = Shapes::ListShape.new(name: 'TagList')
|
@@ -212,7 +245,8 @@ module Aws::AppMesh
|
|
212
245
|
TlsValidationContext = Shapes::StructureShape.new(name: 'TlsValidationContext')
|
213
246
|
TlsValidationContextAcmTrust = Shapes::StructureShape.new(name: 'TlsValidationContextAcmTrust')
|
214
247
|
TlsValidationContextFileTrust = Shapes::StructureShape.new(name: 'TlsValidationContextFileTrust')
|
215
|
-
|
248
|
+
TlsValidationContextSdsTrust = Shapes::StructureShape.new(name: 'TlsValidationContextSdsTrust')
|
249
|
+
TlsValidationContextTrust = Shapes::UnionShape.new(name: 'TlsValidationContextTrust')
|
216
250
|
TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
|
217
251
|
TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
|
218
252
|
UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
|
@@ -231,12 +265,13 @@ module Aws::AppMesh
|
|
231
265
|
UpdateVirtualRouterOutput = Shapes::StructureShape.new(name: 'UpdateVirtualRouterOutput')
|
232
266
|
UpdateVirtualServiceInput = Shapes::StructureShape.new(name: 'UpdateVirtualServiceInput')
|
233
267
|
UpdateVirtualServiceOutput = Shapes::StructureShape.new(name: 'UpdateVirtualServiceOutput')
|
234
|
-
VirtualGatewayAccessLog = Shapes::
|
268
|
+
VirtualGatewayAccessLog = Shapes::UnionShape.new(name: 'VirtualGatewayAccessLog')
|
235
269
|
VirtualGatewayBackendDefaults = Shapes::StructureShape.new(name: 'VirtualGatewayBackendDefaults')
|
236
270
|
VirtualGatewayCertificateAuthorityArns = Shapes::ListShape.new(name: 'VirtualGatewayCertificateAuthorityArns')
|
237
271
|
VirtualGatewayClientPolicy = Shapes::StructureShape.new(name: 'VirtualGatewayClientPolicy')
|
238
272
|
VirtualGatewayClientPolicyTls = Shapes::StructureShape.new(name: 'VirtualGatewayClientPolicyTls')
|
239
|
-
|
273
|
+
VirtualGatewayClientTlsCertificate = Shapes::UnionShape.new(name: 'VirtualGatewayClientTlsCertificate')
|
274
|
+
VirtualGatewayConnectionPool = Shapes::UnionShape.new(name: 'VirtualGatewayConnectionPool')
|
240
275
|
VirtualGatewayData = Shapes::StructureShape.new(name: 'VirtualGatewayData')
|
241
276
|
VirtualGatewayFileAccessLog = Shapes::StructureShape.new(name: 'VirtualGatewayFileAccessLog')
|
242
277
|
VirtualGatewayGrpcConnectionPool = Shapes::StructureShape.new(name: 'VirtualGatewayGrpcConnectionPool')
|
@@ -250,22 +285,27 @@ module Aws::AppMesh
|
|
250
285
|
VirtualGatewayListener = Shapes::StructureShape.new(name: 'VirtualGatewayListener')
|
251
286
|
VirtualGatewayListenerTls = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTls')
|
252
287
|
VirtualGatewayListenerTlsAcmCertificate = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTlsAcmCertificate')
|
253
|
-
VirtualGatewayListenerTlsCertificate = Shapes::
|
288
|
+
VirtualGatewayListenerTlsCertificate = Shapes::UnionShape.new(name: 'VirtualGatewayListenerTlsCertificate')
|
254
289
|
VirtualGatewayListenerTlsFileCertificate = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTlsFileCertificate')
|
255
290
|
VirtualGatewayListenerTlsMode = Shapes::StringShape.new(name: 'VirtualGatewayListenerTlsMode')
|
291
|
+
VirtualGatewayListenerTlsSdsCertificate = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTlsSdsCertificate')
|
292
|
+
VirtualGatewayListenerTlsValidationContext = Shapes::StructureShape.new(name: 'VirtualGatewayListenerTlsValidationContext')
|
293
|
+
VirtualGatewayListenerTlsValidationContextTrust = Shapes::UnionShape.new(name: 'VirtualGatewayListenerTlsValidationContextTrust')
|
256
294
|
VirtualGatewayListeners = Shapes::ListShape.new(name: 'VirtualGatewayListeners')
|
257
295
|
VirtualGatewayLogging = Shapes::StructureShape.new(name: 'VirtualGatewayLogging')
|
258
296
|
VirtualGatewayPortMapping = Shapes::StructureShape.new(name: 'VirtualGatewayPortMapping')
|
259
297
|
VirtualGatewayPortProtocol = Shapes::StringShape.new(name: 'VirtualGatewayPortProtocol')
|
260
298
|
VirtualGatewayRef = Shapes::StructureShape.new(name: 'VirtualGatewayRef')
|
299
|
+
VirtualGatewaySdsSecretName = Shapes::StringShape.new(name: 'VirtualGatewaySdsSecretName')
|
261
300
|
VirtualGatewaySpec = Shapes::StructureShape.new(name: 'VirtualGatewaySpec')
|
262
301
|
VirtualGatewayStatus = Shapes::StructureShape.new(name: 'VirtualGatewayStatus')
|
263
302
|
VirtualGatewayStatusCode = Shapes::StringShape.new(name: 'VirtualGatewayStatusCode')
|
264
303
|
VirtualGatewayTlsValidationContext = Shapes::StructureShape.new(name: 'VirtualGatewayTlsValidationContext')
|
265
304
|
VirtualGatewayTlsValidationContextAcmTrust = Shapes::StructureShape.new(name: 'VirtualGatewayTlsValidationContextAcmTrust')
|
266
305
|
VirtualGatewayTlsValidationContextFileTrust = Shapes::StructureShape.new(name: 'VirtualGatewayTlsValidationContextFileTrust')
|
267
|
-
|
268
|
-
|
306
|
+
VirtualGatewayTlsValidationContextSdsTrust = Shapes::StructureShape.new(name: 'VirtualGatewayTlsValidationContextSdsTrust')
|
307
|
+
VirtualGatewayTlsValidationContextTrust = Shapes::UnionShape.new(name: 'VirtualGatewayTlsValidationContextTrust')
|
308
|
+
VirtualNodeConnectionPool = Shapes::UnionShape.new(name: 'VirtualNodeConnectionPool')
|
269
309
|
VirtualNodeData = Shapes::StructureShape.new(name: 'VirtualNodeData')
|
270
310
|
VirtualNodeGrpcConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeGrpcConnectionPool')
|
271
311
|
VirtualNodeHttp2ConnectionPool = Shapes::StructureShape.new(name: 'VirtualNodeHttp2ConnectionPool')
|
@@ -289,7 +329,7 @@ module Aws::AppMesh
|
|
289
329
|
VirtualServiceBackend = Shapes::StructureShape.new(name: 'VirtualServiceBackend')
|
290
330
|
VirtualServiceData = Shapes::StructureShape.new(name: 'VirtualServiceData')
|
291
331
|
VirtualServiceList = Shapes::ListShape.new(name: 'VirtualServiceList')
|
292
|
-
VirtualServiceProvider = Shapes::
|
332
|
+
VirtualServiceProvider = Shapes::UnionShape.new(name: 'VirtualServiceProvider')
|
293
333
|
VirtualServiceRef = Shapes::StructureShape.new(name: 'VirtualServiceRef')
|
294
334
|
VirtualServiceSpec = Shapes::StructureShape.new(name: 'VirtualServiceSpec')
|
295
335
|
VirtualServiceStatus = Shapes::StructureShape.new(name: 'VirtualServiceStatus')
|
@@ -298,6 +338,9 @@ module Aws::AppMesh
|
|
298
338
|
WeightedTargets = Shapes::ListShape.new(name: 'WeightedTargets')
|
299
339
|
|
300
340
|
AccessLog.add_member(:file, Shapes::ShapeRef.new(shape: FileAccessLog, location_name: "file"))
|
341
|
+
AccessLog.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
342
|
+
AccessLog.add_member_subclass(:file, Types::AccessLog::File)
|
343
|
+
AccessLog.add_member_subclass(:unknown, Types::AccessLog::Unknown)
|
301
344
|
AccessLog.struct_class = Types::AccessLog
|
302
345
|
|
303
346
|
AwsCloudMapInstanceAttribute.add_member(:key, Shapes::ShapeRef.new(shape: AwsCloudMapInstanceAttributeKey, required: true, location_name: "key"))
|
@@ -312,6 +355,9 @@ module Aws::AppMesh
|
|
312
355
|
AwsCloudMapServiceDiscovery.struct_class = Types::AwsCloudMapServiceDiscovery
|
313
356
|
|
314
357
|
Backend.add_member(:virtual_service, Shapes::ShapeRef.new(shape: VirtualServiceBackend, location_name: "virtualService"))
|
358
|
+
Backend.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
359
|
+
Backend.add_member_subclass(:virtual_service, Types::Backend::VirtualService)
|
360
|
+
Backend.add_member_subclass(:unknown, Types::Backend::Unknown)
|
315
361
|
Backend.struct_class = Types::Backend
|
316
362
|
|
317
363
|
BackendDefaults.add_member(:client_policy, Shapes::ShapeRef.new(shape: ClientPolicy, location_name: "clientPolicy"))
|
@@ -327,11 +373,20 @@ module Aws::AppMesh
|
|
327
373
|
ClientPolicy.add_member(:tls, Shapes::ShapeRef.new(shape: ClientPolicyTls, location_name: "tls"))
|
328
374
|
ClientPolicy.struct_class = Types::ClientPolicy
|
329
375
|
|
376
|
+
ClientPolicyTls.add_member(:certificate, Shapes::ShapeRef.new(shape: ClientTlsCertificate, location_name: "certificate"))
|
330
377
|
ClientPolicyTls.add_member(:enforce, Shapes::ShapeRef.new(shape: Boolean, location_name: "enforce", metadata: {"box"=>true}))
|
331
378
|
ClientPolicyTls.add_member(:ports, Shapes::ShapeRef.new(shape: PortSet, location_name: "ports"))
|
332
379
|
ClientPolicyTls.add_member(:validation, Shapes::ShapeRef.new(shape: TlsValidationContext, required: true, location_name: "validation"))
|
333
380
|
ClientPolicyTls.struct_class = Types::ClientPolicyTls
|
334
381
|
|
382
|
+
ClientTlsCertificate.add_member(:file, Shapes::ShapeRef.new(shape: ListenerTlsFileCertificate, location_name: "file"))
|
383
|
+
ClientTlsCertificate.add_member(:sds, Shapes::ShapeRef.new(shape: ListenerTlsSdsCertificate, location_name: "sds"))
|
384
|
+
ClientTlsCertificate.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
385
|
+
ClientTlsCertificate.add_member_subclass(:file, Types::ClientTlsCertificate::File)
|
386
|
+
ClientTlsCertificate.add_member_subclass(:sds, Types::ClientTlsCertificate::Sds)
|
387
|
+
ClientTlsCertificate.add_member_subclass(:unknown, Types::ClientTlsCertificate::Unknown)
|
388
|
+
ClientTlsCertificate.struct_class = Types::ClientTlsCertificate
|
389
|
+
|
335
390
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
336
391
|
ConflictException.struct_class = Types::ConflictException
|
337
392
|
|
@@ -568,6 +623,7 @@ module Aws::AppMesh
|
|
568
623
|
DescribeVirtualServiceOutput[:payload_member] = DescribeVirtualServiceOutput.member(:virtual_service)
|
569
624
|
|
570
625
|
DnsServiceDiscovery.add_member(:hostname, Shapes::ShapeRef.new(shape: Hostname, required: true, location_name: "hostname"))
|
626
|
+
DnsServiceDiscovery.add_member(:response_type, Shapes::ShapeRef.new(shape: DnsResponseType, location_name: "responseType"))
|
571
627
|
DnsServiceDiscovery.struct_class = Types::DnsServiceDiscovery
|
572
628
|
|
573
629
|
Duration.add_member(:unit, Shapes::ShapeRef.new(shape: DurationUnit, location_name: "unit"))
|
@@ -591,6 +647,13 @@ module Aws::AppMesh
|
|
591
647
|
GatewayRouteData.add_member(:virtual_gateway_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualGatewayName"))
|
592
648
|
GatewayRouteData.struct_class = Types::GatewayRouteData
|
593
649
|
|
650
|
+
GatewayRouteHostnameMatch.add_member(:exact, Shapes::ShapeRef.new(shape: ExactHostName, location_name: "exact"))
|
651
|
+
GatewayRouteHostnameMatch.add_member(:suffix, Shapes::ShapeRef.new(shape: SuffixHostname, location_name: "suffix"))
|
652
|
+
GatewayRouteHostnameMatch.struct_class = Types::GatewayRouteHostnameMatch
|
653
|
+
|
654
|
+
GatewayRouteHostnameRewrite.add_member(:default_target_hostname, Shapes::ShapeRef.new(shape: DefaultGatewayRouteRewrite, location_name: "defaultTargetHostname"))
|
655
|
+
GatewayRouteHostnameRewrite.struct_class = Types::GatewayRouteHostnameRewrite
|
656
|
+
|
594
657
|
GatewayRouteList.member = Shapes::ShapeRef.new(shape: GatewayRouteRef)
|
595
658
|
|
596
659
|
GatewayRouteRef.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
|
@@ -607,6 +670,7 @@ module Aws::AppMesh
|
|
607
670
|
GatewayRouteSpec.add_member(:grpc_route, Shapes::ShapeRef.new(shape: GrpcGatewayRoute, location_name: "grpcRoute"))
|
608
671
|
GatewayRouteSpec.add_member(:http2_route, Shapes::ShapeRef.new(shape: HttpGatewayRoute, location_name: "http2Route"))
|
609
672
|
GatewayRouteSpec.add_member(:http_route, Shapes::ShapeRef.new(shape: HttpGatewayRoute, location_name: "httpRoute"))
|
673
|
+
GatewayRouteSpec.add_member(:priority, Shapes::ShapeRef.new(shape: GatewayRoutePriority, location_name: "priority"))
|
610
674
|
GatewayRouteSpec.struct_class = Types::GatewayRouteSpec
|
611
675
|
|
612
676
|
GatewayRouteStatus.add_member(:status, Shapes::ShapeRef.new(shape: GatewayRouteStatusCode, required: true, location_name: "status"))
|
@@ -622,12 +686,39 @@ module Aws::AppMesh
|
|
622
686
|
GrpcGatewayRoute.add_member(:match, Shapes::ShapeRef.new(shape: GrpcGatewayRouteMatch, required: true, location_name: "match"))
|
623
687
|
GrpcGatewayRoute.struct_class = Types::GrpcGatewayRoute
|
624
688
|
|
689
|
+
GrpcGatewayRouteAction.add_member(:rewrite, Shapes::ShapeRef.new(shape: GrpcGatewayRouteRewrite, location_name: "rewrite"))
|
625
690
|
GrpcGatewayRouteAction.add_member(:target, Shapes::ShapeRef.new(shape: GatewayRouteTarget, required: true, location_name: "target"))
|
626
691
|
GrpcGatewayRouteAction.struct_class = Types::GrpcGatewayRouteAction
|
627
692
|
|
693
|
+
GrpcGatewayRouteMatch.add_member(:hostname, Shapes::ShapeRef.new(shape: GatewayRouteHostnameMatch, location_name: "hostname"))
|
694
|
+
GrpcGatewayRouteMatch.add_member(:metadata, Shapes::ShapeRef.new(shape: GrpcGatewayRouteMetadataList, location_name: "metadata"))
|
628
695
|
GrpcGatewayRouteMatch.add_member(:service_name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "serviceName"))
|
629
696
|
GrpcGatewayRouteMatch.struct_class = Types::GrpcGatewayRouteMatch
|
630
697
|
|
698
|
+
GrpcGatewayRouteMetadata.add_member(:invert, Shapes::ShapeRef.new(shape: Boolean, location_name: "invert"))
|
699
|
+
GrpcGatewayRouteMetadata.add_member(:match, Shapes::ShapeRef.new(shape: GrpcMetadataMatchMethod, location_name: "match"))
|
700
|
+
GrpcGatewayRouteMetadata.add_member(:name, Shapes::ShapeRef.new(shape: HeaderName, required: true, location_name: "name"))
|
701
|
+
GrpcGatewayRouteMetadata.struct_class = Types::GrpcGatewayRouteMetadata
|
702
|
+
|
703
|
+
GrpcGatewayRouteMetadataList.member = Shapes::ShapeRef.new(shape: GrpcGatewayRouteMetadata)
|
704
|
+
|
705
|
+
GrpcGatewayRouteRewrite.add_member(:hostname, Shapes::ShapeRef.new(shape: GatewayRouteHostnameRewrite, location_name: "hostname"))
|
706
|
+
GrpcGatewayRouteRewrite.struct_class = Types::GrpcGatewayRouteRewrite
|
707
|
+
|
708
|
+
GrpcMetadataMatchMethod.add_member(:exact, Shapes::ShapeRef.new(shape: HeaderMatch, location_name: "exact"))
|
709
|
+
GrpcMetadataMatchMethod.add_member(:prefix, Shapes::ShapeRef.new(shape: HeaderMatch, location_name: "prefix"))
|
710
|
+
GrpcMetadataMatchMethod.add_member(:range, Shapes::ShapeRef.new(shape: MatchRange, location_name: "range"))
|
711
|
+
GrpcMetadataMatchMethod.add_member(:regex, Shapes::ShapeRef.new(shape: HeaderMatch, location_name: "regex"))
|
712
|
+
GrpcMetadataMatchMethod.add_member(:suffix, Shapes::ShapeRef.new(shape: HeaderMatch, location_name: "suffix"))
|
713
|
+
GrpcMetadataMatchMethod.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
714
|
+
GrpcMetadataMatchMethod.add_member_subclass(:exact, Types::GrpcMetadataMatchMethod::Exact)
|
715
|
+
GrpcMetadataMatchMethod.add_member_subclass(:prefix, Types::GrpcMetadataMatchMethod::Prefix)
|
716
|
+
GrpcMetadataMatchMethod.add_member_subclass(:range, Types::GrpcMetadataMatchMethod::Range)
|
717
|
+
GrpcMetadataMatchMethod.add_member_subclass(:regex, Types::GrpcMetadataMatchMethod::Regex)
|
718
|
+
GrpcMetadataMatchMethod.add_member_subclass(:suffix, Types::GrpcMetadataMatchMethod::Suffix)
|
719
|
+
GrpcMetadataMatchMethod.add_member_subclass(:unknown, Types::GrpcMetadataMatchMethod::Unknown)
|
720
|
+
GrpcMetadataMatchMethod.struct_class = Types::GrpcMetadataMatchMethod
|
721
|
+
|
631
722
|
GrpcRetryPolicy.add_member(:grpc_retry_events, Shapes::ShapeRef.new(shape: GrpcRetryPolicyEvents, location_name: "grpcRetryEvents"))
|
632
723
|
GrpcRetryPolicy.add_member(:http_retry_events, Shapes::ShapeRef.new(shape: HttpRetryPolicyEvents, location_name: "httpRetryEvents"))
|
633
724
|
GrpcRetryPolicy.add_member(:max_retries, Shapes::ShapeRef.new(shape: MaxRetries, required: true, location_name: "maxRetries"))
|
@@ -663,6 +754,13 @@ module Aws::AppMesh
|
|
663
754
|
GrpcRouteMetadataMatchMethod.add_member(:range, Shapes::ShapeRef.new(shape: MatchRange, location_name: "range"))
|
664
755
|
GrpcRouteMetadataMatchMethod.add_member(:regex, Shapes::ShapeRef.new(shape: HeaderMatch, location_name: "regex"))
|
665
756
|
GrpcRouteMetadataMatchMethod.add_member(:suffix, Shapes::ShapeRef.new(shape: HeaderMatch, location_name: "suffix"))
|
757
|
+
GrpcRouteMetadataMatchMethod.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
758
|
+
GrpcRouteMetadataMatchMethod.add_member_subclass(:exact, Types::GrpcRouteMetadataMatchMethod::Exact)
|
759
|
+
GrpcRouteMetadataMatchMethod.add_member_subclass(:prefix, Types::GrpcRouteMetadataMatchMethod::Prefix)
|
760
|
+
GrpcRouteMetadataMatchMethod.add_member_subclass(:range, Types::GrpcRouteMetadataMatchMethod::Range)
|
761
|
+
GrpcRouteMetadataMatchMethod.add_member_subclass(:regex, Types::GrpcRouteMetadataMatchMethod::Regex)
|
762
|
+
GrpcRouteMetadataMatchMethod.add_member_subclass(:suffix, Types::GrpcRouteMetadataMatchMethod::Suffix)
|
763
|
+
GrpcRouteMetadataMatchMethod.add_member_subclass(:unknown, Types::GrpcRouteMetadataMatchMethod::Unknown)
|
666
764
|
GrpcRouteMetadataMatchMethod.struct_class = Types::GrpcRouteMetadataMatchMethod
|
667
765
|
|
668
766
|
GrpcTimeout.add_member(:idle, Shapes::ShapeRef.new(shape: Duration, location_name: "idle"))
|
@@ -674,6 +772,13 @@ module Aws::AppMesh
|
|
674
772
|
HeaderMatchMethod.add_member(:range, Shapes::ShapeRef.new(shape: MatchRange, location_name: "range"))
|
675
773
|
HeaderMatchMethod.add_member(:regex, Shapes::ShapeRef.new(shape: HeaderMatch, location_name: "regex"))
|
676
774
|
HeaderMatchMethod.add_member(:suffix, Shapes::ShapeRef.new(shape: HeaderMatch, location_name: "suffix"))
|
775
|
+
HeaderMatchMethod.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
776
|
+
HeaderMatchMethod.add_member_subclass(:exact, Types::HeaderMatchMethod::Exact)
|
777
|
+
HeaderMatchMethod.add_member_subclass(:prefix, Types::HeaderMatchMethod::Prefix)
|
778
|
+
HeaderMatchMethod.add_member_subclass(:range, Types::HeaderMatchMethod::Range)
|
779
|
+
HeaderMatchMethod.add_member_subclass(:regex, Types::HeaderMatchMethod::Regex)
|
780
|
+
HeaderMatchMethod.add_member_subclass(:suffix, Types::HeaderMatchMethod::Suffix)
|
781
|
+
HeaderMatchMethod.add_member_subclass(:unknown, Types::HeaderMatchMethod::Unknown)
|
677
782
|
HeaderMatchMethod.struct_class = Types::HeaderMatchMethod
|
678
783
|
|
679
784
|
HealthCheckPolicy.add_member(:healthy_threshold, Shapes::ShapeRef.new(shape: HealthCheckThreshold, required: true, location_name: "healthyThreshold"))
|
@@ -689,12 +794,47 @@ module Aws::AppMesh
|
|
689
794
|
HttpGatewayRoute.add_member(:match, Shapes::ShapeRef.new(shape: HttpGatewayRouteMatch, required: true, location_name: "match"))
|
690
795
|
HttpGatewayRoute.struct_class = Types::HttpGatewayRoute
|
691
796
|
|
797
|
+
HttpGatewayRouteAction.add_member(:rewrite, Shapes::ShapeRef.new(shape: HttpGatewayRouteRewrite, location_name: "rewrite"))
|
692
798
|
HttpGatewayRouteAction.add_member(:target, Shapes::ShapeRef.new(shape: GatewayRouteTarget, required: true, location_name: "target"))
|
693
799
|
HttpGatewayRouteAction.struct_class = Types::HttpGatewayRouteAction
|
694
800
|
|
695
|
-
|
801
|
+
HttpGatewayRouteHeader.add_member(:invert, Shapes::ShapeRef.new(shape: Boolean, location_name: "invert"))
|
802
|
+
HttpGatewayRouteHeader.add_member(:match, Shapes::ShapeRef.new(shape: HeaderMatchMethod, location_name: "match"))
|
803
|
+
HttpGatewayRouteHeader.add_member(:name, Shapes::ShapeRef.new(shape: HeaderName, required: true, location_name: "name"))
|
804
|
+
HttpGatewayRouteHeader.struct_class = Types::HttpGatewayRouteHeader
|
805
|
+
|
806
|
+
HttpGatewayRouteHeaders.member = Shapes::ShapeRef.new(shape: HttpGatewayRouteHeader)
|
807
|
+
|
808
|
+
HttpGatewayRouteMatch.add_member(:headers, Shapes::ShapeRef.new(shape: HttpGatewayRouteHeaders, location_name: "headers"))
|
809
|
+
HttpGatewayRouteMatch.add_member(:hostname, Shapes::ShapeRef.new(shape: GatewayRouteHostnameMatch, location_name: "hostname"))
|
810
|
+
HttpGatewayRouteMatch.add_member(:method, Shapes::ShapeRef.new(shape: HttpMethod, location_name: "method"))
|
811
|
+
HttpGatewayRouteMatch.add_member(:path, Shapes::ShapeRef.new(shape: HttpPathMatch, location_name: "path"))
|
812
|
+
HttpGatewayRouteMatch.add_member(:prefix, Shapes::ShapeRef.new(shape: String, location_name: "prefix"))
|
813
|
+
HttpGatewayRouteMatch.add_member(:query_parameters, Shapes::ShapeRef.new(shape: HttpQueryParameters, location_name: "queryParameters"))
|
696
814
|
HttpGatewayRouteMatch.struct_class = Types::HttpGatewayRouteMatch
|
697
815
|
|
816
|
+
HttpGatewayRoutePathRewrite.add_member(:exact, Shapes::ShapeRef.new(shape: HttpPathExact, location_name: "exact"))
|
817
|
+
HttpGatewayRoutePathRewrite.struct_class = Types::HttpGatewayRoutePathRewrite
|
818
|
+
|
819
|
+
HttpGatewayRoutePrefixRewrite.add_member(:default_prefix, Shapes::ShapeRef.new(shape: DefaultGatewayRouteRewrite, location_name: "defaultPrefix"))
|
820
|
+
HttpGatewayRoutePrefixRewrite.add_member(:value, Shapes::ShapeRef.new(shape: HttpGatewayRoutePrefix, location_name: "value"))
|
821
|
+
HttpGatewayRoutePrefixRewrite.struct_class = Types::HttpGatewayRoutePrefixRewrite
|
822
|
+
|
823
|
+
HttpGatewayRouteRewrite.add_member(:hostname, Shapes::ShapeRef.new(shape: GatewayRouteHostnameRewrite, location_name: "hostname"))
|
824
|
+
HttpGatewayRouteRewrite.add_member(:path, Shapes::ShapeRef.new(shape: HttpGatewayRoutePathRewrite, location_name: "path"))
|
825
|
+
HttpGatewayRouteRewrite.add_member(:prefix, Shapes::ShapeRef.new(shape: HttpGatewayRoutePrefixRewrite, location_name: "prefix"))
|
826
|
+
HttpGatewayRouteRewrite.struct_class = Types::HttpGatewayRouteRewrite
|
827
|
+
|
828
|
+
HttpPathMatch.add_member(:exact, Shapes::ShapeRef.new(shape: HttpPathExact, location_name: "exact"))
|
829
|
+
HttpPathMatch.add_member(:regex, Shapes::ShapeRef.new(shape: HttpPathRegex, location_name: "regex"))
|
830
|
+
HttpPathMatch.struct_class = Types::HttpPathMatch
|
831
|
+
|
832
|
+
HttpQueryParameter.add_member(:match, Shapes::ShapeRef.new(shape: QueryParameterMatch, location_name: "match"))
|
833
|
+
HttpQueryParameter.add_member(:name, Shapes::ShapeRef.new(shape: QueryParameterName, required: true, location_name: "name"))
|
834
|
+
HttpQueryParameter.struct_class = Types::HttpQueryParameter
|
835
|
+
|
836
|
+
HttpQueryParameters.member = Shapes::ShapeRef.new(shape: HttpQueryParameter)
|
837
|
+
|
698
838
|
HttpRetryPolicy.add_member(:http_retry_events, Shapes::ShapeRef.new(shape: HttpRetryPolicyEvents, location_name: "httpRetryEvents"))
|
699
839
|
HttpRetryPolicy.add_member(:max_retries, Shapes::ShapeRef.new(shape: MaxRetries, required: true, location_name: "maxRetries"))
|
700
840
|
HttpRetryPolicy.add_member(:per_retry_timeout, Shapes::ShapeRef.new(shape: Duration, required: true, location_name: "perRetryTimeout"))
|
@@ -721,7 +861,9 @@ module Aws::AppMesh
|
|
721
861
|
|
722
862
|
HttpRouteMatch.add_member(:headers, Shapes::ShapeRef.new(shape: HttpRouteHeaders, location_name: "headers"))
|
723
863
|
HttpRouteMatch.add_member(:method, Shapes::ShapeRef.new(shape: HttpMethod, location_name: "method"))
|
724
|
-
HttpRouteMatch.add_member(:
|
864
|
+
HttpRouteMatch.add_member(:path, Shapes::ShapeRef.new(shape: HttpPathMatch, location_name: "path"))
|
865
|
+
HttpRouteMatch.add_member(:prefix, Shapes::ShapeRef.new(shape: String, location_name: "prefix"))
|
866
|
+
HttpRouteMatch.add_member(:query_parameters, Shapes::ShapeRef.new(shape: HttpQueryParameters, location_name: "queryParameters"))
|
725
867
|
HttpRouteMatch.add_member(:scheme, Shapes::ShapeRef.new(shape: HttpScheme, location_name: "scheme"))
|
726
868
|
HttpRouteMatch.struct_class = Types::HttpRouteMatch
|
727
869
|
|
@@ -826,10 +968,17 @@ module Aws::AppMesh
|
|
826
968
|
ListenerTimeout.add_member(:http, Shapes::ShapeRef.new(shape: HttpTimeout, location_name: "http"))
|
827
969
|
ListenerTimeout.add_member(:http2, Shapes::ShapeRef.new(shape: HttpTimeout, location_name: "http2"))
|
828
970
|
ListenerTimeout.add_member(:tcp, Shapes::ShapeRef.new(shape: TcpTimeout, location_name: "tcp"))
|
971
|
+
ListenerTimeout.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
972
|
+
ListenerTimeout.add_member_subclass(:grpc, Types::ListenerTimeout::Grpc)
|
973
|
+
ListenerTimeout.add_member_subclass(:http, Types::ListenerTimeout::Http)
|
974
|
+
ListenerTimeout.add_member_subclass(:http2, Types::ListenerTimeout::Http2)
|
975
|
+
ListenerTimeout.add_member_subclass(:tcp, Types::ListenerTimeout::Tcp)
|
976
|
+
ListenerTimeout.add_member_subclass(:unknown, Types::ListenerTimeout::Unknown)
|
829
977
|
ListenerTimeout.struct_class = Types::ListenerTimeout
|
830
978
|
|
831
979
|
ListenerTls.add_member(:certificate, Shapes::ShapeRef.new(shape: ListenerTlsCertificate, required: true, location_name: "certificate"))
|
832
980
|
ListenerTls.add_member(:mode, Shapes::ShapeRef.new(shape: ListenerTlsMode, required: true, location_name: "mode"))
|
981
|
+
ListenerTls.add_member(:validation, Shapes::ShapeRef.new(shape: ListenerTlsValidationContext, location_name: "validation"))
|
833
982
|
ListenerTls.struct_class = Types::ListenerTls
|
834
983
|
|
835
984
|
ListenerTlsAcmCertificate.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "certificateArn"))
|
@@ -837,12 +986,33 @@ module Aws::AppMesh
|
|
837
986
|
|
838
987
|
ListenerTlsCertificate.add_member(:acm, Shapes::ShapeRef.new(shape: ListenerTlsAcmCertificate, location_name: "acm"))
|
839
988
|
ListenerTlsCertificate.add_member(:file, Shapes::ShapeRef.new(shape: ListenerTlsFileCertificate, location_name: "file"))
|
989
|
+
ListenerTlsCertificate.add_member(:sds, Shapes::ShapeRef.new(shape: ListenerTlsSdsCertificate, location_name: "sds"))
|
990
|
+
ListenerTlsCertificate.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
991
|
+
ListenerTlsCertificate.add_member_subclass(:acm, Types::ListenerTlsCertificate::Acm)
|
992
|
+
ListenerTlsCertificate.add_member_subclass(:file, Types::ListenerTlsCertificate::File)
|
993
|
+
ListenerTlsCertificate.add_member_subclass(:sds, Types::ListenerTlsCertificate::Sds)
|
994
|
+
ListenerTlsCertificate.add_member_subclass(:unknown, Types::ListenerTlsCertificate::Unknown)
|
840
995
|
ListenerTlsCertificate.struct_class = Types::ListenerTlsCertificate
|
841
996
|
|
842
997
|
ListenerTlsFileCertificate.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "certificateChain"))
|
843
998
|
ListenerTlsFileCertificate.add_member(:private_key, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "privateKey"))
|
844
999
|
ListenerTlsFileCertificate.struct_class = Types::ListenerTlsFileCertificate
|
845
1000
|
|
1001
|
+
ListenerTlsSdsCertificate.add_member(:secret_name, Shapes::ShapeRef.new(shape: SdsSecretName, required: true, location_name: "secretName"))
|
1002
|
+
ListenerTlsSdsCertificate.struct_class = Types::ListenerTlsSdsCertificate
|
1003
|
+
|
1004
|
+
ListenerTlsValidationContext.add_member(:subject_alternative_names, Shapes::ShapeRef.new(shape: SubjectAlternativeNames, location_name: "subjectAlternativeNames"))
|
1005
|
+
ListenerTlsValidationContext.add_member(:trust, Shapes::ShapeRef.new(shape: ListenerTlsValidationContextTrust, required: true, location_name: "trust"))
|
1006
|
+
ListenerTlsValidationContext.struct_class = Types::ListenerTlsValidationContext
|
1007
|
+
|
1008
|
+
ListenerTlsValidationContextTrust.add_member(:file, Shapes::ShapeRef.new(shape: TlsValidationContextFileTrust, location_name: "file"))
|
1009
|
+
ListenerTlsValidationContextTrust.add_member(:sds, Shapes::ShapeRef.new(shape: TlsValidationContextSdsTrust, location_name: "sds"))
|
1010
|
+
ListenerTlsValidationContextTrust.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1011
|
+
ListenerTlsValidationContextTrust.add_member_subclass(:file, Types::ListenerTlsValidationContextTrust::File)
|
1012
|
+
ListenerTlsValidationContextTrust.add_member_subclass(:sds, Types::ListenerTlsValidationContextTrust::Sds)
|
1013
|
+
ListenerTlsValidationContextTrust.add_member_subclass(:unknown, Types::ListenerTlsValidationContextTrust::Unknown)
|
1014
|
+
ListenerTlsValidationContextTrust.struct_class = Types::ListenerTlsValidationContextTrust
|
1015
|
+
|
846
1016
|
Listeners.member = Shapes::ShapeRef.new(shape: Listener)
|
847
1017
|
|
848
1018
|
Logging.add_member(:access_log, Shapes::ShapeRef.new(shape: AccessLog, location_name: "accessLog"))
|
@@ -890,6 +1060,9 @@ module Aws::AppMesh
|
|
890
1060
|
|
891
1061
|
PortSet.member = Shapes::ShapeRef.new(shape: PortNumber)
|
892
1062
|
|
1063
|
+
QueryParameterMatch.add_member(:exact, Shapes::ShapeRef.new(shape: String, location_name: "exact"))
|
1064
|
+
QueryParameterMatch.struct_class = Types::QueryParameterMatch
|
1065
|
+
|
893
1066
|
ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
894
1067
|
ResourceInUseException.struct_class = Types::ResourceInUseException
|
895
1068
|
|
@@ -935,11 +1108,23 @@ module Aws::AppMesh
|
|
935
1108
|
|
936
1109
|
ServiceDiscovery.add_member(:aws_cloud_map, Shapes::ShapeRef.new(shape: AwsCloudMapServiceDiscovery, location_name: "awsCloudMap"))
|
937
1110
|
ServiceDiscovery.add_member(:dns, Shapes::ShapeRef.new(shape: DnsServiceDiscovery, location_name: "dns"))
|
1111
|
+
ServiceDiscovery.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1112
|
+
ServiceDiscovery.add_member_subclass(:aws_cloud_map, Types::ServiceDiscovery::AwsCloudMap)
|
1113
|
+
ServiceDiscovery.add_member_subclass(:dns, Types::ServiceDiscovery::Dns)
|
1114
|
+
ServiceDiscovery.add_member_subclass(:unknown, Types::ServiceDiscovery::Unknown)
|
938
1115
|
ServiceDiscovery.struct_class = Types::ServiceDiscovery
|
939
1116
|
|
940
1117
|
ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
941
1118
|
ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
|
942
1119
|
|
1120
|
+
SubjectAlternativeNameList.member = Shapes::ShapeRef.new(shape: SubjectAlternativeName)
|
1121
|
+
|
1122
|
+
SubjectAlternativeNameMatchers.add_member(:exact, Shapes::ShapeRef.new(shape: SubjectAlternativeNameList, required: true, location_name: "exact"))
|
1123
|
+
SubjectAlternativeNameMatchers.struct_class = Types::SubjectAlternativeNameMatchers
|
1124
|
+
|
1125
|
+
SubjectAlternativeNames.add_member(:match, Shapes::ShapeRef.new(shape: SubjectAlternativeNameMatchers, required: true, location_name: "match"))
|
1126
|
+
SubjectAlternativeNames.struct_class = Types::SubjectAlternativeNames
|
1127
|
+
|
943
1128
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
944
1129
|
|
945
1130
|
TagList.member = Shapes::ShapeRef.new(shape: TagRef)
|
@@ -966,6 +1151,7 @@ module Aws::AppMesh
|
|
966
1151
|
TcpTimeout.add_member(:idle, Shapes::ShapeRef.new(shape: Duration, location_name: "idle"))
|
967
1152
|
TcpTimeout.struct_class = Types::TcpTimeout
|
968
1153
|
|
1154
|
+
TlsValidationContext.add_member(:subject_alternative_names, Shapes::ShapeRef.new(shape: SubjectAlternativeNames, location_name: "subjectAlternativeNames"))
|
969
1155
|
TlsValidationContext.add_member(:trust, Shapes::ShapeRef.new(shape: TlsValidationContextTrust, required: true, location_name: "trust"))
|
970
1156
|
TlsValidationContext.struct_class = Types::TlsValidationContext
|
971
1157
|
|
@@ -975,8 +1161,17 @@ module Aws::AppMesh
|
|
975
1161
|
TlsValidationContextFileTrust.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "certificateChain"))
|
976
1162
|
TlsValidationContextFileTrust.struct_class = Types::TlsValidationContextFileTrust
|
977
1163
|
|
1164
|
+
TlsValidationContextSdsTrust.add_member(:secret_name, Shapes::ShapeRef.new(shape: SdsSecretName, required: true, location_name: "secretName"))
|
1165
|
+
TlsValidationContextSdsTrust.struct_class = Types::TlsValidationContextSdsTrust
|
1166
|
+
|
978
1167
|
TlsValidationContextTrust.add_member(:acm, Shapes::ShapeRef.new(shape: TlsValidationContextAcmTrust, location_name: "acm"))
|
979
1168
|
TlsValidationContextTrust.add_member(:file, Shapes::ShapeRef.new(shape: TlsValidationContextFileTrust, location_name: "file"))
|
1169
|
+
TlsValidationContextTrust.add_member(:sds, Shapes::ShapeRef.new(shape: TlsValidationContextSdsTrust, location_name: "sds"))
|
1170
|
+
TlsValidationContextTrust.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1171
|
+
TlsValidationContextTrust.add_member_subclass(:acm, Types::TlsValidationContextTrust::Acm)
|
1172
|
+
TlsValidationContextTrust.add_member_subclass(:file, Types::TlsValidationContextTrust::File)
|
1173
|
+
TlsValidationContextTrust.add_member_subclass(:sds, Types::TlsValidationContextTrust::Sds)
|
1174
|
+
TlsValidationContextTrust.add_member_subclass(:unknown, Types::TlsValidationContextTrust::Unknown)
|
980
1175
|
TlsValidationContextTrust.struct_class = Types::TlsValidationContextTrust
|
981
1176
|
|
982
1177
|
TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
@@ -1076,6 +1271,9 @@ module Aws::AppMesh
|
|
1076
1271
|
UpdateVirtualServiceOutput[:payload_member] = UpdateVirtualServiceOutput.member(:virtual_service)
|
1077
1272
|
|
1078
1273
|
VirtualGatewayAccessLog.add_member(:file, Shapes::ShapeRef.new(shape: VirtualGatewayFileAccessLog, location_name: "file"))
|
1274
|
+
VirtualGatewayAccessLog.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1275
|
+
VirtualGatewayAccessLog.add_member_subclass(:file, Types::VirtualGatewayAccessLog::File)
|
1276
|
+
VirtualGatewayAccessLog.add_member_subclass(:unknown, Types::VirtualGatewayAccessLog::Unknown)
|
1079
1277
|
VirtualGatewayAccessLog.struct_class = Types::VirtualGatewayAccessLog
|
1080
1278
|
|
1081
1279
|
VirtualGatewayBackendDefaults.add_member(:client_policy, Shapes::ShapeRef.new(shape: VirtualGatewayClientPolicy, location_name: "clientPolicy"))
|
@@ -1086,14 +1284,28 @@ module Aws::AppMesh
|
|
1086
1284
|
VirtualGatewayClientPolicy.add_member(:tls, Shapes::ShapeRef.new(shape: VirtualGatewayClientPolicyTls, location_name: "tls"))
|
1087
1285
|
VirtualGatewayClientPolicy.struct_class = Types::VirtualGatewayClientPolicy
|
1088
1286
|
|
1287
|
+
VirtualGatewayClientPolicyTls.add_member(:certificate, Shapes::ShapeRef.new(shape: VirtualGatewayClientTlsCertificate, location_name: "certificate"))
|
1089
1288
|
VirtualGatewayClientPolicyTls.add_member(:enforce, Shapes::ShapeRef.new(shape: Boolean, location_name: "enforce", metadata: {"box"=>true}))
|
1090
1289
|
VirtualGatewayClientPolicyTls.add_member(:ports, Shapes::ShapeRef.new(shape: PortSet, location_name: "ports"))
|
1091
1290
|
VirtualGatewayClientPolicyTls.add_member(:validation, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContext, required: true, location_name: "validation"))
|
1092
1291
|
VirtualGatewayClientPolicyTls.struct_class = Types::VirtualGatewayClientPolicyTls
|
1093
1292
|
|
1293
|
+
VirtualGatewayClientTlsCertificate.add_member(:file, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsFileCertificate, location_name: "file"))
|
1294
|
+
VirtualGatewayClientTlsCertificate.add_member(:sds, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsSdsCertificate, location_name: "sds"))
|
1295
|
+
VirtualGatewayClientTlsCertificate.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1296
|
+
VirtualGatewayClientTlsCertificate.add_member_subclass(:file, Types::VirtualGatewayClientTlsCertificate::File)
|
1297
|
+
VirtualGatewayClientTlsCertificate.add_member_subclass(:sds, Types::VirtualGatewayClientTlsCertificate::Sds)
|
1298
|
+
VirtualGatewayClientTlsCertificate.add_member_subclass(:unknown, Types::VirtualGatewayClientTlsCertificate::Unknown)
|
1299
|
+
VirtualGatewayClientTlsCertificate.struct_class = Types::VirtualGatewayClientTlsCertificate
|
1300
|
+
|
1094
1301
|
VirtualGatewayConnectionPool.add_member(:grpc, Shapes::ShapeRef.new(shape: VirtualGatewayGrpcConnectionPool, location_name: "grpc"))
|
1095
1302
|
VirtualGatewayConnectionPool.add_member(:http, Shapes::ShapeRef.new(shape: VirtualGatewayHttpConnectionPool, location_name: "http"))
|
1096
1303
|
VirtualGatewayConnectionPool.add_member(:http2, Shapes::ShapeRef.new(shape: VirtualGatewayHttp2ConnectionPool, location_name: "http2"))
|
1304
|
+
VirtualGatewayConnectionPool.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1305
|
+
VirtualGatewayConnectionPool.add_member_subclass(:grpc, Types::VirtualGatewayConnectionPool::Grpc)
|
1306
|
+
VirtualGatewayConnectionPool.add_member_subclass(:http, Types::VirtualGatewayConnectionPool::Http)
|
1307
|
+
VirtualGatewayConnectionPool.add_member_subclass(:http2, Types::VirtualGatewayConnectionPool::Http2)
|
1308
|
+
VirtualGatewayConnectionPool.add_member_subclass(:unknown, Types::VirtualGatewayConnectionPool::Unknown)
|
1097
1309
|
VirtualGatewayConnectionPool.struct_class = Types::VirtualGatewayConnectionPool
|
1098
1310
|
|
1099
1311
|
VirtualGatewayData.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
|
@@ -1135,6 +1347,7 @@ module Aws::AppMesh
|
|
1135
1347
|
|
1136
1348
|
VirtualGatewayListenerTls.add_member(:certificate, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsCertificate, required: true, location_name: "certificate"))
|
1137
1349
|
VirtualGatewayListenerTls.add_member(:mode, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsMode, required: true, location_name: "mode"))
|
1350
|
+
VirtualGatewayListenerTls.add_member(:validation, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsValidationContext, location_name: "validation"))
|
1138
1351
|
VirtualGatewayListenerTls.struct_class = Types::VirtualGatewayListenerTls
|
1139
1352
|
|
1140
1353
|
VirtualGatewayListenerTlsAcmCertificate.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "certificateArn"))
|
@@ -1142,12 +1355,33 @@ module Aws::AppMesh
|
|
1142
1355
|
|
1143
1356
|
VirtualGatewayListenerTlsCertificate.add_member(:acm, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsAcmCertificate, location_name: "acm"))
|
1144
1357
|
VirtualGatewayListenerTlsCertificate.add_member(:file, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsFileCertificate, location_name: "file"))
|
1358
|
+
VirtualGatewayListenerTlsCertificate.add_member(:sds, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsSdsCertificate, location_name: "sds"))
|
1359
|
+
VirtualGatewayListenerTlsCertificate.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1360
|
+
VirtualGatewayListenerTlsCertificate.add_member_subclass(:acm, Types::VirtualGatewayListenerTlsCertificate::Acm)
|
1361
|
+
VirtualGatewayListenerTlsCertificate.add_member_subclass(:file, Types::VirtualGatewayListenerTlsCertificate::File)
|
1362
|
+
VirtualGatewayListenerTlsCertificate.add_member_subclass(:sds, Types::VirtualGatewayListenerTlsCertificate::Sds)
|
1363
|
+
VirtualGatewayListenerTlsCertificate.add_member_subclass(:unknown, Types::VirtualGatewayListenerTlsCertificate::Unknown)
|
1145
1364
|
VirtualGatewayListenerTlsCertificate.struct_class = Types::VirtualGatewayListenerTlsCertificate
|
1146
1365
|
|
1147
1366
|
VirtualGatewayListenerTlsFileCertificate.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "certificateChain"))
|
1148
1367
|
VirtualGatewayListenerTlsFileCertificate.add_member(:private_key, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "privateKey"))
|
1149
1368
|
VirtualGatewayListenerTlsFileCertificate.struct_class = Types::VirtualGatewayListenerTlsFileCertificate
|
1150
1369
|
|
1370
|
+
VirtualGatewayListenerTlsSdsCertificate.add_member(:secret_name, Shapes::ShapeRef.new(shape: VirtualGatewaySdsSecretName, required: true, location_name: "secretName"))
|
1371
|
+
VirtualGatewayListenerTlsSdsCertificate.struct_class = Types::VirtualGatewayListenerTlsSdsCertificate
|
1372
|
+
|
1373
|
+
VirtualGatewayListenerTlsValidationContext.add_member(:subject_alternative_names, Shapes::ShapeRef.new(shape: SubjectAlternativeNames, location_name: "subjectAlternativeNames"))
|
1374
|
+
VirtualGatewayListenerTlsValidationContext.add_member(:trust, Shapes::ShapeRef.new(shape: VirtualGatewayListenerTlsValidationContextTrust, required: true, location_name: "trust"))
|
1375
|
+
VirtualGatewayListenerTlsValidationContext.struct_class = Types::VirtualGatewayListenerTlsValidationContext
|
1376
|
+
|
1377
|
+
VirtualGatewayListenerTlsValidationContextTrust.add_member(:file, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextFileTrust, location_name: "file"))
|
1378
|
+
VirtualGatewayListenerTlsValidationContextTrust.add_member(:sds, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextSdsTrust, location_name: "sds"))
|
1379
|
+
VirtualGatewayListenerTlsValidationContextTrust.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1380
|
+
VirtualGatewayListenerTlsValidationContextTrust.add_member_subclass(:file, Types::VirtualGatewayListenerTlsValidationContextTrust::File)
|
1381
|
+
VirtualGatewayListenerTlsValidationContextTrust.add_member_subclass(:sds, Types::VirtualGatewayListenerTlsValidationContextTrust::Sds)
|
1382
|
+
VirtualGatewayListenerTlsValidationContextTrust.add_member_subclass(:unknown, Types::VirtualGatewayListenerTlsValidationContextTrust::Unknown)
|
1383
|
+
VirtualGatewayListenerTlsValidationContextTrust.struct_class = Types::VirtualGatewayListenerTlsValidationContextTrust
|
1384
|
+
|
1151
1385
|
VirtualGatewayListeners.member = Shapes::ShapeRef.new(shape: VirtualGatewayListener)
|
1152
1386
|
|
1153
1387
|
VirtualGatewayLogging.add_member(:access_log, Shapes::ShapeRef.new(shape: VirtualGatewayAccessLog, location_name: "accessLog"))
|
@@ -1175,6 +1409,7 @@ module Aws::AppMesh
|
|
1175
1409
|
VirtualGatewayStatus.add_member(:status, Shapes::ShapeRef.new(shape: VirtualGatewayStatusCode, required: true, location_name: "status"))
|
1176
1410
|
VirtualGatewayStatus.struct_class = Types::VirtualGatewayStatus
|
1177
1411
|
|
1412
|
+
VirtualGatewayTlsValidationContext.add_member(:subject_alternative_names, Shapes::ShapeRef.new(shape: SubjectAlternativeNames, location_name: "subjectAlternativeNames"))
|
1178
1413
|
VirtualGatewayTlsValidationContext.add_member(:trust, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextTrust, required: true, location_name: "trust"))
|
1179
1414
|
VirtualGatewayTlsValidationContext.struct_class = Types::VirtualGatewayTlsValidationContext
|
1180
1415
|
|
@@ -1184,14 +1419,29 @@ module Aws::AppMesh
|
|
1184
1419
|
VirtualGatewayTlsValidationContextFileTrust.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "certificateChain"))
|
1185
1420
|
VirtualGatewayTlsValidationContextFileTrust.struct_class = Types::VirtualGatewayTlsValidationContextFileTrust
|
1186
1421
|
|
1422
|
+
VirtualGatewayTlsValidationContextSdsTrust.add_member(:secret_name, Shapes::ShapeRef.new(shape: VirtualGatewaySdsSecretName, required: true, location_name: "secretName"))
|
1423
|
+
VirtualGatewayTlsValidationContextSdsTrust.struct_class = Types::VirtualGatewayTlsValidationContextSdsTrust
|
1424
|
+
|
1187
1425
|
VirtualGatewayTlsValidationContextTrust.add_member(:acm, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextAcmTrust, location_name: "acm"))
|
1188
1426
|
VirtualGatewayTlsValidationContextTrust.add_member(:file, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextFileTrust, location_name: "file"))
|
1427
|
+
VirtualGatewayTlsValidationContextTrust.add_member(:sds, Shapes::ShapeRef.new(shape: VirtualGatewayTlsValidationContextSdsTrust, location_name: "sds"))
|
1428
|
+
VirtualGatewayTlsValidationContextTrust.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1429
|
+
VirtualGatewayTlsValidationContextTrust.add_member_subclass(:acm, Types::VirtualGatewayTlsValidationContextTrust::Acm)
|
1430
|
+
VirtualGatewayTlsValidationContextTrust.add_member_subclass(:file, Types::VirtualGatewayTlsValidationContextTrust::File)
|
1431
|
+
VirtualGatewayTlsValidationContextTrust.add_member_subclass(:sds, Types::VirtualGatewayTlsValidationContextTrust::Sds)
|
1432
|
+
VirtualGatewayTlsValidationContextTrust.add_member_subclass(:unknown, Types::VirtualGatewayTlsValidationContextTrust::Unknown)
|
1189
1433
|
VirtualGatewayTlsValidationContextTrust.struct_class = Types::VirtualGatewayTlsValidationContextTrust
|
1190
1434
|
|
1191
1435
|
VirtualNodeConnectionPool.add_member(:grpc, Shapes::ShapeRef.new(shape: VirtualNodeGrpcConnectionPool, location_name: "grpc"))
|
1192
1436
|
VirtualNodeConnectionPool.add_member(:http, Shapes::ShapeRef.new(shape: VirtualNodeHttpConnectionPool, location_name: "http"))
|
1193
1437
|
VirtualNodeConnectionPool.add_member(:http2, Shapes::ShapeRef.new(shape: VirtualNodeHttp2ConnectionPool, location_name: "http2"))
|
1194
1438
|
VirtualNodeConnectionPool.add_member(:tcp, Shapes::ShapeRef.new(shape: VirtualNodeTcpConnectionPool, location_name: "tcp"))
|
1439
|
+
VirtualNodeConnectionPool.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1440
|
+
VirtualNodeConnectionPool.add_member_subclass(:grpc, Types::VirtualNodeConnectionPool::Grpc)
|
1441
|
+
VirtualNodeConnectionPool.add_member_subclass(:http, Types::VirtualNodeConnectionPool::Http)
|
1442
|
+
VirtualNodeConnectionPool.add_member_subclass(:http2, Types::VirtualNodeConnectionPool::Http2)
|
1443
|
+
VirtualNodeConnectionPool.add_member_subclass(:tcp, Types::VirtualNodeConnectionPool::Tcp)
|
1444
|
+
VirtualNodeConnectionPool.add_member_subclass(:unknown, Types::VirtualNodeConnectionPool::Unknown)
|
1195
1445
|
VirtualNodeConnectionPool.struct_class = Types::VirtualNodeConnectionPool
|
1196
1446
|
|
1197
1447
|
VirtualNodeData.add_member(:mesh_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "meshName"))
|
@@ -1287,6 +1537,10 @@ module Aws::AppMesh
|
|
1287
1537
|
|
1288
1538
|
VirtualServiceProvider.add_member(:virtual_node, Shapes::ShapeRef.new(shape: VirtualNodeServiceProvider, location_name: "virtualNode"))
|
1289
1539
|
VirtualServiceProvider.add_member(:virtual_router, Shapes::ShapeRef.new(shape: VirtualRouterServiceProvider, location_name: "virtualRouter"))
|
1540
|
+
VirtualServiceProvider.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1541
|
+
VirtualServiceProvider.add_member_subclass(:virtual_node, Types::VirtualServiceProvider::VirtualNode)
|
1542
|
+
VirtualServiceProvider.add_member_subclass(:virtual_router, Types::VirtualServiceProvider::VirtualRouter)
|
1543
|
+
VirtualServiceProvider.add_member_subclass(:unknown, Types::VirtualServiceProvider::Unknown)
|
1290
1544
|
VirtualServiceProvider.struct_class = Types::VirtualServiceProvider
|
1291
1545
|
|
1292
1546
|
VirtualServiceRef.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
|