@aws-sdk/client-ec2 3.813.0 → 3.814.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.
Files changed (35) hide show
  1. package/dist-cjs/index.js +248 -220
  2. package/dist-es/commands/DescribeLaunchTemplateVersionsCommand.js +1 -1
  3. package/dist-es/models/models_4.js +8 -7
  4. package/dist-es/models/models_5.js +7 -0
  5. package/dist-es/protocols/Aws_ec2.js +22 -6
  6. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +34 -19
  7. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -0
  8. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
  9. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  10. package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +2 -1
  11. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -2
  12. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -1
  13. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -2
  14. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +4 -0
  15. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +2 -1
  16. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -2
  17. package/dist-types/commands/RunInstancesCommand.d.ts +1 -0
  18. package/dist-types/models/models_4.d.ts +62 -175
  19. package/dist-types/models/models_5.d.ts +174 -33
  20. package/dist-types/models/models_6.d.ts +34 -76
  21. package/dist-types/models/models_7.d.ts +125 -34
  22. package/dist-types/models/models_8.d.ts +32 -0
  23. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  24. package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +2 -4
  25. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +4 -2
  26. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -4
  27. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +4 -2
  28. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +2 -4
  29. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +4 -2
  30. package/dist-types/ts3.4/models/models_4.d.ts +14 -20
  31. package/dist-types/ts3.4/models/models_5.d.ts +20 -9
  32. package/dist-types/ts3.4/models/models_6.d.ts +9 -12
  33. package/dist-types/ts3.4/models/models_7.d.ts +16 -8
  34. package/dist-types/ts3.4/models/models_8.d.ts +8 -0
  35. package/package.json +1 -1
