@aws-sdk/client-ec2 3.453.0 → 3.454.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 +48 -0
- package/dist-cjs/EC2.js +12 -0
- package/dist-cjs/commands/AssociateIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/DeprovisionIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/DescribeImportSnapshotTasksCommand.js +2 -2
- package/dist-cjs/commands/DescribeIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/DisassociateIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/GetIpamDiscoveredPublicAddressesCommand.js +51 -0
- package/dist-cjs/commands/GetLaunchTemplateDataCommand.js +2 -2
- package/dist-cjs/commands/GetPasswordDataCommand.js +2 -2
- package/dist-cjs/commands/ProvisionIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/RequestSpotFleetCommand.js +2 -2
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/models_0.js +11 -8
- package/dist-cjs/models/models_1.js +15 -19
- package/dist-cjs/models/models_2.js +19 -2
- package/dist-cjs/models/models_3.js +9 -37
- package/dist-cjs/models/models_4.js +37 -2
- package/dist-cjs/models/models_5.js +24 -20
- package/dist-cjs/models/models_6.js +20 -24
- package/dist-cjs/models/models_7.js +23 -1
- package/dist-cjs/protocols/Aws_ec2.js +794 -25
- package/dist-es/EC2.js +12 -0
- package/dist-es/commands/AssociateIpamByoasnCommand.js +47 -0
- package/dist-es/commands/DeprovisionIpamByoasnCommand.js +47 -0
- package/dist-es/commands/DescribeImportSnapshotTasksCommand.js +1 -1
- package/dist-es/commands/DescribeIpamByoasnCommand.js +47 -0
- package/dist-es/commands/DisassociateIpamByoasnCommand.js +47 -0
- package/dist-es/commands/GetIpamDiscoveredPublicAddressesCommand.js +47 -0
- package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
- package/dist-es/commands/GetPasswordDataCommand.js +1 -1
- package/dist-es/commands/ProvisionIpamByoasnCommand.js +47 -0
- package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +9 -6
- package/dist-es/models/models_1.js +13 -17
- package/dist-es/models/models_2.js +17 -0
- package/dist-es/models/models_3.js +8 -32
- package/dist-es/models/models_4.js +32 -0
- package/dist-es/models/models_5.js +23 -17
- package/dist-es/models/models_6.js +18 -23
- package/dist-es/models/models_7.js +22 -1
- package/dist-es/protocols/Aws_ec2.js +757 -0
- package/dist-types/EC2.d.ts +42 -0
- package/dist-types/EC2Client.d.ts +8 -2
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +9 -0
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +4 -1
- package/dist-types/commands/AssociateIpamByoasnCommand.d.ts +83 -0
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +4 -2
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -5
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -2
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +3 -0
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +12 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +5 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +10 -0
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +12 -1
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +6 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +4 -3
- package/dist-types/commands/DeleteIpamCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +7 -0
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +8 -0
- package/dist-types/commands/DeprovisionIpamByoasnCommand.d.ts +81 -0
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +83 -0
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -5
- package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +81 -0
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -5
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +121 -0
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +3 -3
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +6 -1
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +3 -0
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +6 -0
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +5 -0
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +8 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +8 -0
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +84 -0
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -1
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +10 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +10 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +8 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +105 -75
- package/dist-types/models/models_1.d.ts +267 -331
- package/dist-types/models/models_2.d.ts +367 -167
- package/dist-types/models/models_3.d.ts +243 -504
- package/dist-types/models/models_4.d.ts +1058 -1143
- package/dist-types/models/models_5.d.ts +4030 -3824
- package/dist-types/models/models_6.d.ts +4392 -4321
- package/dist-types/models/models_7.d.ts +729 -4
- package/dist-types/protocols/Aws_ec2.d.ts +54 -0
- package/dist-types/ts3.4/EC2.d.ts +102 -0
- package/dist-types/ts3.4/EC2Client.d.ts +36 -0
- package/dist-types/ts3.4/commands/AssociateIpamByoasnCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeprovisionIpamByoasnCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +31 -22
- package/dist-types/ts3.4/models/models_1.d.ts +66 -88
- package/dist-types/ts3.4/models/models_2.d.ts +100 -42
- package/dist-types/ts3.4/models/models_3.d.ts +65 -121
- package/dist-types/ts3.4/models/models_4.d.ts +141 -119
- package/dist-types/ts3.4/models/models_5.d.ts +197 -175
- package/dist-types/ts3.4/models/models_6.d.ts +198 -186
- package/dist-types/ts3.4/models/models_7.d.ts +184 -5
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +2 -2
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { RejectTransitGatewayPeeringAttachmentRequest, RejectTransitGatewayPeeringAttachmentResult } from "../models/
|
|
5
|
+
import { RejectTransitGatewayPeeringAttachmentRequest, RejectTransitGatewayPeeringAttachmentResult } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { RejectTransitGatewayVpcAttachmentRequest, RejectTransitGatewayVpcAttachmentResult } from "../models/
|
|
5
|
+
import { RejectTransitGatewayVpcAttachmentRequest, RejectTransitGatewayVpcAttachmentResult } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { RejectVpcEndpointConnectionsRequest, RejectVpcEndpointConnectionsResult } from "../models/
|
|
5
|
+
import { RejectVpcEndpointConnectionsRequest, RejectVpcEndpointConnectionsResult } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { RejectVpcPeeringConnectionRequest, RejectVpcPeeringConnectionResult } from "../models/
|
|
5
|
+
import { RejectVpcPeeringConnectionRequest, RejectVpcPeeringConnectionResult } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ReleaseAddressRequest } from "../models/
|
|
5
|
+
import { ReleaseAddressRequest } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ReleaseHostsRequest, ReleaseHostsResult } from "../models/
|
|
5
|
+
import { ReleaseHostsRequest, ReleaseHostsResult } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ReleaseIpamPoolAllocationRequest, ReleaseIpamPoolAllocationResult } from "../models/
|
|
5
|
+
import { ReleaseIpamPoolAllocationRequest, ReleaseIpamPoolAllocationResult } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ReplaceIamInstanceProfileAssociationRequest, ReplaceIamInstanceProfileAssociationResult } from "../models/
|
|
5
|
+
import { ReplaceIamInstanceProfileAssociationRequest, ReplaceIamInstanceProfileAssociationResult } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ReplaceNetworkAclAssociationRequest, ReplaceNetworkAclAssociationResult } from "../models/
|
|
5
|
+
import { ReplaceNetworkAclAssociationRequest, ReplaceNetworkAclAssociationResult } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ReplaceNetworkAclEntryRequest } from "../models/
|
|
5
|
+
import { ReplaceNetworkAclEntryRequest } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ReplaceRouteRequest } from "../models/
|
|
5
|
+
import { ReplaceRouteRequest } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ReplaceRouteTableAssociationRequest, ReplaceRouteTableAssociationResult } from "../models/
|
|
5
|
+
import { ReplaceRouteTableAssociationRequest, ReplaceRouteTableAssociationResult } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ReplaceTransitGatewayRouteRequest, ReplaceTransitGatewayRouteResult } from "../models/
|
|
5
|
+
import { ReplaceTransitGatewayRouteRequest, ReplaceTransitGatewayRouteResult } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ReplaceVpnTunnelRequest, ReplaceVpnTunnelResult } from "../models/
|
|
5
|
+
import { ReplaceVpnTunnelRequest, ReplaceVpnTunnelResult } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ReportInstanceStatusRequest } from "../models/
|
|
5
|
+
import { ReportInstanceStatusRequest } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { RequestSpotFleetRequest, RequestSpotFleetResponse } from "../models/
|
|
5
|
+
import { RequestSpotFleetRequest, RequestSpotFleetResponse } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -159,6 +159,11 @@ export interface RequestSpotFleetCommandOutput extends RequestSpotFleetResponse,
|
|
|
159
159
|
* EnaSrdUdpEnabled: true || false,
|
|
160
160
|
* },
|
|
161
161
|
* },
|
|
162
|
+
* ConnectionTrackingSpecification: { // ConnectionTrackingSpecificationRequest
|
|
163
|
+
* TcpEstablishedTimeout: Number("int"),
|
|
164
|
+
* UdpStreamTimeout: Number("int"),
|
|
165
|
+
* UdpTimeout: Number("int"),
|
|
166
|
+
* },
|
|
162
167
|
* },
|
|
163
168
|
* ],
|
|
164
169
|
* Placement: { // SpotPlacement
|
|
@@ -132,6 +132,11 @@ export interface RequestSpotInstancesCommandOutput extends RequestSpotInstancesR
|
|
|
132
132
|
* EnaSrdUdpEnabled: true || false,
|
|
133
133
|
* },
|
|
134
134
|
* },
|
|
135
|
+
* ConnectionTrackingSpecification: { // ConnectionTrackingSpecificationRequest
|
|
136
|
+
* TcpEstablishedTimeout: Number("int"),
|
|
137
|
+
* UdpStreamTimeout: Number("int"),
|
|
138
|
+
* UdpTimeout: Number("int"),
|
|
139
|
+
* },
|
|
135
140
|
* },
|
|
136
141
|
* ],
|
|
137
142
|
* Placement: { // SpotPlacement
|
|
@@ -259,6 +264,11 @@ export interface RequestSpotInstancesCommandOutput extends RequestSpotInstancesR
|
|
|
259
264
|
* // EnaSrdUdpEnabled: true || false,
|
|
260
265
|
* // },
|
|
261
266
|
* // },
|
|
267
|
+
* // ConnectionTrackingSpecification: { // ConnectionTrackingSpecificationRequest
|
|
268
|
+
* // TcpEstablishedTimeout: Number("int"),
|
|
269
|
+
* // UdpStreamTimeout: Number("int"),
|
|
270
|
+
* // UdpTimeout: Number("int"),
|
|
271
|
+
* // },
|
|
262
272
|
* // },
|
|
263
273
|
* // ],
|
|
264
274
|
* // Placement: { // SpotPlacement
|
|
@@ -191,6 +191,11 @@ export interface RunInstancesCommandOutput extends Reservation, __MetadataBearer
|
|
|
191
191
|
* EnaSrdUdpEnabled: true || false,
|
|
192
192
|
* },
|
|
193
193
|
* },
|
|
194
|
+
* ConnectionTrackingSpecification: { // ConnectionTrackingSpecificationRequest
|
|
195
|
+
* TcpEstablishedTimeout: Number("int"),
|
|
196
|
+
* UdpStreamTimeout: Number("int"),
|
|
197
|
+
* UdpTimeout: Number("int"),
|
|
198
|
+
* },
|
|
194
199
|
* },
|
|
195
200
|
* ],
|
|
196
201
|
* PrivateIpAddress: "STRING_VALUE",
|
|
@@ -433,6 +438,11 @@ export interface RunInstancesCommandOutput extends Reservation, __MetadataBearer
|
|
|
433
438
|
* // Ipv6Prefix: "STRING_VALUE",
|
|
434
439
|
* // },
|
|
435
440
|
* // ],
|
|
441
|
+
* // ConnectionTrackingConfiguration: { // ConnectionTrackingSpecificationResponse
|
|
442
|
+
* // TcpEstablishedTimeout: Number("int"),
|
|
443
|
+
* // UdpStreamTimeout: Number("int"),
|
|
444
|
+
* // UdpTimeout: Number("int"),
|
|
445
|
+
* // },
|
|
436
446
|
* // },
|
|
437
447
|
* // ],
|
|
438
448
|
* // OutpostArn: "STRING_VALUE",
|
|
@@ -44,6 +44,14 @@ export interface WithdrawByoipCidrCommandOutput extends WithdrawByoipCidrResult,
|
|
|
44
44
|
* // ByoipCidr: { // ByoipCidr
|
|
45
45
|
* // Cidr: "STRING_VALUE",
|
|
46
46
|
* // Description: "STRING_VALUE",
|
|
47
|
+
* // AsnAssociations: [ // AsnAssociationSet
|
|
48
|
+
* // { // AsnAssociation
|
|
49
|
+
* // Asn: "STRING_VALUE",
|
|
50
|
+
* // Cidr: "STRING_VALUE",
|
|
51
|
+
* // StatusMessage: "STRING_VALUE",
|
|
52
|
+
* // State: "disassociated" || "failed-disassociation" || "failed-association" || "pending-disassociation" || "pending-association" || "associated",
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
47
55
|
* // StatusMessage: "STRING_VALUE",
|
|
48
56
|
* // State: "advertised" || "deprovisioned" || "failed-deprovision" || "failed-provision" || "pending-deprovision" || "pending-provision" || "provisioned" || "provisioned-not-publicly-advertisable",
|
|
49
57
|
* // },
|
|
@@ -19,6 +19,7 @@ export * from "./AssociateDhcpOptionsCommand";
|
|
|
19
19
|
export * from "./AssociateEnclaveCertificateIamRoleCommand";
|
|
20
20
|
export * from "./AssociateIamInstanceProfileCommand";
|
|
21
21
|
export * from "./AssociateInstanceEventWindowCommand";
|
|
22
|
+
export * from "./AssociateIpamByoasnCommand";
|
|
22
23
|
export * from "./AssociateIpamResourceDiscoveryCommand";
|
|
23
24
|
export * from "./AssociateNatGatewayAddressCommand";
|
|
24
25
|
export * from "./AssociateRouteTableCommand";
|
|
@@ -209,6 +210,7 @@ export * from "./DeleteVpnConnectionCommand";
|
|
|
209
210
|
export * from "./DeleteVpnConnectionRouteCommand";
|
|
210
211
|
export * from "./DeleteVpnGatewayCommand";
|
|
211
212
|
export * from "./DeprovisionByoipCidrCommand";
|
|
213
|
+
export * from "./DeprovisionIpamByoasnCommand";
|
|
212
214
|
export * from "./DeprovisionIpamPoolCidrCommand";
|
|
213
215
|
export * from "./DeprovisionPublicIpv4PoolCidrCommand";
|
|
214
216
|
export * from "./DeregisterImageCommand";
|
|
@@ -271,6 +273,7 @@ export * from "./DescribeInstanceTypeOfferingsCommand";
|
|
|
271
273
|
export * from "./DescribeInstanceTypesCommand";
|
|
272
274
|
export * from "./DescribeInstancesCommand";
|
|
273
275
|
export * from "./DescribeInternetGatewaysCommand";
|
|
276
|
+
export * from "./DescribeIpamByoasnCommand";
|
|
274
277
|
export * from "./DescribeIpamPoolsCommand";
|
|
275
278
|
export * from "./DescribeIpamResourceDiscoveriesCommand";
|
|
276
279
|
export * from "./DescribeIpamResourceDiscoveryAssociationsCommand";
|
|
@@ -389,6 +392,7 @@ export * from "./DisassociateClientVpnTargetNetworkCommand";
|
|
|
389
392
|
export * from "./DisassociateEnclaveCertificateIamRoleCommand";
|
|
390
393
|
export * from "./DisassociateIamInstanceProfileCommand";
|
|
391
394
|
export * from "./DisassociateInstanceEventWindowCommand";
|
|
395
|
+
export * from "./DisassociateIpamByoasnCommand";
|
|
392
396
|
export * from "./DisassociateIpamResourceDiscoveryCommand";
|
|
393
397
|
export * from "./DisassociateNatGatewayAddressCommand";
|
|
394
398
|
export * from "./DisassociateRouteTableCommand";
|
|
@@ -437,6 +441,7 @@ export * from "./GetInstanceTypesFromInstanceRequirementsCommand";
|
|
|
437
441
|
export * from "./GetInstanceUefiDataCommand";
|
|
438
442
|
export * from "./GetIpamAddressHistoryCommand";
|
|
439
443
|
export * from "./GetIpamDiscoveredAccountsCommand";
|
|
444
|
+
export * from "./GetIpamDiscoveredPublicAddressesCommand";
|
|
440
445
|
export * from "./GetIpamDiscoveredResourceCidrsCommand";
|
|
441
446
|
export * from "./GetIpamPoolAllocationsCommand";
|
|
442
447
|
export * from "./GetIpamPoolCidrsCommand";
|
|
@@ -542,6 +547,7 @@ export * from "./MonitorInstancesCommand";
|
|
|
542
547
|
export * from "./MoveAddressToVpcCommand";
|
|
543
548
|
export * from "./MoveByoipCidrToIpamCommand";
|
|
544
549
|
export * from "./ProvisionByoipCidrCommand";
|
|
550
|
+
export * from "./ProvisionIpamByoasnCommand";
|
|
545
551
|
export * from "./ProvisionIpamPoolCidrCommand";
|
|
546
552
|
export * from "./ProvisionPublicIpv4PoolCidrCommand";
|
|
547
553
|
export * from "./PurchaseCapacityBlockCommand";
|
|
@@ -2559,6 +2559,11 @@ export interface AdvertiseByoipCidrRequest {
|
|
|
2559
2559
|
* You can't advertise only a portion of the provisioned range.</p>
|
|
2560
2560
|
*/
|
|
2561
2561
|
Cidr: string | undefined;
|
|
2562
|
+
/**
|
|
2563
|
+
* @public
|
|
2564
|
+
* <p>The public 2-byte or 4-byte ASN that you want to advertise.</p>
|
|
2565
|
+
*/
|
|
2566
|
+
Asn?: string;
|
|
2562
2567
|
/**
|
|
2563
2568
|
* @public
|
|
2564
2569
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -2567,6 +2572,48 @@ export interface AdvertiseByoipCidrRequest {
|
|
|
2567
2572
|
*/
|
|
2568
2573
|
DryRun?: boolean;
|
|
2569
2574
|
}
|
|
2575
|
+
/**
|
|
2576
|
+
* @public
|
|
2577
|
+
* @enum
|
|
2578
|
+
*/
|
|
2579
|
+
export declare const AsnAssociationState: {
|
|
2580
|
+
readonly associated: "associated";
|
|
2581
|
+
readonly disassociated: "disassociated";
|
|
2582
|
+
readonly failed_association: "failed-association";
|
|
2583
|
+
readonly failed_disassociation: "failed-disassociation";
|
|
2584
|
+
readonly pending_association: "pending-association";
|
|
2585
|
+
readonly pending_disassociation: "pending-disassociation";
|
|
2586
|
+
};
|
|
2587
|
+
/**
|
|
2588
|
+
* @public
|
|
2589
|
+
*/
|
|
2590
|
+
export type AsnAssociationState = (typeof AsnAssociationState)[keyof typeof AsnAssociationState];
|
|
2591
|
+
/**
|
|
2592
|
+
* @public
|
|
2593
|
+
* <p>An Autonomous System Number (ASN) and BYOIP CIDR association.</p>
|
|
2594
|
+
*/
|
|
2595
|
+
export interface AsnAssociation {
|
|
2596
|
+
/**
|
|
2597
|
+
* @public
|
|
2598
|
+
* <p>The association's ASN.</p>
|
|
2599
|
+
*/
|
|
2600
|
+
Asn?: string;
|
|
2601
|
+
/**
|
|
2602
|
+
* @public
|
|
2603
|
+
* <p>The association's CIDR.</p>
|
|
2604
|
+
*/
|
|
2605
|
+
Cidr?: string;
|
|
2606
|
+
/**
|
|
2607
|
+
* @public
|
|
2608
|
+
* <p>The association's status message.</p>
|
|
2609
|
+
*/
|
|
2610
|
+
StatusMessage?: string;
|
|
2611
|
+
/**
|
|
2612
|
+
* @public
|
|
2613
|
+
* <p>The association's state.</p>
|
|
2614
|
+
*/
|
|
2615
|
+
State?: AsnAssociationState;
|
|
2616
|
+
}
|
|
2570
2617
|
/**
|
|
2571
2618
|
* @public
|
|
2572
2619
|
* @enum
|
|
@@ -2601,6 +2648,11 @@ export interface ByoipCidr {
|
|
|
2601
2648
|
* <p>The description of the address range.</p>
|
|
2602
2649
|
*/
|
|
2603
2650
|
Description?: string;
|
|
2651
|
+
/**
|
|
2652
|
+
* @public
|
|
2653
|
+
* <p>The BYOIP CIDR associations with ASNs.</p>
|
|
2654
|
+
*/
|
|
2655
|
+
AsnAssociations?: AsnAssociation[];
|
|
2604
2656
|
/**
|
|
2605
2657
|
* @public
|
|
2606
2658
|
* <p>Upon success, contains the ID of the address pool. Otherwise, contains an error message.</p>
|
|
@@ -2941,6 +2993,11 @@ export interface AllocateIpamPoolCidrRequest {
|
|
|
2941
2993
|
* <p>A preview of the next available CIDR in a pool.</p>
|
|
2942
2994
|
*/
|
|
2943
2995
|
PreviewNextCidr?: boolean;
|
|
2996
|
+
/**
|
|
2997
|
+
* @public
|
|
2998
|
+
* <p>Include a particular CIDR range that can be returned by the pool. Allowed CIDRs are only allowed if using netmask length for allocation.</p>
|
|
2999
|
+
*/
|
|
3000
|
+
AllowedCidrs?: string[];
|
|
2944
3001
|
/**
|
|
2945
3002
|
* @public
|
|
2946
3003
|
* <p>Exclude a particular CIDR range from being returned by the pool. Disallowed CIDRs are only allowed if using netmask length for allocation.</p>
|
|
@@ -2955,6 +3012,7 @@ export declare const IpamPoolAllocationResourceType: {
|
|
|
2955
3012
|
readonly custom: "custom";
|
|
2956
3013
|
readonly ec2_public_ipv4_pool: "ec2-public-ipv4-pool";
|
|
2957
3014
|
readonly ipam_pool: "ipam-pool";
|
|
3015
|
+
readonly subnet: "subnet";
|
|
2958
3016
|
readonly vpc: "vpc";
|
|
2959
3017
|
};
|
|
2960
3018
|
/**
|
|
@@ -3862,6 +3920,38 @@ export interface AssociateInstanceEventWindowResult {
|
|
|
3862
3920
|
*/
|
|
3863
3921
|
InstanceEventWindow?: InstanceEventWindow;
|
|
3864
3922
|
}
|
|
3923
|
+
/**
|
|
3924
|
+
* @public
|
|
3925
|
+
*/
|
|
3926
|
+
export interface AssociateIpamByoasnRequest {
|
|
3927
|
+
/**
|
|
3928
|
+
* @public
|
|
3929
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
3930
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
3931
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3932
|
+
*/
|
|
3933
|
+
DryRun?: boolean;
|
|
3934
|
+
/**
|
|
3935
|
+
* @public
|
|
3936
|
+
* <p>A public 2-byte or 4-byte ASN.</p>
|
|
3937
|
+
*/
|
|
3938
|
+
Asn: string | undefined;
|
|
3939
|
+
/**
|
|
3940
|
+
* @public
|
|
3941
|
+
* <p>The BYOIP CIDR you want to associate with an ASN.</p>
|
|
3942
|
+
*/
|
|
3943
|
+
Cidr: string | undefined;
|
|
3944
|
+
}
|
|
3945
|
+
/**
|
|
3946
|
+
* @public
|
|
3947
|
+
*/
|
|
3948
|
+
export interface AssociateIpamByoasnResult {
|
|
3949
|
+
/**
|
|
3950
|
+
* @public
|
|
3951
|
+
* <p>The ASN and BYOIP CIDR association.</p>
|
|
3952
|
+
*/
|
|
3953
|
+
AsnAssociation?: AsnAssociation;
|
|
3954
|
+
}
|
|
3865
3955
|
/**
|
|
3866
3956
|
* @public
|
|
3867
3957
|
*/
|
|
@@ -4168,15 +4258,24 @@ export interface AssociateRouteTableResult {
|
|
|
4168
4258
|
export interface AssociateSubnetCidrBlockRequest {
|
|
4169
4259
|
/**
|
|
4170
4260
|
* @public
|
|
4171
|
-
* <p>The IPv6 CIDR block for your subnet
|
|
4172
|
-
* length.</p>
|
|
4261
|
+
* <p>The IPv6 CIDR block for your subnet.</p>
|
|
4173
4262
|
*/
|
|
4174
|
-
Ipv6CidrBlock
|
|
4263
|
+
Ipv6CidrBlock?: string;
|
|
4175
4264
|
/**
|
|
4176
4265
|
* @public
|
|
4177
4266
|
* <p>The ID of your subnet.</p>
|
|
4178
4267
|
*/
|
|
4179
4268
|
SubnetId: string | undefined;
|
|
4269
|
+
/**
|
|
4270
|
+
* @public
|
|
4271
|
+
* <p>An IPv6 IPAM pool ID.</p>
|
|
4272
|
+
*/
|
|
4273
|
+
Ipv6IpamPoolId?: string;
|
|
4274
|
+
/**
|
|
4275
|
+
* @public
|
|
4276
|
+
* <p>An IPv6 netmask length.</p>
|
|
4277
|
+
*/
|
|
4278
|
+
Ipv6NetmaskLength?: number;
|
|
4180
4279
|
}
|
|
4181
4280
|
/**
|
|
4182
4281
|
* @public
|
|
@@ -4476,11 +4575,7 @@ export declare const InterfaceProtocolType: {
|
|
|
4476
4575
|
export type InterfaceProtocolType = (typeof InterfaceProtocolType)[keyof typeof InterfaceProtocolType];
|
|
4477
4576
|
/**
|
|
4478
4577
|
* @public
|
|
4479
|
-
* <
|
|
4480
|
-
* <p>Currently available in <b>limited preview only</b>.
|
|
4481
|
-
* If you are interested in using this feature, contact your account manager.</p>
|
|
4482
|
-
* </note>
|
|
4483
|
-
* <p>Information about an association between a branch network interface with a trunk network interface.</p>
|
|
4578
|
+
* <p>Information about an association between a branch network interface with a trunk network interface.</p>
|
|
4484
4579
|
*/
|
|
4485
4580
|
export interface TrunkInterfaceAssociation {
|
|
4486
4581
|
/**
|
|
@@ -4542,7 +4637,8 @@ export interface AssociateTrunkInterfaceResult {
|
|
|
4542
4637
|
export interface AssociateVpcCidrBlockRequest {
|
|
4543
4638
|
/**
|
|
4544
4639
|
* @public
|
|
4545
|
-
* <p>Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You
|
|
4640
|
+
* <p>Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You
|
|
4641
|
+
* cannot specify the range of IPv6 addresses or the size of the CIDR block.</p>
|
|
4546
4642
|
*/
|
|
4547
4643
|
AmazonProvidedIpv6CidrBlock?: boolean;
|
|
4548
4644
|
/**
|
|
@@ -8478,72 +8574,6 @@ export interface CreateCarrierGatewayRequest {
|
|
|
8478
8574
|
*/
|
|
8479
8575
|
ClientToken?: string;
|
|
8480
8576
|
}
|
|
8481
|
-
/**
|
|
8482
|
-
* @public
|
|
8483
|
-
* @enum
|
|
8484
|
-
*/
|
|
8485
|
-
export declare const CarrierGatewayState: {
|
|
8486
|
-
readonly available: "available";
|
|
8487
|
-
readonly deleted: "deleted";
|
|
8488
|
-
readonly deleting: "deleting";
|
|
8489
|
-
readonly pending: "pending";
|
|
8490
|
-
};
|
|
8491
|
-
/**
|
|
8492
|
-
* @public
|
|
8493
|
-
*/
|
|
8494
|
-
export type CarrierGatewayState = (typeof CarrierGatewayState)[keyof typeof CarrierGatewayState];
|
|
8495
|
-
/**
|
|
8496
|
-
* @public
|
|
8497
|
-
* <p>Describes a carrier gateway.</p>
|
|
8498
|
-
*/
|
|
8499
|
-
export interface CarrierGateway {
|
|
8500
|
-
/**
|
|
8501
|
-
* @public
|
|
8502
|
-
* <p>The ID of the carrier gateway.</p>
|
|
8503
|
-
*/
|
|
8504
|
-
CarrierGatewayId?: string;
|
|
8505
|
-
/**
|
|
8506
|
-
* @public
|
|
8507
|
-
* <p>The ID of the VPC associated with the carrier gateway.</p>
|
|
8508
|
-
*/
|
|
8509
|
-
VpcId?: string;
|
|
8510
|
-
/**
|
|
8511
|
-
* @public
|
|
8512
|
-
* <p>The state of the carrier gateway.</p>
|
|
8513
|
-
*/
|
|
8514
|
-
State?: CarrierGatewayState;
|
|
8515
|
-
/**
|
|
8516
|
-
* @public
|
|
8517
|
-
* <p>The Amazon Web Services account ID of the owner of the carrier gateway.</p>
|
|
8518
|
-
*/
|
|
8519
|
-
OwnerId?: string;
|
|
8520
|
-
/**
|
|
8521
|
-
* @public
|
|
8522
|
-
* <p>The tags assigned to the carrier gateway.</p>
|
|
8523
|
-
*/
|
|
8524
|
-
Tags?: Tag[];
|
|
8525
|
-
}
|
|
8526
|
-
/**
|
|
8527
|
-
* @public
|
|
8528
|
-
*/
|
|
8529
|
-
export interface CreateCarrierGatewayResult {
|
|
8530
|
-
/**
|
|
8531
|
-
* @public
|
|
8532
|
-
* <p>Information about the carrier gateway.</p>
|
|
8533
|
-
*/
|
|
8534
|
-
CarrierGateway?: CarrierGateway;
|
|
8535
|
-
}
|
|
8536
|
-
/**
|
|
8537
|
-
* @public
|
|
8538
|
-
* <p>Describes the Active Directory to be used for client authentication.</p>
|
|
8539
|
-
*/
|
|
8540
|
-
export interface DirectoryServiceAuthenticationRequest {
|
|
8541
|
-
/**
|
|
8542
|
-
* @public
|
|
8543
|
-
* <p>The ID of the Active Directory to be used for authentication.</p>
|
|
8544
|
-
*/
|
|
8545
|
-
DirectoryId?: string;
|
|
8546
|
-
}
|
|
8547
8577
|
/**
|
|
8548
8578
|
* @internal
|
|
8549
8579
|
*/
|