@aws-sdk/client-ec2 3.1083.0 → 3.1085.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/dist-cjs/index.js +229 -8
- package/dist-es/models/enums.js +201 -0
- package/dist-es/schemas/schemas_0.js +23 -7
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateFleetCommand.d.ts +18 -4
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -2
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecondaryNetworkCommand.d.ts +1 -2
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +2 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +12 -1
- package/dist-types/commands/ModifyIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +217 -0
- package/dist-types/models/models_1.d.ts +121 -62
- package/dist-types/models/models_2.d.ts +59 -37
- package/dist-types/models/models_3.d.ts +37 -86
- package/dist-types/models/models_4.d.ts +89 -310
- package/dist-types/models/models_5.d.ts +309 -40
- package/dist-types/models/models_6.d.ts +38 -32
- package/dist-types/models/models_7.d.ts +36 -50
- package/dist-types/models/models_8.d.ts +47 -1
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSecondaryNetworkCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +205 -0
- package/dist-types/ts3.4/models/models_1.d.ts +18 -12
- package/dist-types/ts3.4/models/models_2.d.ts +11 -9
- package/dist-types/ts3.4/models/models_3.d.ts +9 -15
- package/dist-types/ts3.4/models/models_4.d.ts +16 -39
- package/dist-types/ts3.4/models/models_5.d.ts +40 -10
- package/dist-types/ts3.4/models/models_6.d.ts +9 -8
- package/dist-types/ts3.4/models/models_7.d.ts +10 -11
- package/dist-types/ts3.4/models/models_8.d.ts +10 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +1 -1
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
GetAssociatedEnclaveCertificateIamRolesResult,
|
|
5
|
-
} from "../models/models_5";
|
|
2
|
+
import { GetAssociatedEnclaveCertificateIamRolesRequest } from "../models/models_5";
|
|
3
|
+
import { GetAssociatedEnclaveCertificateIamRolesResult } from "../models/models_6";
|
|
6
4
|
export { __MetadataBearer };
|
|
7
5
|
export interface GetAssociatedEnclaveCertificateIamRolesCommandInput
|
|
8
6
|
extends GetAssociatedEnclaveCertificateIamRolesRequest {}
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
ModifyIpamPoolAllocationRequest,
|
|
4
4
|
ModifyIpamPoolAllocationResult,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_7";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface ModifyIpamPoolAllocationCommandInput
|
|
8
8
|
extends ModifyIpamPoolAllocationRequest {}
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
UpdateCapacityManagerOrganizationsAccessRequest,
|
|
4
4
|
UpdateCapacityManagerOrganizationsAccessResult,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_8";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface UpdateCapacityManagerOrganizationsAccessCommandInput
|
|
8
8
|
extends UpdateCapacityManagerOrganizationsAccessRequest {}
|
|
@@ -1097,6 +1097,19 @@ export declare const _InstanceType: {
|
|
|
1097
1097
|
readonly c8i_metal_48xl: "c8i.metal-48xl";
|
|
1098
1098
|
readonly c8i_metal_96xl: "c8i.metal-96xl";
|
|
1099
1099
|
readonly c8i_xlarge: "c8i.xlarge";
|
|
1100
|
+
readonly c8ib_12xlarge: "c8ib.12xlarge";
|
|
1101
|
+
readonly c8ib_16xlarge: "c8ib.16xlarge";
|
|
1102
|
+
readonly c8ib_24xlarge: "c8ib.24xlarge";
|
|
1103
|
+
readonly c8ib_2xlarge: "c8ib.2xlarge";
|
|
1104
|
+
readonly c8ib_32xlarge: "c8ib.32xlarge";
|
|
1105
|
+
readonly c8ib_48xlarge: "c8ib.48xlarge";
|
|
1106
|
+
readonly c8ib_4xlarge: "c8ib.4xlarge";
|
|
1107
|
+
readonly c8ib_8xlarge: "c8ib.8xlarge";
|
|
1108
|
+
readonly c8ib_96xlarge: "c8ib.96xlarge";
|
|
1109
|
+
readonly c8ib_large: "c8ib.large";
|
|
1110
|
+
readonly c8ib_metal_48xl: "c8ib.metal-48xl";
|
|
1111
|
+
readonly c8ib_metal_96xl: "c8ib.metal-96xl";
|
|
1112
|
+
readonly c8ib_xlarge: "c8ib.xlarge";
|
|
1100
1113
|
readonly c8id_12xlarge: "c8id.12xlarge";
|
|
1101
1114
|
readonly c8id_16xlarge: "c8id.16xlarge";
|
|
1102
1115
|
readonly c8id_24xlarge: "c8id.24xlarge";
|
|
@@ -1110,6 +1123,47 @@ export declare const _InstanceType: {
|
|
|
1110
1123
|
readonly c8id_metal_48xl: "c8id.metal-48xl";
|
|
1111
1124
|
readonly c8id_metal_96xl: "c8id.metal-96xl";
|
|
1112
1125
|
readonly c8id_xlarge: "c8id.xlarge";
|
|
1126
|
+
readonly c8in_12xlarge: "c8in.12xlarge";
|
|
1127
|
+
readonly c8in_16xlarge: "c8in.16xlarge";
|
|
1128
|
+
readonly c8in_24xlarge: "c8in.24xlarge";
|
|
1129
|
+
readonly c8in_2xlarge: "c8in.2xlarge";
|
|
1130
|
+
readonly c8in_32xlarge: "c8in.32xlarge";
|
|
1131
|
+
readonly c8in_48xlarge: "c8in.48xlarge";
|
|
1132
|
+
readonly c8in_4xlarge: "c8in.4xlarge";
|
|
1133
|
+
readonly c8in_8xlarge: "c8in.8xlarge";
|
|
1134
|
+
readonly c8in_96xlarge: "c8in.96xlarge";
|
|
1135
|
+
readonly c8in_large: "c8in.large";
|
|
1136
|
+
readonly c8in_metal_48xl: "c8in.metal-48xl";
|
|
1137
|
+
readonly c8in_metal_96xl: "c8in.metal-96xl";
|
|
1138
|
+
readonly c8in_xlarge: "c8in.xlarge";
|
|
1139
|
+
readonly c8ine_12xlarge: "c8ine.12xlarge";
|
|
1140
|
+
readonly c8ine_2xlarge: "c8ine.2xlarge";
|
|
1141
|
+
readonly c8ine_4xlarge: "c8ine.4xlarge";
|
|
1142
|
+
readonly c8ine_8xlarge: "c8ine.8xlarge";
|
|
1143
|
+
readonly c8ine_large: "c8ine.large";
|
|
1144
|
+
readonly c8ine_xlarge: "c8ine.xlarge";
|
|
1145
|
+
readonly c9g_12xlarge: "c9g.12xlarge";
|
|
1146
|
+
readonly c9g_16xlarge: "c9g.16xlarge";
|
|
1147
|
+
readonly c9g_24xlarge: "c9g.24xlarge";
|
|
1148
|
+
readonly c9g_2xlarge: "c9g.2xlarge";
|
|
1149
|
+
readonly c9g_48xlarge: "c9g.48xlarge";
|
|
1150
|
+
readonly c9g_4xlarge: "c9g.4xlarge";
|
|
1151
|
+
readonly c9g_8xlarge: "c9g.8xlarge";
|
|
1152
|
+
readonly c9g_large: "c9g.large";
|
|
1153
|
+
readonly c9g_medium: "c9g.medium";
|
|
1154
|
+
readonly c9g_metal_48xl: "c9g.metal-48xl";
|
|
1155
|
+
readonly c9g_xlarge: "c9g.xlarge";
|
|
1156
|
+
readonly c9gd_12xlarge: "c9gd.12xlarge";
|
|
1157
|
+
readonly c9gd_16xlarge: "c9gd.16xlarge";
|
|
1158
|
+
readonly c9gd_24xlarge: "c9gd.24xlarge";
|
|
1159
|
+
readonly c9gd_2xlarge: "c9gd.2xlarge";
|
|
1160
|
+
readonly c9gd_48xlarge: "c9gd.48xlarge";
|
|
1161
|
+
readonly c9gd_4xlarge: "c9gd.4xlarge";
|
|
1162
|
+
readonly c9gd_8xlarge: "c9gd.8xlarge";
|
|
1163
|
+
readonly c9gd_large: "c9gd.large";
|
|
1164
|
+
readonly c9gd_medium: "c9gd.medium";
|
|
1165
|
+
readonly c9gd_metal_48xl: "c9gd.metal-48xl";
|
|
1166
|
+
readonly c9gd_xlarge: "c9gd.xlarge";
|
|
1113
1167
|
readonly cc1_4xlarge: "cc1.4xlarge";
|
|
1114
1168
|
readonly cc2_8xlarge: "cc2.8xlarge";
|
|
1115
1169
|
readonly cg1_4xlarge: "cg1.4xlarge";
|
|
@@ -1188,6 +1242,12 @@ export declare const _InstanceType: {
|
|
|
1188
1242
|
readonly g6f_4xlarge: "g6f.4xlarge";
|
|
1189
1243
|
readonly g6f_large: "g6f.large";
|
|
1190
1244
|
readonly g6f_xlarge: "g6f.xlarge";
|
|
1245
|
+
readonly g7_12xlarge: "g7.12xlarge";
|
|
1246
|
+
readonly g7_24xlarge: "g7.24xlarge";
|
|
1247
|
+
readonly g7_2xlarge: "g7.2xlarge";
|
|
1248
|
+
readonly g7_48xlarge: "g7.48xlarge";
|
|
1249
|
+
readonly g7_4xlarge: "g7.4xlarge";
|
|
1250
|
+
readonly g7_8xlarge: "g7.8xlarge";
|
|
1191
1251
|
readonly g7e_12xlarge: "g7e.12xlarge";
|
|
1192
1252
|
readonly g7e_24xlarge: "g7e.24xlarge";
|
|
1193
1253
|
readonly g7e_2xlarge: "g7e.2xlarge";
|
|
@@ -1593,6 +1653,19 @@ export declare const _InstanceType: {
|
|
|
1593
1653
|
readonly m8i_metal_48xl: "m8i.metal-48xl";
|
|
1594
1654
|
readonly m8i_metal_96xl: "m8i.metal-96xl";
|
|
1595
1655
|
readonly m8i_xlarge: "m8i.xlarge";
|
|
1656
|
+
readonly m8ib_12xlarge: "m8ib.12xlarge";
|
|
1657
|
+
readonly m8ib_16xlarge: "m8ib.16xlarge";
|
|
1658
|
+
readonly m8ib_24xlarge: "m8ib.24xlarge";
|
|
1659
|
+
readonly m8ib_2xlarge: "m8ib.2xlarge";
|
|
1660
|
+
readonly m8ib_32xlarge: "m8ib.32xlarge";
|
|
1661
|
+
readonly m8ib_48xlarge: "m8ib.48xlarge";
|
|
1662
|
+
readonly m8ib_4xlarge: "m8ib.4xlarge";
|
|
1663
|
+
readonly m8ib_8xlarge: "m8ib.8xlarge";
|
|
1664
|
+
readonly m8ib_96xlarge: "m8ib.96xlarge";
|
|
1665
|
+
readonly m8ib_large: "m8ib.large";
|
|
1666
|
+
readonly m8ib_metal_48xl: "m8ib.metal-48xl";
|
|
1667
|
+
readonly m8ib_metal_96xl: "m8ib.metal-96xl";
|
|
1668
|
+
readonly m8ib_xlarge: "m8ib.xlarge";
|
|
1596
1669
|
readonly m8id_12xlarge: "m8id.12xlarge";
|
|
1597
1670
|
readonly m8id_16xlarge: "m8id.16xlarge";
|
|
1598
1671
|
readonly m8id_24xlarge: "m8id.24xlarge";
|
|
@@ -1606,11 +1679,79 @@ export declare const _InstanceType: {
|
|
|
1606
1679
|
readonly m8id_metal_48xl: "m8id.metal-48xl";
|
|
1607
1680
|
readonly m8id_metal_96xl: "m8id.metal-96xl";
|
|
1608
1681
|
readonly m8id_xlarge: "m8id.xlarge";
|
|
1682
|
+
readonly m8idb_12xlarge: "m8idb.12xlarge";
|
|
1683
|
+
readonly m8idb_16xlarge: "m8idb.16xlarge";
|
|
1684
|
+
readonly m8idb_24xlarge: "m8idb.24xlarge";
|
|
1685
|
+
readonly m8idb_2xlarge: "m8idb.2xlarge";
|
|
1686
|
+
readonly m8idb_32xlarge: "m8idb.32xlarge";
|
|
1687
|
+
readonly m8idb_48xlarge: "m8idb.48xlarge";
|
|
1688
|
+
readonly m8idb_4xlarge: "m8idb.4xlarge";
|
|
1689
|
+
readonly m8idb_8xlarge: "m8idb.8xlarge";
|
|
1690
|
+
readonly m8idb_96xlarge: "m8idb.96xlarge";
|
|
1691
|
+
readonly m8idb_large: "m8idb.large";
|
|
1692
|
+
readonly m8idb_metal_48xl: "m8idb.metal-48xl";
|
|
1693
|
+
readonly m8idb_metal_96xl: "m8idb.metal-96xl";
|
|
1694
|
+
readonly m8idb_xlarge: "m8idb.xlarge";
|
|
1695
|
+
readonly m8idn_12xlarge: "m8idn.12xlarge";
|
|
1696
|
+
readonly m8idn_16xlarge: "m8idn.16xlarge";
|
|
1697
|
+
readonly m8idn_24xlarge: "m8idn.24xlarge";
|
|
1698
|
+
readonly m8idn_2xlarge: "m8idn.2xlarge";
|
|
1699
|
+
readonly m8idn_32xlarge: "m8idn.32xlarge";
|
|
1700
|
+
readonly m8idn_48xlarge: "m8idn.48xlarge";
|
|
1701
|
+
readonly m8idn_4xlarge: "m8idn.4xlarge";
|
|
1702
|
+
readonly m8idn_8xlarge: "m8idn.8xlarge";
|
|
1703
|
+
readonly m8idn_96xlarge: "m8idn.96xlarge";
|
|
1704
|
+
readonly m8idn_large: "m8idn.large";
|
|
1705
|
+
readonly m8idn_metal_48xl: "m8idn.metal-48xl";
|
|
1706
|
+
readonly m8idn_metal_96xl: "m8idn.metal-96xl";
|
|
1707
|
+
readonly m8idn_xlarge: "m8idn.xlarge";
|
|
1708
|
+
readonly m8in_12xlarge: "m8in.12xlarge";
|
|
1709
|
+
readonly m8in_16xlarge: "m8in.16xlarge";
|
|
1710
|
+
readonly m8in_24xlarge: "m8in.24xlarge";
|
|
1711
|
+
readonly m8in_2xlarge: "m8in.2xlarge";
|
|
1712
|
+
readonly m8in_32xlarge: "m8in.32xlarge";
|
|
1713
|
+
readonly m8in_48xlarge: "m8in.48xlarge";
|
|
1714
|
+
readonly m8in_4xlarge: "m8in.4xlarge";
|
|
1715
|
+
readonly m8in_8xlarge: "m8in.8xlarge";
|
|
1716
|
+
readonly m8in_96xlarge: "m8in.96xlarge";
|
|
1717
|
+
readonly m8in_large: "m8in.large";
|
|
1718
|
+
readonly m8in_metal_48xl: "m8in.metal-48xl";
|
|
1719
|
+
readonly m8in_metal_96xl: "m8in.metal-96xl";
|
|
1720
|
+
readonly m8in_xlarge: "m8in.xlarge";
|
|
1721
|
+
readonly m8ine_12xlarge: "m8ine.12xlarge";
|
|
1722
|
+
readonly m8ine_2xlarge: "m8ine.2xlarge";
|
|
1723
|
+
readonly m8ine_4xlarge: "m8ine.4xlarge";
|
|
1724
|
+
readonly m8ine_8xlarge: "m8ine.8xlarge";
|
|
1725
|
+
readonly m8ine_large: "m8ine.large";
|
|
1726
|
+
readonly m8ine_xlarge: "m8ine.xlarge";
|
|
1727
|
+
readonly m9g_12xlarge: "m9g.12xlarge";
|
|
1728
|
+
readonly m9g_16xlarge: "m9g.16xlarge";
|
|
1729
|
+
readonly m9g_24xlarge: "m9g.24xlarge";
|
|
1730
|
+
readonly m9g_2xlarge: "m9g.2xlarge";
|
|
1731
|
+
readonly m9g_48xlarge: "m9g.48xlarge";
|
|
1732
|
+
readonly m9g_4xlarge: "m9g.4xlarge";
|
|
1733
|
+
readonly m9g_8xlarge: "m9g.8xlarge";
|
|
1734
|
+
readonly m9g_large: "m9g.large";
|
|
1735
|
+
readonly m9g_metal_24xl: "m9g.metal-24xl";
|
|
1736
|
+
readonly m9g_metal_48xl: "m9g.metal-48xl";
|
|
1737
|
+
readonly m9g_xlarge: "m9g.xlarge";
|
|
1738
|
+
readonly m9gd_12xlarge: "m9gd.12xlarge";
|
|
1739
|
+
readonly m9gd_16xlarge: "m9gd.16xlarge";
|
|
1740
|
+
readonly m9gd_24xlarge: "m9gd.24xlarge";
|
|
1741
|
+
readonly m9gd_2xlarge: "m9gd.2xlarge";
|
|
1742
|
+
readonly m9gd_48xlarge: "m9gd.48xlarge";
|
|
1743
|
+
readonly m9gd_4xlarge: "m9gd.4xlarge";
|
|
1744
|
+
readonly m9gd_8xlarge: "m9gd.8xlarge";
|
|
1745
|
+
readonly m9gd_large: "m9gd.large";
|
|
1746
|
+
readonly m9gd_metal_24xl: "m9gd.metal-24xl";
|
|
1747
|
+
readonly m9gd_metal_48xl: "m9gd.metal-48xl";
|
|
1748
|
+
readonly m9gd_xlarge: "m9gd.xlarge";
|
|
1609
1749
|
readonly mac1_metal: "mac1.metal";
|
|
1610
1750
|
readonly mac2_m1ultra_metal: "mac2-m1ultra.metal";
|
|
1611
1751
|
readonly mac2_m2_metal: "mac2-m2.metal";
|
|
1612
1752
|
readonly mac2_m2pro_metal: "mac2-m2pro.metal";
|
|
1613
1753
|
readonly mac2_metal: "mac2.metal";
|
|
1754
|
+
readonly mac_m3ultra_metal: "mac-m3ultra.metal";
|
|
1614
1755
|
readonly mac_m4_metal: "mac-m4.metal";
|
|
1615
1756
|
readonly mac_m4max_metal: "mac-m4max.metal";
|
|
1616
1757
|
readonly mac_m4pro_metal: "mac-m4pro.metal";
|
|
@@ -1900,6 +2041,19 @@ export declare const _InstanceType: {
|
|
|
1900
2041
|
readonly r8i_metal_48xl: "r8i.metal-48xl";
|
|
1901
2042
|
readonly r8i_metal_96xl: "r8i.metal-96xl";
|
|
1902
2043
|
readonly r8i_xlarge: "r8i.xlarge";
|
|
2044
|
+
readonly r8ib_12xlarge: "r8ib.12xlarge";
|
|
2045
|
+
readonly r8ib_16xlarge: "r8ib.16xlarge";
|
|
2046
|
+
readonly r8ib_24xlarge: "r8ib.24xlarge";
|
|
2047
|
+
readonly r8ib_2xlarge: "r8ib.2xlarge";
|
|
2048
|
+
readonly r8ib_32xlarge: "r8ib.32xlarge";
|
|
2049
|
+
readonly r8ib_48xlarge: "r8ib.48xlarge";
|
|
2050
|
+
readonly r8ib_4xlarge: "r8ib.4xlarge";
|
|
2051
|
+
readonly r8ib_8xlarge: "r8ib.8xlarge";
|
|
2052
|
+
readonly r8ib_96xlarge: "r8ib.96xlarge";
|
|
2053
|
+
readonly r8ib_large: "r8ib.large";
|
|
2054
|
+
readonly r8ib_metal_48xl: "r8ib.metal-48xl";
|
|
2055
|
+
readonly r8ib_metal_96xl: "r8ib.metal-96xl";
|
|
2056
|
+
readonly r8ib_xlarge: "r8ib.xlarge";
|
|
1903
2057
|
readonly r8id_12xlarge: "r8id.12xlarge";
|
|
1904
2058
|
readonly r8id_16xlarge: "r8id.16xlarge";
|
|
1905
2059
|
readonly r8id_24xlarge: "r8id.24xlarge";
|
|
@@ -1913,6 +2067,45 @@ export declare const _InstanceType: {
|
|
|
1913
2067
|
readonly r8id_metal_48xl: "r8id.metal-48xl";
|
|
1914
2068
|
readonly r8id_metal_96xl: "r8id.metal-96xl";
|
|
1915
2069
|
readonly r8id_xlarge: "r8id.xlarge";
|
|
2070
|
+
readonly r8idb_12xlarge: "r8idb.12xlarge";
|
|
2071
|
+
readonly r8idb_16xlarge: "r8idb.16xlarge";
|
|
2072
|
+
readonly r8idb_24xlarge: "r8idb.24xlarge";
|
|
2073
|
+
readonly r8idb_2xlarge: "r8idb.2xlarge";
|
|
2074
|
+
readonly r8idb_32xlarge: "r8idb.32xlarge";
|
|
2075
|
+
readonly r8idb_48xlarge: "r8idb.48xlarge";
|
|
2076
|
+
readonly r8idb_4xlarge: "r8idb.4xlarge";
|
|
2077
|
+
readonly r8idb_8xlarge: "r8idb.8xlarge";
|
|
2078
|
+
readonly r8idb_96xlarge: "r8idb.96xlarge";
|
|
2079
|
+
readonly r8idb_large: "r8idb.large";
|
|
2080
|
+
readonly r8idb_metal_48xl: "r8idb.metal-48xl";
|
|
2081
|
+
readonly r8idb_metal_96xl: "r8idb.metal-96xl";
|
|
2082
|
+
readonly r8idb_xlarge: "r8idb.xlarge";
|
|
2083
|
+
readonly r8idn_12xlarge: "r8idn.12xlarge";
|
|
2084
|
+
readonly r8idn_16xlarge: "r8idn.16xlarge";
|
|
2085
|
+
readonly r8idn_24xlarge: "r8idn.24xlarge";
|
|
2086
|
+
readonly r8idn_2xlarge: "r8idn.2xlarge";
|
|
2087
|
+
readonly r8idn_32xlarge: "r8idn.32xlarge";
|
|
2088
|
+
readonly r8idn_48xlarge: "r8idn.48xlarge";
|
|
2089
|
+
readonly r8idn_4xlarge: "r8idn.4xlarge";
|
|
2090
|
+
readonly r8idn_8xlarge: "r8idn.8xlarge";
|
|
2091
|
+
readonly r8idn_96xlarge: "r8idn.96xlarge";
|
|
2092
|
+
readonly r8idn_large: "r8idn.large";
|
|
2093
|
+
readonly r8idn_metal_48xl: "r8idn.metal-48xl";
|
|
2094
|
+
readonly r8idn_metal_96xl: "r8idn.metal-96xl";
|
|
2095
|
+
readonly r8idn_xlarge: "r8idn.xlarge";
|
|
2096
|
+
readonly r8in_12xlarge: "r8in.12xlarge";
|
|
2097
|
+
readonly r8in_16xlarge: "r8in.16xlarge";
|
|
2098
|
+
readonly r8in_24xlarge: "r8in.24xlarge";
|
|
2099
|
+
readonly r8in_2xlarge: "r8in.2xlarge";
|
|
2100
|
+
readonly r8in_32xlarge: "r8in.32xlarge";
|
|
2101
|
+
readonly r8in_48xlarge: "r8in.48xlarge";
|
|
2102
|
+
readonly r8in_4xlarge: "r8in.4xlarge";
|
|
2103
|
+
readonly r8in_8xlarge: "r8in.8xlarge";
|
|
2104
|
+
readonly r8in_96xlarge: "r8in.96xlarge";
|
|
2105
|
+
readonly r8in_large: "r8in.large";
|
|
2106
|
+
readonly r8in_metal_48xl: "r8in.metal-48xl";
|
|
2107
|
+
readonly r8in_metal_96xl: "r8in.metal-96xl";
|
|
2108
|
+
readonly r8in_xlarge: "r8in.xlarge";
|
|
1916
2109
|
readonly t1_micro: "t1.micro";
|
|
1917
2110
|
readonly t2_2xlarge: "t2.2xlarge";
|
|
1918
2111
|
readonly t2_large: "t2.large";
|
|
@@ -2230,6 +2423,18 @@ export declare const LocalStorageType: {
|
|
|
2230
2423
|
};
|
|
2231
2424
|
export type LocalStorageType =
|
|
2232
2425
|
(typeof LocalStorageType)[keyof typeof LocalStorageType];
|
|
2426
|
+
export declare const FleetInstanceMetadataEndpointState: {
|
|
2427
|
+
readonly DISABLED: "disabled";
|
|
2428
|
+
readonly ENABLED: "enabled";
|
|
2429
|
+
};
|
|
2430
|
+
export type FleetInstanceMetadataEndpointState =
|
|
2431
|
+
(typeof FleetInstanceMetadataEndpointState)[keyof typeof FleetInstanceMetadataEndpointState];
|
|
2432
|
+
export declare const FleetHttpTokensState: {
|
|
2433
|
+
readonly OPTIONAL: "optional";
|
|
2434
|
+
readonly REQUIRED: "required";
|
|
2435
|
+
};
|
|
2436
|
+
export type FleetHttpTokensState =
|
|
2437
|
+
(typeof FleetHttpTokensState)[keyof typeof FleetHttpTokensState];
|
|
2233
2438
|
export declare const FleetOnDemandAllocationStrategy: {
|
|
2234
2439
|
readonly LOWEST_PRICE: "lowest-price";
|
|
2235
2440
|
readonly PRIORITIZED: "prioritized";
|
|
@@ -25,6 +25,8 @@ import {
|
|
|
25
25
|
ExportTaskState,
|
|
26
26
|
FleetCapacityReservationUsageStrategy,
|
|
27
27
|
FleetExcessCapacityTerminationPolicy,
|
|
28
|
+
FleetHttpTokensState,
|
|
29
|
+
FleetInstanceMetadataEndpointState,
|
|
28
30
|
FleetOnDemandAllocationStrategy,
|
|
29
31
|
FleetReplacementStrategy,
|
|
30
32
|
FleetReservationType,
|
|
@@ -95,7 +97,6 @@ import {
|
|
|
95
97
|
ReplaceRootVolumeTaskState,
|
|
96
98
|
ResourceType,
|
|
97
99
|
RouteServerEndpointState,
|
|
98
|
-
RouteServerPeerLivenessMode,
|
|
99
100
|
RouteServerPersistRoutesAction,
|
|
100
101
|
RouteServerPersistRoutesState,
|
|
101
102
|
RouteServerState,
|
|
@@ -300,6 +301,7 @@ export interface FleetLaunchTemplateSpecificationRequest {
|
|
|
300
301
|
LaunchTemplateId?: string | undefined;
|
|
301
302
|
LaunchTemplateName?: string | undefined;
|
|
302
303
|
Version?: string | undefined;
|
|
304
|
+
LaunchTemplateSpecificationUserData?: string | undefined;
|
|
303
305
|
}
|
|
304
306
|
export interface FleetEbsBlockDeviceRequest {
|
|
305
307
|
Encrypted?: boolean | undefined;
|
|
@@ -317,6 +319,10 @@ export interface FleetBlockDeviceMappingRequest {
|
|
|
317
319
|
Ebs?: FleetEbsBlockDeviceRequest | undefined;
|
|
318
320
|
NoDevice?: string | undefined;
|
|
319
321
|
}
|
|
322
|
+
export interface FleetIamInstanceProfileSpecificationRequest {
|
|
323
|
+
Arn?: string | undefined;
|
|
324
|
+
Name?: string | undefined;
|
|
325
|
+
}
|
|
320
326
|
export interface BaselineEbsBandwidthMbpsRequest {
|
|
321
327
|
Min?: number | undefined;
|
|
322
328
|
Max?: number | undefined;
|
|
@@ -382,6 +388,11 @@ export interface InstanceRequirementsRequest {
|
|
|
382
388
|
BaselinePerformanceFactors?: BaselinePerformanceFactorsRequest | undefined;
|
|
383
389
|
RequireEncryptionInTransit?: boolean | undefined;
|
|
384
390
|
}
|
|
391
|
+
export interface FleetInstanceMetadataOptionsRequest {
|
|
392
|
+
HttpTokens?: FleetHttpTokensState | undefined;
|
|
393
|
+
HttpPutResponseHopLimit?: number | undefined;
|
|
394
|
+
HttpEndpoint?: FleetInstanceMetadataEndpointState | undefined;
|
|
395
|
+
}
|
|
385
396
|
export interface Placement {
|
|
386
397
|
AvailabilityZoneId?: string | undefined;
|
|
387
398
|
Affinity?: string | undefined;
|
|
@@ -402,7 +413,10 @@ export interface FleetLaunchTemplateOverridesRequest {
|
|
|
402
413
|
WeightedCapacity?: number | undefined;
|
|
403
414
|
Priority?: number | undefined;
|
|
404
415
|
Placement?: Placement | undefined;
|
|
416
|
+
KeyName?: string | undefined;
|
|
405
417
|
BlockDeviceMappings?: FleetBlockDeviceMappingRequest[] | undefined;
|
|
418
|
+
IamInstanceProfile?: FleetIamInstanceProfileSpecificationRequest | undefined;
|
|
419
|
+
MetadataOptions?: FleetInstanceMetadataOptionsRequest | undefined;
|
|
406
420
|
InstanceRequirements?: InstanceRequirementsRequest | undefined;
|
|
407
421
|
ImageId?: string | undefined;
|
|
408
422
|
AvailabilityZoneId?: string | undefined;
|
|
@@ -588,6 +602,9 @@ export interface CreateFleetInstance {
|
|
|
588
602
|
InstanceIds?: string[] | undefined;
|
|
589
603
|
InstanceType?: _InstanceType | undefined;
|
|
590
604
|
Platform?: PlatformValues | undefined;
|
|
605
|
+
AvailabilityZoneId?: string | undefined;
|
|
606
|
+
AvailabilityZone?: string | undefined;
|
|
607
|
+
SubnetId?: string | undefined;
|
|
591
608
|
}
|
|
592
609
|
export interface CreateFleetResult {
|
|
593
610
|
FleetId?: string | undefined;
|
|
@@ -2273,14 +2290,3 @@ export interface RouteServerEndpoint {
|
|
|
2273
2290
|
export interface CreateRouteServerEndpointResult {
|
|
2274
2291
|
RouteServerEndpoint?: RouteServerEndpoint | undefined;
|
|
2275
2292
|
}
|
|
2276
|
-
export interface RouteServerBgpOptionsRequest {
|
|
2277
|
-
PeerAsn: number | undefined;
|
|
2278
|
-
PeerLivenessDetection?: RouteServerPeerLivenessMode | undefined;
|
|
2279
|
-
}
|
|
2280
|
-
export interface CreateRouteServerPeerRequest {
|
|
2281
|
-
RouteServerEndpointId: string | undefined;
|
|
2282
|
-
PeerAddress: string | undefined;
|
|
2283
|
-
BgpOptions: RouteServerBgpOptionsRequest | undefined;
|
|
2284
|
-
DryRun?: boolean | undefined;
|
|
2285
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
2286
|
-
}
|
|
@@ -136,6 +136,17 @@ import {
|
|
|
136
136
|
Vpc,
|
|
137
137
|
VpcEncryptionControl,
|
|
138
138
|
} from "./models_1";
|
|
139
|
+
export interface RouteServerBgpOptionsRequest {
|
|
140
|
+
PeerAsn: number | undefined;
|
|
141
|
+
PeerLivenessDetection?: RouteServerPeerLivenessMode | undefined;
|
|
142
|
+
}
|
|
143
|
+
export interface CreateRouteServerPeerRequest {
|
|
144
|
+
RouteServerEndpointId: string | undefined;
|
|
145
|
+
PeerAddress: string | undefined;
|
|
146
|
+
BgpOptions: RouteServerBgpOptionsRequest | undefined;
|
|
147
|
+
DryRun?: boolean | undefined;
|
|
148
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
149
|
+
}
|
|
139
150
|
export interface RouteServerBfdStatus {
|
|
140
151
|
Status?: RouteServerBfdState | undefined;
|
|
141
152
|
}
|
|
@@ -1976,12 +1987,3 @@ export interface DeleteRouteServerPeerRequest {
|
|
|
1976
1987
|
export interface DeleteRouteServerPeerResult {
|
|
1977
1988
|
RouteServerPeer?: RouteServerPeer | undefined;
|
|
1978
1989
|
}
|
|
1979
|
-
export interface DeleteRouteTableRequest {
|
|
1980
|
-
DryRun?: boolean | undefined;
|
|
1981
|
-
RouteTableId: string | undefined;
|
|
1982
|
-
}
|
|
1983
|
-
export interface DeleteSecondaryNetworkRequest {
|
|
1984
|
-
ClientToken?: string | undefined;
|
|
1985
|
-
DryRun?: boolean | undefined;
|
|
1986
|
-
SecondaryNetworkId: string | undefined;
|
|
1987
|
-
}
|
|
@@ -144,6 +144,15 @@ import {
|
|
|
144
144
|
VerifiedAccessGroup,
|
|
145
145
|
VpcBlockPublicAccessExclusion,
|
|
146
146
|
} from "./models_2";
|
|
147
|
+
export interface DeleteRouteTableRequest {
|
|
148
|
+
DryRun?: boolean | undefined;
|
|
149
|
+
RouteTableId: string | undefined;
|
|
150
|
+
}
|
|
151
|
+
export interface DeleteSecondaryNetworkRequest {
|
|
152
|
+
ClientToken?: string | undefined;
|
|
153
|
+
DryRun?: boolean | undefined;
|
|
154
|
+
SecondaryNetworkId: string | undefined;
|
|
155
|
+
}
|
|
147
156
|
export interface DeleteSecondaryNetworkResult {
|
|
148
157
|
SecondaryNetwork?: SecondaryNetwork | undefined;
|
|
149
158
|
ClientToken?: string | undefined;
|
|
@@ -1863,18 +1872,3 @@ export interface ImageUsageResourceTypeOption {
|
|
|
1863
1872
|
OptionName?: string | undefined;
|
|
1864
1873
|
OptionValues?: string[] | undefined;
|
|
1865
1874
|
}
|
|
1866
|
-
export interface ImageUsageResourceType {
|
|
1867
|
-
ResourceType?: string | undefined;
|
|
1868
|
-
ResourceTypeOptions?: ImageUsageResourceTypeOption[] | undefined;
|
|
1869
|
-
}
|
|
1870
|
-
export interface ImageUsageReport {
|
|
1871
|
-
ImageId?: string | undefined;
|
|
1872
|
-
ReportId?: string | undefined;
|
|
1873
|
-
ResourceTypes?: ImageUsageResourceType[] | undefined;
|
|
1874
|
-
AccountIds?: string[] | undefined;
|
|
1875
|
-
State?: string | undefined;
|
|
1876
|
-
StateReason?: string | undefined;
|
|
1877
|
-
CreationTime?: Date | undefined;
|
|
1878
|
-
ExpirationTime?: Date | undefined;
|
|
1879
|
-
Tags?: Tag[] | undefined;
|
|
1880
|
-
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
2
|
_InstanceType,
|
|
3
|
-
AllocationStrategy,
|
|
4
3
|
AmdSevSnpSpecification,
|
|
5
4
|
AnalysisStatus,
|
|
6
5
|
ArchitectureType,
|
|
@@ -21,9 +20,7 @@ import {
|
|
|
21
20
|
EphemeralNvmeSupport,
|
|
22
21
|
EventCode,
|
|
23
22
|
EventType,
|
|
24
|
-
ExcessCapacityTerminationPolicy,
|
|
25
23
|
FindingsFound,
|
|
26
|
-
FleetType,
|
|
27
24
|
FlexibleEnaQueuesSupport,
|
|
28
25
|
HaStatus,
|
|
29
26
|
HostnameType,
|
|
@@ -34,7 +31,6 @@ import {
|
|
|
34
31
|
InstanceAutoRecoveryState,
|
|
35
32
|
InstanceBandwidthWeighting,
|
|
36
33
|
InstanceBootModeValues,
|
|
37
|
-
InstanceInterruptionBehavior,
|
|
38
34
|
InstanceLifecycleType,
|
|
39
35
|
InstanceMetadataEndpointState,
|
|
40
36
|
InstanceMetadataOptionsState,
|
|
@@ -56,7 +52,6 @@ import {
|
|
|
56
52
|
NitroTpmSupport,
|
|
57
53
|
OfferingClassType,
|
|
58
54
|
OfferingTypeValues,
|
|
59
|
-
OnDemandAllocationStrategy,
|
|
60
55
|
PermissionGroup,
|
|
61
56
|
PhcSupport,
|
|
62
57
|
PlacementGroupStrategy,
|
|
@@ -82,7 +77,6 @@ import {
|
|
|
82
77
|
StorageTier,
|
|
83
78
|
SummaryStatus,
|
|
84
79
|
SupportedAdditionalProcessorFeature,
|
|
85
|
-
TargetCapacityUnitType,
|
|
86
80
|
Tenancy,
|
|
87
81
|
TieringOperationStatus,
|
|
88
82
|
UsageClassType,
|
|
@@ -103,7 +97,6 @@ import {
|
|
|
103
97
|
ReservedInstancesListing,
|
|
104
98
|
SecurityGroupRule,
|
|
105
99
|
Tag,
|
|
106
|
-
TagSpecification,
|
|
107
100
|
} from "./models_0";
|
|
108
101
|
import {
|
|
109
102
|
AttributeValue,
|
|
@@ -164,11 +157,26 @@ import {
|
|
|
164
157
|
EventInformation,
|
|
165
158
|
Filter,
|
|
166
159
|
IdFormat,
|
|
167
|
-
|
|
160
|
+
ImageUsageResourceTypeOption,
|
|
168
161
|
ImageWatermark,
|
|
169
162
|
InstanceTagNotificationAttribute,
|
|
170
163
|
ProductCode,
|
|
171
164
|
} from "./models_3";
|
|
165
|
+
export interface ImageUsageResourceType {
|
|
166
|
+
ResourceType?: string | undefined;
|
|
167
|
+
ResourceTypeOptions?: ImageUsageResourceTypeOption[] | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface ImageUsageReport {
|
|
170
|
+
ImageId?: string | undefined;
|
|
171
|
+
ReportId?: string | undefined;
|
|
172
|
+
ResourceTypes?: ImageUsageResourceType[] | undefined;
|
|
173
|
+
AccountIds?: string[] | undefined;
|
|
174
|
+
State?: string | undefined;
|
|
175
|
+
StateReason?: string | undefined;
|
|
176
|
+
CreationTime?: Date | undefined;
|
|
177
|
+
ExpirationTime?: Date | undefined;
|
|
178
|
+
Tags?: Tag[] | undefined;
|
|
179
|
+
}
|
|
172
180
|
export interface DescribeImageUsageReportsResult {
|
|
173
181
|
NextToken?: string | undefined;
|
|
174
182
|
ImageUsageReports?: ImageUsageReport[] | undefined;
|
|
@@ -2148,34 +2156,3 @@ export interface SpotCapacityRebalance {
|
|
|
2148
2156
|
ReplacementStrategy?: ReplacementStrategy | undefined;
|
|
2149
2157
|
TerminationDelay?: number | undefined;
|
|
2150
2158
|
}
|
|
2151
|
-
export interface SpotMaintenanceStrategies {
|
|
2152
|
-
CapacityRebalance?: SpotCapacityRebalance | undefined;
|
|
2153
|
-
}
|
|
2154
|
-
export interface SpotFleetRequestConfigData {
|
|
2155
|
-
AllocationStrategy?: AllocationStrategy | undefined;
|
|
2156
|
-
OnDemandAllocationStrategy?: OnDemandAllocationStrategy | undefined;
|
|
2157
|
-
SpotMaintenanceStrategies?: SpotMaintenanceStrategies | undefined;
|
|
2158
|
-
ClientToken?: string | undefined;
|
|
2159
|
-
ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | undefined;
|
|
2160
|
-
FulfilledCapacity?: number | undefined;
|
|
2161
|
-
OnDemandFulfilledCapacity?: number | undefined;
|
|
2162
|
-
IamFleetRole: string | undefined;
|
|
2163
|
-
LaunchSpecifications?: SpotFleetLaunchSpecification[] | undefined;
|
|
2164
|
-
LaunchTemplateConfigs?: LaunchTemplateConfig[] | undefined;
|
|
2165
|
-
SpotPrice?: string | undefined;
|
|
2166
|
-
TargetCapacity: number | undefined;
|
|
2167
|
-
OnDemandTargetCapacity?: number | undefined;
|
|
2168
|
-
OnDemandMaxTotalPrice?: string | undefined;
|
|
2169
|
-
SpotMaxTotalPrice?: string | undefined;
|
|
2170
|
-
TerminateInstancesWithExpiration?: boolean | undefined;
|
|
2171
|
-
Type?: FleetType | undefined;
|
|
2172
|
-
ValidFrom?: Date | undefined;
|
|
2173
|
-
ValidUntil?: Date | undefined;
|
|
2174
|
-
ReplaceUnhealthyInstances?: boolean | undefined;
|
|
2175
|
-
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
2176
|
-
LoadBalancersConfig?: LoadBalancersConfig | undefined;
|
|
2177
|
-
InstancePoolsToUseCount?: number | undefined;
|
|
2178
|
-
Context?: string | undefined;
|
|
2179
|
-
TargetCapacityUnitType?: TargetCapacityUnitType | undefined;
|
|
2180
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
2181
|
-
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
_InstanceType,
|
|
3
3
|
ActivityStatus,
|
|
4
|
+
AllocationStrategy,
|
|
4
5
|
AllowedImagesSettingsDisabledState,
|
|
5
6
|
AllowedImagesSettingsEnabledState,
|
|
6
7
|
BatchState,
|
|
@@ -9,9 +10,11 @@ import {
|
|
|
9
10
|
DeviceTrustProviderType,
|
|
10
11
|
DiskImageFormat,
|
|
11
12
|
DnsNameState,
|
|
13
|
+
ExcessCapacityTerminationPolicy,
|
|
12
14
|
FastLaunchResourceType,
|
|
13
15
|
FastLaunchStateCode,
|
|
14
16
|
FastSnapshotRestoreStateCode,
|
|
17
|
+
FleetType,
|
|
15
18
|
ImageBlockPublicAccessDisabledState,
|
|
16
19
|
ImageBlockPublicAccessEnabledState,
|
|
17
20
|
InitializationType,
|
|
@@ -20,6 +23,7 @@ import {
|
|
|
20
23
|
IpAddressType,
|
|
21
24
|
ManagedBy,
|
|
22
25
|
MetricType,
|
|
26
|
+
OnDemandAllocationStrategy,
|
|
23
27
|
PayerResponsibility,
|
|
24
28
|
ResourceType,
|
|
25
29
|
RIProductDescription,
|
|
@@ -31,6 +35,7 @@ import {
|
|
|
31
35
|
SpotInstanceType,
|
|
32
36
|
State,
|
|
33
37
|
StatisticType,
|
|
38
|
+
TargetCapacityUnitType,
|
|
34
39
|
TransitGatewayAssociationState,
|
|
35
40
|
TransitGatewayAttachmentResourceType,
|
|
36
41
|
TransitGatewayAttachmentState,
|
|
@@ -120,10 +125,44 @@ import {
|
|
|
120
125
|
import {
|
|
121
126
|
AttributeBooleanValue,
|
|
122
127
|
InstanceNetworkInterfaceSpecification,
|
|
128
|
+
LaunchTemplateConfig,
|
|
129
|
+
LoadBalancersConfig,
|
|
123
130
|
RegisteredInstance,
|
|
124
|
-
|
|
131
|
+
SpotCapacityRebalance,
|
|
132
|
+
SpotFleetLaunchSpecification,
|
|
125
133
|
SpotPlacement,
|
|
126
134
|
} from "./models_4";
|
|
135
|
+
export interface SpotMaintenanceStrategies {
|
|
136
|
+
CapacityRebalance?: SpotCapacityRebalance | undefined;
|
|
137
|
+
}
|
|
138
|
+
export interface SpotFleetRequestConfigData {
|
|
139
|
+
AllocationStrategy?: AllocationStrategy | undefined;
|
|
140
|
+
OnDemandAllocationStrategy?: OnDemandAllocationStrategy | undefined;
|
|
141
|
+
SpotMaintenanceStrategies?: SpotMaintenanceStrategies | undefined;
|
|
142
|
+
ClientToken?: string | undefined;
|
|
143
|
+
ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | undefined;
|
|
144
|
+
FulfilledCapacity?: number | undefined;
|
|
145
|
+
OnDemandFulfilledCapacity?: number | undefined;
|
|
146
|
+
IamFleetRole: string | undefined;
|
|
147
|
+
LaunchSpecifications?: SpotFleetLaunchSpecification[] | undefined;
|
|
148
|
+
LaunchTemplateConfigs?: LaunchTemplateConfig[] | undefined;
|
|
149
|
+
SpotPrice?: string | undefined;
|
|
150
|
+
TargetCapacity: number | undefined;
|
|
151
|
+
OnDemandTargetCapacity?: number | undefined;
|
|
152
|
+
OnDemandMaxTotalPrice?: string | undefined;
|
|
153
|
+
SpotMaxTotalPrice?: string | undefined;
|
|
154
|
+
TerminateInstancesWithExpiration?: boolean | undefined;
|
|
155
|
+
Type?: FleetType | undefined;
|
|
156
|
+
ValidFrom?: Date | undefined;
|
|
157
|
+
ValidUntil?: Date | undefined;
|
|
158
|
+
ReplaceUnhealthyInstances?: boolean | undefined;
|
|
159
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
160
|
+
LoadBalancersConfig?: LoadBalancersConfig | undefined;
|
|
161
|
+
InstancePoolsToUseCount?: number | undefined;
|
|
162
|
+
Context?: string | undefined;
|
|
163
|
+
TargetCapacityUnitType?: TargetCapacityUnitType | undefined;
|
|
164
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
165
|
+
}
|
|
127
166
|
export interface SpotFleetRequestConfig {
|
|
128
167
|
ActivityStatus?: ActivityStatus | undefined;
|
|
129
168
|
CreateTime?: Date | undefined;
|
|
@@ -1684,12 +1723,3 @@ export interface GetAssociatedEnclaveCertificateIamRolesRequest {
|
|
|
1684
1723
|
CertificateArn: string | undefined;
|
|
1685
1724
|
DryRun?: boolean | undefined;
|
|
1686
1725
|
}
|
|
1687
|
-
export interface AssociatedRole {
|
|
1688
|
-
AssociatedRoleArn?: string | undefined;
|
|
1689
|
-
CertificateS3BucketName?: string | undefined;
|
|
1690
|
-
CertificateS3ObjectKey?: string | undefined;
|
|
1691
|
-
EncryptionKmsKeyId?: string | undefined;
|
|
1692
|
-
}
|
|
1693
|
-
export interface GetAssociatedEnclaveCertificateIamRolesResult {
|
|
1694
|
-
AssociatedRoles?: AssociatedRole[] | undefined;
|
|
1695
|
-
}
|
|
@@ -152,6 +152,15 @@ import {
|
|
|
152
152
|
SnapshotTaskDetail,
|
|
153
153
|
} from "./models_4";
|
|
154
154
|
import { RouteServerPropagation } from "./models_5";
|
|
155
|
+
export interface AssociatedRole {
|
|
156
|
+
AssociatedRoleArn?: string | undefined;
|
|
157
|
+
CertificateS3BucketName?: string | undefined;
|
|
158
|
+
CertificateS3ObjectKey?: string | undefined;
|
|
159
|
+
EncryptionKmsKeyId?: string | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface GetAssociatedEnclaveCertificateIamRolesResult {
|
|
162
|
+
AssociatedRoles?: AssociatedRole[] | undefined;
|
|
163
|
+
}
|
|
155
164
|
export interface GetAssociatedIpv6PoolCidrsRequest {
|
|
156
165
|
PoolId: string | undefined;
|
|
157
166
|
NextToken?: string | undefined;
|
|
@@ -1901,11 +1910,3 @@ export interface ModifyIpamPoolRequest {
|
|
|
1901
1910
|
export interface ModifyIpamPoolResult {
|
|
1902
1911
|
IpamPool?: IpamPool | undefined;
|
|
1903
1912
|
}
|
|
1904
|
-
export interface ModifyIpamPoolAllocationRequest {
|
|
1905
|
-
DryRun?: boolean | undefined;
|
|
1906
|
-
IpamPoolAllocationId: string | undefined;
|
|
1907
|
-
Description?: string | undefined;
|
|
1908
|
-
}
|
|
1909
|
-
export interface ModifyIpamPoolAllocationResult {
|
|
1910
|
-
IpamPoolAllocation?: IpamPoolAllocation | undefined;
|
|
1911
|
-
}
|