@aws-sdk/client-ec2 3.592.0 → 3.598.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 +8 -0
- package/dist-cjs/index.js +126 -8
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/DescribeTrafficMirrorFilterRulesCommand.js +24 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_5.js +0 -7
- package/dist-es/models/models_6.js +7 -0
- package/dist-es/protocols/Aws_ec2.js +102 -0
- package/dist-types/EC2.d.ts +8 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +2 -2
- package/dist-types/commands/AllocateAddressCommand.d.ts +3 -3
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +2 -3
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +2 -3
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +2 -1
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +4 -2
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +2 -3
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +4 -3
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +3 -3
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +4 -3
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +2 -3
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +4 -4
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +3 -4
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +2 -2
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +3 -3
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +18 -5
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +17 -0
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +3 -2
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +4 -2
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +3 -1
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +3 -5
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +3 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +3 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +3 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +101 -0
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +14 -2
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +2 -3
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -1
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +2 -2
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -4
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +14 -2
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +6 -0
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -4
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -2
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +3 -3
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +3 -3
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -2
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +4 -4
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +6 -3
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +4 -4
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -2
- package/dist-types/commands/StartInstancesCommand.d.ts +2 -2
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +6 -5
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +45 -42
- package/dist-types/models/models_1.d.ts +93 -84
- package/dist-types/models/models_2.d.ts +41 -30
- package/dist-types/models/models_3.d.ts +51 -48
- package/dist-types/models/models_4.d.ts +144 -119
- package/dist-types/models/models_5.d.ts +113 -103
- package/dist-types/models/models_6.d.ts +106 -69
- package/dist-types/models/models_7.d.ts +71 -30
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/ts3.4/EC2.d.ts +18 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_2.d.ts +2 -0
- package/dist-types/ts3.4/models/models_5.d.ts +13 -22
- package/dist-types/ts3.4/models/models_6.d.ts +22 -11
- package/dist-types/ts3.4/models/models_7.d.ts +10 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/package.json +39 -39
|
@@ -11,7 +11,8 @@ export interface NetworkInterfaceIpv6Address {
|
|
|
11
11
|
*/
|
|
12
12
|
Ipv6Address?: string;
|
|
13
13
|
/**
|
|
14
|
-
* <p>Determines if an IPv6 address associated with a network interface is the primary IPv6 address. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached.
|
|
14
|
+
* <p>Determines if an IPv6 address associated with a network interface is the primary IPv6 address. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached.
|
|
15
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyNetworkInterfaceAttribute.html">ModifyNetworkInterfaceAttribute</a>.</p>
|
|
15
16
|
* @public
|
|
16
17
|
*/
|
|
17
18
|
IsPrimaryIpv6?: boolean;
|
|
@@ -89,7 +90,7 @@ export interface NetworkInterface {
|
|
|
89
90
|
*/
|
|
90
91
|
AvailabilityZone?: string;
|
|
91
92
|
/**
|
|
92
|
-
* <p>A security group connection tracking configuration that enables you to set the timeout for connection tracking on an Elastic network interface. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the <i>Amazon
|
|
93
|
+
* <p>A security group connection tracking configuration that enables you to set the timeout for connection tracking on an Elastic network interface. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
ConnectionTrackingConfiguration?: ConnectionTrackingConfiguration;
|
|
@@ -546,7 +547,7 @@ export interface CreateReplaceRootVolumeTaskRequest {
|
|
|
546
547
|
/**
|
|
547
548
|
* <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
|
548
549
|
* If you do not specify a client token, a randomly generated token is used for the request
|
|
549
|
-
* to ensure idempotency. For more information, see <a href="https://docs.aws.amazon.com/
|
|
550
|
+
* to ensure idempotency. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
550
551
|
* @public
|
|
551
552
|
*/
|
|
552
553
|
ClientToken?: string;
|
|
@@ -931,7 +932,7 @@ export interface CreateRouteTableRequest {
|
|
|
931
932
|
TagSpecifications?: TagSpecification[];
|
|
932
933
|
/**
|
|
933
934
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
934
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
935
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
935
936
|
* @public
|
|
936
937
|
*/
|
|
937
938
|
ClientToken?: string;
|
|
@@ -1116,7 +1117,7 @@ export interface Route {
|
|
|
1116
1117
|
*/
|
|
1117
1118
|
export interface RouteTable {
|
|
1118
1119
|
/**
|
|
1119
|
-
* <p>The associations between the route table and
|
|
1120
|
+
* <p>The associations between the route table and your subnets or gateways.</p>
|
|
1120
1121
|
* @public
|
|
1121
1122
|
*/
|
|
1122
1123
|
Associations?: RouteTableAssociation[];
|
|
@@ -1332,7 +1333,7 @@ export interface Snapshot {
|
|
|
1332
1333
|
*/
|
|
1333
1334
|
Encrypted?: boolean;
|
|
1334
1335
|
/**
|
|
1335
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
1336
|
+
* <p>The Amazon Resource Name (ARN) of the KMS key that was used to protect the
|
|
1336
1337
|
* volume encryption key for the parent volume.</p>
|
|
1337
1338
|
* @public
|
|
1338
1339
|
*/
|
|
@@ -1365,7 +1366,7 @@ export interface Snapshot {
|
|
|
1365
1366
|
State?: SnapshotState;
|
|
1366
1367
|
/**
|
|
1367
1368
|
* <p>Encrypted Amazon EBS snapshots are copied asynchronously. If a snapshot copy operation fails
|
|
1368
|
-
* (for example, if the proper
|
|
1369
|
+
* (for example, if the proper KMS permissions are not obtained) this field displays error
|
|
1369
1370
|
* state details to help you diagnose why the error occurred. This parameter is only returned by
|
|
1370
1371
|
* <a>DescribeSnapshots</a>.</p>
|
|
1371
1372
|
* @public
|
|
@@ -1762,7 +1763,7 @@ export interface CreateSubnetRequest {
|
|
|
1762
1763
|
* do not necessarily select a different zone for each subnet.</p>
|
|
1763
1764
|
* <p>To create a subnet in a Local Zone, set this value to the Local Zone ID, for example
|
|
1764
1765
|
* <code>us-west-2-lax-1a</code>. For information about the Regions that support Local Zones,
|
|
1765
|
-
* see <a href="
|
|
1766
|
+
* see <a href="https://docs.aws.amazon.com/local-zones/latest/ug/available-local-zones.html">Available Local Zones</a>.</p>
|
|
1766
1767
|
* <p>To create a subnet in an Outpost, set this value to the Availability Zone for the
|
|
1767
1768
|
* Outpost and specify the Outpost ARN.</p>
|
|
1768
1769
|
* @public
|
|
@@ -1999,7 +2000,7 @@ export interface CreateTrafficMirrorFilterRequest {
|
|
|
1999
2000
|
*/
|
|
2000
2001
|
DryRun?: boolean;
|
|
2001
2002
|
/**
|
|
2002
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
2003
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</p>
|
|
2003
2004
|
* @public
|
|
2004
2005
|
*/
|
|
2005
2006
|
ClientToken?: string;
|
|
@@ -2104,6 +2105,11 @@ export interface TrafficMirrorFilterRule {
|
|
|
2104
2105
|
* @public
|
|
2105
2106
|
*/
|
|
2106
2107
|
Description?: string;
|
|
2108
|
+
/**
|
|
2109
|
+
* <p>Tags on Traffic Mirroring filter rules.</p>
|
|
2110
|
+
* @public
|
|
2111
|
+
*/
|
|
2112
|
+
Tags?: Tag[];
|
|
2107
2113
|
}
|
|
2108
2114
|
/**
|
|
2109
2115
|
* @public
|
|
@@ -2162,7 +2168,7 @@ export interface CreateTrafficMirrorFilterResult {
|
|
|
2162
2168
|
*/
|
|
2163
2169
|
TrafficMirrorFilter?: TrafficMirrorFilter;
|
|
2164
2170
|
/**
|
|
2165
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
2171
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</p>
|
|
2166
2172
|
* @public
|
|
2167
2173
|
*/
|
|
2168
2174
|
ClientToken?: string;
|
|
@@ -2247,10 +2253,15 @@ export interface CreateTrafficMirrorFilterRuleRequest {
|
|
|
2247
2253
|
*/
|
|
2248
2254
|
DryRun?: boolean;
|
|
2249
2255
|
/**
|
|
2250
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
2256
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</p>
|
|
2251
2257
|
* @public
|
|
2252
2258
|
*/
|
|
2253
2259
|
ClientToken?: string;
|
|
2260
|
+
/**
|
|
2261
|
+
* <p>Traffic Mirroring tags specifications.</p>
|
|
2262
|
+
* @public
|
|
2263
|
+
*/
|
|
2264
|
+
TagSpecifications?: TagSpecification[];
|
|
2254
2265
|
}
|
|
2255
2266
|
/**
|
|
2256
2267
|
* @public
|
|
@@ -2262,7 +2273,7 @@ export interface CreateTrafficMirrorFilterRuleResult {
|
|
|
2262
2273
|
*/
|
|
2263
2274
|
TrafficMirrorFilterRule?: TrafficMirrorFilterRule;
|
|
2264
2275
|
/**
|
|
2265
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
2276
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</p>
|
|
2266
2277
|
* @public
|
|
2267
2278
|
*/
|
|
2268
2279
|
ClientToken?: string;
|
|
@@ -2305,8 +2316,8 @@ export interface CreateTrafficMirrorSessionRequest {
|
|
|
2305
2316
|
SessionNumber: number | undefined;
|
|
2306
2317
|
/**
|
|
2307
2318
|
* <p>The VXLAN ID for the Traffic Mirror session. For more information about the VXLAN
|
|
2308
|
-
* protocol, see <a href="https://
|
|
2309
|
-
* not specify a <code>VirtualNetworkId</code>, an account-wide unique
|
|
2319
|
+
* protocol, see <a href="https://datatracker.ietf.org/doc/html/rfc7348">RFC 7348</a>. If you do
|
|
2320
|
+
* not specify a <code>VirtualNetworkId</code>, an account-wide unique ID is chosen at
|
|
2310
2321
|
* random.</p>
|
|
2311
2322
|
* @public
|
|
2312
2323
|
*/
|
|
@@ -2329,7 +2340,7 @@ export interface CreateTrafficMirrorSessionRequest {
|
|
|
2329
2340
|
*/
|
|
2330
2341
|
DryRun?: boolean;
|
|
2331
2342
|
/**
|
|
2332
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
2343
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</p>
|
|
2333
2344
|
* @public
|
|
2334
2345
|
*/
|
|
2335
2346
|
ClientToken?: string;
|
|
@@ -2401,7 +2412,7 @@ export interface CreateTrafficMirrorSessionResult {
|
|
|
2401
2412
|
*/
|
|
2402
2413
|
TrafficMirrorSession?: TrafficMirrorSession;
|
|
2403
2414
|
/**
|
|
2404
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
2415
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</p>
|
|
2405
2416
|
* @public
|
|
2406
2417
|
*/
|
|
2407
2418
|
ClientToken?: string;
|
|
@@ -2438,7 +2449,7 @@ export interface CreateTrafficMirrorTargetRequest {
|
|
|
2438
2449
|
*/
|
|
2439
2450
|
DryRun?: boolean;
|
|
2440
2451
|
/**
|
|
2441
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
2452
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</p>
|
|
2442
2453
|
* @public
|
|
2443
2454
|
*/
|
|
2444
2455
|
ClientToken?: string;
|
|
@@ -2517,7 +2528,7 @@ export interface CreateTrafficMirrorTargetResult {
|
|
|
2517
2528
|
*/
|
|
2518
2529
|
TrafficMirrorTarget?: TrafficMirrorTarget;
|
|
2519
2530
|
/**
|
|
2520
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
2531
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</p>
|
|
2521
2532
|
* @public
|
|
2522
2533
|
*/
|
|
2523
2534
|
ClientToken?: string;
|
|
@@ -4132,7 +4143,7 @@ export interface CreateVerifiedAccessEndpointRequest {
|
|
|
4132
4143
|
TagSpecifications?: TagSpecification[];
|
|
4133
4144
|
/**
|
|
4134
4145
|
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
4135
|
-
* modification request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
4146
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
4136
4147
|
* @public
|
|
4137
4148
|
*/
|
|
4138
4149
|
ClientToken?: string;
|
|
@@ -4371,7 +4382,7 @@ export interface CreateVerifiedAccessGroupRequest {
|
|
|
4371
4382
|
TagSpecifications?: TagSpecification[];
|
|
4372
4383
|
/**
|
|
4373
4384
|
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
4374
|
-
* modification request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
4385
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
4375
4386
|
* @public
|
|
4376
4387
|
*/
|
|
4377
4388
|
ClientToken?: string;
|
|
@@ -4470,7 +4481,7 @@ export interface CreateVerifiedAccessInstanceRequest {
|
|
|
4470
4481
|
TagSpecifications?: TagSpecification[];
|
|
4471
4482
|
/**
|
|
4472
4483
|
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
4473
|
-
* modification request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
4484
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
4474
4485
|
* @public
|
|
4475
4486
|
*/
|
|
4476
4487
|
ClientToken?: string;
|
|
@@ -4608,7 +4619,7 @@ export interface CreateVerifiedAccessTrustProviderRequest {
|
|
|
4608
4619
|
TagSpecifications?: TagSpecification[];
|
|
4609
4620
|
/**
|
|
4610
4621
|
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
4611
|
-
* modification request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
4622
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
4612
4623
|
* @public
|
|
4613
4624
|
*/
|
|
4614
4625
|
ClientToken?: string;
|
|
@@ -4676,7 +4687,7 @@ export interface CreateVolumeRequest {
|
|
|
4676
4687
|
* </li>
|
|
4677
4688
|
* </ul>
|
|
4678
4689
|
* <p>For <code>io2</code> volumes, you can achieve up to 256,000 IOPS on
|
|
4679
|
-
* <a href="https://docs.aws.amazon.com/
|
|
4690
|
+
* <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">instances
|
|
4680
4691
|
* built on the Nitro System</a>. On other instances, you can achieve performance up to 32,000 IOPS.</p>
|
|
4681
4692
|
* <p>This parameter is required for <code>io1</code> and <code>io2</code> volumes. The default for <code>gp3</code> volumes is 3,000 IOPS.
|
|
4682
4693
|
* This parameter is not supported for <code>gp2</code>, <code>st1</code>, <code>sc1</code>, or <code>standard</code> volumes.</p>
|
|
@@ -4684,7 +4695,7 @@ export interface CreateVolumeRequest {
|
|
|
4684
4695
|
*/
|
|
4685
4696
|
Iops?: number;
|
|
4686
4697
|
/**
|
|
4687
|
-
* <p>The identifier of the
|
|
4698
|
+
* <p>The identifier of the KMS key to use for Amazon EBS encryption.
|
|
4688
4699
|
* If this parameter is not specified, your KMS key for Amazon EBS is used. If <code>KmsKeyId</code> is
|
|
4689
4700
|
* specified, the encrypted state must be <code>true</code>.</p>
|
|
4690
4701
|
* <p>You can specify the KMS key using any of the following:</p>
|
|
@@ -4795,7 +4806,7 @@ export interface CreateVolumeRequest {
|
|
|
4795
4806
|
TagSpecifications?: TagSpecification[];
|
|
4796
4807
|
/**
|
|
4797
4808
|
* <p>Indicates whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the
|
|
4798
|
-
*
|
|
4809
|
+
* volume to up to 16 <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">Instances built on the Nitro System</a> in the same Availability Zone. This parameter is
|
|
4799
4810
|
* supported with <code>io1</code> and <code>io2</code> volumes only. For more information,
|
|
4800
4811
|
* see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volumes-multi.html">
|
|
4801
4812
|
* Amazon EBS Multi-Attach</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
@@ -4811,7 +4822,7 @@ export interface CreateVolumeRequest {
|
|
|
4811
4822
|
Throughput?: number;
|
|
4812
4823
|
/**
|
|
4813
4824
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency
|
|
4814
|
-
* of the request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
4825
|
+
* of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensure
|
|
4815
4826
|
* Idempotency</a>.</p>
|
|
4816
4827
|
* @public
|
|
4817
4828
|
*/
|
|
@@ -4862,7 +4873,7 @@ export interface Volume {
|
|
|
4862
4873
|
*/
|
|
4863
4874
|
Encrypted?: boolean;
|
|
4864
4875
|
/**
|
|
4865
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
4876
|
+
* <p>The Amazon Resource Name (ARN) of the KMS key that was used to protect the
|
|
4866
4877
|
* volume encryption key for the volume.</p>
|
|
4867
4878
|
* @public
|
|
4868
4879
|
*/
|
|
@@ -5179,7 +5190,7 @@ export interface CreateVpcEndpointRequest {
|
|
|
5179
5190
|
DnsOptions?: DnsOptionsSpecification;
|
|
5180
5191
|
/**
|
|
5181
5192
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
5182
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
5193
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure
|
|
5183
5194
|
* idempotency</a>.</p>
|
|
5184
5195
|
* @public
|
|
5185
5196
|
*/
|
|
@@ -5447,7 +5458,7 @@ export interface CreateVpcEndpointConnectionNotificationRequest {
|
|
|
5447
5458
|
ConnectionEvents: string[] | undefined;
|
|
5448
5459
|
/**
|
|
5449
5460
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
5450
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
5461
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure
|
|
5451
5462
|
* idempotency</a>.</p>
|
|
5452
5463
|
* @public
|
|
5453
5464
|
*/
|
|
@@ -5574,7 +5585,7 @@ export interface CreateVpcEndpointServiceConfigurationRequest {
|
|
|
5574
5585
|
SupportedIpAddressTypes?: string[];
|
|
5575
5586
|
/**
|
|
5576
5587
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
5577
|
-
* For more information, see <a href="https://docs.aws.amazon.com/
|
|
5588
|
+
* For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure
|
|
5578
5589
|
* idempotency</a>.</p>
|
|
5579
5590
|
* @public
|
|
5580
5591
|
*/
|
|
@@ -969,7 +969,7 @@ export interface DeleteVerifiedAccessEndpointRequest {
|
|
|
969
969
|
VerifiedAccessEndpointId: string | undefined;
|
|
970
970
|
/**
|
|
971
971
|
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
972
|
-
* modification request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
972
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
973
973
|
* @public
|
|
974
974
|
*/
|
|
975
975
|
ClientToken?: string;
|
|
@@ -1002,7 +1002,7 @@ export interface DeleteVerifiedAccessGroupRequest {
|
|
|
1002
1002
|
VerifiedAccessGroupId: string | undefined;
|
|
1003
1003
|
/**
|
|
1004
1004
|
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
1005
|
-
* modification request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
1005
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
1006
1006
|
* @public
|
|
1007
1007
|
*/
|
|
1008
1008
|
ClientToken?: string;
|
|
@@ -1042,7 +1042,7 @@ export interface DeleteVerifiedAccessInstanceRequest {
|
|
|
1042
1042
|
DryRun?: boolean;
|
|
1043
1043
|
/**
|
|
1044
1044
|
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
1045
|
-
* modification request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
1045
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
1046
1046
|
* @public
|
|
1047
1047
|
*/
|
|
1048
1048
|
ClientToken?: string;
|
|
@@ -1075,7 +1075,7 @@ export interface DeleteVerifiedAccessTrustProviderRequest {
|
|
|
1075
1075
|
DryRun?: boolean;
|
|
1076
1076
|
/**
|
|
1077
1077
|
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
1078
|
-
* modification request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
1078
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
1079
1079
|
* @public
|
|
1080
1080
|
*/
|
|
1081
1081
|
ClientToken?: string;
|
|
@@ -2681,9 +2681,9 @@ export interface CapacityReservationFleet {
|
|
|
2681
2681
|
*/
|
|
2682
2682
|
State?: CapacityReservationFleetState;
|
|
2683
2683
|
/**
|
|
2684
|
-
* <p>The total number of capacity units for which the Capacity Reservation Fleet reserves
|
|
2685
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
|
|
2686
|
-
*
|
|
2684
|
+
* <p>The total number of capacity units for which the Capacity Reservation Fleet reserves
|
|
2685
|
+
* capacity. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
|
|
2686
|
+
* capacity</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
2687
2687
|
* @public
|
|
2688
2688
|
*/
|
|
2689
2689
|
TotalTargetCapacity?: number;
|
|
@@ -2731,9 +2731,8 @@ export interface CapacityReservationFleet {
|
|
|
2731
2731
|
InstanceMatchCriteria?: FleetInstanceMatchCriteria;
|
|
2732
2732
|
/**
|
|
2733
2733
|
* <p>The strategy used by the Capacity Reservation Fleet to determine which of the specified
|
|
2734
|
-
* instance types to use. For more information, see For more information, see
|
|
2735
|
-
*
|
|
2736
|
-
* Allocation strategy</a> in the Amazon EC2 User Guide.</p>
|
|
2734
|
+
* instance types to use. For more information, see For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#allocation-strategy">Allocation
|
|
2735
|
+
* strategy</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
2737
2736
|
* @public
|
|
2738
2737
|
*/
|
|
2739
2738
|
AllocationStrategy?: string;
|
|
@@ -4303,8 +4302,7 @@ export interface DescribeCustomerGatewaysResult {
|
|
|
4303
4302
|
*/
|
|
4304
4303
|
export interface DescribeDhcpOptionsRequest {
|
|
4305
4304
|
/**
|
|
4306
|
-
* <p>The IDs of
|
|
4307
|
-
* <p>Default: Describes all your DHCP options sets.</p>
|
|
4305
|
+
* <p>The IDs of DHCP option sets.</p>
|
|
4308
4306
|
* @public
|
|
4309
4307
|
*/
|
|
4310
4308
|
DhcpOptionsIds?: string[];
|
|
@@ -4365,7 +4363,7 @@ export interface DescribeDhcpOptionsRequest {
|
|
|
4365
4363
|
*/
|
|
4366
4364
|
export interface DescribeDhcpOptionsResult {
|
|
4367
4365
|
/**
|
|
4368
|
-
* <p>Information about
|
|
4366
|
+
* <p>Information about the DHCP options sets.</p>
|
|
4369
4367
|
* @public
|
|
4370
4368
|
*/
|
|
4371
4369
|
DhcpOptions?: DhcpOptions[];
|
|
@@ -4446,8 +4444,8 @@ export interface DescribeElasticGpusRequest {
|
|
|
4446
4444
|
ElasticGpuIds?: string[];
|
|
4447
4445
|
/**
|
|
4448
4446
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
4449
|
-
*
|
|
4450
|
-
*
|
|
4447
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
4448
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
4451
4449
|
* @public
|
|
4452
4450
|
*/
|
|
4453
4451
|
DryRun?: boolean;
|
|
@@ -4510,9 +4508,8 @@ export declare const ElasticGpuStatus: {
|
|
|
4510
4508
|
export type ElasticGpuStatus = (typeof ElasticGpuStatus)[keyof typeof ElasticGpuStatus];
|
|
4511
4509
|
/**
|
|
4512
4510
|
* <note>
|
|
4513
|
-
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
|
|
4514
|
-
*
|
|
4515
|
-
* G4dn, or G5 instances.</p>
|
|
4511
|
+
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration,
|
|
4512
|
+
* we recommend that you use Amazon EC2 G4, G5, or G6 instances.</p>
|
|
4516
4513
|
* </note>
|
|
4517
4514
|
* <p>Describes the status of an Elastic Graphics accelerator.</p>
|
|
4518
4515
|
* @public
|
|
@@ -4537,9 +4534,8 @@ export declare const ElasticGpuState: {
|
|
|
4537
4534
|
export type ElasticGpuState = (typeof ElasticGpuState)[keyof typeof ElasticGpuState];
|
|
4538
4535
|
/**
|
|
4539
4536
|
* <note>
|
|
4540
|
-
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
|
|
4541
|
-
*
|
|
4542
|
-
* G4dn, or G5 instances.</p>
|
|
4537
|
+
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration,
|
|
4538
|
+
* we recommend that you use Amazon EC2 G4, G5, or G6 instances.</p>
|
|
4543
4539
|
* </note>
|
|
4544
4540
|
* <p>Describes an Elastic Graphics accelerator.</p>
|
|
4545
4541
|
* @public
|
|
@@ -5632,9 +5628,10 @@ export interface OnDemandOptions {
|
|
|
5632
5628
|
*/
|
|
5633
5629
|
SingleAvailabilityZone?: boolean;
|
|
5634
5630
|
/**
|
|
5635
|
-
* <p>The minimum target capacity for On-Demand Instances in the fleet. If
|
|
5636
|
-
*
|
|
5637
|
-
* <p>Supported only for fleets of type
|
|
5631
|
+
* <p>The minimum target capacity for On-Demand Instances in the fleet. If this minimum capacity isn't
|
|
5632
|
+
* reached, no instances are launched.</p>
|
|
5633
|
+
* <p>Constraints: Maximum value of <code>1000</code>. Supported only for fleets of type
|
|
5634
|
+
* <code>instant</code>.</p>
|
|
5638
5635
|
* <p>At least one of the following must be specified: <code>SingleAvailabilityZone</code> |
|
|
5639
5636
|
* <code>SingleInstanceType</code>
|
|
5640
5637
|
* </p>
|
|
@@ -5644,12 +5641,12 @@ export interface OnDemandOptions {
|
|
|
5644
5641
|
/**
|
|
5645
5642
|
* <p>The maximum amount per hour for On-Demand Instances that you're willing to pay.</p>
|
|
5646
5643
|
* <note>
|
|
5647
|
-
* <p>If your fleet includes T instances that are configured as <code>unlimited</code>,
|
|
5648
|
-
*
|
|
5649
|
-
*
|
|
5650
|
-
*
|
|
5651
|
-
*
|
|
5652
|
-
*
|
|
5644
|
+
* <p>If your fleet includes T instances that are configured as <code>unlimited</code>, and
|
|
5645
|
+
* if their average CPU usage exceeds the baseline utilization, you will incur a charge for
|
|
5646
|
+
* surplus credits. The <code>maxTotalPrice</code> does not account for surplus credits,
|
|
5647
|
+
* and, if you use surplus credits, your final cost might be higher than what you specified
|
|
5648
|
+
* for <code>maxTotalPrice</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits">Surplus credits can incur charges</a> in the
|
|
5649
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
5653
5650
|
* </note>
|
|
5654
5651
|
* @public
|
|
5655
5652
|
*/
|
|
@@ -5739,15 +5736,20 @@ export interface SpotOptions {
|
|
|
5739
5736
|
* <p>EC2 Fleet requests instances from all of the Spot Instance pools that you
|
|
5740
5737
|
* specify.</p>
|
|
5741
5738
|
* </dd>
|
|
5742
|
-
* <dt>lowest-price</dt>
|
|
5739
|
+
* <dt>lowest-price (not recommended)</dt>
|
|
5743
5740
|
* <dd>
|
|
5744
|
-
* <
|
|
5745
|
-
*
|
|
5746
|
-
*
|
|
5747
|
-
*
|
|
5748
|
-
*
|
|
5749
|
-
*
|
|
5750
|
-
*
|
|
5741
|
+
* <important>
|
|
5742
|
+
* <p>We don't recommend the <code>lowest-price</code> allocation strategy because
|
|
5743
|
+
* it has the highest risk of interruption for your Spot Instances.</p>
|
|
5744
|
+
* </important>
|
|
5745
|
+
* <p>EC2 Fleet requests instances from the lowest priced Spot Instance pool that has available
|
|
5746
|
+
* capacity. If the lowest priced pool doesn't have available capacity, the Spot Instances
|
|
5747
|
+
* come from the next lowest priced pool that has available capacity. If a pool runs
|
|
5748
|
+
* out of capacity before fulfilling your desired capacity, EC2 Fleet will continue to
|
|
5749
|
+
* fulfill your request by drawing from the next lowest priced pool. To ensure that
|
|
5750
|
+
* your desired capacity is met, you might receive Spot Instances from several pools. Because
|
|
5751
|
+
* this strategy only considers instance price and not capacity availability, it
|
|
5752
|
+
* might lead to high interruption rates.</p>
|
|
5751
5753
|
* </dd>
|
|
5752
5754
|
* </dl>
|
|
5753
5755
|
* <p>Default: <code>lowest-price</code>
|
|
@@ -5797,9 +5799,10 @@ export interface SpotOptions {
|
|
|
5797
5799
|
*/
|
|
5798
5800
|
SingleAvailabilityZone?: boolean;
|
|
5799
5801
|
/**
|
|
5800
|
-
* <p>The minimum target capacity for Spot Instances in the fleet. If
|
|
5801
|
-
*
|
|
5802
|
-
* <p>Supported only for fleets of type
|
|
5802
|
+
* <p>The minimum target capacity for Spot Instances in the fleet. If this minimum capacity isn't
|
|
5803
|
+
* reached, no instances are launched.</p>
|
|
5804
|
+
* <p>Constraints: Maximum value of <code>1000</code>. Supported only for fleets of type
|
|
5805
|
+
* <code>instant</code>.</p>
|
|
5803
5806
|
* <p>At least one of the following must be specified: <code>SingleAvailabilityZone</code> |
|
|
5804
5807
|
* <code>SingleInstanceType</code>
|
|
5805
5808
|
* </p>
|
|
@@ -5814,12 +5817,12 @@ export interface SpotOptions {
|
|
|
5814
5817
|
* <p>If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.</p>
|
|
5815
5818
|
* </important>
|
|
5816
5819
|
* <note>
|
|
5817
|
-
* <p>If your fleet includes T instances that are configured as <code>unlimited</code>,
|
|
5818
|
-
*
|
|
5819
|
-
*
|
|
5820
|
-
*
|
|
5821
|
-
*
|
|
5822
|
-
*
|
|
5820
|
+
* <p>If your fleet includes T instances that are configured as <code>unlimited</code>, and
|
|
5821
|
+
* if their average CPU usage exceeds the baseline utilization, you will incur a charge for
|
|
5822
|
+
* surplus credits. The <code>maxTotalPrice</code> does not account for surplus credits,
|
|
5823
|
+
* and, if you use surplus credits, your final cost might be higher than what you specified
|
|
5824
|
+
* for <code>maxTotalPrice</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits">Surplus credits can incur charges</a> in the
|
|
5825
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
5823
5826
|
* </note>
|
|
5824
5827
|
* @public
|
|
5825
5828
|
*/
|
|
@@ -6200,7 +6203,7 @@ export interface FlowLog {
|
|
|
6200
6203
|
Tags?: Tag[];
|
|
6201
6204
|
/**
|
|
6202
6205
|
* <p>The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record.</p>
|
|
6203
|
-
* <p>When a network interface is attached to a <a href="https://docs.aws.amazon.com/
|
|
6206
|
+
* <p>When a network interface is attached to a <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">Nitro-based
|
|
6204
6207
|
* instance</a>, the aggregation interval is always 60 seconds (1 minute) or less,
|
|
6205
6208
|
* regardless of the specified value.</p>
|
|
6206
6209
|
* <p>Valid Values: <code>60</code> | <code>600</code>
|