aws-sdk-core 2.11.528 → 2.11.533
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/appmesh/2019-01-25/api-2.json +59 -0
- data/apis/autoscaling/2011-01-01/api-2.json +175 -0
- data/apis/dataexchange/2017-07-25/api-2.json +1 -2
- data/apis/ec2/2016-11-15/api-2.json +55 -5
- data/apis/elasticmapreduce/2009-03-31/api-2.json +2 -1
- data/apis/lambda/2015-03-31/api-2.json +72 -3
- data/apis/lambda/2015-03-31/examples-1.json +6 -6
- data/apis/mediaconvert/2017-08-29/api-2.json +55 -1
- data/apis/medialive/2017-10-14/api-2.json +44 -0
- data/apis/opsworkscm/2016-11-01/api-2.json +1 -0
- data/apis/polly/2016-06-10/api-2.json +1 -0
- data/apis/rds/2014-10-31/api-2.json +19 -4
- data/apis/rds/2014-10-31/paginators-1.json +48 -0
- data/apis/rekognition/2016-06-27/api-2.json +186 -0
- data/apis/rekognition/2016-06-27/paginators-1.json +5 -0
- data/apis/route53/2013-04-01/api-2.json +89 -2
- data/apis/sesv2/2019-09-27/api-2.json +2 -1
- data/apis/snowball/2016-06-30/api-2.json +25 -3
- data/apis/sqs/2012-11-05/api-2.json +15 -4
- data/apis/sqs/2012-11-05/paginators-1.json +9 -0
- data/apis/ssm/2014-11-06/api-2.json +25 -0
- data/endpoints.json +24 -1
- data/lib/aws-sdk-core/client.rb +7 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0145ac0032581e74b796398e963c56969e80f041ef4d6e986b3053340de7aad8
|
4
|
+
data.tar.gz: 744cdefcefb788f4ce5f95d59adb802c69aafbbf30683df66c68797f0b0eb987
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12d33f31d94967cd17ae80b215db5234ff8e2dfb2db23ceaed3f6409864cca6be7b6fcacc97f2c68bb5ffc04e11cc86632cb15d58c60b7e742e1767bcaf44f18
|
7
|
+
data.tar.gz: ad392d32725488cd468d717a092bbc6a5c4c00913cc40d25ae88c4959fa6940c89c3a4670d23ff117bb394d027d55c40d21683dd053f0ba7ee98d4f9969b2a70
|
@@ -1741,6 +1741,23 @@
|
|
1741
1741
|
"senderFault": true
|
1742
1742
|
}
|
1743
1743
|
},
|
1744
|
+
"ListenerTimeout": {
|
1745
|
+
"type": "structure",
|
1746
|
+
"members": {
|
1747
|
+
"grpc": {
|
1748
|
+
"shape": "GrpcTimeout"
|
1749
|
+
},
|
1750
|
+
"http": {
|
1751
|
+
"shape": "HttpTimeout"
|
1752
|
+
},
|
1753
|
+
"http2": {
|
1754
|
+
"shape": "HttpTimeout"
|
1755
|
+
},
|
1756
|
+
"tcp": {
|
1757
|
+
"shape": "TcpTimeout"
|
1758
|
+
}
|
1759
|
+
}
|
1760
|
+
},
|
1744
1761
|
"MeshList": {
|
1745
1762
|
"type": "list",
|
1746
1763
|
"member": {
|
@@ -2212,6 +2229,17 @@
|
|
2212
2229
|
}
|
2213
2230
|
}
|
2214
2231
|
},
|
2232
|
+
"HttpTimeout": {
|
2233
|
+
"type": "structure",
|
2234
|
+
"members": {
|
2235
|
+
"idle": {
|
2236
|
+
"shape": "Duration"
|
2237
|
+
},
|
2238
|
+
"perRequest": {
|
2239
|
+
"shape": "Duration"
|
2240
|
+
}
|
2241
|
+
}
|
2242
|
+
},
|
2215
2243
|
"DeleteVirtualServiceInput": {
|
2216
2244
|
"type": "structure",
|
2217
2245
|
"required": [
|
@@ -2718,6 +2746,17 @@
|
|
2718
2746
|
}
|
2719
2747
|
}
|
2720
2748
|
},
|
2749
|
+
"GrpcTimeout": {
|
2750
|
+
"type": "structure",
|
2751
|
+
"members": {
|
2752
|
+
"idle": {
|
2753
|
+
"shape": "Duration"
|
2754
|
+
},
|
2755
|
+
"perRequest": {
|
2756
|
+
"shape": "Duration"
|
2757
|
+
}
|
2758
|
+
}
|
2759
|
+
},
|
2721
2760
|
"VirtualNodeStatus": {
|
2722
2761
|
"type": "structure",
|
2723
2762
|
"required": [
|
@@ -3040,6 +3079,9 @@
|
|
3040
3079
|
"members": {
|
3041
3080
|
"action": {
|
3042
3081
|
"shape": "TcpRouteAction"
|
3082
|
+
},
|
3083
|
+
"timeout": {
|
3084
|
+
"shape": "TcpTimeout"
|
3043
3085
|
}
|
3044
3086
|
}
|
3045
3087
|
},
|
@@ -3390,6 +3432,9 @@
|
|
3390
3432
|
"portMapping": {
|
3391
3433
|
"shape": "PortMapping"
|
3392
3434
|
},
|
3435
|
+
"timeout": {
|
3436
|
+
"shape": "ListenerTimeout"
|
3437
|
+
},
|
3393
3438
|
"tls": {
|
3394
3439
|
"shape": "ListenerTls"
|
3395
3440
|
}
|
@@ -3410,6 +3455,9 @@
|
|
3410
3455
|
},
|
3411
3456
|
"retryPolicy": {
|
3412
3457
|
"shape": "GrpcRetryPolicy"
|
3458
|
+
},
|
3459
|
+
"timeout": {
|
3460
|
+
"shape": "GrpcTimeout"
|
3413
3461
|
}
|
3414
3462
|
}
|
3415
3463
|
},
|
@@ -3646,6 +3694,14 @@
|
|
3646
3694
|
"String": {
|
3647
3695
|
"type": "string"
|
3648
3696
|
},
|
3697
|
+
"TcpTimeout": {
|
3698
|
+
"type": "structure",
|
3699
|
+
"members": {
|
3700
|
+
"idle": {
|
3701
|
+
"shape": "Duration"
|
3702
|
+
}
|
3703
|
+
}
|
3704
|
+
},
|
3649
3705
|
"HttpScheme": {
|
3650
3706
|
"type": "string",
|
3651
3707
|
"enum": [
|
@@ -3706,6 +3762,9 @@
|
|
3706
3762
|
},
|
3707
3763
|
"retryPolicy": {
|
3708
3764
|
"shape": "HttpRetryPolicy"
|
3765
|
+
},
|
3766
|
+
"timeout": {
|
3767
|
+
"shape": "HttpTimeout"
|
3709
3768
|
}
|
3710
3769
|
}
|
3711
3770
|
},
|
@@ -87,6 +87,23 @@
|
|
87
87
|
{"shape":"ResourceContentionFault"}
|
88
88
|
]
|
89
89
|
},
|
90
|
+
"CancelInstanceRefresh":{
|
91
|
+
"name":"CancelInstanceRefresh",
|
92
|
+
"http":{
|
93
|
+
"method":"POST",
|
94
|
+
"requestUri":"/"
|
95
|
+
},
|
96
|
+
"input":{"shape":"CancelInstanceRefreshType"},
|
97
|
+
"output":{
|
98
|
+
"shape":"CancelInstanceRefreshAnswer",
|
99
|
+
"resultWrapper":"CancelInstanceRefreshResult"
|
100
|
+
},
|
101
|
+
"errors":[
|
102
|
+
{"shape":"LimitExceededFault"},
|
103
|
+
{"shape":"ResourceContentionFault"},
|
104
|
+
{"shape":"ActiveInstanceRefreshNotFoundFault"}
|
105
|
+
]
|
106
|
+
},
|
90
107
|
"CompleteLifecycleAction":{
|
91
108
|
"name":"CompleteLifecycleAction",
|
92
109
|
"http":{
|
@@ -303,6 +320,22 @@
|
|
303
320
|
{"shape":"ResourceContentionFault"}
|
304
321
|
]
|
305
322
|
},
|
323
|
+
"DescribeInstanceRefreshes":{
|
324
|
+
"name":"DescribeInstanceRefreshes",
|
325
|
+
"http":{
|
326
|
+
"method":"POST",
|
327
|
+
"requestUri":"/"
|
328
|
+
},
|
329
|
+
"input":{"shape":"DescribeInstanceRefreshesType"},
|
330
|
+
"output":{
|
331
|
+
"shape":"DescribeInstanceRefreshesAnswer",
|
332
|
+
"resultWrapper":"DescribeInstanceRefreshesResult"
|
333
|
+
},
|
334
|
+
"errors":[
|
335
|
+
{"shape":"InvalidNextToken"},
|
336
|
+
{"shape":"ResourceContentionFault"}
|
337
|
+
]
|
338
|
+
},
|
306
339
|
"DescribeLaunchConfigurations":{
|
307
340
|
"name":"DescribeLaunchConfigurations",
|
308
341
|
"http":{
|
@@ -735,6 +768,23 @@
|
|
735
768
|
{"shape":"ResourceContentionFault"}
|
736
769
|
]
|
737
770
|
},
|
771
|
+
"StartInstanceRefresh":{
|
772
|
+
"name":"StartInstanceRefresh",
|
773
|
+
"http":{
|
774
|
+
"method":"POST",
|
775
|
+
"requestUri":"/"
|
776
|
+
},
|
777
|
+
"input":{"shape":"StartInstanceRefreshType"},
|
778
|
+
"output":{
|
779
|
+
"shape":"StartInstanceRefreshAnswer",
|
780
|
+
"resultWrapper":"StartInstanceRefreshResult"
|
781
|
+
},
|
782
|
+
"errors":[
|
783
|
+
{"shape":"LimitExceededFault"},
|
784
|
+
{"shape":"ResourceContentionFault"},
|
785
|
+
{"shape":"InstanceRefreshInProgressFault"}
|
786
|
+
]
|
787
|
+
},
|
738
788
|
"SuspendProcesses":{
|
739
789
|
"name":"SuspendProcesses",
|
740
790
|
"http":{
|
@@ -778,6 +828,18 @@
|
|
778
828
|
}
|
779
829
|
},
|
780
830
|
"shapes":{
|
831
|
+
"ActiveInstanceRefreshNotFoundFault":{
|
832
|
+
"type":"structure",
|
833
|
+
"members":{
|
834
|
+
"message":{"shape":"XmlStringMaxLen255"}
|
835
|
+
},
|
836
|
+
"error":{
|
837
|
+
"code":"ActiveInstanceRefreshNotFound",
|
838
|
+
"httpStatusCode":400,
|
839
|
+
"senderFault":true
|
840
|
+
},
|
841
|
+
"exception":true
|
842
|
+
},
|
781
843
|
"Activities":{
|
782
844
|
"type":"list",
|
783
845
|
"member":{"shape":"Activity"}
|
@@ -1078,6 +1140,19 @@
|
|
1078
1140
|
"type":"list",
|
1079
1141
|
"member":{"shape":"BlockDeviceMapping"}
|
1080
1142
|
},
|
1143
|
+
"CancelInstanceRefreshAnswer":{
|
1144
|
+
"type":"structure",
|
1145
|
+
"members":{
|
1146
|
+
"InstanceRefreshId":{"shape":"XmlStringMaxLen255"}
|
1147
|
+
}
|
1148
|
+
},
|
1149
|
+
"CancelInstanceRefreshType":{
|
1150
|
+
"type":"structure",
|
1151
|
+
"required":["AutoScalingGroupName"],
|
1152
|
+
"members":{
|
1153
|
+
"AutoScalingGroupName":{"shape":"XmlStringMaxLen255"}
|
1154
|
+
}
|
1155
|
+
},
|
1081
1156
|
"ClassicLinkVPCSecurityGroups":{
|
1082
1157
|
"type":"list",
|
1083
1158
|
"member":{"shape":"XmlStringMaxLen255"}
|
@@ -1271,6 +1346,23 @@
|
|
1271
1346
|
"AutoScalingNotificationTypes":{"shape":"AutoScalingNotificationTypes"}
|
1272
1347
|
}
|
1273
1348
|
},
|
1349
|
+
"DescribeInstanceRefreshesAnswer":{
|
1350
|
+
"type":"structure",
|
1351
|
+
"members":{
|
1352
|
+
"InstanceRefreshes":{"shape":"InstanceRefreshes"},
|
1353
|
+
"NextToken":{"shape":"XmlString"}
|
1354
|
+
}
|
1355
|
+
},
|
1356
|
+
"DescribeInstanceRefreshesType":{
|
1357
|
+
"type":"structure",
|
1358
|
+
"required":["AutoScalingGroupName"],
|
1359
|
+
"members":{
|
1360
|
+
"AutoScalingGroupName":{"shape":"XmlStringMaxLen255"},
|
1361
|
+
"InstanceRefreshIds":{"shape":"InstanceRefreshIds"},
|
1362
|
+
"NextToken":{"shape":"XmlString"},
|
1363
|
+
"MaxRecords":{"shape":"MaxRecords"}
|
1364
|
+
}
|
1365
|
+
},
|
1274
1366
|
"DescribeLifecycleHookTypesAnswer":{
|
1275
1367
|
"type":"structure",
|
1276
1368
|
"members":{
|
@@ -1589,6 +1681,50 @@
|
|
1589
1681
|
}
|
1590
1682
|
},
|
1591
1683
|
"InstanceProtected":{"type":"boolean"},
|
1684
|
+
"InstanceRefresh":{
|
1685
|
+
"type":"structure",
|
1686
|
+
"members":{
|
1687
|
+
"InstanceRefreshId":{"shape":"XmlStringMaxLen255"},
|
1688
|
+
"AutoScalingGroupName":{"shape":"XmlStringMaxLen255"},
|
1689
|
+
"Status":{"shape":"InstanceRefreshStatus"},
|
1690
|
+
"StatusReason":{"shape":"XmlStringMaxLen1023"},
|
1691
|
+
"StartTime":{"shape":"TimestampType"},
|
1692
|
+
"EndTime":{"shape":"TimestampType"},
|
1693
|
+
"PercentageComplete":{"shape":"IntPercent"},
|
1694
|
+
"InstancesToUpdate":{"shape":"InstancesToUpdate"}
|
1695
|
+
}
|
1696
|
+
},
|
1697
|
+
"InstanceRefreshIds":{
|
1698
|
+
"type":"list",
|
1699
|
+
"member":{"shape":"XmlStringMaxLen255"}
|
1700
|
+
},
|
1701
|
+
"InstanceRefreshInProgressFault":{
|
1702
|
+
"type":"structure",
|
1703
|
+
"members":{
|
1704
|
+
"message":{"shape":"XmlStringMaxLen255"}
|
1705
|
+
},
|
1706
|
+
"error":{
|
1707
|
+
"code":"InstanceRefreshInProgress",
|
1708
|
+
"httpStatusCode":400,
|
1709
|
+
"senderFault":true
|
1710
|
+
},
|
1711
|
+
"exception":true
|
1712
|
+
},
|
1713
|
+
"InstanceRefreshStatus":{
|
1714
|
+
"type":"string",
|
1715
|
+
"enum":[
|
1716
|
+
"Pending",
|
1717
|
+
"InProgress",
|
1718
|
+
"Successful",
|
1719
|
+
"Failed",
|
1720
|
+
"Cancelling",
|
1721
|
+
"Cancelled"
|
1722
|
+
]
|
1723
|
+
},
|
1724
|
+
"InstanceRefreshes":{
|
1725
|
+
"type":"list",
|
1726
|
+
"member":{"shape":"InstanceRefresh"}
|
1727
|
+
},
|
1592
1728
|
"Instances":{
|
1593
1729
|
"type":"list",
|
1594
1730
|
"member":{"shape":"Instance"}
|
@@ -1604,6 +1740,15 @@
|
|
1604
1740
|
"SpotMaxPrice":{"shape":"MixedInstanceSpotPrice"}
|
1605
1741
|
}
|
1606
1742
|
},
|
1743
|
+
"InstancesToUpdate":{
|
1744
|
+
"type":"integer",
|
1745
|
+
"min":0
|
1746
|
+
},
|
1747
|
+
"IntPercent":{
|
1748
|
+
"type":"integer",
|
1749
|
+
"max":100,
|
1750
|
+
"min":0
|
1751
|
+
},
|
1607
1752
|
"InvalidNextToken":{
|
1608
1753
|
"type":"structure",
|
1609
1754
|
"members":{
|
@@ -2072,6 +2217,21 @@
|
|
2072
2217
|
"InstanceId":{"shape":"XmlStringMaxLen19"}
|
2073
2218
|
}
|
2074
2219
|
},
|
2220
|
+
"RefreshInstanceWarmup":{
|
2221
|
+
"type":"integer",
|
2222
|
+
"min":0
|
2223
|
+
},
|
2224
|
+
"RefreshPreferences":{
|
2225
|
+
"type":"structure",
|
2226
|
+
"members":{
|
2227
|
+
"MinHealthyPercentage":{"shape":"IntPercent"},
|
2228
|
+
"InstanceWarmup":{"shape":"RefreshInstanceWarmup"}
|
2229
|
+
}
|
2230
|
+
},
|
2231
|
+
"RefreshStrategy":{
|
2232
|
+
"type":"string",
|
2233
|
+
"enum":["Rolling"]
|
2234
|
+
},
|
2075
2235
|
"ResourceContentionFault":{
|
2076
2236
|
"type":"structure",
|
2077
2237
|
"members":{
|
@@ -2277,6 +2437,21 @@
|
|
2277
2437
|
"max":255,
|
2278
2438
|
"min":1
|
2279
2439
|
},
|
2440
|
+
"StartInstanceRefreshAnswer":{
|
2441
|
+
"type":"structure",
|
2442
|
+
"members":{
|
2443
|
+
"InstanceRefreshId":{"shape":"XmlStringMaxLen255"}
|
2444
|
+
}
|
2445
|
+
},
|
2446
|
+
"StartInstanceRefreshType":{
|
2447
|
+
"type":"structure",
|
2448
|
+
"required":["AutoScalingGroupName"],
|
2449
|
+
"members":{
|
2450
|
+
"AutoScalingGroupName":{"shape":"XmlStringMaxLen255"},
|
2451
|
+
"Strategy":{"shape":"RefreshStrategy"},
|
2452
|
+
"Preferences":{"shape":"RefreshPreferences"}
|
2453
|
+
}
|
2454
|
+
},
|
2280
2455
|
"StepAdjustment":{
|
2281
2456
|
"type":"structure",
|
2282
2457
|
"required":["ScalingAdjustment"],
|
@@ -6786,6 +6786,10 @@
|
|
6786
6786
|
"TargetEnvironment":{
|
6787
6787
|
"shape":"ExportEnvironment",
|
6788
6788
|
"locationName":"targetEnvironment"
|
6789
|
+
},
|
6790
|
+
"TagSpecifications":{
|
6791
|
+
"shape":"TagSpecificationList",
|
6792
|
+
"locationName":"TagSpecification"
|
6789
6793
|
}
|
6790
6794
|
}
|
6791
6795
|
},
|
@@ -13514,6 +13518,10 @@
|
|
13514
13518
|
"EbsOptimizedInfo":{
|
13515
13519
|
"shape":"EbsOptimizedInfo",
|
13516
13520
|
"locationName":"ebsOptimizedInfo"
|
13521
|
+
},
|
13522
|
+
"NvmeSupport":{
|
13523
|
+
"shape":"EbsNvmeSupport",
|
13524
|
+
"locationName":"nvmeSupport"
|
13517
13525
|
}
|
13518
13526
|
}
|
13519
13527
|
},
|
@@ -13551,6 +13559,14 @@
|
|
13551
13559
|
}
|
13552
13560
|
}
|
13553
13561
|
},
|
13562
|
+
"EbsNvmeSupport":{
|
13563
|
+
"type":"string",
|
13564
|
+
"enum":[
|
13565
|
+
"unsupported",
|
13566
|
+
"supported",
|
13567
|
+
"required"
|
13568
|
+
]
|
13569
|
+
},
|
13554
13570
|
"EbsOptimizedInfo":{
|
13555
13571
|
"type":"structure",
|
13556
13572
|
"members":{
|
@@ -14184,7 +14200,11 @@
|
|
14184
14200
|
"DryRun":{"shape":"Boolean"},
|
14185
14201
|
"ImageId":{"shape":"ImageId"},
|
14186
14202
|
"S3ExportLocation":{"shape":"ExportTaskS3LocationRequest"},
|
14187
|
-
"RoleName":{"shape":"String"}
|
14203
|
+
"RoleName":{"shape":"String"},
|
14204
|
+
"TagSpecifications":{
|
14205
|
+
"shape":"TagSpecificationList",
|
14206
|
+
"locationName":"TagSpecification"
|
14207
|
+
}
|
14188
14208
|
}
|
14189
14209
|
},
|
14190
14210
|
"ExportImageResult":{
|
@@ -14225,6 +14245,10 @@
|
|
14225
14245
|
"StatusMessage":{
|
14226
14246
|
"shape":"String",
|
14227
14247
|
"locationName":"statusMessage"
|
14248
|
+
},
|
14249
|
+
"Tags":{
|
14250
|
+
"shape":"TagList",
|
14251
|
+
"locationName":"tagSet"
|
14228
14252
|
}
|
14229
14253
|
}
|
14230
14254
|
},
|
@@ -14258,6 +14282,10 @@
|
|
14258
14282
|
"StatusMessage":{
|
14259
14283
|
"shape":"String",
|
14260
14284
|
"locationName":"statusMessage"
|
14285
|
+
},
|
14286
|
+
"Tags":{
|
14287
|
+
"shape":"TagList",
|
14288
|
+
"locationName":"tagSet"
|
14261
14289
|
}
|
14262
14290
|
}
|
14263
14291
|
},
|
@@ -16335,7 +16363,11 @@
|
|
16335
16363
|
"LicenseType":{"shape":"String"},
|
16336
16364
|
"Platform":{"shape":"String"},
|
16337
16365
|
"RoleName":{"shape":"String"},
|
16338
|
-
"LicenseSpecifications":{"shape":"ImportImageLicenseSpecificationListRequest"}
|
16366
|
+
"LicenseSpecifications":{"shape":"ImportImageLicenseSpecificationListRequest"},
|
16367
|
+
"TagSpecifications":{
|
16368
|
+
"shape":"TagSpecificationList",
|
16369
|
+
"locationName":"TagSpecification"
|
16370
|
+
}
|
16339
16371
|
}
|
16340
16372
|
},
|
16341
16373
|
"ImportImageResult":{
|
@@ -16362,11 +16394,11 @@
|
|
16362
16394
|
"locationName":"imageId"
|
16363
16395
|
},
|
16364
16396
|
"ImportTaskId":{
|
16365
|
-
"shape":"
|
16397
|
+
"shape":"ImportImageTaskId",
|
16366
16398
|
"locationName":"importTaskId"
|
16367
16399
|
},
|
16368
16400
|
"KmsKeyId":{
|
16369
|
-
"shape":"
|
16401
|
+
"shape":"KmsKeyId",
|
16370
16402
|
"locationName":"kmsKeyId"
|
16371
16403
|
},
|
16372
16404
|
"LicenseType":{
|
@@ -16396,6 +16428,10 @@
|
|
16396
16428
|
"LicenseSpecifications":{
|
16397
16429
|
"shape":"ImportImageLicenseSpecificationListResponse",
|
16398
16430
|
"locationName":"licenseSpecifications"
|
16431
|
+
},
|
16432
|
+
"Tags":{
|
16433
|
+
"shape":"TagList",
|
16434
|
+
"locationName":"tagSet"
|
16399
16435
|
}
|
16400
16436
|
}
|
16401
16437
|
},
|
@@ -16673,7 +16709,11 @@
|
|
16673
16709
|
"DryRun":{"shape":"Boolean"},
|
16674
16710
|
"Encrypted":{"shape":"Boolean"},
|
16675
16711
|
"KmsKeyId":{"shape":"KmsKeyId"},
|
16676
|
-
"RoleName":{"shape":"String"}
|
16712
|
+
"RoleName":{"shape":"String"},
|
16713
|
+
"TagSpecifications":{
|
16714
|
+
"shape":"TagSpecificationList",
|
16715
|
+
"locationName":"TagSpecification"
|
16716
|
+
}
|
16677
16717
|
}
|
16678
16718
|
},
|
16679
16719
|
"ImportSnapshotResult":{
|
@@ -16690,6 +16730,10 @@
|
|
16690
16730
|
"SnapshotTaskDetail":{
|
16691
16731
|
"shape":"SnapshotTaskDetail",
|
16692
16732
|
"locationName":"snapshotTaskDetail"
|
16733
|
+
},
|
16734
|
+
"Tags":{
|
16735
|
+
"shape":"TagList",
|
16736
|
+
"locationName":"tagSet"
|
16693
16737
|
}
|
16694
16738
|
}
|
16695
16739
|
},
|
@@ -24128,14 +24172,20 @@
|
|
24128
24172
|
"dedicated-host",
|
24129
24173
|
"dhcp-options",
|
24130
24174
|
"elastic-ip",
|
24175
|
+
"elastic-gpu",
|
24176
|
+
"export-image-task",
|
24177
|
+
"export-instance-task",
|
24131
24178
|
"fleet",
|
24132
24179
|
"fpga-image",
|
24133
24180
|
"host-reservation",
|
24134
24181
|
"image",
|
24182
|
+
"import-image-task",
|
24183
|
+
"import-snapshot-task",
|
24135
24184
|
"instance",
|
24136
24185
|
"internet-gateway",
|
24137
24186
|
"key-pair",
|
24138
24187
|
"launch-template",
|
24188
|
+
"local-gateway-route-table-vpc-association",
|
24139
24189
|
"natgateway",
|
24140
24190
|
"network-acl",
|
24141
24191
|
"network-interface",
|