aws-sdk-core 2.11.544 → 2.11.545
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/alexaforbusiness/2017-11-09/api-2.json +3 -2
- data/apis/appmesh/2019-01-25/api-2.json +1420 -11
- data/apis/appmesh/2019-01-25/paginators-1.json +12 -0
- data/apis/comprehend/2017-11-27/api-2.json +58 -35
- data/apis/ebs/2019-11-02/api-2.json +377 -9
- data/apis/eventbridge/2015-10-07/api-2.json +76 -12
- data/apis/events/2015-10-07/api-2.json +76 -12
- data/apis/sagemaker/2017-07-24/api-2.json +32 -0
- data/apis/secretsmanager/2017-10-17/api-2.json +111 -5
- data/apis/secretsmanager/2017-10-17/examples-1.json +23 -0
- data/apis/wafv2/2019-07-29/api-2.json +63 -6
- data/endpoints.json +88 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8282a1db368eae80426dae567d87a5740d408cebbaca27730252c842afc3f93c
|
4
|
+
data.tar.gz: 2815ddc6cadeec41be635fa7b74b766c3624467427decd385df239a83df4517e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2155609716ad22e1d52e0724ccea2c3fe095feb3c7e408858f36398c940bef8c3fd3ee055400290273ad1a0c99b11388b475d56de076ec6dd3e0d3b901bbecf7
|
7
|
+
data.tar.gz: d114db7356fe60011f6fcf9dd71b071b6cced684d034a8f619b0d35abd3fb5979e421b166a87f21cec2f10bcd0d430302da109fb496adc402afc0a5547cfb433
|
@@ -810,6 +810,7 @@
|
|
810
810
|
"errors":[
|
811
811
|
{"shape":"LimitExceededException"},
|
812
812
|
{"shape":"ConcurrentModificationException"},
|
813
|
+
{"shape":"NotFoundException"},
|
813
814
|
{"shape":"InvalidDeviceException"}
|
814
815
|
]
|
815
816
|
},
|
@@ -3166,7 +3167,6 @@
|
|
3166
3167
|
"ClientId",
|
3167
3168
|
"UserCode",
|
3168
3169
|
"ProductId",
|
3169
|
-
"DeviceSerialNumber",
|
3170
3170
|
"AmazonId"
|
3171
3171
|
],
|
3172
3172
|
"members":{
|
@@ -3174,7 +3174,8 @@
|
|
3174
3174
|
"UserCode":{"shape":"UserCode"},
|
3175
3175
|
"ProductId":{"shape":"ProductId"},
|
3176
3176
|
"DeviceSerialNumber":{"shape":"DeviceSerialNumberForAVS"},
|
3177
|
-
"AmazonId":{"shape":"AmazonId"}
|
3177
|
+
"AmazonId":{"shape":"AmazonId"},
|
3178
|
+
"RoomArn":{"shape":"Arn"}
|
3178
3179
|
}
|
3179
3180
|
},
|
3180
3181
|
"RegisterAVSDeviceResponse":{
|
@@ -12,6 +12,47 @@
|
|
12
12
|
"uid": "appmesh-2019-01-25"
|
13
13
|
},
|
14
14
|
"operations": {
|
15
|
+
"CreateGatewayRoute": {
|
16
|
+
"name": "CreateGatewayRoute",
|
17
|
+
"http": {
|
18
|
+
"method": "PUT",
|
19
|
+
"requestUri": "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes",
|
20
|
+
"responseCode": 200
|
21
|
+
},
|
22
|
+
"input": {
|
23
|
+
"shape": "CreateGatewayRouteInput"
|
24
|
+
},
|
25
|
+
"output": {
|
26
|
+
"shape": "CreateGatewayRouteOutput"
|
27
|
+
},
|
28
|
+
"errors": [
|
29
|
+
{
|
30
|
+
"shape": "BadRequestException"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"shape": "ConflictException"
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"shape": "ForbiddenException"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"shape": "InternalServerErrorException"
|
40
|
+
},
|
41
|
+
{
|
42
|
+
"shape": "LimitExceededException"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"shape": "NotFoundException"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"shape": "ServiceUnavailableException"
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"shape": "TooManyRequestsException"
|
52
|
+
}
|
53
|
+
],
|
54
|
+
"idempotent": true
|
55
|
+
},
|
15
56
|
"CreateMesh": {
|
16
57
|
"name": "CreateMesh",
|
17
58
|
"http": {
|
@@ -94,6 +135,47 @@
|
|
94
135
|
],
|
95
136
|
"idempotent": true
|
96
137
|
},
|
138
|
+
"CreateVirtualGateway": {
|
139
|
+
"name": "CreateVirtualGateway",
|
140
|
+
"http": {
|
141
|
+
"method": "PUT",
|
142
|
+
"requestUri": "/v20190125/meshes/{meshName}/virtualGateways",
|
143
|
+
"responseCode": 200
|
144
|
+
},
|
145
|
+
"input": {
|
146
|
+
"shape": "CreateVirtualGatewayInput"
|
147
|
+
},
|
148
|
+
"output": {
|
149
|
+
"shape": "CreateVirtualGatewayOutput"
|
150
|
+
},
|
151
|
+
"errors": [
|
152
|
+
{
|
153
|
+
"shape": "BadRequestException"
|
154
|
+
},
|
155
|
+
{
|
156
|
+
"shape": "ConflictException"
|
157
|
+
},
|
158
|
+
{
|
159
|
+
"shape": "ForbiddenException"
|
160
|
+
},
|
161
|
+
{
|
162
|
+
"shape": "InternalServerErrorException"
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"shape": "LimitExceededException"
|
166
|
+
},
|
167
|
+
{
|
168
|
+
"shape": "NotFoundException"
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"shape": "ServiceUnavailableException"
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"shape": "TooManyRequestsException"
|
175
|
+
}
|
176
|
+
],
|
177
|
+
"idempotent": true
|
178
|
+
},
|
97
179
|
"CreateVirtualNode": {
|
98
180
|
"name": "CreateVirtualNode",
|
99
181
|
"http": {
|
@@ -217,6 +299,44 @@
|
|
217
299
|
],
|
218
300
|
"idempotent": true
|
219
301
|
},
|
302
|
+
"DeleteGatewayRoute": {
|
303
|
+
"name": "DeleteGatewayRoute",
|
304
|
+
"http": {
|
305
|
+
"method": "DELETE",
|
306
|
+
"requestUri": "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}",
|
307
|
+
"responseCode": 200
|
308
|
+
},
|
309
|
+
"input": {
|
310
|
+
"shape": "DeleteGatewayRouteInput"
|
311
|
+
},
|
312
|
+
"output": {
|
313
|
+
"shape": "DeleteGatewayRouteOutput"
|
314
|
+
},
|
315
|
+
"errors": [
|
316
|
+
{
|
317
|
+
"shape": "BadRequestException"
|
318
|
+
},
|
319
|
+
{
|
320
|
+
"shape": "ForbiddenException"
|
321
|
+
},
|
322
|
+
{
|
323
|
+
"shape": "InternalServerErrorException"
|
324
|
+
},
|
325
|
+
{
|
326
|
+
"shape": "NotFoundException"
|
327
|
+
},
|
328
|
+
{
|
329
|
+
"shape": "ResourceInUseException"
|
330
|
+
},
|
331
|
+
{
|
332
|
+
"shape": "ServiceUnavailableException"
|
333
|
+
},
|
334
|
+
{
|
335
|
+
"shape": "TooManyRequestsException"
|
336
|
+
}
|
337
|
+
],
|
338
|
+
"idempotent": true
|
339
|
+
},
|
220
340
|
"DeleteMesh": {
|
221
341
|
"name": "DeleteMesh",
|
222
342
|
"http": {
|
@@ -293,6 +413,44 @@
|
|
293
413
|
],
|
294
414
|
"idempotent": true
|
295
415
|
},
|
416
|
+
"DeleteVirtualGateway": {
|
417
|
+
"name": "DeleteVirtualGateway",
|
418
|
+
"http": {
|
419
|
+
"method": "DELETE",
|
420
|
+
"requestUri": "/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}",
|
421
|
+
"responseCode": 200
|
422
|
+
},
|
423
|
+
"input": {
|
424
|
+
"shape": "DeleteVirtualGatewayInput"
|
425
|
+
},
|
426
|
+
"output": {
|
427
|
+
"shape": "DeleteVirtualGatewayOutput"
|
428
|
+
},
|
429
|
+
"errors": [
|
430
|
+
{
|
431
|
+
"shape": "BadRequestException"
|
432
|
+
},
|
433
|
+
{
|
434
|
+
"shape": "ForbiddenException"
|
435
|
+
},
|
436
|
+
{
|
437
|
+
"shape": "InternalServerErrorException"
|
438
|
+
},
|
439
|
+
{
|
440
|
+
"shape": "NotFoundException"
|
441
|
+
},
|
442
|
+
{
|
443
|
+
"shape": "ResourceInUseException"
|
444
|
+
},
|
445
|
+
{
|
446
|
+
"shape": "ServiceUnavailableException"
|
447
|
+
},
|
448
|
+
{
|
449
|
+
"shape": "TooManyRequestsException"
|
450
|
+
}
|
451
|
+
],
|
452
|
+
"idempotent": true
|
453
|
+
},
|
296
454
|
"DeleteVirtualNode": {
|
297
455
|
"name": "DeleteVirtualNode",
|
298
456
|
"http": {
|
@@ -407,6 +565,40 @@
|
|
407
565
|
],
|
408
566
|
"idempotent": true
|
409
567
|
},
|
568
|
+
"DescribeGatewayRoute": {
|
569
|
+
"name": "DescribeGatewayRoute",
|
570
|
+
"http": {
|
571
|
+
"method": "GET",
|
572
|
+
"requestUri": "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}",
|
573
|
+
"responseCode": 200
|
574
|
+
},
|
575
|
+
"input": {
|
576
|
+
"shape": "DescribeGatewayRouteInput"
|
577
|
+
},
|
578
|
+
"output": {
|
579
|
+
"shape": "DescribeGatewayRouteOutput"
|
580
|
+
},
|
581
|
+
"errors": [
|
582
|
+
{
|
583
|
+
"shape": "BadRequestException"
|
584
|
+
},
|
585
|
+
{
|
586
|
+
"shape": "ForbiddenException"
|
587
|
+
},
|
588
|
+
{
|
589
|
+
"shape": "InternalServerErrorException"
|
590
|
+
},
|
591
|
+
{
|
592
|
+
"shape": "NotFoundException"
|
593
|
+
},
|
594
|
+
{
|
595
|
+
"shape": "ServiceUnavailableException"
|
596
|
+
},
|
597
|
+
{
|
598
|
+
"shape": "TooManyRequestsException"
|
599
|
+
}
|
600
|
+
]
|
601
|
+
},
|
410
602
|
"DescribeMesh": {
|
411
603
|
"name": "DescribeMesh",
|
412
604
|
"http": {
|
@@ -475,6 +667,40 @@
|
|
475
667
|
}
|
476
668
|
]
|
477
669
|
},
|
670
|
+
"DescribeVirtualGateway": {
|
671
|
+
"name": "DescribeVirtualGateway",
|
672
|
+
"http": {
|
673
|
+
"method": "GET",
|
674
|
+
"requestUri": "/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}",
|
675
|
+
"responseCode": 200
|
676
|
+
},
|
677
|
+
"input": {
|
678
|
+
"shape": "DescribeVirtualGatewayInput"
|
679
|
+
},
|
680
|
+
"output": {
|
681
|
+
"shape": "DescribeVirtualGatewayOutput"
|
682
|
+
},
|
683
|
+
"errors": [
|
684
|
+
{
|
685
|
+
"shape": "BadRequestException"
|
686
|
+
},
|
687
|
+
{
|
688
|
+
"shape": "ForbiddenException"
|
689
|
+
},
|
690
|
+
{
|
691
|
+
"shape": "InternalServerErrorException"
|
692
|
+
},
|
693
|
+
{
|
694
|
+
"shape": "NotFoundException"
|
695
|
+
},
|
696
|
+
{
|
697
|
+
"shape": "ServiceUnavailableException"
|
698
|
+
},
|
699
|
+
{
|
700
|
+
"shape": "TooManyRequestsException"
|
701
|
+
}
|
702
|
+
]
|
703
|
+
},
|
478
704
|
"DescribeVirtualNode": {
|
479
705
|
"name": "DescribeVirtualNode",
|
480
706
|
"http": {
|
@@ -577,6 +803,40 @@
|
|
577
803
|
}
|
578
804
|
]
|
579
805
|
},
|
806
|
+
"ListGatewayRoutes": {
|
807
|
+
"name": "ListGatewayRoutes",
|
808
|
+
"http": {
|
809
|
+
"method": "GET",
|
810
|
+
"requestUri": "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes",
|
811
|
+
"responseCode": 200
|
812
|
+
},
|
813
|
+
"input": {
|
814
|
+
"shape": "ListGatewayRoutesInput"
|
815
|
+
},
|
816
|
+
"output": {
|
817
|
+
"shape": "ListGatewayRoutesOutput"
|
818
|
+
},
|
819
|
+
"errors": [
|
820
|
+
{
|
821
|
+
"shape": "BadRequestException"
|
822
|
+
},
|
823
|
+
{
|
824
|
+
"shape": "ForbiddenException"
|
825
|
+
},
|
826
|
+
{
|
827
|
+
"shape": "InternalServerErrorException"
|
828
|
+
},
|
829
|
+
{
|
830
|
+
"shape": "NotFoundException"
|
831
|
+
},
|
832
|
+
{
|
833
|
+
"shape": "ServiceUnavailableException"
|
834
|
+
},
|
835
|
+
{
|
836
|
+
"shape": "TooManyRequestsException"
|
837
|
+
}
|
838
|
+
]
|
839
|
+
},
|
580
840
|
"ListMeshes": {
|
581
841
|
"name": "ListMeshes",
|
582
842
|
"http": {
|
@@ -679,6 +939,40 @@
|
|
679
939
|
}
|
680
940
|
]
|
681
941
|
},
|
942
|
+
"ListVirtualGateways": {
|
943
|
+
"name": "ListVirtualGateways",
|
944
|
+
"http": {
|
945
|
+
"method": "GET",
|
946
|
+
"requestUri": "/v20190125/meshes/{meshName}/virtualGateways",
|
947
|
+
"responseCode": 200
|
948
|
+
},
|
949
|
+
"input": {
|
950
|
+
"shape": "ListVirtualGatewaysInput"
|
951
|
+
},
|
952
|
+
"output": {
|
953
|
+
"shape": "ListVirtualGatewaysOutput"
|
954
|
+
},
|
955
|
+
"errors": [
|
956
|
+
{
|
957
|
+
"shape": "BadRequestException"
|
958
|
+
},
|
959
|
+
{
|
960
|
+
"shape": "ForbiddenException"
|
961
|
+
},
|
962
|
+
{
|
963
|
+
"shape": "InternalServerErrorException"
|
964
|
+
},
|
965
|
+
{
|
966
|
+
"shape": "NotFoundException"
|
967
|
+
},
|
968
|
+
{
|
969
|
+
"shape": "ServiceUnavailableException"
|
970
|
+
},
|
971
|
+
{
|
972
|
+
"shape": "TooManyRequestsException"
|
973
|
+
}
|
974
|
+
]
|
975
|
+
},
|
682
976
|
"ListVirtualNodes": {
|
683
977
|
"name": "ListVirtualNodes",
|
684
978
|
"http": {
|
@@ -854,8 +1148,49 @@
|
|
854
1148
|
],
|
855
1149
|
"idempotent": true
|
856
1150
|
},
|
857
|
-
"
|
858
|
-
"name": "
|
1151
|
+
"UpdateGatewayRoute": {
|
1152
|
+
"name": "UpdateGatewayRoute",
|
1153
|
+
"http": {
|
1154
|
+
"method": "PUT",
|
1155
|
+
"requestUri": "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}",
|
1156
|
+
"responseCode": 200
|
1157
|
+
},
|
1158
|
+
"input": {
|
1159
|
+
"shape": "UpdateGatewayRouteInput"
|
1160
|
+
},
|
1161
|
+
"output": {
|
1162
|
+
"shape": "UpdateGatewayRouteOutput"
|
1163
|
+
},
|
1164
|
+
"errors": [
|
1165
|
+
{
|
1166
|
+
"shape": "BadRequestException"
|
1167
|
+
},
|
1168
|
+
{
|
1169
|
+
"shape": "ConflictException"
|
1170
|
+
},
|
1171
|
+
{
|
1172
|
+
"shape": "ForbiddenException"
|
1173
|
+
},
|
1174
|
+
{
|
1175
|
+
"shape": "InternalServerErrorException"
|
1176
|
+
},
|
1177
|
+
{
|
1178
|
+
"shape": "LimitExceededException"
|
1179
|
+
},
|
1180
|
+
{
|
1181
|
+
"shape": "NotFoundException"
|
1182
|
+
},
|
1183
|
+
{
|
1184
|
+
"shape": "ServiceUnavailableException"
|
1185
|
+
},
|
1186
|
+
{
|
1187
|
+
"shape": "TooManyRequestsException"
|
1188
|
+
}
|
1189
|
+
],
|
1190
|
+
"idempotent": true
|
1191
|
+
},
|
1192
|
+
"UpdateMesh": {
|
1193
|
+
"name": "UpdateMesh",
|
859
1194
|
"http": {
|
860
1195
|
"method": "PUT",
|
861
1196
|
"requestUri": "/v20190125/meshes/{meshName}",
|
@@ -933,6 +1268,47 @@
|
|
933
1268
|
],
|
934
1269
|
"idempotent": true
|
935
1270
|
},
|
1271
|
+
"UpdateVirtualGateway": {
|
1272
|
+
"name": "UpdateVirtualGateway",
|
1273
|
+
"http": {
|
1274
|
+
"method": "PUT",
|
1275
|
+
"requestUri": "/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}",
|
1276
|
+
"responseCode": 200
|
1277
|
+
},
|
1278
|
+
"input": {
|
1279
|
+
"shape": "UpdateVirtualGatewayInput"
|
1280
|
+
},
|
1281
|
+
"output": {
|
1282
|
+
"shape": "UpdateVirtualGatewayOutput"
|
1283
|
+
},
|
1284
|
+
"errors": [
|
1285
|
+
{
|
1286
|
+
"shape": "BadRequestException"
|
1287
|
+
},
|
1288
|
+
{
|
1289
|
+
"shape": "ConflictException"
|
1290
|
+
},
|
1291
|
+
{
|
1292
|
+
"shape": "ForbiddenException"
|
1293
|
+
},
|
1294
|
+
{
|
1295
|
+
"shape": "InternalServerErrorException"
|
1296
|
+
},
|
1297
|
+
{
|
1298
|
+
"shape": "LimitExceededException"
|
1299
|
+
},
|
1300
|
+
{
|
1301
|
+
"shape": "NotFoundException"
|
1302
|
+
},
|
1303
|
+
{
|
1304
|
+
"shape": "ServiceUnavailableException"
|
1305
|
+
},
|
1306
|
+
{
|
1307
|
+
"shape": "TooManyRequestsException"
|
1308
|
+
}
|
1309
|
+
],
|
1310
|
+
"idempotent": true
|
1311
|
+
},
|
936
1312
|
"UpdateVirtualNode": {
|
937
1313
|
"name": "UpdateVirtualNode",
|
938
1314
|
"http": {
|
@@ -1159,6 +1535,71 @@
|
|
1159
1535
|
}
|
1160
1536
|
}
|
1161
1537
|
},
|
1538
|
+
"CreateVirtualGatewayInput": {
|
1539
|
+
"type": "structure",
|
1540
|
+
"required": [
|
1541
|
+
"meshName",
|
1542
|
+
"spec",
|
1543
|
+
"virtualGatewayName"
|
1544
|
+
],
|
1545
|
+
"members": {
|
1546
|
+
"clientToken": {
|
1547
|
+
"shape": "String",
|
1548
|
+
"idempotencyToken": true
|
1549
|
+
},
|
1550
|
+
"meshName": {
|
1551
|
+
"shape": "ResourceName",
|
1552
|
+
"location": "uri",
|
1553
|
+
"locationName": "meshName"
|
1554
|
+
},
|
1555
|
+
"meshOwner": {
|
1556
|
+
"shape": "AccountId",
|
1557
|
+
"location": "querystring",
|
1558
|
+
"locationName": "meshOwner"
|
1559
|
+
},
|
1560
|
+
"spec": {
|
1561
|
+
"shape": "VirtualGatewaySpec"
|
1562
|
+
},
|
1563
|
+
"tags": {
|
1564
|
+
"shape": "TagList"
|
1565
|
+
},
|
1566
|
+
"virtualGatewayName": {
|
1567
|
+
"shape": "ResourceName"
|
1568
|
+
}
|
1569
|
+
}
|
1570
|
+
},
|
1571
|
+
"UpdateVirtualGatewayInput": {
|
1572
|
+
"type": "structure",
|
1573
|
+
"required": [
|
1574
|
+
"meshName",
|
1575
|
+
"spec",
|
1576
|
+
"virtualGatewayName"
|
1577
|
+
],
|
1578
|
+
"members": {
|
1579
|
+
"clientToken": {
|
1580
|
+
"shape": "String",
|
1581
|
+
"idempotencyToken": true
|
1582
|
+
},
|
1583
|
+
"meshName": {
|
1584
|
+
"shape": "ResourceName",
|
1585
|
+
"location": "uri",
|
1586
|
+
"locationName": "meshName"
|
1587
|
+
},
|
1588
|
+
"meshOwner": {
|
1589
|
+
"shape": "AccountId",
|
1590
|
+
"location": "querystring",
|
1591
|
+
"locationName": "meshOwner"
|
1592
|
+
},
|
1593
|
+
"spec": {
|
1594
|
+
"shape": "VirtualGatewaySpec"
|
1595
|
+
},
|
1596
|
+
"virtualGatewayName": {
|
1597
|
+
"shape": "ResourceName",
|
1598
|
+
"location": "uri",
|
1599
|
+
"locationName": "virtualGatewayName"
|
1600
|
+
}
|
1601
|
+
}
|
1602
|
+
},
|
1162
1603
|
"ResourceMetadata": {
|
1163
1604
|
"type": "structure",
|
1164
1605
|
"required": [
|
@@ -1262,6 +1703,17 @@
|
|
1262
1703
|
"senderFault": true
|
1263
1704
|
}
|
1264
1705
|
},
|
1706
|
+
"HttpGatewayRouteMatch": {
|
1707
|
+
"type": "structure",
|
1708
|
+
"required": [
|
1709
|
+
"prefix"
|
1710
|
+
],
|
1711
|
+
"members": {
|
1712
|
+
"prefix": {
|
1713
|
+
"shape": "String"
|
1714
|
+
}
|
1715
|
+
}
|
1716
|
+
},
|
1265
1717
|
"GrpcRouteMetadataList": {
|
1266
1718
|
"type": "list",
|
1267
1719
|
"member": {
|
@@ -1311,6 +1763,12 @@
|
|
1311
1763
|
}
|
1312
1764
|
}
|
1313
1765
|
},
|
1766
|
+
"VirtualGatewayHealthCheckTimeoutMillis": {
|
1767
|
+
"type": "long",
|
1768
|
+
"box": true,
|
1769
|
+
"min": 2000,
|
1770
|
+
"max": 60000
|
1771
|
+
},
|
1314
1772
|
"EgressFilter": {
|
1315
1773
|
"type": "structure",
|
1316
1774
|
"required": [
|
@@ -1336,15 +1794,49 @@
|
|
1336
1794
|
}
|
1337
1795
|
}
|
1338
1796
|
},
|
1797
|
+
"VirtualGatewayHealthCheckIntervalMillis": {
|
1798
|
+
"type": "long",
|
1799
|
+
"box": true,
|
1800
|
+
"min": 5000,
|
1801
|
+
"max": 300000
|
1802
|
+
},
|
1339
1803
|
"Boolean": {
|
1340
1804
|
"type": "boolean",
|
1341
1805
|
"box": true
|
1342
1806
|
},
|
1807
|
+
"VirtualGatewaySpec": {
|
1808
|
+
"type": "structure",
|
1809
|
+
"required": [
|
1810
|
+
"listeners"
|
1811
|
+
],
|
1812
|
+
"members": {
|
1813
|
+
"backendDefaults": {
|
1814
|
+
"shape": "VirtualGatewayBackendDefaults"
|
1815
|
+
},
|
1816
|
+
"listeners": {
|
1817
|
+
"shape": "VirtualGatewayListeners"
|
1818
|
+
},
|
1819
|
+
"logging": {
|
1820
|
+
"shape": "VirtualGatewayLogging"
|
1821
|
+
}
|
1822
|
+
}
|
1823
|
+
},
|
1343
1824
|
"HttpRetryPolicyEvent": {
|
1344
1825
|
"type": "string",
|
1345
1826
|
"min": 1,
|
1346
1827
|
"max": 25
|
1347
1828
|
},
|
1829
|
+
"VirtualGatewayFileAccessLog": {
|
1830
|
+
"type": "structure",
|
1831
|
+
"required": [
|
1832
|
+
"path"
|
1833
|
+
],
|
1834
|
+
"members": {
|
1835
|
+
"path": {
|
1836
|
+
"shape": "FilePath"
|
1837
|
+
}
|
1838
|
+
}
|
1839
|
+
},
|
1348
1840
|
"DescribeVirtualServiceOutput": {
|
1349
1841
|
"type": "structure",
|
1350
1842
|
"required": [
|
@@ -1357,6 +1849,45 @@
|
|
1357
1849
|
},
|
1358
1850
|
"payload": "virtualService"
|
1359
1851
|
},
|
1852
|
+
"CreateGatewayRouteInput": {
|
1853
|
+
"type": "structure",
|
1854
|
+
"required": [
|
1855
|
+
"gatewayRouteName",
|
1856
|
+
"meshName",
|
1857
|
+
"spec",
|
1858
|
+
"virtualGatewayName"
|
1859
|
+
],
|
1860
|
+
"members": {
|
1861
|
+
"clientToken": {
|
1862
|
+
"shape": "String",
|
1863
|
+
"idempotencyToken": true
|
1864
|
+
},
|
1865
|
+
"gatewayRouteName": {
|
1866
|
+
"shape": "ResourceName"
|
1867
|
+
},
|
1868
|
+
"meshName": {
|
1869
|
+
"shape": "ResourceName",
|
1870
|
+
"location": "uri",
|
1871
|
+
"locationName": "meshName"
|
1872
|
+
},
|
1873
|
+
"meshOwner": {
|
1874
|
+
"shape": "AccountId",
|
1875
|
+
"location": "querystring",
|
1876
|
+
"locationName": "meshOwner"
|
1877
|
+
},
|
1878
|
+
"spec": {
|
1879
|
+
"shape": "GatewayRouteSpec"
|
1880
|
+
},
|
1881
|
+
"tags": {
|
1882
|
+
"shape": "TagList"
|
1883
|
+
},
|
1884
|
+
"virtualGatewayName": {
|
1885
|
+
"shape": "ResourceName",
|
1886
|
+
"location": "uri",
|
1887
|
+
"locationName": "virtualGatewayName"
|
1888
|
+
}
|
1889
|
+
}
|
1890
|
+
},
|
1360
1891
|
"CertificateAuthorityArns": {
|
1361
1892
|
"type": "list",
|
1362
1893
|
"member": {
|
@@ -1383,6 +1914,33 @@
|
|
1383
1914
|
"max": 1024,
|
1384
1915
|
"pattern": "((?=^.{1,127}$)^([a-zA-Z0-9_][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_]|[a-zA-Z0-9])(.([a-zA-Z0-9_][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_]|[a-zA-Z0-9]))*$)|(^.$)"
|
1385
1916
|
},
|
1917
|
+
"VirtualGatewayData": {
|
1918
|
+
"type": "structure",
|
1919
|
+
"required": [
|
1920
|
+
"meshName",
|
1921
|
+
"metadata",
|
1922
|
+
"spec",
|
1923
|
+
"status",
|
1924
|
+
"virtualGatewayName"
|
1925
|
+
],
|
1926
|
+
"members": {
|
1927
|
+
"meshName": {
|
1928
|
+
"shape": "ResourceName"
|
1929
|
+
},
|
1930
|
+
"metadata": {
|
1931
|
+
"shape": "ResourceMetadata"
|
1932
|
+
},
|
1933
|
+
"spec": {
|
1934
|
+
"shape": "VirtualGatewaySpec"
|
1935
|
+
},
|
1936
|
+
"status": {
|
1937
|
+
"shape": "VirtualGatewayStatus"
|
1938
|
+
},
|
1939
|
+
"virtualGatewayName": {
|
1940
|
+
"shape": "ResourceName"
|
1941
|
+
}
|
1942
|
+
}
|
1943
|
+
},
|
1386
1944
|
"CreateRouteOutput": {
|
1387
1945
|
"type": "structure",
|
1388
1946
|
"required": [
|
@@ -1395,6 +1953,23 @@
|
|
1395
1953
|
},
|
1396
1954
|
"payload": "route"
|
1397
1955
|
},
|
1956
|
+
"VirtualGatewayListener": {
|
1957
|
+
"type": "structure",
|
1958
|
+
"required": [
|
1959
|
+
"portMapping"
|
1960
|
+
],
|
1961
|
+
"members": {
|
1962
|
+
"healthCheck": {
|
1963
|
+
"shape": "VirtualGatewayHealthCheckPolicy"
|
1964
|
+
},
|
1965
|
+
"portMapping": {
|
1966
|
+
"shape": "VirtualGatewayPortMapping"
|
1967
|
+
},
|
1968
|
+
"tls": {
|
1969
|
+
"shape": "VirtualGatewayListenerTls"
|
1970
|
+
}
|
1971
|
+
}
|
1972
|
+
},
|
1398
1973
|
"DnsServiceDiscovery": {
|
1399
1974
|
"type": "structure",
|
1400
1975
|
"required": [
|
@@ -1406,6 +1981,33 @@
|
|
1406
1981
|
}
|
1407
1982
|
}
|
1408
1983
|
},
|
1984
|
+
"VirtualGatewayPortMapping": {
|
1985
|
+
"type": "structure",
|
1986
|
+
"required": [
|
1987
|
+
"port",
|
1988
|
+
"protocol"
|
1989
|
+
],
|
1990
|
+
"members": {
|
1991
|
+
"port": {
|
1992
|
+
"shape": "PortNumber"
|
1993
|
+
},
|
1994
|
+
"protocol": {
|
1995
|
+
"shape": "VirtualGatewayPortProtocol"
|
1996
|
+
}
|
1997
|
+
}
|
1998
|
+
},
|
1999
|
+
"DeleteVirtualGatewayOutput": {
|
2000
|
+
"type": "structure",
|
2001
|
+
"required": [
|
2002
|
+
"virtualGateway"
|
2003
|
+
],
|
2004
|
+
"members": {
|
2005
|
+
"virtualGateway": {
|
2006
|
+
"shape": "VirtualGatewayData"
|
2007
|
+
}
|
2008
|
+
},
|
2009
|
+
"payload": "virtualGateway"
|
2010
|
+
},
|
1409
2011
|
"DeleteRouteInput": {
|
1410
2012
|
"type": "structure",
|
1411
2013
|
"required": [
|
@@ -1467,12 +2069,33 @@
|
|
1467
2069
|
"type": "structure",
|
1468
2070
|
"members": { }
|
1469
2071
|
},
|
2072
|
+
"ListGatewayRoutesLimit": {
|
2073
|
+
"type": "integer",
|
2074
|
+
"box": true,
|
2075
|
+
"min": 1,
|
2076
|
+
"max": 100
|
2077
|
+
},
|
1470
2078
|
"TcpRetryPolicyEvent": {
|
1471
2079
|
"type": "string",
|
1472
2080
|
"enum": [
|
1473
2081
|
"connection-error"
|
1474
2082
|
]
|
1475
2083
|
},
|
2084
|
+
"VirtualGatewayListenerTls": {
|
2085
|
+
"type": "structure",
|
2086
|
+
"required": [
|
2087
|
+
"certificate",
|
2088
|
+
"mode"
|
2089
|
+
],
|
2090
|
+
"members": {
|
2091
|
+
"certificate": {
|
2092
|
+
"shape": "VirtualGatewayListenerTlsCertificate"
|
2093
|
+
},
|
2094
|
+
"mode": {
|
2095
|
+
"shape": "VirtualGatewayListenerTlsMode"
|
2096
|
+
}
|
2097
|
+
}
|
2098
|
+
},
|
1476
2099
|
"Backend": {
|
1477
2100
|
"type": "structure",
|
1478
2101
|
"members": {
|
@@ -1496,6 +2119,55 @@
|
|
1496
2119
|
}
|
1497
2120
|
}
|
1498
2121
|
},
|
2122
|
+
"VirtualGatewayListenerTlsFileCertificate": {
|
2123
|
+
"type": "structure",
|
2124
|
+
"required": [
|
2125
|
+
"certificateChain",
|
2126
|
+
"privateKey"
|
2127
|
+
],
|
2128
|
+
"members": {
|
2129
|
+
"certificateChain": {
|
2130
|
+
"shape": "FilePath"
|
2131
|
+
},
|
2132
|
+
"privateKey": {
|
2133
|
+
"shape": "FilePath"
|
2134
|
+
}
|
2135
|
+
}
|
2136
|
+
},
|
2137
|
+
"ListGatewayRoutesInput": {
|
2138
|
+
"type": "structure",
|
2139
|
+
"required": [
|
2140
|
+
"meshName",
|
2141
|
+
"virtualGatewayName"
|
2142
|
+
],
|
2143
|
+
"members": {
|
2144
|
+
"limit": {
|
2145
|
+
"shape": "ListGatewayRoutesLimit",
|
2146
|
+
"location": "querystring",
|
2147
|
+
"locationName": "limit"
|
2148
|
+
},
|
2149
|
+
"meshName": {
|
2150
|
+
"shape": "ResourceName",
|
2151
|
+
"location": "uri",
|
2152
|
+
"locationName": "meshName"
|
2153
|
+
},
|
2154
|
+
"meshOwner": {
|
2155
|
+
"shape": "AccountId",
|
2156
|
+
"location": "querystring",
|
2157
|
+
"locationName": "meshOwner"
|
2158
|
+
},
|
2159
|
+
"nextToken": {
|
2160
|
+
"shape": "String",
|
2161
|
+
"location": "querystring",
|
2162
|
+
"locationName": "nextToken"
|
2163
|
+
},
|
2164
|
+
"virtualGatewayName": {
|
2165
|
+
"shape": "ResourceName",
|
2166
|
+
"location": "uri",
|
2167
|
+
"locationName": "virtualGatewayName"
|
2168
|
+
}
|
2169
|
+
}
|
2170
|
+
},
|
1499
2171
|
"VirtualRouterData": {
|
1500
2172
|
"type": "structure",
|
1501
2173
|
"required": [
|
@@ -1543,6 +2215,39 @@
|
|
1543
2215
|
}
|
1544
2216
|
}
|
1545
2217
|
},
|
2218
|
+
"VirtualGatewayHealthCheckPolicy": {
|
2219
|
+
"type": "structure",
|
2220
|
+
"required": [
|
2221
|
+
"healthyThreshold",
|
2222
|
+
"intervalMillis",
|
2223
|
+
"protocol",
|
2224
|
+
"timeoutMillis",
|
2225
|
+
"unhealthyThreshold"
|
2226
|
+
],
|
2227
|
+
"members": {
|
2228
|
+
"healthyThreshold": {
|
2229
|
+
"shape": "VirtualGatewayHealthCheckThreshold"
|
2230
|
+
},
|
2231
|
+
"intervalMillis": {
|
2232
|
+
"shape": "VirtualGatewayHealthCheckIntervalMillis"
|
2233
|
+
},
|
2234
|
+
"path": {
|
2235
|
+
"shape": "String"
|
2236
|
+
},
|
2237
|
+
"port": {
|
2238
|
+
"shape": "PortNumber"
|
2239
|
+
},
|
2240
|
+
"protocol": {
|
2241
|
+
"shape": "VirtualGatewayPortProtocol"
|
2242
|
+
},
|
2243
|
+
"timeoutMillis": {
|
2244
|
+
"shape": "VirtualGatewayHealthCheckTimeoutMillis"
|
2245
|
+
},
|
2246
|
+
"unhealthyThreshold": {
|
2247
|
+
"shape": "VirtualGatewayHealthCheckThreshold"
|
2248
|
+
}
|
2249
|
+
}
|
2250
|
+
},
|
1546
2251
|
"CreateVirtualRouterInput": {
|
1547
2252
|
"type": "structure",
|
1548
2253
|
"required": [
|
@@ -1634,6 +2339,17 @@
|
|
1634
2339
|
"min": 1,
|
1635
2340
|
"max": 25
|
1636
2341
|
},
|
2342
|
+
"VirtualGatewayListenerTlsCertificate": {
|
2343
|
+
"type": "structure",
|
2344
|
+
"members": {
|
2345
|
+
"acm": {
|
2346
|
+
"shape": "VirtualGatewayListenerTlsAcmCertificate"
|
2347
|
+
},
|
2348
|
+
"file": {
|
2349
|
+
"shape": "VirtualGatewayListenerTlsFileCertificate"
|
2350
|
+
}
|
2351
|
+
}
|
2352
|
+
},
|
1637
2353
|
"ListenerTlsCertificate": {
|
1638
2354
|
"type": "structure",
|
1639
2355
|
"members": {
|
@@ -1665,6 +2381,17 @@
|
|
1665
2381
|
}
|
1666
2382
|
}
|
1667
2383
|
},
|
2384
|
+
"GatewayRouteVirtualService": {
|
2385
|
+
"type": "structure",
|
2386
|
+
"required": [
|
2387
|
+
"virtualServiceName"
|
2388
|
+
],
|
2389
|
+
"members": {
|
2390
|
+
"virtualServiceName": {
|
2391
|
+
"shape": "ResourceName"
|
2392
|
+
}
|
2393
|
+
}
|
2394
|
+
},
|
1668
2395
|
"VirtualNodeSpec": {
|
1669
2396
|
"type": "structure",
|
1670
2397
|
"members": {
|
@@ -1707,6 +2434,20 @@
|
|
1707
2434
|
"min": 1,
|
1708
2435
|
"max": 1
|
1709
2436
|
},
|
2437
|
+
"GatewayRouteSpec": {
|
2438
|
+
"type": "structure",
|
2439
|
+
"members": {
|
2440
|
+
"grpcRoute": {
|
2441
|
+
"shape": "GrpcGatewayRoute"
|
2442
|
+
},
|
2443
|
+
"http2Route": {
|
2444
|
+
"shape": "HttpGatewayRoute"
|
2445
|
+
},
|
2446
|
+
"httpRoute": {
|
2447
|
+
"shape": "HttpGatewayRoute"
|
2448
|
+
}
|
2449
|
+
}
|
2450
|
+
},
|
1710
2451
|
"PortSet": {
|
1711
2452
|
"type": "list",
|
1712
2453
|
"member": {
|
@@ -1741,6 +2482,14 @@
|
|
1741
2482
|
"senderFault": true
|
1742
2483
|
}
|
1743
2484
|
},
|
2485
|
+
"VirtualGatewayBackendDefaults": {
|
2486
|
+
"type": "structure",
|
2487
|
+
"members": {
|
2488
|
+
"clientPolicy": {
|
2489
|
+
"shape": "VirtualGatewayClientPolicy"
|
2490
|
+
}
|
2491
|
+
}
|
2492
|
+
},
|
1744
2493
|
"ListenerTimeout": {
|
1745
2494
|
"type": "structure",
|
1746
2495
|
"members": {
|
@@ -1764,11 +2513,41 @@
|
|
1764
2513
|
"shape": "MeshRef"
|
1765
2514
|
}
|
1766
2515
|
},
|
1767
|
-
"MaxRetries": {
|
1768
|
-
"type": "long",
|
1769
|
-
"box": true,
|
1770
|
-
"min": 0
|
1771
|
-
},
|
2516
|
+
"MaxRetries": {
|
2517
|
+
"type": "long",
|
2518
|
+
"box": true,
|
2519
|
+
"min": 0
|
2520
|
+
},
|
2521
|
+
"DescribeGatewayRouteInput": {
|
2522
|
+
"type": "structure",
|
2523
|
+
"required": [
|
2524
|
+
"gatewayRouteName",
|
2525
|
+
"meshName",
|
2526
|
+
"virtualGatewayName"
|
2527
|
+
],
|
2528
|
+
"members": {
|
2529
|
+
"gatewayRouteName": {
|
2530
|
+
"shape": "ResourceName",
|
2531
|
+
"location": "uri",
|
2532
|
+
"locationName": "gatewayRouteName"
|
2533
|
+
},
|
2534
|
+
"meshName": {
|
2535
|
+
"shape": "ResourceName",
|
2536
|
+
"location": "uri",
|
2537
|
+
"locationName": "meshName"
|
2538
|
+
},
|
2539
|
+
"meshOwner": {
|
2540
|
+
"shape": "AccountId",
|
2541
|
+
"location": "querystring",
|
2542
|
+
"locationName": "meshOwner"
|
2543
|
+
},
|
2544
|
+
"virtualGatewayName": {
|
2545
|
+
"shape": "ResourceName",
|
2546
|
+
"location": "uri",
|
2547
|
+
"locationName": "virtualGatewayName"
|
2548
|
+
}
|
2549
|
+
}
|
2550
|
+
},
|
1772
2551
|
"TlsValidationContextTrust": {
|
1773
2552
|
"type": "structure",
|
1774
2553
|
"members": {
|
@@ -1795,6 +2574,11 @@
|
|
1795
2574
|
}
|
1796
2575
|
}
|
1797
2576
|
},
|
2577
|
+
"VirtualGatewayHealthCheckThreshold": {
|
2578
|
+
"type": "integer",
|
2579
|
+
"min": 2,
|
2580
|
+
"max": 10
|
2581
|
+
},
|
1798
2582
|
"ListVirtualServicesOutput": {
|
1799
2583
|
"type": "structure",
|
1800
2584
|
"required": [
|
@@ -1830,6 +2614,52 @@
|
|
1830
2614
|
}
|
1831
2615
|
}
|
1832
2616
|
},
|
2617
|
+
"GrpcGatewayRoute": {
|
2618
|
+
"type": "structure",
|
2619
|
+
"required": [
|
2620
|
+
"action",
|
2621
|
+
"match"
|
2622
|
+
],
|
2623
|
+
"members": {
|
2624
|
+
"action": {
|
2625
|
+
"shape": "GrpcGatewayRouteAction"
|
2626
|
+
},
|
2627
|
+
"match": {
|
2628
|
+
"shape": "GrpcGatewayRouteMatch"
|
2629
|
+
}
|
2630
|
+
}
|
2631
|
+
},
|
2632
|
+
"GatewayRouteData": {
|
2633
|
+
"type": "structure",
|
2634
|
+
"required": [
|
2635
|
+
"gatewayRouteName",
|
2636
|
+
"meshName",
|
2637
|
+
"metadata",
|
2638
|
+
"spec",
|
2639
|
+
"status",
|
2640
|
+
"virtualGatewayName"
|
2641
|
+
],
|
2642
|
+
"members": {
|
2643
|
+
"gatewayRouteName": {
|
2644
|
+
"shape": "ResourceName"
|
2645
|
+
},
|
2646
|
+
"meshName": {
|
2647
|
+
"shape": "ResourceName"
|
2648
|
+
},
|
2649
|
+
"metadata": {
|
2650
|
+
"shape": "ResourceMetadata"
|
2651
|
+
},
|
2652
|
+
"spec": {
|
2653
|
+
"shape": "GatewayRouteSpec"
|
2654
|
+
},
|
2655
|
+
"status": {
|
2656
|
+
"shape": "GatewayRouteStatus"
|
2657
|
+
},
|
2658
|
+
"virtualGatewayName": {
|
2659
|
+
"shape": "ResourceName"
|
2660
|
+
}
|
2661
|
+
}
|
2662
|
+
},
|
1833
2663
|
"RouteRef": {
|
1834
2664
|
"type": "structure",
|
1835
2665
|
"required": [
|
@@ -2030,6 +2860,24 @@
|
|
2030
2860
|
},
|
2031
2861
|
"payload": "mesh"
|
2032
2862
|
},
|
2863
|
+
"VirtualGatewayClientPolicyTls": {
|
2864
|
+
"type": "structure",
|
2865
|
+
"required": [
|
2866
|
+
"validation"
|
2867
|
+
],
|
2868
|
+
"members": {
|
2869
|
+
"enforce": {
|
2870
|
+
"shape": "Boolean",
|
2871
|
+
"box": true
|
2872
|
+
},
|
2873
|
+
"ports": {
|
2874
|
+
"shape": "PortSet"
|
2875
|
+
},
|
2876
|
+
"validation": {
|
2877
|
+
"shape": "VirtualGatewayTlsValidationContext"
|
2878
|
+
}
|
2879
|
+
}
|
2880
|
+
},
|
2033
2881
|
"EgressFilterType": {
|
2034
2882
|
"type": "string",
|
2035
2883
|
"enum": [
|
@@ -2045,6 +2893,36 @@
|
|
2045
2893
|
"Hostname": {
|
2046
2894
|
"type": "string"
|
2047
2895
|
},
|
2896
|
+
"VirtualGatewayStatus": {
|
2897
|
+
"type": "structure",
|
2898
|
+
"required": [
|
2899
|
+
"status"
|
2900
|
+
],
|
2901
|
+
"members": {
|
2902
|
+
"status": {
|
2903
|
+
"shape": "VirtualGatewayStatusCode"
|
2904
|
+
}
|
2905
|
+
}
|
2906
|
+
},
|
2907
|
+
"GatewayRouteStatus": {
|
2908
|
+
"type": "structure",
|
2909
|
+
"required": [
|
2910
|
+
"status"
|
2911
|
+
],
|
2912
|
+
"members": {
|
2913
|
+
"status": {
|
2914
|
+
"shape": "GatewayRouteStatusCode"
|
2915
|
+
}
|
2916
|
+
}
|
2917
|
+
},
|
2918
|
+
"VirtualGatewayListeners": {
|
2919
|
+
"type": "list",
|
2920
|
+
"member": {
|
2921
|
+
"shape": "VirtualGatewayListener"
|
2922
|
+
},
|
2923
|
+
"min": 0,
|
2924
|
+
"max": 1
|
2925
|
+
},
|
2048
2926
|
"TagResourceInput": {
|
2049
2927
|
"type": "structure",
|
2050
2928
|
"required": [
|
@@ -2062,6 +2940,43 @@
|
|
2062
2940
|
}
|
2063
2941
|
}
|
2064
2942
|
},
|
2943
|
+
"CreateVirtualGatewayOutput": {
|
2944
|
+
"type": "structure",
|
2945
|
+
"required": [
|
2946
|
+
"virtualGateway"
|
2947
|
+
],
|
2948
|
+
"members": {
|
2949
|
+
"virtualGateway": {
|
2950
|
+
"shape": "VirtualGatewayData"
|
2951
|
+
}
|
2952
|
+
},
|
2953
|
+
"payload": "virtualGateway"
|
2954
|
+
},
|
2955
|
+
"ListVirtualGatewaysOutput": {
|
2956
|
+
"type": "structure",
|
2957
|
+
"required": [
|
2958
|
+
"virtualGateways"
|
2959
|
+
],
|
2960
|
+
"members": {
|
2961
|
+
"nextToken": {
|
2962
|
+
"shape": "String"
|
2963
|
+
},
|
2964
|
+
"virtualGateways": {
|
2965
|
+
"shape": "VirtualGatewayList"
|
2966
|
+
}
|
2967
|
+
}
|
2968
|
+
},
|
2969
|
+
"VirtualGatewayTlsValidationContext": {
|
2970
|
+
"type": "structure",
|
2971
|
+
"required": [
|
2972
|
+
"trust"
|
2973
|
+
],
|
2974
|
+
"members": {
|
2975
|
+
"trust": {
|
2976
|
+
"shape": "VirtualGatewayTlsValidationContextTrust"
|
2977
|
+
}
|
2978
|
+
}
|
2979
|
+
},
|
2065
2980
|
"VirtualServiceProvider": {
|
2066
2981
|
"type": "structure",
|
2067
2982
|
"members": {
|
@@ -2195,6 +3110,74 @@
|
|
2195
3110
|
}
|
2196
3111
|
}
|
2197
3112
|
},
|
3113
|
+
"GatewayRouteRef": {
|
3114
|
+
"type": "structure",
|
3115
|
+
"required": [
|
3116
|
+
"arn",
|
3117
|
+
"createdAt",
|
3118
|
+
"gatewayRouteName",
|
3119
|
+
"lastUpdatedAt",
|
3120
|
+
"meshName",
|
3121
|
+
"meshOwner",
|
3122
|
+
"resourceOwner",
|
3123
|
+
"version",
|
3124
|
+
"virtualGatewayName"
|
3125
|
+
],
|
3126
|
+
"members": {
|
3127
|
+
"arn": {
|
3128
|
+
"shape": "Arn"
|
3129
|
+
},
|
3130
|
+
"createdAt": {
|
3131
|
+
"shape": "Timestamp"
|
3132
|
+
},
|
3133
|
+
"gatewayRouteName": {
|
3134
|
+
"shape": "ResourceName"
|
3135
|
+
},
|
3136
|
+
"lastUpdatedAt": {
|
3137
|
+
"shape": "Timestamp"
|
3138
|
+
},
|
3139
|
+
"meshName": {
|
3140
|
+
"shape": "ResourceName"
|
3141
|
+
},
|
3142
|
+
"meshOwner": {
|
3143
|
+
"shape": "AccountId"
|
3144
|
+
},
|
3145
|
+
"resourceOwner": {
|
3146
|
+
"shape": "AccountId"
|
3147
|
+
},
|
3148
|
+
"version": {
|
3149
|
+
"shape": "Long"
|
3150
|
+
},
|
3151
|
+
"virtualGatewayName": {
|
3152
|
+
"shape": "ResourceName"
|
3153
|
+
}
|
3154
|
+
}
|
3155
|
+
},
|
3156
|
+
"VirtualGatewayListenerTlsAcmCertificate": {
|
3157
|
+
"type": "structure",
|
3158
|
+
"required": [
|
3159
|
+
"certificateArn"
|
3160
|
+
],
|
3161
|
+
"members": {
|
3162
|
+
"certificateArn": {
|
3163
|
+
"shape": "Arn"
|
3164
|
+
}
|
3165
|
+
}
|
3166
|
+
},
|
3167
|
+
"ListGatewayRoutesOutput": {
|
3168
|
+
"type": "structure",
|
3169
|
+
"required": [
|
3170
|
+
"gatewayRoutes"
|
3171
|
+
],
|
3172
|
+
"members": {
|
3173
|
+
"gatewayRoutes": {
|
3174
|
+
"shape": "GatewayRouteList"
|
3175
|
+
},
|
3176
|
+
"nextToken": {
|
3177
|
+
"shape": "String"
|
3178
|
+
}
|
3179
|
+
}
|
3180
|
+
},
|
2198
3181
|
"CreateVirtualServiceOutput": {
|
2199
3182
|
"type": "structure",
|
2200
3183
|
"required": [
|
@@ -2275,6 +3258,14 @@
|
|
2275
3258
|
}
|
2276
3259
|
}
|
2277
3260
|
},
|
3261
|
+
"GatewayRouteStatusCode": {
|
3262
|
+
"type": "string",
|
3263
|
+
"enum": [
|
3264
|
+
"ACTIVE",
|
3265
|
+
"DELETED",
|
3266
|
+
"INACTIVE"
|
3267
|
+
]
|
3268
|
+
},
|
2278
3269
|
"DeleteVirtualRouterOutput": {
|
2279
3270
|
"type": "structure",
|
2280
3271
|
"required": [
|
@@ -2287,12 +3278,47 @@
|
|
2287
3278
|
},
|
2288
3279
|
"payload": "virtualRouter"
|
2289
3280
|
},
|
3281
|
+
"DescribeVirtualGatewayInput": {
|
3282
|
+
"type": "structure",
|
3283
|
+
"required": [
|
3284
|
+
"meshName",
|
3285
|
+
"virtualGatewayName"
|
3286
|
+
],
|
3287
|
+
"members": {
|
3288
|
+
"meshName": {
|
3289
|
+
"shape": "ResourceName",
|
3290
|
+
"location": "uri",
|
3291
|
+
"locationName": "meshName"
|
3292
|
+
},
|
3293
|
+
"meshOwner": {
|
3294
|
+
"shape": "AccountId",
|
3295
|
+
"location": "querystring",
|
3296
|
+
"locationName": "meshOwner"
|
3297
|
+
},
|
3298
|
+
"virtualGatewayName": {
|
3299
|
+
"shape": "ResourceName",
|
3300
|
+
"location": "uri",
|
3301
|
+
"locationName": "virtualGatewayName"
|
3302
|
+
}
|
3303
|
+
}
|
3304
|
+
},
|
2290
3305
|
"TagsLimit": {
|
2291
3306
|
"type": "integer",
|
2292
3307
|
"box": true,
|
2293
3308
|
"min": 1,
|
2294
3309
|
"max": 50
|
2295
3310
|
},
|
3311
|
+
"GrpcGatewayRouteAction": {
|
3312
|
+
"type": "structure",
|
3313
|
+
"required": [
|
3314
|
+
"target"
|
3315
|
+
],
|
3316
|
+
"members": {
|
3317
|
+
"target": {
|
3318
|
+
"shape": "GatewayRouteTarget"
|
3319
|
+
}
|
3320
|
+
}
|
3321
|
+
},
|
2296
3322
|
"DeleteVirtualNodeOutput": {
|
2297
3323
|
"type": "structure",
|
2298
3324
|
"required": [
|
@@ -2441,6 +3467,25 @@
|
|
2441
3467
|
}
|
2442
3468
|
}
|
2443
3469
|
},
|
3470
|
+
"HttpGatewayRouteAction": {
|
3471
|
+
"type": "structure",
|
3472
|
+
"required": [
|
3473
|
+
"target"
|
3474
|
+
],
|
3475
|
+
"members": {
|
3476
|
+
"target": {
|
3477
|
+
"shape": "GatewayRouteTarget"
|
3478
|
+
}
|
3479
|
+
}
|
3480
|
+
},
|
3481
|
+
"GrpcGatewayRouteMatch": {
|
3482
|
+
"type": "structure",
|
3483
|
+
"members": {
|
3484
|
+
"serviceName": {
|
3485
|
+
"shape": "ServiceName"
|
3486
|
+
}
|
3487
|
+
}
|
3488
|
+
},
|
2444
3489
|
"ListTagsForResourceInput": {
|
2445
3490
|
"type": "structure",
|
2446
3491
|
"required": [
|
@@ -2472,6 +3517,14 @@
|
|
2472
3517
|
"min": 1,
|
2473
3518
|
"max": 5
|
2474
3519
|
},
|
3520
|
+
"VirtualGatewayStatusCode": {
|
3521
|
+
"type": "string",
|
3522
|
+
"enum": [
|
3523
|
+
"ACTIVE",
|
3524
|
+
"DELETED",
|
3525
|
+
"INACTIVE"
|
3526
|
+
]
|
3527
|
+
},
|
2475
3528
|
"ServiceUnavailableException": {
|
2476
3529
|
"type": "structure",
|
2477
3530
|
"members": {
|
@@ -2522,6 +3575,18 @@
|
|
2522
3575
|
}
|
2523
3576
|
}
|
2524
3577
|
},
|
3578
|
+
"UpdateGatewayRouteOutput": {
|
3579
|
+
"type": "structure",
|
3580
|
+
"required": [
|
3581
|
+
"gatewayRoute"
|
3582
|
+
],
|
3583
|
+
"members": {
|
3584
|
+
"gatewayRoute": {
|
3585
|
+
"shape": "GatewayRouteData"
|
3586
|
+
}
|
3587
|
+
},
|
3588
|
+
"payload": "gatewayRoute"
|
3589
|
+
},
|
2525
3590
|
"DescribeRouteInput": {
|
2526
3591
|
"type": "structure",
|
2527
3592
|
"required": [
|
@@ -2587,6 +3652,24 @@
|
|
2587
3652
|
"tcp"
|
2588
3653
|
]
|
2589
3654
|
},
|
3655
|
+
"DeleteGatewayRouteOutput": {
|
3656
|
+
"type": "structure",
|
3657
|
+
"required": [
|
3658
|
+
"gatewayRoute"
|
3659
|
+
],
|
3660
|
+
"members": {
|
3661
|
+
"gatewayRoute": {
|
3662
|
+
"shape": "GatewayRouteData"
|
3663
|
+
}
|
3664
|
+
},
|
3665
|
+
"payload": "gatewayRoute"
|
3666
|
+
},
|
3667
|
+
"VirtualGatewayList": {
|
3668
|
+
"type": "list",
|
3669
|
+
"member": {
|
3670
|
+
"shape": "VirtualGatewayRef"
|
3671
|
+
}
|
3672
|
+
},
|
2590
3673
|
"VirtualNodeStatusCode": {
|
2591
3674
|
"type": "string",
|
2592
3675
|
"enum": [
|
@@ -2925,14 +4008,25 @@
|
|
2925
4008
|
}
|
2926
4009
|
}
|
2927
4010
|
},
|
2928
|
-
"GrpcRouteAction": {
|
4011
|
+
"GrpcRouteAction": {
|
4012
|
+
"type": "structure",
|
4013
|
+
"required": [
|
4014
|
+
"weightedTargets"
|
4015
|
+
],
|
4016
|
+
"members": {
|
4017
|
+
"weightedTargets": {
|
4018
|
+
"shape": "WeightedTargets"
|
4019
|
+
}
|
4020
|
+
}
|
4021
|
+
},
|
4022
|
+
"VirtualGatewayTlsValidationContextFileTrust": {
|
2929
4023
|
"type": "structure",
|
2930
4024
|
"required": [
|
2931
|
-
"
|
4025
|
+
"certificateChain"
|
2932
4026
|
],
|
2933
4027
|
"members": {
|
2934
|
-
"
|
2935
|
-
"shape": "
|
4028
|
+
"certificateChain": {
|
4029
|
+
"shape": "FilePath"
|
2936
4030
|
}
|
2937
4031
|
}
|
2938
4032
|
},
|
@@ -3027,6 +4121,14 @@
|
|
3027
4121
|
}
|
3028
4122
|
}
|
3029
4123
|
},
|
4124
|
+
"VirtualGatewayListenerTlsMode": {
|
4125
|
+
"type": "string",
|
4126
|
+
"enum": [
|
4127
|
+
"DISABLED",
|
4128
|
+
"PERMISSIVE",
|
4129
|
+
"STRICT"
|
4130
|
+
]
|
4131
|
+
},
|
3030
4132
|
"VirtualServiceSpec": {
|
3031
4133
|
"type": "structure",
|
3032
4134
|
"members": {
|
@@ -3035,6 +4137,25 @@
|
|
3035
4137
|
}
|
3036
4138
|
}
|
3037
4139
|
},
|
4140
|
+
"VirtualGatewayTlsValidationContextAcmTrust": {
|
4141
|
+
"type": "structure",
|
4142
|
+
"required": [
|
4143
|
+
"certificateAuthorityArns"
|
4144
|
+
],
|
4145
|
+
"members": {
|
4146
|
+
"certificateAuthorityArns": {
|
4147
|
+
"shape": "VirtualGatewayCertificateAuthorityArns"
|
4148
|
+
}
|
4149
|
+
}
|
4150
|
+
},
|
4151
|
+
"VirtualGatewayAccessLog": {
|
4152
|
+
"type": "structure",
|
4153
|
+
"members": {
|
4154
|
+
"file": {
|
4155
|
+
"shape": "VirtualGatewayFileAccessLog"
|
4156
|
+
}
|
4157
|
+
}
|
4158
|
+
},
|
3038
4159
|
"MatchRange": {
|
3039
4160
|
"type": "structure",
|
3040
4161
|
"required": [
|
@@ -3091,6 +4212,18 @@
|
|
3091
4212
|
"shape": "VirtualNodeRef"
|
3092
4213
|
}
|
3093
4214
|
},
|
4215
|
+
"UpdateVirtualGatewayOutput": {
|
4216
|
+
"type": "structure",
|
4217
|
+
"required": [
|
4218
|
+
"virtualGateway"
|
4219
|
+
],
|
4220
|
+
"members": {
|
4221
|
+
"virtualGateway": {
|
4222
|
+
"shape": "VirtualGatewayData"
|
4223
|
+
}
|
4224
|
+
},
|
4225
|
+
"payload": "virtualGateway"
|
4226
|
+
},
|
3094
4227
|
"ListVirtualRoutersInput": {
|
3095
4228
|
"type": "structure",
|
3096
4229
|
"required": [
|
@@ -3196,6 +4329,14 @@
|
|
3196
4329
|
}
|
3197
4330
|
}
|
3198
4331
|
},
|
4332
|
+
"VirtualGatewayClientPolicy": {
|
4333
|
+
"type": "structure",
|
4334
|
+
"members": {
|
4335
|
+
"tls": {
|
4336
|
+
"shape": "VirtualGatewayClientPolicyTls"
|
4337
|
+
}
|
4338
|
+
}
|
4339
|
+
},
|
3199
4340
|
"ListVirtualNodesLimit": {
|
3200
4341
|
"type": "integer",
|
3201
4342
|
"box": true,
|
@@ -3230,6 +4371,14 @@
|
|
3230
4371
|
"Timestamp": {
|
3231
4372
|
"type": "timestamp"
|
3232
4373
|
},
|
4374
|
+
"VirtualGatewayLogging": {
|
4375
|
+
"type": "structure",
|
4376
|
+
"members": {
|
4377
|
+
"accessLog": {
|
4378
|
+
"shape": "VirtualGatewayAccessLog"
|
4379
|
+
}
|
4380
|
+
}
|
4381
|
+
},
|
3233
4382
|
"HeaderMatch": {
|
3234
4383
|
"type": "string",
|
3235
4384
|
"min": 1,
|
@@ -3240,6 +4389,17 @@
|
|
3240
4389
|
"min": 12,
|
3241
4390
|
"max": 12
|
3242
4391
|
},
|
4392
|
+
"GatewayRouteTarget": {
|
4393
|
+
"type": "structure",
|
4394
|
+
"required": [
|
4395
|
+
"virtualService"
|
4396
|
+
],
|
4397
|
+
"members": {
|
4398
|
+
"virtualService": {
|
4399
|
+
"shape": "GatewayRouteVirtualService"
|
4400
|
+
}
|
4401
|
+
}
|
4402
|
+
},
|
3243
4403
|
"Duration": {
|
3244
4404
|
"type": "structure",
|
3245
4405
|
"members": {
|
@@ -3332,6 +4492,12 @@
|
|
3332
4492
|
}
|
3333
4493
|
}
|
3334
4494
|
},
|
4495
|
+
"ListVirtualGatewaysLimit": {
|
4496
|
+
"type": "integer",
|
4497
|
+
"box": true,
|
4498
|
+
"min": 1,
|
4499
|
+
"max": 100
|
4500
|
+
},
|
3335
4501
|
"MeshStatusCode": {
|
3336
4502
|
"type": "string",
|
3337
4503
|
"enum": [
|
@@ -3363,6 +4529,24 @@
|
|
3363
4529
|
}
|
3364
4530
|
}
|
3365
4531
|
},
|
4532
|
+
"CreateGatewayRouteOutput": {
|
4533
|
+
"type": "structure",
|
4534
|
+
"required": [
|
4535
|
+
"gatewayRoute"
|
4536
|
+
],
|
4537
|
+
"members": {
|
4538
|
+
"gatewayRoute": {
|
4539
|
+
"shape": "GatewayRouteData"
|
4540
|
+
}
|
4541
|
+
},
|
4542
|
+
"payload": "gatewayRoute"
|
4543
|
+
},
|
4544
|
+
"GatewayRouteList": {
|
4545
|
+
"type": "list",
|
4546
|
+
"member": {
|
4547
|
+
"shape": "GatewayRouteRef"
|
4548
|
+
}
|
4549
|
+
},
|
3366
4550
|
"VirtualRouterStatus": {
|
3367
4551
|
"type": "structure",
|
3368
4552
|
"required": [
|
@@ -3385,6 +4569,30 @@
|
|
3385
4569
|
}
|
3386
4570
|
}
|
3387
4571
|
},
|
4572
|
+
"DeleteVirtualGatewayInput": {
|
4573
|
+
"type": "structure",
|
4574
|
+
"required": [
|
4575
|
+
"meshName",
|
4576
|
+
"virtualGatewayName"
|
4577
|
+
],
|
4578
|
+
"members": {
|
4579
|
+
"meshName": {
|
4580
|
+
"shape": "ResourceName",
|
4581
|
+
"location": "uri",
|
4582
|
+
"locationName": "meshName"
|
4583
|
+
},
|
4584
|
+
"meshOwner": {
|
4585
|
+
"shape": "AccountId",
|
4586
|
+
"location": "querystring",
|
4587
|
+
"locationName": "meshOwner"
|
4588
|
+
},
|
4589
|
+
"virtualGatewayName": {
|
4590
|
+
"shape": "ResourceName",
|
4591
|
+
"location": "uri",
|
4592
|
+
"locationName": "virtualGatewayName"
|
4593
|
+
}
|
4594
|
+
}
|
4595
|
+
},
|
3388
4596
|
"DescribeVirtualNodeInput": {
|
3389
4597
|
"type": "structure",
|
3390
4598
|
"required": [
|
@@ -3485,6 +4693,17 @@
|
|
3485
4693
|
}
|
3486
4694
|
}
|
3487
4695
|
},
|
4696
|
+
"VirtualGatewayTlsValidationContextTrust": {
|
4697
|
+
"type": "structure",
|
4698
|
+
"members": {
|
4699
|
+
"acm": {
|
4700
|
+
"shape": "VirtualGatewayTlsValidationContextAcmTrust"
|
4701
|
+
},
|
4702
|
+
"file": {
|
4703
|
+
"shape": "VirtualGatewayTlsValidationContextFileTrust"
|
4704
|
+
}
|
4705
|
+
}
|
4706
|
+
},
|
3488
4707
|
"DeleteVirtualServiceOutput": {
|
3489
4708
|
"type": "structure",
|
3490
4709
|
"required": [
|
@@ -3497,6 +4716,14 @@
|
|
3497
4716
|
},
|
3498
4717
|
"payload": "virtualService"
|
3499
4718
|
},
|
4719
|
+
"VirtualGatewayPortProtocol": {
|
4720
|
+
"type": "string",
|
4721
|
+
"enum": [
|
4722
|
+
"grpc",
|
4723
|
+
"http",
|
4724
|
+
"http2"
|
4725
|
+
]
|
4726
|
+
},
|
3500
4727
|
"VirtualNodeServiceProvider": {
|
3501
4728
|
"type": "structure",
|
3502
4729
|
"required": [
|
@@ -3508,6 +4735,21 @@
|
|
3508
4735
|
}
|
3509
4736
|
}
|
3510
4737
|
},
|
4738
|
+
"HttpGatewayRoute": {
|
4739
|
+
"type": "structure",
|
4740
|
+
"required": [
|
4741
|
+
"action",
|
4742
|
+
"match"
|
4743
|
+
],
|
4744
|
+
"members": {
|
4745
|
+
"action": {
|
4746
|
+
"shape": "HttpGatewayRouteAction"
|
4747
|
+
},
|
4748
|
+
"match": {
|
4749
|
+
"shape": "HttpGatewayRouteMatch"
|
4750
|
+
}
|
4751
|
+
}
|
4752
|
+
},
|
3511
4753
|
"BackendDefaults": {
|
3512
4754
|
"type": "structure",
|
3513
4755
|
"members": {
|
@@ -3600,6 +4842,72 @@
|
|
3600
4842
|
"senderFault": true
|
3601
4843
|
}
|
3602
4844
|
},
|
4845
|
+
"UpdateGatewayRouteInput": {
|
4846
|
+
"type": "structure",
|
4847
|
+
"required": [
|
4848
|
+
"gatewayRouteName",
|
4849
|
+
"meshName",
|
4850
|
+
"spec",
|
4851
|
+
"virtualGatewayName"
|
4852
|
+
],
|
4853
|
+
"members": {
|
4854
|
+
"clientToken": {
|
4855
|
+
"shape": "String",
|
4856
|
+
"idempotencyToken": true
|
4857
|
+
},
|
4858
|
+
"gatewayRouteName": {
|
4859
|
+
"shape": "ResourceName",
|
4860
|
+
"location": "uri",
|
4861
|
+
"locationName": "gatewayRouteName"
|
4862
|
+
},
|
4863
|
+
"meshName": {
|
4864
|
+
"shape": "ResourceName",
|
4865
|
+
"location": "uri",
|
4866
|
+
"locationName": "meshName"
|
4867
|
+
},
|
4868
|
+
"meshOwner": {
|
4869
|
+
"shape": "AccountId",
|
4870
|
+
"location": "querystring",
|
4871
|
+
"locationName": "meshOwner"
|
4872
|
+
},
|
4873
|
+
"spec": {
|
4874
|
+
"shape": "GatewayRouteSpec"
|
4875
|
+
},
|
4876
|
+
"virtualGatewayName": {
|
4877
|
+
"shape": "ResourceName",
|
4878
|
+
"location": "uri",
|
4879
|
+
"locationName": "virtualGatewayName"
|
4880
|
+
}
|
4881
|
+
}
|
4882
|
+
},
|
4883
|
+
"ListVirtualGatewaysInput": {
|
4884
|
+
"type": "structure",
|
4885
|
+
"required": [
|
4886
|
+
"meshName"
|
4887
|
+
],
|
4888
|
+
"members": {
|
4889
|
+
"limit": {
|
4890
|
+
"shape": "ListVirtualGatewaysLimit",
|
4891
|
+
"location": "querystring",
|
4892
|
+
"locationName": "limit"
|
4893
|
+
},
|
4894
|
+
"meshName": {
|
4895
|
+
"shape": "ResourceName",
|
4896
|
+
"location": "uri",
|
4897
|
+
"locationName": "meshName"
|
4898
|
+
},
|
4899
|
+
"meshOwner": {
|
4900
|
+
"shape": "AccountId",
|
4901
|
+
"location": "querystring",
|
4902
|
+
"locationName": "meshOwner"
|
4903
|
+
},
|
4904
|
+
"nextToken": {
|
4905
|
+
"shape": "String",
|
4906
|
+
"location": "querystring",
|
4907
|
+
"locationName": "nextToken"
|
4908
|
+
}
|
4909
|
+
}
|
4910
|
+
},
|
3603
4911
|
"PortNumber": {
|
3604
4912
|
"type": "integer",
|
3605
4913
|
"min": 1,
|
@@ -3675,6 +4983,14 @@
|
|
3675
4983
|
}
|
3676
4984
|
}
|
3677
4985
|
},
|
4986
|
+
"VirtualGatewayCertificateAuthorityArns": {
|
4987
|
+
"type": "list",
|
4988
|
+
"member": {
|
4989
|
+
"shape": "Arn"
|
4990
|
+
},
|
4991
|
+
"min": 1,
|
4992
|
+
"max": 3
|
4993
|
+
},
|
3678
4994
|
"WeightedTargets": {
|
3679
4995
|
"type": "list",
|
3680
4996
|
"member": {
|
@@ -3709,6 +5025,36 @@
|
|
3709
5025
|
"https"
|
3710
5026
|
]
|
3711
5027
|
},
|
5028
|
+
"DeleteGatewayRouteInput": {
|
5029
|
+
"type": "structure",
|
5030
|
+
"required": [
|
5031
|
+
"gatewayRouteName",
|
5032
|
+
"meshName",
|
5033
|
+
"virtualGatewayName"
|
5034
|
+
],
|
5035
|
+
"members": {
|
5036
|
+
"gatewayRouteName": {
|
5037
|
+
"shape": "ResourceName",
|
5038
|
+
"location": "uri",
|
5039
|
+
"locationName": "gatewayRouteName"
|
5040
|
+
},
|
5041
|
+
"meshName": {
|
5042
|
+
"shape": "ResourceName",
|
5043
|
+
"location": "uri",
|
5044
|
+
"locationName": "meshName"
|
5045
|
+
},
|
5046
|
+
"meshOwner": {
|
5047
|
+
"shape": "AccountId",
|
5048
|
+
"location": "querystring",
|
5049
|
+
"locationName": "meshOwner"
|
5050
|
+
},
|
5051
|
+
"virtualGatewayName": {
|
5052
|
+
"shape": "ResourceName",
|
5053
|
+
"location": "uri",
|
5054
|
+
"locationName": "virtualGatewayName"
|
5055
|
+
}
|
5056
|
+
}
|
5057
|
+
},
|
3712
5058
|
"UpdateRouteInput": {
|
3713
5059
|
"type": "structure",
|
3714
5060
|
"required": [
|
@@ -3786,6 +5132,45 @@
|
|
3786
5132
|
}
|
3787
5133
|
}
|
3788
5134
|
},
|
5135
|
+
"VirtualGatewayRef": {
|
5136
|
+
"type": "structure",
|
5137
|
+
"required": [
|
5138
|
+
"arn",
|
5139
|
+
"createdAt",
|
5140
|
+
"lastUpdatedAt",
|
5141
|
+
"meshName",
|
5142
|
+
"meshOwner",
|
5143
|
+
"resourceOwner",
|
5144
|
+
"version",
|
5145
|
+
"virtualGatewayName"
|
5146
|
+
],
|
5147
|
+
"members": {
|
5148
|
+
"arn": {
|
5149
|
+
"shape": "Arn"
|
5150
|
+
},
|
5151
|
+
"createdAt": {
|
5152
|
+
"shape": "Timestamp"
|
5153
|
+
},
|
5154
|
+
"lastUpdatedAt": {
|
5155
|
+
"shape": "Timestamp"
|
5156
|
+
},
|
5157
|
+
"meshName": {
|
5158
|
+
"shape": "ResourceName"
|
5159
|
+
},
|
5160
|
+
"meshOwner": {
|
5161
|
+
"shape": "AccountId"
|
5162
|
+
},
|
5163
|
+
"resourceOwner": {
|
5164
|
+
"shape": "AccountId"
|
5165
|
+
},
|
5166
|
+
"version": {
|
5167
|
+
"shape": "Long"
|
5168
|
+
},
|
5169
|
+
"virtualGatewayName": {
|
5170
|
+
"shape": "ResourceName"
|
5171
|
+
}
|
5172
|
+
}
|
5173
|
+
},
|
3789
5174
|
"MeshSpec": {
|
3790
5175
|
"type": "structure",
|
3791
5176
|
"members": {
|
@@ -3794,6 +5179,30 @@
|
|
3794
5179
|
}
|
3795
5180
|
}
|
3796
5181
|
},
|
5182
|
+
"DescribeVirtualGatewayOutput": {
|
5183
|
+
"type": "structure",
|
5184
|
+
"required": [
|
5185
|
+
"virtualGateway"
|
5186
|
+
],
|
5187
|
+
"members": {
|
5188
|
+
"virtualGateway": {
|
5189
|
+
"shape": "VirtualGatewayData"
|
5190
|
+
}
|
5191
|
+
},
|
5192
|
+
"payload": "virtualGateway"
|
5193
|
+
},
|
5194
|
+
"DescribeGatewayRouteOutput": {
|
5195
|
+
"type": "structure",
|
5196
|
+
"required": [
|
5197
|
+
"gatewayRoute"
|
5198
|
+
],
|
5199
|
+
"members": {
|
5200
|
+
"gatewayRoute": {
|
5201
|
+
"shape": "GatewayRouteData"
|
5202
|
+
}
|
5203
|
+
},
|
5204
|
+
"payload": "gatewayRoute"
|
5205
|
+
},
|
3797
5206
|
"ListTagsForResourceOutput": {
|
3798
5207
|
"type": "structure",
|
3799
5208
|
"required": [
|