@aws-sdk/client-ec2 3.1075.0 → 3.1077.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/README.md +7 -0
- package/dist-cjs/index.js +34489 -14
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/ModifyVpcEndpointPayerResponsibilityCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +8 -0
- package/dist-es/models/models_8.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +51 -11
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +7 -3
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +6 -0
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +3 -1
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -2
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +6 -0
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpcEndpointPayerResponsibilityCommand.d.ts +86 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +24 -0
- package/dist-types/models/models_1.d.ts +11 -0
- package/dist-types/models/models_2.d.ts +22 -25
- package/dist-types/models/models_3.d.ts +24 -17
- package/dist-types/models/models_4.d.ts +21 -133
- package/dist-types/models/models_5.d.ts +137 -44
- package/dist-types/models/models_6.d.ts +44 -13
- package/dist-types/models/models_7.d.ts +62 -15
- package/dist-types/models/models_8.d.ts +11 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/EC2.d.ts +23 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyVpcEndpointPayerResponsibilityCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +12 -0
- package/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/dist-types/ts3.4/models/models_2.d.ts +7 -5
- package/dist-types/ts3.4/models/models_3.d.ts +5 -4
- package/dist-types/ts3.4/models/models_4.d.ts +5 -25
- package/dist-types/ts3.4/models/models_5.d.ts +30 -10
- package/dist-types/ts3.4/models/models_6.d.ts +13 -5
- package/dist-types/ts3.4/models/models_7.d.ts +19 -4
- package/dist-types/ts3.4/models/models_8.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +10 -12
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -49
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/EC2ServiceException.js +0 -8
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -45
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -39
- package/dist-cjs/schemas/schemas_0.js +0 -33485
|
@@ -11647,6 +11647,12 @@ export interface CreatePlacementGroupRequest {
|
|
|
11647
11647
|
* @public
|
|
11648
11648
|
*/
|
|
11649
11649
|
Operator?: OperatorRequest | undefined;
|
|
11650
|
+
/**
|
|
11651
|
+
* <p>The ID of a parent placement group. Valid only when <b>Strategy</b>
|
|
11652
|
+
* is set to <code>cluster</code>.</p>
|
|
11653
|
+
* @public
|
|
11654
|
+
*/
|
|
11655
|
+
ParentGroupId?: string | undefined;
|
|
11650
11656
|
/**
|
|
11651
11657
|
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
11652
11658
|
* request, and provides an error response. If you have the required permissions, the error response is
|
|
@@ -11724,6 +11730,11 @@ export interface PlacementGroup {
|
|
|
11724
11730
|
* @public
|
|
11725
11731
|
*/
|
|
11726
11732
|
Operator?: OperatorResponse | undefined;
|
|
11733
|
+
/**
|
|
11734
|
+
* <p>The ID of the parent placement group.</p>
|
|
11735
|
+
* @public
|
|
11736
|
+
*/
|
|
11737
|
+
ParentGroupId?: string | undefined;
|
|
11727
11738
|
}
|
|
11728
11739
|
/**
|
|
11729
11740
|
* @public
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ApplianceModeSupportValue, AutoAcceptSharedAssociationsValue, AutoAcceptSharedAttachmentsValue, BgpStatus, ConnectionNotificationState, ConnectionNotificationType, CopyTagsFromSource, DatafeedSubscriptionState, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DeleteFleetErrorCode, DeleteQueuedReservedInstancesErrorCode, DeviceTrustProviderType, DnsNameState, DnsRecordIpType, DnsSupportValue, DynamicRoutingValue, EncryptionStateValue, FleetStateCode, GatewayAssociationState, GatewayType, Igmpv2SupportValue, InstanceEventWindowState, InternetGatewayExclusionMode, IpAddressType, Ipv6SupportValue, LaunchTemplateErrorCode, MulticastSupportValue, PayerResponsibility, ProtocolValue, RouteOrigin, RouteServerPeerState, RouteState, SecondaryNetworkCidrBlockAssociationState, SecondaryNetworkState, SecondaryNetworkType, SecondarySubnetCidrBlockAssociationState, SecondarySubnetState, SecurityGroupReferencingSupportValue, ServiceConnectivityType, ServiceState, ServiceType, SnapshotLocationEnum, SnapshotState, SSEType, State, StaticSourcesSupportValue, StorageTier, SubnetCidrReservationType, TelemetryStatus, Tenancy, TrafficDirection, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorTargetType, TransferType, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayConnectPeerState, TransitGatewayMeteringPayerType, TransitGatewayMeteringPolicyEntryState, TransitGatewayMeteringPolicyState, TransitGatewayMulticastDomainState, TransitGatewayPolicyTableState, TransitGatewayPrefixListReferenceState, TransitGatewayRouteState, TransitGatewayRouteTableAnnouncementDirection, TransitGatewayRouteTableAnnouncementState, TransitGatewayRouteTableState, TransitGatewayRouteType, TransitGatewayState, TrustProviderType, TunnelInsideIpVersion, UserTrustProviderType, VerifiedAccessEndpointAttachmentType, VerifiedAccessEndpointProtocol, VerifiedAccessEndpointStatusCode, VerifiedAccessEndpointType, VolumeType, VpcBlockPublicAccessExclusionState, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcEndpointType, VpnConcentratorType, VpnEcmpSupportValue, VpnState, VpnStaticRouteSource, VpnTunnelBandwidth } from "./enums";
|
|
1
|
+
import type { ApplianceModeSupportValue, AutoAcceptSharedAssociationsValue, AutoAcceptSharedAttachmentsValue, BgpStatus, ConnectionNotificationState, ConnectionNotificationType, CopyTagsFromSource, DatafeedSubscriptionState, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DeleteFleetErrorCode, DeleteQueuedReservedInstancesErrorCode, DeviceTrustProviderType, DnsNameState, DnsRecordIpType, DnsSupportValue, DynamicRoutingValue, EncryptionStateValue, FleetStateCode, GatewayAssociationState, GatewayType, Igmpv2SupportValue, InstanceEventWindowState, InternetGatewayExclusionMode, IpAddressType, Ipv6SupportValue, LaunchTemplateErrorCode, MulticastSupportValue, PayerResponsibility, PayerResponsibilityScope, PayerResponsibilityType, ProtocolValue, RouteOrigin, RouteServerPeerState, RouteState, SecondaryNetworkCidrBlockAssociationState, SecondaryNetworkState, SecondaryNetworkType, SecondarySubnetCidrBlockAssociationState, SecondarySubnetState, SecurityGroupReferencingSupportValue, ServiceConnectivityType, ServiceState, ServiceType, SnapshotLocationEnum, SnapshotState, SSEType, State, StaticSourcesSupportValue, StorageTier, SubnetCidrReservationType, TelemetryStatus, Tenancy, TrafficDirection, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorTargetType, TransferType, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayConnectPeerState, TransitGatewayMeteringPayerType, TransitGatewayMeteringPolicyEntryState, TransitGatewayMeteringPolicyState, TransitGatewayMulticastDomainState, TransitGatewayPolicyTableState, TransitGatewayPrefixListReferenceState, TransitGatewayRouteState, TransitGatewayRouteTableAnnouncementDirection, TransitGatewayRouteTableAnnouncementState, TransitGatewayRouteTableState, TransitGatewayRouteType, TransitGatewayState, TrustProviderType, TunnelInsideIpVersion, UserTrustProviderType, VerifiedAccessEndpointAttachmentType, VerifiedAccessEndpointProtocol, VerifiedAccessEndpointStatusCode, VerifiedAccessEndpointType, VolumeType, VpcBlockPublicAccessExclusionState, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcEndpointType, VpnConcentratorType, VpnEcmpSupportValue, VpnState, VpnStaticRouteSource, VpnTunnelBandwidth } from "./enums";
|
|
2
2
|
import type { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, RouteTableAssociationState, Subnet, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
3
3
|
import type { Ec2InstanceConnectEndpoint, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, OperatorRequest, RouteServer, RouteServerBfdStatus, RouteServerBgpOptions, RouteServerBgpStatus, RouteServerEndpoint, Vpc, VpcEncryptionControl } from "./models_1";
|
|
4
4
|
/**
|
|
@@ -5101,6 +5101,22 @@ export interface LastError {
|
|
|
5101
5101
|
*/
|
|
5102
5102
|
Code?: string | undefined;
|
|
5103
5103
|
}
|
|
5104
|
+
/**
|
|
5105
|
+
* <p>Describes a payer responsibility setting for a VPC endpoint.</p>
|
|
5106
|
+
* @public
|
|
5107
|
+
*/
|
|
5108
|
+
export interface PayerResponsibilityEntry {
|
|
5109
|
+
/**
|
|
5110
|
+
* <p>The scope of usage/charges.</p>
|
|
5111
|
+
* @public
|
|
5112
|
+
*/
|
|
5113
|
+
Scope?: PayerResponsibilityScope | undefined;
|
|
5114
|
+
/**
|
|
5115
|
+
* <p>The Amazon Web Services account to which the usage is charged.</p>
|
|
5116
|
+
* @public
|
|
5117
|
+
*/
|
|
5118
|
+
PayerResponsibilityType?: PayerResponsibilityType | undefined;
|
|
5119
|
+
}
|
|
5104
5120
|
/**
|
|
5105
5121
|
* <p>Describes a VPC endpoint.</p>
|
|
5106
5122
|
* @public
|
|
@@ -5232,6 +5248,11 @@ export interface VpcEndpoint {
|
|
|
5232
5248
|
* @public
|
|
5233
5249
|
*/
|
|
5234
5250
|
ServiceRegion?: string | undefined;
|
|
5251
|
+
/**
|
|
5252
|
+
* <p>The payer responsibility settings for the endpoint.</p>
|
|
5253
|
+
* @public
|
|
5254
|
+
*/
|
|
5255
|
+
PayerResponsibilities?: PayerResponsibilityEntry[] | undefined;
|
|
5235
5256
|
}
|
|
5236
5257
|
/**
|
|
5237
5258
|
* @public
|
|
@@ -8518,27 +8539,3 @@ export interface DeleteSecondarySubnetResult {
|
|
|
8518
8539
|
*/
|
|
8519
8540
|
ClientToken?: string | undefined;
|
|
8520
8541
|
}
|
|
8521
|
-
/**
|
|
8522
|
-
* @public
|
|
8523
|
-
*/
|
|
8524
|
-
export interface DeleteSecurityGroupRequest {
|
|
8525
|
-
/**
|
|
8526
|
-
* <p>The ID of the security group.</p>
|
|
8527
|
-
* @public
|
|
8528
|
-
*/
|
|
8529
|
-
GroupId?: string | undefined;
|
|
8530
|
-
/**
|
|
8531
|
-
* <p>[Default VPC] The name of the security group. You can specify either the
|
|
8532
|
-
* security group name or the security group ID. For security groups in a nondefault VPC,
|
|
8533
|
-
* you must specify the security group ID.</p>
|
|
8534
|
-
* @public
|
|
8535
|
-
*/
|
|
8536
|
-
GroupName?: string | undefined;
|
|
8537
|
-
/**
|
|
8538
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8539
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8540
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8541
|
-
* @public
|
|
8542
|
-
*/
|
|
8543
|
-
DryRun?: boolean | undefined;
|
|
8544
|
-
}
|
|
@@ -2,6 +2,30 @@ import type { _InstanceType, AccountAttributeName, AddressAttributeName, Allocat
|
|
|
2
2
|
import type { AccountAttribute, ActiveInstance, Address, AddressAttribute, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationCancellationQuote, CarrierGateway, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, FleetCapacityReservation, IamInstanceProfileAssociation, Tag, TransitGatewayClientVpnAttachment, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
3
3
|
import type { AttributeValue, BlockDeviceMapping, DhcpOptions, EgressOnlyInternetGateway, ExportTask, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, GroupIdentifier, LaunchTemplateAndOverridesResponse, StateReason, VpcEncryptionControl } from "./models_1";
|
|
4
4
|
import type { SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMeteringPolicy, TransitGatewayMeteringPolicyEntry, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface DeleteSecurityGroupRequest {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The ID of the security group.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
GroupId?: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>[Default VPC] The name of the security group. You can specify either the
|
|
16
|
+
* security group name or the security group ID. For security groups in a nondefault VPC,
|
|
17
|
+
* you must specify the security group ID.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
GroupName?: string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
23
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
24
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
DryRun?: boolean | undefined;
|
|
28
|
+
}
|
|
5
29
|
/**
|
|
6
30
|
* @public
|
|
7
31
|
*/
|
|
@@ -9640,20 +9664,3 @@ export interface ImportImageTask {
|
|
|
9640
9664
|
*/
|
|
9641
9665
|
BootMode?: BootModeValues | undefined;
|
|
9642
9666
|
}
|
|
9643
|
-
/**
|
|
9644
|
-
* @public
|
|
9645
|
-
*/
|
|
9646
|
-
export interface DescribeImportImageTasksResult {
|
|
9647
|
-
/**
|
|
9648
|
-
* <p>A list of zero or more import image tasks that are currently active or were completed or canceled in the
|
|
9649
|
-
* previous 7 days.</p>
|
|
9650
|
-
* @public
|
|
9651
|
-
*/
|
|
9652
|
-
ImportImageTasks?: ImportImageTask[] | undefined;
|
|
9653
|
-
/**
|
|
9654
|
-
* <p>The token to use to get the next page of results. This value is <code>null</code> when there are no more results
|
|
9655
|
-
* to return.</p>
|
|
9656
|
-
* @public
|
|
9657
|
-
*/
|
|
9658
|
-
NextToken?: string | undefined;
|
|
9659
|
-
}
|
|
@@ -1,8 +1,25 @@
|
|
|
1
|
-
import type { _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, ImageState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceBootModeValues, InstanceInterruptionBehavior, InstanceLifecycleType, InstanceMetadataEndpointState, InstanceMetadataOptionsState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStateName, 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,
|
|
1
|
+
import type { _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, ImageState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceBootModeValues, InstanceInterruptionBehavior, InstanceLifecycleType, InstanceMetadataEndpointState, InstanceMetadataOptionsState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStateName, 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, SqlServerLicenseUsage, StatusName, StatusType, StorageTier, SummaryStatus, SupportedAdditionalProcessorFeature, TargetCapacityUnitType, Tenancy, TieringOperationStatus, UsageClassType, VirtualizationType } from "./enums";
|
|
2
2
|
import type { ActiveInstance, AlternatePathHint, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, IpPermission, OperatorResponse, PathComponent, ReservedInstancesListing, SecurityGroupRule, Tag, TagSpecification } from "./models_0";
|
|
3
3
|
import type { AttributeValue, BlockDeviceMapping, CapacityReservationTargetResponse, ConnectionTrackingSpecificationRequest, Ec2InstanceConnectEndpoint, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, GroupIdentifier, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, MacModificationTask, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, Placement, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, StateReason } from "./models_1";
|
|
4
|
-
import type { RouteServerPeer, RouteTable, SecondaryNetwork, SecondarySubnet, Snapshot, SpotDatafeedSubscription
|
|
5
|
-
import type { Byoasn, EventInformation, Filter, IdFormat, ImageWatermark, InstanceTagNotificationAttribute, ProductCode, UserBucketDetails } from "./models_3";
|
|
4
|
+
import type { RouteServerPeer, RouteTable, SecondaryNetwork, SecondarySubnet, Snapshot, SpotDatafeedSubscription } from "./models_2";
|
|
5
|
+
import type { Byoasn, EventInformation, Filter, IdFormat, ImageWatermark, ImportImageTask, InstanceTagNotificationAttribute, ProductCode, UserBucketDetails } from "./models_3";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface DescribeImportImageTasksResult {
|
|
10
|
+
/**
|
|
11
|
+
* <p>A list of zero or more import image tasks that are currently active or were completed or canceled in the
|
|
12
|
+
* previous 7 days.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
ImportImageTasks?: ImportImageTask[] | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>The token to use to get the next page of results. This value is <code>null</code> when there are no more results
|
|
18
|
+
* to return.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
NextToken?: string | undefined;
|
|
22
|
+
}
|
|
6
23
|
/**
|
|
7
24
|
* @public
|
|
8
25
|
*/
|
|
@@ -8183,7 +8200,7 @@ export interface DescribePlacementGroupsRequest {
|
|
|
8183
8200
|
* <p>
|
|
8184
8201
|
* <code>strategy</code> - The strategy of the placement group
|
|
8185
8202
|
* (<code>cluster</code> | <code>spread</code> |
|
|
8186
|
-
* <code>partition</code>).</p>
|
|
8203
|
+
* <code>partition</code> | <code>precision-time</code>).</p>
|
|
8187
8204
|
* </li>
|
|
8188
8205
|
* <li>
|
|
8189
8206
|
* <p>
|
|
@@ -13024,132 +13041,3 @@ export interface SpotInstanceStatus {
|
|
|
13024
13041
|
*/
|
|
13025
13042
|
UpdateTime?: Date | undefined;
|
|
13026
13043
|
}
|
|
13027
|
-
/**
|
|
13028
|
-
* <p>Describes a Spot Instance request.</p>
|
|
13029
|
-
* @public
|
|
13030
|
-
*/
|
|
13031
|
-
export interface SpotInstanceRequest {
|
|
13032
|
-
/**
|
|
13033
|
-
* <p>Deprecated.</p>
|
|
13034
|
-
* @public
|
|
13035
|
-
*/
|
|
13036
|
-
ActualBlockHourlyPrice?: string | undefined;
|
|
13037
|
-
/**
|
|
13038
|
-
* <p>The Availability Zone group. If you specify the same Availability Zone group for all Spot Instance requests, all Spot Instances are launched in the same Availability Zone.</p>
|
|
13039
|
-
* @public
|
|
13040
|
-
*/
|
|
13041
|
-
AvailabilityZoneGroup?: string | undefined;
|
|
13042
|
-
/**
|
|
13043
|
-
* <p>Deprecated.</p>
|
|
13044
|
-
* @public
|
|
13045
|
-
*/
|
|
13046
|
-
BlockDurationMinutes?: number | undefined;
|
|
13047
|
-
/**
|
|
13048
|
-
* <p>The date and time when the Spot Instance request was created, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
|
|
13049
|
-
* @public
|
|
13050
|
-
*/
|
|
13051
|
-
CreateTime?: Date | undefined;
|
|
13052
|
-
/**
|
|
13053
|
-
* <p>The fault codes for the Spot Instance request, if any.</p>
|
|
13054
|
-
* @public
|
|
13055
|
-
*/
|
|
13056
|
-
Fault?: SpotInstanceStateFault | undefined;
|
|
13057
|
-
/**
|
|
13058
|
-
* <p>The instance ID, if an instance has been launched to fulfill the Spot Instance request.</p>
|
|
13059
|
-
* @public
|
|
13060
|
-
*/
|
|
13061
|
-
InstanceId?: string | undefined;
|
|
13062
|
-
/**
|
|
13063
|
-
* <p>The instance launch group. Launch groups are Spot Instances that launch together and terminate together.</p>
|
|
13064
|
-
* @public
|
|
13065
|
-
*/
|
|
13066
|
-
LaunchGroup?: string | undefined;
|
|
13067
|
-
/**
|
|
13068
|
-
* <p>Additional information for launching instances.</p>
|
|
13069
|
-
* @public
|
|
13070
|
-
*/
|
|
13071
|
-
LaunchSpecification?: LaunchSpecification | undefined;
|
|
13072
|
-
/**
|
|
13073
|
-
* <p>The Availability Zone in which the request is launched.</p>
|
|
13074
|
-
* <p>Either <code>launchedAvailabilityZone</code> or <code>launchedAvailabilityZoneId</code> can be specified, but not both</p>
|
|
13075
|
-
* @public
|
|
13076
|
-
*/
|
|
13077
|
-
LaunchedAvailabilityZone?: string | undefined;
|
|
13078
|
-
/**
|
|
13079
|
-
* <p>The ID of the Availability Zone in which the request is launched.</p>
|
|
13080
|
-
* <p>Either <code>launchedAvailabilityZone</code> or <code>launchedAvailabilityZoneId</code> can be specified, but not both</p>
|
|
13081
|
-
* @public
|
|
13082
|
-
*/
|
|
13083
|
-
LaunchedAvailabilityZoneId?: string | undefined;
|
|
13084
|
-
/**
|
|
13085
|
-
* <p>The product description associated with the Spot Instance.</p>
|
|
13086
|
-
* @public
|
|
13087
|
-
*/
|
|
13088
|
-
ProductDescription?: RIProductDescription | undefined;
|
|
13089
|
-
/**
|
|
13090
|
-
* <p>The ID of the Spot Instance request.</p>
|
|
13091
|
-
* @public
|
|
13092
|
-
*/
|
|
13093
|
-
SpotInstanceRequestId?: string | undefined;
|
|
13094
|
-
/**
|
|
13095
|
-
* <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend
|
|
13096
|
-
* using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.</p>
|
|
13097
|
-
* <important>
|
|
13098
|
-
* <p>If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.</p>
|
|
13099
|
-
* </important>
|
|
13100
|
-
* @public
|
|
13101
|
-
*/
|
|
13102
|
-
SpotPrice?: string | undefined;
|
|
13103
|
-
/**
|
|
13104
|
-
* <p>The state of the Spot Instance request. Spot request status information helps track your Spot
|
|
13105
|
-
* Instance requests. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-request-status.html">Spot request status</a> in the
|
|
13106
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
13107
|
-
* @public
|
|
13108
|
-
*/
|
|
13109
|
-
State?: SpotInstanceState | undefined;
|
|
13110
|
-
/**
|
|
13111
|
-
* <p>The status code and status message describing the Spot Instance request.</p>
|
|
13112
|
-
* @public
|
|
13113
|
-
*/
|
|
13114
|
-
Status?: SpotInstanceStatus | undefined;
|
|
13115
|
-
/**
|
|
13116
|
-
* <p>Any tags assigned to the resource.</p>
|
|
13117
|
-
* @public
|
|
13118
|
-
*/
|
|
13119
|
-
Tags?: Tag[] | undefined;
|
|
13120
|
-
/**
|
|
13121
|
-
* <p>The Spot Instance request type.</p>
|
|
13122
|
-
* @public
|
|
13123
|
-
*/
|
|
13124
|
-
Type?: SpotInstanceType | undefined;
|
|
13125
|
-
/**
|
|
13126
|
-
* <p>The start date of the request, in UTC format (for example,
|
|
13127
|
-
* <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).
|
|
13128
|
-
* The request becomes active at this date and time.</p>
|
|
13129
|
-
* @public
|
|
13130
|
-
*/
|
|
13131
|
-
ValidFrom?: Date | undefined;
|
|
13132
|
-
/**
|
|
13133
|
-
* <p>The end date of the request, in UTC format
|
|
13134
|
-
* (<i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
|
|
13135
|
-
* <ul>
|
|
13136
|
-
* <li>
|
|
13137
|
-
* <p>For a persistent request, the request remains active until the <code>validUntil</code> date
|
|
13138
|
-
* and time is reached. Otherwise, the request remains active until you cancel it.
|
|
13139
|
-
* </p>
|
|
13140
|
-
* </li>
|
|
13141
|
-
* <li>
|
|
13142
|
-
* <p>For a one-time request, the request remains active until all instances launch,
|
|
13143
|
-
* the request is canceled, or the <code>validUntil</code> date and time is reached. By default, the
|
|
13144
|
-
* request is valid for 7 days from the date the request was created.</p>
|
|
13145
|
-
* </li>
|
|
13146
|
-
* </ul>
|
|
13147
|
-
* @public
|
|
13148
|
-
*/
|
|
13149
|
-
ValidUntil?: Date | undefined;
|
|
13150
|
-
/**
|
|
13151
|
-
* <p>The behavior when a Spot Instance is interrupted.</p>
|
|
13152
|
-
* @public
|
|
13153
|
-
*/
|
|
13154
|
-
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
13155
|
-
}
|
|
@@ -1,9 +1,138 @@
|
|
|
1
|
-
import type { _InstanceType, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, CapacityManagerStatus, ClientCertificateRevocationListStatusCode, DeviceTrustProviderType, DiskImageFormat, DnsNameState, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, ImageBlockPublicAccessDisabledState, ImageBlockPublicAccessEnabledState, InitializationType, InternetGatewayBlockMode, IpAddressType, ManagedBy, MetricType, PayerResponsibility, PeriodType, ResourceType, RIProductDescription, RouteServerPropagationState, SecurityGroupVpcAssociationState, ServiceConnectivityType, SnapshotBlockPublicAccessState, State, StatisticType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPropagationState, UserTrustProviderType, VerifiedAccessLogDeliveryStatusCode, VolumeAttributeName, VolumeModificationState, VolumeStatusInfoStatus, VolumeStatusName, VolumeType, VpcAttributeName, VpcBlockPublicAccessExclusionsAllowed, VpcBlockPublicAccessState } from "./enums";
|
|
1
|
+
import type { _InstanceType, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, CapacityManagerStatus, ClientCertificateRevocationListStatusCode, DeviceTrustProviderType, DiskImageFormat, DnsNameState, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, ImageBlockPublicAccessDisabledState, ImageBlockPublicAccessEnabledState, InitializationType, InstanceInterruptionBehavior, InternetGatewayBlockMode, IpAddressType, ManagedBy, MetricType, PayerResponsibility, PeriodType, ResourceType, RIProductDescription, RouteServerPropagationState, SecurityGroupVpcAssociationState, ServiceConnectivityType, SnapshotBlockPublicAccessState, SpotInstanceState, SpotInstanceType, State, StatisticType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPropagationState, UserTrustProviderType, VerifiedAccessLogDeliveryStatusCode, VolumeAttributeName, VolumeModificationState, VolumeStatusInfoStatus, VolumeStatusName, VolumeType, VpcAttributeName, VpcBlockPublicAccessExclusionsAllowed, VpcBlockPublicAccessState } from "./enums";
|
|
2
2
|
import type { ActiveVpnTunnelStatus, AddressTransfer, AllowedPrincipal, AsnAssociation, AssociationStatus, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, NatGatewayAddress, OperatorResponse, RouteServerAssociation, Subnet, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider, Volume, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
|
|
3
3
|
import type { Vpc, VpcEncryptionControl } from "./models_1";
|
|
4
|
-
import type { ConnectionNotification, DnsEntry, ServiceConfiguration, ServiceTypeDetail, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMeteringPolicy, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConcentrator, VpnConnection, VpnGateway } from "./models_2";
|
|
4
|
+
import type { ConnectionNotification, DnsEntry, PayerResponsibilityEntry, ServiceConfiguration, ServiceTypeDetail, SpotInstanceStateFault, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMeteringPolicy, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConcentrator, VpnConnection, VpnGateway } from "./models_2";
|
|
5
5
|
import type { ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchSnapshotConfigurationResponse, Filter, ProductCode } from "./models_3";
|
|
6
|
-
import type { AttributeBooleanValue, RegisteredInstance,
|
|
6
|
+
import type { AttributeBooleanValue, LaunchSpecification, RegisteredInstance, SpotInstanceStatus } from "./models_4";
|
|
7
|
+
/**
|
|
8
|
+
* <p>Describes a Spot Instance request.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export interface SpotInstanceRequest {
|
|
12
|
+
/**
|
|
13
|
+
* <p>Deprecated.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
ActualBlockHourlyPrice?: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The Availability Zone group. If you specify the same Availability Zone group for all Spot Instance requests, all Spot Instances are launched in the same Availability Zone.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
AvailabilityZoneGroup?: string | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>Deprecated.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
BlockDurationMinutes?: number | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The date and time when the Spot Instance request was created, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
CreateTime?: Date | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* <p>The fault codes for the Spot Instance request, if any.</p>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
Fault?: SpotInstanceStateFault | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* <p>The instance ID, if an instance has been launched to fulfill the Spot Instance request.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
InstanceId?: string | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p>The instance launch group. Launch groups are Spot Instances that launch together and terminate together.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
LaunchGroup?: string | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* <p>Additional information for launching instances.</p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
LaunchSpecification?: LaunchSpecification | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>The Availability Zone in which the request is launched.</p>
|
|
54
|
+
* <p>Either <code>launchedAvailabilityZone</code> or <code>launchedAvailabilityZoneId</code> can be specified, but not both</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
LaunchedAvailabilityZone?: string | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The ID of the Availability Zone in which the request is launched.</p>
|
|
60
|
+
* <p>Either <code>launchedAvailabilityZone</code> or <code>launchedAvailabilityZoneId</code> can be specified, but not both</p>
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
LaunchedAvailabilityZoneId?: string | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* <p>The product description associated with the Spot Instance.</p>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
ProductDescription?: RIProductDescription | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* <p>The ID of the Spot Instance request.</p>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
SpotInstanceRequestId?: string | undefined;
|
|
74
|
+
/**
|
|
75
|
+
* <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend
|
|
76
|
+
* using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.</p>
|
|
77
|
+
* <important>
|
|
78
|
+
* <p>If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.</p>
|
|
79
|
+
* </important>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
SpotPrice?: string | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* <p>The state of the Spot Instance request. Spot request status information helps track your Spot
|
|
85
|
+
* Instance requests. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-request-status.html">Spot request status</a> in the
|
|
86
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
State?: SpotInstanceState | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* <p>The status code and status message describing the Spot Instance request.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
Status?: SpotInstanceStatus | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* <p>Any tags assigned to the resource.</p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
Tags?: Tag[] | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* <p>The Spot Instance request type.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
Type?: SpotInstanceType | undefined;
|
|
105
|
+
/**
|
|
106
|
+
* <p>The start date of the request, in UTC format (for example,
|
|
107
|
+
* <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).
|
|
108
|
+
* The request becomes active at this date and time.</p>
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
ValidFrom?: Date | undefined;
|
|
112
|
+
/**
|
|
113
|
+
* <p>The end date of the request, in UTC format
|
|
114
|
+
* (<i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
|
|
115
|
+
* <ul>
|
|
116
|
+
* <li>
|
|
117
|
+
* <p>For a persistent request, the request remains active until the <code>validUntil</code> date
|
|
118
|
+
* and time is reached. Otherwise, the request remains active until you cancel it.
|
|
119
|
+
* </p>
|
|
120
|
+
* </li>
|
|
121
|
+
* <li>
|
|
122
|
+
* <p>For a one-time request, the request remains active until all instances launch,
|
|
123
|
+
* the request is canceled, or the <code>validUntil</code> date and time is reached. By default, the
|
|
124
|
+
* request is valid for 7 days from the date the request was created.</p>
|
|
125
|
+
* </li>
|
|
126
|
+
* </ul>
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
ValidUntil?: Date | undefined;
|
|
130
|
+
/**
|
|
131
|
+
* <p>The behavior when a Spot Instance is interrupted.</p>
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
135
|
+
}
|
|
7
136
|
/**
|
|
8
137
|
* <p>Contains the output of DescribeSpotInstanceRequests.</p>
|
|
9
138
|
* @public
|
|
@@ -3773,6 +3902,11 @@ export interface VpcEndpointConnection {
|
|
|
3773
3902
|
* @public
|
|
3774
3903
|
*/
|
|
3775
3904
|
VpcEndpointRegion?: string | undefined;
|
|
3905
|
+
/**
|
|
3906
|
+
* <p>The payer responsibility settings for the endpoint.</p>
|
|
3907
|
+
* @public
|
|
3908
|
+
*/
|
|
3909
|
+
PayerResponsibilities?: PayerResponsibilityEntry[] | undefined;
|
|
3776
3910
|
}
|
|
3777
3911
|
/**
|
|
3778
3912
|
* @public
|
|
@@ -8148,44 +8282,3 @@ export interface MetricPoint {
|
|
|
8148
8282
|
*/
|
|
8149
8283
|
Status?: string | undefined;
|
|
8150
8284
|
}
|
|
8151
|
-
/**
|
|
8152
|
-
* <p>The response to a <code>DataQuery</code>.</p>
|
|
8153
|
-
* @public
|
|
8154
|
-
*/
|
|
8155
|
-
export interface DataResponse {
|
|
8156
|
-
/**
|
|
8157
|
-
* <p>The ID passed in the <code>DataQuery</code>.</p>
|
|
8158
|
-
* @public
|
|
8159
|
-
*/
|
|
8160
|
-
Id?: string | undefined;
|
|
8161
|
-
/**
|
|
8162
|
-
* <p>The Region or Availability Zone that's the source for the data query. For example, <code>us-east-1</code>.</p>
|
|
8163
|
-
* @public
|
|
8164
|
-
*/
|
|
8165
|
-
Source?: string | undefined;
|
|
8166
|
-
/**
|
|
8167
|
-
* <p>The Region or Availability Zone that's the destination for the data query. For example, <code>eu-west-1</code>.</p>
|
|
8168
|
-
* @public
|
|
8169
|
-
*/
|
|
8170
|
-
Destination?: string | undefined;
|
|
8171
|
-
/**
|
|
8172
|
-
* <p>The metric used for the network performance request.</p>
|
|
8173
|
-
* @public
|
|
8174
|
-
*/
|
|
8175
|
-
Metric?: MetricType | undefined;
|
|
8176
|
-
/**
|
|
8177
|
-
* <p>The statistic used for the network performance request.</p>
|
|
8178
|
-
* @public
|
|
8179
|
-
*/
|
|
8180
|
-
Statistic?: StatisticType | undefined;
|
|
8181
|
-
/**
|
|
8182
|
-
* <p>The period used for the network performance request.</p>
|
|
8183
|
-
* @public
|
|
8184
|
-
*/
|
|
8185
|
-
Period?: PeriodType | undefined;
|
|
8186
|
-
/**
|
|
8187
|
-
* <p>A list of <code>MetricPoint</code> objects.</p>
|
|
8188
|
-
* @public
|
|
8189
|
-
*/
|
|
8190
|
-
MetricPoints?: MetricPoint[] | undefined;
|
|
8191
|
-
}
|
|
@@ -1,10 +1,51 @@
|
|
|
1
|
-
import type { _InstanceType, Affinity, AnalysisStatus, ArchitectureType, ArchitectureValues, AutoPlacement, BootModeValues, CapacityManagerMonitoredTagKeyStatus, CapacityManagerStatus, CapacityReservationPreference, CapacityReservationState, CapacityTenancy, Comparison, CurrencyCodeValues, DefaultHttpTokensEnforcedState, DefaultInstanceMetadataEndpointState, DefaultInstanceMetadataTagsState, DiskImageFormat, EkPubKeyFormat, EkPubKeyType, EndDateType, FilterByDimension, FleetExcessCapacityTerminationPolicy, FpgaImageAttributeName, GroupBy, HostMaintenance, HostRecovery, HostTenancy, HttpTokensEnforcedState, HttpTokensState, IngestionStatus, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceMatchCriteria, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, IpAddressType, IpamAddressHistoryResourceType, IpamComplianceStatus, IpamDiscoveryFailureCode, IpamManagementState, IpamMeteredAccount, IpamNetworkInterfaceAttachmentStatus, IpamOverlapStatus, IpamPolicyManagedBy, IpamPolicyResourceType, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPublicAddressAssociationStatus, IpamPublicAddressAwsService, IpamPublicAddressType, IpamResourceCidrIpSource, IpamResourceType, IpamTier, LockMode, LockState, ManagedBy, ManagedResourceDefaultVisibility, MetadataDefaultHttpTokensState, Metric, ModifyAvailabilityZoneOptInStatus, NestedVirtualizationSpecification, OperationType, PartitionLoadFrequency, PaymentOption, PermissionGroup, PlatformValues, ReservationEndDateType, ReservationState, ReservationType, RouteServerRouteInstallationStatus, RouteServerRouteStatus, SelfServicePortal, ShutdownBehavior, SnapshotBlockPublicAccessState, SSEType, TargetCapacityUnitType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UnsuccessfulInstanceCreditSpecificationErrorCode, VirtualizationType, VolumeState, VolumeType } from "./enums";
|
|
1
|
+
import type { _InstanceType, Affinity, AnalysisStatus, ArchitectureType, ArchitectureValues, AutoPlacement, BootModeValues, CapacityManagerMonitoredTagKeyStatus, CapacityManagerStatus, CapacityReservationPreference, CapacityReservationState, CapacityTenancy, Comparison, CurrencyCodeValues, DefaultHttpTokensEnforcedState, DefaultInstanceMetadataEndpointState, DefaultInstanceMetadataTagsState, DiskImageFormat, EkPubKeyFormat, EkPubKeyType, EndDateType, FilterByDimension, FleetExcessCapacityTerminationPolicy, FpgaImageAttributeName, GroupBy, HostMaintenance, HostRecovery, HostTenancy, HttpTokensEnforcedState, HttpTokensState, IngestionStatus, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceMatchCriteria, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, IpAddressType, IpamAddressHistoryResourceType, IpamComplianceStatus, IpamDiscoveryFailureCode, IpamManagementState, IpamMeteredAccount, IpamNetworkInterfaceAttachmentStatus, IpamOverlapStatus, IpamPolicyManagedBy, IpamPolicyResourceType, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPublicAddressAssociationStatus, IpamPublicAddressAwsService, IpamPublicAddressType, IpamResourceCidrIpSource, IpamResourceType, IpamTier, LockMode, LockState, ManagedBy, ManagedResourceDefaultVisibility, MetadataDefaultHttpTokensState, Metric, MetricType, ModifyAvailabilityZoneOptInStatus, NestedVirtualizationSpecification, OperationType, PartitionLoadFrequency, PaymentOption, PeriodType, PermissionGroup, PlatformValues, ReservationEndDateType, ReservationState, ReservationType, RouteServerRouteInstallationStatus, RouteServerRouteStatus, SelfServicePortal, ShutdownBehavior, SnapshotBlockPublicAccessState, SSEType, StatisticType, TargetCapacityUnitType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UnsuccessfulInstanceCreditSpecificationErrorCode, VirtualizationType, VolumeState, VolumeType } from "./enums";
|
|
2
2
|
import type { AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddressAttribute, ClientConnectOptions, ClientLoginBannerOptions, ClientRouteEnforcementOptions, ConnectionLogOptions, InstanceEventWindow, InterruptibleCapacityAllocation, InterruptionInfo, IpamPoolAllocation, OperatorResponse, RouteServerAssociation, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayConfigurationInputStructure, TransitGatewayPolicyTableAssociation, UnsuccessfulItem } from "./models_0";
|
|
3
|
-
import type { AttributeValue, CapacityReservationTarget, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverRuleRequest, IpamPrefixListResolverTarget,
|
|
3
|
+
import type { AttributeValue, CapacityReservationTarget, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverRuleRequest, IpamPrefixListResolverTarget, IpamResourceTag, NetworkInsightsAccessScopeContent, Placement, RequestIpamResourceTag, ResponseLaunchTemplateData, TargetCapacitySpecificationRequest } from "./models_1";
|
|
4
4
|
import type { SubnetCidrReservation, TransitGatewayMeteringPolicyEntry, TransitGatewayPrefixListReference } from "./models_2";
|
|
5
5
|
import type { ConversionTask, Filter, FpgaImageAttribute, ImportImageLicenseConfigurationResponse, IpamPoolCidr, LaunchPermission, SnapshotDetail } from "./models_3";
|
|
6
6
|
import type { AttributeBooleanValue, InstanceMetadataOptionsResponse, InstanceStatusEvent, SnapshotTaskDetail } from "./models_4";
|
|
7
|
-
import type {
|
|
7
|
+
import type { MetricPoint, RouteServerPropagation } from "./models_5";
|
|
8
|
+
/**
|
|
9
|
+
* <p>The response to a <code>DataQuery</code>.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export interface DataResponse {
|
|
13
|
+
/**
|
|
14
|
+
* <p>The ID passed in the <code>DataQuery</code>.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
Id?: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The Region or Availability Zone that's the source for the data query. For example, <code>us-east-1</code>.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
Source?: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The Region or Availability Zone that's the destination for the data query. For example, <code>eu-west-1</code>.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
Destination?: string | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* <p>The metric used for the network performance request.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
Metric?: MetricType | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* <p>The statistic used for the network performance request.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
Statistic?: StatisticType | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* <p>The period used for the network performance request.</p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
Period?: PeriodType | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* <p>A list of <code>MetricPoint</code> objects.</p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
MetricPoints?: MetricPoint[] | undefined;
|
|
48
|
+
}
|
|
8
49
|
/**
|
|
9
50
|
* @public
|
|
10
51
|
*/
|
|
@@ -8870,13 +8911,3 @@ export interface ModifyIpamResourceDiscoveryRequest {
|
|
|
8870
8911
|
*/
|
|
8871
8912
|
RemoveOrganizationalUnitExclusions?: RemoveIpamOrganizationalUnitExclusion[] | undefined;
|
|
8872
8913
|
}
|
|
8873
|
-
/**
|
|
8874
|
-
* @public
|
|
8875
|
-
*/
|
|
8876
|
-
export interface ModifyIpamResourceDiscoveryResult {
|
|
8877
|
-
/**
|
|
8878
|
-
* <p>A resource discovery.</p>
|
|
8879
|
-
* @public
|
|
8880
|
-
*/
|
|
8881
|
-
IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
|
|
8882
|
-
}
|