@aws-sdk/client-ec2 3.988.0 → 3.989.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 +6 -0
- package/dist-cjs/schemas/schemas_0.js +17 -12
- package/dist-es/models/enums.js +5 -0
- package/dist-es/schemas/schemas_0.js +17 -12
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -0
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +4 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -0
- package/dist-types/models/enums.d.ts +13 -0
- package/dist-types/models/models_1.d.ts +13 -1
- package/dist-types/models/models_4.d.ts +6 -1
- package/dist-types/models/models_6.d.ts +14 -3
- package/dist-types/models/models_7.d.ts +8 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -0
- package/dist-types/ts3.4/models/models_1.d.ts +3 -0
- package/dist-types/ts3.4/models/models_4.d.ts +2 -0
- package/dist-types/ts3.4/models/models_6.d.ts +5 -2
- package/dist-types/ts3.4/models/models_7.d.ts +2 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -14996,6 +14996,10 @@ const AmdSevSnpSpecification = {
|
|
|
14996
14996
|
disabled: "disabled",
|
|
14997
14997
|
enabled: "enabled",
|
|
14998
14998
|
};
|
|
14999
|
+
const NestedVirtualizationSpecification = {
|
|
15000
|
+
disabled: "disabled",
|
|
15001
|
+
enabled: "enabled",
|
|
15002
|
+
};
|
|
14999
15003
|
const ShutdownBehavior = {
|
|
15000
15004
|
stop: "stop",
|
|
15001
15005
|
terminate: "terminate",
|
|
@@ -16062,6 +16066,7 @@ const ArchitectureType = {
|
|
|
16062
16066
|
};
|
|
16063
16067
|
const SupportedAdditionalProcessorFeature = {
|
|
16064
16068
|
AMD_SEV_SNP: "amd-sev-snp",
|
|
16069
|
+
NESTED_VIRTUALIZATION: "nested-virtualization",
|
|
16065
16070
|
};
|
|
16066
16071
|
const RebootMigrationSupport = {
|
|
16067
16072
|
SUPPORTED: "supported",
|
|
@@ -17536,6 +17541,7 @@ exports.NatGatewayApplianceModifyState = NatGatewayApplianceModifyState;
|
|
|
17536
17541
|
exports.NatGatewayApplianceState = NatGatewayApplianceState;
|
|
17537
17542
|
exports.NatGatewayApplianceType = NatGatewayApplianceType;
|
|
17538
17543
|
exports.NatGatewayState = NatGatewayState;
|
|
17544
|
+
exports.NestedVirtualizationSpecification = NestedVirtualizationSpecification;
|
|
17539
17545
|
exports.NetworkInterfaceAttribute = NetworkInterfaceAttribute;
|
|
17540
17546
|
exports.NetworkInterfaceCreationType = NetworkInterfaceCreationType;
|
|
17541
17547
|
exports.NetworkInterfacePermissionStateCode = NetworkInterfacePermissionStateCode;
|
|
@@ -4282,6 +4282,7 @@ const _NTI = "NitroTpmInfo";
|
|
|
4282
4282
|
const _NTS = "NitroTpmSupport";
|
|
4283
4283
|
const _NTSVL = "NitroTpmSupportedVersionsList";
|
|
4284
4284
|
const _NTe = "NextToken";
|
|
4285
|
+
const _NV = "NestedVirtualization";
|
|
4285
4286
|
const _Na = "Nameservers";
|
|
4286
4287
|
const _O = "Origin";
|
|
4287
4288
|
const _OA = "OutpostArn";
|
|
@@ -7275,6 +7276,7 @@ const _nT = "networkType";
|
|
|
7275
7276
|
const _nTI = "nitroTpmInfo";
|
|
7276
7277
|
const _nTS = "nitroTpmSupport";
|
|
7277
7278
|
const _nTe = "nextToken";
|
|
7279
|
+
const _nV = "nestedVirtualization";
|
|
7278
7280
|
const _o = "origin";
|
|
7279
7281
|
const _oA = "outpostArn";
|
|
7280
7282
|
const _oAr = "organizationsAccess";
|
|
@@ -10022,16 +10024,17 @@ exports.CopyVolumesResult$ = [3, n0, _CVRop,
|
|
|
10022
10024
|
];
|
|
10023
10025
|
exports.CpuOptions$ = [3, n0, _CO,
|
|
10024
10026
|
0,
|
|
10025
|
-
[_CCor, _TPC, _ASS],
|
|
10027
|
+
[_CCor, _TPC, _ASS, _NV],
|
|
10026
10028
|
[[1, { [_eQN]: `CoreCount`,
|
|
10027
10029
|
[_xN]: _cCo }], [1, { [_eQN]: `ThreadsPerCore`,
|
|
10028
10030
|
[_xN]: _tPC }], [0, { [_eQN]: `AmdSevSnp`,
|
|
10029
|
-
[_xN]: _aSS }]]
|
|
10031
|
+
[_xN]: _aSS }], [0, { [_eQN]: `NestedVirtualization`,
|
|
10032
|
+
[_xN]: _nV }]]
|
|
10030
10033
|
];
|
|
10031
10034
|
exports.CpuOptionsRequest$ = [3, n0, _COR,
|
|
10032
10035
|
0,
|
|
10033
|
-
[_CCor, _TPC, _ASS],
|
|
10034
|
-
[1, 1, 0]
|
|
10036
|
+
[_CCor, _TPC, _ASS, _NV],
|
|
10037
|
+
[1, 1, 0, 0]
|
|
10035
10038
|
];
|
|
10036
10039
|
exports.CpuPerformanceFactor$ = [3, n0, _CPF,
|
|
10037
10040
|
0,
|
|
@@ -19241,16 +19244,17 @@ exports.LaunchTemplateConfig$ = [3, n0, _LTCa,
|
|
|
19241
19244
|
];
|
|
19242
19245
|
exports.LaunchTemplateCpuOptions$ = [3, n0, _LTCO,
|
|
19243
19246
|
0,
|
|
19244
|
-
[_CCor, _TPC, _ASS],
|
|
19247
|
+
[_CCor, _TPC, _ASS, _NV],
|
|
19245
19248
|
[[1, { [_eQN]: `CoreCount`,
|
|
19246
19249
|
[_xN]: _cCo }], [1, { [_eQN]: `ThreadsPerCore`,
|
|
19247
19250
|
[_xN]: _tPC }], [0, { [_eQN]: `AmdSevSnp`,
|
|
19248
|
-
[_xN]: _aSS }]]
|
|
19251
|
+
[_xN]: _aSS }], [0, { [_eQN]: `NestedVirtualization`,
|
|
19252
|
+
[_xN]: _nV }]]
|
|
19249
19253
|
];
|
|
19250
19254
|
exports.LaunchTemplateCpuOptionsRequest$ = [3, n0, _LTCOR,
|
|
19251
19255
|
0,
|
|
19252
|
-
[_CCor, _TPC, _ASS],
|
|
19253
|
-
[1, 1, 0]
|
|
19256
|
+
[_CCor, _TPC, _ASS, _NV],
|
|
19257
|
+
[1, 1, 0, 0]
|
|
19254
19258
|
];
|
|
19255
19259
|
exports.LaunchTemplateEbsBlockDevice$ = [3, n0, _LTEBD,
|
|
19256
19260
|
0,
|
|
@@ -20060,16 +20064,17 @@ exports.ModifyInstanceConnectEndpointResult$ = [3, n0, _MICERo,
|
|
|
20060
20064
|
];
|
|
20061
20065
|
exports.ModifyInstanceCpuOptionsRequest$ = [3, n0, _MICOR,
|
|
20062
20066
|
0,
|
|
20063
|
-
[_II, _CCor, _TPC, _DR],
|
|
20064
|
-
[0, 1, 1, 2],
|
|
20067
|
+
[_II, _CCor, _TPC, _NV, _DR],
|
|
20068
|
+
[0, 1, 1, 0, 2], 1
|
|
20065
20069
|
];
|
|
20066
20070
|
exports.ModifyInstanceCpuOptionsResult$ = [3, n0, _MICORo,
|
|
20067
20071
|
0,
|
|
20068
|
-
[_II, _CCor, _TPC],
|
|
20072
|
+
[_II, _CCor, _TPC, _NV],
|
|
20069
20073
|
[[0, { [_eQN]: `InstanceId`,
|
|
20070
20074
|
[_xN]: _iI }], [1, { [_eQN]: `CoreCount`,
|
|
20071
20075
|
[_xN]: _cCo }], [1, { [_eQN]: `ThreadsPerCore`,
|
|
20072
|
-
[_xN]: _tPC }]]
|
|
20076
|
+
[_xN]: _tPC }], [0, { [_eQN]: `NestedVirtualization`,
|
|
20077
|
+
[_xN]: _nV }]]
|
|
20073
20078
|
];
|
|
20074
20079
|
exports.ModifyInstanceCreditSpecificationRequest$ = [3, n0, _MICSR,
|
|
20075
20080
|
0,
|
package/dist-es/models/enums.js
CHANGED
|
@@ -2239,6 +2239,10 @@ export const AmdSevSnpSpecification = {
|
|
|
2239
2239
|
disabled: "disabled",
|
|
2240
2240
|
enabled: "enabled",
|
|
2241
2241
|
};
|
|
2242
|
+
export const NestedVirtualizationSpecification = {
|
|
2243
|
+
disabled: "disabled",
|
|
2244
|
+
enabled: "enabled",
|
|
2245
|
+
};
|
|
2242
2246
|
export const ShutdownBehavior = {
|
|
2243
2247
|
stop: "stop",
|
|
2244
2248
|
terminate: "terminate",
|
|
@@ -3305,6 +3309,7 @@ export const ArchitectureType = {
|
|
|
3305
3309
|
};
|
|
3306
3310
|
export const SupportedAdditionalProcessorFeature = {
|
|
3307
3311
|
AMD_SEV_SNP: "amd-sev-snp",
|
|
3312
|
+
NESTED_VIRTUALIZATION: "nested-virtualization",
|
|
3308
3313
|
};
|
|
3309
3314
|
export const RebootMigrationSupport = {
|
|
3310
3315
|
SUPPORTED: "supported",
|
|
@@ -4217,6 +4217,7 @@ const _NTI = "NitroTpmInfo";
|
|
|
4217
4217
|
const _NTS = "NitroTpmSupport";
|
|
4218
4218
|
const _NTSVL = "NitroTpmSupportedVersionsList";
|
|
4219
4219
|
const _NTe = "NextToken";
|
|
4220
|
+
const _NV = "NestedVirtualization";
|
|
4220
4221
|
const _Na = "Nameservers";
|
|
4221
4222
|
const _O = "Origin";
|
|
4222
4223
|
const _OA = "OutpostArn";
|
|
@@ -7210,6 +7211,7 @@ const _nT = "networkType";
|
|
|
7210
7211
|
const _nTI = "nitroTpmInfo";
|
|
7211
7212
|
const _nTS = "nitroTpmSupport";
|
|
7212
7213
|
const _nTe = "nextToken";
|
|
7214
|
+
const _nV = "nestedVirtualization";
|
|
7213
7215
|
const _o = "origin";
|
|
7214
7216
|
const _oA = "outpostArn";
|
|
7215
7217
|
const _oAr = "organizationsAccess";
|
|
@@ -9957,16 +9959,17 @@ export var CopyVolumesResult$ = [3, n0, _CVRop,
|
|
|
9957
9959
|
];
|
|
9958
9960
|
export var CpuOptions$ = [3, n0, _CO,
|
|
9959
9961
|
0,
|
|
9960
|
-
[_CCor, _TPC, _ASS],
|
|
9962
|
+
[_CCor, _TPC, _ASS, _NV],
|
|
9961
9963
|
[[1, { [_eQN]: `CoreCount`,
|
|
9962
9964
|
[_xN]: _cCo }], [1, { [_eQN]: `ThreadsPerCore`,
|
|
9963
9965
|
[_xN]: _tPC }], [0, { [_eQN]: `AmdSevSnp`,
|
|
9964
|
-
[_xN]: _aSS }]]
|
|
9966
|
+
[_xN]: _aSS }], [0, { [_eQN]: `NestedVirtualization`,
|
|
9967
|
+
[_xN]: _nV }]]
|
|
9965
9968
|
];
|
|
9966
9969
|
export var CpuOptionsRequest$ = [3, n0, _COR,
|
|
9967
9970
|
0,
|
|
9968
|
-
[_CCor, _TPC, _ASS],
|
|
9969
|
-
[1, 1, 0]
|
|
9971
|
+
[_CCor, _TPC, _ASS, _NV],
|
|
9972
|
+
[1, 1, 0, 0]
|
|
9970
9973
|
];
|
|
9971
9974
|
export var CpuPerformanceFactor$ = [3, n0, _CPF,
|
|
9972
9975
|
0,
|
|
@@ -19176,16 +19179,17 @@ export var LaunchTemplateConfig$ = [3, n0, _LTCa,
|
|
|
19176
19179
|
];
|
|
19177
19180
|
export var LaunchTemplateCpuOptions$ = [3, n0, _LTCO,
|
|
19178
19181
|
0,
|
|
19179
|
-
[_CCor, _TPC, _ASS],
|
|
19182
|
+
[_CCor, _TPC, _ASS, _NV],
|
|
19180
19183
|
[[1, { [_eQN]: `CoreCount`,
|
|
19181
19184
|
[_xN]: _cCo }], [1, { [_eQN]: `ThreadsPerCore`,
|
|
19182
19185
|
[_xN]: _tPC }], [0, { [_eQN]: `AmdSevSnp`,
|
|
19183
|
-
[_xN]: _aSS }]]
|
|
19186
|
+
[_xN]: _aSS }], [0, { [_eQN]: `NestedVirtualization`,
|
|
19187
|
+
[_xN]: _nV }]]
|
|
19184
19188
|
];
|
|
19185
19189
|
export var LaunchTemplateCpuOptionsRequest$ = [3, n0, _LTCOR,
|
|
19186
19190
|
0,
|
|
19187
|
-
[_CCor, _TPC, _ASS],
|
|
19188
|
-
[1, 1, 0]
|
|
19191
|
+
[_CCor, _TPC, _ASS, _NV],
|
|
19192
|
+
[1, 1, 0, 0]
|
|
19189
19193
|
];
|
|
19190
19194
|
export var LaunchTemplateEbsBlockDevice$ = [3, n0, _LTEBD,
|
|
19191
19195
|
0,
|
|
@@ -19995,16 +19999,17 @@ export var ModifyInstanceConnectEndpointResult$ = [3, n0, _MICERo,
|
|
|
19995
19999
|
];
|
|
19996
20000
|
export var ModifyInstanceCpuOptionsRequest$ = [3, n0, _MICOR,
|
|
19997
20001
|
0,
|
|
19998
|
-
[_II, _CCor, _TPC, _DR],
|
|
19999
|
-
[0, 1, 1, 2],
|
|
20002
|
+
[_II, _CCor, _TPC, _NV, _DR],
|
|
20003
|
+
[0, 1, 1, 0, 2], 1
|
|
20000
20004
|
];
|
|
20001
20005
|
export var ModifyInstanceCpuOptionsResult$ = [3, n0, _MICORo,
|
|
20002
20006
|
0,
|
|
20003
|
-
[_II, _CCor, _TPC],
|
|
20007
|
+
[_II, _CCor, _TPC, _NV],
|
|
20004
20008
|
[[0, { [_eQN]: `InstanceId`,
|
|
20005
20009
|
[_xN]: _iI }], [1, { [_eQN]: `CoreCount`,
|
|
20006
20010
|
[_xN]: _cCo }], [1, { [_eQN]: `ThreadsPerCore`,
|
|
20007
|
-
[_xN]: _tPC }]]
|
|
20011
|
+
[_xN]: _tPC }], [0, { [_eQN]: `NestedVirtualization`,
|
|
20012
|
+
[_xN]: _nV }]]
|
|
20008
20013
|
];
|
|
20009
20014
|
export var ModifyInstanceCreditSpecificationRequest$ = [3, n0, _MICSR,
|
|
20010
20015
|
0,
|
|
@@ -198,6 +198,7 @@ declare const CreateLaunchTemplateCommand_base: {
|
|
|
198
198
|
* CoreCount: Number("int"),
|
|
199
199
|
* ThreadsPerCore: Number("int"),
|
|
200
200
|
* AmdSevSnp: "enabled" || "disabled",
|
|
201
|
+
* NestedVirtualization: "enabled" || "disabled",
|
|
201
202
|
* },
|
|
202
203
|
* CapacityReservationSpecification: { // LaunchTemplateCapacityReservationSpecificationRequest
|
|
203
204
|
* CapacityReservationPreference: "capacity-reservations-only" || "open" || "none",
|
|
@@ -201,6 +201,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
|
|
|
201
201
|
* CoreCount: Number("int"),
|
|
202
202
|
* ThreadsPerCore: Number("int"),
|
|
203
203
|
* AmdSevSnp: "enabled" || "disabled",
|
|
204
|
+
* NestedVirtualization: "enabled" || "disabled",
|
|
204
205
|
* },
|
|
205
206
|
* CapacityReservationSpecification: { // LaunchTemplateCapacityReservationSpecificationRequest
|
|
206
207
|
* CapacityReservationPreference: "capacity-reservations-only" || "open" || "none",
|
|
@@ -499,6 +500,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
|
|
|
499
500
|
* // CoreCount: Number("int"),
|
|
500
501
|
* // ThreadsPerCore: Number("int"),
|
|
501
502
|
* // AmdSevSnp: "enabled" || "disabled",
|
|
503
|
+
* // NestedVirtualization: "enabled" || "disabled",
|
|
502
504
|
* // },
|
|
503
505
|
* // CapacityReservationSpecification: { // LaunchTemplateCapacityReservationSpecificationResponse
|
|
504
506
|
* // CapacityReservationPreference: "capacity-reservations-only" || "open" || "none",
|
|
@@ -78,7 +78,7 @@ declare const DescribeInstanceTypesCommand_base: {
|
|
|
78
78
|
* // ],
|
|
79
79
|
* // SustainedClockSpeedInGhz: Number("double"),
|
|
80
80
|
* // SupportedFeatures: [ // SupportedAdditionalProcessorFeatureList
|
|
81
|
-
* // "amd-sev-snp",
|
|
81
|
+
* // "amd-sev-snp" || "nested-virtualization",
|
|
82
82
|
* // ],
|
|
83
83
|
* // Manufacturer: "STRING_VALUE",
|
|
84
84
|
* // },
|
|
@@ -249,6 +249,7 @@ declare const DescribeInstancesCommand_base: {
|
|
|
249
249
|
* // CoreCount: Number("int"),
|
|
250
250
|
* // ThreadsPerCore: Number("int"),
|
|
251
251
|
* // AmdSevSnp: "enabled" || "disabled",
|
|
252
|
+
* // NestedVirtualization: "enabled" || "disabled",
|
|
252
253
|
* // },
|
|
253
254
|
* // CapacityBlockId: "STRING_VALUE",
|
|
254
255
|
* // CapacityReservationId: "STRING_VALUE",
|
|
@@ -221,6 +221,7 @@ declare const DescribeLaunchTemplateVersionsCommand_base: {
|
|
|
221
221
|
* // CoreCount: Number("int"),
|
|
222
222
|
* // ThreadsPerCore: Number("int"),
|
|
223
223
|
* // AmdSevSnp: "enabled" || "disabled",
|
|
224
|
+
* // NestedVirtualization: "enabled" || "disabled",
|
|
224
225
|
* // },
|
|
225
226
|
* // CapacityReservationSpecification: { // LaunchTemplateCapacityReservationSpecificationResponse
|
|
226
227
|
* // CapacityReservationPreference: "capacity-reservations-only" || "open" || "none",
|
|
@@ -199,6 +199,7 @@ declare const GetLaunchTemplateDataCommand_base: {
|
|
|
199
199
|
* // CoreCount: Number("int"),
|
|
200
200
|
* // ThreadsPerCore: Number("int"),
|
|
201
201
|
* // AmdSevSnp: "enabled" || "disabled",
|
|
202
|
+
* // NestedVirtualization: "enabled" || "disabled",
|
|
202
203
|
* // },
|
|
203
204
|
* // CapacityReservationSpecification: { // LaunchTemplateCapacityReservationSpecificationResponse
|
|
204
205
|
* // CapacityReservationPreference: "capacity-reservations-only" || "open" || "none",
|
|
@@ -47,8 +47,9 @@ declare const ModifyInstanceCpuOptionsCommand_base: {
|
|
|
47
47
|
* const client = new EC2Client(config);
|
|
48
48
|
* const input = { // ModifyInstanceCpuOptionsRequest
|
|
49
49
|
* InstanceId: "STRING_VALUE", // required
|
|
50
|
-
* CoreCount: Number("int"),
|
|
51
|
-
* ThreadsPerCore: Number("int"),
|
|
50
|
+
* CoreCount: Number("int"),
|
|
51
|
+
* ThreadsPerCore: Number("int"),
|
|
52
|
+
* NestedVirtualization: "enabled" || "disabled",
|
|
52
53
|
* DryRun: true || false,
|
|
53
54
|
* };
|
|
54
55
|
* const command = new ModifyInstanceCpuOptionsCommand(input);
|
|
@@ -57,6 +58,7 @@ declare const ModifyInstanceCpuOptionsCommand_base: {
|
|
|
57
58
|
* // InstanceId: "STRING_VALUE",
|
|
58
59
|
* // CoreCount: Number("int"),
|
|
59
60
|
* // ThreadsPerCore: Number("int"),
|
|
61
|
+
* // NestedVirtualization: "enabled" || "disabled",
|
|
60
62
|
* // };
|
|
61
63
|
*
|
|
62
64
|
* ```
|
|
@@ -191,6 +191,7 @@ declare const RunInstancesCommand_base: {
|
|
|
191
191
|
* CoreCount: Number("int"),
|
|
192
192
|
* ThreadsPerCore: Number("int"),
|
|
193
193
|
* AmdSevSnp: "enabled" || "disabled",
|
|
194
|
+
* NestedVirtualization: "enabled" || "disabled",
|
|
194
195
|
* },
|
|
195
196
|
* CapacityReservationSpecification: { // CapacityReservationSpecification
|
|
196
197
|
* CapacityReservationPreference: "capacity-reservations-only" || "open" || "none",
|
|
@@ -478,6 +479,7 @@ declare const RunInstancesCommand_base: {
|
|
|
478
479
|
* // CoreCount: Number("int"),
|
|
479
480
|
* // ThreadsPerCore: Number("int"),
|
|
480
481
|
* // AmdSevSnp: "enabled" || "disabled",
|
|
482
|
+
* // NestedVirtualization: "enabled" || "disabled",
|
|
481
483
|
* // },
|
|
482
484
|
* // CapacityBlockId: "STRING_VALUE",
|
|
483
485
|
* // CapacityReservationId: "STRING_VALUE",
|
|
@@ -3487,6 +3487,18 @@ export declare const AmdSevSnpSpecification: {
|
|
|
3487
3487
|
* @public
|
|
3488
3488
|
*/
|
|
3489
3489
|
export type AmdSevSnpSpecification = (typeof AmdSevSnpSpecification)[keyof typeof AmdSevSnpSpecification];
|
|
3490
|
+
/**
|
|
3491
|
+
* @public
|
|
3492
|
+
* @enum
|
|
3493
|
+
*/
|
|
3494
|
+
export declare const NestedVirtualizationSpecification: {
|
|
3495
|
+
readonly disabled: "disabled";
|
|
3496
|
+
readonly enabled: "enabled";
|
|
3497
|
+
};
|
|
3498
|
+
/**
|
|
3499
|
+
* @public
|
|
3500
|
+
*/
|
|
3501
|
+
export type NestedVirtualizationSpecification = (typeof NestedVirtualizationSpecification)[keyof typeof NestedVirtualizationSpecification];
|
|
3490
3502
|
/**
|
|
3491
3503
|
* @public
|
|
3492
3504
|
* @enum
|
|
@@ -6117,6 +6129,7 @@ export type ArchitectureType = (typeof ArchitectureType)[keyof typeof Architectu
|
|
|
6117
6129
|
*/
|
|
6118
6130
|
export declare const SupportedAdditionalProcessorFeature: {
|
|
6119
6131
|
readonly AMD_SEV_SNP: "amd-sev-snp";
|
|
6132
|
+
readonly NESTED_VIRTUALIZATION: "nested-virtualization";
|
|
6120
6133
|
};
|
|
6121
6134
|
/**
|
|
6122
6135
|
* @public
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _InstanceType, AcceleratorManufacturer, AcceleratorName, AcceleratorType, AddressFamily, AmdSevSnpSpecification, AttachmentStatus, AutoProvisionZonesState, AutoScalingIpsState, AvailabilityMode, BareMetal, BurstablePerformance, CapacityReservationPreference, ConnectivityType, ContainerFormat, CpuManufacturer, CurrencyCodeValues, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, Ec2InstanceConnectEndpointState, ExportEnvironment, ExportTaskState, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, FlowLogsResourceType, HostnameType, InstanceBandwidthWeighting, InstanceGeneration, InstanceInterruptionBehavior, InstanceLifecycle, InterfacePermissionType, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, IpamExternalResourceVerificationTokenState, IpamMeteredAccount, IpamPolicyState, IpamPoolAwsService, IpamPoolPublicIpSource, IpamPoolSourceResourceType, IpamPoolState, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPrefixListResolverState, IpamPrefixListResolverTargetState, IpamPrefixListResolverVersionCreationStatus, IpamResourceDiscoveryState, IpamResourceType, IpamScopeExternalAuthorityType, IpamScopeState, IpamScopeType, IpamState, IpamTier, KeyFormat, KeyType, LaunchTemplateAutoRecoveryState, LaunchTemplateHttpTokensState, LaunchTemplateInstanceMetadataEndpointState, LaunchTemplateInstanceMetadataOptionsState, LaunchTemplateInstanceMetadataProtocolIpv6, LaunchTemplateInstanceMetadataTagsState, LocalGatewayRouteState, LocalGatewayRouteTableMode, LocalGatewayRouteType, LocalGatewayVirtualInterfaceConfigurationState, LocalGatewayVirtualInterfaceGroupConfigurationState, LocalStorage, LocalStorageType, LogDestinationType, MacSystemIntegrityProtectionSettingStatus, MarketType, NatGatewayApplianceModifyState, NatGatewayApplianceState, NatGatewayApplianceType, NatGatewayState, NetworkInterfaceCreationType, NetworkInterfacePermissionStateCode, NetworkInterfaceStatus, NetworkInterfaceType, PlacementGroupState, PlacementStrategy, PlatformValues, PrefixListState, Protocol, ReplaceRootVolumeTaskState, ResourceType, RouteOrigin, RouteServerBfdState, RouteServerBgpState, RouteServerEndpointState, RouteServerPeerLivenessMode, RouteServerPeerState, RouteServerPersistRoutesAction, RouteServerPersistRoutesState, RouteServerState, RouteState, RuleAction, SecondaryInterfaceType, SecondaryNetworkCidrBlockAssociationState, SecondaryNetworkState, SecondaryNetworkType, SecondarySubnetCidrBlockAssociationState, ShutdownBehavior, SnapshotLocationEnum, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, SpotInstanceType, SpreadLevel, TargetCapacityUnitType, Tenancy, TokenState, TrafficType, VolumeType, WeekDay } from "./enums";
|
|
1
|
+
import { _InstanceType, AcceleratorManufacturer, AcceleratorName, AcceleratorType, AddressFamily, AmdSevSnpSpecification, AttachmentStatus, AutoProvisionZonesState, AutoScalingIpsState, AvailabilityMode, BareMetal, BurstablePerformance, CapacityReservationPreference, ConnectivityType, ContainerFormat, CpuManufacturer, CurrencyCodeValues, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, Ec2InstanceConnectEndpointState, ExportEnvironment, ExportTaskState, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, FlowLogsResourceType, HostnameType, InstanceBandwidthWeighting, InstanceGeneration, InstanceInterruptionBehavior, InstanceLifecycle, InterfacePermissionType, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, IpamExternalResourceVerificationTokenState, IpamMeteredAccount, IpamPolicyState, IpamPoolAwsService, IpamPoolPublicIpSource, IpamPoolSourceResourceType, IpamPoolState, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPrefixListResolverState, IpamPrefixListResolverTargetState, IpamPrefixListResolverVersionCreationStatus, IpamResourceDiscoveryState, IpamResourceType, IpamScopeExternalAuthorityType, IpamScopeState, IpamScopeType, IpamState, IpamTier, KeyFormat, KeyType, LaunchTemplateAutoRecoveryState, LaunchTemplateHttpTokensState, LaunchTemplateInstanceMetadataEndpointState, LaunchTemplateInstanceMetadataOptionsState, LaunchTemplateInstanceMetadataProtocolIpv6, LaunchTemplateInstanceMetadataTagsState, LocalGatewayRouteState, LocalGatewayRouteTableMode, LocalGatewayRouteType, LocalGatewayVirtualInterfaceConfigurationState, LocalGatewayVirtualInterfaceGroupConfigurationState, LocalStorage, LocalStorageType, LogDestinationType, MacSystemIntegrityProtectionSettingStatus, MarketType, NatGatewayApplianceModifyState, NatGatewayApplianceState, NatGatewayApplianceType, NatGatewayState, NestedVirtualizationSpecification, NetworkInterfaceCreationType, NetworkInterfacePermissionStateCode, NetworkInterfaceStatus, NetworkInterfaceType, PlacementGroupState, PlacementStrategy, PlatformValues, PrefixListState, Protocol, ReplaceRootVolumeTaskState, ResourceType, RouteOrigin, RouteServerBfdState, RouteServerBgpState, RouteServerEndpointState, RouteServerPeerLivenessMode, RouteServerPeerState, RouteServerPersistRoutesAction, RouteServerPersistRoutesState, RouteServerState, RouteState, RuleAction, SecondaryInterfaceType, SecondaryNetworkCidrBlockAssociationState, SecondaryNetworkState, SecondaryNetworkType, SecondarySubnetCidrBlockAssociationState, ShutdownBehavior, SnapshotLocationEnum, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, SpotInstanceType, SpreadLevel, TargetCapacityUnitType, Tenancy, TokenState, TrafficType, VolumeType, WeekDay } from "./enums";
|
|
2
2
|
import { type AcceleratorCount, type AcceleratorCountRequest, type AcceleratorTotalMemoryMiB, type AcceleratorTotalMemoryMiBRequest, type InstanceEventWindow, type MacModificationTask, type OperatorResponse, type PortRange, type RouteTableAssociationState, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, Ipv4PrefixSpecification, NatGatewayAddress, NewDhcpConfiguration, ReservedInstancesListing, Tag, TagSpecification, UnsuccessfulItem } from "./models_0";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
@@ -6116,6 +6116,13 @@ export interface LaunchTemplateCpuOptionsRequest {
|
|
|
6116
6116
|
* @public
|
|
6117
6117
|
*/
|
|
6118
6118
|
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
6119
|
+
/**
|
|
6120
|
+
* <p>Indicates whether to enable the instance for nested virtualization.
|
|
6121
|
+
* Nested virtualization is supported only on 8th generation Intel-based instance types (c8i, m8i, r8i, and their flex variants).
|
|
6122
|
+
* When nested virtualization is enabled, Virtual Secure Mode (VSM) is automatically disabled for the instance.</p>
|
|
6123
|
+
* @public
|
|
6124
|
+
*/
|
|
6125
|
+
NestedVirtualization?: NestedVirtualizationSpecification | undefined;
|
|
6119
6126
|
}
|
|
6120
6127
|
/**
|
|
6121
6128
|
* <p>The credit option for CPU usage of a T instance.</p>
|
|
@@ -7583,6 +7590,11 @@ export interface LaunchTemplateCpuOptions {
|
|
|
7583
7590
|
* @public
|
|
7584
7591
|
*/
|
|
7585
7592
|
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
7593
|
+
/**
|
|
7594
|
+
* <p>Indicates whether the instance is enabled for nested virtualization. </p>
|
|
7595
|
+
* @public
|
|
7596
|
+
*/
|
|
7597
|
+
NestedVirtualization?: NestedVirtualizationSpecification | undefined;
|
|
7586
7598
|
}
|
|
7587
7599
|
/**
|
|
7588
7600
|
* <p>Describes the credit option for CPU usage of a T instance.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _InstanceType, ActivityStatus, AllocationStrategy, AmdSevSnpSpecification, AnalysisStatus, ArchitectureType, ArchitectureValues, AttachmentLimitType, AttachmentStatus, BandwidthWeightingType, BatchState, BootModeType, BootModeValues, CapacityReservationPreference, CurrencyCodeValues, DeviceType, DiskType, EbsEncryptionSupport, EbsNvmeSupport, EbsOptimizedSupport, EnaSupport, EphemeralNvmeSupport, EventCode, EventType, ExcessCapacityTerminationPolicy, FindingsFound, FleetType, FlexibleEnaQueuesSupport, HaStatus, HostnameType, HttpTokensState, HypervisorType, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceBootModeValues, InstanceInterruptionBehavior, InstanceLifecycleType, InstanceMetadataEndpointState, InstanceMetadataOptionsState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStorageEncryptionSupport, InstanceTypeHypervisor, KeyType, LocationType, LockState, MonitoringState, MoveStatus, NetworkInterfaceAttribute, NetworkInterfaceStatus, NitroEnclavesSupport, NitroTpmSupport, OfferingClassType, OfferingTypeValues, OnDemandAllocationStrategy, PermissionGroup, PhcSupport, PlacementGroupStrategy, PlatformValues, RebootMigrationSupport, RecurringChargeFrequency, ReplacementStrategy, ReservedInstanceState, ResourceType, RIProductDescription, RootDeviceType, Scope, SecondaryInterfaceStatus, SecondaryInterfaceType, SecondaryNetworkType, SecurityGroupVpcAssociationState, ServiceLinkVirtualInterfaceConfigurationState, SnapshotAttributeName, SnapshotState, SpotInstanceState, SpotInstanceType, SqlServerLicenseUsage, StatusName, StatusType, StorageTier, SummaryStatus, SupportedAdditionalProcessorFeature, TargetCapacityUnitType, Tenancy, TieringOperationStatus, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, UsageClassType, VirtualizationType } from "./enums";
|
|
1
|
+
import { _InstanceType, ActivityStatus, AllocationStrategy, AmdSevSnpSpecification, AnalysisStatus, ArchitectureType, ArchitectureValues, AttachmentLimitType, AttachmentStatus, BandwidthWeightingType, BatchState, BootModeType, BootModeValues, CapacityReservationPreference, CurrencyCodeValues, DeviceType, DiskType, EbsEncryptionSupport, EbsNvmeSupport, EbsOptimizedSupport, EnaSupport, EphemeralNvmeSupport, EventCode, EventType, ExcessCapacityTerminationPolicy, FindingsFound, FleetType, FlexibleEnaQueuesSupport, HaStatus, HostnameType, HttpTokensState, HypervisorType, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceBootModeValues, InstanceInterruptionBehavior, InstanceLifecycleType, InstanceMetadataEndpointState, InstanceMetadataOptionsState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStorageEncryptionSupport, InstanceTypeHypervisor, KeyType, LocationType, LockState, MonitoringState, MoveStatus, NestedVirtualizationSpecification, NetworkInterfaceAttribute, NetworkInterfaceStatus, NitroEnclavesSupport, NitroTpmSupport, OfferingClassType, OfferingTypeValues, OnDemandAllocationStrategy, PermissionGroup, PhcSupport, PlacementGroupStrategy, PlatformValues, RebootMigrationSupport, RecurringChargeFrequency, ReplacementStrategy, ReservedInstanceState, ResourceType, RIProductDescription, RootDeviceType, Scope, SecondaryInterfaceStatus, SecondaryInterfaceType, SecondaryNetworkType, SecurityGroupVpcAssociationState, ServiceLinkVirtualInterfaceConfigurationState, SnapshotAttributeName, SnapshotState, SpotInstanceState, SpotInstanceType, SqlServerLicenseUsage, StatusName, StatusType, StorageTier, SummaryStatus, SupportedAdditionalProcessorFeature, TargetCapacityUnitType, Tenancy, TieringOperationStatus, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, UsageClassType, VirtualizationType } from "./enums";
|
|
2
2
|
import { type IamInstanceProfile, type IamInstanceProfileSpecification, type OperatorResponse, ActiveInstance, AlternatePathHint, Explanation, IpamResourceDiscoveryAssociation, IpPermission, MacModificationTask, PathComponent, ReservedInstancesListing, SecurityGroupRule, Subnet, Tag, TagSpecification, UserIdGroupPair } from "./models_0";
|
|
3
3
|
import { type AttributeValue, type CapacityReservationTargetResponse, type ConnectionTrackingSpecificationRequest, type EnaSrdSpecificationRequest, type FleetLaunchTemplateSpecification, type InstanceRequirements, type NetworkInterfaceAttachment, type Placement, type StateReason, BlockDeviceMapping, GroupIdentifier, InstanceIpv6Address, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfacePermission, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, SecondaryNetwork } from "./models_1";
|
|
4
4
|
import { type SpotDatafeedSubscription, type SpotInstanceStateFault, SecondarySubnet, Snapshot, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget } from "./models_2";
|
|
@@ -807,6 +807,11 @@ export interface CpuOptions {
|
|
|
807
807
|
* @public
|
|
808
808
|
*/
|
|
809
809
|
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
810
|
+
/**
|
|
811
|
+
* <p>Indicates whether the instance is enabled for nested virtualization.</p>
|
|
812
|
+
* @public
|
|
813
|
+
*/
|
|
814
|
+
NestedVirtualization?: NestedVirtualizationSpecification | undefined;
|
|
810
815
|
}
|
|
811
816
|
/**
|
|
812
817
|
* <note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _InstanceType, Affinity, AnalysisStatus, ArchitectureType, ArchitectureValues, AutoAcceptSharedAttachmentsValue, AutoPlacement, BootModeValues, CapacityReservationPreference, CurrencyCodeValues, DefaultInstanceMetadataEndpointState, DefaultInstanceMetadataTagsState, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DiskImageFormat, DnsSupportValue, EkPubKeyFormat, EkPubKeyType, EncryptionSupportOptionValue, EndDateType, ExcessCapacityTerminationPolicy, FleetExcessCapacityTerminationPolicy, FpgaImageAttributeName, HostMaintenance, HostnameType, HostRecovery, HostTenancy, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceMatchCriteria, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, IpAddressType, IpamAddressHistoryResourceType, IpamComplianceStatus, IpamDiscoveryFailureCode, IpamManagementState, IpamMeteredAccount, IpamNetworkInterfaceAttachmentStatus, IpamOverlapStatus, IpamPolicyManagedBy, IpamPolicyResourceType, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPublicAddressAssociationStatus, IpamPublicAddressAwsService, IpamPublicAddressType, IpamResourceCidrIpSource, IpamResourceType, IpamTier, LockMode, LockState, ManagedBy, MetadataDefaultHttpTokensState, ModifyAvailabilityZoneOptInStatus, OperationType, PartitionLoadFrequency, PaymentOption, PermissionGroup, PlatformValues, PublicIpDnsOption, RouteServerPersistRoutesAction, RouteServerRouteInstallationStatus, RouteServerRouteStatus, SecurityGroupReferencingSupportValue, SelfServicePortal, ShutdownBehavior, SnapshotAttributeName, SnapshotBlockPublicAccessState, SSEType, TargetCapacityUnitType, TargetStorageTier, TrafficDirection, TrafficMirrorFilterRuleField, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorSessionField, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UnsuccessfulInstanceCreditSpecificationErrorCode, VirtualizationType, VolumeState, VolumeType, VpnEcmpSupportValue } from "./enums";
|
|
1
|
+
import { _InstanceType, Affinity, AnalysisStatus, ArchitectureType, ArchitectureValues, AutoAcceptSharedAttachmentsValue, AutoPlacement, BootModeValues, CapacityReservationPreference, CurrencyCodeValues, DefaultInstanceMetadataEndpointState, DefaultInstanceMetadataTagsState, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DiskImageFormat, DnsSupportValue, EkPubKeyFormat, EkPubKeyType, EncryptionSupportOptionValue, EndDateType, ExcessCapacityTerminationPolicy, FleetExcessCapacityTerminationPolicy, FpgaImageAttributeName, HostMaintenance, HostnameType, HostRecovery, HostTenancy, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceMatchCriteria, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, IpAddressType, IpamAddressHistoryResourceType, IpamComplianceStatus, IpamDiscoveryFailureCode, IpamManagementState, IpamMeteredAccount, IpamNetworkInterfaceAttachmentStatus, IpamOverlapStatus, IpamPolicyManagedBy, IpamPolicyResourceType, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPublicAddressAssociationStatus, IpamPublicAddressAwsService, IpamPublicAddressType, IpamResourceCidrIpSource, IpamResourceType, IpamTier, LockMode, LockState, ManagedBy, MetadataDefaultHttpTokensState, ModifyAvailabilityZoneOptInStatus, NestedVirtualizationSpecification, OperationType, PartitionLoadFrequency, PaymentOption, PermissionGroup, PlatformValues, PublicIpDnsOption, RouteServerPersistRoutesAction, RouteServerRouteInstallationStatus, RouteServerRouteStatus, SecurityGroupReferencingSupportValue, SelfServicePortal, ShutdownBehavior, SnapshotAttributeName, SnapshotBlockPublicAccessState, SSEType, TargetCapacityUnitType, TargetStorageTier, TrafficDirection, TrafficMirrorFilterRuleField, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorSessionField, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UnsuccessfulInstanceCreditSpecificationErrorCode, VirtualizationType, VolumeState, VolumeType, VpnEcmpSupportValue } from "./enums";
|
|
2
2
|
import { type AddressAttribute, type ClientConnectOptions, type ClientLoginBannerOptions, type ClientRouteEnforcementOptions, type ConnectionLogOptions, type EnaSrdSpecification, type InstanceEventWindow, type OperatorResponse, type SubnetAssociation, AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, IpamPoolAllocation, RouteServerAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayPolicyTableAssociation, UnsuccessfulItem } from "./models_0";
|
|
3
3
|
import { type AttributeValue, type CapacityReservationTarget, type ConnectionTrackingSpecificationRequest, type ExternalAuthorityConfiguration, type InstanceRequirementsRequest, type Ipam, type IpamPool, type IpamPrefixListResolver, type IpamPrefixListResolverTarget, type IpamResourceDiscovery, type IpamScope, type LaunchTemplate, type LocalGatewayRoute, type ManagedPrefixList, type NetworkInsightsAccessScopeContent, type Placement, type ResponseLaunchTemplateData, type RouteServer, type TargetCapacitySpecificationRequest, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, IpamPrefixListResolverRuleRequest, IpamResourceTag, RequestIpamResourceTag } from "./models_1";
|
|
4
4
|
import { type TrafficMirrorFilter, type TrafficMirrorFilterRule, type TrafficMirrorPortRangeRequest, type TrafficMirrorSession, type TransitGateway, type TransitGatewayMeteringPolicy, SubnetCidrReservation, TransitGatewayMeteringPolicyEntry, TransitGatewayPrefixListReference } from "./models_2";
|
|
@@ -6511,12 +6511,18 @@ export interface ModifyInstanceCpuOptionsRequest {
|
|
|
6511
6511
|
* <p>The number of CPU cores to activate for the specified instance.</p>
|
|
6512
6512
|
* @public
|
|
6513
6513
|
*/
|
|
6514
|
-
CoreCount
|
|
6514
|
+
CoreCount?: number | undefined;
|
|
6515
6515
|
/**
|
|
6516
6516
|
* <p>The number of threads to run for each CPU core.</p>
|
|
6517
6517
|
* @public
|
|
6518
6518
|
*/
|
|
6519
|
-
ThreadsPerCore
|
|
6519
|
+
ThreadsPerCore?: number | undefined;
|
|
6520
|
+
/**
|
|
6521
|
+
* <p>Indicates whether to enable or disable nested virtualization for the instance.
|
|
6522
|
+
* When nested virtualization is enabled, Virtual Secure Mode (VSM) is automatically disabled for the instance.</p>
|
|
6523
|
+
* @public
|
|
6524
|
+
*/
|
|
6525
|
+
NestedVirtualization?: NestedVirtualizationSpecification | undefined;
|
|
6520
6526
|
/**
|
|
6521
6527
|
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
6522
6528
|
* request, and provides an error response. If you have the required permissions, the error response is
|
|
@@ -6546,6 +6552,11 @@ export interface ModifyInstanceCpuOptionsResult {
|
|
|
6546
6552
|
* @public
|
|
6547
6553
|
*/
|
|
6548
6554
|
ThreadsPerCore?: number | undefined;
|
|
6555
|
+
/**
|
|
6556
|
+
* <p>Indicates whether nested virtualization has been enabled or disabled.</p>
|
|
6557
|
+
* @public
|
|
6558
|
+
*/
|
|
6559
|
+
NestedVirtualization?: NestedVirtualizationSpecification | undefined;
|
|
6549
6560
|
}
|
|
6550
6561
|
/**
|
|
6551
6562
|
* <p>Describes the credit option for CPU usage of a burstable performance instance.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _InstanceType, AddressAttributeName, AmdSevSnpSpecification, ApplianceModeSupportValue, ArchitectureValues, BootModeValues, CapacityManagerStatus, CapacityReservationInstancePlatform, CurrencyCodeValues, DnsSupportValue, HostnameType, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InternetGatewayBlockMode, InternetGatewayExclusionMode, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, Ipv6SupportValue, MarketType, MembershipType, PayerResponsibility, ReportInstanceReasonCodes, ReportStatusType, ResetFpgaImageAttributeName, ResetImageAttributeName, RuleAction, SecondaryInterfaceType, SecurityGroupReferencingSupportValue, ShutdownBehavior, SnapshotAttributeName, SnapshotState, SpotInstanceType, SSEType, Status, TpmSupportValues, TransitGatewayAttachmentResourceType, VerificationMethod, VerifiedAccessEndpointProtocol, VolumeType, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcTenancy } from "./enums";
|
|
1
|
+
import { _InstanceType, AddressAttributeName, AmdSevSnpSpecification, ApplianceModeSupportValue, ArchitectureValues, BootModeValues, CapacityManagerStatus, CapacityReservationInstancePlatform, CurrencyCodeValues, DnsSupportValue, HostnameType, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InternetGatewayBlockMode, InternetGatewayExclusionMode, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, Ipv6SupportValue, MarketType, MembershipType, NestedVirtualizationSpecification, PayerResponsibility, ReportInstanceReasonCodes, ReportStatusType, ResetFpgaImageAttributeName, ResetImageAttributeName, RuleAction, SecondaryInterfaceType, SecurityGroupReferencingSupportValue, ShutdownBehavior, SnapshotAttributeName, SnapshotState, SpotInstanceType, SSEType, Status, TpmSupportValues, TransitGatewayAttachmentResourceType, VerificationMethod, VerifiedAccessEndpointProtocol, VolumeType, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcTenancy } from "./enums";
|
|
2
2
|
import { type AddressAttribute, type ByoipCidr, type CapacityReservation, type ClientVpnAuthorizationRuleStatus, type IamInstanceProfileAssociation, type IamInstanceProfileSpecification, type PortRange, type RouteTableAssociationState, type TransitGatewayMulticastDomainAssociations, type TransitGatewayPeeringAttachment, type TransitGatewayVpcAttachment, type VerifiedAccessInstance, type VerifiedAccessSseSpecificationResponse, type VerifiedAccessTrustProvider, type VpcEncryptionControl, AddedPrincipal, IpPermission, NatGatewayAddress, TagSpecification, UnsuccessfulItem } from "./models_0";
|
|
3
3
|
import { type CreditSpecificationRequest, type IcmpTypeCode, type ManagedPrefixList, type OperatorRequest, type Placement, BlockDeviceMapping, ElasticGpuSpecification, InstanceIpv6Address, LocalGatewayRoute } from "./models_1";
|
|
4
4
|
import { type DnsOptionsSpecification, type TransitGatewayPrefixListReference, type VerifiedAccessEndpoint, type VerifiedAccessGroup, type VerifiedAccessSseSpecificationRequest, type VpcBlockPublicAccessExclusion, type VpnConnection, type VpnTunnelLogOptionsSpecification, IKEVersionsRequestListValue, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, TransitGatewayRoute } from "./models_2";
|
|
@@ -4781,6 +4781,13 @@ export interface CpuOptionsRequest {
|
|
|
4781
4781
|
* @public
|
|
4782
4782
|
*/
|
|
4783
4783
|
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
4784
|
+
/**
|
|
4785
|
+
* <p>Indicates whether to enable the instance for nested virtualization.
|
|
4786
|
+
* Nested virtualization is supported only on 8th generation Intel-based instance types (c8i, m8i, r8i, and their flex variants).
|
|
4787
|
+
* When nested virtualization is enabled, Virtual Secure Mode (VSM) is automatically disabled for the instance.</p>
|
|
4788
|
+
* @public
|
|
4789
|
+
*/
|
|
4790
|
+
NestedVirtualization?: NestedVirtualizationSpecification | undefined;
|
|
4784
4791
|
}
|
|
4785
4792
|
/**
|
|
4786
4793
|
* <note>
|
|
@@ -2514,6 +2514,12 @@ export declare const AmdSevSnpSpecification: {
|
|
|
2514
2514
|
};
|
|
2515
2515
|
export type AmdSevSnpSpecification =
|
|
2516
2516
|
(typeof AmdSevSnpSpecification)[keyof typeof AmdSevSnpSpecification];
|
|
2517
|
+
export declare const NestedVirtualizationSpecification: {
|
|
2518
|
+
readonly disabled: "disabled";
|
|
2519
|
+
readonly enabled: "enabled";
|
|
2520
|
+
};
|
|
2521
|
+
export type NestedVirtualizationSpecification =
|
|
2522
|
+
(typeof NestedVirtualizationSpecification)[keyof typeof NestedVirtualizationSpecification];
|
|
2517
2523
|
export declare const ShutdownBehavior: {
|
|
2518
2524
|
readonly stop: "stop";
|
|
2519
2525
|
readonly terminate: "terminate";
|
|
@@ -3936,6 +3942,7 @@ export type ArchitectureType =
|
|
|
3936
3942
|
(typeof ArchitectureType)[keyof typeof ArchitectureType];
|
|
3937
3943
|
export declare const SupportedAdditionalProcessorFeature: {
|
|
3938
3944
|
readonly AMD_SEV_SNP: "amd-sev-snp";
|
|
3945
|
+
readonly NESTED_VIRTUALIZATION: "nested-virtualization";
|
|
3939
3946
|
};
|
|
3940
3947
|
export type SupportedAdditionalProcessorFeature =
|
|
3941
3948
|
(typeof SupportedAdditionalProcessorFeature)[keyof typeof SupportedAdditionalProcessorFeature];
|
|
@@ -78,6 +78,7 @@ import {
|
|
|
78
78
|
NatGatewayApplianceState,
|
|
79
79
|
NatGatewayApplianceType,
|
|
80
80
|
NatGatewayState,
|
|
81
|
+
NestedVirtualizationSpecification,
|
|
81
82
|
NetworkInterfaceCreationType,
|
|
82
83
|
NetworkInterfacePermissionStateCode,
|
|
83
84
|
NetworkInterfaceStatus,
|
|
@@ -1009,6 +1010,7 @@ export interface LaunchTemplateCpuOptionsRequest {
|
|
|
1009
1010
|
CoreCount?: number | undefined;
|
|
1010
1011
|
ThreadsPerCore?: number | undefined;
|
|
1011
1012
|
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
1013
|
+
NestedVirtualization?: NestedVirtualizationSpecification | undefined;
|
|
1012
1014
|
}
|
|
1013
1015
|
export interface CreditSpecificationRequest {
|
|
1014
1016
|
CpuCredits: string | undefined;
|
|
@@ -1276,6 +1278,7 @@ export interface LaunchTemplateCpuOptions {
|
|
|
1276
1278
|
CoreCount?: number | undefined;
|
|
1277
1279
|
ThreadsPerCore?: number | undefined;
|
|
1278
1280
|
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
1281
|
+
NestedVirtualization?: NestedVirtualizationSpecification | undefined;
|
|
1279
1282
|
}
|
|
1280
1283
|
export interface CreditSpecification {
|
|
1281
1284
|
CpuCredits?: string | undefined;
|
|
@@ -48,6 +48,7 @@ import {
|
|
|
48
48
|
LockState,
|
|
49
49
|
MonitoringState,
|
|
50
50
|
MoveStatus,
|
|
51
|
+
NestedVirtualizationSpecification,
|
|
51
52
|
NetworkInterfaceAttribute,
|
|
52
53
|
NetworkInterfaceStatus,
|
|
53
54
|
NitroEnclavesSupport,
|
|
@@ -192,6 +193,7 @@ export interface CpuOptions {
|
|
|
192
193
|
CoreCount?: number | undefined;
|
|
193
194
|
ThreadsPerCore?: number | undefined;
|
|
194
195
|
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
196
|
+
NestedVirtualization?: NestedVirtualizationSpecification | undefined;
|
|
195
197
|
}
|
|
196
198
|
export interface ElasticGpuAssociation {
|
|
197
199
|
ElasticGpuId?: string | undefined;
|
|
@@ -58,6 +58,7 @@ import {
|
|
|
58
58
|
ManagedBy,
|
|
59
59
|
MetadataDefaultHttpTokensState,
|
|
60
60
|
ModifyAvailabilityZoneOptInStatus,
|
|
61
|
+
NestedVirtualizationSpecification,
|
|
61
62
|
OperationType,
|
|
62
63
|
PartitionLoadFrequency,
|
|
63
64
|
PaymentOption,
|
|
@@ -1471,14 +1472,16 @@ export interface ModifyInstanceConnectEndpointResult {
|
|
|
1471
1472
|
}
|
|
1472
1473
|
export interface ModifyInstanceCpuOptionsRequest {
|
|
1473
1474
|
InstanceId: string | undefined;
|
|
1474
|
-
CoreCount
|
|
1475
|
-
ThreadsPerCore
|
|
1475
|
+
CoreCount?: number | undefined;
|
|
1476
|
+
ThreadsPerCore?: number | undefined;
|
|
1477
|
+
NestedVirtualization?: NestedVirtualizationSpecification | undefined;
|
|
1476
1478
|
DryRun?: boolean | undefined;
|
|
1477
1479
|
}
|
|
1478
1480
|
export interface ModifyInstanceCpuOptionsResult {
|
|
1479
1481
|
InstanceId?: string | undefined;
|
|
1480
1482
|
CoreCount?: number | undefined;
|
|
1481
1483
|
ThreadsPerCore?: number | undefined;
|
|
1484
|
+
NestedVirtualization?: NestedVirtualizationSpecification | undefined;
|
|
1482
1485
|
}
|
|
1483
1486
|
export interface InstanceCreditSpecificationRequest {
|
|
1484
1487
|
InstanceId: string | undefined;
|
|
@@ -27,6 +27,7 @@ import {
|
|
|
27
27
|
Ipv6SupportValue,
|
|
28
28
|
MarketType,
|
|
29
29
|
MembershipType,
|
|
30
|
+
NestedVirtualizationSpecification,
|
|
30
31
|
PayerResponsibility,
|
|
31
32
|
ReportInstanceReasonCodes,
|
|
32
33
|
ReportStatusType,
|
|
@@ -1150,6 +1151,7 @@ export interface CpuOptionsRequest {
|
|
|
1150
1151
|
CoreCount?: number | undefined;
|
|
1151
1152
|
ThreadsPerCore?: number | undefined;
|
|
1152
1153
|
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
1154
|
+
NestedVirtualization?: NestedVirtualizationSpecification | undefined;
|
|
1153
1155
|
}
|
|
1154
1156
|
export interface ElasticInferenceAccelerator {
|
|
1155
1157
|
Type: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
29
|
"@aws-sdk/middleware-sdk-ec2": "^3.972.7",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
32
32
|
"@aws-sdk/types": "^3.973.1",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
36
36
|
"@smithy/config-resolver": "^4.4.6",
|
|
37
37
|
"@smithy/core": "^3.23.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^5.3.9",
|