aws-sdk 2.829.0 → 2.833.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 +25 -1
- package/README.md +1 -1
- package/apis/customer-profiles-2020-08-15.min.json +4 -2
- package/apis/databrew-2017-07-25.min.json +79 -62
- package/apis/ec2-2016-11-15.min.json +197 -190
- package/apis/elasticache-2015-02-02.min.json +1 -0
- package/apis/es-2015-01-01.min.json +6 -0
- package/apis/kafka-2018-11-14.min.json +41 -0
- package/apis/managedblockchain-2018-09-24.min.json +159 -36
- package/apis/metadata.json +8 -0
- package/apis/models.lex.v2-2020-08-07.examples.json +5 -0
- package/apis/models.lex.v2-2020-08-07.min.json +2845 -0
- package/apis/models.lex.v2-2020-08-07.paginators.json +49 -0
- package/apis/monitoring-2010-08-01.min.json +15 -9
- package/apis/redshift-2012-12-01.min.json +1 -1
- package/apis/resourcegroupstaggingapi-2017-01-26.min.json +14 -10
- package/apis/robomaker-2018-06-29.min.json +198 -170
- package/apis/runtime.lex.v2-2020-08-07.examples.json +4 -0
- package/apis/runtime.lex.v2-2020-08-07.min.json +531 -0
- package/apis/runtime.lex.v2-2020-08-07.paginators.json +3 -0
- package/apis/securityhub-2018-10-26.min.json +406 -187
- package/apis/sesv2-2019-09-27.min.json +40 -15
- package/clients/accessanalyzer.d.ts +5 -5
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/backup.d.ts +27 -27
- package/clients/cloudwatch.d.ts +12 -1
- package/clients/customerprofiles.d.ts +2 -2
- package/clients/databrew.d.ts +170 -143
- package/clients/ec2.d.ts +119 -111
- package/clients/elasticache.d.ts +14 -10
- package/clients/es.d.ts +8 -0
- package/clients/greengrassv2.d.ts +6 -6
- package/clients/iot.d.ts +2 -2
- package/clients/kafka.d.ts +52 -0
- package/clients/lexmodelsv2.d.ts +3350 -0
- package/clients/lexmodelsv2.js +18 -0
- package/clients/lexruntimev2.d.ts +542 -0
- package/clients/lexruntimev2.js +18 -0
- package/clients/lightsail.d.ts +2 -2
- package/clients/managedblockchain.d.ts +140 -6
- package/clients/rds.d.ts +14 -14
- package/clients/redshift.d.ts +8 -8
- package/clients/resourcegroupstaggingapi.d.ts +50 -45
- package/clients/robomaker.d.ts +35 -3
- package/clients/securityhub.d.ts +410 -63
- package/clients/sesv2.d.ts +30 -2
- package/clients/ssm.d.ts +2 -2
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +91 -17
- package/dist/aws-sdk.js +225 -203
- package/dist/aws-sdk.min.js +60 -60
- package/lib/config.d.ts +1 -1
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -1385,7 +1385,7 @@
|
|
|
1385
1385
|
"type": "structure",
|
|
1386
1386
|
"members": {
|
|
1387
1387
|
"CarrierGateway": {
|
|
1388
|
-
"shape": "
|
|
1388
|
+
"shape": "S6p",
|
|
1389
1389
|
"locationName": "carrierGateway"
|
|
1390
1390
|
}
|
|
1391
1391
|
}
|
|
@@ -1433,7 +1433,7 @@
|
|
|
1433
1433
|
}
|
|
1434
1434
|
},
|
|
1435
1435
|
"ConnectionLogOptions": {
|
|
1436
|
-
"shape": "
|
|
1436
|
+
"shape": "S6z"
|
|
1437
1437
|
},
|
|
1438
1438
|
"DnsServers": {
|
|
1439
1439
|
"shape": "Se"
|
|
@@ -1463,7 +1463,7 @@
|
|
|
1463
1463
|
"VpcId": {},
|
|
1464
1464
|
"SelfServicePortal": {},
|
|
1465
1465
|
"ClientConnectOptions": {
|
|
1466
|
-
"shape": "
|
|
1466
|
+
"shape": "S72"
|
|
1467
1467
|
}
|
|
1468
1468
|
}
|
|
1469
1469
|
},
|
|
@@ -1474,7 +1474,7 @@
|
|
|
1474
1474
|
"locationName": "clientVpnEndpointId"
|
|
1475
1475
|
},
|
|
1476
1476
|
"Status": {
|
|
1477
|
-
"shape": "
|
|
1477
|
+
"shape": "S74",
|
|
1478
1478
|
"locationName": "status"
|
|
1479
1479
|
},
|
|
1480
1480
|
"DnsName": {
|
|
@@ -1508,7 +1508,7 @@
|
|
|
1508
1508
|
"type": "structure",
|
|
1509
1509
|
"members": {
|
|
1510
1510
|
"Status": {
|
|
1511
|
-
"shape": "
|
|
1511
|
+
"shape": "S78",
|
|
1512
1512
|
"locationName": "status"
|
|
1513
1513
|
}
|
|
1514
1514
|
}
|
|
@@ -1545,7 +1545,7 @@
|
|
|
1545
1545
|
"type": "structure",
|
|
1546
1546
|
"members": {
|
|
1547
1547
|
"CustomerGateway": {
|
|
1548
|
-
"shape": "
|
|
1548
|
+
"shape": "S7d",
|
|
1549
1549
|
"locationName": "customerGateway"
|
|
1550
1550
|
}
|
|
1551
1551
|
}
|
|
@@ -1568,7 +1568,7 @@
|
|
|
1568
1568
|
"type": "structure",
|
|
1569
1569
|
"members": {
|
|
1570
1570
|
"Subnet": {
|
|
1571
|
-
"shape": "
|
|
1571
|
+
"shape": "S7g",
|
|
1572
1572
|
"locationName": "subnet"
|
|
1573
1573
|
}
|
|
1574
1574
|
}
|
|
@@ -1587,7 +1587,7 @@
|
|
|
1587
1587
|
"type": "structure",
|
|
1588
1588
|
"members": {
|
|
1589
1589
|
"Vpc": {
|
|
1590
|
-
"shape": "
|
|
1590
|
+
"shape": "S7m",
|
|
1591
1591
|
"locationName": "vpc"
|
|
1592
1592
|
}
|
|
1593
1593
|
}
|
|
@@ -1631,7 +1631,7 @@
|
|
|
1631
1631
|
"type": "structure",
|
|
1632
1632
|
"members": {
|
|
1633
1633
|
"DhcpOptions": {
|
|
1634
|
-
"shape": "
|
|
1634
|
+
"shape": "S7v",
|
|
1635
1635
|
"locationName": "dhcpOptions"
|
|
1636
1636
|
}
|
|
1637
1637
|
}
|
|
@@ -1662,7 +1662,7 @@
|
|
|
1662
1662
|
"locationName": "clientToken"
|
|
1663
1663
|
},
|
|
1664
1664
|
"EgressOnlyInternetGateway": {
|
|
1665
|
-
"shape": "
|
|
1665
|
+
"shape": "S82",
|
|
1666
1666
|
"locationName": "egressOnlyInternetGateway"
|
|
1667
1667
|
}
|
|
1668
1668
|
}
|
|
@@ -1735,10 +1735,10 @@
|
|
|
1735
1735
|
},
|
|
1736
1736
|
"ExcessCapacityTerminationPolicy": {},
|
|
1737
1737
|
"LaunchTemplateConfigs": {
|
|
1738
|
-
"shape": "
|
|
1738
|
+
"shape": "S8i"
|
|
1739
1739
|
},
|
|
1740
1740
|
"TargetCapacitySpecification": {
|
|
1741
|
-
"shape": "
|
|
1741
|
+
"shape": "S8r"
|
|
1742
1742
|
},
|
|
1743
1743
|
"TerminateInstancesWithExpiration": {
|
|
1744
1744
|
"type": "boolean"
|
|
@@ -1773,7 +1773,7 @@
|
|
|
1773
1773
|
"type": "structure",
|
|
1774
1774
|
"members": {
|
|
1775
1775
|
"LaunchTemplateAndOverrides": {
|
|
1776
|
-
"shape": "
|
|
1776
|
+
"shape": "S8y",
|
|
1777
1777
|
"locationName": "launchTemplateAndOverrides"
|
|
1778
1778
|
},
|
|
1779
1779
|
"Lifecycle": {
|
|
@@ -1796,14 +1796,14 @@
|
|
|
1796
1796
|
"type": "structure",
|
|
1797
1797
|
"members": {
|
|
1798
1798
|
"LaunchTemplateAndOverrides": {
|
|
1799
|
-
"shape": "
|
|
1799
|
+
"shape": "S8y",
|
|
1800
1800
|
"locationName": "launchTemplateAndOverrides"
|
|
1801
1801
|
},
|
|
1802
1802
|
"Lifecycle": {
|
|
1803
1803
|
"locationName": "lifecycle"
|
|
1804
1804
|
},
|
|
1805
1805
|
"InstanceIds": {
|
|
1806
|
-
"shape": "
|
|
1806
|
+
"shape": "S95",
|
|
1807
1807
|
"locationName": "instanceIds"
|
|
1808
1808
|
},
|
|
1809
1809
|
"InstanceType": {
|
|
@@ -1882,10 +1882,10 @@
|
|
|
1882
1882
|
"type": "boolean"
|
|
1883
1883
|
},
|
|
1884
1884
|
"InputStorageLocation": {
|
|
1885
|
-
"shape": "
|
|
1885
|
+
"shape": "S9f"
|
|
1886
1886
|
},
|
|
1887
1887
|
"LogsStorageLocation": {
|
|
1888
|
-
"shape": "
|
|
1888
|
+
"shape": "S9f"
|
|
1889
1889
|
},
|
|
1890
1890
|
"Description": {},
|
|
1891
1891
|
"Name": {},
|
|
@@ -1917,7 +1917,7 @@
|
|
|
1917
1917
|
],
|
|
1918
1918
|
"members": {
|
|
1919
1919
|
"BlockDeviceMappings": {
|
|
1920
|
-
"shape": "
|
|
1920
|
+
"shape": "S9i",
|
|
1921
1921
|
"locationName": "blockDeviceMapping"
|
|
1922
1922
|
},
|
|
1923
1923
|
"Description": {
|
|
@@ -1998,7 +1998,7 @@
|
|
|
1998
1998
|
"type": "structure",
|
|
1999
1999
|
"members": {
|
|
2000
2000
|
"ExportTask": {
|
|
2001
|
-
"shape": "
|
|
2001
|
+
"shape": "S9t",
|
|
2002
2002
|
"locationName": "exportTask"
|
|
2003
2003
|
}
|
|
2004
2004
|
}
|
|
@@ -2022,7 +2022,7 @@
|
|
|
2022
2022
|
"type": "structure",
|
|
2023
2023
|
"members": {
|
|
2024
2024
|
"InternetGateway": {
|
|
2025
|
-
"shape": "
|
|
2025
|
+
"shape": "S9z",
|
|
2026
2026
|
"locationName": "internetGateway"
|
|
2027
2027
|
}
|
|
2028
2028
|
}
|
|
@@ -2085,7 +2085,7 @@
|
|
|
2085
2085
|
"LaunchTemplateName": {},
|
|
2086
2086
|
"VersionDescription": {},
|
|
2087
2087
|
"LaunchTemplateData": {
|
|
2088
|
-
"shape": "
|
|
2088
|
+
"shape": "Sa5"
|
|
2089
2089
|
},
|
|
2090
2090
|
"TagSpecifications": {
|
|
2091
2091
|
"shape": "S1t",
|
|
@@ -2097,11 +2097,11 @@
|
|
|
2097
2097
|
"type": "structure",
|
|
2098
2098
|
"members": {
|
|
2099
2099
|
"LaunchTemplate": {
|
|
2100
|
-
"shape": "
|
|
2100
|
+
"shape": "Sbh",
|
|
2101
2101
|
"locationName": "launchTemplate"
|
|
2102
2102
|
},
|
|
2103
2103
|
"Warning": {
|
|
2104
|
-
"shape": "
|
|
2104
|
+
"shape": "Sbi",
|
|
2105
2105
|
"locationName": "warning"
|
|
2106
2106
|
}
|
|
2107
2107
|
}
|
|
@@ -2123,7 +2123,7 @@
|
|
|
2123
2123
|
"SourceVersion": {},
|
|
2124
2124
|
"VersionDescription": {},
|
|
2125
2125
|
"LaunchTemplateData": {
|
|
2126
|
-
"shape": "
|
|
2126
|
+
"shape": "Sa5"
|
|
2127
2127
|
}
|
|
2128
2128
|
}
|
|
2129
2129
|
},
|
|
@@ -2131,11 +2131,11 @@
|
|
|
2131
2131
|
"type": "structure",
|
|
2132
2132
|
"members": {
|
|
2133
2133
|
"LaunchTemplateVersion": {
|
|
2134
|
-
"shape": "
|
|
2134
|
+
"shape": "Sbn",
|
|
2135
2135
|
"locationName": "launchTemplateVersion"
|
|
2136
2136
|
},
|
|
2137
2137
|
"Warning": {
|
|
2138
|
-
"shape": "
|
|
2138
|
+
"shape": "Sbi",
|
|
2139
2139
|
"locationName": "warning"
|
|
2140
2140
|
}
|
|
2141
2141
|
}
|
|
@@ -2162,7 +2162,7 @@
|
|
|
2162
2162
|
"type": "structure",
|
|
2163
2163
|
"members": {
|
|
2164
2164
|
"Route": {
|
|
2165
|
-
"shape": "
|
|
2165
|
+
"shape": "Scl",
|
|
2166
2166
|
"locationName": "route"
|
|
2167
2167
|
}
|
|
2168
2168
|
}
|
|
@@ -2191,7 +2191,7 @@
|
|
|
2191
2191
|
"type": "structure",
|
|
2192
2192
|
"members": {
|
|
2193
2193
|
"LocalGatewayRouteTableVpcAssociation": {
|
|
2194
|
-
"shape": "
|
|
2194
|
+
"shape": "Scq",
|
|
2195
2195
|
"locationName": "localGatewayRouteTableVpcAssociation"
|
|
2196
2196
|
}
|
|
2197
2197
|
}
|
|
@@ -2211,7 +2211,7 @@
|
|
|
2211
2211
|
},
|
|
2212
2212
|
"PrefixListName": {},
|
|
2213
2213
|
"Entries": {
|
|
2214
|
-
"shape": "
|
|
2214
|
+
"shape": "Sct",
|
|
2215
2215
|
"locationName": "Entry"
|
|
2216
2216
|
},
|
|
2217
2217
|
"MaxEntries": {
|
|
@@ -2231,7 +2231,7 @@
|
|
|
2231
2231
|
"type": "structure",
|
|
2232
2232
|
"members": {
|
|
2233
2233
|
"PrefixList": {
|
|
2234
|
-
"shape": "
|
|
2234
|
+
"shape": "Scw",
|
|
2235
2235
|
"locationName": "prefixList"
|
|
2236
2236
|
}
|
|
2237
2237
|
}
|
|
@@ -2266,7 +2266,7 @@
|
|
|
2266
2266
|
"locationName": "clientToken"
|
|
2267
2267
|
},
|
|
2268
2268
|
"NatGateway": {
|
|
2269
|
-
"shape": "
|
|
2269
|
+
"shape": "Sd1",
|
|
2270
2270
|
"locationName": "natGateway"
|
|
2271
2271
|
}
|
|
2272
2272
|
}
|
|
@@ -2296,7 +2296,7 @@
|
|
|
2296
2296
|
"type": "structure",
|
|
2297
2297
|
"members": {
|
|
2298
2298
|
"NetworkAcl": {
|
|
2299
|
-
"shape": "
|
|
2299
|
+
"shape": "Sd8",
|
|
2300
2300
|
"locationName": "networkAcl"
|
|
2301
2301
|
}
|
|
2302
2302
|
}
|
|
@@ -2325,7 +2325,7 @@
|
|
|
2325
2325
|
"type": "boolean"
|
|
2326
2326
|
},
|
|
2327
2327
|
"IcmpTypeCode": {
|
|
2328
|
-
"shape": "
|
|
2328
|
+
"shape": "Sdd",
|
|
2329
2329
|
"locationName": "Icmp"
|
|
2330
2330
|
},
|
|
2331
2331
|
"Ipv6CidrBlock": {
|
|
@@ -2335,7 +2335,7 @@
|
|
|
2335
2335
|
"locationName": "networkAclId"
|
|
2336
2336
|
},
|
|
2337
2337
|
"PortRange": {
|
|
2338
|
-
"shape": "
|
|
2338
|
+
"shape": "Sde",
|
|
2339
2339
|
"locationName": "portRange"
|
|
2340
2340
|
},
|
|
2341
2341
|
"Protocol": {
|
|
@@ -2385,7 +2385,7 @@
|
|
|
2385
2385
|
"type": "structure",
|
|
2386
2386
|
"members": {
|
|
2387
2387
|
"NetworkInsightsPath": {
|
|
2388
|
-
"shape": "
|
|
2388
|
+
"shape": "Sdn",
|
|
2389
2389
|
"locationName": "networkInsightsPath"
|
|
2390
2390
|
}
|
|
2391
2391
|
}
|
|
@@ -2406,7 +2406,7 @@
|
|
|
2406
2406
|
"type": "boolean"
|
|
2407
2407
|
},
|
|
2408
2408
|
"Groups": {
|
|
2409
|
-
"shape": "
|
|
2409
|
+
"shape": "Sae",
|
|
2410
2410
|
"locationName": "SecurityGroupId"
|
|
2411
2411
|
},
|
|
2412
2412
|
"Ipv6AddressCount": {
|
|
@@ -2414,14 +2414,14 @@
|
|
|
2414
2414
|
"type": "integer"
|
|
2415
2415
|
},
|
|
2416
2416
|
"Ipv6Addresses": {
|
|
2417
|
-
"shape": "
|
|
2417
|
+
"shape": "Sbv",
|
|
2418
2418
|
"locationName": "ipv6Addresses"
|
|
2419
2419
|
},
|
|
2420
2420
|
"PrivateIpAddress": {
|
|
2421
2421
|
"locationName": "privateIpAddress"
|
|
2422
2422
|
},
|
|
2423
2423
|
"PrivateIpAddresses": {
|
|
2424
|
-
"shape": "
|
|
2424
|
+
"shape": "Sah",
|
|
2425
2425
|
"locationName": "privateIpAddresses"
|
|
2426
2426
|
},
|
|
2427
2427
|
"SecondaryPrivateIpAddressCount": {
|
|
@@ -2839,7 +2839,7 @@
|
|
|
2839
2839
|
"type": "structure",
|
|
2840
2840
|
"members": {
|
|
2841
2841
|
"Subnet": {
|
|
2842
|
-
"shape": "
|
|
2842
|
+
"shape": "S7g",
|
|
2843
2843
|
"locationName": "subnet"
|
|
2844
2844
|
}
|
|
2845
2845
|
}
|
|
@@ -3415,7 +3415,7 @@
|
|
|
3415
3415
|
"type": "structure",
|
|
3416
3416
|
"members": {
|
|
3417
3417
|
"Vpc": {
|
|
3418
|
-
"shape": "
|
|
3418
|
+
"shape": "S7m",
|
|
3419
3419
|
"locationName": "vpc"
|
|
3420
3420
|
}
|
|
3421
3421
|
}
|
|
@@ -3748,7 +3748,7 @@
|
|
|
3748
3748
|
"type": "structure",
|
|
3749
3749
|
"members": {
|
|
3750
3750
|
"CarrierGateway": {
|
|
3751
|
-
"shape": "
|
|
3751
|
+
"shape": "S6p",
|
|
3752
3752
|
"locationName": "carrierGateway"
|
|
3753
3753
|
}
|
|
3754
3754
|
}
|
|
@@ -3771,7 +3771,7 @@
|
|
|
3771
3771
|
"type": "structure",
|
|
3772
3772
|
"members": {
|
|
3773
3773
|
"Status": {
|
|
3774
|
-
"shape": "
|
|
3774
|
+
"shape": "S74",
|
|
3775
3775
|
"locationName": "status"
|
|
3776
3776
|
}
|
|
3777
3777
|
}
|
|
@@ -3797,7 +3797,7 @@
|
|
|
3797
3797
|
"type": "structure",
|
|
3798
3798
|
"members": {
|
|
3799
3799
|
"Status": {
|
|
3800
|
-
"shape": "
|
|
3800
|
+
"shape": "S78",
|
|
3801
3801
|
"locationName": "status"
|
|
3802
3802
|
}
|
|
3803
3803
|
}
|
|
@@ -4020,7 +4020,7 @@
|
|
|
4020
4020
|
"type": "structure",
|
|
4021
4021
|
"members": {
|
|
4022
4022
|
"LaunchTemplate": {
|
|
4023
|
-
"shape": "
|
|
4023
|
+
"shape": "Sbh",
|
|
4024
4024
|
"locationName": "launchTemplate"
|
|
4025
4025
|
}
|
|
4026
4026
|
}
|
|
@@ -4121,7 +4121,7 @@
|
|
|
4121
4121
|
"type": "structure",
|
|
4122
4122
|
"members": {
|
|
4123
4123
|
"Route": {
|
|
4124
|
-
"shape": "
|
|
4124
|
+
"shape": "Scl",
|
|
4125
4125
|
"locationName": "route"
|
|
4126
4126
|
}
|
|
4127
4127
|
}
|
|
@@ -4144,7 +4144,7 @@
|
|
|
4144
4144
|
"type": "structure",
|
|
4145
4145
|
"members": {
|
|
4146
4146
|
"LocalGatewayRouteTableVpcAssociation": {
|
|
4147
|
-
"shape": "
|
|
4147
|
+
"shape": "Scq",
|
|
4148
4148
|
"locationName": "localGatewayRouteTableVpcAssociation"
|
|
4149
4149
|
}
|
|
4150
4150
|
}
|
|
@@ -4167,7 +4167,7 @@
|
|
|
4167
4167
|
"type": "structure",
|
|
4168
4168
|
"members": {
|
|
4169
4169
|
"PrefixList": {
|
|
4170
|
-
"shape": "
|
|
4170
|
+
"shape": "Scw",
|
|
4171
4171
|
"locationName": "prefixList"
|
|
4172
4172
|
}
|
|
4173
4173
|
}
|
|
@@ -5530,7 +5530,7 @@
|
|
|
5530
5530
|
"locationName": "carrierGatewaySet",
|
|
5531
5531
|
"type": "list",
|
|
5532
5532
|
"member": {
|
|
5533
|
-
"shape": "
|
|
5533
|
+
"shape": "S6p",
|
|
5534
5534
|
"locationName": "item"
|
|
5535
5535
|
}
|
|
5536
5536
|
},
|
|
@@ -5783,7 +5783,7 @@
|
|
|
5783
5783
|
"locationName": "description"
|
|
5784
5784
|
},
|
|
5785
5785
|
"Status": {
|
|
5786
|
-
"shape": "
|
|
5786
|
+
"shape": "S74",
|
|
5787
5787
|
"locationName": "status"
|
|
5788
5788
|
},
|
|
5789
5789
|
"CreationTime": {
|
|
@@ -5986,7 +5986,7 @@
|
|
|
5986
5986
|
"locationName": "origin"
|
|
5987
5987
|
},
|
|
5988
5988
|
"Status": {
|
|
5989
|
-
"shape": "
|
|
5989
|
+
"shape": "S78",
|
|
5990
5990
|
"locationName": "status"
|
|
5991
5991
|
},
|
|
5992
5992
|
"Description": {
|
|
@@ -6183,7 +6183,7 @@
|
|
|
6183
6183
|
"locationName": "customerGatewaySet",
|
|
6184
6184
|
"type": "list",
|
|
6185
6185
|
"member": {
|
|
6186
|
-
"shape": "
|
|
6186
|
+
"shape": "S7d",
|
|
6187
6187
|
"locationName": "item"
|
|
6188
6188
|
}
|
|
6189
6189
|
}
|
|
@@ -6222,7 +6222,7 @@
|
|
|
6222
6222
|
"locationName": "dhcpOptionsSet",
|
|
6223
6223
|
"type": "list",
|
|
6224
6224
|
"member": {
|
|
6225
|
-
"shape": "
|
|
6225
|
+
"shape": "S7v",
|
|
6226
6226
|
"locationName": "item"
|
|
6227
6227
|
}
|
|
6228
6228
|
},
|
|
@@ -6263,7 +6263,7 @@
|
|
|
6263
6263
|
"locationName": "egressOnlyInternetGatewaySet",
|
|
6264
6264
|
"type": "list",
|
|
6265
6265
|
"member": {
|
|
6266
|
-
"shape": "
|
|
6266
|
+
"shape": "S82",
|
|
6267
6267
|
"locationName": "item"
|
|
6268
6268
|
}
|
|
6269
6269
|
},
|
|
@@ -6441,7 +6441,7 @@
|
|
|
6441
6441
|
"locationName": "exportTaskSet",
|
|
6442
6442
|
"type": "list",
|
|
6443
6443
|
"member": {
|
|
6444
|
-
"shape": "
|
|
6444
|
+
"shape": "S9t",
|
|
6445
6445
|
"locationName": "item"
|
|
6446
6446
|
}
|
|
6447
6447
|
}
|
|
@@ -6691,14 +6691,14 @@
|
|
|
6691
6691
|
"type": "structure",
|
|
6692
6692
|
"members": {
|
|
6693
6693
|
"LaunchTemplateSpecification": {
|
|
6694
|
-
"shape": "
|
|
6694
|
+
"shape": "S8z",
|
|
6695
6695
|
"locationName": "launchTemplateSpecification"
|
|
6696
6696
|
},
|
|
6697
6697
|
"Overrides": {
|
|
6698
6698
|
"locationName": "overrides",
|
|
6699
6699
|
"type": "list",
|
|
6700
6700
|
"member": {
|
|
6701
|
-
"shape": "
|
|
6701
|
+
"shape": "S90",
|
|
6702
6702
|
"locationName": "item"
|
|
6703
6703
|
}
|
|
6704
6704
|
}
|
|
@@ -6836,7 +6836,7 @@
|
|
|
6836
6836
|
"type": "structure",
|
|
6837
6837
|
"members": {
|
|
6838
6838
|
"LaunchTemplateAndOverrides": {
|
|
6839
|
-
"shape": "
|
|
6839
|
+
"shape": "S8y",
|
|
6840
6840
|
"locationName": "launchTemplateAndOverrides"
|
|
6841
6841
|
},
|
|
6842
6842
|
"Lifecycle": {
|
|
@@ -6859,14 +6859,14 @@
|
|
|
6859
6859
|
"type": "structure",
|
|
6860
6860
|
"members": {
|
|
6861
6861
|
"LaunchTemplateAndOverrides": {
|
|
6862
|
-
"shape": "
|
|
6862
|
+
"shape": "S8y",
|
|
6863
6863
|
"locationName": "launchTemplateAndOverrides"
|
|
6864
6864
|
},
|
|
6865
6865
|
"Lifecycle": {
|
|
6866
6866
|
"locationName": "lifecycle"
|
|
6867
6867
|
},
|
|
6868
6868
|
"InstanceIds": {
|
|
6869
|
-
"shape": "
|
|
6869
|
+
"shape": "S95",
|
|
6870
6870
|
"locationName": "instanceIds"
|
|
6871
6871
|
},
|
|
6872
6872
|
"InstanceType": {
|
|
@@ -7529,19 +7529,19 @@
|
|
|
7529
7529
|
"locationName": "productCodes"
|
|
7530
7530
|
},
|
|
7531
7531
|
"Description": {
|
|
7532
|
-
"shape": "
|
|
7532
|
+
"shape": "S7z",
|
|
7533
7533
|
"locationName": "description"
|
|
7534
7534
|
},
|
|
7535
7535
|
"KernelId": {
|
|
7536
|
-
"shape": "
|
|
7536
|
+
"shape": "S7z",
|
|
7537
7537
|
"locationName": "kernel"
|
|
7538
7538
|
},
|
|
7539
7539
|
"RamdiskId": {
|
|
7540
|
-
"shape": "
|
|
7540
|
+
"shape": "S7z",
|
|
7541
7541
|
"locationName": "ramdisk"
|
|
7542
7542
|
},
|
|
7543
7543
|
"SriovNetSupport": {
|
|
7544
|
-
"shape": "
|
|
7544
|
+
"shape": "S7z",
|
|
7545
7545
|
"locationName": "sriovNetSupport"
|
|
7546
7546
|
}
|
|
7547
7547
|
}
|
|
@@ -7877,15 +7877,15 @@
|
|
|
7877
7877
|
"locationName": "instanceId"
|
|
7878
7878
|
},
|
|
7879
7879
|
"InstanceInitiatedShutdownBehavior": {
|
|
7880
|
-
"shape": "
|
|
7880
|
+
"shape": "S7z",
|
|
7881
7881
|
"locationName": "instanceInitiatedShutdownBehavior"
|
|
7882
7882
|
},
|
|
7883
7883
|
"InstanceType": {
|
|
7884
|
-
"shape": "
|
|
7884
|
+
"shape": "S7z",
|
|
7885
7885
|
"locationName": "instanceType"
|
|
7886
7886
|
},
|
|
7887
7887
|
"KernelId": {
|
|
7888
|
-
"shape": "
|
|
7888
|
+
"shape": "S7z",
|
|
7889
7889
|
"locationName": "kernel"
|
|
7890
7890
|
},
|
|
7891
7891
|
"ProductCodes": {
|
|
@@ -7893,11 +7893,11 @@
|
|
|
7893
7893
|
"locationName": "productCodes"
|
|
7894
7894
|
},
|
|
7895
7895
|
"RamdiskId": {
|
|
7896
|
-
"shape": "
|
|
7896
|
+
"shape": "S7z",
|
|
7897
7897
|
"locationName": "ramdisk"
|
|
7898
7898
|
},
|
|
7899
7899
|
"RootDeviceName": {
|
|
7900
|
-
"shape": "
|
|
7900
|
+
"shape": "S7z",
|
|
7901
7901
|
"locationName": "rootDeviceName"
|
|
7902
7902
|
},
|
|
7903
7903
|
"SourceDestCheck": {
|
|
@@ -7905,11 +7905,11 @@
|
|
|
7905
7905
|
"locationName": "sourceDestCheck"
|
|
7906
7906
|
},
|
|
7907
7907
|
"SriovNetSupport": {
|
|
7908
|
-
"shape": "
|
|
7908
|
+
"shape": "S7z",
|
|
7909
7909
|
"locationName": "sriovNetSupport"
|
|
7910
7910
|
},
|
|
7911
7911
|
"UserData": {
|
|
7912
|
-
"shape": "
|
|
7912
|
+
"shape": "S7z",
|
|
7913
7913
|
"locationName": "userData"
|
|
7914
7914
|
}
|
|
7915
7915
|
}
|
|
@@ -8593,7 +8593,7 @@
|
|
|
8593
8593
|
"locationName": "internetGatewaySet",
|
|
8594
8594
|
"type": "list",
|
|
8595
8595
|
"member": {
|
|
8596
|
-
"shape": "
|
|
8596
|
+
"shape": "S9z",
|
|
8597
8597
|
"locationName": "item"
|
|
8598
8598
|
}
|
|
8599
8599
|
},
|
|
@@ -8758,7 +8758,7 @@
|
|
|
8758
8758
|
"locationName": "launchTemplateVersionSet",
|
|
8759
8759
|
"type": "list",
|
|
8760
8760
|
"member": {
|
|
8761
|
-
"shape": "
|
|
8761
|
+
"shape": "Sbn",
|
|
8762
8762
|
"locationName": "item"
|
|
8763
8763
|
}
|
|
8764
8764
|
},
|
|
@@ -8806,7 +8806,7 @@
|
|
|
8806
8806
|
"locationName": "launchTemplates",
|
|
8807
8807
|
"type": "list",
|
|
8808
8808
|
"member": {
|
|
8809
|
-
"shape": "
|
|
8809
|
+
"shape": "Sbh",
|
|
8810
8810
|
"locationName": "item"
|
|
8811
8811
|
}
|
|
8812
8812
|
},
|
|
@@ -8915,7 +8915,7 @@
|
|
|
8915
8915
|
"locationName": "localGatewayRouteTableVpcAssociationSet",
|
|
8916
8916
|
"type": "list",
|
|
8917
8917
|
"member": {
|
|
8918
|
-
"shape": "
|
|
8918
|
+
"shape": "Scq",
|
|
8919
8919
|
"locationName": "item"
|
|
8920
8920
|
}
|
|
8921
8921
|
},
|
|
@@ -9211,7 +9211,7 @@
|
|
|
9211
9211
|
"locationName": "prefixListSet",
|
|
9212
9212
|
"type": "list",
|
|
9213
9213
|
"member": {
|
|
9214
|
-
"shape": "
|
|
9214
|
+
"shape": "Scw",
|
|
9215
9215
|
"locationName": "item"
|
|
9216
9216
|
}
|
|
9217
9217
|
}
|
|
@@ -9298,7 +9298,7 @@
|
|
|
9298
9298
|
"locationName": "natGatewaySet",
|
|
9299
9299
|
"type": "list",
|
|
9300
9300
|
"member": {
|
|
9301
|
-
"shape": "
|
|
9301
|
+
"shape": "Sd1",
|
|
9302
9302
|
"locationName": "item"
|
|
9303
9303
|
}
|
|
9304
9304
|
},
|
|
@@ -9340,7 +9340,7 @@
|
|
|
9340
9340
|
"locationName": "networkAclSet",
|
|
9341
9341
|
"type": "list",
|
|
9342
9342
|
"member": {
|
|
9343
|
-
"shape": "
|
|
9343
|
+
"shape": "Sd8",
|
|
9344
9344
|
"locationName": "item"
|
|
9345
9345
|
}
|
|
9346
9346
|
},
|
|
@@ -9429,7 +9429,7 @@
|
|
|
9429
9429
|
"locationName": "networkInsightsPathSet",
|
|
9430
9430
|
"type": "list",
|
|
9431
9431
|
"member": {
|
|
9432
|
-
"shape": "
|
|
9432
|
+
"shape": "Sdn",
|
|
9433
9433
|
"locationName": "item"
|
|
9434
9434
|
}
|
|
9435
9435
|
},
|
|
@@ -9466,7 +9466,7 @@
|
|
|
9466
9466
|
"locationName": "attachment"
|
|
9467
9467
|
},
|
|
9468
9468
|
"Description": {
|
|
9469
|
-
"shape": "
|
|
9469
|
+
"shape": "S7z",
|
|
9470
9470
|
"locationName": "description"
|
|
9471
9471
|
},
|
|
9472
9472
|
"Groups": {
|
|
@@ -10995,7 +10995,7 @@
|
|
|
10995
10995
|
"locationName": "subnetSet",
|
|
10996
10996
|
"type": "list",
|
|
10997
10997
|
"member": {
|
|
10998
|
-
"shape": "
|
|
10998
|
+
"shape": "S7g",
|
|
10999
10999
|
"locationName": "item"
|
|
11000
11000
|
}
|
|
11001
11001
|
},
|
|
@@ -12302,7 +12302,7 @@
|
|
|
12302
12302
|
"locationName": "vpcSet",
|
|
12303
12303
|
"type": "list",
|
|
12304
12304
|
"member": {
|
|
12305
|
-
"shape": "
|
|
12305
|
+
"shape": "S7m",
|
|
12306
12306
|
"locationName": "item"
|
|
12307
12307
|
}
|
|
12308
12308
|
},
|
|
@@ -13710,7 +13710,7 @@
|
|
|
13710
13710
|
"type": "structure",
|
|
13711
13711
|
"members": {
|
|
13712
13712
|
"LaunchTemplateData": {
|
|
13713
|
-
"shape": "
|
|
13713
|
+
"shape": "Sbo",
|
|
13714
13714
|
"locationName": "launchTemplateData"
|
|
13715
13715
|
}
|
|
13716
13716
|
}
|
|
@@ -14345,11 +14345,11 @@
|
|
|
14345
14345
|
"locationName": "architecture"
|
|
14346
14346
|
},
|
|
14347
14347
|
"GroupIds": {
|
|
14348
|
-
"shape": "
|
|
14348
|
+
"shape": "Sae",
|
|
14349
14349
|
"locationName": "GroupId"
|
|
14350
14350
|
},
|
|
14351
14351
|
"GroupNames": {
|
|
14352
|
-
"shape": "
|
|
14352
|
+
"shape": "Say",
|
|
14353
14353
|
"locationName": "GroupName"
|
|
14354
14354
|
},
|
|
14355
14355
|
"InstanceInitiatedShutdownBehavior": {
|
|
@@ -14363,7 +14363,7 @@
|
|
|
14363
14363
|
"type": "boolean"
|
|
14364
14364
|
},
|
|
14365
14365
|
"Placement": {
|
|
14366
|
-
"shape": "
|
|
14366
|
+
"shape": "S8q",
|
|
14367
14367
|
"locationName": "placement"
|
|
14368
14368
|
},
|
|
14369
14369
|
"PrivateIpAddress": {
|
|
@@ -14576,6 +14576,9 @@
|
|
|
14576
14576
|
"type": "timestamp"
|
|
14577
14577
|
},
|
|
14578
14578
|
"EndDateType": {},
|
|
14579
|
+
"Accept": {
|
|
14580
|
+
"type": "boolean"
|
|
14581
|
+
},
|
|
14579
14582
|
"DryRun": {
|
|
14580
14583
|
"type": "boolean"
|
|
14581
14584
|
}
|
|
@@ -14601,7 +14604,7 @@
|
|
|
14601
14604
|
"ClientVpnEndpointId": {},
|
|
14602
14605
|
"ServerCertificateArn": {},
|
|
14603
14606
|
"ConnectionLogOptions": {
|
|
14604
|
-
"shape": "
|
|
14607
|
+
"shape": "S6z"
|
|
14605
14608
|
},
|
|
14606
14609
|
"DnsServers": {
|
|
14607
14610
|
"type": "structure",
|
|
@@ -14631,7 +14634,7 @@
|
|
|
14631
14634
|
"VpcId": {},
|
|
14632
14635
|
"SelfServicePortal": {},
|
|
14633
14636
|
"ClientConnectOptions": {
|
|
14634
|
-
"shape": "
|
|
14637
|
+
"shape": "S72"
|
|
14635
14638
|
}
|
|
14636
14639
|
}
|
|
14637
14640
|
},
|
|
@@ -14704,12 +14707,12 @@
|
|
|
14704
14707
|
},
|
|
14705
14708
|
"ExcessCapacityTerminationPolicy": {},
|
|
14706
14709
|
"LaunchTemplateConfigs": {
|
|
14707
|
-
"shape": "
|
|
14710
|
+
"shape": "S8i",
|
|
14708
14711
|
"locationName": "LaunchTemplateConfig"
|
|
14709
14712
|
},
|
|
14710
14713
|
"FleetId": {},
|
|
14711
14714
|
"TargetCapacitySpecification": {
|
|
14712
|
-
"shape": "
|
|
14715
|
+
"shape": "S8r"
|
|
14713
14716
|
}
|
|
14714
14717
|
}
|
|
14715
14718
|
},
|
|
@@ -14852,7 +14855,7 @@
|
|
|
14852
14855
|
"members": {
|
|
14853
14856
|
"Attribute": {},
|
|
14854
14857
|
"Description": {
|
|
14855
|
-
"shape": "
|
|
14858
|
+
"shape": "S7z"
|
|
14856
14859
|
},
|
|
14857
14860
|
"ImageId": {},
|
|
14858
14861
|
"LaunchPermission": {
|
|
@@ -14956,23 +14959,23 @@
|
|
|
14956
14959
|
"locationName": "instanceId"
|
|
14957
14960
|
},
|
|
14958
14961
|
"InstanceInitiatedShutdownBehavior": {
|
|
14959
|
-
"shape": "
|
|
14962
|
+
"shape": "S7z",
|
|
14960
14963
|
"locationName": "instanceInitiatedShutdownBehavior"
|
|
14961
14964
|
},
|
|
14962
14965
|
"InstanceType": {
|
|
14963
|
-
"shape": "
|
|
14966
|
+
"shape": "S7z",
|
|
14964
14967
|
"locationName": "instanceType"
|
|
14965
14968
|
},
|
|
14966
14969
|
"Kernel": {
|
|
14967
|
-
"shape": "
|
|
14970
|
+
"shape": "S7z",
|
|
14968
14971
|
"locationName": "kernel"
|
|
14969
14972
|
},
|
|
14970
14973
|
"Ramdisk": {
|
|
14971
|
-
"shape": "
|
|
14974
|
+
"shape": "S7z",
|
|
14972
14975
|
"locationName": "ramdisk"
|
|
14973
14976
|
},
|
|
14974
14977
|
"SriovNetSupport": {
|
|
14975
|
-
"shape": "
|
|
14978
|
+
"shape": "S7z",
|
|
14976
14979
|
"locationName": "sriovNetSupport"
|
|
14977
14980
|
},
|
|
14978
14981
|
"UserData": {
|
|
@@ -15202,7 +15205,7 @@
|
|
|
15202
15205
|
"type": "structure",
|
|
15203
15206
|
"members": {
|
|
15204
15207
|
"LaunchTemplate": {
|
|
15205
|
-
"shape": "
|
|
15208
|
+
"shape": "Sbh",
|
|
15206
15209
|
"locationName": "launchTemplate"
|
|
15207
15210
|
}
|
|
15208
15211
|
}
|
|
@@ -15224,7 +15227,7 @@
|
|
|
15224
15227
|
},
|
|
15225
15228
|
"PrefixListName": {},
|
|
15226
15229
|
"AddEntries": {
|
|
15227
|
-
"shape": "
|
|
15230
|
+
"shape": "Sct",
|
|
15228
15231
|
"locationName": "AddEntry"
|
|
15229
15232
|
},
|
|
15230
15233
|
"RemoveEntries": {
|
|
@@ -15246,7 +15249,7 @@
|
|
|
15246
15249
|
"type": "structure",
|
|
15247
15250
|
"members": {
|
|
15248
15251
|
"PrefixList": {
|
|
15249
|
-
"shape": "
|
|
15252
|
+
"shape": "Scw",
|
|
15250
15253
|
"locationName": "prefixList"
|
|
15251
15254
|
}
|
|
15252
15255
|
}
|
|
@@ -15273,7 +15276,7 @@
|
|
|
15273
15276
|
}
|
|
15274
15277
|
},
|
|
15275
15278
|
"Description": {
|
|
15276
|
-
"shape": "
|
|
15279
|
+
"shape": "S7z",
|
|
15277
15280
|
"locationName": "description"
|
|
15278
15281
|
},
|
|
15279
15282
|
"DryRun": {
|
|
@@ -15281,7 +15284,7 @@
|
|
|
15281
15284
|
"type": "boolean"
|
|
15282
15285
|
},
|
|
15283
15286
|
"Groups": {
|
|
15284
|
-
"shape": "
|
|
15287
|
+
"shape": "Sae",
|
|
15285
15288
|
"locationName": "SecurityGroupId"
|
|
15286
15289
|
},
|
|
15287
15290
|
"NetworkInterfaceId": {
|
|
@@ -16354,7 +16357,7 @@
|
|
|
16354
16357
|
"locationName": "architecture"
|
|
16355
16358
|
},
|
|
16356
16359
|
"BlockDeviceMappings": {
|
|
16357
|
-
"shape": "
|
|
16360
|
+
"shape": "S9i",
|
|
16358
16361
|
"locationName": "BlockDeviceMapping"
|
|
16359
16362
|
},
|
|
16360
16363
|
"Description": {
|
|
@@ -16748,7 +16751,7 @@
|
|
|
16748
16751
|
"type": "boolean"
|
|
16749
16752
|
},
|
|
16750
16753
|
"IcmpTypeCode": {
|
|
16751
|
-
"shape": "
|
|
16754
|
+
"shape": "Sdd",
|
|
16752
16755
|
"locationName": "Icmp"
|
|
16753
16756
|
},
|
|
16754
16757
|
"Ipv6CidrBlock": {
|
|
@@ -16758,7 +16761,7 @@
|
|
|
16758
16761
|
"locationName": "networkAclId"
|
|
16759
16762
|
},
|
|
16760
16763
|
"PortRange": {
|
|
16761
|
-
"shape": "
|
|
16764
|
+
"shape": "Sde",
|
|
16762
16765
|
"locationName": "portRange"
|
|
16763
16766
|
},
|
|
16764
16767
|
"Protocol": {
|
|
@@ -17245,7 +17248,7 @@
|
|
|
17245
17248
|
"type": "structure",
|
|
17246
17249
|
"members": {
|
|
17247
17250
|
"PrefixList": {
|
|
17248
|
-
"shape": "
|
|
17251
|
+
"shape": "Scw",
|
|
17249
17252
|
"locationName": "prefixList"
|
|
17250
17253
|
}
|
|
17251
17254
|
}
|
|
@@ -17382,7 +17385,7 @@
|
|
|
17382
17385
|
],
|
|
17383
17386
|
"members": {
|
|
17384
17387
|
"BlockDeviceMappings": {
|
|
17385
|
-
"shape": "
|
|
17388
|
+
"shape": "S9i",
|
|
17386
17389
|
"locationName": "BlockDeviceMapping"
|
|
17387
17390
|
},
|
|
17388
17391
|
"ImageId": {},
|
|
@@ -17391,7 +17394,7 @@
|
|
|
17391
17394
|
"type": "integer"
|
|
17392
17395
|
},
|
|
17393
17396
|
"Ipv6Addresses": {
|
|
17394
|
-
"shape": "
|
|
17397
|
+
"shape": "Sbv",
|
|
17395
17398
|
"locationName": "Ipv6Address"
|
|
17396
17399
|
},
|
|
17397
17400
|
"KernelId": {},
|
|
@@ -17406,15 +17409,15 @@
|
|
|
17406
17409
|
"shape": "S17y"
|
|
17407
17410
|
},
|
|
17408
17411
|
"Placement": {
|
|
17409
|
-
"shape": "
|
|
17412
|
+
"shape": "S8q"
|
|
17410
17413
|
},
|
|
17411
17414
|
"RamdiskId": {},
|
|
17412
17415
|
"SecurityGroupIds": {
|
|
17413
|
-
"shape": "
|
|
17416
|
+
"shape": "Sae",
|
|
17414
17417
|
"locationName": "SecurityGroupId"
|
|
17415
17418
|
},
|
|
17416
17419
|
"SecurityGroups": {
|
|
17417
|
-
"shape": "
|
|
17420
|
+
"shape": "Say",
|
|
17418
17421
|
"locationName": "SecurityGroup"
|
|
17419
17422
|
},
|
|
17420
17423
|
"SubnetId": {},
|
|
@@ -17455,7 +17458,7 @@
|
|
|
17455
17458
|
"ElasticGpuSpecification": {
|
|
17456
17459
|
"type": "list",
|
|
17457
17460
|
"member": {
|
|
17458
|
-
"shape": "
|
|
17461
|
+
"shape": "Sau",
|
|
17459
17462
|
"locationName": "item"
|
|
17460
17463
|
}
|
|
17461
17464
|
},
|
|
@@ -17509,7 +17512,7 @@
|
|
|
17509
17512
|
}
|
|
17510
17513
|
},
|
|
17511
17514
|
"CreditSpecification": {
|
|
17512
|
-
"shape": "
|
|
17515
|
+
"shape": "Sb4"
|
|
17513
17516
|
},
|
|
17514
17517
|
"CpuOptions": {
|
|
17515
17518
|
"type": "structure",
|
|
@@ -17764,7 +17767,7 @@
|
|
|
17764
17767
|
"locationName": "routeSet",
|
|
17765
17768
|
"type": "list",
|
|
17766
17769
|
"member": {
|
|
17767
|
-
"shape": "
|
|
17770
|
+
"shape": "Scl",
|
|
17768
17771
|
"locationName": "item"
|
|
17769
17772
|
}
|
|
17770
17773
|
},
|
|
@@ -19137,6 +19140,10 @@
|
|
|
19137
19140
|
"State": {
|
|
19138
19141
|
"locationName": "state"
|
|
19139
19142
|
},
|
|
19143
|
+
"StartDate": {
|
|
19144
|
+
"locationName": "startDate",
|
|
19145
|
+
"type": "timestamp"
|
|
19146
|
+
},
|
|
19140
19147
|
"EndDate": {
|
|
19141
19148
|
"locationName": "endDate",
|
|
19142
19149
|
"type": "timestamp"
|
|
@@ -19157,7 +19164,7 @@
|
|
|
19157
19164
|
}
|
|
19158
19165
|
}
|
|
19159
19166
|
},
|
|
19160
|
-
"
|
|
19167
|
+
"S6p": {
|
|
19161
19168
|
"type": "structure",
|
|
19162
19169
|
"members": {
|
|
19163
19170
|
"CarrierGatewayId": {
|
|
@@ -19178,7 +19185,7 @@
|
|
|
19178
19185
|
}
|
|
19179
19186
|
}
|
|
19180
19187
|
},
|
|
19181
|
-
"
|
|
19188
|
+
"S6z": {
|
|
19182
19189
|
"type": "structure",
|
|
19183
19190
|
"members": {
|
|
19184
19191
|
"Enabled": {
|
|
@@ -19188,7 +19195,7 @@
|
|
|
19188
19195
|
"CloudwatchLogStream": {}
|
|
19189
19196
|
}
|
|
19190
19197
|
},
|
|
19191
|
-
"
|
|
19198
|
+
"S72": {
|
|
19192
19199
|
"type": "structure",
|
|
19193
19200
|
"members": {
|
|
19194
19201
|
"Enabled": {
|
|
@@ -19197,7 +19204,7 @@
|
|
|
19197
19204
|
"LambdaFunctionArn": {}
|
|
19198
19205
|
}
|
|
19199
19206
|
},
|
|
19200
|
-
"
|
|
19207
|
+
"S74": {
|
|
19201
19208
|
"type": "structure",
|
|
19202
19209
|
"members": {
|
|
19203
19210
|
"Code": {
|
|
@@ -19208,7 +19215,7 @@
|
|
|
19208
19215
|
}
|
|
19209
19216
|
}
|
|
19210
19217
|
},
|
|
19211
|
-
"
|
|
19218
|
+
"S78": {
|
|
19212
19219
|
"type": "structure",
|
|
19213
19220
|
"members": {
|
|
19214
19221
|
"Code": {
|
|
@@ -19219,7 +19226,7 @@
|
|
|
19219
19226
|
}
|
|
19220
19227
|
}
|
|
19221
19228
|
},
|
|
19222
|
-
"
|
|
19229
|
+
"S7d": {
|
|
19223
19230
|
"type": "structure",
|
|
19224
19231
|
"members": {
|
|
19225
19232
|
"BgpAsn": {
|
|
@@ -19249,7 +19256,7 @@
|
|
|
19249
19256
|
}
|
|
19250
19257
|
}
|
|
19251
19258
|
},
|
|
19252
|
-
"
|
|
19259
|
+
"S7g": {
|
|
19253
19260
|
"type": "structure",
|
|
19254
19261
|
"members": {
|
|
19255
19262
|
"AvailabilityZone": {
|
|
@@ -19316,7 +19323,7 @@
|
|
|
19316
19323
|
}
|
|
19317
19324
|
}
|
|
19318
19325
|
},
|
|
19319
|
-
"
|
|
19326
|
+
"S7m": {
|
|
19320
19327
|
"type": "structure",
|
|
19321
19328
|
"members": {
|
|
19322
19329
|
"CidrBlock": {
|
|
@@ -19363,7 +19370,7 @@
|
|
|
19363
19370
|
}
|
|
19364
19371
|
}
|
|
19365
19372
|
},
|
|
19366
|
-
"
|
|
19373
|
+
"S7v": {
|
|
19367
19374
|
"type": "structure",
|
|
19368
19375
|
"members": {
|
|
19369
19376
|
"DhcpConfigurations": {
|
|
@@ -19380,7 +19387,7 @@
|
|
|
19380
19387
|
"locationName": "valueSet",
|
|
19381
19388
|
"type": "list",
|
|
19382
19389
|
"member": {
|
|
19383
|
-
"shape": "
|
|
19390
|
+
"shape": "S7z",
|
|
19384
19391
|
"locationName": "item"
|
|
19385
19392
|
}
|
|
19386
19393
|
}
|
|
@@ -19399,7 +19406,7 @@
|
|
|
19399
19406
|
}
|
|
19400
19407
|
}
|
|
19401
19408
|
},
|
|
19402
|
-
"
|
|
19409
|
+
"S7z": {
|
|
19403
19410
|
"type": "structure",
|
|
19404
19411
|
"members": {
|
|
19405
19412
|
"Value": {
|
|
@@ -19407,11 +19414,11 @@
|
|
|
19407
19414
|
}
|
|
19408
19415
|
}
|
|
19409
19416
|
},
|
|
19410
|
-
"
|
|
19417
|
+
"S82": {
|
|
19411
19418
|
"type": "structure",
|
|
19412
19419
|
"members": {
|
|
19413
19420
|
"Attachments": {
|
|
19414
|
-
"shape": "
|
|
19421
|
+
"shape": "S83",
|
|
19415
19422
|
"locationName": "attachmentSet"
|
|
19416
19423
|
},
|
|
19417
19424
|
"EgressOnlyInternetGatewayId": {
|
|
@@ -19423,7 +19430,7 @@
|
|
|
19423
19430
|
}
|
|
19424
19431
|
}
|
|
19425
19432
|
},
|
|
19426
|
-
"
|
|
19433
|
+
"S83": {
|
|
19427
19434
|
"type": "list",
|
|
19428
19435
|
"member": {
|
|
19429
19436
|
"locationName": "item",
|
|
@@ -19438,7 +19445,7 @@
|
|
|
19438
19445
|
}
|
|
19439
19446
|
}
|
|
19440
19447
|
},
|
|
19441
|
-
"
|
|
19448
|
+
"S8i": {
|
|
19442
19449
|
"type": "list",
|
|
19443
19450
|
"member": {
|
|
19444
19451
|
"locationName": "item",
|
|
@@ -19469,7 +19476,7 @@
|
|
|
19469
19476
|
"type": "double"
|
|
19470
19477
|
},
|
|
19471
19478
|
"Placement": {
|
|
19472
|
-
"shape": "
|
|
19479
|
+
"shape": "S8q"
|
|
19473
19480
|
}
|
|
19474
19481
|
}
|
|
19475
19482
|
}
|
|
@@ -19477,7 +19484,7 @@
|
|
|
19477
19484
|
}
|
|
19478
19485
|
}
|
|
19479
19486
|
},
|
|
19480
|
-
"
|
|
19487
|
+
"S8q": {
|
|
19481
19488
|
"type": "structure",
|
|
19482
19489
|
"members": {
|
|
19483
19490
|
"AvailabilityZone": {
|
|
@@ -19507,7 +19514,7 @@
|
|
|
19507
19514
|
}
|
|
19508
19515
|
}
|
|
19509
19516
|
},
|
|
19510
|
-
"
|
|
19517
|
+
"S8r": {
|
|
19511
19518
|
"type": "structure",
|
|
19512
19519
|
"required": [
|
|
19513
19520
|
"TotalTargetCapacity"
|
|
@@ -19525,20 +19532,20 @@
|
|
|
19525
19532
|
"DefaultTargetCapacityType": {}
|
|
19526
19533
|
}
|
|
19527
19534
|
},
|
|
19528
|
-
"
|
|
19535
|
+
"S8y": {
|
|
19529
19536
|
"type": "structure",
|
|
19530
19537
|
"members": {
|
|
19531
19538
|
"LaunchTemplateSpecification": {
|
|
19532
|
-
"shape": "
|
|
19539
|
+
"shape": "S8z",
|
|
19533
19540
|
"locationName": "launchTemplateSpecification"
|
|
19534
19541
|
},
|
|
19535
19542
|
"Overrides": {
|
|
19536
|
-
"shape": "
|
|
19543
|
+
"shape": "S90",
|
|
19537
19544
|
"locationName": "overrides"
|
|
19538
19545
|
}
|
|
19539
19546
|
}
|
|
19540
19547
|
},
|
|
19541
|
-
"
|
|
19548
|
+
"S8z": {
|
|
19542
19549
|
"type": "structure",
|
|
19543
19550
|
"members": {
|
|
19544
19551
|
"LaunchTemplateId": {
|
|
@@ -19552,7 +19559,7 @@
|
|
|
19552
19559
|
}
|
|
19553
19560
|
}
|
|
19554
19561
|
},
|
|
19555
|
-
"
|
|
19562
|
+
"S90": {
|
|
19556
19563
|
"type": "structure",
|
|
19557
19564
|
"members": {
|
|
19558
19565
|
"InstanceType": {
|
|
@@ -19586,27 +19593,27 @@
|
|
|
19586
19593
|
}
|
|
19587
19594
|
}
|
|
19588
19595
|
},
|
|
19589
|
-
"
|
|
19596
|
+
"S95": {
|
|
19590
19597
|
"type": "list",
|
|
19591
19598
|
"member": {
|
|
19592
19599
|
"locationName": "item"
|
|
19593
19600
|
}
|
|
19594
19601
|
},
|
|
19595
|
-
"
|
|
19602
|
+
"S9f": {
|
|
19596
19603
|
"type": "structure",
|
|
19597
19604
|
"members": {
|
|
19598
19605
|
"Bucket": {},
|
|
19599
19606
|
"Key": {}
|
|
19600
19607
|
}
|
|
19601
19608
|
},
|
|
19602
|
-
"
|
|
19609
|
+
"S9i": {
|
|
19603
19610
|
"type": "list",
|
|
19604
19611
|
"member": {
|
|
19605
|
-
"shape": "
|
|
19612
|
+
"shape": "S9j",
|
|
19606
19613
|
"locationName": "BlockDeviceMapping"
|
|
19607
19614
|
}
|
|
19608
19615
|
},
|
|
19609
|
-
"
|
|
19616
|
+
"S9j": {
|
|
19610
19617
|
"type": "structure",
|
|
19611
19618
|
"members": {
|
|
19612
19619
|
"DeviceName": {
|
|
@@ -19653,7 +19660,7 @@
|
|
|
19653
19660
|
}
|
|
19654
19661
|
}
|
|
19655
19662
|
},
|
|
19656
|
-
"
|
|
19663
|
+
"S9t": {
|
|
19657
19664
|
"type": "structure",
|
|
19658
19665
|
"members": {
|
|
19659
19666
|
"Description": {
|
|
@@ -19704,11 +19711,11 @@
|
|
|
19704
19711
|
}
|
|
19705
19712
|
}
|
|
19706
19713
|
},
|
|
19707
|
-
"
|
|
19714
|
+
"S9z": {
|
|
19708
19715
|
"type": "structure",
|
|
19709
19716
|
"members": {
|
|
19710
19717
|
"Attachments": {
|
|
19711
|
-
"shape": "
|
|
19718
|
+
"shape": "S83",
|
|
19712
19719
|
"locationName": "attachmentSet"
|
|
19713
19720
|
},
|
|
19714
19721
|
"InternetGatewayId": {
|
|
@@ -19723,7 +19730,7 @@
|
|
|
19723
19730
|
}
|
|
19724
19731
|
}
|
|
19725
19732
|
},
|
|
19726
|
-
"
|
|
19733
|
+
"Sa5": {
|
|
19727
19734
|
"type": "structure",
|
|
19728
19735
|
"members": {
|
|
19729
19736
|
"KernelId": {},
|
|
@@ -19794,7 +19801,7 @@
|
|
|
19794
19801
|
"type": "integer"
|
|
19795
19802
|
},
|
|
19796
19803
|
"Groups": {
|
|
19797
|
-
"shape": "
|
|
19804
|
+
"shape": "Sae",
|
|
19798
19805
|
"locationName": "SecurityGroupId"
|
|
19799
19806
|
},
|
|
19800
19807
|
"InterfaceType": {},
|
|
@@ -19814,7 +19821,7 @@
|
|
|
19814
19821
|
"NetworkInterfaceId": {},
|
|
19815
19822
|
"PrivateIpAddress": {},
|
|
19816
19823
|
"PrivateIpAddresses": {
|
|
19817
|
-
"shape": "
|
|
19824
|
+
"shape": "Sah"
|
|
19818
19825
|
},
|
|
19819
19826
|
"SecondaryPrivateIpAddressCount": {
|
|
19820
19827
|
"type": "integer"
|
|
@@ -19877,7 +19884,7 @@
|
|
|
19877
19884
|
"locationName": "ElasticGpuSpecification",
|
|
19878
19885
|
"type": "list",
|
|
19879
19886
|
"member": {
|
|
19880
|
-
"shape": "
|
|
19887
|
+
"shape": "Sau",
|
|
19881
19888
|
"locationName": "ElasticGpuSpecification"
|
|
19882
19889
|
}
|
|
19883
19890
|
},
|
|
@@ -19899,11 +19906,11 @@
|
|
|
19899
19906
|
}
|
|
19900
19907
|
},
|
|
19901
19908
|
"SecurityGroupIds": {
|
|
19902
|
-
"shape": "
|
|
19909
|
+
"shape": "Sae",
|
|
19903
19910
|
"locationName": "SecurityGroupId"
|
|
19904
19911
|
},
|
|
19905
19912
|
"SecurityGroups": {
|
|
19906
|
-
"shape": "
|
|
19913
|
+
"shape": "Say",
|
|
19907
19914
|
"locationName": "SecurityGroup"
|
|
19908
19915
|
},
|
|
19909
19916
|
"InstanceMarketOptions": {
|
|
@@ -19927,7 +19934,7 @@
|
|
|
19927
19934
|
}
|
|
19928
19935
|
},
|
|
19929
19936
|
"CreditSpecification": {
|
|
19930
|
-
"shape": "
|
|
19937
|
+
"shape": "Sb4"
|
|
19931
19938
|
},
|
|
19932
19939
|
"CpuOptions": {
|
|
19933
19940
|
"type": "structure",
|
|
@@ -19945,7 +19952,7 @@
|
|
|
19945
19952
|
"members": {
|
|
19946
19953
|
"CapacityReservationPreference": {},
|
|
19947
19954
|
"CapacityReservationTarget": {
|
|
19948
|
-
"shape": "
|
|
19955
|
+
"shape": "Sb8"
|
|
19949
19956
|
}
|
|
19950
19957
|
}
|
|
19951
19958
|
},
|
|
@@ -19988,13 +19995,13 @@
|
|
|
19988
19995
|
}
|
|
19989
19996
|
}
|
|
19990
19997
|
},
|
|
19991
|
-
"
|
|
19998
|
+
"Sae": {
|
|
19992
19999
|
"type": "list",
|
|
19993
20000
|
"member": {
|
|
19994
20001
|
"locationName": "SecurityGroupId"
|
|
19995
20002
|
}
|
|
19996
20003
|
},
|
|
19997
|
-
"
|
|
20004
|
+
"Sah": {
|
|
19998
20005
|
"type": "list",
|
|
19999
20006
|
"member": {
|
|
20000
20007
|
"locationName": "item",
|
|
@@ -20010,7 +20017,7 @@
|
|
|
20010
20017
|
}
|
|
20011
20018
|
}
|
|
20012
20019
|
},
|
|
20013
|
-
"
|
|
20020
|
+
"Sau": {
|
|
20014
20021
|
"type": "structure",
|
|
20015
20022
|
"required": [
|
|
20016
20023
|
"Type"
|
|
@@ -20019,13 +20026,13 @@
|
|
|
20019
20026
|
"Type": {}
|
|
20020
20027
|
}
|
|
20021
20028
|
},
|
|
20022
|
-
"
|
|
20029
|
+
"Say": {
|
|
20023
20030
|
"type": "list",
|
|
20024
20031
|
"member": {
|
|
20025
20032
|
"locationName": "SecurityGroup"
|
|
20026
20033
|
}
|
|
20027
20034
|
},
|
|
20028
|
-
"
|
|
20035
|
+
"Sb4": {
|
|
20029
20036
|
"type": "structure",
|
|
20030
20037
|
"required": [
|
|
20031
20038
|
"CpuCredits"
|
|
@@ -20034,14 +20041,14 @@
|
|
|
20034
20041
|
"CpuCredits": {}
|
|
20035
20042
|
}
|
|
20036
20043
|
},
|
|
20037
|
-
"
|
|
20044
|
+
"Sb8": {
|
|
20038
20045
|
"type": "structure",
|
|
20039
20046
|
"members": {
|
|
20040
20047
|
"CapacityReservationId": {},
|
|
20041
20048
|
"CapacityReservationResourceGroupArn": {}
|
|
20042
20049
|
}
|
|
20043
20050
|
},
|
|
20044
|
-
"
|
|
20051
|
+
"Sbh": {
|
|
20045
20052
|
"type": "structure",
|
|
20046
20053
|
"members": {
|
|
20047
20054
|
"LaunchTemplateId": {
|
|
@@ -20071,7 +20078,7 @@
|
|
|
20071
20078
|
}
|
|
20072
20079
|
}
|
|
20073
20080
|
},
|
|
20074
|
-
"
|
|
20081
|
+
"Sbi": {
|
|
20075
20082
|
"type": "structure",
|
|
20076
20083
|
"members": {
|
|
20077
20084
|
"Errors": {
|
|
@@ -20092,7 +20099,7 @@
|
|
|
20092
20099
|
}
|
|
20093
20100
|
}
|
|
20094
20101
|
},
|
|
20095
|
-
"
|
|
20102
|
+
"Sbn": {
|
|
20096
20103
|
"type": "structure",
|
|
20097
20104
|
"members": {
|
|
20098
20105
|
"LaunchTemplateId": {
|
|
@@ -20120,12 +20127,12 @@
|
|
|
20120
20127
|
"type": "boolean"
|
|
20121
20128
|
},
|
|
20122
20129
|
"LaunchTemplateData": {
|
|
20123
|
-
"shape": "
|
|
20130
|
+
"shape": "Sbo",
|
|
20124
20131
|
"locationName": "launchTemplateData"
|
|
20125
20132
|
}
|
|
20126
20133
|
}
|
|
20127
20134
|
},
|
|
20128
|
-
"
|
|
20135
|
+
"Sbo": {
|
|
20129
20136
|
"type": "structure",
|
|
20130
20137
|
"members": {
|
|
20131
20138
|
"KernelId": {
|
|
@@ -20239,7 +20246,7 @@
|
|
|
20239
20246
|
"type": "integer"
|
|
20240
20247
|
},
|
|
20241
20248
|
"Ipv6Addresses": {
|
|
20242
|
-
"shape": "
|
|
20249
|
+
"shape": "Sbv",
|
|
20243
20250
|
"locationName": "ipv6AddressesSet"
|
|
20244
20251
|
},
|
|
20245
20252
|
"NetworkInterfaceId": {
|
|
@@ -20249,7 +20256,7 @@
|
|
|
20249
20256
|
"locationName": "privateIpAddress"
|
|
20250
20257
|
},
|
|
20251
20258
|
"PrivateIpAddresses": {
|
|
20252
|
-
"shape": "
|
|
20259
|
+
"shape": "Sah",
|
|
20253
20260
|
"locationName": "privateIpAddressesSet"
|
|
20254
20261
|
},
|
|
20255
20262
|
"SecondaryPrivateIpAddressCount": {
|
|
@@ -20447,7 +20454,7 @@
|
|
|
20447
20454
|
"locationName": "capacityReservationPreference"
|
|
20448
20455
|
},
|
|
20449
20456
|
"CapacityReservationTarget": {
|
|
20450
|
-
"shape": "
|
|
20457
|
+
"shape": "Sca",
|
|
20451
20458
|
"locationName": "capacityReservationTarget"
|
|
20452
20459
|
}
|
|
20453
20460
|
}
|
|
@@ -20506,7 +20513,7 @@
|
|
|
20506
20513
|
}
|
|
20507
20514
|
}
|
|
20508
20515
|
},
|
|
20509
|
-
"
|
|
20516
|
+
"Sbv": {
|
|
20510
20517
|
"type": "list",
|
|
20511
20518
|
"member": {
|
|
20512
20519
|
"locationName": "item",
|
|
@@ -20518,7 +20525,7 @@
|
|
|
20518
20525
|
}
|
|
20519
20526
|
}
|
|
20520
20527
|
},
|
|
20521
|
-
"
|
|
20528
|
+
"Sca": {
|
|
20522
20529
|
"type": "structure",
|
|
20523
20530
|
"members": {
|
|
20524
20531
|
"CapacityReservationId": {
|
|
@@ -20529,7 +20536,7 @@
|
|
|
20529
20536
|
}
|
|
20530
20537
|
}
|
|
20531
20538
|
},
|
|
20532
|
-
"
|
|
20539
|
+
"Scl": {
|
|
20533
20540
|
"type": "structure",
|
|
20534
20541
|
"members": {
|
|
20535
20542
|
"DestinationCidrBlock": {
|
|
@@ -20555,7 +20562,7 @@
|
|
|
20555
20562
|
}
|
|
20556
20563
|
}
|
|
20557
20564
|
},
|
|
20558
|
-
"
|
|
20565
|
+
"Scq": {
|
|
20559
20566
|
"type": "structure",
|
|
20560
20567
|
"members": {
|
|
20561
20568
|
"LocalGatewayRouteTableVpcAssociationId": {
|
|
@@ -20585,7 +20592,7 @@
|
|
|
20585
20592
|
}
|
|
20586
20593
|
}
|
|
20587
20594
|
},
|
|
20588
|
-
"
|
|
20595
|
+
"Sct": {
|
|
20589
20596
|
"type": "list",
|
|
20590
20597
|
"member": {
|
|
20591
20598
|
"type": "structure",
|
|
@@ -20598,7 +20605,7 @@
|
|
|
20598
20605
|
}
|
|
20599
20606
|
}
|
|
20600
20607
|
},
|
|
20601
|
-
"
|
|
20608
|
+
"Scw": {
|
|
20602
20609
|
"type": "structure",
|
|
20603
20610
|
"members": {
|
|
20604
20611
|
"PrefixListId": {
|
|
@@ -20636,7 +20643,7 @@
|
|
|
20636
20643
|
}
|
|
20637
20644
|
}
|
|
20638
20645
|
},
|
|
20639
|
-
"
|
|
20646
|
+
"Sd1": {
|
|
20640
20647
|
"type": "structure",
|
|
20641
20648
|
"members": {
|
|
20642
20649
|
"CreateTime": {
|
|
@@ -20716,7 +20723,7 @@
|
|
|
20716
20723
|
}
|
|
20717
20724
|
}
|
|
20718
20725
|
},
|
|
20719
|
-
"
|
|
20726
|
+
"Sd8": {
|
|
20720
20727
|
"type": "structure",
|
|
20721
20728
|
"members": {
|
|
20722
20729
|
"Associations": {
|
|
@@ -20753,14 +20760,14 @@
|
|
|
20753
20760
|
"type": "boolean"
|
|
20754
20761
|
},
|
|
20755
20762
|
"IcmpTypeCode": {
|
|
20756
|
-
"shape": "
|
|
20763
|
+
"shape": "Sdd",
|
|
20757
20764
|
"locationName": "icmpTypeCode"
|
|
20758
20765
|
},
|
|
20759
20766
|
"Ipv6CidrBlock": {
|
|
20760
20767
|
"locationName": "ipv6CidrBlock"
|
|
20761
20768
|
},
|
|
20762
20769
|
"PortRange": {
|
|
20763
|
-
"shape": "
|
|
20770
|
+
"shape": "Sde",
|
|
20764
20771
|
"locationName": "portRange"
|
|
20765
20772
|
},
|
|
20766
20773
|
"Protocol": {
|
|
@@ -20795,7 +20802,7 @@
|
|
|
20795
20802
|
}
|
|
20796
20803
|
}
|
|
20797
20804
|
},
|
|
20798
|
-
"
|
|
20805
|
+
"Sdd": {
|
|
20799
20806
|
"type": "structure",
|
|
20800
20807
|
"members": {
|
|
20801
20808
|
"Code": {
|
|
@@ -20808,7 +20815,7 @@
|
|
|
20808
20815
|
}
|
|
20809
20816
|
}
|
|
20810
20817
|
},
|
|
20811
|
-
"
|
|
20818
|
+
"Sde": {
|
|
20812
20819
|
"type": "structure",
|
|
20813
20820
|
"members": {
|
|
20814
20821
|
"From": {
|
|
@@ -20821,7 +20828,7 @@
|
|
|
20821
20828
|
}
|
|
20822
20829
|
}
|
|
20823
20830
|
},
|
|
20824
|
-
"
|
|
20831
|
+
"Sdn": {
|
|
20825
20832
|
"type": "structure",
|
|
20826
20833
|
"members": {
|
|
20827
20834
|
"NetworkInsightsPathId": {
|
|
@@ -22787,7 +22794,7 @@
|
|
|
22787
22794
|
"Sv0": {
|
|
22788
22795
|
"type": "list",
|
|
22789
22796
|
"member": {
|
|
22790
|
-
"shape": "
|
|
22797
|
+
"shape": "S9j",
|
|
22791
22798
|
"locationName": "item"
|
|
22792
22799
|
}
|
|
22793
22800
|
},
|
|
@@ -23080,7 +23087,7 @@
|
|
|
23080
23087
|
"locationName": "monitoring"
|
|
23081
23088
|
},
|
|
23082
23089
|
"Placement": {
|
|
23083
|
-
"shape": "
|
|
23090
|
+
"shape": "S8q",
|
|
23084
23091
|
"locationName": "placement"
|
|
23085
23092
|
},
|
|
23086
23093
|
"Platform": {
|
|
@@ -23238,7 +23245,7 @@
|
|
|
23238
23245
|
"locationName": "groupSet"
|
|
23239
23246
|
},
|
|
23240
23247
|
"Ipv6Addresses": {
|
|
23241
|
-
"shape": "
|
|
23248
|
+
"shape": "Sbv",
|
|
23242
23249
|
"locationName": "ipv6AddressesSet"
|
|
23243
23250
|
},
|
|
23244
23251
|
"MacAddress": {
|
|
@@ -23358,7 +23365,7 @@
|
|
|
23358
23365
|
"locationName": "capacityReservationPreference"
|
|
23359
23366
|
},
|
|
23360
23367
|
"CapacityReservationTarget": {
|
|
23361
|
-
"shape": "
|
|
23368
|
+
"shape": "Sca",
|
|
23362
23369
|
"locationName": "capacityReservationTarget"
|
|
23363
23370
|
}
|
|
23364
23371
|
}
|
|
@@ -23799,7 +23806,7 @@
|
|
|
23799
23806
|
"type": "boolean"
|
|
23800
23807
|
},
|
|
23801
23808
|
"PortRange": {
|
|
23802
|
-
"shape": "
|
|
23809
|
+
"shape": "Sde",
|
|
23803
23810
|
"locationName": "portRange"
|
|
23804
23811
|
},
|
|
23805
23812
|
"Protocol": {
|
|
@@ -23858,7 +23865,7 @@
|
|
|
23858
23865
|
"S12w": {
|
|
23859
23866
|
"type": "list",
|
|
23860
23867
|
"member": {
|
|
23861
|
-
"shape": "
|
|
23868
|
+
"shape": "Sde",
|
|
23862
23869
|
"locationName": "item"
|
|
23863
23870
|
}
|
|
23864
23871
|
},
|
|
@@ -23910,7 +23917,7 @@
|
|
|
23910
23917
|
"locationName": "securityGroupId"
|
|
23911
23918
|
},
|
|
23912
23919
|
"PortRange": {
|
|
23913
|
-
"shape": "
|
|
23920
|
+
"shape": "Sde",
|
|
23914
23921
|
"locationName": "portRange"
|
|
23915
23922
|
},
|
|
23916
23923
|
"PrefixListId": {
|
|
@@ -24340,7 +24347,7 @@
|
|
|
24340
24347
|
"type": "integer"
|
|
24341
24348
|
},
|
|
24342
24349
|
"Groups": {
|
|
24343
|
-
"shape": "
|
|
24350
|
+
"shape": "Sae",
|
|
24344
24351
|
"locationName": "SecurityGroupId"
|
|
24345
24352
|
},
|
|
24346
24353
|
"Ipv6AddressCount": {
|
|
@@ -24348,7 +24355,7 @@
|
|
|
24348
24355
|
"type": "integer"
|
|
24349
24356
|
},
|
|
24350
24357
|
"Ipv6Addresses": {
|
|
24351
|
-
"shape": "
|
|
24358
|
+
"shape": "Sbv",
|
|
24352
24359
|
"locationName": "ipv6AddressesSet",
|
|
24353
24360
|
"queryName": "Ipv6Addresses"
|
|
24354
24361
|
},
|
|
@@ -24359,7 +24366,7 @@
|
|
|
24359
24366
|
"locationName": "privateIpAddress"
|
|
24360
24367
|
},
|
|
24361
24368
|
"PrivateIpAddresses": {
|
|
24362
|
-
"shape": "
|
|
24369
|
+
"shape": "Sah",
|
|
24363
24370
|
"locationName": "privateIpAddressesSet",
|
|
24364
24371
|
"queryName": "PrivateIpAddresses"
|
|
24365
24372
|
},
|
|
@@ -24401,7 +24408,7 @@
|
|
|
24401
24408
|
"type": "structure",
|
|
24402
24409
|
"members": {
|
|
24403
24410
|
"LaunchTemplateSpecification": {
|
|
24404
|
-
"shape": "
|
|
24411
|
+
"shape": "S8z",
|
|
24405
24412
|
"locationName": "launchTemplateSpecification"
|
|
24406
24413
|
},
|
|
24407
24414
|
"Overrides": {
|
|
@@ -24898,7 +24905,7 @@
|
|
|
24898
24905
|
"members": {
|
|
24899
24906
|
"CapacityReservationPreference": {},
|
|
24900
24907
|
"CapacityReservationTarget": {
|
|
24901
|
-
"shape": "
|
|
24908
|
+
"shape": "Sb8"
|
|
24902
24909
|
}
|
|
24903
24910
|
}
|
|
24904
24911
|
},
|