@aws-sdk/client-ec2 3.453.0 → 3.455.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 +15 -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 +815 -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 +13 -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 +778 -0
- package/dist-types/EC2.d.ts +42 -0
- package/dist-types/EC2Client.d.ts +8 -2
- package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +1 -0
- 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/AuthorizeSecurityGroupEgressCommand.d.ts +6 -0
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -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/CreateTransitGatewayCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- 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 +1 -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/DeleteTransitGatewayCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -0
- 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 +1 -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/DescribeSecurityGroupReferencesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -3
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +2 -1
- 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/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -0
- 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/GetIpamPoolCidrsCommand.d.ts +2 -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/ModifyTransitGatewayCommand.d.ts +2 -0
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -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/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -1
- 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 +2 -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 +123 -105
- package/dist-types/models/models_1.d.ts +296 -347
- package/dist-types/models/models_2.d.ts +404 -184
- package/dist-types/models/models_3.d.ts +258 -535
- package/dist-types/models/models_4.d.ts +1882 -1944
- package/dist-types/models/models_5.d.ts +3701 -3495
- package/dist-types/models/models_6.d.ts +4435 -4347
- package/dist-types/models/models_7.d.ts +740 -5
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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/DescribeSubnetsCommand.d.ts +2 -4
- 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/GetIpamPoolCidrsCommand.d.ts +2 -4
- 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/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -4
- 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 +38 -28
- package/dist-types/ts3.4/models/models_1.d.ts +72 -92
- package/dist-types/ts3.4/models/models_2.d.ts +107 -46
- package/dist-types/ts3.4/models/models_3.d.ts +69 -128
- package/dist-types/ts3.4/models/models_4.d.ts +149 -124
- package/dist-types/ts3.4/models/models_5.d.ts +202 -180
- package/dist-types/ts3.4/models/models_6.d.ts +205 -189
- package/dist-types/ts3.4/models/models_7.d.ts +188 -5
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +2 -2
|
@@ -737,6 +737,18 @@ export declare const Ipv6SupportValue: {
|
|
|
737
737
|
* @public
|
|
738
738
|
*/
|
|
739
739
|
export type Ipv6SupportValue = (typeof Ipv6SupportValue)[keyof typeof Ipv6SupportValue];
|
|
740
|
+
/**
|
|
741
|
+
* @public
|
|
742
|
+
* @enum
|
|
743
|
+
*/
|
|
744
|
+
export declare const SecurityGroupReferencingSupportValue: {
|
|
745
|
+
readonly disable: "disable";
|
|
746
|
+
readonly enable: "enable";
|
|
747
|
+
};
|
|
748
|
+
/**
|
|
749
|
+
* @public
|
|
750
|
+
*/
|
|
751
|
+
export type SecurityGroupReferencingSupportValue = (typeof SecurityGroupReferencingSupportValue)[keyof typeof SecurityGroupReferencingSupportValue];
|
|
740
752
|
/**
|
|
741
753
|
* @public
|
|
742
754
|
* <p>Describes the VPC attachment options.</p>
|
|
@@ -747,6 +759,11 @@ export interface TransitGatewayVpcAttachmentOptions {
|
|
|
747
759
|
* <p>Indicates whether DNS support is enabled.</p>
|
|
748
760
|
*/
|
|
749
761
|
DnsSupport?: DnsSupportValue;
|
|
762
|
+
/**
|
|
763
|
+
* @public
|
|
764
|
+
* <p>For important information about this feature, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#create-vpc-attachment">Create a transit gateway attachment to a VPC</a> in the <i>Amazon Web Services Transit Gateway Guide</i>.</p>
|
|
765
|
+
*/
|
|
766
|
+
SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue;
|
|
750
767
|
/**
|
|
751
768
|
* @public
|
|
752
769
|
* <p>Indicates whether IPv6 support is disabled.</p>
|
|
@@ -2559,6 +2576,11 @@ export interface AdvertiseByoipCidrRequest {
|
|
|
2559
2576
|
* You can't advertise only a portion of the provisioned range.</p>
|
|
2560
2577
|
*/
|
|
2561
2578
|
Cidr: string | undefined;
|
|
2579
|
+
/**
|
|
2580
|
+
* @public
|
|
2581
|
+
* <p>The public 2-byte or 4-byte ASN that you want to advertise.</p>
|
|
2582
|
+
*/
|
|
2583
|
+
Asn?: string;
|
|
2562
2584
|
/**
|
|
2563
2585
|
* @public
|
|
2564
2586
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -2567,6 +2589,48 @@ export interface AdvertiseByoipCidrRequest {
|
|
|
2567
2589
|
*/
|
|
2568
2590
|
DryRun?: boolean;
|
|
2569
2591
|
}
|
|
2592
|
+
/**
|
|
2593
|
+
* @public
|
|
2594
|
+
* @enum
|
|
2595
|
+
*/
|
|
2596
|
+
export declare const AsnAssociationState: {
|
|
2597
|
+
readonly associated: "associated";
|
|
2598
|
+
readonly disassociated: "disassociated";
|
|
2599
|
+
readonly failed_association: "failed-association";
|
|
2600
|
+
readonly failed_disassociation: "failed-disassociation";
|
|
2601
|
+
readonly pending_association: "pending-association";
|
|
2602
|
+
readonly pending_disassociation: "pending-disassociation";
|
|
2603
|
+
};
|
|
2604
|
+
/**
|
|
2605
|
+
* @public
|
|
2606
|
+
*/
|
|
2607
|
+
export type AsnAssociationState = (typeof AsnAssociationState)[keyof typeof AsnAssociationState];
|
|
2608
|
+
/**
|
|
2609
|
+
* @public
|
|
2610
|
+
* <p>An Autonomous System Number (ASN) and BYOIP CIDR association.</p>
|
|
2611
|
+
*/
|
|
2612
|
+
export interface AsnAssociation {
|
|
2613
|
+
/**
|
|
2614
|
+
* @public
|
|
2615
|
+
* <p>The association's ASN.</p>
|
|
2616
|
+
*/
|
|
2617
|
+
Asn?: string;
|
|
2618
|
+
/**
|
|
2619
|
+
* @public
|
|
2620
|
+
* <p>The association's CIDR.</p>
|
|
2621
|
+
*/
|
|
2622
|
+
Cidr?: string;
|
|
2623
|
+
/**
|
|
2624
|
+
* @public
|
|
2625
|
+
* <p>The association's status message.</p>
|
|
2626
|
+
*/
|
|
2627
|
+
StatusMessage?: string;
|
|
2628
|
+
/**
|
|
2629
|
+
* @public
|
|
2630
|
+
* <p>The association's state.</p>
|
|
2631
|
+
*/
|
|
2632
|
+
State?: AsnAssociationState;
|
|
2633
|
+
}
|
|
2570
2634
|
/**
|
|
2571
2635
|
* @public
|
|
2572
2636
|
* @enum
|
|
@@ -2601,6 +2665,11 @@ export interface ByoipCidr {
|
|
|
2601
2665
|
* <p>The description of the address range.</p>
|
|
2602
2666
|
*/
|
|
2603
2667
|
Description?: string;
|
|
2668
|
+
/**
|
|
2669
|
+
* @public
|
|
2670
|
+
* <p>The BYOIP CIDR associations with ASNs.</p>
|
|
2671
|
+
*/
|
|
2672
|
+
AsnAssociations?: AsnAssociation[];
|
|
2604
2673
|
/**
|
|
2605
2674
|
* @public
|
|
2606
2675
|
* <p>Upon success, contains the ID of the address pool. Otherwise, contains an error message.</p>
|
|
@@ -2941,6 +3010,11 @@ export interface AllocateIpamPoolCidrRequest {
|
|
|
2941
3010
|
* <p>A preview of the next available CIDR in a pool.</p>
|
|
2942
3011
|
*/
|
|
2943
3012
|
PreviewNextCidr?: boolean;
|
|
3013
|
+
/**
|
|
3014
|
+
* @public
|
|
3015
|
+
* <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>
|
|
3016
|
+
*/
|
|
3017
|
+
AllowedCidrs?: string[];
|
|
2944
3018
|
/**
|
|
2945
3019
|
* @public
|
|
2946
3020
|
* <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 +3029,7 @@ export declare const IpamPoolAllocationResourceType: {
|
|
|
2955
3029
|
readonly custom: "custom";
|
|
2956
3030
|
readonly ec2_public_ipv4_pool: "ec2-public-ipv4-pool";
|
|
2957
3031
|
readonly ipam_pool: "ipam-pool";
|
|
3032
|
+
readonly subnet: "subnet";
|
|
2958
3033
|
readonly vpc: "vpc";
|
|
2959
3034
|
};
|
|
2960
3035
|
/**
|
|
@@ -3862,6 +3937,38 @@ export interface AssociateInstanceEventWindowResult {
|
|
|
3862
3937
|
*/
|
|
3863
3938
|
InstanceEventWindow?: InstanceEventWindow;
|
|
3864
3939
|
}
|
|
3940
|
+
/**
|
|
3941
|
+
* @public
|
|
3942
|
+
*/
|
|
3943
|
+
export interface AssociateIpamByoasnRequest {
|
|
3944
|
+
/**
|
|
3945
|
+
* @public
|
|
3946
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
3947
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
3948
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3949
|
+
*/
|
|
3950
|
+
DryRun?: boolean;
|
|
3951
|
+
/**
|
|
3952
|
+
* @public
|
|
3953
|
+
* <p>A public 2-byte or 4-byte ASN.</p>
|
|
3954
|
+
*/
|
|
3955
|
+
Asn: string | undefined;
|
|
3956
|
+
/**
|
|
3957
|
+
* @public
|
|
3958
|
+
* <p>The BYOIP CIDR you want to associate with an ASN.</p>
|
|
3959
|
+
*/
|
|
3960
|
+
Cidr: string | undefined;
|
|
3961
|
+
}
|
|
3962
|
+
/**
|
|
3963
|
+
* @public
|
|
3964
|
+
*/
|
|
3965
|
+
export interface AssociateIpamByoasnResult {
|
|
3966
|
+
/**
|
|
3967
|
+
* @public
|
|
3968
|
+
* <p>The ASN and BYOIP CIDR association.</p>
|
|
3969
|
+
*/
|
|
3970
|
+
AsnAssociation?: AsnAssociation;
|
|
3971
|
+
}
|
|
3865
3972
|
/**
|
|
3866
3973
|
* @public
|
|
3867
3974
|
*/
|
|
@@ -4168,15 +4275,24 @@ export interface AssociateRouteTableResult {
|
|
|
4168
4275
|
export interface AssociateSubnetCidrBlockRequest {
|
|
4169
4276
|
/**
|
|
4170
4277
|
* @public
|
|
4171
|
-
* <p>The IPv6 CIDR block for your subnet
|
|
4172
|
-
* length.</p>
|
|
4278
|
+
* <p>The IPv6 CIDR block for your subnet.</p>
|
|
4173
4279
|
*/
|
|
4174
|
-
Ipv6CidrBlock
|
|
4280
|
+
Ipv6CidrBlock?: string;
|
|
4175
4281
|
/**
|
|
4176
4282
|
* @public
|
|
4177
4283
|
* <p>The ID of your subnet.</p>
|
|
4178
4284
|
*/
|
|
4179
4285
|
SubnetId: string | undefined;
|
|
4286
|
+
/**
|
|
4287
|
+
* @public
|
|
4288
|
+
* <p>An IPv6 IPAM pool ID.</p>
|
|
4289
|
+
*/
|
|
4290
|
+
Ipv6IpamPoolId?: string;
|
|
4291
|
+
/**
|
|
4292
|
+
* @public
|
|
4293
|
+
* <p>An IPv6 netmask length.</p>
|
|
4294
|
+
*/
|
|
4295
|
+
Ipv6NetmaskLength?: number;
|
|
4180
4296
|
}
|
|
4181
4297
|
/**
|
|
4182
4298
|
* @public
|
|
@@ -4476,11 +4592,7 @@ export declare const InterfaceProtocolType: {
|
|
|
4476
4592
|
export type InterfaceProtocolType = (typeof InterfaceProtocolType)[keyof typeof InterfaceProtocolType];
|
|
4477
4593
|
/**
|
|
4478
4594
|
* @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>
|
|
4595
|
+
* <p>Information about an association between a branch network interface with a trunk network interface.</p>
|
|
4484
4596
|
*/
|
|
4485
4597
|
export interface TrunkInterfaceAssociation {
|
|
4486
4598
|
/**
|
|
@@ -4542,7 +4654,8 @@ export interface AssociateTrunkInterfaceResult {
|
|
|
4542
4654
|
export interface AssociateVpcCidrBlockRequest {
|
|
4543
4655
|
/**
|
|
4544
4656
|
* @public
|
|
4545
|
-
* <p>Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You
|
|
4657
|
+
* <p>Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You
|
|
4658
|
+
* cannot specify the range of IPv6 addresses or the size of the CIDR block.</p>
|
|
4546
4659
|
*/
|
|
4547
4660
|
AmazonProvidedIpv6CidrBlock?: boolean;
|
|
4548
4661
|
/**
|
|
@@ -5623,7 +5736,7 @@ export interface ReferencedSecurityGroup {
|
|
|
5623
5736
|
VpcId?: string;
|
|
5624
5737
|
/**
|
|
5625
5738
|
* @public
|
|
5626
|
-
* <p>The ID of the VPC peering connection.</p>
|
|
5739
|
+
* <p>The ID of the VPC peering connection (if applicable).</p>
|
|
5627
5740
|
*/
|
|
5628
5741
|
VpcPeeringConnectionId?: string;
|
|
5629
5742
|
}
|
|
@@ -8449,101 +8562,6 @@ export interface CreateCapacityReservationFleetResult {
|
|
|
8449
8562
|
*/
|
|
8450
8563
|
Tags?: Tag[];
|
|
8451
8564
|
}
|
|
8452
|
-
/**
|
|
8453
|
-
* @public
|
|
8454
|
-
*/
|
|
8455
|
-
export interface CreateCarrierGatewayRequest {
|
|
8456
|
-
/**
|
|
8457
|
-
* @public
|
|
8458
|
-
* <p>The ID of the VPC to associate with the carrier gateway.</p>
|
|
8459
|
-
*/
|
|
8460
|
-
VpcId: string | undefined;
|
|
8461
|
-
/**
|
|
8462
|
-
* @public
|
|
8463
|
-
* <p>The tags to associate with the carrier gateway.</p>
|
|
8464
|
-
*/
|
|
8465
|
-
TagSpecifications?: TagSpecification[];
|
|
8466
|
-
/**
|
|
8467
|
-
* @public
|
|
8468
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8469
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8470
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8471
|
-
*/
|
|
8472
|
-
DryRun?: boolean;
|
|
8473
|
-
/**
|
|
8474
|
-
* @public
|
|
8475
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
8476
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">How to ensure
|
|
8477
|
-
* idempotency</a>.</p>
|
|
8478
|
-
*/
|
|
8479
|
-
ClientToken?: string;
|
|
8480
|
-
}
|
|
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
8565
|
/**
|
|
8548
8566
|
* @internal
|
|
8549
8567
|
*/
|