aws-sdk 2.972.0 → 2.976.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.
- package/CHANGELOG.md +29 -1
- package/README.md +1 -1
- package/apis/backup-2018-11-15.min.json +573 -32
- package/apis/backup-2018-11-15.paginators.json +15 -0
- package/apis/comprehend-2017-11-27.min.json +109 -69
- package/apis/datasync-2018-11-09.min.json +13 -1
- package/apis/dlm-2018-01-12.min.json +30 -9
- package/apis/dms-2016-01-01.min.json +191 -134
- package/apis/ec2-2016-11-15.min.json +232 -223
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/eks-2017-11-01.min.json +5 -0
- package/apis/fms-2018-01-01.min.json +6 -0
- package/apis/frauddetector-2019-11-15.min.json +30 -28
- package/apis/glue-2017-03-31.min.json +624 -354
- package/apis/glue-2017-03-31.paginators.json +10 -0
- package/apis/iot-data-2015-05-28.min.json +82 -0
- package/apis/iot-data-2015-05-28.paginators.json +7 -1
- package/apis/mediaconvert-2017-08-29.min.json +110 -89
- package/apis/ssm-2014-11-06.min.json +13 -3
- package/apis/transcribe-2017-10-26.min.json +161 -64
- package/clients/apigateway.d.ts +9 -9
- package/clients/backup.d.ts +715 -109
- package/clients/cloudwatchevents.d.ts +67 -67
- package/clients/comprehend.d.ts +96 -0
- package/clients/datasync.d.ts +69 -53
- package/clients/dlm.d.ts +50 -18
- package/clients/dms.d.ts +110 -19
- package/clients/ec2.d.ts +60 -42
- package/clients/eks.d.ts +6 -2
- package/clients/eventbridge.d.ts +3 -3
- package/clients/fms.d.ts +9 -1
- package/clients/frauddetector.d.ts +10 -9
- package/clients/glue.d.ts +392 -0
- package/clients/iotdata.d.ts +99 -13
- package/clients/iotsitewise.d.ts +3 -3
- package/clients/mediaconvert.d.ts +46 -12
- package/clients/polly.d.ts +15 -15
- package/clients/robomaker.d.ts +3 -3
- package/clients/transcribeservice.d.ts +146 -35
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +19 -19
- package/dist/aws-sdk.js +456 -300
- package/dist/aws-sdk.min.js +72 -71
- package/lib/core.js +1 -1
- package/lib/metadata_service/endpoint.js +6 -0
- package/lib/metadata_service/endpoint_config_options.js +14 -0
- package/lib/metadata_service/endpoint_mode.js +6 -0
- package/lib/metadata_service/endpoint_mode_config_options.js +16 -0
- package/lib/metadata_service/get_metadata_service_endpoint.js +24 -0
- package/lib/metadata_service.js +13 -3
- package/lib/node_loader.js +27 -0
- package/package.json +1 -1
|
@@ -8862,6 +8862,10 @@
|
|
|
8862
8862
|
"type": "integer"
|
|
8863
8863
|
}
|
|
8864
8864
|
}
|
|
8865
|
+
},
|
|
8866
|
+
"EncryptionInTransitSupported": {
|
|
8867
|
+
"locationName": "encryptionInTransitSupported",
|
|
8868
|
+
"type": "boolean"
|
|
8865
8869
|
}
|
|
8866
8870
|
}
|
|
8867
8871
|
},
|
|
@@ -9047,7 +9051,7 @@
|
|
|
9047
9051
|
"locationName": "reservationSet",
|
|
9048
9052
|
"type": "list",
|
|
9049
9053
|
"member": {
|
|
9050
|
-
"shape": "
|
|
9054
|
+
"shape": "S11z",
|
|
9051
9055
|
"locationName": "item"
|
|
9052
9056
|
}
|
|
9053
9057
|
},
|
|
@@ -9527,7 +9531,7 @@
|
|
|
9527
9531
|
"locationName": "localGatewayVirtualInterfaceGroupId"
|
|
9528
9532
|
},
|
|
9529
9533
|
"LocalGatewayVirtualInterfaceIds": {
|
|
9530
|
-
"shape": "
|
|
9534
|
+
"shape": "S146",
|
|
9531
9535
|
"locationName": "localGatewayVirtualInterfaceIdSet"
|
|
9532
9536
|
},
|
|
9533
9537
|
"LocalGatewayId": {
|
|
@@ -9554,7 +9558,7 @@
|
|
|
9554
9558
|
"type": "structure",
|
|
9555
9559
|
"members": {
|
|
9556
9560
|
"LocalGatewayVirtualInterfaceIds": {
|
|
9557
|
-
"shape": "
|
|
9561
|
+
"shape": "S146",
|
|
9558
9562
|
"locationName": "LocalGatewayVirtualInterfaceId"
|
|
9559
9563
|
},
|
|
9560
9564
|
"Filters": {
|
|
@@ -9887,7 +9891,7 @@
|
|
|
9887
9891
|
"locationName": "networkInsightsAnalysisSet",
|
|
9888
9892
|
"type": "list",
|
|
9889
9893
|
"member": {
|
|
9890
|
-
"shape": "
|
|
9894
|
+
"shape": "S156",
|
|
9891
9895
|
"locationName": "item"
|
|
9892
9896
|
}
|
|
9893
9897
|
},
|
|
@@ -10384,7 +10388,7 @@
|
|
|
10384
10388
|
},
|
|
10385
10389
|
"OfferingClass": {},
|
|
10386
10390
|
"ReservedInstancesIds": {
|
|
10387
|
-
"shape": "
|
|
10391
|
+
"shape": "S178",
|
|
10388
10392
|
"locationName": "ReservedInstancesId"
|
|
10389
10393
|
},
|
|
10390
10394
|
"DryRun": {
|
|
@@ -10458,7 +10462,7 @@
|
|
|
10458
10462
|
"locationName": "offeringType"
|
|
10459
10463
|
},
|
|
10460
10464
|
"RecurringCharges": {
|
|
10461
|
-
"shape": "
|
|
10465
|
+
"shape": "S17g",
|
|
10462
10466
|
"locationName": "recurringCharges"
|
|
10463
10467
|
},
|
|
10464
10468
|
"Scope": {
|
|
@@ -10555,7 +10559,7 @@
|
|
|
10555
10559
|
"locationName": "reservedInstancesId"
|
|
10556
10560
|
},
|
|
10557
10561
|
"TargetConfiguration": {
|
|
10558
|
-
"shape": "
|
|
10562
|
+
"shape": "S17u",
|
|
10559
10563
|
"locationName": "targetConfiguration"
|
|
10560
10564
|
}
|
|
10561
10565
|
}
|
|
@@ -10710,7 +10714,7 @@
|
|
|
10710
10714
|
}
|
|
10711
10715
|
},
|
|
10712
10716
|
"RecurringCharges": {
|
|
10713
|
-
"shape": "
|
|
10717
|
+
"shape": "S17g",
|
|
10714
10718
|
"locationName": "recurringCharges"
|
|
10715
10719
|
},
|
|
10716
10720
|
"Scope": {
|
|
@@ -10878,7 +10882,7 @@
|
|
|
10878
10882
|
"locationName": "purchaseToken"
|
|
10879
10883
|
},
|
|
10880
10884
|
"Recurrence": {
|
|
10881
|
-
"shape": "
|
|
10885
|
+
"shape": "S18h",
|
|
10882
10886
|
"locationName": "recurrence"
|
|
10883
10887
|
},
|
|
10884
10888
|
"SlotDurationInHours": {
|
|
@@ -10940,7 +10944,7 @@
|
|
|
10940
10944
|
"locationName": "scheduledInstanceSet",
|
|
10941
10945
|
"type": "list",
|
|
10942
10946
|
"member": {
|
|
10943
|
-
"shape": "
|
|
10947
|
+
"shape": "S18p",
|
|
10944
10948
|
"locationName": "item"
|
|
10945
10949
|
}
|
|
10946
10950
|
}
|
|
@@ -10999,7 +11003,7 @@
|
|
|
10999
11003
|
"locationName": "Filter"
|
|
11000
11004
|
},
|
|
11001
11005
|
"SecurityGroupRuleIds": {
|
|
11002
|
-
"shape": "
|
|
11006
|
+
"shape": "S18w",
|
|
11003
11007
|
"locationName": "SecurityGroupRuleId"
|
|
11004
11008
|
},
|
|
11005
11009
|
"DryRun": {
|
|
@@ -11037,7 +11041,7 @@
|
|
|
11037
11041
|
"locationName": "GroupId"
|
|
11038
11042
|
},
|
|
11039
11043
|
"GroupNames": {
|
|
11040
|
-
"shape": "
|
|
11044
|
+
"shape": "S190",
|
|
11041
11045
|
"locationName": "GroupName"
|
|
11042
11046
|
},
|
|
11043
11047
|
"DryRun": {
|
|
@@ -11116,7 +11120,7 @@
|
|
|
11116
11120
|
"type": "structure",
|
|
11117
11121
|
"members": {
|
|
11118
11122
|
"CreateVolumePermissions": {
|
|
11119
|
-
"shape": "
|
|
11123
|
+
"shape": "S198",
|
|
11120
11124
|
"locationName": "createVolumePermission"
|
|
11121
11125
|
},
|
|
11122
11126
|
"ProductCodes": {
|
|
@@ -11151,7 +11155,7 @@
|
|
|
11151
11155
|
"member": {}
|
|
11152
11156
|
},
|
|
11153
11157
|
"SnapshotIds": {
|
|
11154
|
-
"shape": "
|
|
11158
|
+
"shape": "S19c",
|
|
11155
11159
|
"locationName": "SnapshotId"
|
|
11156
11160
|
},
|
|
11157
11161
|
"DryRun": {
|
|
@@ -11350,7 +11354,7 @@
|
|
|
11350
11354
|
"type": "timestamp"
|
|
11351
11355
|
},
|
|
11352
11356
|
"SpotFleetRequestConfig": {
|
|
11353
|
-
"shape": "
|
|
11357
|
+
"shape": "S19v",
|
|
11354
11358
|
"locationName": "spotFleetRequestConfig"
|
|
11355
11359
|
},
|
|
11356
11360
|
"SpotFleetRequestId": {
|
|
@@ -11395,7 +11399,7 @@
|
|
|
11395
11399
|
"type": "structure",
|
|
11396
11400
|
"members": {
|
|
11397
11401
|
"SpotInstanceRequests": {
|
|
11398
|
-
"shape": "
|
|
11402
|
+
"shape": "S1an",
|
|
11399
11403
|
"locationName": "spotInstanceRequestSet"
|
|
11400
11404
|
},
|
|
11401
11405
|
"NextToken": {
|
|
@@ -11521,11 +11525,11 @@
|
|
|
11521
11525
|
"locationName": "groupName"
|
|
11522
11526
|
},
|
|
11523
11527
|
"StaleIpPermissions": {
|
|
11524
|
-
"shape": "
|
|
11528
|
+
"shape": "S1b5",
|
|
11525
11529
|
"locationName": "staleIpPermissions"
|
|
11526
11530
|
},
|
|
11527
11531
|
"StaleIpPermissionsEgress": {
|
|
11528
|
-
"shape": "
|
|
11532
|
+
"shape": "S1b5",
|
|
11529
11533
|
"locationName": "staleIpPermissionsEgress"
|
|
11530
11534
|
},
|
|
11531
11535
|
"VpcId": {
|
|
@@ -11825,7 +11829,7 @@
|
|
|
11825
11829
|
"type": "structure",
|
|
11826
11830
|
"members": {
|
|
11827
11831
|
"TransitGatewayAttachmentIds": {
|
|
11828
|
-
"shape": "
|
|
11832
|
+
"shape": "S1c3"
|
|
11829
11833
|
},
|
|
11830
11834
|
"Filters": {
|
|
11831
11835
|
"shape": "Sq5",
|
|
@@ -11945,7 +11949,7 @@
|
|
|
11945
11949
|
"type": "structure",
|
|
11946
11950
|
"members": {
|
|
11947
11951
|
"TransitGatewayAttachmentIds": {
|
|
11948
|
-
"shape": "
|
|
11952
|
+
"shape": "S1c3"
|
|
11949
11953
|
},
|
|
11950
11954
|
"Filters": {
|
|
11951
11955
|
"shape": "Sq5",
|
|
@@ -12022,7 +12026,7 @@
|
|
|
12022
12026
|
"type": "structure",
|
|
12023
12027
|
"members": {
|
|
12024
12028
|
"TransitGatewayAttachmentIds": {
|
|
12025
|
-
"shape": "
|
|
12029
|
+
"shape": "S1c3"
|
|
12026
12030
|
},
|
|
12027
12031
|
"Filters": {
|
|
12028
12032
|
"shape": "Sq5",
|
|
@@ -12099,7 +12103,7 @@
|
|
|
12099
12103
|
"type": "structure",
|
|
12100
12104
|
"members": {
|
|
12101
12105
|
"TransitGatewayAttachmentIds": {
|
|
12102
|
-
"shape": "
|
|
12106
|
+
"shape": "S1c3"
|
|
12103
12107
|
},
|
|
12104
12108
|
"Filters": {
|
|
12105
12109
|
"shape": "Sq5",
|
|
@@ -12258,7 +12262,7 @@
|
|
|
12258
12262
|
},
|
|
12259
12263
|
"NextToken": {},
|
|
12260
12264
|
"VolumeIds": {
|
|
12261
|
-
"shape": "
|
|
12265
|
+
"shape": "S1d7",
|
|
12262
12266
|
"locationName": "VolumeId"
|
|
12263
12267
|
},
|
|
12264
12268
|
"DryRun": {
|
|
@@ -12397,7 +12401,7 @@
|
|
|
12397
12401
|
"locationName": "Filter"
|
|
12398
12402
|
},
|
|
12399
12403
|
"VolumeIds": {
|
|
12400
|
-
"shape": "
|
|
12404
|
+
"shape": "S1d7",
|
|
12401
12405
|
"locationName": "VolumeId"
|
|
12402
12406
|
},
|
|
12403
12407
|
"DryRun": {
|
|
@@ -12438,7 +12442,7 @@
|
|
|
12438
12442
|
"type": "boolean"
|
|
12439
12443
|
},
|
|
12440
12444
|
"VolumeIds": {
|
|
12441
|
-
"shape": "
|
|
12445
|
+
"shape": "S1d7",
|
|
12442
12446
|
"locationName": "VolumeId"
|
|
12443
12447
|
},
|
|
12444
12448
|
"Filters": {
|
|
@@ -12458,7 +12462,7 @@
|
|
|
12458
12462
|
"locationName": "volumeModificationSet",
|
|
12459
12463
|
"type": "list",
|
|
12460
12464
|
"member": {
|
|
12461
|
-
"shape": "
|
|
12465
|
+
"shape": "S1ds",
|
|
12462
12466
|
"locationName": "item"
|
|
12463
12467
|
}
|
|
12464
12468
|
},
|
|
@@ -12514,7 +12518,7 @@
|
|
|
12514
12518
|
"type": "boolean"
|
|
12515
12519
|
},
|
|
12516
12520
|
"VpcIds": {
|
|
12517
|
-
"shape": "
|
|
12521
|
+
"shape": "S1dy",
|
|
12518
12522
|
"locationName": "VpcId"
|
|
12519
12523
|
}
|
|
12520
12524
|
}
|
|
@@ -12558,7 +12562,7 @@
|
|
|
12558
12562
|
"locationName": "nextToken"
|
|
12559
12563
|
},
|
|
12560
12564
|
"VpcIds": {
|
|
12561
|
-
"shape": "
|
|
12565
|
+
"shape": "S1dy"
|
|
12562
12566
|
}
|
|
12563
12567
|
}
|
|
12564
12568
|
},
|
|
@@ -13203,11 +13207,11 @@
|
|
|
13203
13207
|
],
|
|
13204
13208
|
"members": {
|
|
13205
13209
|
"AvailabilityZones": {
|
|
13206
|
-
"shape": "
|
|
13210
|
+
"shape": "S1fo",
|
|
13207
13211
|
"locationName": "AvailabilityZone"
|
|
13208
13212
|
},
|
|
13209
13213
|
"SourceSnapshotIds": {
|
|
13210
|
-
"shape": "
|
|
13214
|
+
"shape": "S19c",
|
|
13211
13215
|
"locationName": "SourceSnapshotId"
|
|
13212
13216
|
},
|
|
13213
13217
|
"DryRun": {
|
|
@@ -13368,7 +13372,7 @@
|
|
|
13368
13372
|
"type": "structure",
|
|
13369
13373
|
"members": {
|
|
13370
13374
|
"Propagation": {
|
|
13371
|
-
"shape": "
|
|
13375
|
+
"shape": "S1g3",
|
|
13372
13376
|
"locationName": "propagation"
|
|
13373
13377
|
}
|
|
13374
13378
|
}
|
|
@@ -13733,11 +13737,11 @@
|
|
|
13733
13737
|
],
|
|
13734
13738
|
"members": {
|
|
13735
13739
|
"AvailabilityZones": {
|
|
13736
|
-
"shape": "
|
|
13740
|
+
"shape": "S1fo",
|
|
13737
13741
|
"locationName": "AvailabilityZone"
|
|
13738
13742
|
},
|
|
13739
13743
|
"SourceSnapshotIds": {
|
|
13740
|
-
"shape": "
|
|
13744
|
+
"shape": "S19c",
|
|
13741
13745
|
"locationName": "SourceSnapshotId"
|
|
13742
13746
|
},
|
|
13743
13747
|
"DryRun": {
|
|
@@ -13902,7 +13906,7 @@
|
|
|
13902
13906
|
"type": "structure",
|
|
13903
13907
|
"members": {
|
|
13904
13908
|
"Propagation": {
|
|
13905
|
-
"shape": "
|
|
13909
|
+
"shape": "S1g3",
|
|
13906
13910
|
"locationName": "propagation"
|
|
13907
13911
|
}
|
|
13908
13912
|
}
|
|
@@ -14414,7 +14418,7 @@
|
|
|
14414
14418
|
"type": "structure",
|
|
14415
14419
|
"members": {
|
|
14416
14420
|
"InstanceFamilyCreditSpecification": {
|
|
14417
|
-
"shape": "
|
|
14421
|
+
"shape": "S1il",
|
|
14418
14422
|
"locationName": "instanceFamilyCreditSpecification"
|
|
14419
14423
|
}
|
|
14420
14424
|
}
|
|
@@ -14561,7 +14565,7 @@
|
|
|
14561
14565
|
],
|
|
14562
14566
|
"members": {
|
|
14563
14567
|
"HostIdSet": {
|
|
14564
|
-
"shape": "
|
|
14568
|
+
"shape": "S1j2"
|
|
14565
14569
|
},
|
|
14566
14570
|
"OfferingId": {}
|
|
14567
14571
|
}
|
|
@@ -14573,7 +14577,7 @@
|
|
|
14573
14577
|
"locationName": "currencyCode"
|
|
14574
14578
|
},
|
|
14575
14579
|
"Purchase": {
|
|
14576
|
-
"shape": "
|
|
14580
|
+
"shape": "S1j4",
|
|
14577
14581
|
"locationName": "purchase"
|
|
14578
14582
|
},
|
|
14579
14583
|
"TotalHourlyPrice": {
|
|
@@ -14763,7 +14767,7 @@
|
|
|
14763
14767
|
"locationName": "paymentDue"
|
|
14764
14768
|
},
|
|
14765
14769
|
"ReservedInstanceValueRollup": {
|
|
14766
|
-
"shape": "
|
|
14770
|
+
"shape": "S1jl",
|
|
14767
14771
|
"locationName": "reservedInstanceValueRollup"
|
|
14768
14772
|
},
|
|
14769
14773
|
"ReservedInstanceValueSet": {
|
|
@@ -14774,7 +14778,7 @@
|
|
|
14774
14778
|
"type": "structure",
|
|
14775
14779
|
"members": {
|
|
14776
14780
|
"ReservationValue": {
|
|
14777
|
-
"shape": "
|
|
14781
|
+
"shape": "S1jl",
|
|
14778
14782
|
"locationName": "reservationValue"
|
|
14779
14783
|
},
|
|
14780
14784
|
"ReservedInstanceId": {
|
|
@@ -14784,7 +14788,7 @@
|
|
|
14784
14788
|
}
|
|
14785
14789
|
},
|
|
14786
14790
|
"TargetConfigurationValueRollup": {
|
|
14787
|
-
"shape": "
|
|
14791
|
+
"shape": "S1jl",
|
|
14788
14792
|
"locationName": "targetConfigurationValueRollup"
|
|
14789
14793
|
},
|
|
14790
14794
|
"TargetConfigurationValueSet": {
|
|
@@ -14795,7 +14799,7 @@
|
|
|
14795
14799
|
"type": "structure",
|
|
14796
14800
|
"members": {
|
|
14797
14801
|
"ReservationValue": {
|
|
14798
|
-
"shape": "
|
|
14802
|
+
"shape": "S1jl",
|
|
14799
14803
|
"locationName": "reservationValue"
|
|
14800
14804
|
},
|
|
14801
14805
|
"TargetConfiguration": {
|
|
@@ -14864,11 +14868,11 @@
|
|
|
14864
14868
|
"type": "structure",
|
|
14865
14869
|
"members": {
|
|
14866
14870
|
"SubnetIpv4CidrReservations": {
|
|
14867
|
-
"shape": "
|
|
14871
|
+
"shape": "S1jw",
|
|
14868
14872
|
"locationName": "subnetIpv4CidrReservationSet"
|
|
14869
14873
|
},
|
|
14870
14874
|
"SubnetIpv6CidrReservations": {
|
|
14871
|
-
"shape": "
|
|
14875
|
+
"shape": "S1jw",
|
|
14872
14876
|
"locationName": "subnetIpv6CidrReservationSet"
|
|
14873
14877
|
},
|
|
14874
14878
|
"NextToken": {
|
|
@@ -15149,7 +15153,7 @@
|
|
|
15149
15153
|
"members": {
|
|
15150
15154
|
"Architecture": {},
|
|
15151
15155
|
"ClientData": {
|
|
15152
|
-
"shape": "
|
|
15156
|
+
"shape": "S1kj"
|
|
15153
15157
|
},
|
|
15154
15158
|
"ClientToken": {},
|
|
15155
15159
|
"Description": {},
|
|
@@ -15166,7 +15170,7 @@
|
|
|
15166
15170
|
"SnapshotId": {},
|
|
15167
15171
|
"Url": {},
|
|
15168
15172
|
"UserBucket": {
|
|
15169
|
-
"shape": "
|
|
15173
|
+
"shape": "S1km"
|
|
15170
15174
|
}
|
|
15171
15175
|
}
|
|
15172
15176
|
}
|
|
@@ -15275,10 +15279,10 @@
|
|
|
15275
15279
|
"members": {
|
|
15276
15280
|
"Description": {},
|
|
15277
15281
|
"Image": {
|
|
15278
|
-
"shape": "
|
|
15282
|
+
"shape": "S1kt"
|
|
15279
15283
|
},
|
|
15280
15284
|
"Volume": {
|
|
15281
|
-
"shape": "
|
|
15285
|
+
"shape": "S1ku"
|
|
15282
15286
|
}
|
|
15283
15287
|
}
|
|
15284
15288
|
}
|
|
@@ -15401,7 +15405,7 @@
|
|
|
15401
15405
|
"type": "structure",
|
|
15402
15406
|
"members": {
|
|
15403
15407
|
"ClientData": {
|
|
15404
|
-
"shape": "
|
|
15408
|
+
"shape": "S1kj"
|
|
15405
15409
|
},
|
|
15406
15410
|
"ClientToken": {},
|
|
15407
15411
|
"Description": {},
|
|
@@ -15412,7 +15416,7 @@
|
|
|
15412
15416
|
"Format": {},
|
|
15413
15417
|
"Url": {},
|
|
15414
15418
|
"UserBucket": {
|
|
15415
|
-
"shape": "
|
|
15419
|
+
"shape": "S1km"
|
|
15416
15420
|
}
|
|
15417
15421
|
}
|
|
15418
15422
|
},
|
|
@@ -15470,11 +15474,11 @@
|
|
|
15470
15474
|
"type": "boolean"
|
|
15471
15475
|
},
|
|
15472
15476
|
"Image": {
|
|
15473
|
-
"shape": "
|
|
15477
|
+
"shape": "S1kt",
|
|
15474
15478
|
"locationName": "image"
|
|
15475
15479
|
},
|
|
15476
15480
|
"Volume": {
|
|
15477
|
-
"shape": "
|
|
15481
|
+
"shape": "S1ku",
|
|
15478
15482
|
"locationName": "volume"
|
|
15479
15483
|
}
|
|
15480
15484
|
}
|
|
@@ -15644,7 +15648,7 @@
|
|
|
15644
15648
|
"type": "structure",
|
|
15645
15649
|
"members": {
|
|
15646
15650
|
"InstanceFamilyCreditSpecification": {
|
|
15647
|
-
"shape": "
|
|
15651
|
+
"shape": "S1il",
|
|
15648
15652
|
"locationName": "instanceFamilyCreditSpecification"
|
|
15649
15653
|
}
|
|
15650
15654
|
}
|
|
@@ -15718,25 +15722,25 @@
|
|
|
15718
15722
|
"Attribute": {},
|
|
15719
15723
|
"OperationType": {},
|
|
15720
15724
|
"UserIds": {
|
|
15721
|
-
"shape": "
|
|
15725
|
+
"shape": "S1ln",
|
|
15722
15726
|
"locationName": "UserId"
|
|
15723
15727
|
},
|
|
15724
15728
|
"UserGroups": {
|
|
15725
|
-
"shape": "
|
|
15729
|
+
"shape": "S1lo",
|
|
15726
15730
|
"locationName": "UserGroup"
|
|
15727
15731
|
},
|
|
15728
15732
|
"ProductCodes": {
|
|
15729
|
-
"shape": "
|
|
15733
|
+
"shape": "S1lp",
|
|
15730
15734
|
"locationName": "ProductCode"
|
|
15731
15735
|
},
|
|
15732
15736
|
"LoadPermission": {
|
|
15733
15737
|
"type": "structure",
|
|
15734
15738
|
"members": {
|
|
15735
15739
|
"Add": {
|
|
15736
|
-
"shape": "
|
|
15740
|
+
"shape": "S1lr"
|
|
15737
15741
|
},
|
|
15738
15742
|
"Remove": {
|
|
15739
|
-
"shape": "
|
|
15743
|
+
"shape": "S1lr"
|
|
15740
15744
|
}
|
|
15741
15745
|
}
|
|
15742
15746
|
},
|
|
@@ -15781,7 +15785,7 @@
|
|
|
15781
15785
|
"locationName": "successful"
|
|
15782
15786
|
},
|
|
15783
15787
|
"Unsuccessful": {
|
|
15784
|
-
"shape": "
|
|
15788
|
+
"shape": "S1lw",
|
|
15785
15789
|
"locationName": "unsuccessful"
|
|
15786
15790
|
}
|
|
15787
15791
|
}
|
|
@@ -15849,15 +15853,15 @@
|
|
|
15849
15853
|
},
|
|
15850
15854
|
"OperationType": {},
|
|
15851
15855
|
"ProductCodes": {
|
|
15852
|
-
"shape": "
|
|
15856
|
+
"shape": "S1lp",
|
|
15853
15857
|
"locationName": "ProductCode"
|
|
15854
15858
|
},
|
|
15855
15859
|
"UserGroups": {
|
|
15856
|
-
"shape": "
|
|
15860
|
+
"shape": "S1lo",
|
|
15857
15861
|
"locationName": "UserGroup"
|
|
15858
15862
|
},
|
|
15859
15863
|
"UserIds": {
|
|
15860
|
-
"shape": "
|
|
15864
|
+
"shape": "S1ln",
|
|
15861
15865
|
"locationName": "UserId"
|
|
15862
15866
|
},
|
|
15863
15867
|
"Value": {},
|
|
@@ -15982,7 +15986,7 @@
|
|
|
15982
15986
|
"members": {
|
|
15983
15987
|
"InstanceId": {},
|
|
15984
15988
|
"CapacityReservationSpecification": {
|
|
15985
|
-
"shape": "
|
|
15989
|
+
"shape": "S1m7"
|
|
15986
15990
|
},
|
|
15987
15991
|
"DryRun": {
|
|
15988
15992
|
"type": "boolean"
|
|
@@ -16141,7 +16145,8 @@
|
|
|
16141
16145
|
"HttpEndpoint": {},
|
|
16142
16146
|
"DryRun": {
|
|
16143
16147
|
"type": "boolean"
|
|
16144
|
-
}
|
|
16148
|
+
},
|
|
16149
|
+
"HttpProtocolIpv6": {}
|
|
16145
16150
|
}
|
|
16146
16151
|
},
|
|
16147
16152
|
"output": {
|
|
@@ -16151,7 +16156,7 @@
|
|
|
16151
16156
|
"locationName": "instanceId"
|
|
16152
16157
|
},
|
|
16153
16158
|
"InstanceMetadataOptions": {
|
|
16154
|
-
"shape": "
|
|
16159
|
+
"shape": "S12o",
|
|
16155
16160
|
"locationName": "instanceMetadataOptions"
|
|
16156
16161
|
}
|
|
16157
16162
|
}
|
|
@@ -16313,7 +16318,7 @@
|
|
|
16313
16318
|
],
|
|
16314
16319
|
"members": {
|
|
16315
16320
|
"ReservedInstancesIds": {
|
|
16316
|
-
"shape": "
|
|
16321
|
+
"shape": "S178",
|
|
16317
16322
|
"locationName": "ReservedInstancesId"
|
|
16318
16323
|
},
|
|
16319
16324
|
"ClientToken": {
|
|
@@ -16323,7 +16328,7 @@
|
|
|
16323
16328
|
"locationName": "ReservedInstancesConfigurationSetItemType",
|
|
16324
16329
|
"type": "list",
|
|
16325
16330
|
"member": {
|
|
16326
|
-
"shape": "
|
|
16331
|
+
"shape": "S17u",
|
|
16327
16332
|
"locationName": "item"
|
|
16328
16333
|
}
|
|
16329
16334
|
}
|
|
@@ -16402,21 +16407,21 @@
|
|
|
16402
16407
|
"type": "structure",
|
|
16403
16408
|
"members": {
|
|
16404
16409
|
"Add": {
|
|
16405
|
-
"shape": "
|
|
16410
|
+
"shape": "S198"
|
|
16406
16411
|
},
|
|
16407
16412
|
"Remove": {
|
|
16408
|
-
"shape": "
|
|
16413
|
+
"shape": "S198"
|
|
16409
16414
|
}
|
|
16410
16415
|
}
|
|
16411
16416
|
},
|
|
16412
16417
|
"GroupNames": {
|
|
16413
|
-
"shape": "
|
|
16418
|
+
"shape": "S190",
|
|
16414
16419
|
"locationName": "UserGroup"
|
|
16415
16420
|
},
|
|
16416
16421
|
"OperationType": {},
|
|
16417
16422
|
"SnapshotId": {},
|
|
16418
16423
|
"UserIds": {
|
|
16419
|
-
"shape": "
|
|
16424
|
+
"shape": "S1ln",
|
|
16420
16425
|
"locationName": "UserId"
|
|
16421
16426
|
},
|
|
16422
16427
|
"DryRun": {
|
|
@@ -16437,7 +16442,7 @@
|
|
|
16437
16442
|
"locationName": "excessCapacityTerminationPolicy"
|
|
16438
16443
|
},
|
|
16439
16444
|
"LaunchTemplateConfigs": {
|
|
16440
|
-
"shape": "
|
|
16445
|
+
"shape": "S1aa",
|
|
16441
16446
|
"locationName": "LaunchTemplateConfig"
|
|
16442
16447
|
},
|
|
16443
16448
|
"SpotFleetRequestId": {
|
|
@@ -16740,7 +16745,7 @@
|
|
|
16740
16745
|
"type": "structure",
|
|
16741
16746
|
"members": {
|
|
16742
16747
|
"VolumeModification": {
|
|
16743
|
-
"shape": "
|
|
16748
|
+
"shape": "S1ds",
|
|
16744
16749
|
"locationName": "volumeModification"
|
|
16745
16750
|
}
|
|
16746
16751
|
}
|
|
@@ -16947,13 +16952,13 @@
|
|
|
16947
16952
|
],
|
|
16948
16953
|
"members": {
|
|
16949
16954
|
"AccepterPeeringConnectionOptions": {
|
|
16950
|
-
"shape": "
|
|
16955
|
+
"shape": "S1o9"
|
|
16951
16956
|
},
|
|
16952
16957
|
"DryRun": {
|
|
16953
16958
|
"type": "boolean"
|
|
16954
16959
|
},
|
|
16955
16960
|
"RequesterPeeringConnectionOptions": {
|
|
16956
|
-
"shape": "
|
|
16961
|
+
"shape": "S1o9"
|
|
16957
16962
|
},
|
|
16958
16963
|
"VpcPeeringConnectionId": {}
|
|
16959
16964
|
}
|
|
@@ -16962,11 +16967,11 @@
|
|
|
16962
16967
|
"type": "structure",
|
|
16963
16968
|
"members": {
|
|
16964
16969
|
"AccepterPeeringConnectionOptions": {
|
|
16965
|
-
"shape": "
|
|
16970
|
+
"shape": "S1ob",
|
|
16966
16971
|
"locationName": "accepterPeeringConnectionOptions"
|
|
16967
16972
|
},
|
|
16968
16973
|
"RequesterPeeringConnectionOptions": {
|
|
16969
|
-
"shape": "
|
|
16974
|
+
"shape": "S1ob",
|
|
16970
16975
|
"locationName": "requesterPeeringConnectionOptions"
|
|
16971
16976
|
}
|
|
16972
16977
|
}
|
|
@@ -17178,7 +17183,7 @@
|
|
|
17178
17183
|
"type": "structure",
|
|
17179
17184
|
"members": {
|
|
17180
17185
|
"InstanceMonitorings": {
|
|
17181
|
-
"shape": "
|
|
17186
|
+
"shape": "S1oq",
|
|
17182
17187
|
"locationName": "instancesSet"
|
|
17183
17188
|
}
|
|
17184
17189
|
}
|
|
@@ -17268,7 +17273,7 @@
|
|
|
17268
17273
|
"ClientToken": {},
|
|
17269
17274
|
"CurrencyCode": {},
|
|
17270
17275
|
"HostIdSet": {
|
|
17271
|
-
"shape": "
|
|
17276
|
+
"shape": "S1j2"
|
|
17272
17277
|
},
|
|
17273
17278
|
"LimitPrice": {},
|
|
17274
17279
|
"OfferingId": {},
|
|
@@ -17288,7 +17293,7 @@
|
|
|
17288
17293
|
"locationName": "currencyCode"
|
|
17289
17294
|
},
|
|
17290
17295
|
"Purchase": {
|
|
17291
|
-
"shape": "
|
|
17296
|
+
"shape": "S1j4",
|
|
17292
17297
|
"locationName": "purchase"
|
|
17293
17298
|
},
|
|
17294
17299
|
"TotalHourlyPrice": {
|
|
@@ -17383,7 +17388,7 @@
|
|
|
17383
17388
|
"locationName": "scheduledInstanceSet",
|
|
17384
17389
|
"type": "list",
|
|
17385
17390
|
"member": {
|
|
17386
|
-
"shape": "
|
|
17391
|
+
"shape": "S18p",
|
|
17387
17392
|
"locationName": "item"
|
|
17388
17393
|
}
|
|
17389
17394
|
}
|
|
@@ -17733,7 +17738,7 @@
|
|
|
17733
17738
|
"locationName": "successful"
|
|
17734
17739
|
},
|
|
17735
17740
|
"Unsuccessful": {
|
|
17736
|
-
"shape": "
|
|
17741
|
+
"shape": "S1lw",
|
|
17737
17742
|
"locationName": "unsuccessful"
|
|
17738
17743
|
}
|
|
17739
17744
|
}
|
|
@@ -18005,7 +18010,7 @@
|
|
|
18005
18010
|
"type": "boolean"
|
|
18006
18011
|
},
|
|
18007
18012
|
"SpotFleetRequestConfig": {
|
|
18008
|
-
"shape": "
|
|
18013
|
+
"shape": "S19v",
|
|
18009
18014
|
"locationName": "spotFleetRequestConfig"
|
|
18010
18015
|
}
|
|
18011
18016
|
}
|
|
@@ -18089,15 +18094,15 @@
|
|
|
18089
18094
|
"locationName": "keyName"
|
|
18090
18095
|
},
|
|
18091
18096
|
"Monitoring": {
|
|
18092
|
-
"shape": "
|
|
18097
|
+
"shape": "S1aq",
|
|
18093
18098
|
"locationName": "monitoring"
|
|
18094
18099
|
},
|
|
18095
18100
|
"NetworkInterfaces": {
|
|
18096
|
-
"shape": "
|
|
18101
|
+
"shape": "S1a5",
|
|
18097
18102
|
"locationName": "NetworkInterface"
|
|
18098
18103
|
},
|
|
18099
18104
|
"Placement": {
|
|
18100
|
-
"shape": "
|
|
18105
|
+
"shape": "S1a7",
|
|
18101
18106
|
"locationName": "placement"
|
|
18102
18107
|
},
|
|
18103
18108
|
"RamdiskId": {
|
|
@@ -18136,7 +18141,7 @@
|
|
|
18136
18141
|
"type": "structure",
|
|
18137
18142
|
"members": {
|
|
18138
18143
|
"SpotInstanceRequests": {
|
|
18139
|
-
"shape": "
|
|
18144
|
+
"shape": "S1an",
|
|
18140
18145
|
"locationName": "spotInstanceRequestSet"
|
|
18141
18146
|
}
|
|
18142
18147
|
}
|
|
@@ -18391,7 +18396,7 @@
|
|
|
18391
18396
|
"locationName": "ipPermissions"
|
|
18392
18397
|
},
|
|
18393
18398
|
"SecurityGroupRuleIds": {
|
|
18394
|
-
"shape": "
|
|
18399
|
+
"shape": "S18w",
|
|
18395
18400
|
"locationName": "SecurityGroupRuleId"
|
|
18396
18401
|
},
|
|
18397
18402
|
"CidrIp": {
|
|
@@ -18454,7 +18459,7 @@
|
|
|
18454
18459
|
"type": "boolean"
|
|
18455
18460
|
},
|
|
18456
18461
|
"SecurityGroupRuleIds": {
|
|
18457
|
-
"shape": "
|
|
18462
|
+
"shape": "S18w",
|
|
18458
18463
|
"locationName": "SecurityGroupRuleId"
|
|
18459
18464
|
}
|
|
18460
18465
|
}
|
|
@@ -18503,7 +18508,7 @@
|
|
|
18503
18508
|
"type": "integer"
|
|
18504
18509
|
},
|
|
18505
18510
|
"Monitoring": {
|
|
18506
|
-
"shape": "
|
|
18511
|
+
"shape": "S1aq"
|
|
18507
18512
|
},
|
|
18508
18513
|
"Placement": {
|
|
18509
18514
|
"shape": "S9m"
|
|
@@ -18546,7 +18551,7 @@
|
|
|
18546
18551
|
"locationName": "instanceInitiatedShutdownBehavior"
|
|
18547
18552
|
},
|
|
18548
18553
|
"NetworkInterfaces": {
|
|
18549
|
-
"shape": "
|
|
18554
|
+
"shape": "S1a5",
|
|
18550
18555
|
"locationName": "networkInterface"
|
|
18551
18556
|
},
|
|
18552
18557
|
"PrivateIpAddress": {
|
|
@@ -18623,7 +18628,7 @@
|
|
|
18623
18628
|
}
|
|
18624
18629
|
},
|
|
18625
18630
|
"CapacityReservationSpecification": {
|
|
18626
|
-
"shape": "
|
|
18631
|
+
"shape": "S1m7"
|
|
18627
18632
|
},
|
|
18628
18633
|
"HibernationOptions": {
|
|
18629
18634
|
"type": "structure",
|
|
@@ -18651,7 +18656,8 @@
|
|
|
18651
18656
|
"HttpPutResponseHopLimit": {
|
|
18652
18657
|
"type": "integer"
|
|
18653
18658
|
},
|
|
18654
|
-
"HttpEndpoint": {}
|
|
18659
|
+
"HttpEndpoint": {},
|
|
18660
|
+
"HttpProtocolIpv6": {}
|
|
18655
18661
|
}
|
|
18656
18662
|
},
|
|
18657
18663
|
"EnclaveOptions": {
|
|
@@ -18665,7 +18671,7 @@
|
|
|
18665
18671
|
}
|
|
18666
18672
|
},
|
|
18667
18673
|
"output": {
|
|
18668
|
-
"shape": "
|
|
18674
|
+
"shape": "S11z"
|
|
18669
18675
|
}
|
|
18670
18676
|
},
|
|
18671
18677
|
"RunScheduledInstances": {
|
|
@@ -18763,7 +18769,7 @@
|
|
|
18763
18769
|
"type": "integer"
|
|
18764
18770
|
},
|
|
18765
18771
|
"Groups": {
|
|
18766
|
-
"shape": "
|
|
18772
|
+
"shape": "S1rt",
|
|
18767
18773
|
"locationName": "Group"
|
|
18768
18774
|
},
|
|
18769
18775
|
"Ipv6AddressCount": {
|
|
@@ -18812,7 +18818,7 @@
|
|
|
18812
18818
|
},
|
|
18813
18819
|
"RamdiskId": {},
|
|
18814
18820
|
"SecurityGroupIds": {
|
|
18815
|
-
"shape": "
|
|
18821
|
+
"shape": "S1rt",
|
|
18816
18822
|
"locationName": "SecurityGroupId"
|
|
18817
18823
|
},
|
|
18818
18824
|
"SubnetId": {},
|
|
@@ -19023,7 +19029,7 @@
|
|
|
19023
19029
|
"type": "structure",
|
|
19024
19030
|
"members": {
|
|
19025
19031
|
"StartingInstances": {
|
|
19026
|
-
"shape": "
|
|
19032
|
+
"shape": "S1sh",
|
|
19027
19033
|
"locationName": "instancesSet"
|
|
19028
19034
|
}
|
|
19029
19035
|
}
|
|
@@ -19039,7 +19045,7 @@
|
|
|
19039
19045
|
"members": {
|
|
19040
19046
|
"NetworkInsightsPathId": {},
|
|
19041
19047
|
"FilterInArns": {
|
|
19042
|
-
"shape": "
|
|
19048
|
+
"shape": "S157",
|
|
19043
19049
|
"locationName": "FilterInArn"
|
|
19044
19050
|
},
|
|
19045
19051
|
"DryRun": {
|
|
@@ -19058,7 +19064,7 @@
|
|
|
19058
19064
|
"type": "structure",
|
|
19059
19065
|
"members": {
|
|
19060
19066
|
"NetworkInsightsAnalysis": {
|
|
19061
|
-
"shape": "
|
|
19067
|
+
"shape": "S156",
|
|
19062
19068
|
"locationName": "networkInsightsAnalysis"
|
|
19063
19069
|
}
|
|
19064
19070
|
}
|
|
@@ -19115,7 +19121,7 @@
|
|
|
19115
19121
|
"type": "structure",
|
|
19116
19122
|
"members": {
|
|
19117
19123
|
"StoppingInstances": {
|
|
19118
|
-
"shape": "
|
|
19124
|
+
"shape": "S1sh",
|
|
19119
19125
|
"locationName": "instancesSet"
|
|
19120
19126
|
}
|
|
19121
19127
|
}
|
|
@@ -19190,7 +19196,7 @@
|
|
|
19190
19196
|
"type": "structure",
|
|
19191
19197
|
"members": {
|
|
19192
19198
|
"TerminatingInstances": {
|
|
19193
|
-
"shape": "
|
|
19199
|
+
"shape": "S1sh",
|
|
19194
19200
|
"locationName": "instancesSet"
|
|
19195
19201
|
}
|
|
19196
19202
|
}
|
|
@@ -19275,7 +19281,7 @@
|
|
|
19275
19281
|
"type": "structure",
|
|
19276
19282
|
"members": {
|
|
19277
19283
|
"InstanceMonitorings": {
|
|
19278
|
-
"shape": "
|
|
19284
|
+
"shape": "S1oq",
|
|
19279
19285
|
"locationName": "instancesSet"
|
|
19280
19286
|
}
|
|
19281
19287
|
}
|
|
@@ -19294,7 +19300,7 @@
|
|
|
19294
19300
|
"shape": "S50"
|
|
19295
19301
|
},
|
|
19296
19302
|
"SecurityGroupRuleDescriptions": {
|
|
19297
|
-
"shape": "
|
|
19303
|
+
"shape": "S1t1",
|
|
19298
19304
|
"locationName": "SecurityGroupRuleDescription"
|
|
19299
19305
|
}
|
|
19300
19306
|
}
|
|
@@ -19322,7 +19328,7 @@
|
|
|
19322
19328
|
"shape": "S50"
|
|
19323
19329
|
},
|
|
19324
19330
|
"SecurityGroupRuleDescriptions": {
|
|
19325
|
-
"shape": "
|
|
19331
|
+
"shape": "S1t1",
|
|
19326
19332
|
"locationName": "SecurityGroupRuleDescription"
|
|
19327
19333
|
}
|
|
19328
19334
|
}
|
|
@@ -24539,7 +24545,7 @@
|
|
|
24539
24545
|
}
|
|
24540
24546
|
}
|
|
24541
24547
|
},
|
|
24542
|
-
"
|
|
24548
|
+
"S11z": {
|
|
24543
24549
|
"type": "structure",
|
|
24544
24550
|
"members": {
|
|
24545
24551
|
"Groups": {
|
|
@@ -24577,7 +24583,7 @@
|
|
|
24577
24583
|
"type": "timestamp"
|
|
24578
24584
|
},
|
|
24579
24585
|
"Monitoring": {
|
|
24580
|
-
"shape": "
|
|
24586
|
+
"shape": "S122",
|
|
24581
24587
|
"locationName": "monitoring"
|
|
24582
24588
|
},
|
|
24583
24589
|
"Placement": {
|
|
@@ -24700,7 +24706,7 @@
|
|
|
24700
24706
|
"type": "structure",
|
|
24701
24707
|
"members": {
|
|
24702
24708
|
"Association": {
|
|
24703
|
-
"shape": "
|
|
24709
|
+
"shape": "S12b",
|
|
24704
24710
|
"locationName": "association"
|
|
24705
24711
|
},
|
|
24706
24712
|
"Attachment": {
|
|
@@ -24765,7 +24771,7 @@
|
|
|
24765
24771
|
"type": "structure",
|
|
24766
24772
|
"members": {
|
|
24767
24773
|
"Association": {
|
|
24768
|
-
"shape": "
|
|
24774
|
+
"shape": "S12b",
|
|
24769
24775
|
"locationName": "association"
|
|
24770
24776
|
},
|
|
24771
24777
|
"Primary": {
|
|
@@ -24914,7 +24920,7 @@
|
|
|
24914
24920
|
}
|
|
24915
24921
|
},
|
|
24916
24922
|
"MetadataOptions": {
|
|
24917
|
-
"shape": "
|
|
24923
|
+
"shape": "S12o",
|
|
24918
24924
|
"locationName": "metadataOptions"
|
|
24919
24925
|
},
|
|
24920
24926
|
"EnclaveOptions": {
|
|
@@ -24938,7 +24944,7 @@
|
|
|
24938
24944
|
}
|
|
24939
24945
|
}
|
|
24940
24946
|
},
|
|
24941
|
-
"
|
|
24947
|
+
"S122": {
|
|
24942
24948
|
"type": "structure",
|
|
24943
24949
|
"members": {
|
|
24944
24950
|
"State": {
|
|
@@ -24946,7 +24952,7 @@
|
|
|
24946
24952
|
}
|
|
24947
24953
|
}
|
|
24948
24954
|
},
|
|
24949
|
-
"
|
|
24955
|
+
"S12b": {
|
|
24950
24956
|
"type": "structure",
|
|
24951
24957
|
"members": {
|
|
24952
24958
|
"CarrierIp": {
|
|
@@ -24963,7 +24969,7 @@
|
|
|
24963
24969
|
}
|
|
24964
24970
|
}
|
|
24965
24971
|
},
|
|
24966
|
-
"
|
|
24972
|
+
"S12o": {
|
|
24967
24973
|
"type": "structure",
|
|
24968
24974
|
"members": {
|
|
24969
24975
|
"State": {
|
|
@@ -24978,16 +24984,19 @@
|
|
|
24978
24984
|
},
|
|
24979
24985
|
"HttpEndpoint": {
|
|
24980
24986
|
"locationName": "httpEndpoint"
|
|
24987
|
+
},
|
|
24988
|
+
"HttpProtocolIpv6": {
|
|
24989
|
+
"locationName": "httpProtocolIpv6"
|
|
24981
24990
|
}
|
|
24982
24991
|
}
|
|
24983
24992
|
},
|
|
24984
|
-
"
|
|
24993
|
+
"S146": {
|
|
24985
24994
|
"type": "list",
|
|
24986
24995
|
"member": {
|
|
24987
24996
|
"locationName": "item"
|
|
24988
24997
|
}
|
|
24989
24998
|
},
|
|
24990
|
-
"
|
|
24999
|
+
"S156": {
|
|
24991
25000
|
"type": "structure",
|
|
24992
25001
|
"members": {
|
|
24993
25002
|
"NetworkInsightsAnalysisId": {
|
|
@@ -25000,7 +25009,7 @@
|
|
|
25000
25009
|
"locationName": "networkInsightsPathId"
|
|
25001
25010
|
},
|
|
25002
25011
|
"FilterInArns": {
|
|
25003
|
-
"shape": "
|
|
25012
|
+
"shape": "S157",
|
|
25004
25013
|
"locationName": "filterInArnSet"
|
|
25005
25014
|
},
|
|
25006
25015
|
"StartDate": {
|
|
@@ -25018,11 +25027,11 @@
|
|
|
25018
25027
|
"type": "boolean"
|
|
25019
25028
|
},
|
|
25020
25029
|
"ForwardPathComponents": {
|
|
25021
|
-
"shape": "
|
|
25030
|
+
"shape": "S159",
|
|
25022
25031
|
"locationName": "forwardPathComponentSet"
|
|
25023
25032
|
},
|
|
25024
25033
|
"ReturnPathComponents": {
|
|
25025
|
-
"shape": "
|
|
25034
|
+
"shape": "S159",
|
|
25026
25035
|
"locationName": "returnPathComponentSet"
|
|
25027
25036
|
},
|
|
25028
25037
|
"Explanations": {
|
|
@@ -25033,22 +25042,22 @@
|
|
|
25033
25042
|
"type": "structure",
|
|
25034
25043
|
"members": {
|
|
25035
25044
|
"Acl": {
|
|
25036
|
-
"shape": "
|
|
25045
|
+
"shape": "S15c",
|
|
25037
25046
|
"locationName": "acl"
|
|
25038
25047
|
},
|
|
25039
25048
|
"AclRule": {
|
|
25040
|
-
"shape": "
|
|
25049
|
+
"shape": "S15b",
|
|
25041
25050
|
"locationName": "aclRule"
|
|
25042
25051
|
},
|
|
25043
25052
|
"Address": {
|
|
25044
25053
|
"locationName": "address"
|
|
25045
25054
|
},
|
|
25046
25055
|
"Addresses": {
|
|
25047
|
-
"shape": "
|
|
25056
|
+
"shape": "S15e",
|
|
25048
25057
|
"locationName": "addressSet"
|
|
25049
25058
|
},
|
|
25050
25059
|
"AttachedTo": {
|
|
25051
|
-
"shape": "
|
|
25060
|
+
"shape": "S15c",
|
|
25052
25061
|
"locationName": "attachedTo"
|
|
25053
25062
|
},
|
|
25054
25063
|
"AvailabilityZones": {
|
|
@@ -25060,19 +25069,19 @@
|
|
|
25060
25069
|
"locationName": "cidrSet"
|
|
25061
25070
|
},
|
|
25062
25071
|
"Component": {
|
|
25063
|
-
"shape": "
|
|
25072
|
+
"shape": "S15c",
|
|
25064
25073
|
"locationName": "component"
|
|
25065
25074
|
},
|
|
25066
25075
|
"CustomerGateway": {
|
|
25067
|
-
"shape": "
|
|
25076
|
+
"shape": "S15c",
|
|
25068
25077
|
"locationName": "customerGateway"
|
|
25069
25078
|
},
|
|
25070
25079
|
"Destination": {
|
|
25071
|
-
"shape": "
|
|
25080
|
+
"shape": "S15c",
|
|
25072
25081
|
"locationName": "destination"
|
|
25073
25082
|
},
|
|
25074
25083
|
"DestinationVpc": {
|
|
25075
|
-
"shape": "
|
|
25084
|
+
"shape": "S15c",
|
|
25076
25085
|
"locationName": "destinationVpc"
|
|
25077
25086
|
},
|
|
25078
25087
|
"Direction": {
|
|
@@ -25082,11 +25091,11 @@
|
|
|
25082
25091
|
"locationName": "explanationCode"
|
|
25083
25092
|
},
|
|
25084
25093
|
"IngressRouteTable": {
|
|
25085
|
-
"shape": "
|
|
25094
|
+
"shape": "S15c",
|
|
25086
25095
|
"locationName": "ingressRouteTable"
|
|
25087
25096
|
},
|
|
25088
25097
|
"InternetGateway": {
|
|
25089
|
-
"shape": "
|
|
25098
|
+
"shape": "S15c",
|
|
25090
25099
|
"locationName": "internetGateway"
|
|
25091
25100
|
},
|
|
25092
25101
|
"LoadBalancerArn": {
|
|
@@ -25121,7 +25130,7 @@
|
|
|
25121
25130
|
"locationName": "availabilityZone"
|
|
25122
25131
|
},
|
|
25123
25132
|
"Instance": {
|
|
25124
|
-
"shape": "
|
|
25133
|
+
"shape": "S15c",
|
|
25125
25134
|
"locationName": "instance"
|
|
25126
25135
|
},
|
|
25127
25136
|
"Port": {
|
|
@@ -25131,11 +25140,11 @@
|
|
|
25131
25140
|
}
|
|
25132
25141
|
},
|
|
25133
25142
|
"LoadBalancerTargetGroup": {
|
|
25134
|
-
"shape": "
|
|
25143
|
+
"shape": "S15c",
|
|
25135
25144
|
"locationName": "loadBalancerTargetGroup"
|
|
25136
25145
|
},
|
|
25137
25146
|
"LoadBalancerTargetGroups": {
|
|
25138
|
-
"shape": "
|
|
25147
|
+
"shape": "S15m",
|
|
25139
25148
|
"locationName": "loadBalancerTargetGroupSet"
|
|
25140
25149
|
},
|
|
25141
25150
|
"LoadBalancerTargetPort": {
|
|
@@ -25143,25 +25152,25 @@
|
|
|
25143
25152
|
"type": "integer"
|
|
25144
25153
|
},
|
|
25145
25154
|
"ElasticLoadBalancerListener": {
|
|
25146
|
-
"shape": "
|
|
25155
|
+
"shape": "S15c",
|
|
25147
25156
|
"locationName": "elasticLoadBalancerListener"
|
|
25148
25157
|
},
|
|
25149
25158
|
"MissingComponent": {
|
|
25150
25159
|
"locationName": "missingComponent"
|
|
25151
25160
|
},
|
|
25152
25161
|
"NatGateway": {
|
|
25153
|
-
"shape": "
|
|
25162
|
+
"shape": "S15c",
|
|
25154
25163
|
"locationName": "natGateway"
|
|
25155
25164
|
},
|
|
25156
25165
|
"NetworkInterface": {
|
|
25157
|
-
"shape": "
|
|
25166
|
+
"shape": "S15c",
|
|
25158
25167
|
"locationName": "networkInterface"
|
|
25159
25168
|
},
|
|
25160
25169
|
"PacketField": {
|
|
25161
25170
|
"locationName": "packetField"
|
|
25162
25171
|
},
|
|
25163
25172
|
"VpcPeeringConnection": {
|
|
25164
|
-
"shape": "
|
|
25173
|
+
"shape": "S15c",
|
|
25165
25174
|
"locationName": "vpcPeeringConnection"
|
|
25166
25175
|
},
|
|
25167
25176
|
"Port": {
|
|
@@ -25169,11 +25178,11 @@
|
|
|
25169
25178
|
"type": "integer"
|
|
25170
25179
|
},
|
|
25171
25180
|
"PortRanges": {
|
|
25172
|
-
"shape": "
|
|
25181
|
+
"shape": "S15f",
|
|
25173
25182
|
"locationName": "portRangeSet"
|
|
25174
25183
|
},
|
|
25175
25184
|
"PrefixList": {
|
|
25176
|
-
"shape": "
|
|
25185
|
+
"shape": "S15c",
|
|
25177
25186
|
"locationName": "prefixList"
|
|
25178
25187
|
},
|
|
25179
25188
|
"Protocols": {
|
|
@@ -25184,54 +25193,54 @@
|
|
|
25184
25193
|
}
|
|
25185
25194
|
},
|
|
25186
25195
|
"RouteTableRoute": {
|
|
25187
|
-
"shape": "
|
|
25196
|
+
"shape": "S15g",
|
|
25188
25197
|
"locationName": "routeTableRoute"
|
|
25189
25198
|
},
|
|
25190
25199
|
"RouteTable": {
|
|
25191
|
-
"shape": "
|
|
25200
|
+
"shape": "S15c",
|
|
25192
25201
|
"locationName": "routeTable"
|
|
25193
25202
|
},
|
|
25194
25203
|
"SecurityGroup": {
|
|
25195
|
-
"shape": "
|
|
25204
|
+
"shape": "S15c",
|
|
25196
25205
|
"locationName": "securityGroup"
|
|
25197
25206
|
},
|
|
25198
25207
|
"SecurityGroupRule": {
|
|
25199
|
-
"shape": "
|
|
25208
|
+
"shape": "S15h",
|
|
25200
25209
|
"locationName": "securityGroupRule"
|
|
25201
25210
|
},
|
|
25202
25211
|
"SecurityGroups": {
|
|
25203
|
-
"shape": "
|
|
25212
|
+
"shape": "S15m",
|
|
25204
25213
|
"locationName": "securityGroupSet"
|
|
25205
25214
|
},
|
|
25206
25215
|
"SourceVpc": {
|
|
25207
|
-
"shape": "
|
|
25216
|
+
"shape": "S15c",
|
|
25208
25217
|
"locationName": "sourceVpc"
|
|
25209
25218
|
},
|
|
25210
25219
|
"State": {
|
|
25211
25220
|
"locationName": "state"
|
|
25212
25221
|
},
|
|
25213
25222
|
"Subnet": {
|
|
25214
|
-
"shape": "
|
|
25223
|
+
"shape": "S15c",
|
|
25215
25224
|
"locationName": "subnet"
|
|
25216
25225
|
},
|
|
25217
25226
|
"SubnetRouteTable": {
|
|
25218
|
-
"shape": "
|
|
25227
|
+
"shape": "S15c",
|
|
25219
25228
|
"locationName": "subnetRouteTable"
|
|
25220
25229
|
},
|
|
25221
25230
|
"Vpc": {
|
|
25222
|
-
"shape": "
|
|
25231
|
+
"shape": "S15c",
|
|
25223
25232
|
"locationName": "vpc"
|
|
25224
25233
|
},
|
|
25225
25234
|
"VpcEndpoint": {
|
|
25226
|
-
"shape": "
|
|
25235
|
+
"shape": "S15c",
|
|
25227
25236
|
"locationName": "vpcEndpoint"
|
|
25228
25237
|
},
|
|
25229
25238
|
"VpnConnection": {
|
|
25230
|
-
"shape": "
|
|
25239
|
+
"shape": "S15c",
|
|
25231
25240
|
"locationName": "vpnConnection"
|
|
25232
25241
|
},
|
|
25233
25242
|
"VpnGateway": {
|
|
25234
|
-
"shape": "
|
|
25243
|
+
"shape": "S15c",
|
|
25235
25244
|
"locationName": "vpnGateway"
|
|
25236
25245
|
}
|
|
25237
25246
|
}
|
|
@@ -25259,13 +25268,13 @@
|
|
|
25259
25268
|
}
|
|
25260
25269
|
}
|
|
25261
25270
|
},
|
|
25262
|
-
"
|
|
25271
|
+
"S157": {
|
|
25263
25272
|
"type": "list",
|
|
25264
25273
|
"member": {
|
|
25265
25274
|
"locationName": "item"
|
|
25266
25275
|
}
|
|
25267
25276
|
},
|
|
25268
|
-
"
|
|
25277
|
+
"S159": {
|
|
25269
25278
|
"type": "list",
|
|
25270
25279
|
"member": {
|
|
25271
25280
|
"locationName": "item",
|
|
@@ -25276,49 +25285,49 @@
|
|
|
25276
25285
|
"type": "integer"
|
|
25277
25286
|
},
|
|
25278
25287
|
"AclRule": {
|
|
25279
|
-
"shape": "
|
|
25288
|
+
"shape": "S15b",
|
|
25280
25289
|
"locationName": "aclRule"
|
|
25281
25290
|
},
|
|
25282
25291
|
"Component": {
|
|
25283
|
-
"shape": "
|
|
25292
|
+
"shape": "S15c",
|
|
25284
25293
|
"locationName": "component"
|
|
25285
25294
|
},
|
|
25286
25295
|
"DestinationVpc": {
|
|
25287
|
-
"shape": "
|
|
25296
|
+
"shape": "S15c",
|
|
25288
25297
|
"locationName": "destinationVpc"
|
|
25289
25298
|
},
|
|
25290
25299
|
"OutboundHeader": {
|
|
25291
|
-
"shape": "
|
|
25300
|
+
"shape": "S15d",
|
|
25292
25301
|
"locationName": "outboundHeader"
|
|
25293
25302
|
},
|
|
25294
25303
|
"InboundHeader": {
|
|
25295
|
-
"shape": "
|
|
25304
|
+
"shape": "S15d",
|
|
25296
25305
|
"locationName": "inboundHeader"
|
|
25297
25306
|
},
|
|
25298
25307
|
"RouteTableRoute": {
|
|
25299
|
-
"shape": "
|
|
25308
|
+
"shape": "S15g",
|
|
25300
25309
|
"locationName": "routeTableRoute"
|
|
25301
25310
|
},
|
|
25302
25311
|
"SecurityGroupRule": {
|
|
25303
|
-
"shape": "
|
|
25312
|
+
"shape": "S15h",
|
|
25304
25313
|
"locationName": "securityGroupRule"
|
|
25305
25314
|
},
|
|
25306
25315
|
"SourceVpc": {
|
|
25307
|
-
"shape": "
|
|
25316
|
+
"shape": "S15c",
|
|
25308
25317
|
"locationName": "sourceVpc"
|
|
25309
25318
|
},
|
|
25310
25319
|
"Subnet": {
|
|
25311
|
-
"shape": "
|
|
25320
|
+
"shape": "S15c",
|
|
25312
25321
|
"locationName": "subnet"
|
|
25313
25322
|
},
|
|
25314
25323
|
"Vpc": {
|
|
25315
|
-
"shape": "
|
|
25324
|
+
"shape": "S15c",
|
|
25316
25325
|
"locationName": "vpc"
|
|
25317
25326
|
}
|
|
25318
25327
|
}
|
|
25319
25328
|
}
|
|
25320
25329
|
},
|
|
25321
|
-
"
|
|
25330
|
+
"S15b": {
|
|
25322
25331
|
"type": "structure",
|
|
25323
25332
|
"members": {
|
|
25324
25333
|
"Cidr": {
|
|
@@ -25344,7 +25353,7 @@
|
|
|
25344
25353
|
}
|
|
25345
25354
|
}
|
|
25346
25355
|
},
|
|
25347
|
-
"
|
|
25356
|
+
"S15c": {
|
|
25348
25357
|
"type": "structure",
|
|
25349
25358
|
"members": {
|
|
25350
25359
|
"Id": {
|
|
@@ -25355,44 +25364,44 @@
|
|
|
25355
25364
|
}
|
|
25356
25365
|
}
|
|
25357
25366
|
},
|
|
25358
|
-
"
|
|
25367
|
+
"S15d": {
|
|
25359
25368
|
"type": "structure",
|
|
25360
25369
|
"members": {
|
|
25361
25370
|
"DestinationAddresses": {
|
|
25362
|
-
"shape": "
|
|
25371
|
+
"shape": "S15e",
|
|
25363
25372
|
"locationName": "destinationAddressSet"
|
|
25364
25373
|
},
|
|
25365
25374
|
"DestinationPortRanges": {
|
|
25366
|
-
"shape": "
|
|
25375
|
+
"shape": "S15f",
|
|
25367
25376
|
"locationName": "destinationPortRangeSet"
|
|
25368
25377
|
},
|
|
25369
25378
|
"Protocol": {
|
|
25370
25379
|
"locationName": "protocol"
|
|
25371
25380
|
},
|
|
25372
25381
|
"SourceAddresses": {
|
|
25373
|
-
"shape": "
|
|
25382
|
+
"shape": "S15e",
|
|
25374
25383
|
"locationName": "sourceAddressSet"
|
|
25375
25384
|
},
|
|
25376
25385
|
"SourcePortRanges": {
|
|
25377
|
-
"shape": "
|
|
25386
|
+
"shape": "S15f",
|
|
25378
25387
|
"locationName": "sourcePortRangeSet"
|
|
25379
25388
|
}
|
|
25380
25389
|
}
|
|
25381
25390
|
},
|
|
25382
|
-
"
|
|
25391
|
+
"S15e": {
|
|
25383
25392
|
"type": "list",
|
|
25384
25393
|
"member": {
|
|
25385
25394
|
"locationName": "item"
|
|
25386
25395
|
}
|
|
25387
25396
|
},
|
|
25388
|
-
"
|
|
25397
|
+
"S15f": {
|
|
25389
25398
|
"type": "list",
|
|
25390
25399
|
"member": {
|
|
25391
25400
|
"shape": "Sem",
|
|
25392
25401
|
"locationName": "item"
|
|
25393
25402
|
}
|
|
25394
25403
|
},
|
|
25395
|
-
"
|
|
25404
|
+
"S15g": {
|
|
25396
25405
|
"type": "structure",
|
|
25397
25406
|
"members": {
|
|
25398
25407
|
"DestinationCidr": {
|
|
@@ -25427,7 +25436,7 @@
|
|
|
25427
25436
|
}
|
|
25428
25437
|
}
|
|
25429
25438
|
},
|
|
25430
|
-
"
|
|
25439
|
+
"S15h": {
|
|
25431
25440
|
"type": "structure",
|
|
25432
25441
|
"members": {
|
|
25433
25442
|
"Cidr": {
|
|
@@ -25451,20 +25460,20 @@
|
|
|
25451
25460
|
}
|
|
25452
25461
|
}
|
|
25453
25462
|
},
|
|
25454
|
-
"
|
|
25463
|
+
"S15m": {
|
|
25455
25464
|
"type": "list",
|
|
25456
25465
|
"member": {
|
|
25457
|
-
"shape": "
|
|
25466
|
+
"shape": "S15c",
|
|
25458
25467
|
"locationName": "item"
|
|
25459
25468
|
}
|
|
25460
25469
|
},
|
|
25461
|
-
"
|
|
25470
|
+
"S178": {
|
|
25462
25471
|
"type": "list",
|
|
25463
25472
|
"member": {
|
|
25464
25473
|
"locationName": "ReservedInstancesId"
|
|
25465
25474
|
}
|
|
25466
25475
|
},
|
|
25467
|
-
"
|
|
25476
|
+
"S17g": {
|
|
25468
25477
|
"type": "list",
|
|
25469
25478
|
"member": {
|
|
25470
25479
|
"locationName": "item",
|
|
@@ -25480,7 +25489,7 @@
|
|
|
25480
25489
|
}
|
|
25481
25490
|
}
|
|
25482
25491
|
},
|
|
25483
|
-
"
|
|
25492
|
+
"S17u": {
|
|
25484
25493
|
"type": "structure",
|
|
25485
25494
|
"members": {
|
|
25486
25495
|
"AvailabilityZone": {
|
|
@@ -25501,7 +25510,7 @@
|
|
|
25501
25510
|
}
|
|
25502
25511
|
}
|
|
25503
25512
|
},
|
|
25504
|
-
"
|
|
25513
|
+
"S18h": {
|
|
25505
25514
|
"type": "structure",
|
|
25506
25515
|
"members": {
|
|
25507
25516
|
"Frequency": {
|
|
@@ -25528,7 +25537,7 @@
|
|
|
25528
25537
|
}
|
|
25529
25538
|
}
|
|
25530
25539
|
},
|
|
25531
|
-
"
|
|
25540
|
+
"S18p": {
|
|
25532
25541
|
"type": "structure",
|
|
25533
25542
|
"members": {
|
|
25534
25543
|
"AvailabilityZone": {
|
|
@@ -25563,7 +25572,7 @@
|
|
|
25563
25572
|
"type": "timestamp"
|
|
25564
25573
|
},
|
|
25565
25574
|
"Recurrence": {
|
|
25566
|
-
"shape": "
|
|
25575
|
+
"shape": "S18h",
|
|
25567
25576
|
"locationName": "recurrence"
|
|
25568
25577
|
},
|
|
25569
25578
|
"ScheduledInstanceId": {
|
|
@@ -25587,19 +25596,19 @@
|
|
|
25587
25596
|
}
|
|
25588
25597
|
}
|
|
25589
25598
|
},
|
|
25590
|
-
"
|
|
25599
|
+
"S18w": {
|
|
25591
25600
|
"type": "list",
|
|
25592
25601
|
"member": {
|
|
25593
25602
|
"locationName": "item"
|
|
25594
25603
|
}
|
|
25595
25604
|
},
|
|
25596
|
-
"
|
|
25605
|
+
"S190": {
|
|
25597
25606
|
"type": "list",
|
|
25598
25607
|
"member": {
|
|
25599
25608
|
"locationName": "GroupName"
|
|
25600
25609
|
}
|
|
25601
25610
|
},
|
|
25602
|
-
"
|
|
25611
|
+
"S198": {
|
|
25603
25612
|
"type": "list",
|
|
25604
25613
|
"member": {
|
|
25605
25614
|
"locationName": "item",
|
|
@@ -25614,13 +25623,13 @@
|
|
|
25614
25623
|
}
|
|
25615
25624
|
}
|
|
25616
25625
|
},
|
|
25617
|
-
"
|
|
25626
|
+
"S19c": {
|
|
25618
25627
|
"type": "list",
|
|
25619
25628
|
"member": {
|
|
25620
25629
|
"locationName": "SnapshotId"
|
|
25621
25630
|
}
|
|
25622
25631
|
},
|
|
25623
|
-
"
|
|
25632
|
+
"S19v": {
|
|
25624
25633
|
"type": "structure",
|
|
25625
25634
|
"required": [
|
|
25626
25635
|
"IamFleetRole",
|
|
@@ -25714,11 +25723,11 @@
|
|
|
25714
25723
|
}
|
|
25715
25724
|
},
|
|
25716
25725
|
"NetworkInterfaces": {
|
|
25717
|
-
"shape": "
|
|
25726
|
+
"shape": "S1a5",
|
|
25718
25727
|
"locationName": "networkInterfaceSet"
|
|
25719
25728
|
},
|
|
25720
25729
|
"Placement": {
|
|
25721
|
-
"shape": "
|
|
25730
|
+
"shape": "S1a7",
|
|
25722
25731
|
"locationName": "placement"
|
|
25723
25732
|
},
|
|
25724
25733
|
"RamdiskId": {
|
|
@@ -25758,7 +25767,7 @@
|
|
|
25758
25767
|
}
|
|
25759
25768
|
},
|
|
25760
25769
|
"LaunchTemplateConfigs": {
|
|
25761
|
-
"shape": "
|
|
25770
|
+
"shape": "S1aa",
|
|
25762
25771
|
"locationName": "launchTemplateConfigs"
|
|
25763
25772
|
},
|
|
25764
25773
|
"SpotPrice": {
|
|
@@ -25857,7 +25866,7 @@
|
|
|
25857
25866
|
}
|
|
25858
25867
|
}
|
|
25859
25868
|
},
|
|
25860
|
-
"
|
|
25869
|
+
"S1a5": {
|
|
25861
25870
|
"type": "list",
|
|
25862
25871
|
"member": {
|
|
25863
25872
|
"locationName": "item",
|
|
@@ -25933,7 +25942,7 @@
|
|
|
25933
25942
|
}
|
|
25934
25943
|
}
|
|
25935
25944
|
},
|
|
25936
|
-
"
|
|
25945
|
+
"S1a7": {
|
|
25937
25946
|
"type": "structure",
|
|
25938
25947
|
"members": {
|
|
25939
25948
|
"AvailabilityZone": {
|
|
@@ -25947,7 +25956,7 @@
|
|
|
25947
25956
|
}
|
|
25948
25957
|
}
|
|
25949
25958
|
},
|
|
25950
|
-
"
|
|
25959
|
+
"S1aa": {
|
|
25951
25960
|
"type": "list",
|
|
25952
25961
|
"member": {
|
|
25953
25962
|
"locationName": "item",
|
|
@@ -25990,7 +25999,7 @@
|
|
|
25990
25999
|
}
|
|
25991
26000
|
}
|
|
25992
26001
|
},
|
|
25993
|
-
"
|
|
26002
|
+
"S1an": {
|
|
25994
26003
|
"type": "list",
|
|
25995
26004
|
"member": {
|
|
25996
26005
|
"locationName": "item",
|
|
@@ -26059,11 +26068,11 @@
|
|
|
26059
26068
|
"locationName": "keyName"
|
|
26060
26069
|
},
|
|
26061
26070
|
"NetworkInterfaces": {
|
|
26062
|
-
"shape": "
|
|
26071
|
+
"shape": "S1a5",
|
|
26063
26072
|
"locationName": "networkInterfaceSet"
|
|
26064
26073
|
},
|
|
26065
26074
|
"Placement": {
|
|
26066
|
-
"shape": "
|
|
26075
|
+
"shape": "S1a7",
|
|
26067
26076
|
"locationName": "placement"
|
|
26068
26077
|
},
|
|
26069
26078
|
"RamdiskId": {
|
|
@@ -26073,7 +26082,7 @@
|
|
|
26073
26082
|
"locationName": "subnetId"
|
|
26074
26083
|
},
|
|
26075
26084
|
"Monitoring": {
|
|
26076
|
-
"shape": "
|
|
26085
|
+
"shape": "S1aq",
|
|
26077
26086
|
"locationName": "monitoring"
|
|
26078
26087
|
}
|
|
26079
26088
|
}
|
|
@@ -26130,7 +26139,7 @@
|
|
|
26130
26139
|
}
|
|
26131
26140
|
}
|
|
26132
26141
|
},
|
|
26133
|
-
"
|
|
26142
|
+
"S1aq": {
|
|
26134
26143
|
"type": "structure",
|
|
26135
26144
|
"required": [
|
|
26136
26145
|
"Enabled"
|
|
@@ -26142,7 +26151,7 @@
|
|
|
26142
26151
|
}
|
|
26143
26152
|
}
|
|
26144
26153
|
},
|
|
26145
|
-
"
|
|
26154
|
+
"S1b5": {
|
|
26146
26155
|
"type": "list",
|
|
26147
26156
|
"member": {
|
|
26148
26157
|
"locationName": "item",
|
|
@@ -26184,17 +26193,17 @@
|
|
|
26184
26193
|
}
|
|
26185
26194
|
}
|
|
26186
26195
|
},
|
|
26187
|
-
"
|
|
26196
|
+
"S1c3": {
|
|
26188
26197
|
"type": "list",
|
|
26189
26198
|
"member": {}
|
|
26190
26199
|
},
|
|
26191
|
-
"
|
|
26200
|
+
"S1d7": {
|
|
26192
26201
|
"type": "list",
|
|
26193
26202
|
"member": {
|
|
26194
26203
|
"locationName": "VolumeId"
|
|
26195
26204
|
}
|
|
26196
26205
|
},
|
|
26197
|
-
"
|
|
26206
|
+
"S1ds": {
|
|
26198
26207
|
"type": "structure",
|
|
26199
26208
|
"members": {
|
|
26200
26209
|
"VolumeId": {
|
|
@@ -26258,19 +26267,19 @@
|
|
|
26258
26267
|
}
|
|
26259
26268
|
}
|
|
26260
26269
|
},
|
|
26261
|
-
"
|
|
26270
|
+
"S1dy": {
|
|
26262
26271
|
"type": "list",
|
|
26263
26272
|
"member": {
|
|
26264
26273
|
"locationName": "VpcId"
|
|
26265
26274
|
}
|
|
26266
26275
|
},
|
|
26267
|
-
"
|
|
26276
|
+
"S1fo": {
|
|
26268
26277
|
"type": "list",
|
|
26269
26278
|
"member": {
|
|
26270
26279
|
"locationName": "AvailabilityZone"
|
|
26271
26280
|
}
|
|
26272
26281
|
},
|
|
26273
|
-
"
|
|
26282
|
+
"S1g3": {
|
|
26274
26283
|
"type": "structure",
|
|
26275
26284
|
"members": {
|
|
26276
26285
|
"TransitGatewayAttachmentId": {
|
|
@@ -26290,7 +26299,7 @@
|
|
|
26290
26299
|
}
|
|
26291
26300
|
}
|
|
26292
26301
|
},
|
|
26293
|
-
"
|
|
26302
|
+
"S1il": {
|
|
26294
26303
|
"type": "structure",
|
|
26295
26304
|
"members": {
|
|
26296
26305
|
"InstanceFamily": {
|
|
@@ -26301,13 +26310,13 @@
|
|
|
26301
26310
|
}
|
|
26302
26311
|
}
|
|
26303
26312
|
},
|
|
26304
|
-
"
|
|
26313
|
+
"S1j2": {
|
|
26305
26314
|
"type": "list",
|
|
26306
26315
|
"member": {
|
|
26307
26316
|
"locationName": "item"
|
|
26308
26317
|
}
|
|
26309
26318
|
},
|
|
26310
|
-
"
|
|
26319
|
+
"S1j4": {
|
|
26311
26320
|
"type": "list",
|
|
26312
26321
|
"member": {
|
|
26313
26322
|
"locationName": "item",
|
|
@@ -26342,7 +26351,7 @@
|
|
|
26342
26351
|
}
|
|
26343
26352
|
}
|
|
26344
26353
|
},
|
|
26345
|
-
"
|
|
26354
|
+
"S1jl": {
|
|
26346
26355
|
"type": "structure",
|
|
26347
26356
|
"members": {
|
|
26348
26357
|
"HourlyPrice": {
|
|
@@ -26356,14 +26365,14 @@
|
|
|
26356
26365
|
}
|
|
26357
26366
|
}
|
|
26358
26367
|
},
|
|
26359
|
-
"
|
|
26368
|
+
"S1jw": {
|
|
26360
26369
|
"type": "list",
|
|
26361
26370
|
"member": {
|
|
26362
26371
|
"shape": "Sh4",
|
|
26363
26372
|
"locationName": "item"
|
|
26364
26373
|
}
|
|
26365
26374
|
},
|
|
26366
|
-
"
|
|
26375
|
+
"S1kj": {
|
|
26367
26376
|
"type": "structure",
|
|
26368
26377
|
"members": {
|
|
26369
26378
|
"Comment": {},
|
|
@@ -26378,14 +26387,14 @@
|
|
|
26378
26387
|
}
|
|
26379
26388
|
}
|
|
26380
26389
|
},
|
|
26381
|
-
"
|
|
26390
|
+
"S1km": {
|
|
26382
26391
|
"type": "structure",
|
|
26383
26392
|
"members": {
|
|
26384
26393
|
"S3Bucket": {},
|
|
26385
26394
|
"S3Key": {}
|
|
26386
26395
|
}
|
|
26387
26396
|
},
|
|
26388
|
-
"
|
|
26397
|
+
"S1kt": {
|
|
26389
26398
|
"type": "structure",
|
|
26390
26399
|
"required": [
|
|
26391
26400
|
"Bytes",
|
|
@@ -26405,7 +26414,7 @@
|
|
|
26405
26414
|
}
|
|
26406
26415
|
}
|
|
26407
26416
|
},
|
|
26408
|
-
"
|
|
26417
|
+
"S1ku": {
|
|
26409
26418
|
"type": "structure",
|
|
26410
26419
|
"required": [
|
|
26411
26420
|
"Size"
|
|
@@ -26417,25 +26426,25 @@
|
|
|
26417
26426
|
}
|
|
26418
26427
|
}
|
|
26419
26428
|
},
|
|
26420
|
-
"
|
|
26429
|
+
"S1ln": {
|
|
26421
26430
|
"type": "list",
|
|
26422
26431
|
"member": {
|
|
26423
26432
|
"locationName": "UserId"
|
|
26424
26433
|
}
|
|
26425
26434
|
},
|
|
26426
|
-
"
|
|
26435
|
+
"S1lo": {
|
|
26427
26436
|
"type": "list",
|
|
26428
26437
|
"member": {
|
|
26429
26438
|
"locationName": "UserGroup"
|
|
26430
26439
|
}
|
|
26431
26440
|
},
|
|
26432
|
-
"
|
|
26441
|
+
"S1lp": {
|
|
26433
26442
|
"type": "list",
|
|
26434
26443
|
"member": {
|
|
26435
26444
|
"locationName": "ProductCode"
|
|
26436
26445
|
}
|
|
26437
26446
|
},
|
|
26438
|
-
"
|
|
26447
|
+
"S1lr": {
|
|
26439
26448
|
"type": "list",
|
|
26440
26449
|
"member": {
|
|
26441
26450
|
"locationName": "item",
|
|
@@ -26446,14 +26455,14 @@
|
|
|
26446
26455
|
}
|
|
26447
26456
|
}
|
|
26448
26457
|
},
|
|
26449
|
-
"
|
|
26458
|
+
"S1lw": {
|
|
26450
26459
|
"type": "list",
|
|
26451
26460
|
"member": {
|
|
26452
26461
|
"shape": "S17",
|
|
26453
26462
|
"locationName": "item"
|
|
26454
26463
|
}
|
|
26455
26464
|
},
|
|
26456
|
-
"
|
|
26465
|
+
"S1m7": {
|
|
26457
26466
|
"type": "structure",
|
|
26458
26467
|
"members": {
|
|
26459
26468
|
"CapacityReservationPreference": {},
|
|
@@ -26462,7 +26471,7 @@
|
|
|
26462
26471
|
}
|
|
26463
26472
|
}
|
|
26464
26473
|
},
|
|
26465
|
-
"
|
|
26474
|
+
"S1o9": {
|
|
26466
26475
|
"type": "structure",
|
|
26467
26476
|
"members": {
|
|
26468
26477
|
"AllowDnsResolutionFromRemoteVpc": {
|
|
@@ -26476,7 +26485,7 @@
|
|
|
26476
26485
|
}
|
|
26477
26486
|
}
|
|
26478
26487
|
},
|
|
26479
|
-
"
|
|
26488
|
+
"S1ob": {
|
|
26480
26489
|
"type": "structure",
|
|
26481
26490
|
"members": {
|
|
26482
26491
|
"AllowDnsResolutionFromRemoteVpc": {
|
|
@@ -26493,7 +26502,7 @@
|
|
|
26493
26502
|
}
|
|
26494
26503
|
}
|
|
26495
26504
|
},
|
|
26496
|
-
"
|
|
26505
|
+
"S1oq": {
|
|
26497
26506
|
"type": "list",
|
|
26498
26507
|
"member": {
|
|
26499
26508
|
"locationName": "item",
|
|
@@ -26503,19 +26512,19 @@
|
|
|
26503
26512
|
"locationName": "instanceId"
|
|
26504
26513
|
},
|
|
26505
26514
|
"Monitoring": {
|
|
26506
|
-
"shape": "
|
|
26515
|
+
"shape": "S122",
|
|
26507
26516
|
"locationName": "monitoring"
|
|
26508
26517
|
}
|
|
26509
26518
|
}
|
|
26510
26519
|
}
|
|
26511
26520
|
},
|
|
26512
|
-
"
|
|
26521
|
+
"S1rt": {
|
|
26513
26522
|
"type": "list",
|
|
26514
26523
|
"member": {
|
|
26515
26524
|
"locationName": "SecurityGroupId"
|
|
26516
26525
|
}
|
|
26517
26526
|
},
|
|
26518
|
-
"
|
|
26527
|
+
"S1sh": {
|
|
26519
26528
|
"type": "list",
|
|
26520
26529
|
"member": {
|
|
26521
26530
|
"locationName": "item",
|
|
@@ -26535,7 +26544,7 @@
|
|
|
26535
26544
|
}
|
|
26536
26545
|
}
|
|
26537
26546
|
},
|
|
26538
|
-
"
|
|
26547
|
+
"S1t1": {
|
|
26539
26548
|
"type": "list",
|
|
26540
26549
|
"member": {
|
|
26541
26550
|
"locationName": "item",
|