@@ -31906,6 +31906,9 @@ const se_ModifyInstanceMaintenanceOptionsRequest = (input, context) => {
31906
31906
  if (input[_ARu] != null) {
31907
31907
  entries[_ARu] = input[_ARu];
31908
31908
  }
31909
+ if (input[_RMe] != null) {
31910
+ entries[_RMe] = input[_RMe];
31911
+ }
31909
31912
  if (input[_DRr] != null) {
31910
31913
  entries[_DRr] = input[_DRr];
31911
31914
  }
@@ -50099,6 +50102,9 @@ const de_InstanceMaintenanceOptions = (output, context) => {
50099
50102
  if (output[_aRu] != null) {
50100
50103
  contents[_ARu] = __expectString(output[_aRu]);
50101
50104
  }
50105
+ if (output[_rM] != null) {
50106
+ contents[_RMe] = __expectString(output[_rM]);
50107
+ }
50102
50108
  return contents;
50103
50109
  };
50104
50110
  const de_InstanceMetadataDefaultsResponse = (output, context) => {
@@ -50831,6 +50837,9 @@ const de_InstanceTypeInfo = (output, context) => {
50831
50837
  if (output[_pSh] != null) {
50832
50838
  contents[_PSh] = __expectString(output[_pSh]);
50833
50839
  }
50840
+ if (output[_rMS] != null) {
50841
+ contents[_RMS] = __expectString(output[_rMS]);
50842
+ }
50834
50843
  return contents;
50835
50844
  };
50836
50845
  const de_InstanceTypeInfoFromInstanceRequirements = (output, context) => {
@@ -53477,6 +53486,9 @@ const de_ModifyInstanceMaintenanceOptionsResult = (output, context) => {
53477
53486
  if (output[_aRu] != null) {
53478
53487
  contents[_ARu] = __expectString(output[_aRu]);
53479
53488
  }
53489
+ if (output[_rM] != null) {
53490
+ contents[_RMe] = __expectString(output[_rM]);
53491
+ }
53480
53492
  return contents;
53481
53493
  };
53482
53494
  const de_ModifyInstanceMetadataDefaultsResult = (output, context) => {
@@ -54508,8 +54520,8 @@ const de_NetworkInterface = (output, context) => {
54508
54520
  if (output[_rIeq] != null) {
54509
54521
  contents[_RIeq] = __expectString(output[_rIeq]);
54510
54522
  }
54511
- if (output[_rM] != null) {
54512
- contents[_RMe] = __parseBoolean(output[_rM]);
54523
+ if (output[_rMe] != null) {
54524
+ contents[_RMeq] = __parseBoolean(output[_rMe]);
54513
54525
  }
54514
54526
  if (output[_sDC] != null) {
54515
54527
  contents[_SDC] = __parseBoolean(output[_sDC]);
@@ -62108,8 +62120,8 @@ const de_VpcEndpoint = (output, context) => {
62108
62120
  if (output[_pDE] != null) {
62109
62121
  contents[_PDE] = __parseBoolean(output[_pDE]);
62110
62122
  }
62111
- if (output[_rM] != null) {
62112
- contents[_RMe] = __parseBoolean(output[_rM]);
62123
+ if (output[_rMe] != null) {
62124
+ contents[_RMeq] = __parseBoolean(output[_rMe]);
62113
62125
  }
62114
62126
  if (output.networkInterfaceIdSet === "") {
62115
62127
  contents[_NIIe] = [];
@@ -64811,8 +64823,10 @@ const _RM = "ReasonMessage";
64811
64823
  const _RMGM = "RegisteredMulticastGroupMembers";
64812
64824
  const _RMGS = "RegisteredMulticastGroupSources";
64813
64825
  const _RMPLV = "RestoreManagedPrefixListVersion";
64826
+ const _RMS = "RebootMigrationSupport";
64814
64827
  const _RMTS = "RekeyMarginTimeSeconds";
64815
- const _RMe = "RequesterManaged";
64828
+ const _RMe = "RebootMigration";
64829
+ const _RMeq = "RequesterManaged";
64816
64830
  const _RN = "RegionName";
64817
64831
  const _RNAA = "ReplaceNetworkAclAssociation";
64818
64832
  const _RNAE = "ReplaceNetworkAclEntry";
@@ -66765,10 +66779,12 @@ const _rIe = "regionInfo";
66765
66779
  const _rIeq = "requesterId";
66766
66780
  const _rIes = "resourceId";
66767
66781
  const _rIese = "reservationId";
66768
- const _rM = "requesterManaged";
66782
+ const _rM = "rebootMigration";
66769
66783
  const _rMGM = "registeredMulticastGroupMembers";
66770
66784
  const _rMGS = "registeredMulticastGroupSources";
66785
+ const _rMS = "rebootMigrationSupport";
66771
66786
  const _rMTS = "rekeyMarginTimeSeconds";
66787
+ const _rMe = "requesterManaged";
66772
66788
  const _rN = "ruleNumber";
66773
66789
  const _rNII = "registeredNetworkInterfaceIds";
66774
66790
  const _rNe = "regionName";
@@ -50,27 +50,42 @@ declare const DescribeInstanceTopologyCommand_base: {
50
50
  * <p>Supported instance types</p>
51
51
  * <ul>
52
52
  * <li>
53
- * <p>
54
- * <code>hpc6a.48xlarge</code> | <code>hpc6id.32xlarge</code> |
55
- * <code>hpc7a.12xlarge</code> | <code>hpc7a.24xlarge</code> |
56
- * <code>hpc7a.48xlarge</code> | <code>hpc7a.96xlarge</code> |
57
- * <code>hpc7g.4xlarge</code> | <code>hpc7g.8xlarge</code> |
58
- * <code>hpc7g.16xlarge</code>
59
- * </p>
53
+ * <p>Returns 3 network nodes in the response</p>
54
+ * <ul>
55
+ * <li>
56
+ * <p>
57
+ * <code>hpc6a.48xlarge</code> | <code>hpc6id.32xlarge</code> |
58
+ * <code>hpc7a.12xlarge</code> | <code>hpc7a.24xlarge</code> |
59
+ * <code>hpc7a.48xlarge</code> | <code>hpc7a.96xlarge</code> |
60
+ * <code>hpc7g.4xlarge</code> | <code>hpc7g.8xlarge</code> |
61
+ * <code>hpc7g.16xlarge</code>
62
+ * </p>
63
+ * </li>
64
+ * <li>
65
+ * <p>
66
+ * <code>p3dn.24xlarge</code> | <code>p4d.24xlarge</code> |
67
+ * <code>p4de.24xlarge</code> | <code>p5.48xlarge</code> |
68
+ * <code>p5e.48xlarge</code> | <code>p5en.48xlarge</code>
69
+ * </p>
70
+ * </li>
71
+ * <li>
72
+ * <p>
73
+ * <code>trn1.2xlarge</code> | <code>trn1.32xlarge</code> |
74
+ * <code>trn1n.32xlarge</code> | <code>trn2.48xlarge</code> |
75
+ * <code>trn2u.48xlarge</code>
76
+ * </p>
77
+ * </li>
78
+ * </ul>
60
79
  * </li>
61
80
  * <li>
62
- * <p>
63
- * <code>p3dn.24xlarge</code> | <code>p4d.24xlarge</code> |
64
- * <code>p4de.24xlarge</code> | <code>p5.48xlarge</code> |
65
- * <code>p5e.48xlarge</code> | <code>p5en.48xlarge</code>
66
- * </p>
67
- * </li>
68
- * <li>
69
- * <p>
70
- * <code>trn1.2xlarge</code> | <code>trn1.32xlarge</code> |
71
- * <code>trn1n.32xlarge</code> | <code>trn2.48xlarge</code> |
72
- * <code>trn2u.48xlarge</code>
73
- * </p>
81
+ * <p>Returns 4 network nodes in the response</p>
82
+ * <ul>
83
+ * <li>
84
+ * <p>
85
+ * <code>p6-b200.48xlarge</code>
86
+ * </p>
87
+ * </li>
88
+ * </ul>
74
89
  * </li>
75
90
  * </ul>
76
91
  * </li>
@@ -240,6 +240,7 @@ declare const DescribeInstanceTypesCommand_base: {
240
240
  * // TotalNeuronDeviceMemoryInMiB: Number("int"),
241
241
  * // },
242
242
  * // PhcSupport: "unsupported" || "supported",
243
+ * // RebootMigrationSupport: "unsupported" || "supported",
243
244
  * // },
244
245
  * // ],
245
246
  * // NextToken: "STRING_VALUE",
@@ -285,6 +285,7 @@ declare const DescribeInstancesCommand_base: {
285
285
  * // TpmSupport: "STRING_VALUE",
286
286
  * // MaintenanceOptions: { // InstanceMaintenanceOptions
287
287
  * // AutoRecovery: "disabled" || "default",
288
+ * // RebootMigration: "disabled" || "default",
288
289
  * // },
289
290
  * // CurrentInstanceBootMode: "legacy-bios" || "uefi",
290
291
  * // NetworkPerformanceOptions: { // InstanceNetworkPerformanceOptions
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeLaunchTemplateVersionsRequest, DescribeLaunchTemplateVersionsResult } from "../models/models_4";
4
+ import { DescribeLaunchTemplateVersionsRequest, DescribeLaunchTemplateVersionsResult } from "../models/models_5";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeVpnGatewaysRequest, DescribeVpnGatewaysResult } from "../models/models_5";
4
+ import { DescribeVpnGatewaysRequest } from "../models/models_5";
5
+ import { DescribeVpnGatewaysResult } from "../models/models_6";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DetachClassicLinkVpcRequest } from "../models/models_5";
5
- import { DetachClassicLinkVpcResult } from "../models/models_6";
4
+ import { DetachClassicLinkVpcRequest, DetachClassicLinkVpcResult } from "../models/models_6";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { GetTransitGatewayPolicyTableEntriesRequest, GetTransitGatewayPolicyTableEntriesResult } from "../models/models_6";
4
+ import { GetTransitGatewayPolicyTableEntriesRequest } from "../models/models_6";
5
+ import { GetTransitGatewayPolicyTableEntriesResult } from "../models/models_7";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { GetTransitGatewayPrefixListReferencesRequest } from "../models/models_6";
5
- import { GetTransitGatewayPrefixListReferencesResult } from "../models/models_7";
4
+ import { GetTransitGatewayPrefixListReferencesRequest, GetTransitGatewayPrefixListReferencesResult } from "../models/models_7";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -31,6 +31,8 @@ declare const ModifyInstanceMaintenanceOptionsCommand_base: {
31
31
  * recovery or set the recovery behavior to default. The default configuration will not
32
32
  * enable simplified automatic recovery for an unsupported instance type. For more
33
33
  * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-recover.html#instance-configuration-recovery">Simplified automatic recovery</a>.</p>
34
+ * <p>Modifies the reboot migration behavior during a user-initiated reboot of an instance
35
+ * that has a pending <code>system-reboot</code> event. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/schedevents_actions_reboot.html#reboot-migration">Enable or disable reboot migration</a>.</p>
34
36
  * @example
35
37
  * Use a bare-bones client and the command you need to make an API call.
36
38
  * ```javascript
@@ -40,6 +42,7 @@ declare const ModifyInstanceMaintenanceOptionsCommand_base: {
40
42
  * const input = { // ModifyInstanceMaintenanceOptionsRequest
41
43
  * InstanceId: "STRING_VALUE", // required
42
44
  * AutoRecovery: "disabled" || "default",
45
+ * RebootMigration: "disabled" || "default",
43
46
  * DryRun: true || false,
44
47
  * };
45
48
  * const command = new ModifyInstanceMaintenanceOptionsCommand(input);
@@ -47,6 +50,7 @@ declare const ModifyInstanceMaintenanceOptionsCommand_base: {
47
50
  * // { // ModifyInstanceMaintenanceOptionsResult
48
51
  * // InstanceId: "STRING_VALUE",
49
52
  * // AutoRecovery: "disabled" || "default",
53
+ * // RebootMigration: "disabled" || "default",
50
54
  * // };
51
55
  *
52
56
  * ```
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ReplaceImageCriteriaInAllowedImagesSettingsRequest, ReplaceImageCriteriaInAllowedImagesSettingsResult } from "../models/models_7";
4
+ import { ReplaceImageCriteriaInAllowedImagesSettingsRequest } from "../models/models_7";
5
+ import { ReplaceImageCriteriaInAllowedImagesSettingsResult } from "../models/models_8";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ReplaceNetworkAclAssociationRequest } from "../models/models_7";
5
- import { ReplaceNetworkAclAssociationResult } from "../models/models_8";
4
+ import { ReplaceNetworkAclAssociationRequest, ReplaceNetworkAclAssociationResult } from "../models/models_8";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -497,6 +497,7 @@ declare const RunInstancesCommand_base: {
497
497
  * // TpmSupport: "STRING_VALUE",
498
498
  * // MaintenanceOptions: { // InstanceMaintenanceOptions
499
499
  * // AutoRecovery: "disabled" || "default",
500
+ * // RebootMigration: "disabled" || "default",
500
501
  * // },
501
502
  * // CurrentInstanceBootMode: "legacy-bios" || "uefi",
502
503
  * // NetworkPerformanceOptions: { // InstanceNetworkPerformanceOptions
@@ -1,6 +1,6 @@
1
1
  import { ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, CurrencyCodeValues, HostMaintenance, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, Tag } from "./models_0";
2
2
  import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, HostnameType, InstanceBandwidthWeighting, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LogDestinationType, OperatorResponse, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
3
- import { GroupIdentifier, LaunchTemplateVersion, NetworkInterfaceStatus, StateReason } from "./models_2";
3
+ import { GroupIdentifier, NetworkInterfaceStatus, StateReason } from "./models_2";
4
4
  import { AssociatedNetworkType, Byoasn, Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_3";
5
5
  /**
6
6
  * <p>Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.</p>
@@ -6986,6 +6986,18 @@ export declare const InstanceAutoRecoveryState: {
6986
6986
  * @public
6987
6987
  */
6988
6988
  export type InstanceAutoRecoveryState = (typeof InstanceAutoRecoveryState)[keyof typeof InstanceAutoRecoveryState];
6989
+ /**
6990
+ * @public
6991
+ * @enum
6992
+ */
6993
+ export declare const InstanceRebootMigrationState: {
6994
+ readonly default: "default";
6995
+ readonly disabled: "disabled";
6996
+ };
6997
+ /**
6998
+ * @public
6999
+ */
7000
+ export type InstanceRebootMigrationState = (typeof InstanceRebootMigrationState)[keyof typeof InstanceRebootMigrationState];
6989
7001
  /**
6990
7002
  * <p>The maintenance options for the instance.</p>
6991
7003
  * @public
@@ -6997,6 +7009,30 @@ export interface InstanceMaintenanceOptions {
6997
7009
  * @public
6998
7010
  */
6999
7011
  AutoRecovery?: InstanceAutoRecoveryState | undefined;
7012
+ /**
7013
+ * <p>Specifies whether to attempt reboot migration during a user-initiated reboot of an
7014
+ * instance that has a scheduled <code>system-reboot</code> event:</p>
7015
+ * <ul>
7016
+ * <li>
7017
+ * <p>
7018
+ * <code>default</code> - Amazon EC2 attempts to migrate the instance to
7019
+ * new hardware (reboot migration). If successful, the <code>system-reboot</code>
7020
+ * event is cleared. If unsuccessful, an in-place reboot occurs and the event
7021
+ * remains scheduled.</p>
7022
+ * </li>
7023
+ * <li>
7024
+ * <p>
7025
+ * <code>disabled</code> - Amazon EC2 keeps the instance on the same
7026
+ * hardware (in-place reboot). The <code>system-reboot</code> event remains
7027
+ * scheduled.</p>
7028
+ * </li>
7029
+ * </ul>
7030
+ * <p>This setting only applies to supported instances that have a scheduled reboot event.
7031
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/schedevents_actions_reboot.html#reboot-migration">Enable or disable reboot migration</a> in the
7032
+ * <i>Amazon EC2 User Guide</i>.</p>
7033
+ * @public
7034
+ */
7035
+ RebootMigration?: InstanceRebootMigrationState | undefined;
7000
7036
  }
7001
7037
  /**
7002
7038
  * @public
@@ -8755,6 +8791,11 @@ export interface DescribeInstanceTypesRequest {
8755
8791
  * </li>
8756
8792
  * <li>
8757
8793
  * <p>
8794
+ * <code>reboot-migration-support</code> - Indicates whether enabling reboot migration is
8795
+ * supported (<code>supported</code> | <code>unsupported</code>).</p>
8796
+ * </li>
8797
+ * <li>
8798
+ * <p>
8758
8799
  * <code>supported-boot-mode</code> - The boot mode (<code>legacy-bios</code> |
8759
8800
  * <code>uefi</code>).</p>
8760
8801
  * </li>
@@ -9623,6 +9664,18 @@ export interface ProcessorInfo {
9623
9664
  */
9624
9665
  Manufacturer?: string | undefined;
9625
9666
  }
9667
+ /**
9668
+ * @public
9669
+ * @enum
9670
+ */
9671
+ export declare const RebootMigrationSupport: {
9672
+ readonly SUPPORTED: "supported";
9673
+ readonly UNSUPPORTED: "unsupported";
9674
+ };
9675
+ /**
9676
+ * @public
9677
+ */
9678
+ export type RebootMigrationSupport = (typeof RebootMigrationSupport)[keyof typeof RebootMigrationSupport];
9626
9679
  /**
9627
9680
  * @public
9628
9681
  * @enum
@@ -9852,6 +9905,14 @@ export interface InstanceTypeInfo {
9852
9905
  * @public
9853
9906
  */
9854
9907
  PhcSupport?: PhcSupport | undefined;
9908
+ /**
9909
+ * <p>Indicates whether reboot migration during a user-initiated reboot is supported for
9910
+ * instances that have a scheduled <code>system-reboot</code> event. For more information,
9911
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/schedevents_actions_reboot.html#reboot-migration">Enable or disable reboot migration</a> in the
9912
+ * <i>Amazon EC2 User Guide</i>.</p>
9913
+ * @public
9914
+ */
9915
+ RebootMigrationSupport?: RebootMigrationSupport | undefined;
9855
9916
  }
9856
9917
  /**
9857
9918
  * @public
@@ -10619,176 +10680,6 @@ export interface DescribeLaunchTemplatesResult {
10619
10680
  */
10620
10681
  NextToken?: string | undefined;
10621
10682
  }
10622
- /**
10623
- * @public
10624
- */
10625
- export interface DescribeLaunchTemplateVersionsRequest {
10626
- /**
10627
- * <p>Checks whether you have the required permissions for the action, without actually
10628
- * making the request, and provides an error response. If you have the required
10629
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
10630
- * <code>UnauthorizedOperation</code>.</p>
10631
- * @public
10632
- */
10633
- DryRun?: boolean | undefined;
10634
- /**
10635
- * <p>The ID of the launch template.</p>
10636
- * <p>To describe one or more versions of a specified launch template, you must specify
10637
- * either the launch template ID or the launch template name, but not both.</p>
10638
- * <p>To describe all the latest or default launch template versions in your account, you
10639
- * must omit this parameter.</p>
10640
- * @public
10641
- */
10642
- LaunchTemplateId?: string | undefined;
10643
- /**
10644
- * <p>The name of the launch template.</p>
10645
- * <p>To describe one or more versions of a specified launch template, you must specify
10646
- * either the launch template name or the launch template ID, but not both.</p>
10647
- * <p>To describe all the latest or default launch template versions in your account, you
10648
- * must omit this parameter.</p>
10649
- * @public
10650
- */
10651
- LaunchTemplateName?: string | undefined;
10652
- /**
10653
- * <p>One or more versions of the launch template. Valid values depend on whether you are
10654
- * describing a specified launch template (by ID or name) or all launch templates in your
10655
- * account.</p>
10656
- * <p>To describe one or more versions of a specified launch template, valid values are
10657
- * <code>$Latest</code>, <code>$Default</code>, and numbers.</p>
10658
- * <p>To describe all launch templates in your account that are defined as the latest
10659
- * version, the valid value is <code>$Latest</code>. To describe all launch templates in
10660
- * your account that are defined as the default version, the valid value is
10661
- * <code>$Default</code>. You can specify <code>$Latest</code> and
10662
- * <code>$Default</code> in the same request. You cannot specify numbers.</p>
10663
- * @public
10664
- */
10665
- Versions?: string[] | undefined;
10666
- /**
10667
- * <p>The version number after which to describe launch template versions.</p>
10668
- * @public
10669
- */
10670
- MinVersion?: string | undefined;
10671
- /**
10672
- * <p>The version number up to which to describe launch template versions.</p>
10673
- * @public
10674
- */
10675
- MaxVersion?: string | undefined;
10676
- /**
10677
- * <p>The token to request the next page of results.</p>
10678
- * @public
10679
- */
10680
- NextToken?: string | undefined;
10681
- /**
10682
- * <p>The maximum number of results to return in a single call. To retrieve the remaining
10683
- * results, make another call with the returned <code>NextToken</code> value. This value
10684
- * can be between 1 and 200.</p>
10685
- * @public
10686
- */
10687
- MaxResults?: number | undefined;
10688
- /**
10689
- * <p>One or more filters.</p>
10690
- * <ul>
10691
- * <li>
10692
- * <p>
10693
- * <code>create-time</code> - The time the launch template version was
10694
- * created.</p>
10695
- * </li>
10696
- * <li>
10697
- * <p>
10698
- * <code>ebs-optimized</code> - A boolean that indicates whether the instance is
10699
- * optimized for Amazon EBS I/O.</p>
10700
- * </li>
10701
- * <li>
10702
- * <p>
10703
- * <code>http-endpoint</code> - Indicates whether the HTTP metadata endpoint on
10704
- * your instances is enabled (<code>enabled</code> | <code>disabled</code>).</p>
10705
- * </li>
10706
- * <li>
10707
- * <p>
10708
- * <code>http-protocol-ipv4</code> - Indicates whether the IPv4 endpoint for the
10709
- * instance metadata service is enabled (<code>enabled</code> |
10710
- * <code>disabled</code>).</p>
10711
- * </li>
10712
- * <li>
10713
- * <p>
10714
- * <code>host-resource-group-arn</code> - The ARN of the host resource group in
10715
- * which to launch the instances.</p>
10716
- * </li>
10717
- * <li>
10718
- * <p>
10719
- * <code>http-tokens</code> - The state of token usage for your instance metadata
10720
- * requests (<code>optional</code> | <code>required</code>).</p>
10721
- * </li>
10722
- * <li>
10723
- * <p>
10724
- * <code>iam-instance-profile</code> - The ARN of the IAM instance
10725
- * profile.</p>
10726
- * </li>
10727
- * <li>
10728
- * <p>
10729
- * <code>image-id</code> - The ID of the AMI.</p>
10730
- * </li>
10731
- * <li>
10732
- * <p>
10733
- * <code>instance-type</code> - The instance type.</p>
10734
- * </li>
10735
- * <li>
10736
- * <p>
10737
- * <code>is-default-version</code> - A boolean that indicates whether the launch
10738
- * template version is the default version.</p>
10739
- * </li>
10740
- * <li>
10741
- * <p>
10742
- * <code>kernel-id</code> - The kernel ID.</p>
10743
- * </li>
10744
- * <li>
10745
- * <p>
10746
- * <code>license-configuration-arn</code> - The ARN of the license
10747
- * configuration.</p>
10748
- * </li>
10749
- * <li>
10750
- * <p>
10751
- * <code>network-card-index</code> - The index of the network card.</p>
10752
- * </li>
10753
- * <li>
10754
- * <p>
10755
- * <code>ram-disk-id</code> - The RAM disk ID.</p>
10756
- * </li>
10757
- * </ul>
10758
- * @public
10759
- */
10760
- Filters?: Filter[] | undefined;
10761
- /**
10762
- * <p>If <code>true</code>, and if a Systems Manager parameter is specified for
10763
- * <code>ImageId</code>, the AMI ID is displayed in the response for
10764
- * <code>imageId</code>.</p>
10765
- * <p>If <code>false</code>, and if a Systems Manager parameter is specified for
10766
- * <code>ImageId</code>, the parameter is displayed in the response for
10767
- * <code>imageId</code>.</p>
10768
- * <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
10769
- * <i>Amazon EC2 User Guide</i>.</p>
10770
- * <p>Default: <code>false</code>
10771
- * </p>
10772
- * @public
10773
- */
10774
- ResolveAlias?: boolean | undefined;
10775
- }
10776
- /**
10777
- * @public
10778
- */
10779
- export interface DescribeLaunchTemplateVersionsResult {
10780
- /**
10781
- * <p>Information about the launch template versions.</p>
10782
- * @public
10783
- */
10784
- LaunchTemplateVersions?: LaunchTemplateVersion[] | undefined;
10785
- /**
10786
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code>
10787
- * when there are no more results to return.</p>
10788
- * @public
10789
- */
10790
- NextToken?: string | undefined;
10791
- }
10792
10683
  /**
10793
10684
  * @internal
10794
10685
  */
@@ -10837,7 +10728,3 @@ export declare const ImportSnapshotTaskFilterSensitiveLog: (obj: ImportSnapshotT
10837
10728
  * @internal
10838
10729
  */
10839
10730
  export declare const DescribeImportSnapshotTasksResultFilterSensitiveLog: (obj: DescribeImportSnapshotTasksResult) => any;
10840
- /**
10841
- * @internal
10842
- */
10843
- export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (obj: DescribeLaunchTemplateVersionsResult) => any;