@aws-sdk/client-ec2 3.121.0 → 3.130.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/CHANGELOG.md +30 -0
- package/dist-cjs/EC2.js +150 -0
- package/dist-cjs/commands/AssociateTransitGatewayPolicyTableCommand.js +36 -0
- package/dist-cjs/commands/CreateTransitGatewayCommand.js +2 -1
- package/dist-cjs/commands/CreateTransitGatewayPolicyTableCommand.js +36 -0
- package/dist-cjs/commands/CreateTransitGatewayRouteTableAnnouncementCommand.js +36 -0
- package/dist-cjs/commands/DeleteTransitGatewayPolicyTableCommand.js +36 -0
- package/dist-cjs/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.js +36 -0
- package/dist-cjs/commands/DescribeClientVpnConnectionsCommand.js +2 -1
- package/dist-cjs/commands/DescribeClientVpnEndpointsCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkInsightsAnalysesCommand.js +2 -1
- package/dist-cjs/commands/DescribeNetworkInsightsPathsCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkInterfaceAttributeCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkInterfacePermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkInterfacesCommand.js +3 -3
- package/dist-cjs/commands/DescribePlacementGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribePrefixListsCommand.js +3 -3
- package/dist-cjs/commands/DescribePrincipalIdFormatCommand.js +1 -2
- package/dist-cjs/commands/DescribeTransitGatewayPolicyTablesCommand.js +36 -0
- package/dist-cjs/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.js +36 -0
- package/dist-cjs/commands/DisassociateTransitGatewayPolicyTableCommand.js +36 -0
- package/dist-cjs/commands/ExportImageCommand.js +3 -3
- package/dist-cjs/commands/ExportTransitGatewayRoutesCommand.js +3 -3
- package/dist-cjs/commands/GetAssociatedEnclaveCertificateIamRolesCommand.js +3 -3
- package/dist-cjs/commands/GetAssociatedIpv6PoolCidrsCommand.js +3 -3
- package/dist-cjs/commands/GetCapacityReservationUsageCommand.js +3 -3
- package/dist-cjs/commands/GetCoipPoolUsageCommand.js +3 -3
- package/dist-cjs/commands/GetConsoleOutputCommand.js +3 -3
- package/dist-cjs/commands/GetConsoleScreenshotCommand.js +3 -3
- package/dist-cjs/commands/GetDefaultCreditSpecificationCommand.js +3 -3
- package/dist-cjs/commands/GetEbsDefaultKmsKeyIdCommand.js +1 -2
- package/dist-cjs/commands/GetTransitGatewayPolicyTableAssociationsCommand.js +36 -0
- package/dist-cjs/commands/GetTransitGatewayPolicyTableEntriesCommand.js +36 -0
- package/dist-cjs/commands/RegisterInstanceEventNotificationAttributesCommand.js +3 -3
- package/dist-cjs/commands/RegisterTransitGatewayMulticastGroupMembersCommand.js +3 -3
- package/dist-cjs/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.js +3 -3
- package/dist-cjs/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.js +3 -3
- package/dist-cjs/commands/RejectTransitGatewayPeeringAttachmentCommand.js +3 -3
- package/dist-cjs/commands/RejectTransitGatewayVpcAttachmentCommand.js +3 -3
- package/dist-cjs/commands/RejectVpcEndpointConnectionsCommand.js +3 -3
- package/dist-cjs/commands/RejectVpcPeeringConnectionCommand.js +3 -3
- package/dist-cjs/commands/ReleaseAddressCommand.js +2 -2
- package/dist-cjs/commands/ReleaseHostsCommand.js +3 -3
- package/dist-cjs/commands/ReleaseIpamPoolAllocationCommand.js +3 -3
- package/dist-cjs/commands/ReplaceIamInstanceProfileAssociationCommand.js +3 -3
- package/dist-cjs/commands/ReplaceNetworkAclAssociationCommand.js +3 -3
- package/dist-cjs/commands/ReplaceNetworkAclEntryCommand.js +2 -2
- package/dist-cjs/commands/ReplaceRouteCommand.js +2 -2
- package/dist-cjs/commands/ReplaceRouteTableAssociationCommand.js +3 -3
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/models/models_0.js +35 -36
- package/dist-cjs/models/models_1.js +36 -24
- package/dist-cjs/models/models_2.js +111 -96
- package/dist-cjs/models/models_3.js +96 -114
- package/dist-cjs/models/models_4.js +150 -150
- package/dist-cjs/models/models_5.js +192 -198
- package/dist-cjs/models/models_6.js +195 -2
- package/dist-cjs/pagination/DescribeTransitGatewayPolicyTablesPaginator.js +36 -0
- package/dist-cjs/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.js +36 -0
- package/dist-cjs/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_ec2.js +1080 -21
- package/dist-es/EC2.js +150 -0
- package/dist-es/commands/AssociateTransitGatewayPolicyTableCommand.js +39 -0
- package/dist-es/commands/CreateTransitGatewayCommand.js +2 -1
- package/dist-es/commands/CreateTransitGatewayPolicyTableCommand.js +39 -0
- package/dist-es/commands/CreateTransitGatewayRouteTableAnnouncementCommand.js +39 -0
- package/dist-es/commands/DeleteTransitGatewayPolicyTableCommand.js +39 -0
- package/dist-es/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.js +39 -0
- package/dist-es/commands/DescribeClientVpnConnectionsCommand.js +2 -1
- package/dist-es/commands/DescribeClientVpnEndpointsCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkInsightsAnalysesCommand.js +2 -1
- package/dist-es/commands/DescribeNetworkInsightsPathsCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkInterfaceAttributeCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkInterfacePermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkInterfacesCommand.js +1 -1
- package/dist-es/commands/DescribePlacementGroupsCommand.js +1 -1
- package/dist-es/commands/DescribePrefixListsCommand.js +1 -1
- package/dist-es/commands/DescribePrincipalIdFormatCommand.js +1 -2
- package/dist-es/commands/DescribeTransitGatewayPolicyTablesCommand.js +39 -0
- package/dist-es/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.js +39 -0
- package/dist-es/commands/DisassociateTransitGatewayPolicyTableCommand.js +39 -0
- package/dist-es/commands/ExportImageCommand.js +1 -1
- package/dist-es/commands/ExportTransitGatewayRoutesCommand.js +1 -1
- package/dist-es/commands/GetAssociatedEnclaveCertificateIamRolesCommand.js +1 -1
- package/dist-es/commands/GetAssociatedIpv6PoolCidrsCommand.js +1 -1
- package/dist-es/commands/GetCapacityReservationUsageCommand.js +1 -1
- package/dist-es/commands/GetCoipPoolUsageCommand.js +1 -1
- package/dist-es/commands/GetConsoleOutputCommand.js +1 -1
- package/dist-es/commands/GetConsoleScreenshotCommand.js +1 -1
- package/dist-es/commands/GetDefaultCreditSpecificationCommand.js +1 -1
- package/dist-es/commands/GetEbsDefaultKmsKeyIdCommand.js +1 -2
- package/dist-es/commands/GetTransitGatewayPolicyTableAssociationsCommand.js +39 -0
- package/dist-es/commands/GetTransitGatewayPolicyTableEntriesCommand.js +39 -0
- package/dist-es/commands/RegisterInstanceEventNotificationAttributesCommand.js +1 -1
- package/dist-es/commands/RegisterTransitGatewayMulticastGroupMembersCommand.js +1 -1
- package/dist-es/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.js +1 -1
- package/dist-es/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.js +1 -1
- package/dist-es/commands/RejectTransitGatewayPeeringAttachmentCommand.js +1 -1
- package/dist-es/commands/RejectTransitGatewayVpcAttachmentCommand.js +1 -1
- package/dist-es/commands/RejectVpcEndpointConnectionsCommand.js +1 -1
- package/dist-es/commands/RejectVpcPeeringConnectionCommand.js +1 -1
- package/dist-es/commands/ReleaseAddressCommand.js +1 -1
- package/dist-es/commands/ReleaseHostsCommand.js +1 -1
- package/dist-es/commands/ReleaseIpamPoolAllocationCommand.js +1 -1
- package/dist-es/commands/ReplaceIamInstanceProfileAssociationCommand.js +1 -1
- package/dist-es/commands/ReplaceNetworkAclAssociationCommand.js +1 -1
- package/dist-es/commands/ReplaceNetworkAclEntryCommand.js +1 -1
- package/dist-es/commands/ReplaceRouteCommand.js +1 -1
- package/dist-es/commands/ReplaceRouteTableAssociationCommand.js +1 -1
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +21 -26
- package/dist-es/models/models_1.js +26 -12
- package/dist-es/models/models_2.js +77 -60
- package/dist-es/models/models_3.js +60 -72
- package/dist-es/models/models_4.js +96 -96
- package/dist-es/models/models_5.js +124 -128
- package/dist-es/models/models_6.js +128 -0
- package/dist-es/pagination/DescribeTransitGatewayPolicyTablesPaginator.js +75 -0
- package/dist-es/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.js +75 -0
- package/dist-es/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.js +75 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_ec2.js +1387 -208
- package/dist-types/EC2.d.ts +73 -2
- package/dist-types/EC2Client.d.ts +12 -2
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +35 -0
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +3 -2
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +35 -0
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +35 -0
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +35 -0
- package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +35 -0
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +35 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -2
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +35 -0
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +35 -0
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -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 +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/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +86 -68
- package/dist-types/models/models_1.d.ts +69 -112
- package/dist-types/models/models_2.d.ts +352 -462
- package/dist-types/models/models_3.d.ts +6282 -6748
- package/dist-types/models/models_4.d.ts +6282 -5860
- package/dist-types/models/models_5.d.ts +4656 -4507
- package/dist-types/models/models_6.d.ts +678 -5
- package/dist-types/pagination/DescribeTransitGatewayPolicyTablesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_ec2.d.ts +30 -0
- package/dist-types/ts3.4/EC2.d.ts +50 -0
- package/dist-types/ts3.4/EC2Client.d.ts +12 -2
- package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- 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/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +54 -41
- package/dist-types/ts3.4/models/models_1.d.ts +42 -63
- package/dist-types/ts3.4/models/models_2.d.ts +211 -244
- package/dist-types/ts3.4/models/models_3.d.ts +244 -349
- package/dist-types/ts3.4/models/models_4.d.ts +431 -316
- package/dist-types/ts3.4/models/models_5.d.ts +412 -380
- package/dist-types/ts3.4/models/models_6.d.ts +380 -5
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayPolicyTablesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +30 -0
- package/package.json +28 -28
|
@@ -1,5 +1,114 @@
|
|
|
1
|
-
import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, ApplianceModeSupportValue, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway,
|
|
2
|
-
import { GroupIdentifier, Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList,
|
|
1
|
+
import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, ApplianceModeSupportValue, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, DnsSupportValue, DynamicRoutingValue, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, InstanceEventWindowState, Ipv6SupportValue, Tag, TagSpecification, Tenancy, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VolumeAttachment, Vpc, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
+
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, GroupIdentifier, Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, MulticastSupportValue, SubnetCidrReservation, VolumeType, VpnEcmpSupportValue } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* <p>Describes the options for a transit gateway.</p>
|
|
5
|
+
*/
|
|
6
|
+
export interface TransitGatewayOptions {
|
|
7
|
+
/**
|
|
8
|
+
* <p>A private Autonomous System Number (ASN) for the Amazon side of a BGP session.
|
|
9
|
+
* The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs.</p>
|
|
10
|
+
*/
|
|
11
|
+
AmazonSideAsn?: number;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The transit gateway CIDR blocks.</p>
|
|
14
|
+
*/
|
|
15
|
+
TransitGatewayCidrBlocks?: string[];
|
|
16
|
+
/**
|
|
17
|
+
* <p>Indicates whether attachment requests are automatically accepted.</p>
|
|
18
|
+
*/
|
|
19
|
+
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | string;
|
|
20
|
+
/**
|
|
21
|
+
* <p>Indicates whether resource attachments are automatically associated with the default association route table.</p>
|
|
22
|
+
*/
|
|
23
|
+
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | string;
|
|
24
|
+
/**
|
|
25
|
+
* <p>The ID of the default association route table.</p>
|
|
26
|
+
*/
|
|
27
|
+
AssociationDefaultRouteTableId?: string;
|
|
28
|
+
/**
|
|
29
|
+
* <p>Indicates whether resource attachments automatically propagate routes to the default propagation route table.</p>
|
|
30
|
+
*/
|
|
31
|
+
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | string;
|
|
32
|
+
/**
|
|
33
|
+
* <p>The ID of the default propagation route table.</p>
|
|
34
|
+
*/
|
|
35
|
+
PropagationDefaultRouteTableId?: string;
|
|
36
|
+
/**
|
|
37
|
+
* <p>Indicates whether Equal Cost Multipath Protocol support is enabled.</p>
|
|
38
|
+
*/
|
|
39
|
+
VpnEcmpSupport?: VpnEcmpSupportValue | string;
|
|
40
|
+
/**
|
|
41
|
+
* <p>Indicates whether DNS support is enabled.</p>
|
|
42
|
+
*/
|
|
43
|
+
DnsSupport?: DnsSupportValue | string;
|
|
44
|
+
/**
|
|
45
|
+
* <p>Indicates whether multicast is enabled on the transit gateway</p>
|
|
46
|
+
*/
|
|
47
|
+
MulticastSupport?: MulticastSupportValue | string;
|
|
48
|
+
}
|
|
49
|
+
export declare namespace TransitGatewayOptions {
|
|
50
|
+
/**
|
|
51
|
+
* @internal
|
|
52
|
+
*/
|
|
53
|
+
const filterSensitiveLog: (obj: TransitGatewayOptions) => any;
|
|
54
|
+
}
|
|
55
|
+
export declare type TransitGatewayState = "available" | "deleted" | "deleting" | "modifying" | "pending";
|
|
56
|
+
/**
|
|
57
|
+
* <p>Describes a transit gateway.</p>
|
|
58
|
+
*/
|
|
59
|
+
export interface TransitGateway {
|
|
60
|
+
/**
|
|
61
|
+
* <p>The ID of the transit gateway.</p>
|
|
62
|
+
*/
|
|
63
|
+
TransitGatewayId?: string;
|
|
64
|
+
/**
|
|
65
|
+
* <p>The Amazon Resource Name (ARN) of the transit gateway.</p>
|
|
66
|
+
*/
|
|
67
|
+
TransitGatewayArn?: string;
|
|
68
|
+
/**
|
|
69
|
+
* <p>The state of the transit gateway.</p>
|
|
70
|
+
*/
|
|
71
|
+
State?: TransitGatewayState | string;
|
|
72
|
+
/**
|
|
73
|
+
* <p>The ID of the Amazon Web Services account that owns the transit gateway.</p>
|
|
74
|
+
*/
|
|
75
|
+
OwnerId?: string;
|
|
76
|
+
/**
|
|
77
|
+
* <p>The description of the transit gateway.</p>
|
|
78
|
+
*/
|
|
79
|
+
Description?: string;
|
|
80
|
+
/**
|
|
81
|
+
* <p>The creation time.</p>
|
|
82
|
+
*/
|
|
83
|
+
CreationTime?: Date;
|
|
84
|
+
/**
|
|
85
|
+
* <p>The transit gateway options.</p>
|
|
86
|
+
*/
|
|
87
|
+
Options?: TransitGatewayOptions;
|
|
88
|
+
/**
|
|
89
|
+
* <p>The tags for the transit gateway.</p>
|
|
90
|
+
*/
|
|
91
|
+
Tags?: Tag[];
|
|
92
|
+
}
|
|
93
|
+
export declare namespace TransitGateway {
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
97
|
+
const filterSensitiveLog: (obj: TransitGateway) => any;
|
|
98
|
+
}
|
|
99
|
+
export interface CreateTransitGatewayResult {
|
|
100
|
+
/**
|
|
101
|
+
* <p>Information about the transit gateway.</p>
|
|
102
|
+
*/
|
|
103
|
+
TransitGateway?: TransitGateway;
|
|
104
|
+
}
|
|
105
|
+
export declare namespace CreateTransitGatewayResult {
|
|
106
|
+
/**
|
|
107
|
+
* @internal
|
|
108
|
+
*/
|
|
109
|
+
const filterSensitiveLog: (obj: CreateTransitGatewayResult) => any;
|
|
110
|
+
}
|
|
111
|
+
export declare type ProtocolValue = "gre";
|
|
3
112
|
/**
|
|
4
113
|
* <p>The options for a Connect attachment.</p>
|
|
5
114
|
*/
|
|
@@ -408,6 +517,15 @@ export declare namespace CreateTransitGatewayMulticastDomainResult {
|
|
|
408
517
|
*/
|
|
409
518
|
const filterSensitiveLog: (obj: CreateTransitGatewayMulticastDomainResult) => any;
|
|
410
519
|
}
|
|
520
|
+
export interface CreateTransitGatewayPeeringAttachmentRequestOptions {
|
|
521
|
+
DynamicRouting?: DynamicRoutingValue | string;
|
|
522
|
+
}
|
|
523
|
+
export declare namespace CreateTransitGatewayPeeringAttachmentRequestOptions {
|
|
524
|
+
/**
|
|
525
|
+
* @internal
|
|
526
|
+
*/
|
|
527
|
+
const filterSensitiveLog: (obj: CreateTransitGatewayPeeringAttachmentRequestOptions) => any;
|
|
528
|
+
}
|
|
411
529
|
export interface CreateTransitGatewayPeeringAttachmentRequest {
|
|
412
530
|
/**
|
|
413
531
|
* <p>The ID of the transit gateway.</p>
|
|
@@ -425,6 +543,7 @@ export interface CreateTransitGatewayPeeringAttachmentRequest {
|
|
|
425
543
|
* <p>The Region where the peer transit gateway is located.</p>
|
|
426
544
|
*/
|
|
427
545
|
PeerRegion: string | undefined;
|
|
546
|
+
Options?: CreateTransitGatewayPeeringAttachmentRequestOptions;
|
|
428
547
|
/**
|
|
429
548
|
* <p>The tags to apply to the transit gateway peering attachment.</p>
|
|
430
549
|
*/
|
|
@@ -454,6 +573,77 @@ export declare namespace CreateTransitGatewayPeeringAttachmentResult {
|
|
|
454
573
|
*/
|
|
455
574
|
const filterSensitiveLog: (obj: CreateTransitGatewayPeeringAttachmentResult) => any;
|
|
456
575
|
}
|
|
576
|
+
export interface CreateTransitGatewayPolicyTableRequest {
|
|
577
|
+
/**
|
|
578
|
+
* <p>The ID of the transit gateway used for the policy table.</p>
|
|
579
|
+
*/
|
|
580
|
+
TransitGatewayId: string | undefined;
|
|
581
|
+
/**
|
|
582
|
+
* <p>The tags specification for the transit gateway policy table created during the request.</p>
|
|
583
|
+
*/
|
|
584
|
+
TagSpecifications?: TagSpecification[];
|
|
585
|
+
/**
|
|
586
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
587
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
588
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
589
|
+
*/
|
|
590
|
+
DryRun?: boolean;
|
|
591
|
+
}
|
|
592
|
+
export declare namespace CreateTransitGatewayPolicyTableRequest {
|
|
593
|
+
/**
|
|
594
|
+
* @internal
|
|
595
|
+
*/
|
|
596
|
+
const filterSensitiveLog: (obj: CreateTransitGatewayPolicyTableRequest) => any;
|
|
597
|
+
}
|
|
598
|
+
export declare enum TransitGatewayPolicyTableState {
|
|
599
|
+
available = "available",
|
|
600
|
+
deleted = "deleted",
|
|
601
|
+
deleting = "deleting",
|
|
602
|
+
pending = "pending"
|
|
603
|
+
}
|
|
604
|
+
/**
|
|
605
|
+
* <p>Describes a transit gateway policy table.</p>
|
|
606
|
+
*/
|
|
607
|
+
export interface TransitGatewayPolicyTable {
|
|
608
|
+
/**
|
|
609
|
+
* <p>The ID of the transit gateway policy table.</p>
|
|
610
|
+
*/
|
|
611
|
+
TransitGatewayPolicyTableId?: string;
|
|
612
|
+
/**
|
|
613
|
+
* <p>The ID of the transit gateway.</p>
|
|
614
|
+
*/
|
|
615
|
+
TransitGatewayId?: string;
|
|
616
|
+
/**
|
|
617
|
+
* <p>The state of the transit gateway policy table</p>
|
|
618
|
+
*/
|
|
619
|
+
State?: TransitGatewayPolicyTableState | string;
|
|
620
|
+
/**
|
|
621
|
+
* <p>The timestamp when the transit gateway policy table was created.</p>
|
|
622
|
+
*/
|
|
623
|
+
CreationTime?: Date;
|
|
624
|
+
/**
|
|
625
|
+
* <p>he key-value pairs associated with the transit gateway policy table.</p>
|
|
626
|
+
*/
|
|
627
|
+
Tags?: Tag[];
|
|
628
|
+
}
|
|
629
|
+
export declare namespace TransitGatewayPolicyTable {
|
|
630
|
+
/**
|
|
631
|
+
* @internal
|
|
632
|
+
*/
|
|
633
|
+
const filterSensitiveLog: (obj: TransitGatewayPolicyTable) => any;
|
|
634
|
+
}
|
|
635
|
+
export interface CreateTransitGatewayPolicyTableResult {
|
|
636
|
+
/**
|
|
637
|
+
* <p>Describes the created transit gateway policy table.</p>
|
|
638
|
+
*/
|
|
639
|
+
TransitGatewayPolicyTable?: TransitGatewayPolicyTable;
|
|
640
|
+
}
|
|
641
|
+
export declare namespace CreateTransitGatewayPolicyTableResult {
|
|
642
|
+
/**
|
|
643
|
+
* @internal
|
|
644
|
+
*/
|
|
645
|
+
const filterSensitiveLog: (obj: CreateTransitGatewayPolicyTableResult) => any;
|
|
646
|
+
}
|
|
457
647
|
export interface CreateTransitGatewayPrefixListReferenceRequest {
|
|
458
648
|
/**
|
|
459
649
|
* <p>The ID of the transit gateway route table.</p>
|
|
@@ -623,6 +813,7 @@ export interface TransitGatewayRoute {
|
|
|
623
813
|
* <p>The ID of the prefix list used for destination matches.</p>
|
|
624
814
|
*/
|
|
625
815
|
PrefixListId?: string;
|
|
816
|
+
TransitGatewayRouteTableAnnouncementId?: string;
|
|
626
817
|
/**
|
|
627
818
|
* <p>The attachments.</p>
|
|
628
819
|
*/
|
|
@@ -728,6 +919,105 @@ export declare namespace CreateTransitGatewayRouteTableResult {
|
|
|
728
919
|
*/
|
|
729
920
|
const filterSensitiveLog: (obj: CreateTransitGatewayRouteTableResult) => any;
|
|
730
921
|
}
|
|
922
|
+
export interface CreateTransitGatewayRouteTableAnnouncementRequest {
|
|
923
|
+
/**
|
|
924
|
+
* <p>The ID of the transit gateway route table.</p>
|
|
925
|
+
*/
|
|
926
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
927
|
+
/**
|
|
928
|
+
* <p>The ID of the peering attachment.</p>
|
|
929
|
+
*/
|
|
930
|
+
PeeringAttachmentId: string | undefined;
|
|
931
|
+
/**
|
|
932
|
+
* <p>The tags specifications applied to the transit gateway route table announcement.</p>
|
|
933
|
+
*/
|
|
934
|
+
TagSpecifications?: TagSpecification[];
|
|
935
|
+
/**
|
|
936
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
937
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
938
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
939
|
+
*/
|
|
940
|
+
DryRun?: boolean;
|
|
941
|
+
}
|
|
942
|
+
export declare namespace CreateTransitGatewayRouteTableAnnouncementRequest {
|
|
943
|
+
/**
|
|
944
|
+
* @internal
|
|
945
|
+
*/
|
|
946
|
+
const filterSensitiveLog: (obj: CreateTransitGatewayRouteTableAnnouncementRequest) => any;
|
|
947
|
+
}
|
|
948
|
+
export declare enum TransitGatewayRouteTableAnnouncementDirection {
|
|
949
|
+
incoming = "incoming",
|
|
950
|
+
outgoing = "outgoing"
|
|
951
|
+
}
|
|
952
|
+
export declare enum TransitGatewayRouteTableAnnouncementState {
|
|
953
|
+
available = "available",
|
|
954
|
+
deleted = "deleted",
|
|
955
|
+
deleting = "deleting",
|
|
956
|
+
failed = "failed",
|
|
957
|
+
failing = "failing",
|
|
958
|
+
pending = "pending"
|
|
959
|
+
}
|
|
960
|
+
/**
|
|
961
|
+
* <p>Describes a transit gateway route table announcement.</p>
|
|
962
|
+
*/
|
|
963
|
+
export interface TransitGatewayRouteTableAnnouncement {
|
|
964
|
+
/**
|
|
965
|
+
* <p>The ID of the transit gateway route table announcement.</p>
|
|
966
|
+
*/
|
|
967
|
+
TransitGatewayRouteTableAnnouncementId?: string;
|
|
968
|
+
/**
|
|
969
|
+
* <p>The ID of the transit gateway.</p>
|
|
970
|
+
*/
|
|
971
|
+
TransitGatewayId?: string;
|
|
972
|
+
CoreNetworkId?: string;
|
|
973
|
+
/**
|
|
974
|
+
* <p>The ID of the peer transit gateway.</p>
|
|
975
|
+
*/
|
|
976
|
+
PeerTransitGatewayId?: string;
|
|
977
|
+
PeerCoreNetworkId?: string;
|
|
978
|
+
/**
|
|
979
|
+
* <p>The ID of the peering attachment.</p>
|
|
980
|
+
*/
|
|
981
|
+
PeeringAttachmentId?: string;
|
|
982
|
+
/**
|
|
983
|
+
* <p>The direction for the route table announcement.</p>
|
|
984
|
+
*/
|
|
985
|
+
AnnouncementDirection?: TransitGatewayRouteTableAnnouncementDirection | string;
|
|
986
|
+
/**
|
|
987
|
+
* <p>The ID of the transit gateway route table.</p>
|
|
988
|
+
*/
|
|
989
|
+
TransitGatewayRouteTableId?: string;
|
|
990
|
+
/**
|
|
991
|
+
* <p>The state of the transit gateway announcement.</p>
|
|
992
|
+
*/
|
|
993
|
+
State?: TransitGatewayRouteTableAnnouncementState | string;
|
|
994
|
+
/**
|
|
995
|
+
* <p>The timestamp when the transit gateway route table announcement was created.</p>
|
|
996
|
+
*/
|
|
997
|
+
CreationTime?: Date;
|
|
998
|
+
/**
|
|
999
|
+
* <p>The key-value pairs associated with the route table announcement.</p>
|
|
1000
|
+
*/
|
|
1001
|
+
Tags?: Tag[];
|
|
1002
|
+
}
|
|
1003
|
+
export declare namespace TransitGatewayRouteTableAnnouncement {
|
|
1004
|
+
/**
|
|
1005
|
+
* @internal
|
|
1006
|
+
*/
|
|
1007
|
+
const filterSensitiveLog: (obj: TransitGatewayRouteTableAnnouncement) => any;
|
|
1008
|
+
}
|
|
1009
|
+
export interface CreateTransitGatewayRouteTableAnnouncementResult {
|
|
1010
|
+
/**
|
|
1011
|
+
* <p>Provides details about the transit gateway route table announcement.</p>
|
|
1012
|
+
*/
|
|
1013
|
+
TransitGatewayRouteTableAnnouncement?: TransitGatewayRouteTableAnnouncement;
|
|
1014
|
+
}
|
|
1015
|
+
export declare namespace CreateTransitGatewayRouteTableAnnouncementResult {
|
|
1016
|
+
/**
|
|
1017
|
+
* @internal
|
|
1018
|
+
*/
|
|
1019
|
+
const filterSensitiveLog: (obj: CreateTransitGatewayRouteTableAnnouncementResult) => any;
|
|
1020
|
+
}
|
|
731
1021
|
/**
|
|
732
1022
|
* <p>Describes the options for a VPC attachment.</p>
|
|
733
1023
|
*/
|
|
@@ -4400,6 +4690,36 @@ export declare namespace DeleteTransitGatewayPeeringAttachmentResult {
|
|
|
4400
4690
|
*/
|
|
4401
4691
|
const filterSensitiveLog: (obj: DeleteTransitGatewayPeeringAttachmentResult) => any;
|
|
4402
4692
|
}
|
|
4693
|
+
export interface DeleteTransitGatewayPolicyTableRequest {
|
|
4694
|
+
/**
|
|
4695
|
+
* <p>The transit gateway policy table to delete.</p>
|
|
4696
|
+
*/
|
|
4697
|
+
TransitGatewayPolicyTableId: string | undefined;
|
|
4698
|
+
/**
|
|
4699
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
4700
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
4701
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
4702
|
+
*/
|
|
4703
|
+
DryRun?: boolean;
|
|
4704
|
+
}
|
|
4705
|
+
export declare namespace DeleteTransitGatewayPolicyTableRequest {
|
|
4706
|
+
/**
|
|
4707
|
+
* @internal
|
|
4708
|
+
*/
|
|
4709
|
+
const filterSensitiveLog: (obj: DeleteTransitGatewayPolicyTableRequest) => any;
|
|
4710
|
+
}
|
|
4711
|
+
export interface DeleteTransitGatewayPolicyTableResult {
|
|
4712
|
+
/**
|
|
4713
|
+
* <p>Provides details about the deleted transit gateway policy table.</p>
|
|
4714
|
+
*/
|
|
4715
|
+
TransitGatewayPolicyTable?: TransitGatewayPolicyTable;
|
|
4716
|
+
}
|
|
4717
|
+
export declare namespace DeleteTransitGatewayPolicyTableResult {
|
|
4718
|
+
/**
|
|
4719
|
+
* @internal
|
|
4720
|
+
*/
|
|
4721
|
+
const filterSensitiveLog: (obj: DeleteTransitGatewayPolicyTableResult) => any;
|
|
4722
|
+
}
|
|
4403
4723
|
export interface DeleteTransitGatewayPrefixListReferenceRequest {
|
|
4404
4724
|
/**
|
|
4405
4725
|
* <p>The ID of the route table.</p>
|
|
@@ -4498,6 +4818,36 @@ export declare namespace DeleteTransitGatewayRouteTableResult {
|
|
|
4498
4818
|
*/
|
|
4499
4819
|
const filterSensitiveLog: (obj: DeleteTransitGatewayRouteTableResult) => any;
|
|
4500
4820
|
}
|
|
4821
|
+
export interface DeleteTransitGatewayRouteTableAnnouncementRequest {
|
|
4822
|
+
/**
|
|
4823
|
+
* <p>The transit gateway route table ID that's being deleted. </p>
|
|
4824
|
+
*/
|
|
4825
|
+
TransitGatewayRouteTableAnnouncementId: string | undefined;
|
|
4826
|
+
/**
|
|
4827
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
4828
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
4829
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
4830
|
+
*/
|
|
4831
|
+
DryRun?: boolean;
|
|
4832
|
+
}
|
|
4833
|
+
export declare namespace DeleteTransitGatewayRouteTableAnnouncementRequest {
|
|
4834
|
+
/**
|
|
4835
|
+
* @internal
|
|
4836
|
+
*/
|
|
4837
|
+
const filterSensitiveLog: (obj: DeleteTransitGatewayRouteTableAnnouncementRequest) => any;
|
|
4838
|
+
}
|
|
4839
|
+
export interface DeleteTransitGatewayRouteTableAnnouncementResult {
|
|
4840
|
+
/**
|
|
4841
|
+
* <p>Provides details about a deleted transit gateway route table.</p>
|
|
4842
|
+
*/
|
|
4843
|
+
TransitGatewayRouteTableAnnouncement?: TransitGatewayRouteTableAnnouncement;
|
|
4844
|
+
}
|
|
4845
|
+
export declare namespace DeleteTransitGatewayRouteTableAnnouncementResult {
|
|
4846
|
+
/**
|
|
4847
|
+
* @internal
|
|
4848
|
+
*/
|
|
4849
|
+
const filterSensitiveLog: (obj: DeleteTransitGatewayRouteTableAnnouncementResult) => any;
|
|
4850
|
+
}
|
|
4501
4851
|
export interface DeleteTransitGatewayVpcAttachmentRequest {
|
|
4502
4852
|
/**
|
|
4503
4853
|
* <p>The ID of the attachment.</p>
|
|
@@ -6340,463 +6690,3 @@ export declare namespace DescribeClientVpnConnectionsRequest {
|
|
|
6340
6690
|
*/
|
|
6341
6691
|
const filterSensitiveLog: (obj: DescribeClientVpnConnectionsRequest) => any;
|
|
6342
6692
|
}
|
|
6343
|
-
export declare type ClientVpnConnectionStatusCode = "active" | "failed-to-terminate" | "terminated" | "terminating";
|
|
6344
|
-
/**
|
|
6345
|
-
* <p>Describes the status of a client connection.</p>
|
|
6346
|
-
*/
|
|
6347
|
-
export interface ClientVpnConnectionStatus {
|
|
6348
|
-
/**
|
|
6349
|
-
* <p>The state of the client connection.</p>
|
|
6350
|
-
*/
|
|
6351
|
-
Code?: ClientVpnConnectionStatusCode | string;
|
|
6352
|
-
/**
|
|
6353
|
-
* <p>A message about the status of the client connection, if applicable.</p>
|
|
6354
|
-
*/
|
|
6355
|
-
Message?: string;
|
|
6356
|
-
}
|
|
6357
|
-
export declare namespace ClientVpnConnectionStatus {
|
|
6358
|
-
/**
|
|
6359
|
-
* @internal
|
|
6360
|
-
*/
|
|
6361
|
-
const filterSensitiveLog: (obj: ClientVpnConnectionStatus) => any;
|
|
6362
|
-
}
|
|
6363
|
-
/**
|
|
6364
|
-
* <p>Describes a client connection.</p>
|
|
6365
|
-
*/
|
|
6366
|
-
export interface ClientVpnConnection {
|
|
6367
|
-
/**
|
|
6368
|
-
* <p>The ID of the Client VPN endpoint to which the client is connected.</p>
|
|
6369
|
-
*/
|
|
6370
|
-
ClientVpnEndpointId?: string;
|
|
6371
|
-
/**
|
|
6372
|
-
* <p>The current date and time.</p>
|
|
6373
|
-
*/
|
|
6374
|
-
Timestamp?: string;
|
|
6375
|
-
/**
|
|
6376
|
-
* <p>The ID of the client connection.</p>
|
|
6377
|
-
*/
|
|
6378
|
-
ConnectionId?: string;
|
|
6379
|
-
/**
|
|
6380
|
-
* <p>The username of the client who established the client connection. This information is only provided
|
|
6381
|
-
* if Active Directory client authentication is used.</p>
|
|
6382
|
-
*/
|
|
6383
|
-
Username?: string;
|
|
6384
|
-
/**
|
|
6385
|
-
* <p>The date and time the client connection was established.</p>
|
|
6386
|
-
*/
|
|
6387
|
-
ConnectionEstablishedTime?: string;
|
|
6388
|
-
/**
|
|
6389
|
-
* <p>The number of bytes sent by the client.</p>
|
|
6390
|
-
*/
|
|
6391
|
-
IngressBytes?: string;
|
|
6392
|
-
/**
|
|
6393
|
-
* <p>The number of bytes received by the client.</p>
|
|
6394
|
-
*/
|
|
6395
|
-
EgressBytes?: string;
|
|
6396
|
-
/**
|
|
6397
|
-
* <p>The number of packets sent by the client.</p>
|
|
6398
|
-
*/
|
|
6399
|
-
IngressPackets?: string;
|
|
6400
|
-
/**
|
|
6401
|
-
* <p>The number of packets received by the client.</p>
|
|
6402
|
-
*/
|
|
6403
|
-
EgressPackets?: string;
|
|
6404
|
-
/**
|
|
6405
|
-
* <p>The IP address of the client.</p>
|
|
6406
|
-
*/
|
|
6407
|
-
ClientIp?: string;
|
|
6408
|
-
/**
|
|
6409
|
-
* <p>The common name associated with the client. This is either the name of the client certificate,
|
|
6410
|
-
* or the Active Directory user name.</p>
|
|
6411
|
-
*/
|
|
6412
|
-
CommonName?: string;
|
|
6413
|
-
/**
|
|
6414
|
-
* <p>The current state of the client connection.</p>
|
|
6415
|
-
*/
|
|
6416
|
-
Status?: ClientVpnConnectionStatus;
|
|
6417
|
-
/**
|
|
6418
|
-
* <p>The date and time the client connection was terminated.</p>
|
|
6419
|
-
*/
|
|
6420
|
-
ConnectionEndTime?: string;
|
|
6421
|
-
/**
|
|
6422
|
-
* <p>The statuses returned by the client connect handler for posture compliance, if applicable.</p>
|
|
6423
|
-
*/
|
|
6424
|
-
PostureComplianceStatuses?: string[];
|
|
6425
|
-
}
|
|
6426
|
-
export declare namespace ClientVpnConnection {
|
|
6427
|
-
/**
|
|
6428
|
-
* @internal
|
|
6429
|
-
*/
|
|
6430
|
-
const filterSensitiveLog: (obj: ClientVpnConnection) => any;
|
|
6431
|
-
}
|
|
6432
|
-
export interface DescribeClientVpnConnectionsResult {
|
|
6433
|
-
/**
|
|
6434
|
-
* <p>Information about the active and terminated client connections.</p>
|
|
6435
|
-
*/
|
|
6436
|
-
Connections?: ClientVpnConnection[];
|
|
6437
|
-
/**
|
|
6438
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
6439
|
-
*/
|
|
6440
|
-
NextToken?: string;
|
|
6441
|
-
}
|
|
6442
|
-
export declare namespace DescribeClientVpnConnectionsResult {
|
|
6443
|
-
/**
|
|
6444
|
-
* @internal
|
|
6445
|
-
*/
|
|
6446
|
-
const filterSensitiveLog: (obj: DescribeClientVpnConnectionsResult) => any;
|
|
6447
|
-
}
|
|
6448
|
-
export interface DescribeClientVpnEndpointsRequest {
|
|
6449
|
-
/**
|
|
6450
|
-
* <p>The ID of the Client VPN endpoint.</p>
|
|
6451
|
-
*/
|
|
6452
|
-
ClientVpnEndpointIds?: string[];
|
|
6453
|
-
/**
|
|
6454
|
-
* <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.</p>
|
|
6455
|
-
*/
|
|
6456
|
-
MaxResults?: number;
|
|
6457
|
-
/**
|
|
6458
|
-
* <p>The token to retrieve the next page of results.</p>
|
|
6459
|
-
*/
|
|
6460
|
-
NextToken?: string;
|
|
6461
|
-
/**
|
|
6462
|
-
* <p>One or more filters. Filter names and values are case-sensitive.</p>
|
|
6463
|
-
* <ul>
|
|
6464
|
-
* <li>
|
|
6465
|
-
* <p>
|
|
6466
|
-
* <code>endpoint-id</code> - The ID of the Client VPN endpoint.</p>
|
|
6467
|
-
* </li>
|
|
6468
|
-
* <li>
|
|
6469
|
-
* <p>
|
|
6470
|
-
* <code>transport-protocol</code> - The transport protocol (<code>tcp</code> |
|
|
6471
|
-
* <code>udp</code>).</p>
|
|
6472
|
-
* </li>
|
|
6473
|
-
* </ul>
|
|
6474
|
-
*/
|
|
6475
|
-
Filters?: Filter[];
|
|
6476
|
-
/**
|
|
6477
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6478
|
-
*/
|
|
6479
|
-
DryRun?: boolean;
|
|
6480
|
-
}
|
|
6481
|
-
export declare namespace DescribeClientVpnEndpointsRequest {
|
|
6482
|
-
/**
|
|
6483
|
-
* @internal
|
|
6484
|
-
*/
|
|
6485
|
-
const filterSensitiveLog: (obj: DescribeClientVpnEndpointsRequest) => any;
|
|
6486
|
-
}
|
|
6487
|
-
export declare type AssociatedNetworkType = "vpc";
|
|
6488
|
-
/**
|
|
6489
|
-
* <p>Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.</p>
|
|
6490
|
-
*/
|
|
6491
|
-
export interface AssociatedTargetNetwork {
|
|
6492
|
-
/**
|
|
6493
|
-
* <p>The ID of the subnet.</p>
|
|
6494
|
-
*/
|
|
6495
|
-
NetworkId?: string;
|
|
6496
|
-
/**
|
|
6497
|
-
* <p>The target network type.</p>
|
|
6498
|
-
*/
|
|
6499
|
-
NetworkType?: AssociatedNetworkType | string;
|
|
6500
|
-
}
|
|
6501
|
-
export declare namespace AssociatedTargetNetwork {
|
|
6502
|
-
/**
|
|
6503
|
-
* @internal
|
|
6504
|
-
*/
|
|
6505
|
-
const filterSensitiveLog: (obj: AssociatedTargetNetwork) => any;
|
|
6506
|
-
}
|
|
6507
|
-
/**
|
|
6508
|
-
* <p>Describes an Active Directory.</p>
|
|
6509
|
-
*/
|
|
6510
|
-
export interface DirectoryServiceAuthentication {
|
|
6511
|
-
/**
|
|
6512
|
-
* <p>The ID of the Active Directory used for authentication.</p>
|
|
6513
|
-
*/
|
|
6514
|
-
DirectoryId?: string;
|
|
6515
|
-
}
|
|
6516
|
-
export declare namespace DirectoryServiceAuthentication {
|
|
6517
|
-
/**
|
|
6518
|
-
* @internal
|
|
6519
|
-
*/
|
|
6520
|
-
const filterSensitiveLog: (obj: DirectoryServiceAuthentication) => any;
|
|
6521
|
-
}
|
|
6522
|
-
/**
|
|
6523
|
-
* <p>Describes the IAM SAML identity providers used for federated authentication.</p>
|
|
6524
|
-
*/
|
|
6525
|
-
export interface FederatedAuthentication {
|
|
6526
|
-
/**
|
|
6527
|
-
* <p>The Amazon Resource Name (ARN) of the IAM SAML identity provider.</p>
|
|
6528
|
-
*/
|
|
6529
|
-
SamlProviderArn?: string;
|
|
6530
|
-
/**
|
|
6531
|
-
* <p>The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.</p>
|
|
6532
|
-
*/
|
|
6533
|
-
SelfServiceSamlProviderArn?: string;
|
|
6534
|
-
}
|
|
6535
|
-
export declare namespace FederatedAuthentication {
|
|
6536
|
-
/**
|
|
6537
|
-
* @internal
|
|
6538
|
-
*/
|
|
6539
|
-
const filterSensitiveLog: (obj: FederatedAuthentication) => any;
|
|
6540
|
-
}
|
|
6541
|
-
/**
|
|
6542
|
-
* <p>Information about the client certificate used for authentication.</p>
|
|
6543
|
-
*/
|
|
6544
|
-
export interface CertificateAuthentication {
|
|
6545
|
-
/**
|
|
6546
|
-
* <p>The ARN of the client certificate. </p>
|
|
6547
|
-
*/
|
|
6548
|
-
ClientRootCertificateChain?: string;
|
|
6549
|
-
}
|
|
6550
|
-
export declare namespace CertificateAuthentication {
|
|
6551
|
-
/**
|
|
6552
|
-
* @internal
|
|
6553
|
-
*/
|
|
6554
|
-
const filterSensitiveLog: (obj: CertificateAuthentication) => any;
|
|
6555
|
-
}
|
|
6556
|
-
/**
|
|
6557
|
-
* <p>Describes the authentication methods used by a Client VPN endpoint. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/client-authentication.html">Authentication</a>
|
|
6558
|
-
* in the <i>Client VPN Administrator Guide</i>.</p>
|
|
6559
|
-
*/
|
|
6560
|
-
export interface ClientVpnAuthentication {
|
|
6561
|
-
/**
|
|
6562
|
-
* <p>The authentication type used.</p>
|
|
6563
|
-
*/
|
|
6564
|
-
Type?: ClientVpnAuthenticationType | string;
|
|
6565
|
-
/**
|
|
6566
|
-
* <p>Information about the Active Directory, if applicable.</p>
|
|
6567
|
-
*/
|
|
6568
|
-
ActiveDirectory?: DirectoryServiceAuthentication;
|
|
6569
|
-
/**
|
|
6570
|
-
* <p>Information about the authentication certificates, if applicable.</p>
|
|
6571
|
-
*/
|
|
6572
|
-
MutualAuthentication?: CertificateAuthentication;
|
|
6573
|
-
/**
|
|
6574
|
-
* <p>Information about the IAM SAML identity provider, if applicable.</p>
|
|
6575
|
-
*/
|
|
6576
|
-
FederatedAuthentication?: FederatedAuthentication;
|
|
6577
|
-
}
|
|
6578
|
-
export declare namespace ClientVpnAuthentication {
|
|
6579
|
-
/**
|
|
6580
|
-
* @internal
|
|
6581
|
-
*/
|
|
6582
|
-
const filterSensitiveLog: (obj: ClientVpnAuthentication) => any;
|
|
6583
|
-
}
|
|
6584
|
-
export declare type ClientVpnEndpointAttributeStatusCode = "applied" | "applying";
|
|
6585
|
-
/**
|
|
6586
|
-
* <p>Describes the status of the Client VPN endpoint attribute.</p>
|
|
6587
|
-
*/
|
|
6588
|
-
export interface ClientVpnEndpointAttributeStatus {
|
|
6589
|
-
/**
|
|
6590
|
-
* <p>The status code.</p>
|
|
6591
|
-
*/
|
|
6592
|
-
Code?: ClientVpnEndpointAttributeStatusCode | string;
|
|
6593
|
-
/**
|
|
6594
|
-
* <p>The status message.</p>
|
|
6595
|
-
*/
|
|
6596
|
-
Message?: string;
|
|
6597
|
-
}
|
|
6598
|
-
export declare namespace ClientVpnEndpointAttributeStatus {
|
|
6599
|
-
/**
|
|
6600
|
-
* @internal
|
|
6601
|
-
*/
|
|
6602
|
-
const filterSensitiveLog: (obj: ClientVpnEndpointAttributeStatus) => any;
|
|
6603
|
-
}
|
|
6604
|
-
/**
|
|
6605
|
-
* <p>The options for managing connection authorization for new client connections.</p>
|
|
6606
|
-
*/
|
|
6607
|
-
export interface ClientConnectResponseOptions {
|
|
6608
|
-
/**
|
|
6609
|
-
* <p>Indicates whether client connect options are enabled.</p>
|
|
6610
|
-
*/
|
|
6611
|
-
Enabled?: boolean;
|
|
6612
|
-
/**
|
|
6613
|
-
* <p>The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.</p>
|
|
6614
|
-
*/
|
|
6615
|
-
LambdaFunctionArn?: string;
|
|
6616
|
-
/**
|
|
6617
|
-
* <p>The status of any updates to the client connect options.</p>
|
|
6618
|
-
*/
|
|
6619
|
-
Status?: ClientVpnEndpointAttributeStatus;
|
|
6620
|
-
}
|
|
6621
|
-
export declare namespace ClientConnectResponseOptions {
|
|
6622
|
-
/**
|
|
6623
|
-
* @internal
|
|
6624
|
-
*/
|
|
6625
|
-
const filterSensitiveLog: (obj: ClientConnectResponseOptions) => any;
|
|
6626
|
-
}
|
|
6627
|
-
/**
|
|
6628
|
-
* <p>Current state of options for customizable text banner that will be displayed on
|
|
6629
|
-
* Amazon Web Services provided clients when a VPN session is established.</p>
|
|
6630
|
-
*/
|
|
6631
|
-
export interface ClientLoginBannerResponseOptions {
|
|
6632
|
-
/**
|
|
6633
|
-
* <p>Current state of text banner feature.</p>
|
|
6634
|
-
* <p>Valid values: <code>true | false</code>
|
|
6635
|
-
* </p>
|
|
6636
|
-
*/
|
|
6637
|
-
Enabled?: boolean;
|
|
6638
|
-
/**
|
|
6639
|
-
* <p>Customizable text that will be displayed in a banner on Amazon Web Services provided
|
|
6640
|
-
* clients when a VPN session is established. UTF-8 encoded
|
|
6641
|
-
* characters only. Maximum of 1400 characters.</p>
|
|
6642
|
-
*/
|
|
6643
|
-
BannerText?: string;
|
|
6644
|
-
}
|
|
6645
|
-
export declare namespace ClientLoginBannerResponseOptions {
|
|
6646
|
-
/**
|
|
6647
|
-
* @internal
|
|
6648
|
-
*/
|
|
6649
|
-
const filterSensitiveLog: (obj: ClientLoginBannerResponseOptions) => any;
|
|
6650
|
-
}
|
|
6651
|
-
/**
|
|
6652
|
-
* <p>Information about the client connection logging options for a Client VPN endpoint.</p>
|
|
6653
|
-
*/
|
|
6654
|
-
export interface ConnectionLogResponseOptions {
|
|
6655
|
-
/**
|
|
6656
|
-
* <p>Indicates whether client connection logging is enabled for the Client VPN endpoint.</p>
|
|
6657
|
-
*/
|
|
6658
|
-
Enabled?: boolean;
|
|
6659
|
-
/**
|
|
6660
|
-
* <p>The name of the Amazon CloudWatch Logs log group to which connection logging data is published.</p>
|
|
6661
|
-
*/
|
|
6662
|
-
CloudwatchLogGroup?: string;
|
|
6663
|
-
/**
|
|
6664
|
-
* <p>The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.</p>
|
|
6665
|
-
*/
|
|
6666
|
-
CloudwatchLogStream?: string;
|
|
6667
|
-
}
|
|
6668
|
-
export declare namespace ConnectionLogResponseOptions {
|
|
6669
|
-
/**
|
|
6670
|
-
* @internal
|
|
6671
|
-
*/
|
|
6672
|
-
const filterSensitiveLog: (obj: ConnectionLogResponseOptions) => any;
|
|
6673
|
-
}
|
|
6674
|
-
export declare type VpnProtocol = "openvpn";
|
|
6675
|
-
/**
|
|
6676
|
-
* <p>Describes a Client VPN endpoint.</p>
|
|
6677
|
-
*/
|
|
6678
|
-
export interface ClientVpnEndpoint {
|
|
6679
|
-
/**
|
|
6680
|
-
* <p>The ID of the Client VPN endpoint.</p>
|
|
6681
|
-
*/
|
|
6682
|
-
ClientVpnEndpointId?: string;
|
|
6683
|
-
/**
|
|
6684
|
-
* <p>A brief description of the endpoint.</p>
|
|
6685
|
-
*/
|
|
6686
|
-
Description?: string;
|
|
6687
|
-
/**
|
|
6688
|
-
* <p>The current state of the Client VPN endpoint.</p>
|
|
6689
|
-
*/
|
|
6690
|
-
Status?: ClientVpnEndpointStatus;
|
|
6691
|
-
/**
|
|
6692
|
-
* <p>The date and time the Client VPN endpoint was created.</p>
|
|
6693
|
-
*/
|
|
6694
|
-
CreationTime?: string;
|
|
6695
|
-
/**
|
|
6696
|
-
* <p>The date and time the Client VPN endpoint was deleted, if applicable.</p>
|
|
6697
|
-
*/
|
|
6698
|
-
DeletionTime?: string;
|
|
6699
|
-
/**
|
|
6700
|
-
* <p>The DNS name to be used by clients when connecting to the Client VPN endpoint.</p>
|
|
6701
|
-
*/
|
|
6702
|
-
DnsName?: string;
|
|
6703
|
-
/**
|
|
6704
|
-
* <p>The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.</p>
|
|
6705
|
-
*/
|
|
6706
|
-
ClientCidrBlock?: string;
|
|
6707
|
-
/**
|
|
6708
|
-
* <p>Information about the DNS servers to be used for DNS resolution. </p>
|
|
6709
|
-
*/
|
|
6710
|
-
DnsServers?: string[];
|
|
6711
|
-
/**
|
|
6712
|
-
* <p>Indicates whether split-tunnel is enabled in the Client VPN endpoint.</p>
|
|
6713
|
-
* <p>For information about split-tunnel VPN endpoints, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html">Split-Tunnel Client VPN endpoint</a>
|
|
6714
|
-
* in the <i>Client VPN Administrator Guide</i>.</p>
|
|
6715
|
-
*/
|
|
6716
|
-
SplitTunnel?: boolean;
|
|
6717
|
-
/**
|
|
6718
|
-
* <p>The protocol used by the VPN session.</p>
|
|
6719
|
-
*/
|
|
6720
|
-
VpnProtocol?: VpnProtocol | string;
|
|
6721
|
-
/**
|
|
6722
|
-
* <p>The transport protocol used by the Client VPN endpoint.</p>
|
|
6723
|
-
*/
|
|
6724
|
-
TransportProtocol?: TransportProtocol | string;
|
|
6725
|
-
/**
|
|
6726
|
-
* <p>The port number for the Client VPN endpoint.</p>
|
|
6727
|
-
*/
|
|
6728
|
-
VpnPort?: number;
|
|
6729
|
-
/**
|
|
6730
|
-
* @deprecated
|
|
6731
|
-
*
|
|
6732
|
-
* <p>Information about the associated target networks. A target network is a subnet in a VPC.</p>
|
|
6733
|
-
*/
|
|
6734
|
-
AssociatedTargetNetworks?: AssociatedTargetNetwork[];
|
|
6735
|
-
/**
|
|
6736
|
-
* <p>The ARN of the server certificate.</p>
|
|
6737
|
-
*/
|
|
6738
|
-
ServerCertificateArn?: string;
|
|
6739
|
-
/**
|
|
6740
|
-
* <p>Information about the authentication method used by the Client VPN endpoint.</p>
|
|
6741
|
-
*/
|
|
6742
|
-
AuthenticationOptions?: ClientVpnAuthentication[];
|
|
6743
|
-
/**
|
|
6744
|
-
* <p>Information about the client connection logging options for the Client VPN endpoint.</p>
|
|
6745
|
-
*/
|
|
6746
|
-
ConnectionLogOptions?: ConnectionLogResponseOptions;
|
|
6747
|
-
/**
|
|
6748
|
-
* <p>Any tags assigned to the Client VPN endpoint.</p>
|
|
6749
|
-
*/
|
|
6750
|
-
Tags?: Tag[];
|
|
6751
|
-
/**
|
|
6752
|
-
* <p>The IDs of the security groups for the target network.</p>
|
|
6753
|
-
*/
|
|
6754
|
-
SecurityGroupIds?: string[];
|
|
6755
|
-
/**
|
|
6756
|
-
* <p>The ID of the VPC.</p>
|
|
6757
|
-
*/
|
|
6758
|
-
VpcId?: string;
|
|
6759
|
-
/**
|
|
6760
|
-
* <p>The URL of the self-service portal.</p>
|
|
6761
|
-
*/
|
|
6762
|
-
SelfServicePortalUrl?: string;
|
|
6763
|
-
/**
|
|
6764
|
-
* <p>The options for managing connection authorization for new client connections.</p>
|
|
6765
|
-
*/
|
|
6766
|
-
ClientConnectOptions?: ClientConnectResponseOptions;
|
|
6767
|
-
/**
|
|
6768
|
-
* <p>The maximum VPN session duration time in hours.</p>
|
|
6769
|
-
* <p>Valid values: <code>8 | 10 | 12 | 24</code>
|
|
6770
|
-
* </p>
|
|
6771
|
-
* <p>Default value: <code>24</code>
|
|
6772
|
-
* </p>
|
|
6773
|
-
*/
|
|
6774
|
-
SessionTimeoutHours?: number;
|
|
6775
|
-
/**
|
|
6776
|
-
* <p>Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is
|
|
6777
|
-
* established.</p>
|
|
6778
|
-
*/
|
|
6779
|
-
ClientLoginBannerOptions?: ClientLoginBannerResponseOptions;
|
|
6780
|
-
}
|
|
6781
|
-
export declare namespace ClientVpnEndpoint {
|
|
6782
|
-
/**
|
|
6783
|
-
* @internal
|
|
6784
|
-
*/
|
|
6785
|
-
const filterSensitiveLog: (obj: ClientVpnEndpoint) => any;
|
|
6786
|
-
}
|
|
6787
|
-
export interface DescribeClientVpnEndpointsResult {
|
|
6788
|
-
/**
|
|
6789
|
-
* <p>Information about the Client VPN endpoints.</p>
|
|
6790
|
-
*/
|
|
6791
|
-
ClientVpnEndpoints?: ClientVpnEndpoint[];
|
|
6792
|
-
/**
|
|
6793
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
6794
|
-
*/
|
|
6795
|
-
NextToken?: string;
|
|
6796
|
-
}
|
|
6797
|
-
export declare namespace DescribeClientVpnEndpointsResult {
|
|
6798
|
-
/**
|
|
6799
|
-
* @internal
|
|
6800
|
-
*/
|
|
6801
|
-
const filterSensitiveLog: (obj: DescribeClientVpnEndpointsResult) => any;
|
|
6802
|
-
}
|