@aws-sdk/client-ec2 3.988.0 → 3.990.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 (43) hide show
  1. package/dist-cjs/index.js +6 -0
  2. package/dist-cjs/schemas/schemas_0.js +164 -116
  3. package/dist-es/models/enums.js +5 -0
  4. package/dist-es/schemas/schemas_0.js +103 -55
  5. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
  6. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -0
  7. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +10 -0
  8. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +2 -1
  9. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
  10. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
  11. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
  12. package/dist-types/commands/DescribeRegionsCommand.d.ts +5 -0
  13. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -1
  14. package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -1
  15. package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  16. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -0
  17. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +4 -2
  18. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +2 -1
  19. package/dist-types/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  20. package/dist-types/commands/RunInstancesCommand.d.ts +2 -0
  21. package/dist-types/models/enums.d.ts +13 -0
  22. package/dist-types/models/models_1.d.ts +13 -1
  23. package/dist-types/models/models_3.d.ts +34 -72
  24. package/dist-types/models/models_4.d.ts +95 -89
  25. package/dist-types/models/models_5.d.ts +88 -33
  26. package/dist-types/models/models_6.d.ts +47 -51
  27. package/dist-types/models/models_7.d.ts +56 -2
  28. package/dist-types/schemas/schemas_0.d.ts +3 -0
  29. package/dist-types/ts3.4/commands/DescribeInstanceImageMetadataCommand.d.ts +2 -4
  30. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -4
  31. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -4
  32. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +2 -4
  34. package/dist-types/ts3.4/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/models/enums.d.ts +7 -0
  36. package/dist-types/ts3.4/models/models_1.d.ts +3 -0
  37. package/dist-types/ts3.4/models/models_3.d.ts +8 -16
  38. package/dist-types/ts3.4/models/models_4.d.ts +23 -23
  39. package/dist-types/ts3.4/models/models_5.d.ts +22 -11
  40. package/dist-types/ts3.4/models/models_6.d.ts +16 -16
  41. package/dist-types/ts3.4/models/models_7.d.ts +16 -0
  42. package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
  43. package/package.json +6 -6
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import type { DescribeTransitGatewayAttachmentsRequest, DescribeTransitGatewayAttachmentsResult } from "../models/models_4";
4
+ import type { DescribeTransitGatewayAttachmentsRequest } from "../models/models_4";
5
+ import type { DescribeTransitGatewayAttachmentsResult } from "../models/models_5";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import type { GetDefaultCreditSpecificationRequest, GetDefaultCreditSpecificationResult } from "../models/models_5";
4
+ import type { GetDefaultCreditSpecificationRequest } from "../models/models_5";
5
+ import type { GetDefaultCreditSpecificationResult } from "../models/models_6";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import type { GetEbsDefaultKmsKeyIdRequest, GetEbsDefaultKmsKeyIdResult } from "../models/models_5";
4
+ import type { GetEbsDefaultKmsKeyIdRequest, GetEbsDefaultKmsKeyIdResult } from "../models/models_6";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -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"), // required
51
- * ThreadsPerCore: Number("int"), // required
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
  * ```
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import type { ModifyTransitGatewayRequest, ModifyTransitGatewayResult } from "../models/models_6";
4
+ import type { ModifyTransitGatewayRequest } from "../models/models_6";
5
+ import type { ModifyTransitGatewayResult } from "../models/models_7";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import type { ModifyTransitGatewayMeteringPolicyRequest, ModifyTransitGatewayMeteringPolicyResult } from "../models/models_6";
4
+ import type { ModifyTransitGatewayMeteringPolicyRequest, ModifyTransitGatewayMeteringPolicyResult } from "../models/models_7";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -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>
@@ -1628,6 +1628,17 @@ export interface DescribeAvailabilityZonesRequest {
1628
1628
  */
1629
1629
  Filters?: Filter[] | undefined;
1630
1630
  }
1631
+ /**
1632
+ * <p>Describes the geography information for an Availability Zone or Local Zone.</p>
1633
+ * @public
1634
+ */
1635
+ export interface AvailabilityZoneGeography {
1636
+ /**
1637
+ * <p>The name of the geography, for example, <code>United States of America</code>.</p>
1638
+ * @public
1639
+ */
1640
+ Name?: string | undefined;
1641
+ }
1631
1642
  /**
1632
1643
  * <p>Describes a message about an Availability Zone, Local Zone, or Wavelength Zone.</p>
1633
1644
  * @public
@@ -1639,6 +1650,18 @@ export interface AvailabilityZoneMessage {
1639
1650
  */
1640
1651
  Message?: string | undefined;
1641
1652
  }
1653
+ /**
1654
+ * <p>Describes the sub-geography information for an Availability Zone or Local Zone.</p>
1655
+ * @public
1656
+ */
1657
+ export interface AvailabilityZoneSubGeography {
1658
+ /**
1659
+ * <p>The name of the sub-geography, for example, <code>Oregon.</code>
1660
+ * </p>
1661
+ * @public
1662
+ */
1663
+ Name?: string | undefined;
1664
+ }
1642
1665
  /**
1643
1666
  * <p>Describes Availability Zones, Local Zones, and Wavelength Zones.</p>
1644
1667
  * @public
@@ -1722,6 +1745,17 @@ export interface AvailabilityZone {
1722
1745
  * @public
1723
1746
  */
1724
1747
  GroupLongName?: string | undefined;
1748
+ /**
1749
+ * <p>The geography information for the Availability Zone or Local Zone. The geography is returned as a list.</p>
1750
+ * @public
1751
+ */
1752
+ Geography?: AvailabilityZoneGeography[] | undefined;
1753
+ /**
1754
+ * <p>The sub-geography information for the Availability Zone or Local Zone. The sub-geography is returned
1755
+ * as a list.</p>
1756
+ * @public
1757
+ */
1758
+ SubGeography?: AvailabilityZoneSubGeography[] | undefined;
1725
1759
  /**
1726
1760
  * <p>The state of the Availability Zone, Local Zone, or Wavelength Zone. The possible values are
1727
1761
  * <code>available</code>, <code>unavailable</code>, and <code>constrained</code>.</p>
@@ -10038,75 +10072,3 @@ export interface InstanceState {
10038
10072
  */
10039
10073
  Name?: InstanceStateName | undefined;
10040
10074
  }
10041
- /**
10042
- * <p>Information about the instance and the AMI used to launch the instance.</p>
10043
- * @public
10044
- */
10045
- export interface InstanceImageMetadata {
10046
- /**
10047
- * <p>The ID of the instance.</p>
10048
- * @public
10049
- */
10050
- InstanceId?: string | undefined;
10051
- /**
10052
- * <p>The instance type.</p>
10053
- * @public
10054
- */
10055
- InstanceType?: _InstanceType | undefined;
10056
- /**
10057
- * <p>The time the instance was launched.</p>
10058
- * @public
10059
- */
10060
- LaunchTime?: Date | undefined;
10061
- /**
10062
- * <p>The Availability Zone or Local Zone of the instance.</p>
10063
- * @public
10064
- */
10065
- AvailabilityZone?: string | undefined;
10066
- /**
10067
- * <p>The ID of the Availability Zone or Local Zone of the instance.</p>
10068
- * @public
10069
- */
10070
- ZoneId?: string | undefined;
10071
- /**
10072
- * <p>The current state of the instance.</p>
10073
- * @public
10074
- */
10075
- State?: InstanceState | undefined;
10076
- /**
10077
- * <p>The ID of the Amazon Web Services account that owns the instance.</p>
10078
- * @public
10079
- */
10080
- OwnerId?: string | undefined;
10081
- /**
10082
- * <p>Any tags assigned to the instance.</p>
10083
- * @public
10084
- */
10085
- Tags?: Tag[] | undefined;
10086
- /**
10087
- * <p>Information about the AMI used to launch the instance.</p>
10088
- * @public
10089
- */
10090
- ImageMetadata?: ImageMetadata | undefined;
10091
- /**
10092
- * <p>The entity that manages the instance.</p>
10093
- * @public
10094
- */
10095
- Operator?: OperatorResponse | undefined;
10096
- }
10097
- /**
10098
- * @public
10099
- */
10100
- export interface DescribeInstanceImageMetadataResult {
10101
- /**
10102
- * <p>Information about the instance and the AMI used to launch the instance.</p>
10103
- * @public
10104
- */
10105
- InstanceImageMetadata?: InstanceImageMetadata[] | undefined;
10106
- /**
10107
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
10108
- * are no more items to return.</p>
10109
- * @public
10110
- */
10111
- NextToken?: string | undefined;
10112
- }
@@ -1,8 +1,80 @@
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, 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";
5
- import { type AttributeBooleanValue, type EnclaveOptions, type EventInformation, type InstanceState, Byoasn, Filter, IdFormat, InstanceBlockDeviceMapping, ProductCode } from "./models_3";
5
+ import { type AttributeBooleanValue, type EnclaveOptions, type EventInformation, type ImageMetadata, type InstanceState, Byoasn, Filter, IdFormat, InstanceBlockDeviceMapping, ProductCode } from "./models_3";
6
+ /**
7
+ * <p>Information about the instance and the AMI used to launch the instance.</p>
8
+ * @public
9
+ */
10
+ export interface InstanceImageMetadata {
11
+ /**
12
+ * <p>The ID of the instance.</p>
13
+ * @public
14
+ */
15
+ InstanceId?: string | undefined;
16
+ /**
17
+ * <p>The instance type.</p>
18
+ * @public
19
+ */
20
+ InstanceType?: _InstanceType | undefined;
21
+ /**
22
+ * <p>The time the instance was launched.</p>
23
+ * @public
24
+ */
25
+ LaunchTime?: Date | undefined;
26
+ /**
27
+ * <p>The Availability Zone or Local Zone of the instance.</p>
28
+ * @public
29
+ */
30
+ AvailabilityZone?: string | undefined;
31
+ /**
32
+ * <p>The ID of the Availability Zone or Local Zone of the instance.</p>
33
+ * @public
34
+ */
35
+ ZoneId?: string | undefined;
36
+ /**
37
+ * <p>The current state of the instance.</p>
38
+ * @public
39
+ */
40
+ State?: InstanceState | undefined;
41
+ /**
42
+ * <p>The ID of the Amazon Web Services account that owns the instance.</p>
43
+ * @public
44
+ */
45
+ OwnerId?: string | undefined;
46
+ /**
47
+ * <p>Any tags assigned to the instance.</p>
48
+ * @public
49
+ */
50
+ Tags?: Tag[] | undefined;
51
+ /**
52
+ * <p>Information about the AMI used to launch the instance.</p>
53
+ * @public
54
+ */
55
+ ImageMetadata?: ImageMetadata | undefined;
56
+ /**
57
+ * <p>The entity that manages the instance.</p>
58
+ * @public
59
+ */
60
+ Operator?: OperatorResponse | undefined;
61
+ }
62
+ /**
63
+ * @public
64
+ */
65
+ export interface DescribeInstanceImageMetadataResult {
66
+ /**
67
+ * <p>Information about the instance and the AMI used to launch the instance.</p>
68
+ * @public
69
+ */
70
+ InstanceImageMetadata?: InstanceImageMetadata[] | undefined;
71
+ /**
72
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
73
+ * are no more items to return.</p>
74
+ * @public
75
+ */
76
+ NextToken?: string | undefined;
77
+ }
6
78
  /**
7
79
  * @public
8
80
  */
@@ -807,6 +879,11 @@ export interface CpuOptions {
807
879
  * @public
808
880
  */
809
881
  AmdSevSnp?: AmdSevSnpSpecification | undefined;
882
+ /**
883
+ * <p>Indicates whether the instance is enabled for nested virtualization.</p>
884
+ * @public
885
+ */
886
+ NestedVirtualization?: NestedVirtualizationSpecification | undefined;
810
887
  }
811
888
  /**
812
889
  * <note>
@@ -7466,6 +7543,17 @@ export interface DescribeRegionsRequest {
7466
7543
  */
7467
7544
  Filters?: Filter[] | undefined;
7468
7545
  }
7546
+ /**
7547
+ * <p>Describes the geography information for a Region.</p>
7548
+ * @public
7549
+ */
7550
+ export interface RegionGeography {
7551
+ /**
7552
+ * <p>The name of the geography, for example, <code>United States of America</code>.</p>
7553
+ * @public
7554
+ */
7555
+ Name?: string | undefined;
7556
+ }
7469
7557
  /**
7470
7558
  * <p>Describes a Region.</p>
7471
7559
  * @public
@@ -7477,6 +7565,11 @@ export interface Region {
7477
7565
  * @public
7478
7566
  */
7479
7567
  OptInStatus?: string | undefined;
7568
+ /**
7569
+ * <p>The geography information for the Region. The geography is returned as a list.</p>
7570
+ * @public
7571
+ */
7572
+ Geography?: RegionGeography[] | undefined;
7480
7573
  /**
7481
7574
  * <p>The name of the Region.</p>
7482
7575
  * @public
@@ -13156,90 +13249,3 @@ export interface DescribeTransitGatewayAttachmentsRequest {
13156
13249
  */
13157
13250
  DryRun?: boolean | undefined;
13158
13251
  }
13159
- /**
13160
- * <p>Describes an association.</p>
13161
- * @public
13162
- */
13163
- export interface TransitGatewayAttachmentAssociation {
13164
- /**
13165
- * <p>The ID of the route table for the transit gateway.</p>
13166
- * @public
13167
- */
13168
- TransitGatewayRouteTableId?: string | undefined;
13169
- /**
13170
- * <p>The state of the association.</p>
13171
- * @public
13172
- */
13173
- State?: TransitGatewayAssociationState | undefined;
13174
- }
13175
- /**
13176
- * <p>Describes an attachment between a resource and a transit gateway.</p>
13177
- * @public
13178
- */
13179
- export interface TransitGatewayAttachment {
13180
- /**
13181
- * <p>The ID of the attachment.</p>
13182
- * @public
13183
- */
13184
- TransitGatewayAttachmentId?: string | undefined;
13185
- /**
13186
- * <p>The ID of the transit gateway.</p>
13187
- * @public
13188
- */
13189
- TransitGatewayId?: string | undefined;
13190
- /**
13191
- * <p>The ID of the Amazon Web Services account that owns the transit gateway.</p>
13192
- * @public
13193
- */
13194
- TransitGatewayOwnerId?: string | undefined;
13195
- /**
13196
- * <p>The ID of the Amazon Web Services account that owns the resource.</p>
13197
- * @public
13198
- */
13199
- ResourceOwnerId?: string | undefined;
13200
- /**
13201
- * <p>The resource type. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>
13202
- * @public
13203
- */
13204
- ResourceType?: TransitGatewayAttachmentResourceType | undefined;
13205
- /**
13206
- * <p>The ID of the resource.</p>
13207
- * @public
13208
- */
13209
- ResourceId?: string | undefined;
13210
- /**
13211
- * <p>The attachment state. Note that the <code>initiating</code> state has been deprecated.</p>
13212
- * @public
13213
- */
13214
- State?: TransitGatewayAttachmentState | undefined;
13215
- /**
13216
- * <p>The association.</p>
13217
- * @public
13218
- */
13219
- Association?: TransitGatewayAttachmentAssociation | undefined;
13220
- /**
13221
- * <p>The creation time.</p>
13222
- * @public
13223
- */
13224
- CreationTime?: Date | undefined;
13225
- /**
13226
- * <p>The tags for the attachment.</p>
13227
- * @public
13228
- */
13229
- Tags?: Tag[] | undefined;
13230
- }
13231
- /**
13232
- * @public
13233
- */
13234
- export interface DescribeTransitGatewayAttachmentsResult {
13235
- /**
13236
- * <p>Information about the attachments.</p>
13237
- * @public
13238
- */
13239
- TransitGatewayAttachments?: TransitGatewayAttachment[] | undefined;
13240
- /**
13241
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
13242
- * @public
13243
- */
13244
- NextToken?: string | undefined;
13245
- }
@@ -1,8 +1,95 @@
1
- import { AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, CapacityManagerStatus, CapacityReservationState, CapacityTenancy, ClientCertificateRevocationListStatusCode, Comparison, DeviceTrustProviderType, DiskImageFormat, DnsNameState, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, FilterByDimension, GroupBy, ImageBlockPublicAccessDisabledState, ImageBlockPublicAccessEnabledState, IngestionStatus, InitializationType, InternetGatewayBlockMode, IpAddressType, ManagedBy, Metric, MetricType, PayerResponsibility, PeriodType, ReservationEndDateType, ReservationState, ReservationType, RouteServerPropagationState, SecurityGroupVpcAssociationState, ServiceConnectivityType, SnapshotBlockPublicAccessState, State, StatisticType, TransitGatewayAttachmentResourceType, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UserTrustProviderType, VerifiedAccessLogDeliveryStatusCode, VolumeAttributeName, VolumeModificationState, VolumeStatusInfoStatus, VolumeStatusName, VolumeType, VpcAttributeName, VpcBlockPublicAccessExclusionsAllowed, VpcBlockPublicAccessState } from "./enums";
1
+ import { AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, CapacityManagerStatus, CapacityReservationState, CapacityTenancy, ClientCertificateRevocationListStatusCode, Comparison, DeviceTrustProviderType, DiskImageFormat, DnsNameState, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, FilterByDimension, GroupBy, ImageBlockPublicAccessDisabledState, ImageBlockPublicAccessEnabledState, IngestionStatus, InitializationType, InternetGatewayBlockMode, IpAddressType, ManagedBy, Metric, MetricType, PayerResponsibility, PeriodType, ReservationEndDateType, ReservationState, ReservationType, RouteServerPropagationState, SecurityGroupVpcAssociationState, ServiceConnectivityType, SnapshotBlockPublicAccessState, State, StatisticType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UserTrustProviderType, VerifiedAccessLogDeliveryStatusCode, VolumeAttributeName, VolumeModificationState, VolumeStatusInfoStatus, VolumeStatusName, VolumeType, VpcAttributeName, VpcBlockPublicAccessExclusionsAllowed, VpcBlockPublicAccessState } from "./enums";
2
2
  import { type ActiveVpnTunnelStatus, type AddressTransfer, type AsnAssociation, type AssociationStatus, type IamInstanceProfileAssociation, type InstanceEventWindow, type InterruptibleCapacityAllocation, type InterruptionInfo, type IpamResourceDiscoveryAssociation, type RouteServerAssociation, type SubnetIpv6CidrBlockAssociation, type TransitGatewayAssociation, type TransitGatewayMulticastDomainAssociations, type TransitGatewayPolicyTableAssociation, type VpcCidrBlockAssociation, type VpcIpv6CidrBlockAssociation, AllowedPrincipal, NatGatewayAddress, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, VerifiedAccessInstance, VerifiedAccessTrustProvider, Volume, Vpc, VpcEncryptionControl, VpcPeeringConnection } from "./models_0";
3
3
  import { ConnectionNotification, DnsEntry, ServiceConfiguration, ServiceTypeDetail, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMeteringPolicy, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConcentrator, VpnConnection, VpnGateway } from "./models_2";
4
4
  import { type AttributeBooleanValue, type ExportTaskS3Location, type FastLaunchLaunchTemplateSpecificationResponse, type FastLaunchSnapshotConfigurationResponse, Filter, ProductCode } from "./models_3";
5
5
  import { RegisteredInstance } from "./models_4";
6
+ /**
7
+ * <p>Describes an association.</p>
8
+ * @public
9
+ */
10
+ export interface TransitGatewayAttachmentAssociation {
11
+ /**
12
+ * <p>The ID of the route table for the transit gateway.</p>
13
+ * @public
14
+ */
15
+ TransitGatewayRouteTableId?: string | undefined;
16
+ /**
17
+ * <p>The state of the association.</p>
18
+ * @public
19
+ */
20
+ State?: TransitGatewayAssociationState | undefined;
21
+ }
22
+ /**
23
+ * <p>Describes an attachment between a resource and a transit gateway.</p>
24
+ * @public
25
+ */
26
+ export interface TransitGatewayAttachment {
27
+ /**
28
+ * <p>The ID of the attachment.</p>
29
+ * @public
30
+ */
31
+ TransitGatewayAttachmentId?: string | undefined;
32
+ /**
33
+ * <p>The ID of the transit gateway.</p>
34
+ * @public
35
+ */
36
+ TransitGatewayId?: string | undefined;
37
+ /**
38
+ * <p>The ID of the Amazon Web Services account that owns the transit gateway.</p>
39
+ * @public
40
+ */
41
+ TransitGatewayOwnerId?: string | undefined;
42
+ /**
43
+ * <p>The ID of the Amazon Web Services account that owns the resource.</p>
44
+ * @public
45
+ */
46
+ ResourceOwnerId?: string | undefined;
47
+ /**
48
+ * <p>The resource type. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>
49
+ * @public
50
+ */
51
+ ResourceType?: TransitGatewayAttachmentResourceType | undefined;
52
+ /**
53
+ * <p>The ID of the resource.</p>
54
+ * @public
55
+ */
56
+ ResourceId?: string | undefined;
57
+ /**
58
+ * <p>The attachment state. Note that the <code>initiating</code> state has been deprecated.</p>
59
+ * @public
60
+ */
61
+ State?: TransitGatewayAttachmentState | undefined;
62
+ /**
63
+ * <p>The association.</p>
64
+ * @public
65
+ */
66
+ Association?: TransitGatewayAttachmentAssociation | undefined;
67
+ /**
68
+ * <p>The creation time.</p>
69
+ * @public
70
+ */
71
+ CreationTime?: Date | undefined;
72
+ /**
73
+ * <p>The tags for the attachment.</p>
74
+ * @public
75
+ */
76
+ Tags?: Tag[] | undefined;
77
+ }
78
+ /**
79
+ * @public
80
+ */
81
+ export interface DescribeTransitGatewayAttachmentsResult {
82
+ /**
83
+ * <p>Information about the attachments.</p>
84
+ * @public
85
+ */
86
+ TransitGatewayAttachments?: TransitGatewayAttachment[] | undefined;
87
+ /**
88
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
89
+ * @public
90
+ */
91
+ NextToken?: string | undefined;
92
+ }
6
93
  /**
7
94
  * @public
8
95
  */
@@ -7936,35 +8023,3 @@ export interface InstanceFamilyCreditSpecification {
7936
8023
  */
7937
8024
  CpuCredits?: string | undefined;
7938
8025
  }
7939
- /**
7940
- * @public
7941
- */
7942
- export interface GetDefaultCreditSpecificationResult {
7943
- /**
7944
- * <p>The default credit option for CPU usage of the instance family.</p>
7945
- * @public
7946
- */
7947
- InstanceFamilyCreditSpecification?: InstanceFamilyCreditSpecification | undefined;
7948
- }
7949
- /**
7950
- * @public
7951
- */
7952
- export interface GetEbsDefaultKmsKeyIdRequest {
7953
- /**
7954
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7955
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7956
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7957
- * @public
7958
- */
7959
- DryRun?: boolean | undefined;
7960
- }
7961
- /**
7962
- * @public
7963
- */
7964
- export interface GetEbsDefaultKmsKeyIdResult {
7965
- /**
7966
- * <p>The Amazon Resource Name (ARN) of the default KMS key for encryption by default.</p>
7967
- * @public
7968
- */
7969
- KmsKeyId?: string | undefined;
7970
- }