@aws-sdk/client-ec2 3.321.0 → 3.322.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/models/models_1.js +6 -2
- package/dist-cjs/models/models_3.js +2 -8
- package/dist-cjs/models/models_4.js +10 -1
- package/dist-cjs/protocols/Aws_ec2.js +25 -0
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/models/models_3.js +0 -6
- package/dist-es/models/models_4.js +9 -0
- package/dist-es/protocols/Aws_ec2.js +25 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -2
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +0 -3
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +0 -3
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +0 -3
- package/dist-types/commands/RunInstancesCommand.d.ts +3 -16
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/commands/StartInstancesCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +2 -2
- package/dist-types/models/models_1.d.ts +35 -82
- package/dist-types/models/models_2.d.ts +79 -14
- package/dist-types/models/models_3.d.ts +18 -25
- package/dist-types/models/models_4.d.ts +68 -191
- package/dist-types/models/models_5.d.ts +133 -52
- package/dist-types/models/models_6.d.ts +70 -49
- package/dist-types/models/models_7.d.ts +34 -0
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_1.d.ts +8 -11
- package/dist-types/ts3.4/models/models_2.d.ts +12 -4
- package/dist-types/ts3.4/models/models_3.d.ts +5 -8
- package/dist-types/ts3.4/models/models_4.d.ts +15 -14
- package/dist-types/ts3.4/models/models_5.d.ts +13 -12
- package/dist-types/ts3.4/models/models_6.d.ts +14 -9
- package/dist-types/ts3.4/models/models_7.d.ts +9 -0
- package/package.json +4 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.CreateLaunchTemplateVersionResultFilterSensitiveLog = exports.LaunchTemplateVersionFilterSensitiveLog = exports.ResponseLaunchTemplateDataFilterSensitiveLog = exports.CreateLaunchTemplateVersionRequestFilterSensitiveLog = exports.CreateLaunchTemplateRequestFilterSensitiveLog = exports.RequestLaunchTemplateDataFilterSensitiveLog = exports.KeyPairFilterSensitiveLog = exports.ReplaceRootVolumeTaskState = exports.PlacementGroupState = exports.PlacementStrategy = exports.SpreadLevel = exports.NetworkInterfacePermissionStateCode = exports.InterfacePermissionType = exports.NetworkInterfaceStatus = exports.NetworkInterfaceType = exports.NetworkInterfaceCreationType = exports.RuleAction = exports.NatGatewayState = exports.ConnectivityType = exports.PrefixListState = exports.LocalGatewayRouteTableMode = exports.LocalGatewayRouteType = exports.LocalGatewayRouteState = exports.LaunchTemplateInstanceMetadataOptionsState = exports.LaunchTemplateInstanceMetadataTagsState = exports.LaunchTemplateHttpTokensState = exports.LaunchTemplateInstanceMetadataProtocolIpv6 = exports.LaunchTemplateInstanceMetadataEndpointState = exports.LaunchTemplateAutoRecoveryState = void 0;
|
|
3
|
+
exports.InstanceInterruptionBehavior = exports.MarketType = exports.ShutdownBehavior = exports.AmdSevSnpSpecification = exports.CapacityReservationPreference = exports.KeyType = exports.KeyFormat = exports.IpamScopeState = exports.IpamResourceDiscoveryState = exports.IpamPoolState = exports.IpamScopeType = exports.IpamPoolPublicIpSource = exports.IpamPoolAwsService = exports.IpamState = exports.ExportTaskState = exports.ExportEnvironment = exports.DiskImageFormat = exports.ContainerFormat = exports.VolumeType = exports.TrafficType = exports.FlowLogsResourceType = exports.LogDestinationType = exports.DestinationFileFormat = exports.PlatformValues = exports.InstanceLifecycle = exports.FleetType = exports.TargetCapacityUnitType = exports.DefaultTargetCapacityType = exports.FleetReplacementStrategy = exports.SpotInstanceInterruptionBehavior = exports.SpotAllocationStrategy = exports.FleetCapacityReservationUsageStrategy = exports.FleetOnDemandAllocationStrategy = exports.LocalStorageType = exports.LocalStorage = exports.InstanceGeneration = exports.CpuManufacturer = exports.BurstablePerformance = exports.BareMetal = exports.FleetExcessCapacityTerminationPolicy = exports.VpcState = exports.Tenancy = exports.SubnetState = exports.HostnameType = exports.GatewayType = exports.ClientVpnRouteStatusCode = exports.ClientVpnEndpointStatusCode = exports.TransportProtocol = exports.SelfServicePortal = exports.ClientVpnAuthenticationType = void 0;
|
|
4
|
+
exports.CreateLaunchTemplateVersionResultFilterSensitiveLog = exports.LaunchTemplateVersionFilterSensitiveLog = exports.ResponseLaunchTemplateDataFilterSensitiveLog = exports.CreateLaunchTemplateVersionRequestFilterSensitiveLog = exports.CreateLaunchTemplateRequestFilterSensitiveLog = exports.RequestLaunchTemplateDataFilterSensitiveLog = exports.KeyPairFilterSensitiveLog = exports.ReplaceRootVolumeTaskState = exports.PlacementGroupState = exports.PlacementStrategy = exports.SpreadLevel = exports.NetworkInterfacePermissionStateCode = exports.InterfacePermissionType = exports.NetworkInterfaceStatus = exports.NetworkInterfaceType = exports.NetworkInterfaceCreationType = exports.RuleAction = exports.NatGatewayState = exports.ConnectivityType = exports.PrefixListState = exports.LocalGatewayRouteTableMode = exports.LocalGatewayRouteType = exports.LocalGatewayRouteState = exports.LaunchTemplateInstanceMetadataOptionsState = exports.LaunchTemplateInstanceMetadataTagsState = exports.LaunchTemplateHttpTokensState = exports.LaunchTemplateInstanceMetadataProtocolIpv6 = exports.LaunchTemplateInstanceMetadataEndpointState = exports.LaunchTemplateAutoRecoveryState = exports.SpotInstanceType = void 0;
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
exports.ClientVpnAuthenticationType = {
|
|
7
7
|
certificate_authentication: "certificate-authentication",
|
|
@@ -252,6 +252,10 @@ exports.CapacityReservationPreference = {
|
|
|
252
252
|
none: "none",
|
|
253
253
|
open: "open",
|
|
254
254
|
};
|
|
255
|
+
exports.AmdSevSnpSpecification = {
|
|
256
|
+
disabled: "disabled",
|
|
257
|
+
enabled: "enabled",
|
|
258
|
+
};
|
|
255
259
|
exports.ShutdownBehavior = {
|
|
256
260
|
stop: "stop",
|
|
257
261
|
terminate: "terminate",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ImportVolumeTaskDetailsFilterSensitiveLog = exports.ImportInstanceTaskDetailsFilterSensitiveLog = exports.ImportInstanceVolumeDetailItemFilterSensitiveLog = exports.DiskImageDescriptionFilterSensitiveLog = exports.DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = exports.
|
|
4
|
-
exports.DescribeConversionTasksResultFilterSensitiveLog =
|
|
3
|
+
exports.ConversionTaskFilterSensitiveLog = exports.ImportVolumeTaskDetailsFilterSensitiveLog = exports.ImportInstanceTaskDetailsFilterSensitiveLog = exports.ImportInstanceVolumeDetailItemFilterSensitiveLog = exports.DiskImageDescriptionFilterSensitiveLog = exports.DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = exports.InstanceMetadataOptionsState = exports.InstanceMetadataTagsState = exports.HttpTokensState = exports.InstanceMetadataProtocolState = exports.InstanceMetadataEndpointState = exports.InstanceAutoRecoveryState = exports.InstanceLifecycleType = exports.InstanceBootModeValues = exports.InstanceAttributeName = exports.VirtualizationType = exports.TpmSupportValues = exports.ImageState = exports.DeviceType = exports.ImdsSupportValues = exports.ImageTypeValues = exports.HypervisorType = exports.BootModeValues = exports.ArchitectureValues = exports.ImageAttributeName = exports.ReservationState = exports.PaymentOption = exports.FpgaImageStateCode = exports.ProductCodeValues = exports.PermissionGroup = exports.FpgaImageAttributeName = exports.FleetActivityStatus = exports.FleetEventType = exports.FastSnapshotRestoreStateCode = exports.FastLaunchStateCode = exports.FastLaunchResourceType = exports.ElasticGpuState = exports.ElasticGpuStatus = exports.ConversionTaskState = exports.VpnProtocol = exports.ClientVpnEndpointAttributeStatusCode = exports.AssociatedNetworkType = exports.ClientVpnConnectionStatusCode = exports.StatisticType = exports.PeriodType = exports.MetricType = exports.AvailabilityZoneState = exports.AvailabilityZoneOptInStatus = exports.IpamPoolCidrState = exports.IpamPoolCidrFailureCode = void 0;
|
|
4
|
+
exports.DescribeConversionTasksResultFilterSensitiveLog = void 0;
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("./models_0");
|
|
7
7
|
exports.IpamPoolCidrFailureCode = {
|
|
@@ -239,12 +239,6 @@ exports.InstanceMetadataOptionsState = {
|
|
|
239
239
|
applied: "applied",
|
|
240
240
|
pending: "pending",
|
|
241
241
|
};
|
|
242
|
-
exports.MonitoringState = {
|
|
243
|
-
disabled: "disabled",
|
|
244
|
-
disabling: "disabling",
|
|
245
|
-
enabled: "enabled",
|
|
246
|
-
pending: "pending",
|
|
247
|
-
};
|
|
248
242
|
const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
249
243
|
...obj,
|
|
250
244
|
...(obj.VerifiedAccessTrustProvider && {
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog = exports.DescribeSpotInstanceRequestsResultFilterSensitiveLog = exports.SpotInstanceRequestFilterSensitiveLog = exports.LaunchSpecificationFilterSensitiveLog = exports.DescribeSpotFleetRequestsResponseFilterSensitiveLog = exports.SpotFleetRequestConfigFilterSensitiveLog = exports.SpotFleetRequestConfigDataFilterSensitiveLog = exports.SpotFleetLaunchSpecificationFilterSensitiveLog = exports.DescribeLaunchTemplateVersionsResultFilterSensitiveLog = exports.VolumeAttributeName = exports.VerifiedAccessLogDeliveryStatusCode = exports.SpotInstanceState = exports.ReplacementStrategy = exports.OnDemandAllocationStrategy = exports.ExcessCapacityTerminationPolicy = exports.EventType = exports.TieringOperationStatus = exports.SnapshotAttributeName = exports.ReservedInstanceState = exports.Scope = exports.RecurringChargeFrequency = exports.RIProductDescription = exports.OfferingTypeValues = exports.OfferingClassType = exports.NetworkInterfaceAttribute = exports.AnalysisStatus = exports.FindingsFound = exports.MoveStatus = exports.UsageClassType = exports.RootDeviceType = exports.BootModeType = exports.ArchitectureType = exports.PlacementGroupStrategy = exports.EnaSupport = exports.EphemeralNvmeSupport = exports.InstanceStorageEncryptionSupport = exports.DiskType = exports.InstanceTypeHypervisor = exports.EbsNvmeSupport = exports.EbsEncryptionSupport = exports.EbsOptimizedSupport = exports.LocationType = exports.SummaryStatus = exports.StatusType = exports.StatusName = exports.EventCode = exports.InstanceStateName = void 0;
|
|
3
|
+
exports.DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog = exports.DescribeSpotInstanceRequestsResultFilterSensitiveLog = exports.SpotInstanceRequestFilterSensitiveLog = exports.LaunchSpecificationFilterSensitiveLog = exports.DescribeSpotFleetRequestsResponseFilterSensitiveLog = exports.SpotFleetRequestConfigFilterSensitiveLog = exports.SpotFleetRequestConfigDataFilterSensitiveLog = exports.SpotFleetLaunchSpecificationFilterSensitiveLog = exports.DescribeLaunchTemplateVersionsResultFilterSensitiveLog = exports.VolumeAttributeName = exports.VerifiedAccessLogDeliveryStatusCode = exports.SpotInstanceState = exports.ReplacementStrategy = exports.OnDemandAllocationStrategy = exports.ExcessCapacityTerminationPolicy = exports.EventType = exports.TieringOperationStatus = exports.SnapshotAttributeName = exports.ReservedInstanceState = exports.Scope = exports.RecurringChargeFrequency = exports.RIProductDescription = exports.OfferingTypeValues = exports.OfferingClassType = exports.NetworkInterfaceAttribute = exports.AnalysisStatus = exports.FindingsFound = exports.MoveStatus = exports.UsageClassType = exports.RootDeviceType = exports.BootModeType = exports.SupportedAdditionalProcessorFeature = exports.ArchitectureType = exports.PlacementGroupStrategy = exports.EnaSupport = exports.EphemeralNvmeSupport = exports.InstanceStorageEncryptionSupport = exports.DiskType = exports.InstanceTypeHypervisor = exports.EbsNvmeSupport = exports.EbsEncryptionSupport = exports.EbsOptimizedSupport = exports.LocationType = exports.SummaryStatus = exports.StatusType = exports.StatusName = exports.EventCode = exports.InstanceStateName = exports.MonitoringState = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
5
|
const models_0_1 = require("./models_0");
|
|
6
6
|
const models_1_1 = require("./models_1");
|
|
7
|
+
exports.MonitoringState = {
|
|
8
|
+
disabled: "disabled",
|
|
9
|
+
disabling: "disabling",
|
|
10
|
+
enabled: "enabled",
|
|
11
|
+
pending: "pending",
|
|
12
|
+
};
|
|
7
13
|
exports.InstanceStateName = {
|
|
8
14
|
pending: "pending",
|
|
9
15
|
running: "running",
|
|
@@ -88,6 +94,9 @@ exports.ArchitectureType = {
|
|
|
88
94
|
x86_64: "x86_64",
|
|
89
95
|
x86_64_mac: "x86_64_mac",
|
|
90
96
|
};
|
|
97
|
+
exports.SupportedAdditionalProcessorFeature = {
|
|
98
|
+
AMD_SEV_SNP: "amd-sev-snp",
|
|
99
|
+
};
|
|
91
100
|
exports.BootModeType = {
|
|
92
101
|
legacy_bios: "legacy-bios",
|
|
93
102
|
uefi: "uefi",
|
|
@@ -24170,6 +24170,9 @@ const se_CpuOptionsRequest = (input, context) => {
|
|
|
24170
24170
|
if (input.ThreadsPerCore != null) {
|
|
24171
24171
|
entries["ThreadsPerCore"] = input.ThreadsPerCore;
|
|
24172
24172
|
}
|
|
24173
|
+
if (input.AmdSevSnp != null) {
|
|
24174
|
+
entries["AmdSevSnp"] = input.AmdSevSnp;
|
|
24175
|
+
}
|
|
24173
24176
|
return entries;
|
|
24174
24177
|
};
|
|
24175
24178
|
const se_CreateCapacityReservationFleetRequest = (input, context) => {
|
|
@@ -36562,6 +36565,9 @@ const se_LaunchTemplateCpuOptionsRequest = (input, context) => {
|
|
|
36562
36565
|
if (input.ThreadsPerCore != null) {
|
|
36563
36566
|
entries["ThreadsPerCore"] = input.ThreadsPerCore;
|
|
36564
36567
|
}
|
|
36568
|
+
if (input.AmdSevSnp != null) {
|
|
36569
|
+
entries["AmdSevSnp"] = input.AmdSevSnp;
|
|
36570
|
+
}
|
|
36565
36571
|
return entries;
|
|
36566
36572
|
};
|
|
36567
36573
|
const se_LaunchTemplateEbsBlockDeviceRequest = (input, context) => {
|
|
@@ -46871,6 +46877,9 @@ const de_CpuOptions = (output, context) => {
|
|
|
46871
46877
|
if (output["threadsPerCore"] !== undefined) {
|
|
46872
46878
|
contents.ThreadsPerCore = (0, smithy_client_1.strictParseInt32)(output["threadsPerCore"]);
|
|
46873
46879
|
}
|
|
46880
|
+
if (output["amdSevSnp"] !== undefined) {
|
|
46881
|
+
contents.AmdSevSnp = (0, smithy_client_1.expectString)(output["amdSevSnp"]);
|
|
46882
|
+
}
|
|
46874
46883
|
return contents;
|
|
46875
46884
|
};
|
|
46876
46885
|
const de_CreateCapacityReservationFleetResult = (output, context) => {
|
|
@@ -55995,6 +56004,9 @@ const de_LaunchTemplateCpuOptions = (output, context) => {
|
|
|
55995
56004
|
if (output["threadsPerCore"] !== undefined) {
|
|
55996
56005
|
contents.ThreadsPerCore = (0, smithy_client_1.strictParseInt32)(output["threadsPerCore"]);
|
|
55997
56006
|
}
|
|
56007
|
+
if (output["amdSevSnp"] !== undefined) {
|
|
56008
|
+
contents.AmdSevSnp = (0, smithy_client_1.expectString)(output["amdSevSnp"]);
|
|
56009
|
+
}
|
|
55998
56010
|
return contents;
|
|
55999
56011
|
};
|
|
56000
56012
|
const de_LaunchTemplateEbsBlockDevice = (output, context) => {
|
|
@@ -58734,6 +58746,12 @@ const de_ProcessorInfo = (output, context) => {
|
|
|
58734
58746
|
if (output["sustainedClockSpeedInGhz"] !== undefined) {
|
|
58735
58747
|
contents.SustainedClockSpeedInGhz = (0, smithy_client_1.strictParseFloat)(output["sustainedClockSpeedInGhz"]);
|
|
58736
58748
|
}
|
|
58749
|
+
if (output.supportedFeatures === "") {
|
|
58750
|
+
contents.SupportedFeatures = [];
|
|
58751
|
+
}
|
|
58752
|
+
else if (output["supportedFeatures"] !== undefined && output["supportedFeatures"]["item"] !== undefined) {
|
|
58753
|
+
contents.SupportedFeatures = de_SupportedAdditionalProcessorFeatureList((0, smithy_client_1.getArrayIfSingleItem)(output["supportedFeatures"]["item"]), context);
|
|
58754
|
+
}
|
|
58737
58755
|
return contents;
|
|
58738
58756
|
};
|
|
58739
58757
|
const de_ProductCode = (output, context) => {
|
|
@@ -61666,6 +61684,13 @@ const de_SuccessfulQueuedPurchaseDeletionSet = (output, context) => {
|
|
|
61666
61684
|
return de_SuccessfulQueuedPurchaseDeletion(entry, context);
|
|
61667
61685
|
});
|
|
61668
61686
|
};
|
|
61687
|
+
const de_SupportedAdditionalProcessorFeatureList = (output, context) => {
|
|
61688
|
+
return (output || [])
|
|
61689
|
+
.filter((e) => e != null)
|
|
61690
|
+
.map((entry) => {
|
|
61691
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
61692
|
+
});
|
|
61693
|
+
};
|
|
61669
61694
|
const de_SupportedIpAddressTypes = (output, context) => {
|
|
61670
61695
|
return (output || [])
|
|
61671
61696
|
.filter((e) => e != null)
|
|
@@ -248,6 +248,10 @@ export const CapacityReservationPreference = {
|
|
|
248
248
|
none: "none",
|
|
249
249
|
open: "open",
|
|
250
250
|
};
|
|
251
|
+
export const AmdSevSnpSpecification = {
|
|
252
|
+
disabled: "disabled",
|
|
253
|
+
enabled: "enabled",
|
|
254
|
+
};
|
|
251
255
|
export const ShutdownBehavior = {
|
|
252
256
|
stop: "stop",
|
|
253
257
|
terminate: "terminate",
|
|
@@ -235,12 +235,6 @@ export const InstanceMetadataOptionsState = {
|
|
|
235
235
|
applied: "applied",
|
|
236
236
|
pending: "pending",
|
|
237
237
|
};
|
|
238
|
-
export const MonitoringState = {
|
|
239
|
-
disabled: "disabled",
|
|
240
|
-
disabling: "disabling",
|
|
241
|
-
enabled: "enabled",
|
|
242
|
-
pending: "pending",
|
|
243
|
-
};
|
|
244
238
|
export const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
245
239
|
...obj,
|
|
246
240
|
...(obj.VerifiedAccessTrustProvider && {
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
3
3
|
import { LaunchTemplateVersionFilterSensitiveLog, } from "./models_1";
|
|
4
|
+
export const MonitoringState = {
|
|
5
|
+
disabled: "disabled",
|
|
6
|
+
disabling: "disabling",
|
|
7
|
+
enabled: "enabled",
|
|
8
|
+
pending: "pending",
|
|
9
|
+
};
|
|
4
10
|
export const InstanceStateName = {
|
|
5
11
|
pending: "pending",
|
|
6
12
|
running: "running",
|
|
@@ -85,6 +91,9 @@ export const ArchitectureType = {
|
|
|
85
91
|
x86_64: "x86_64",
|
|
86
92
|
x86_64_mac: "x86_64_mac",
|
|
87
93
|
};
|
|
94
|
+
export const SupportedAdditionalProcessorFeature = {
|
|
95
|
+
AMD_SEV_SNP: "amd-sev-snp",
|
|
96
|
+
};
|
|
88
97
|
export const BootModeType = {
|
|
89
98
|
legacy_bios: "legacy-bios",
|
|
90
99
|
uefi: "uefi",
|
|
@@ -22962,6 +22962,9 @@ const se_CpuOptionsRequest = (input, context) => {
|
|
|
22962
22962
|
if (input.ThreadsPerCore != null) {
|
|
22963
22963
|
entries["ThreadsPerCore"] = input.ThreadsPerCore;
|
|
22964
22964
|
}
|
|
22965
|
+
if (input.AmdSevSnp != null) {
|
|
22966
|
+
entries["AmdSevSnp"] = input.AmdSevSnp;
|
|
22967
|
+
}
|
|
22965
22968
|
return entries;
|
|
22966
22969
|
};
|
|
22967
22970
|
const se_CreateCapacityReservationFleetRequest = (input, context) => {
|
|
@@ -35354,6 +35357,9 @@ const se_LaunchTemplateCpuOptionsRequest = (input, context) => {
|
|
|
35354
35357
|
if (input.ThreadsPerCore != null) {
|
|
35355
35358
|
entries["ThreadsPerCore"] = input.ThreadsPerCore;
|
|
35356
35359
|
}
|
|
35360
|
+
if (input.AmdSevSnp != null) {
|
|
35361
|
+
entries["AmdSevSnp"] = input.AmdSevSnp;
|
|
35362
|
+
}
|
|
35357
35363
|
return entries;
|
|
35358
35364
|
};
|
|
35359
35365
|
const se_LaunchTemplateEbsBlockDeviceRequest = (input, context) => {
|
|
@@ -45663,6 +45669,9 @@ const de_CpuOptions = (output, context) => {
|
|
|
45663
45669
|
if (output["threadsPerCore"] !== undefined) {
|
|
45664
45670
|
contents.ThreadsPerCore = __strictParseInt32(output["threadsPerCore"]);
|
|
45665
45671
|
}
|
|
45672
|
+
if (output["amdSevSnp"] !== undefined) {
|
|
45673
|
+
contents.AmdSevSnp = __expectString(output["amdSevSnp"]);
|
|
45674
|
+
}
|
|
45666
45675
|
return contents;
|
|
45667
45676
|
};
|
|
45668
45677
|
const de_CreateCapacityReservationFleetResult = (output, context) => {
|
|
@@ -54787,6 +54796,9 @@ const de_LaunchTemplateCpuOptions = (output, context) => {
|
|
|
54787
54796
|
if (output["threadsPerCore"] !== undefined) {
|
|
54788
54797
|
contents.ThreadsPerCore = __strictParseInt32(output["threadsPerCore"]);
|
|
54789
54798
|
}
|
|
54799
|
+
if (output["amdSevSnp"] !== undefined) {
|
|
54800
|
+
contents.AmdSevSnp = __expectString(output["amdSevSnp"]);
|
|
54801
|
+
}
|
|
54790
54802
|
return contents;
|
|
54791
54803
|
};
|
|
54792
54804
|
const de_LaunchTemplateEbsBlockDevice = (output, context) => {
|
|
@@ -57526,6 +57538,12 @@ const de_ProcessorInfo = (output, context) => {
|
|
|
57526
57538
|
if (output["sustainedClockSpeedInGhz"] !== undefined) {
|
|
57527
57539
|
contents.SustainedClockSpeedInGhz = __strictParseFloat(output["sustainedClockSpeedInGhz"]);
|
|
57528
57540
|
}
|
|
57541
|
+
if (output.supportedFeatures === "") {
|
|
57542
|
+
contents.SupportedFeatures = [];
|
|
57543
|
+
}
|
|
57544
|
+
else if (output["supportedFeatures"] !== undefined && output["supportedFeatures"]["item"] !== undefined) {
|
|
57545
|
+
contents.SupportedFeatures = de_SupportedAdditionalProcessorFeatureList(__getArrayIfSingleItem(output["supportedFeatures"]["item"]), context);
|
|
57546
|
+
}
|
|
57529
57547
|
return contents;
|
|
57530
57548
|
};
|
|
57531
57549
|
const de_ProductCode = (output, context) => {
|
|
@@ -60458,6 +60476,13 @@ const de_SuccessfulQueuedPurchaseDeletionSet = (output, context) => {
|
|
|
60458
60476
|
return de_SuccessfulQueuedPurchaseDeletion(entry, context);
|
|
60459
60477
|
});
|
|
60460
60478
|
};
|
|
60479
|
+
const de_SupportedAdditionalProcessorFeatureList = (output, context) => {
|
|
60480
|
+
return (output || [])
|
|
60481
|
+
.filter((e) => e != null)
|
|
60482
|
+
.map((entry) => {
|
|
60483
|
+
return __expectString(entry);
|
|
60484
|
+
});
|
|
60485
|
+
};
|
|
60461
60486
|
const de_SupportedIpAddressTypes = (output, context) => {
|
|
60462
60487
|
return (output || [])
|
|
60463
60488
|
.filter((e) => e != null)
|
|
@@ -171,6 +171,7 @@ export interface CreateLaunchTemplateCommandOutput extends CreateLaunchTemplateR
|
|
|
171
171
|
* CpuOptions: { // LaunchTemplateCpuOptionsRequest
|
|
172
172
|
* CoreCount: Number("int"),
|
|
173
173
|
* ThreadsPerCore: Number("int"),
|
|
174
|
+
* AmdSevSnp: "enabled" || "disabled",
|
|
174
175
|
* },
|
|
175
176
|
* CapacityReservationSpecification: { // LaunchTemplateCapacityReservationSpecificationRequest
|
|
176
177
|
* CapacityReservationPreference: "open" || "none",
|
|
@@ -172,6 +172,7 @@ export interface CreateLaunchTemplateVersionCommandOutput extends CreateLaunchTe
|
|
|
172
172
|
* CpuOptions: { // LaunchTemplateCpuOptionsRequest
|
|
173
173
|
* CoreCount: Number("int"),
|
|
174
174
|
* ThreadsPerCore: Number("int"),
|
|
175
|
+
* AmdSevSnp: "enabled" || "disabled",
|
|
175
176
|
* },
|
|
176
177
|
* CapacityReservationSpecification: { // LaunchTemplateCapacityReservationSpecificationRequest
|
|
177
178
|
* CapacityReservationPreference: "open" || "none",
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { DeleteSpotDatafeedSubscriptionRequest } from "../models/
|
|
5
|
+
import { DeleteSpotDatafeedSubscriptionRequest } from "../models/models_3";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*
|
|
@@ -2,7 +2,8 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { DescribeVolumeAttributeRequest
|
|
5
|
+
import { DescribeVolumeAttributeRequest } from "../models/models_4";
|
|
6
|
+
import { DescribeVolumeAttributeResult } from "../models/models_5";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
8
9
|
*
|
|
@@ -2,8 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { DescribeVolumesRequest } from "../models/
|
|
6
|
-
import { DescribeVolumesResult } from "../models/models_5";
|
|
5
|
+
import { DescribeVolumesRequest, DescribeVolumesResult } from "../models/models_5";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
9
8
|
*
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ImportKeyPairRequest, ImportKeyPairResult } from "../models/
|
|
5
|
+
import { ImportKeyPairRequest, ImportKeyPairResult } from "../models/models_6";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*
|
|
@@ -23,7 +23,7 @@ export interface ModifyInstanceAttributeCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
* attribute at a time.</p>
|
|
24
24
|
* <p>
|
|
25
25
|
* <b>Note: </b>Using this action to change the security groups
|
|
26
|
-
* associated with an elastic network interface (ENI) attached to an instance
|
|
26
|
+
* associated with an elastic network interface (ENI) attached to an instance can
|
|
27
27
|
* result in an error if the instance has more than one ENI. To change the security groups
|
|
28
28
|
* associated with an ENI attached to an instance that has multiple ENIs, we recommend that
|
|
29
29
|
* you use the <a>ModifyNetworkInterfaceAttribute</a> action.</p>
|
|
@@ -24,9 +24,6 @@ export interface ModifyReservedInstancesCommandOutput extends ModifyReservedInst
|
|
|
24
24
|
* except for Availability Zone, network platform, and instance type.</p>
|
|
25
25
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html">Modifying Reserved
|
|
26
26
|
* Instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
27
|
-
* <note>
|
|
28
|
-
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
29
|
-
* </note>
|
|
30
27
|
* @example
|
|
31
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
29
|
* ```javascript
|
|
@@ -29,9 +29,6 @@ export interface PurchaseReservedInstancesOfferingCommandOutput extends Purchase
|
|
|
29
29
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html">Reserved Instances</a> and
|
|
30
30
|
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Reserved Instance Marketplace</a>
|
|
31
31
|
* in the <i>Amazon EC2 User Guide</i>.</p>
|
|
32
|
-
* <note>
|
|
33
|
-
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
34
|
-
* </note>
|
|
35
32
|
* @example
|
|
36
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
34
|
* ```javascript
|
|
@@ -29,9 +29,6 @@ export interface RequestSpotInstancesCommandOutput extends RequestSpotInstancesR
|
|
|
29
29
|
* is the best Spot request method to use?</a> in the
|
|
30
30
|
* <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
|
|
31
31
|
* </important>
|
|
32
|
-
* <note>
|
|
33
|
-
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
|
|
34
|
-
* </note>
|
|
35
32
|
* @example
|
|
36
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
34
|
* ```javascript
|
|
@@ -26,21 +26,12 @@ export interface RunInstancesCommandOutput extends Reservation, __MetadataBearer
|
|
|
26
26
|
* apply:</p>
|
|
27
27
|
* <ul>
|
|
28
28
|
* <li>
|
|
29
|
-
* <p>
|
|
29
|
+
* <p>If you don't specify a subnet ID, we choose a default subnet from
|
|
30
30
|
* your default VPC for you. If you don't have a default VPC, you must specify a
|
|
31
31
|
* subnet ID in the request.</p>
|
|
32
32
|
* </li>
|
|
33
33
|
* <li>
|
|
34
|
-
* <p>
|
|
35
|
-
* you.</p>
|
|
36
|
-
* </li>
|
|
37
|
-
* <li>
|
|
38
|
-
* <p>Some instance types must be launched into a VPC. If you do not have a default
|
|
39
|
-
* VPC, or if you do not specify a subnet ID, the request fails. For more
|
|
40
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-vpc.html#vpc-only-instance-types">Instance types available only in a VPC</a>.</p>
|
|
41
|
-
* </li>
|
|
42
|
-
* <li>
|
|
43
|
-
* <p>[EC2-VPC] All instances have a network interface with a primary private IPv4
|
|
34
|
+
* <p>All instances have a network interface with a primary private IPv4
|
|
44
35
|
* address. If you don't specify this address, we choose one from the IPv4 range of
|
|
45
36
|
* your subnet.</p>
|
|
46
37
|
* </li>
|
|
@@ -77,11 +68,6 @@ export interface RunInstancesCommandOutput extends Reservation, __MetadataBearer
|
|
|
77
68
|
* pairs</a>.</p>
|
|
78
69
|
* <p>For troubleshooting, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_InstanceStraightToTerminated.html">What to do if
|
|
79
70
|
* an instance immediately terminates</a>, and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesConnecting.html">Troubleshooting connecting to your instance</a>.</p>
|
|
80
|
-
* <note>
|
|
81
|
-
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a
|
|
82
|
-
* VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a
|
|
83
|
-
* VPC</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
84
|
-
* </note>
|
|
85
71
|
* @example
|
|
86
72
|
* Use a bare-bones client and the command you need to make an API call.
|
|
87
73
|
* ```javascript
|
|
@@ -238,6 +224,7 @@ export interface RunInstancesCommandOutput extends Reservation, __MetadataBearer
|
|
|
238
224
|
* CpuOptions: { // CpuOptionsRequest
|
|
239
225
|
* CoreCount: Number("int"),
|
|
240
226
|
* ThreadsPerCore: Number("int"),
|
|
227
|
+
* AmdSevSnp: "enabled" || "disabled",
|
|
241
228
|
* },
|
|
242
229
|
* CapacityReservationSpecification: { // CapacityReservationSpecification
|
|
243
230
|
* CapacityReservationPreference: "open" || "none",
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { SendDiagnosticInterruptRequest } from "../models/
|
|
5
|
+
import { SendDiagnosticInterruptRequest } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*
|
|
@@ -2,8 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { StartInstancesRequest } from "../models/
|
|
6
|
-
import { StartInstancesResult } from "../models/models_7";
|
|
5
|
+
import { StartInstancesRequest, StartInstancesResult } from "../models/models_7";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
9
8
|
*
|
|
@@ -5688,7 +5688,7 @@ export interface CancelSpotInstanceRequestsRequest {
|
|
|
5688
5688
|
*/
|
|
5689
5689
|
DryRun?: boolean;
|
|
5690
5690
|
/**
|
|
5691
|
-
* <p>
|
|
5691
|
+
* <p>The IDs of the Spot Instance requests.</p>
|
|
5692
5692
|
*/
|
|
5693
5693
|
SpotInstanceRequestIds: string[] | undefined;
|
|
5694
5694
|
}
|
|
@@ -5727,7 +5727,7 @@ export interface CancelledSpotInstanceRequest {
|
|
|
5727
5727
|
*/
|
|
5728
5728
|
export interface CancelSpotInstanceRequestsResult {
|
|
5729
5729
|
/**
|
|
5730
|
-
* <p>
|
|
5730
|
+
* <p>The Spot Instance requests.</p>
|
|
5731
5731
|
*/
|
|
5732
5732
|
CancelledSpotInstanceRequests?: CancelledSpotInstanceRequest[];
|
|
5733
5733
|
}
|
|
@@ -1621,7 +1621,7 @@ export interface Placement {
|
|
|
1621
1621
|
*/
|
|
1622
1622
|
HostId?: string;
|
|
1623
1623
|
/**
|
|
1624
|
-
* <p>The tenancy of the instance
|
|
1624
|
+
* <p>The tenancy of the instance. An instance with a
|
|
1625
1625
|
* tenancy of <code>dedicated</code> runs on single-tenant hardware.</p>
|
|
1626
1626
|
* <p>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a>. The
|
|
1627
1627
|
* <code>host</code> tenancy is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportInstance.html">ImportInstance</a> or
|
|
@@ -4654,6 +4654,18 @@ export interface LaunchTemplateCapacityReservationSpecificationRequest {
|
|
|
4654
4654
|
*/
|
|
4655
4655
|
CapacityReservationTarget?: CapacityReservationTarget;
|
|
4656
4656
|
}
|
|
4657
|
+
/**
|
|
4658
|
+
* @public
|
|
4659
|
+
* @enum
|
|
4660
|
+
*/
|
|
4661
|
+
export declare const AmdSevSnpSpecification: {
|
|
4662
|
+
readonly disabled: "disabled";
|
|
4663
|
+
readonly enabled: "enabled";
|
|
4664
|
+
};
|
|
4665
|
+
/**
|
|
4666
|
+
* @public
|
|
4667
|
+
*/
|
|
4668
|
+
export type AmdSevSnpSpecification = (typeof AmdSevSnpSpecification)[keyof typeof AmdSevSnpSpecification];
|
|
4657
4669
|
/**
|
|
4658
4670
|
* @public
|
|
4659
4671
|
* <p>The CPU options for the instance. Both the core count and threads per core must be
|
|
@@ -4670,6 +4682,11 @@ export interface LaunchTemplateCpuOptionsRequest {
|
|
|
4670
4682
|
* <code>2</code>.</p>
|
|
4671
4683
|
*/
|
|
4672
4684
|
ThreadsPerCore?: number;
|
|
4685
|
+
/**
|
|
4686
|
+
* <p>Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported
|
|
4687
|
+
* with M6a, R6a, and C6a instance types only.</p>
|
|
4688
|
+
*/
|
|
4689
|
+
AmdSevSnp?: AmdSevSnpSpecification | string;
|
|
4673
4690
|
}
|
|
4674
4691
|
/**
|
|
4675
4692
|
* @public
|
|
@@ -5189,7 +5206,7 @@ export interface LaunchTemplatePlacementRequest {
|
|
|
5189
5206
|
*/
|
|
5190
5207
|
HostId?: string;
|
|
5191
5208
|
/**
|
|
5192
|
-
* <p>The tenancy of the instance
|
|
5209
|
+
* <p>The tenancy of the instance. An instance with a
|
|
5193
5210
|
* tenancy of dedicated runs on single-tenant hardware.</p>
|
|
5194
5211
|
*/
|
|
5195
5212
|
Tenancy?: Tenancy | string;
|
|
@@ -5321,8 +5338,17 @@ export interface RequestLaunchTemplateData {
|
|
|
5321
5338
|
* <code>resolve:ssm:parameter-name:label</code>
|
|
5322
5339
|
* </p>
|
|
5323
5340
|
* </li>
|
|
5341
|
+
* <li>
|
|
5342
|
+
* <p>
|
|
5343
|
+
* <code>resolve:ssm:public-parameter</code>
|
|
5344
|
+
* </p>
|
|
5345
|
+
* </li>
|
|
5324
5346
|
* </ul>
|
|
5325
|
-
* <
|
|
5347
|
+
* <note>
|
|
5348
|
+
* <p>Currently, EC2 Fleet and Spot Fleet do not support specifying a Systems Manager parameter.
|
|
5349
|
+
* If the launch template will be used by an EC2 Fleet or Spot Fleet, you must specify the AMI ID.</p>
|
|
5350
|
+
* </note>
|
|
5351
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-launch-template.html#use-an-ssm-parameter-instead-of-an-ami-id">Use a Systems Manager parameter instead of an AMI ID</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
5326
5352
|
*/
|
|
5327
5353
|
ImageId?: string;
|
|
5328
5354
|
/**
|
|
@@ -5784,6 +5810,11 @@ export interface LaunchTemplateCpuOptions {
|
|
|
5784
5810
|
* <p>The number of threads per CPU core.</p>
|
|
5785
5811
|
*/
|
|
5786
5812
|
ThreadsPerCore?: number;
|
|
5813
|
+
/**
|
|
5814
|
+
* <p>Indicates whether the instance is enabled for
|
|
5815
|
+
* AMD SEV-SNP.</p>
|
|
5816
|
+
*/
|
|
5817
|
+
AmdSevSnp?: AmdSevSnpSpecification | string;
|
|
5787
5818
|
}
|
|
5788
5819
|
/**
|
|
5789
5820
|
* @public
|
|
@@ -6161,7 +6192,7 @@ export interface LaunchTemplatePlacement {
|
|
|
6161
6192
|
*/
|
|
6162
6193
|
HostId?: string;
|
|
6163
6194
|
/**
|
|
6164
|
-
* <p>The tenancy of the instance
|
|
6195
|
+
* <p>The tenancy of the instance. An instance with a
|
|
6165
6196
|
* tenancy of <code>dedicated</code> runs on single-tenant hardware. </p>
|
|
6166
6197
|
*/
|
|
6167
6198
|
Tenancy?: Tenancy | string;
|
|
@@ -8473,84 +8504,6 @@ export declare const ReplaceRootVolumeTaskState: {
|
|
|
8473
8504
|
* @public
|
|
8474
8505
|
*/
|
|
8475
8506
|
export type ReplaceRootVolumeTaskState = (typeof ReplaceRootVolumeTaskState)[keyof typeof ReplaceRootVolumeTaskState];
|
|
8476
|
-
/**
|
|
8477
|
-
* @public
|
|
8478
|
-
* <p>Information about a root volume replacement task.</p>
|
|
8479
|
-
*/
|
|
8480
|
-
export interface ReplaceRootVolumeTask {
|
|
8481
|
-
/**
|
|
8482
|
-
* <p>The ID of the root volume replacement task.</p>
|
|
8483
|
-
*/
|
|
8484
|
-
ReplaceRootVolumeTaskId?: string;
|
|
8485
|
-
/**
|
|
8486
|
-
* <p>The ID of the instance for which the root volume replacement task was created.</p>
|
|
8487
|
-
*/
|
|
8488
|
-
InstanceId?: string;
|
|
8489
|
-
/**
|
|
8490
|
-
* <p>The state of the task. The task can be in one of the following states:</p>
|
|
8491
|
-
* <ul>
|
|
8492
|
-
* <li>
|
|
8493
|
-
* <p>
|
|
8494
|
-
* <code>pending</code> - the replacement volume is being created.</p>
|
|
8495
|
-
* </li>
|
|
8496
|
-
* <li>
|
|
8497
|
-
* <p>
|
|
8498
|
-
* <code>in-progress</code> - the original volume is being detached and the
|
|
8499
|
-
* replacement volume is being attached.</p>
|
|
8500
|
-
* </li>
|
|
8501
|
-
* <li>
|
|
8502
|
-
* <p>
|
|
8503
|
-
* <code>succeeded</code> - the replacement volume has been successfully attached
|
|
8504
|
-
* to the instance and the instance is available.</p>
|
|
8505
|
-
* </li>
|
|
8506
|
-
* <li>
|
|
8507
|
-
* <p>
|
|
8508
|
-
* <code>failing</code> - the replacement task is in the process of failing.</p>
|
|
8509
|
-
* </li>
|
|
8510
|
-
* <li>
|
|
8511
|
-
* <p>
|
|
8512
|
-
* <code>failed</code> - the replacement task has failed but the original root
|
|
8513
|
-
* volume is still attached.</p>
|
|
8514
|
-
* </li>
|
|
8515
|
-
* <li>
|
|
8516
|
-
* <p>
|
|
8517
|
-
* <code>failing-detached</code> - the replacement task is in the process of failing.
|
|
8518
|
-
* The instance might have no root volume attached.</p>
|
|
8519
|
-
* </li>
|
|
8520
|
-
* <li>
|
|
8521
|
-
* <p>
|
|
8522
|
-
* <code>failed-detached</code> - the replacement task has failed and the instance
|
|
8523
|
-
* has no root volume attached.</p>
|
|
8524
|
-
* </li>
|
|
8525
|
-
* </ul>
|
|
8526
|
-
*/
|
|
8527
|
-
TaskState?: ReplaceRootVolumeTaskState | string;
|
|
8528
|
-
/**
|
|
8529
|
-
* <p>The time the task was started.</p>
|
|
8530
|
-
*/
|
|
8531
|
-
StartTime?: string;
|
|
8532
|
-
/**
|
|
8533
|
-
* <p>The time the task completed.</p>
|
|
8534
|
-
*/
|
|
8535
|
-
CompleteTime?: string;
|
|
8536
|
-
/**
|
|
8537
|
-
* <p>The tags assigned to the task.</p>
|
|
8538
|
-
*/
|
|
8539
|
-
Tags?: Tag[];
|
|
8540
|
-
/**
|
|
8541
|
-
* <p>The ID of the AMI used to create the replacement root volume.</p>
|
|
8542
|
-
*/
|
|
8543
|
-
ImageId?: string;
|
|
8544
|
-
/**
|
|
8545
|
-
* <p>The ID of the snapshot used to create the replacement root volume.</p>
|
|
8546
|
-
*/
|
|
8547
|
-
SnapshotId?: string;
|
|
8548
|
-
/**
|
|
8549
|
-
* <p>Indicates whether the original root volume is to be deleted after the root volume
|
|
8550
|
-
* replacement task completes.</p>
|
|
8551
|
-
*/
|
|
8552
|
-
DeleteReplacedRootVolume?: boolean;
|
|
8553
|
-
}
|
|
8554
8507
|
/**
|
|
8555
8508
|
* @internal
|
|
8556
8509
|
*/
|