@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
|
@@ -22,7 +22,7 @@ export interface CreateCarrierGatewayRequest {
|
|
|
22
22
|
DryRun?: boolean;
|
|
23
23
|
/**
|
|
24
24
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
25
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
25
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure
|
|
26
26
|
* idempotency</a>.</p>
|
|
27
27
|
* @public
|
|
28
28
|
*/
|
|
@@ -329,7 +329,8 @@ export interface CreateClientVpnEndpointRequest {
|
|
|
329
329
|
*/
|
|
330
330
|
DryRun?: boolean;
|
|
331
331
|
/**
|
|
332
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
332
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
333
|
+
* For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
333
334
|
* @public
|
|
334
335
|
*/
|
|
335
336
|
ClientToken?: string;
|
|
@@ -490,7 +491,8 @@ export interface CreateClientVpnRouteRequest {
|
|
|
490
491
|
*/
|
|
491
492
|
Description?: string;
|
|
492
493
|
/**
|
|
493
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
494
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
495
|
+
* For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
494
496
|
* @public
|
|
495
497
|
*/
|
|
496
498
|
ClientToken?: string;
|
|
@@ -1240,7 +1242,7 @@ export interface CreateDhcpOptionsResult {
|
|
|
1240
1242
|
export interface CreateEgressOnlyInternetGatewayRequest {
|
|
1241
1243
|
/**
|
|
1242
1244
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
1243
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
1245
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
1244
1246
|
* @public
|
|
1245
1247
|
*/
|
|
1246
1248
|
ClientToken?: string;
|
|
@@ -2237,9 +2239,10 @@ export interface OnDemandOptionsRequest {
|
|
|
2237
2239
|
*/
|
|
2238
2240
|
SingleAvailabilityZone?: boolean;
|
|
2239
2241
|
/**
|
|
2240
|
-
* <p>The minimum target capacity for On-Demand Instances in the fleet. If
|
|
2241
|
-
*
|
|
2242
|
-
* <p>Supported only for fleets of type
|
|
2242
|
+
* <p>The minimum target capacity for On-Demand Instances in the fleet. If this minimum capacity isn't
|
|
2243
|
+
* reached, no instances are launched.</p>
|
|
2244
|
+
* <p>Constraints: Maximum value of <code>1000</code>. Supported only for fleets of type
|
|
2245
|
+
* <code>instant</code>.</p>
|
|
2243
2246
|
* <p>At least one of the following must be specified: <code>SingleAvailabilityZone</code> |
|
|
2244
2247
|
* <code>SingleInstanceType</code>
|
|
2245
2248
|
* </p>
|
|
@@ -2253,8 +2256,7 @@ export interface OnDemandOptionsRequest {
|
|
|
2253
2256
|
* and if their average CPU usage exceeds the baseline utilization, you will incur a charge
|
|
2254
2257
|
* for surplus credits. The <code>MaxTotalPrice</code> does not account for surplus
|
|
2255
2258
|
* credits, and, if you use surplus credits, your final cost might be higher than what you
|
|
2256
|
-
* specified 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 <i>EC2 User
|
|
2257
|
-
* Guide</i>.</p>
|
|
2259
|
+
* specified 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 <i>Amazon EC2 User Guide</i>.</p>
|
|
2258
2260
|
* </note>
|
|
2259
2261
|
* @public
|
|
2260
2262
|
*/
|
|
@@ -2384,8 +2386,12 @@ export interface SpotOptionsRequest {
|
|
|
2384
2386
|
* <p>EC2 Fleet requests instances from all of the Spot Instance pools that you
|
|
2385
2387
|
* specify.</p>
|
|
2386
2388
|
* </dd>
|
|
2387
|
-
* <dt>lowest-price</dt>
|
|
2389
|
+
* <dt>lowest-price (not recommended)</dt>
|
|
2388
2390
|
* <dd>
|
|
2391
|
+
* <important>
|
|
2392
|
+
* <p>We don't recommend the <code>lowest-price</code> allocation strategy because
|
|
2393
|
+
* it has the highest risk of interruption for your Spot Instances.</p>
|
|
2394
|
+
* </important>
|
|
2389
2395
|
* <p>EC2 Fleet requests instances from the lowest priced Spot Instance pool that
|
|
2390
2396
|
* has available capacity. If the lowest priced pool doesn't have available capacity, the Spot Instances
|
|
2391
2397
|
* come from the next lowest priced pool that has available capacity. If a pool runs out of
|
|
@@ -2442,9 +2448,10 @@ export interface SpotOptionsRequest {
|
|
|
2442
2448
|
*/
|
|
2443
2449
|
SingleAvailabilityZone?: boolean;
|
|
2444
2450
|
/**
|
|
2445
|
-
* <p>The minimum target capacity for Spot Instances in the fleet. If
|
|
2446
|
-
*
|
|
2447
|
-
* <p>Supported only for fleets of type
|
|
2451
|
+
* <p>The minimum target capacity for Spot Instances in the fleet. If this minimum capacity isn't
|
|
2452
|
+
* reached, no instances are launched.</p>
|
|
2453
|
+
* <p>Constraints: Maximum value of <code>1000</code>. Supported only for fleets of type
|
|
2454
|
+
* <code>instant</code>.</p>
|
|
2448
2455
|
* <p>At least one of the following must be specified: <code>SingleAvailabilityZone</code> |
|
|
2449
2456
|
* <code>SingleInstanceType</code>
|
|
2450
2457
|
* </p>
|
|
@@ -2459,12 +2466,12 @@ export interface SpotOptionsRequest {
|
|
|
2459
2466
|
* <p>If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.</p>
|
|
2460
2467
|
* </important>
|
|
2461
2468
|
* <note>
|
|
2462
|
-
* <p>If your fleet includes T instances that are configured as <code>unlimited</code>,
|
|
2463
|
-
*
|
|
2464
|
-
*
|
|
2465
|
-
*
|
|
2466
|
-
*
|
|
2467
|
-
*
|
|
2469
|
+
* <p>If your fleet includes T instances that are configured as <code>unlimited</code>, and
|
|
2470
|
+
* if their average CPU usage exceeds the baseline utilization, you will incur a charge for
|
|
2471
|
+
* surplus credits. The <code>MaxTotalPrice</code> does not account for surplus credits,
|
|
2472
|
+
* and, if you use surplus credits, your final cost might be higher than what you specified
|
|
2473
|
+
* 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
|
|
2474
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
2468
2475
|
* </note>
|
|
2469
2476
|
* @public
|
|
2470
2477
|
*/
|
|
@@ -3552,7 +3559,7 @@ export interface CreateFlowLogsRequest {
|
|
|
3552
3559
|
DryRun?: boolean;
|
|
3553
3560
|
/**
|
|
3554
3561
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
3555
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
3562
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure
|
|
3556
3563
|
* idempotency</a>.</p>
|
|
3557
3564
|
* @public
|
|
3558
3565
|
*/
|
|
@@ -3646,7 +3653,7 @@ export interface CreateFlowLogsRequest {
|
|
|
3646
3653
|
* <p>The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record.
|
|
3647
3654
|
* The possible values are 60 seconds (1 minute) or 600 seconds (10 minutes).
|
|
3648
3655
|
* This parameter must be 60 seconds for transit gateway resource types.</p>
|
|
3649
|
-
* <p>When a network interface is attached to a <a href="https://docs.aws.amazon.com/
|
|
3656
|
+
* <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
|
|
3650
3657
|
* instance</a>, the aggregation interval is always 60 seconds or less, regardless
|
|
3651
3658
|
* of the value that you specify.</p>
|
|
3652
3659
|
* <p>Default: 600</p>
|
|
@@ -3729,7 +3736,7 @@ export interface CreateFpgaImageRequest {
|
|
|
3729
3736
|
Name?: string;
|
|
3730
3737
|
/**
|
|
3731
3738
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
3732
|
-
*
|
|
3739
|
+
* For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring Idempotency</a>.</p>
|
|
3733
3740
|
* @public
|
|
3734
3741
|
*/
|
|
3735
3742
|
ClientToken?: string;
|
|
@@ -4632,7 +4639,7 @@ export interface CreateIpamRequest {
|
|
|
4632
4639
|
*/
|
|
4633
4640
|
TagSpecifications?: TagSpecification[];
|
|
4634
4641
|
/**
|
|
4635
|
-
* <p>A 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/
|
|
4642
|
+
* <p>A 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">Ensuring idempotency</a>.</p>
|
|
4636
4643
|
* @public
|
|
4637
4644
|
*/
|
|
4638
4645
|
ClientToken?: string;
|
|
@@ -4935,7 +4942,7 @@ export interface CreateIpamPoolRequest {
|
|
|
4935
4942
|
*/
|
|
4936
4943
|
TagSpecifications?: TagSpecification[];
|
|
4937
4944
|
/**
|
|
4938
|
-
* <p>A 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/
|
|
4945
|
+
* <p>A 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">Ensuring idempotency</a>.</p>
|
|
4939
4946
|
* @public
|
|
4940
4947
|
*/
|
|
4941
4948
|
ClientToken?: string;
|
|
@@ -5160,7 +5167,7 @@ export interface IpamPool {
|
|
|
5160
5167
|
AwsService?: IpamPoolAwsService;
|
|
5161
5168
|
/**
|
|
5162
5169
|
* <p>The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Default is <code>BYOIP</code>. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/intro-create-ipv6-pools.html">Create IPv6 pools</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
5163
|
-
* By default, you can add only one Amazon-provided IPv6 CIDR block to a top-level IPv6 pool. For information on increasing the default limit, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/quotas-ipam.html">
|
|
5170
|
+
* By default, you can add only one Amazon-provided IPv6 CIDR block to a top-level IPv6 pool. For information on increasing the default limit, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/quotas-ipam.html">Quotas for your IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
5164
5171
|
* @public
|
|
5165
5172
|
*/
|
|
5166
5173
|
PublicIpSource?: IpamPoolPublicIpSource;
|
|
@@ -5373,7 +5380,7 @@ export interface CreateIpamScopeRequest {
|
|
|
5373
5380
|
*/
|
|
5374
5381
|
TagSpecifications?: TagSpecification[];
|
|
5375
5382
|
/**
|
|
5376
|
-
* <p>A 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/
|
|
5383
|
+
* <p>A 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">Ensuring idempotency</a>.</p>
|
|
5377
5384
|
* @public
|
|
5378
5385
|
*/
|
|
5379
5386
|
ClientToken?: string;
|
|
@@ -5816,18 +5823,15 @@ export interface CreditSpecificationRequest {
|
|
|
5816
5823
|
}
|
|
5817
5824
|
/**
|
|
5818
5825
|
* <note>
|
|
5819
|
-
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
|
|
5820
|
-
*
|
|
5821
|
-
* G4dn, or G5 instances.</p>
|
|
5826
|
+
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration,
|
|
5827
|
+
* we recommend that you use Amazon EC2 G4, G5, or G6 instances.</p>
|
|
5822
5828
|
* </note>
|
|
5823
5829
|
* <p>A specification for an Elastic Graphics accelerator.</p>
|
|
5824
5830
|
* @public
|
|
5825
5831
|
*/
|
|
5826
5832
|
export interface ElasticGpuSpecification {
|
|
5827
5833
|
/**
|
|
5828
|
-
* <p>The type of Elastic Graphics accelerator
|
|
5829
|
-
* <code>Type</code>, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html#elastic-graphics-basics">Elastic Graphics Basics</a>, specifically the Elastic Graphics accelerator column, in the
|
|
5830
|
-
* <i>Amazon Elastic Compute Cloud User Guide for Windows Instances</i>.</p>
|
|
5834
|
+
* <p>The type of Elastic Graphics accelerator.</p>
|
|
5831
5835
|
* @public
|
|
5832
5836
|
*/
|
|
5833
5837
|
Type: string | undefined;
|
|
@@ -6098,7 +6102,7 @@ export declare const LaunchTemplateInstanceMetadataTagsState: {
|
|
|
6098
6102
|
export type LaunchTemplateInstanceMetadataTagsState = (typeof LaunchTemplateInstanceMetadataTagsState)[keyof typeof LaunchTemplateInstanceMetadataTagsState];
|
|
6099
6103
|
/**
|
|
6100
6104
|
* <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">Instance metadata and user data</a> in the
|
|
6101
|
-
* <i>Amazon
|
|
6105
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
6102
6106
|
* @public
|
|
6103
6107
|
*/
|
|
6104
6108
|
export interface LaunchTemplateInstanceMetadataOptionsRequest {
|
|
@@ -6176,7 +6180,7 @@ export interface LaunchTemplatesMonitoringRequest {
|
|
|
6176
6180
|
Enabled?: boolean;
|
|
6177
6181
|
}
|
|
6178
6182
|
/**
|
|
6179
|
-
* <p>A security group connection tracking specification request that enables you to set the idle 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
|
|
6183
|
+
* <p>A security group connection tracking specification request that enables you to set the idle 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>
|
|
6180
6184
|
* @public
|
|
6181
6185
|
*/
|
|
6182
6186
|
export interface ConnectionTrackingSpecificationRequest {
|
|
@@ -6242,8 +6246,8 @@ export interface EnaSrdSpecificationRequest {
|
|
|
6242
6246
|
export interface Ipv4PrefixSpecificationRequest {
|
|
6243
6247
|
/**
|
|
6244
6248
|
* <p>The IPv4 prefix. For information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html">
|
|
6245
|
-
* Assigning prefixes to
|
|
6246
|
-
* <i>Amazon
|
|
6249
|
+
* Assigning prefixes to network interfaces</a> in the
|
|
6250
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
6247
6251
|
* @public
|
|
6248
6252
|
*/
|
|
6249
6253
|
Ipv4Prefix?: string;
|
|
@@ -6335,7 +6339,7 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
|
|
|
6335
6339
|
/**
|
|
6336
6340
|
* <p>The type of network interface. To create an Elastic Fabric Adapter (EFA), specify
|
|
6337
6341
|
* <code>efa</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html">Elastic Fabric Adapter</a> in the
|
|
6338
|
-
* <i>Amazon
|
|
6342
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
6339
6343
|
* <p>If you are not creating an EFA, specify <code>interface</code> or omit this
|
|
6340
6344
|
* parameter.</p>
|
|
6341
6345
|
* <p>Valid values: <code>interface</code> | <code>efa</code>
|
|
@@ -6424,7 +6428,10 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
|
|
|
6424
6428
|
*/
|
|
6425
6429
|
EnaSrdSpecification?: EnaSrdSpecificationRequest;
|
|
6426
6430
|
/**
|
|
6427
|
-
* <p>A security group connection tracking specification that enables you to set the timeout
|
|
6431
|
+
* <p>A security group connection tracking specification that enables you to set the timeout
|
|
6432
|
+
* for connection tracking on an Elastic network interface. For more information, see
|
|
6433
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Idle connection tracking timeout</a> in the
|
|
6434
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
6428
6435
|
* @public
|
|
6429
6436
|
*/
|
|
6430
6437
|
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
|
@@ -6548,7 +6555,7 @@ export interface RequestLaunchTemplateData {
|
|
|
6548
6555
|
* <important>
|
|
6549
6556
|
* <p>We recommend that you use PV-GRUB instead of kernels and RAM disks. For more
|
|
6550
6557
|
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html">User provided
|
|
6551
|
-
* kernels</a> in the <i>Amazon
|
|
6558
|
+
* kernels</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
6552
6559
|
* </important>
|
|
6553
6560
|
* @public
|
|
6554
6561
|
*/
|
|
@@ -6612,13 +6619,13 @@ export interface RequestLaunchTemplateData {
|
|
|
6612
6619
|
* <p>Currently, EC2 Fleet and Spot Fleet do not support specifying a Systems Manager parameter.
|
|
6613
6620
|
* If the launch template will be used by an EC2 Fleet or Spot Fleet, you must specify the AMI ID.</p>
|
|
6614
6621
|
* </note>
|
|
6615
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-launch-template.html#use-an-ssm-parameter-instead-of-an-ami-id">Use a Systems Manager parameter instead of an AMI ID</a> in the <i>Amazon
|
|
6622
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-launch-template.html#use-an-ssm-parameter-instead-of-an-ami-id">Use a Systems Manager parameter instead of an AMI ID</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
6616
6623
|
* @public
|
|
6617
6624
|
*/
|
|
6618
6625
|
ImageId?: string;
|
|
6619
6626
|
/**
|
|
6620
|
-
* <p>The instance type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">
|
|
6621
|
-
*
|
|
6627
|
+
* <p>The instance type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Amazon EC2 instance types</a> in
|
|
6628
|
+
* the <i>Amazon EC2 User Guide</i>.</p>
|
|
6622
6629
|
* <p>If you specify <code>InstanceType</code>, you can't specify
|
|
6623
6630
|
* <code>InstanceRequirements</code>.</p>
|
|
6624
6631
|
* @public
|
|
@@ -6649,7 +6656,7 @@ export interface RequestLaunchTemplateData {
|
|
|
6649
6656
|
* <important>
|
|
6650
6657
|
* <p>We recommend that you use PV-GRUB instead of kernels and RAM disks. For more
|
|
6651
6658
|
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html">User provided
|
|
6652
|
-
* kernels</a> in the <i>Amazon
|
|
6659
|
+
* kernels</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
6653
6660
|
* </important>
|
|
6654
6661
|
* @public
|
|
6655
6662
|
*/
|
|
@@ -6673,11 +6680,10 @@ export interface RequestLaunchTemplateData {
|
|
|
6673
6680
|
InstanceInitiatedShutdownBehavior?: ShutdownBehavior;
|
|
6674
6681
|
/**
|
|
6675
6682
|
* <p>The user data to make available to the instance. You must provide base64-encoded text.
|
|
6676
|
-
* User data is limited to 16 KB. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html">Run commands on your
|
|
6677
|
-
* launch</a>
|
|
6678
|
-
* user data</a> (Windows) in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
6683
|
+
* User data is limited to 16 KB. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html">Run commands on your Amazon EC2 instance at
|
|
6684
|
+
* launch</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
6679
6685
|
* <p>If you are creating the launch template for use with Batch, the user
|
|
6680
|
-
* data must be provided in the <a href="https://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive">
|
|
6686
|
+
* data must be provided in the <a href="https://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive">MIME multi-part archive format</a>. For more information, see <a href="https://docs.aws.amazon.com/batch/latest/userguide/launch-templates.html">Amazon EC2 user data in launch templates</a> in the <i>Batch User Guide</i>.</p>
|
|
6681
6687
|
* @public
|
|
6682
6688
|
*/
|
|
6683
6689
|
UserData?: string;
|
|
@@ -6740,8 +6746,7 @@ export interface RequestLaunchTemplateData {
|
|
|
6740
6746
|
*/
|
|
6741
6747
|
CreditSpecification?: CreditSpecificationRequest;
|
|
6742
6748
|
/**
|
|
6743
|
-
* <p>The CPU options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html">
|
|
6744
|
-
* Guide</i>.</p>
|
|
6749
|
+
* <p>The CPU options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html">Optimize CPU options</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
6745
6750
|
* @public
|
|
6746
6751
|
*/
|
|
6747
6752
|
CpuOptions?: LaunchTemplateCpuOptionsRequest;
|
|
@@ -6761,20 +6766,20 @@ export interface RequestLaunchTemplateData {
|
|
|
6761
6766
|
/**
|
|
6762
6767
|
* <p>Indicates whether an instance is enabled for hibernation. This parameter is valid only
|
|
6763
6768
|
* if the instance meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation
|
|
6764
|
-
* prerequisites</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your instance</a>
|
|
6765
|
-
*
|
|
6769
|
+
* prerequisites</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your Amazon EC2 instance</a>
|
|
6770
|
+
* in the <i>Amazon EC2 User Guide</i>.</p>
|
|
6766
6771
|
* @public
|
|
6767
6772
|
*/
|
|
6768
6773
|
HibernationOptions?: LaunchTemplateHibernationOptionsRequest;
|
|
6769
6774
|
/**
|
|
6770
6775
|
* <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">Instance metadata and user data</a> in the
|
|
6771
|
-
* <i>Amazon
|
|
6776
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
6772
6777
|
* @public
|
|
6773
6778
|
*/
|
|
6774
6779
|
MetadataOptions?: LaunchTemplateInstanceMetadataOptionsRequest;
|
|
6775
6780
|
/**
|
|
6776
6781
|
* <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more
|
|
6777
|
-
* information, see <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html">
|
|
6782
|
+
* information, see <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html">What is Amazon Web Services Nitro Enclaves?</a>
|
|
6778
6783
|
* in the <i>Amazon Web Services Nitro Enclaves User Guide</i>.</p>
|
|
6779
6784
|
* <p>You can't enable Amazon Web Services Nitro Enclaves and hibernation on the same instance.</p>
|
|
6780
6785
|
* @public
|
|
@@ -6829,8 +6834,8 @@ export interface RequestLaunchTemplateData {
|
|
|
6829
6834
|
MaintenanceOptions?: LaunchTemplateInstanceMaintenanceOptionsRequest;
|
|
6830
6835
|
/**
|
|
6831
6836
|
* <p>Indicates whether to enable the instance for stop protection. For more information,
|
|
6832
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
|
6833
|
-
*
|
|
6837
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html">Enable stop protection for your instance</a> in the
|
|
6838
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
6834
6839
|
* @public
|
|
6835
6840
|
*/
|
|
6836
6841
|
DisableApiStop?: boolean;
|
|
@@ -7029,7 +7034,7 @@ export interface CreateLaunchTemplateVersionRequest {
|
|
|
7029
7034
|
/**
|
|
7030
7035
|
* <p>If <code>true</code>, and if a Systems Manager parameter is specified for <code>ImageId</code>,
|
|
7031
7036
|
* the AMI ID is displayed in the response for <code>imageID</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#use-an-ssm-parameter-instead-of-an-ami-id">Use a Systems
|
|
7032
|
-
* Manager parameter instead of an AMI ID</a> in the <i>Amazon
|
|
7037
|
+
* Manager parameter instead of an AMI ID</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
7033
7038
|
* <p>Default: <code>false</code>
|
|
7034
7039
|
* </p>
|
|
7035
7040
|
* @public
|
|
@@ -7363,7 +7368,7 @@ export declare const LaunchTemplateInstanceMetadataOptionsState: {
|
|
|
7363
7368
|
export type LaunchTemplateInstanceMetadataOptionsState = (typeof LaunchTemplateInstanceMetadataOptionsState)[keyof typeof LaunchTemplateInstanceMetadataOptionsState];
|
|
7364
7369
|
/**
|
|
7365
7370
|
* <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">Instance metadata and user data</a> in the
|
|
7366
|
-
* <i>Amazon
|
|
7371
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
7367
7372
|
* @public
|
|
7368
7373
|
*/
|
|
7369
7374
|
export interface LaunchTemplateInstanceMetadataOptions {
|
|
@@ -7449,7 +7454,7 @@ export interface LaunchTemplatesMonitoring {
|
|
|
7449
7454
|
Enabled?: boolean;
|
|
7450
7455
|
}
|
|
7451
7456
|
/**
|
|
7452
|
-
* <p>A security group connection tracking specification that enables you to set the idle 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
|
|
7457
|
+
* <p>A security group connection tracking specification that enables you to set the idle 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>
|
|
7453
7458
|
* @public
|
|
7454
7459
|
*/
|
|
7455
7460
|
export interface ConnectionTrackingSpecification {
|
|
@@ -7678,7 +7683,10 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
|
|
|
7678
7683
|
*/
|
|
7679
7684
|
EnaSrdSpecification?: LaunchTemplateEnaSrdSpecification;
|
|
7680
7685
|
/**
|
|
7681
|
-
* <p>A security group connection tracking specification that enables you to set the timeout
|
|
7686
|
+
* <p>A security group connection tracking specification that enables you to set the timeout
|
|
7687
|
+
* for connection tracking on an Elastic network interface. For more information, see
|
|
7688
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Idle connection tracking timeout</a> in the
|
|
7689
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
7682
7690
|
* @public
|
|
7683
7691
|
*/
|
|
7684
7692
|
ConnectionTrackingSpecification?: ConnectionTrackingSpecification;
|
|
@@ -7825,7 +7833,7 @@ export interface ResponseLaunchTemplateData {
|
|
|
7825
7833
|
* </li>
|
|
7826
7834
|
* </ul>
|
|
7827
7835
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#use-an-ssm-parameter-instead-of-an-ami-id">Use a Systems
|
|
7828
|
-
* Manager parameter instead of an AMI ID</a> in the <i>Amazon
|
|
7836
|
+
* Manager parameter instead of an AMI ID</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
7829
7837
|
* @public
|
|
7830
7838
|
*/
|
|
7831
7839
|
ImageId?: string;
|
|
@@ -7925,8 +7933,7 @@ export interface ResponseLaunchTemplateData {
|
|
|
7925
7933
|
*/
|
|
7926
7934
|
CreditSpecification?: CreditSpecification;
|
|
7927
7935
|
/**
|
|
7928
|
-
* <p>The CPU options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html">
|
|
7929
|
-
* Guide</i>.</p>
|
|
7936
|
+
* <p>The CPU options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html">Optimize CPU options</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
7930
7937
|
* @public
|
|
7931
7938
|
*/
|
|
7932
7939
|
CpuOptions?: LaunchTemplateCpuOptions;
|
|
@@ -7943,13 +7950,13 @@ export interface ResponseLaunchTemplateData {
|
|
|
7943
7950
|
/**
|
|
7944
7951
|
* <p>Indicates whether an instance is configured for hibernation. For more information, see
|
|
7945
7952
|
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate
|
|
7946
|
-
* your instance</a> in the <i>Amazon
|
|
7953
|
+
* your Amazon EC2 instance</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
7947
7954
|
* @public
|
|
7948
7955
|
*/
|
|
7949
7956
|
HibernationOptions?: LaunchTemplateHibernationOptions;
|
|
7950
7957
|
/**
|
|
7951
7958
|
* <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">Instance metadata and user data</a> in the
|
|
7952
|
-
* <i>Amazon
|
|
7959
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
7953
7960
|
* @public
|
|
7954
7961
|
*/
|
|
7955
7962
|
MetadataOptions?: LaunchTemplateInstanceMetadataOptions;
|
|
@@ -7978,8 +7985,8 @@ export interface ResponseLaunchTemplateData {
|
|
|
7978
7985
|
MaintenanceOptions?: LaunchTemplateInstanceMaintenanceOptions;
|
|
7979
7986
|
/**
|
|
7980
7987
|
* <p>Indicates whether the instance is enabled for stop protection. For more information,
|
|
7981
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
|
7982
|
-
*
|
|
7988
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html">Enable stop protection for your instance</a> in the
|
|
7989
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
7983
7990
|
* @public
|
|
7984
7991
|
*/
|
|
7985
7992
|
DisableApiStop?: boolean;
|
|
@@ -8590,8 +8597,8 @@ export interface CreateManagedPrefixListRequest {
|
|
|
8590
8597
|
AddressFamily: string | undefined;
|
|
8591
8598
|
/**
|
|
8592
8599
|
* <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the
|
|
8593
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
8594
|
-
*
|
|
8600
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring
|
|
8601
|
+
* idempotency</a>.</p>
|
|
8595
8602
|
* <p>Constraints: Up to 255 UTF-8 characters in length.</p>
|
|
8596
8603
|
* @public
|
|
8597
8604
|
*/
|
|
@@ -8710,7 +8717,7 @@ export interface CreateNatGatewayRequest {
|
|
|
8710
8717
|
AllocationId?: string;
|
|
8711
8718
|
/**
|
|
8712
8719
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
8713
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
8720
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
8714
8721
|
* <p>Constraint: Maximum 64 ASCII characters.</p>
|
|
8715
8722
|
* @public
|
|
8716
8723
|
*/
|
|
@@ -8750,7 +8757,8 @@ export interface CreateNatGatewayRequest {
|
|
|
8750
8757
|
*/
|
|
8751
8758
|
SecondaryAllocationIds?: string[];
|
|
8752
8759
|
/**
|
|
8753
|
-
* <p>Secondary private IPv4 addresses. For more information about secondary addresses, see
|
|
8760
|
+
* <p>Secondary private IPv4 addresses. For more information about secondary addresses, see
|
|
8761
|
+
* <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating">Create a NAT gateway</a> in the <i>Amazon VPC User Guide</i>.</p>
|
|
8754
8762
|
* @public
|
|
8755
8763
|
*/
|
|
8756
8764
|
SecondaryPrivateIpAddresses?: string[];
|
|
@@ -8763,32 +8771,33 @@ export interface CreateNatGatewayRequest {
|
|
|
8763
8771
|
SecondaryPrivateIpAddressCount?: number;
|
|
8764
8772
|
}
|
|
8765
8773
|
/**
|
|
8766
|
-
* <p>Reserved. If you need to sustain traffic greater than the <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-
|
|
8774
|
+
* <p>Reserved. If you need to sustain traffic greater than the <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-gateways">documented limits</a>,
|
|
8775
|
+
* contact Amazon Web Services Support.</p>
|
|
8767
8776
|
* @public
|
|
8768
8777
|
*/
|
|
8769
8778
|
export interface ProvisionedBandwidth {
|
|
8770
8779
|
/**
|
|
8771
|
-
* <p>Reserved
|
|
8780
|
+
* <p>Reserved.</p>
|
|
8772
8781
|
* @public
|
|
8773
8782
|
*/
|
|
8774
8783
|
ProvisionTime?: Date;
|
|
8775
8784
|
/**
|
|
8776
|
-
* <p>Reserved
|
|
8785
|
+
* <p>Reserved.</p>
|
|
8777
8786
|
* @public
|
|
8778
8787
|
*/
|
|
8779
8788
|
Provisioned?: string;
|
|
8780
8789
|
/**
|
|
8781
|
-
* <p>Reserved
|
|
8790
|
+
* <p>Reserved.</p>
|
|
8782
8791
|
* @public
|
|
8783
8792
|
*/
|
|
8784
8793
|
RequestTime?: Date;
|
|
8785
8794
|
/**
|
|
8786
|
-
* <p>Reserved
|
|
8795
|
+
* <p>Reserved.</p>
|
|
8787
8796
|
* @public
|
|
8788
8797
|
*/
|
|
8789
8798
|
Requested?: string;
|
|
8790
8799
|
/**
|
|
8791
|
-
* <p>Reserved
|
|
8800
|
+
* <p>Reserved.</p>
|
|
8792
8801
|
* @public
|
|
8793
8802
|
*/
|
|
8794
8803
|
Status?: string;
|
|
@@ -8867,8 +8876,8 @@ export interface NatGateway {
|
|
|
8867
8876
|
*/
|
|
8868
8877
|
NatGatewayId?: string;
|
|
8869
8878
|
/**
|
|
8870
|
-
* <p>Reserved. If you need to sustain traffic greater than the <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-
|
|
8871
|
-
*
|
|
8879
|
+
* <p>Reserved. If you need to sustain traffic greater than the <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-gateways">documented limits</a>,
|
|
8880
|
+
* contact Amazon Web Services Support.</p>
|
|
8872
8881
|
* @public
|
|
8873
8882
|
*/
|
|
8874
8883
|
ProvisionedBandwidth?: ProvisionedBandwidth;
|
|
@@ -8963,7 +8972,7 @@ export interface CreateNetworkAclRequest {
|
|
|
8963
8972
|
TagSpecifications?: TagSpecification[];
|
|
8964
8973
|
/**
|
|
8965
8974
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
8966
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
8975
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
8967
8976
|
* @public
|
|
8968
8977
|
*/
|
|
8969
8978
|
ClientToken?: string;
|
|
@@ -9069,7 +9078,7 @@ export interface NetworkAclEntry {
|
|
|
9069
9078
|
*/
|
|
9070
9079
|
export interface NetworkAcl {
|
|
9071
9080
|
/**
|
|
9072
|
-
* <p>Any associations between the network ACL and
|
|
9081
|
+
* <p>Any associations between the network ACL and your subnets</p>
|
|
9073
9082
|
* @public
|
|
9074
9083
|
*/
|
|
9075
9084
|
Associations?: NetworkAclAssociation[];
|
|
@@ -9202,7 +9211,7 @@ export interface CreateNetworkInsightsAccessScopeRequest {
|
|
|
9202
9211
|
ExcludePaths?: AccessScopePathRequest[];
|
|
9203
9212
|
/**
|
|
9204
9213
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information,
|
|
9205
|
-
* see <a href="https://docs.aws.amazon.com/
|
|
9214
|
+
* see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</p>
|
|
9206
9215
|
* @public
|
|
9207
9216
|
*/
|
|
9208
9217
|
ClientToken?: string;
|
|
@@ -9377,7 +9386,7 @@ export interface CreateNetworkInsightsPathRequest {
|
|
|
9377
9386
|
DryRun?: boolean;
|
|
9378
9387
|
/**
|
|
9379
9388
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information,
|
|
9380
|
-
* see <a href="https://docs.aws.amazon.com/
|
|
9389
|
+
* see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</p>
|
|
9381
9390
|
* @public
|
|
9382
9391
|
*/
|
|
9383
9392
|
ClientToken?: string;
|
|
@@ -9646,7 +9655,7 @@ export interface CreateNetworkInterfaceRequest {
|
|
|
9646
9655
|
*/
|
|
9647
9656
|
TagSpecifications?: TagSpecification[];
|
|
9648
9657
|
/**
|
|
9649
|
-
* <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/
|
|
9658
|
+
* <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">Ensuring idempotency</a>.</p>
|
|
9650
9659
|
* @public
|
|
9651
9660
|
*/
|
|
9652
9661
|
ClientToken?: string;
|
|
@@ -9808,7 +9817,7 @@ export interface NetworkInterfaceAttachment {
|
|
|
9808
9817
|
EnaSrdSpecification?: AttachmentEnaSrdSpecification;
|
|
9809
9818
|
}
|
|
9810
9819
|
/**
|
|
9811
|
-
* <p>A security group connection tracking configuration that enables you to set the idle 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
|
|
9820
|
+
* <p>A security group connection tracking configuration that enables you to set the idle 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>
|
|
9812
9821
|
* @public
|
|
9813
9822
|
*/
|
|
9814
9823
|
export interface ConnectionTrackingConfiguration {
|