@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
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeTransitGatewayRouteTableAnnouncementsCommandInput, DescribeTransitGatewayRouteTableAnnouncementsCommandOutput } from "../commands/DescribeTransitGatewayRouteTableAnnouncementsCommand";
|
|
3
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateDescribeTransitGatewayRouteTableAnnouncements(config: EC2PaginationConfiguration, input: DescribeTransitGatewayRouteTableAnnouncementsCommandInput, ...additionalArguments: any): Paginator<DescribeTransitGatewayRouteTableAnnouncementsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetTransitGatewayPolicyTableAssociationsCommandInput, GetTransitGatewayPolicyTableAssociationsCommandOutput } from "../commands/GetTransitGatewayPolicyTableAssociationsCommand";
|
|
3
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetTransitGatewayPolicyTableAssociations(config: EC2PaginationConfiguration, input: GetTransitGatewayPolicyTableAssociationsCommandInput, ...additionalArguments: any): Paginator<GetTransitGatewayPolicyTableAssociationsCommandOutput>;
|
|
@@ -82,6 +82,8 @@ export * from "./DescribeTransitGatewayConnectPeersPaginator";
|
|
|
82
82
|
export * from "./DescribeTransitGatewayConnectsPaginator";
|
|
83
83
|
export * from "./DescribeTransitGatewayMulticastDomainsPaginator";
|
|
84
84
|
export * from "./DescribeTransitGatewayPeeringAttachmentsPaginator";
|
|
85
|
+
export * from "./DescribeTransitGatewayPolicyTablesPaginator";
|
|
86
|
+
export * from "./DescribeTransitGatewayRouteTableAnnouncementsPaginator";
|
|
85
87
|
export * from "./DescribeTransitGatewayRouteTablesPaginator";
|
|
86
88
|
export * from "./DescribeTransitGatewayVpcAttachmentsPaginator";
|
|
87
89
|
export * from "./DescribeTransitGatewaysPaginator";
|
|
@@ -109,6 +111,7 @@ export * from "./GetManagedPrefixListEntriesPaginator";
|
|
|
109
111
|
export * from "./GetSpotPlacementScoresPaginator";
|
|
110
112
|
export * from "./GetTransitGatewayAttachmentPropagationsPaginator";
|
|
111
113
|
export * from "./GetTransitGatewayMulticastDomainAssociationsPaginator";
|
|
114
|
+
export * from "./GetTransitGatewayPolicyTableAssociationsPaginator";
|
|
112
115
|
export * from "./GetTransitGatewayPrefixListReferencesPaginator";
|
|
113
116
|
export * from "./GetTransitGatewayRouteTableAssociationsPaginator";
|
|
114
117
|
export * from "./GetTransitGatewayRouteTablePropagationsPaginator";
|
|
@@ -22,6 +22,7 @@ import { AssociateInstanceEventWindowCommandInput, AssociateInstanceEventWindowC
|
|
|
22
22
|
import { AssociateRouteTableCommandInput, AssociateRouteTableCommandOutput } from "../commands/AssociateRouteTableCommand";
|
|
23
23
|
import { AssociateSubnetCidrBlockCommandInput, AssociateSubnetCidrBlockCommandOutput } from "../commands/AssociateSubnetCidrBlockCommand";
|
|
24
24
|
import { AssociateTransitGatewayMulticastDomainCommandInput, AssociateTransitGatewayMulticastDomainCommandOutput } from "../commands/AssociateTransitGatewayMulticastDomainCommand";
|
|
25
|
+
import { AssociateTransitGatewayPolicyTableCommandInput, AssociateTransitGatewayPolicyTableCommandOutput } from "../commands/AssociateTransitGatewayPolicyTableCommand";
|
|
25
26
|
import { AssociateTransitGatewayRouteTableCommandInput, AssociateTransitGatewayRouteTableCommandOutput } from "../commands/AssociateTransitGatewayRouteTableCommand";
|
|
26
27
|
import { AssociateTrunkInterfaceCommandInput, AssociateTrunkInterfaceCommandOutput } from "../commands/AssociateTrunkInterfaceCommand";
|
|
27
28
|
import { AssociateVpcCidrBlockCommandInput, AssociateVpcCidrBlockCommandOutput } from "../commands/AssociateVpcCidrBlockCommand";
|
|
@@ -104,8 +105,10 @@ import { CreateTransitGatewayConnectCommandInput, CreateTransitGatewayConnectCom
|
|
|
104
105
|
import { CreateTransitGatewayConnectPeerCommandInput, CreateTransitGatewayConnectPeerCommandOutput } from "../commands/CreateTransitGatewayConnectPeerCommand";
|
|
105
106
|
import { CreateTransitGatewayMulticastDomainCommandInput, CreateTransitGatewayMulticastDomainCommandOutput } from "../commands/CreateTransitGatewayMulticastDomainCommand";
|
|
106
107
|
import { CreateTransitGatewayPeeringAttachmentCommandInput, CreateTransitGatewayPeeringAttachmentCommandOutput } from "../commands/CreateTransitGatewayPeeringAttachmentCommand";
|
|
108
|
+
import { CreateTransitGatewayPolicyTableCommandInput, CreateTransitGatewayPolicyTableCommandOutput } from "../commands/CreateTransitGatewayPolicyTableCommand";
|
|
107
109
|
import { CreateTransitGatewayPrefixListReferenceCommandInput, CreateTransitGatewayPrefixListReferenceCommandOutput } from "../commands/CreateTransitGatewayPrefixListReferenceCommand";
|
|
108
110
|
import { CreateTransitGatewayRouteCommandInput, CreateTransitGatewayRouteCommandOutput } from "../commands/CreateTransitGatewayRouteCommand";
|
|
111
|
+
import { CreateTransitGatewayRouteTableAnnouncementCommandInput, CreateTransitGatewayRouteTableAnnouncementCommandOutput } from "../commands/CreateTransitGatewayRouteTableAnnouncementCommand";
|
|
109
112
|
import { CreateTransitGatewayRouteTableCommandInput, CreateTransitGatewayRouteTableCommandOutput } from "../commands/CreateTransitGatewayRouteTableCommand";
|
|
110
113
|
import { CreateTransitGatewayVpcAttachmentCommandInput, CreateTransitGatewayVpcAttachmentCommandOutput } from "../commands/CreateTransitGatewayVpcAttachmentCommand";
|
|
111
114
|
import { CreateVolumeCommandInput, CreateVolumeCommandOutput } from "../commands/CreateVolumeCommand";
|
|
@@ -166,8 +169,10 @@ import { DeleteTransitGatewayConnectCommandInput, DeleteTransitGatewayConnectCom
|
|
|
166
169
|
import { DeleteTransitGatewayConnectPeerCommandInput, DeleteTransitGatewayConnectPeerCommandOutput } from "../commands/DeleteTransitGatewayConnectPeerCommand";
|
|
167
170
|
import { DeleteTransitGatewayMulticastDomainCommandInput, DeleteTransitGatewayMulticastDomainCommandOutput } from "../commands/DeleteTransitGatewayMulticastDomainCommand";
|
|
168
171
|
import { DeleteTransitGatewayPeeringAttachmentCommandInput, DeleteTransitGatewayPeeringAttachmentCommandOutput } from "../commands/DeleteTransitGatewayPeeringAttachmentCommand";
|
|
172
|
+
import { DeleteTransitGatewayPolicyTableCommandInput, DeleteTransitGatewayPolicyTableCommandOutput } from "../commands/DeleteTransitGatewayPolicyTableCommand";
|
|
169
173
|
import { DeleteTransitGatewayPrefixListReferenceCommandInput, DeleteTransitGatewayPrefixListReferenceCommandOutput } from "../commands/DeleteTransitGatewayPrefixListReferenceCommand";
|
|
170
174
|
import { DeleteTransitGatewayRouteCommandInput, DeleteTransitGatewayRouteCommandOutput } from "../commands/DeleteTransitGatewayRouteCommand";
|
|
175
|
+
import { DeleteTransitGatewayRouteTableAnnouncementCommandInput, DeleteTransitGatewayRouteTableAnnouncementCommandOutput } from "../commands/DeleteTransitGatewayRouteTableAnnouncementCommand";
|
|
171
176
|
import { DeleteTransitGatewayRouteTableCommandInput, DeleteTransitGatewayRouteTableCommandOutput } from "../commands/DeleteTransitGatewayRouteTableCommand";
|
|
172
177
|
import { DeleteTransitGatewayVpcAttachmentCommandInput, DeleteTransitGatewayVpcAttachmentCommandOutput } from "../commands/DeleteTransitGatewayVpcAttachmentCommand";
|
|
173
178
|
import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "../commands/DeleteVolumeCommand";
|
|
@@ -298,6 +303,8 @@ import { DescribeTransitGatewayConnectPeersCommandInput, DescribeTransitGatewayC
|
|
|
298
303
|
import { DescribeTransitGatewayConnectsCommandInput, DescribeTransitGatewayConnectsCommandOutput } from "../commands/DescribeTransitGatewayConnectsCommand";
|
|
299
304
|
import { DescribeTransitGatewayMulticastDomainsCommandInput, DescribeTransitGatewayMulticastDomainsCommandOutput } from "../commands/DescribeTransitGatewayMulticastDomainsCommand";
|
|
300
305
|
import { DescribeTransitGatewayPeeringAttachmentsCommandInput, DescribeTransitGatewayPeeringAttachmentsCommandOutput } from "../commands/DescribeTransitGatewayPeeringAttachmentsCommand";
|
|
306
|
+
import { DescribeTransitGatewayPolicyTablesCommandInput, DescribeTransitGatewayPolicyTablesCommandOutput } from "../commands/DescribeTransitGatewayPolicyTablesCommand";
|
|
307
|
+
import { DescribeTransitGatewayRouteTableAnnouncementsCommandInput, DescribeTransitGatewayRouteTableAnnouncementsCommandOutput } from "../commands/DescribeTransitGatewayRouteTableAnnouncementsCommand";
|
|
301
308
|
import { DescribeTransitGatewayRouteTablesCommandInput, DescribeTransitGatewayRouteTablesCommandOutput } from "../commands/DescribeTransitGatewayRouteTablesCommand";
|
|
302
309
|
import { DescribeTransitGatewaysCommandInput, DescribeTransitGatewaysCommandOutput } from "../commands/DescribeTransitGatewaysCommand";
|
|
303
310
|
import { DescribeTransitGatewayVpcAttachmentsCommandInput, DescribeTransitGatewayVpcAttachmentsCommandOutput } from "../commands/DescribeTransitGatewayVpcAttachmentsCommand";
|
|
@@ -342,6 +349,7 @@ import { DisassociateInstanceEventWindowCommandInput, DisassociateInstanceEventW
|
|
|
342
349
|
import { DisassociateRouteTableCommandInput, DisassociateRouteTableCommandOutput } from "../commands/DisassociateRouteTableCommand";
|
|
343
350
|
import { DisassociateSubnetCidrBlockCommandInput, DisassociateSubnetCidrBlockCommandOutput } from "../commands/DisassociateSubnetCidrBlockCommand";
|
|
344
351
|
import { DisassociateTransitGatewayMulticastDomainCommandInput, DisassociateTransitGatewayMulticastDomainCommandOutput } from "../commands/DisassociateTransitGatewayMulticastDomainCommand";
|
|
352
|
+
import { DisassociateTransitGatewayPolicyTableCommandInput, DisassociateTransitGatewayPolicyTableCommandOutput } from "../commands/DisassociateTransitGatewayPolicyTableCommand";
|
|
345
353
|
import { DisassociateTransitGatewayRouteTableCommandInput, DisassociateTransitGatewayRouteTableCommandOutput } from "../commands/DisassociateTransitGatewayRouteTableCommand";
|
|
346
354
|
import { DisassociateTrunkInterfaceCommandInput, DisassociateTrunkInterfaceCommandOutput } from "../commands/DisassociateTrunkInterfaceCommand";
|
|
347
355
|
import { DisassociateVpcCidrBlockCommandInput, DisassociateVpcCidrBlockCommandOutput } from "../commands/DisassociateVpcCidrBlockCommand";
|
|
@@ -390,6 +398,8 @@ import { GetSpotPlacementScoresCommandInput, GetSpotPlacementScoresCommandOutput
|
|
|
390
398
|
import { GetSubnetCidrReservationsCommandInput, GetSubnetCidrReservationsCommandOutput } from "../commands/GetSubnetCidrReservationsCommand";
|
|
391
399
|
import { GetTransitGatewayAttachmentPropagationsCommandInput, GetTransitGatewayAttachmentPropagationsCommandOutput } from "../commands/GetTransitGatewayAttachmentPropagationsCommand";
|
|
392
400
|
import { GetTransitGatewayMulticastDomainAssociationsCommandInput, GetTransitGatewayMulticastDomainAssociationsCommandOutput } from "../commands/GetTransitGatewayMulticastDomainAssociationsCommand";
|
|
401
|
+
import { GetTransitGatewayPolicyTableAssociationsCommandInput, GetTransitGatewayPolicyTableAssociationsCommandOutput } from "../commands/GetTransitGatewayPolicyTableAssociationsCommand";
|
|
402
|
+
import { GetTransitGatewayPolicyTableEntriesCommandInput, GetTransitGatewayPolicyTableEntriesCommandOutput } from "../commands/GetTransitGatewayPolicyTableEntriesCommand";
|
|
393
403
|
import { GetTransitGatewayPrefixListReferencesCommandInput, GetTransitGatewayPrefixListReferencesCommandOutput } from "../commands/GetTransitGatewayPrefixListReferencesCommand";
|
|
394
404
|
import { GetTransitGatewayRouteTableAssociationsCommandInput, GetTransitGatewayRouteTableAssociationsCommandOutput } from "../commands/GetTransitGatewayRouteTableAssociationsCommand";
|
|
395
405
|
import { GetTransitGatewayRouteTablePropagationsCommandInput, GetTransitGatewayRouteTablePropagationsCommandOutput } from "../commands/GetTransitGatewayRouteTablePropagationsCommand";
|
|
@@ -545,6 +555,7 @@ export declare const serializeAws_ec2AssociateInstanceEventWindowCommand: (input
|
|
|
545
555
|
export declare const serializeAws_ec2AssociateRouteTableCommand: (input: AssociateRouteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
546
556
|
export declare const serializeAws_ec2AssociateSubnetCidrBlockCommand: (input: AssociateSubnetCidrBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
547
557
|
export declare const serializeAws_ec2AssociateTransitGatewayMulticastDomainCommand: (input: AssociateTransitGatewayMulticastDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
558
|
+
export declare const serializeAws_ec2AssociateTransitGatewayPolicyTableCommand: (input: AssociateTransitGatewayPolicyTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
548
559
|
export declare const serializeAws_ec2AssociateTransitGatewayRouteTableCommand: (input: AssociateTransitGatewayRouteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
549
560
|
export declare const serializeAws_ec2AssociateTrunkInterfaceCommand: (input: AssociateTrunkInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
550
561
|
export declare const serializeAws_ec2AssociateVpcCidrBlockCommand: (input: AssociateVpcCidrBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -627,9 +638,11 @@ export declare const serializeAws_ec2CreateTransitGatewayConnectCommand: (input:
|
|
|
627
638
|
export declare const serializeAws_ec2CreateTransitGatewayConnectPeerCommand: (input: CreateTransitGatewayConnectPeerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
628
639
|
export declare const serializeAws_ec2CreateTransitGatewayMulticastDomainCommand: (input: CreateTransitGatewayMulticastDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
629
640
|
export declare const serializeAws_ec2CreateTransitGatewayPeeringAttachmentCommand: (input: CreateTransitGatewayPeeringAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
641
|
+
export declare const serializeAws_ec2CreateTransitGatewayPolicyTableCommand: (input: CreateTransitGatewayPolicyTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
630
642
|
export declare const serializeAws_ec2CreateTransitGatewayPrefixListReferenceCommand: (input: CreateTransitGatewayPrefixListReferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
631
643
|
export declare const serializeAws_ec2CreateTransitGatewayRouteCommand: (input: CreateTransitGatewayRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
632
644
|
export declare const serializeAws_ec2CreateTransitGatewayRouteTableCommand: (input: CreateTransitGatewayRouteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
645
|
+
export declare const serializeAws_ec2CreateTransitGatewayRouteTableAnnouncementCommand: (input: CreateTransitGatewayRouteTableAnnouncementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
633
646
|
export declare const serializeAws_ec2CreateTransitGatewayVpcAttachmentCommand: (input: CreateTransitGatewayVpcAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
634
647
|
export declare const serializeAws_ec2CreateVolumeCommand: (input: CreateVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
635
648
|
export declare const serializeAws_ec2CreateVpcCommand: (input: CreateVpcCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -689,9 +702,11 @@ export declare const serializeAws_ec2DeleteTransitGatewayConnectCommand: (input:
|
|
|
689
702
|
export declare const serializeAws_ec2DeleteTransitGatewayConnectPeerCommand: (input: DeleteTransitGatewayConnectPeerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
690
703
|
export declare const serializeAws_ec2DeleteTransitGatewayMulticastDomainCommand: (input: DeleteTransitGatewayMulticastDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
691
704
|
export declare const serializeAws_ec2DeleteTransitGatewayPeeringAttachmentCommand: (input: DeleteTransitGatewayPeeringAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
705
|
+
export declare const serializeAws_ec2DeleteTransitGatewayPolicyTableCommand: (input: DeleteTransitGatewayPolicyTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
692
706
|
export declare const serializeAws_ec2DeleteTransitGatewayPrefixListReferenceCommand: (input: DeleteTransitGatewayPrefixListReferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
693
707
|
export declare const serializeAws_ec2DeleteTransitGatewayRouteCommand: (input: DeleteTransitGatewayRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
694
708
|
export declare const serializeAws_ec2DeleteTransitGatewayRouteTableCommand: (input: DeleteTransitGatewayRouteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
709
|
+
export declare const serializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementCommand: (input: DeleteTransitGatewayRouteTableAnnouncementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
695
710
|
export declare const serializeAws_ec2DeleteTransitGatewayVpcAttachmentCommand: (input: DeleteTransitGatewayVpcAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
696
711
|
export declare const serializeAws_ec2DeleteVolumeCommand: (input: DeleteVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
697
712
|
export declare const serializeAws_ec2DeleteVpcCommand: (input: DeleteVpcCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -821,6 +836,8 @@ export declare const serializeAws_ec2DescribeTransitGatewayConnectPeersCommand:
|
|
|
821
836
|
export declare const serializeAws_ec2DescribeTransitGatewayConnectsCommand: (input: DescribeTransitGatewayConnectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
822
837
|
export declare const serializeAws_ec2DescribeTransitGatewayMulticastDomainsCommand: (input: DescribeTransitGatewayMulticastDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
823
838
|
export declare const serializeAws_ec2DescribeTransitGatewayPeeringAttachmentsCommand: (input: DescribeTransitGatewayPeeringAttachmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
839
|
+
export declare const serializeAws_ec2DescribeTransitGatewayPolicyTablesCommand: (input: DescribeTransitGatewayPolicyTablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
840
|
+
export declare const serializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommand: (input: DescribeTransitGatewayRouteTableAnnouncementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
824
841
|
export declare const serializeAws_ec2DescribeTransitGatewayRouteTablesCommand: (input: DescribeTransitGatewayRouteTablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
825
842
|
export declare const serializeAws_ec2DescribeTransitGatewaysCommand: (input: DescribeTransitGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
826
843
|
export declare const serializeAws_ec2DescribeTransitGatewayVpcAttachmentsCommand: (input: DescribeTransitGatewayVpcAttachmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -865,6 +882,7 @@ export declare const serializeAws_ec2DisassociateInstanceEventWindowCommand: (in
|
|
|
865
882
|
export declare const serializeAws_ec2DisassociateRouteTableCommand: (input: DisassociateRouteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
866
883
|
export declare const serializeAws_ec2DisassociateSubnetCidrBlockCommand: (input: DisassociateSubnetCidrBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
867
884
|
export declare const serializeAws_ec2DisassociateTransitGatewayMulticastDomainCommand: (input: DisassociateTransitGatewayMulticastDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
885
|
+
export declare const serializeAws_ec2DisassociateTransitGatewayPolicyTableCommand: (input: DisassociateTransitGatewayPolicyTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
868
886
|
export declare const serializeAws_ec2DisassociateTransitGatewayRouteTableCommand: (input: DisassociateTransitGatewayRouteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
869
887
|
export declare const serializeAws_ec2DisassociateTrunkInterfaceCommand: (input: DisassociateTrunkInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
870
888
|
export declare const serializeAws_ec2DisassociateVpcCidrBlockCommand: (input: DisassociateVpcCidrBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -913,6 +931,8 @@ export declare const serializeAws_ec2GetSpotPlacementScoresCommand: (input: GetS
|
|
|
913
931
|
export declare const serializeAws_ec2GetSubnetCidrReservationsCommand: (input: GetSubnetCidrReservationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
914
932
|
export declare const serializeAws_ec2GetTransitGatewayAttachmentPropagationsCommand: (input: GetTransitGatewayAttachmentPropagationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
915
933
|
export declare const serializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommand: (input: GetTransitGatewayMulticastDomainAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
934
|
+
export declare const serializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommand: (input: GetTransitGatewayPolicyTableAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
935
|
+
export declare const serializeAws_ec2GetTransitGatewayPolicyTableEntriesCommand: (input: GetTransitGatewayPolicyTableEntriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
916
936
|
export declare const serializeAws_ec2GetTransitGatewayPrefixListReferencesCommand: (input: GetTransitGatewayPrefixListReferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
917
937
|
export declare const serializeAws_ec2GetTransitGatewayRouteTableAssociationsCommand: (input: GetTransitGatewayRouteTableAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
918
938
|
export declare const serializeAws_ec2GetTransitGatewayRouteTablePropagationsCommand: (input: GetTransitGatewayRouteTablePropagationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -1068,6 +1088,7 @@ export declare const deserializeAws_ec2AssociateInstanceEventWindowCommand: (out
|
|
|
1068
1088
|
export declare const deserializeAws_ec2AssociateRouteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateRouteTableCommandOutput>;
|
|
1069
1089
|
export declare const deserializeAws_ec2AssociateSubnetCidrBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSubnetCidrBlockCommandOutput>;
|
|
1070
1090
|
export declare const deserializeAws_ec2AssociateTransitGatewayMulticastDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTransitGatewayMulticastDomainCommandOutput>;
|
|
1091
|
+
export declare const deserializeAws_ec2AssociateTransitGatewayPolicyTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTransitGatewayPolicyTableCommandOutput>;
|
|
1071
1092
|
export declare const deserializeAws_ec2AssociateTransitGatewayRouteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTransitGatewayRouteTableCommandOutput>;
|
|
1072
1093
|
export declare const deserializeAws_ec2AssociateTrunkInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTrunkInterfaceCommandOutput>;
|
|
1073
1094
|
export declare const deserializeAws_ec2AssociateVpcCidrBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateVpcCidrBlockCommandOutput>;
|
|
@@ -1150,9 +1171,11 @@ export declare const deserializeAws_ec2CreateTransitGatewayConnectCommand: (outp
|
|
|
1150
1171
|
export declare const deserializeAws_ec2CreateTransitGatewayConnectPeerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransitGatewayConnectPeerCommandOutput>;
|
|
1151
1172
|
export declare const deserializeAws_ec2CreateTransitGatewayMulticastDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransitGatewayMulticastDomainCommandOutput>;
|
|
1152
1173
|
export declare const deserializeAws_ec2CreateTransitGatewayPeeringAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransitGatewayPeeringAttachmentCommandOutput>;
|
|
1174
|
+
export declare const deserializeAws_ec2CreateTransitGatewayPolicyTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransitGatewayPolicyTableCommandOutput>;
|
|
1153
1175
|
export declare const deserializeAws_ec2CreateTransitGatewayPrefixListReferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransitGatewayPrefixListReferenceCommandOutput>;
|
|
1154
1176
|
export declare const deserializeAws_ec2CreateTransitGatewayRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransitGatewayRouteCommandOutput>;
|
|
1155
1177
|
export declare const deserializeAws_ec2CreateTransitGatewayRouteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransitGatewayRouteTableCommandOutput>;
|
|
1178
|
+
export declare const deserializeAws_ec2CreateTransitGatewayRouteTableAnnouncementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransitGatewayRouteTableAnnouncementCommandOutput>;
|
|
1156
1179
|
export declare const deserializeAws_ec2CreateTransitGatewayVpcAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransitGatewayVpcAttachmentCommandOutput>;
|
|
1157
1180
|
export declare const deserializeAws_ec2CreateVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVolumeCommandOutput>;
|
|
1158
1181
|
export declare const deserializeAws_ec2CreateVpcCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcCommandOutput>;
|
|
@@ -1212,9 +1235,11 @@ export declare const deserializeAws_ec2DeleteTransitGatewayConnectCommand: (outp
|
|
|
1212
1235
|
export declare const deserializeAws_ec2DeleteTransitGatewayConnectPeerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTransitGatewayConnectPeerCommandOutput>;
|
|
1213
1236
|
export declare const deserializeAws_ec2DeleteTransitGatewayMulticastDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTransitGatewayMulticastDomainCommandOutput>;
|
|
1214
1237
|
export declare const deserializeAws_ec2DeleteTransitGatewayPeeringAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTransitGatewayPeeringAttachmentCommandOutput>;
|
|
1238
|
+
export declare const deserializeAws_ec2DeleteTransitGatewayPolicyTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTransitGatewayPolicyTableCommandOutput>;
|
|
1215
1239
|
export declare const deserializeAws_ec2DeleteTransitGatewayPrefixListReferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTransitGatewayPrefixListReferenceCommandOutput>;
|
|
1216
1240
|
export declare const deserializeAws_ec2DeleteTransitGatewayRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTransitGatewayRouteCommandOutput>;
|
|
1217
1241
|
export declare const deserializeAws_ec2DeleteTransitGatewayRouteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTransitGatewayRouteTableCommandOutput>;
|
|
1242
|
+
export declare const deserializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTransitGatewayRouteTableAnnouncementCommandOutput>;
|
|
1218
1243
|
export declare const deserializeAws_ec2DeleteTransitGatewayVpcAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTransitGatewayVpcAttachmentCommandOutput>;
|
|
1219
1244
|
export declare const deserializeAws_ec2DeleteVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVolumeCommandOutput>;
|
|
1220
1245
|
export declare const deserializeAws_ec2DeleteVpcCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcCommandOutput>;
|
|
@@ -1344,6 +1369,8 @@ export declare const deserializeAws_ec2DescribeTransitGatewayConnectPeersCommand
|
|
|
1344
1369
|
export declare const deserializeAws_ec2DescribeTransitGatewayConnectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTransitGatewayConnectsCommandOutput>;
|
|
1345
1370
|
export declare const deserializeAws_ec2DescribeTransitGatewayMulticastDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTransitGatewayMulticastDomainsCommandOutput>;
|
|
1346
1371
|
export declare const deserializeAws_ec2DescribeTransitGatewayPeeringAttachmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTransitGatewayPeeringAttachmentsCommandOutput>;
|
|
1372
|
+
export declare const deserializeAws_ec2DescribeTransitGatewayPolicyTablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTransitGatewayPolicyTablesCommandOutput>;
|
|
1373
|
+
export declare const deserializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTransitGatewayRouteTableAnnouncementsCommandOutput>;
|
|
1347
1374
|
export declare const deserializeAws_ec2DescribeTransitGatewayRouteTablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTransitGatewayRouteTablesCommandOutput>;
|
|
1348
1375
|
export declare const deserializeAws_ec2DescribeTransitGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTransitGatewaysCommandOutput>;
|
|
1349
1376
|
export declare const deserializeAws_ec2DescribeTransitGatewayVpcAttachmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTransitGatewayVpcAttachmentsCommandOutput>;
|
|
@@ -1388,6 +1415,7 @@ export declare const deserializeAws_ec2DisassociateInstanceEventWindowCommand: (
|
|
|
1388
1415
|
export declare const deserializeAws_ec2DisassociateRouteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateRouteTableCommandOutput>;
|
|
1389
1416
|
export declare const deserializeAws_ec2DisassociateSubnetCidrBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSubnetCidrBlockCommandOutput>;
|
|
1390
1417
|
export declare const deserializeAws_ec2DisassociateTransitGatewayMulticastDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTransitGatewayMulticastDomainCommandOutput>;
|
|
1418
|
+
export declare const deserializeAws_ec2DisassociateTransitGatewayPolicyTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTransitGatewayPolicyTableCommandOutput>;
|
|
1391
1419
|
export declare const deserializeAws_ec2DisassociateTransitGatewayRouteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTransitGatewayRouteTableCommandOutput>;
|
|
1392
1420
|
export declare const deserializeAws_ec2DisassociateTrunkInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTrunkInterfaceCommandOutput>;
|
|
1393
1421
|
export declare const deserializeAws_ec2DisassociateVpcCidrBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateVpcCidrBlockCommandOutput>;
|
|
@@ -1436,6 +1464,8 @@ export declare const deserializeAws_ec2GetSpotPlacementScoresCommand: (output: _
|
|
|
1436
1464
|
export declare const deserializeAws_ec2GetSubnetCidrReservationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubnetCidrReservationsCommandOutput>;
|
|
1437
1465
|
export declare const deserializeAws_ec2GetTransitGatewayAttachmentPropagationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayAttachmentPropagationsCommandOutput>;
|
|
1438
1466
|
export declare const deserializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayMulticastDomainAssociationsCommandOutput>;
|
|
1467
|
+
export declare const deserializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayPolicyTableAssociationsCommandOutput>;
|
|
1468
|
+
export declare const deserializeAws_ec2GetTransitGatewayPolicyTableEntriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayPolicyTableEntriesCommandOutput>;
|
|
1439
1469
|
export declare const deserializeAws_ec2GetTransitGatewayPrefixListReferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayPrefixListReferencesCommandOutput>;
|
|
1440
1470
|
export declare const deserializeAws_ec2GetTransitGatewayRouteTableAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayRouteTableAssociationsCommandOutput>;
|
|
1441
1471
|
export declare const deserializeAws_ec2GetTransitGatewayRouteTablePropagationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayRouteTablePropagationsCommandOutput>;
|
|
@@ -21,6 +21,7 @@ import { AssociateInstanceEventWindowCommandInput, AssociateInstanceEventWindowC
|
|
|
21
21
|
import { AssociateRouteTableCommandInput, AssociateRouteTableCommandOutput } from "./commands/AssociateRouteTableCommand";
|
|
22
22
|
import { AssociateSubnetCidrBlockCommandInput, AssociateSubnetCidrBlockCommandOutput } from "./commands/AssociateSubnetCidrBlockCommand";
|
|
23
23
|
import { AssociateTransitGatewayMulticastDomainCommandInput, AssociateTransitGatewayMulticastDomainCommandOutput } from "./commands/AssociateTransitGatewayMulticastDomainCommand";
|
|
24
|
+
import { AssociateTransitGatewayPolicyTableCommandInput, AssociateTransitGatewayPolicyTableCommandOutput } from "./commands/AssociateTransitGatewayPolicyTableCommand";
|
|
24
25
|
import { AssociateTransitGatewayRouteTableCommandInput, AssociateTransitGatewayRouteTableCommandOutput } from "./commands/AssociateTransitGatewayRouteTableCommand";
|
|
25
26
|
import { AssociateTrunkInterfaceCommandInput, AssociateTrunkInterfaceCommandOutput } from "./commands/AssociateTrunkInterfaceCommand";
|
|
26
27
|
import { AssociateVpcCidrBlockCommandInput, AssociateVpcCidrBlockCommandOutput } from "./commands/AssociateVpcCidrBlockCommand";
|
|
@@ -103,8 +104,10 @@ import { CreateTransitGatewayConnectCommandInput, CreateTransitGatewayConnectCom
|
|
|
103
104
|
import { CreateTransitGatewayConnectPeerCommandInput, CreateTransitGatewayConnectPeerCommandOutput } from "./commands/CreateTransitGatewayConnectPeerCommand";
|
|
104
105
|
import { CreateTransitGatewayMulticastDomainCommandInput, CreateTransitGatewayMulticastDomainCommandOutput } from "./commands/CreateTransitGatewayMulticastDomainCommand";
|
|
105
106
|
import { CreateTransitGatewayPeeringAttachmentCommandInput, CreateTransitGatewayPeeringAttachmentCommandOutput } from "./commands/CreateTransitGatewayPeeringAttachmentCommand";
|
|
107
|
+
import { CreateTransitGatewayPolicyTableCommandInput, CreateTransitGatewayPolicyTableCommandOutput } from "./commands/CreateTransitGatewayPolicyTableCommand";
|
|
106
108
|
import { CreateTransitGatewayPrefixListReferenceCommandInput, CreateTransitGatewayPrefixListReferenceCommandOutput } from "./commands/CreateTransitGatewayPrefixListReferenceCommand";
|
|
107
109
|
import { CreateTransitGatewayRouteCommandInput, CreateTransitGatewayRouteCommandOutput } from "./commands/CreateTransitGatewayRouteCommand";
|
|
110
|
+
import { CreateTransitGatewayRouteTableAnnouncementCommandInput, CreateTransitGatewayRouteTableAnnouncementCommandOutput } from "./commands/CreateTransitGatewayRouteTableAnnouncementCommand";
|
|
108
111
|
import { CreateTransitGatewayRouteTableCommandInput, CreateTransitGatewayRouteTableCommandOutput } from "./commands/CreateTransitGatewayRouteTableCommand";
|
|
109
112
|
import { CreateTransitGatewayVpcAttachmentCommandInput, CreateTransitGatewayVpcAttachmentCommandOutput } from "./commands/CreateTransitGatewayVpcAttachmentCommand";
|
|
110
113
|
import { CreateVolumeCommandInput, CreateVolumeCommandOutput } from "./commands/CreateVolumeCommand";
|
|
@@ -165,8 +168,10 @@ import { DeleteTransitGatewayConnectCommandInput, DeleteTransitGatewayConnectCom
|
|
|
165
168
|
import { DeleteTransitGatewayConnectPeerCommandInput, DeleteTransitGatewayConnectPeerCommandOutput } from "./commands/DeleteTransitGatewayConnectPeerCommand";
|
|
166
169
|
import { DeleteTransitGatewayMulticastDomainCommandInput, DeleteTransitGatewayMulticastDomainCommandOutput } from "./commands/DeleteTransitGatewayMulticastDomainCommand";
|
|
167
170
|
import { DeleteTransitGatewayPeeringAttachmentCommandInput, DeleteTransitGatewayPeeringAttachmentCommandOutput } from "./commands/DeleteTransitGatewayPeeringAttachmentCommand";
|
|
171
|
+
import { DeleteTransitGatewayPolicyTableCommandInput, DeleteTransitGatewayPolicyTableCommandOutput } from "./commands/DeleteTransitGatewayPolicyTableCommand";
|
|
168
172
|
import { DeleteTransitGatewayPrefixListReferenceCommandInput, DeleteTransitGatewayPrefixListReferenceCommandOutput } from "./commands/DeleteTransitGatewayPrefixListReferenceCommand";
|
|
169
173
|
import { DeleteTransitGatewayRouteCommandInput, DeleteTransitGatewayRouteCommandOutput } from "./commands/DeleteTransitGatewayRouteCommand";
|
|
174
|
+
import { DeleteTransitGatewayRouteTableAnnouncementCommandInput, DeleteTransitGatewayRouteTableAnnouncementCommandOutput } from "./commands/DeleteTransitGatewayRouteTableAnnouncementCommand";
|
|
170
175
|
import { DeleteTransitGatewayRouteTableCommandInput, DeleteTransitGatewayRouteTableCommandOutput } from "./commands/DeleteTransitGatewayRouteTableCommand";
|
|
171
176
|
import { DeleteTransitGatewayVpcAttachmentCommandInput, DeleteTransitGatewayVpcAttachmentCommandOutput } from "./commands/DeleteTransitGatewayVpcAttachmentCommand";
|
|
172
177
|
import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "./commands/DeleteVolumeCommand";
|
|
@@ -297,6 +302,8 @@ import { DescribeTransitGatewayConnectPeersCommandInput, DescribeTransitGatewayC
|
|
|
297
302
|
import { DescribeTransitGatewayConnectsCommandInput, DescribeTransitGatewayConnectsCommandOutput } from "./commands/DescribeTransitGatewayConnectsCommand";
|
|
298
303
|
import { DescribeTransitGatewayMulticastDomainsCommandInput, DescribeTransitGatewayMulticastDomainsCommandOutput } from "./commands/DescribeTransitGatewayMulticastDomainsCommand";
|
|
299
304
|
import { DescribeTransitGatewayPeeringAttachmentsCommandInput, DescribeTransitGatewayPeeringAttachmentsCommandOutput } from "./commands/DescribeTransitGatewayPeeringAttachmentsCommand";
|
|
305
|
+
import { DescribeTransitGatewayPolicyTablesCommandInput, DescribeTransitGatewayPolicyTablesCommandOutput } from "./commands/DescribeTransitGatewayPolicyTablesCommand";
|
|
306
|
+
import { DescribeTransitGatewayRouteTableAnnouncementsCommandInput, DescribeTransitGatewayRouteTableAnnouncementsCommandOutput } from "./commands/DescribeTransitGatewayRouteTableAnnouncementsCommand";
|
|
300
307
|
import { DescribeTransitGatewayRouteTablesCommandInput, DescribeTransitGatewayRouteTablesCommandOutput } from "./commands/DescribeTransitGatewayRouteTablesCommand";
|
|
301
308
|
import { DescribeTransitGatewaysCommandInput, DescribeTransitGatewaysCommandOutput } from "./commands/DescribeTransitGatewaysCommand";
|
|
302
309
|
import { DescribeTransitGatewayVpcAttachmentsCommandInput, DescribeTransitGatewayVpcAttachmentsCommandOutput } from "./commands/DescribeTransitGatewayVpcAttachmentsCommand";
|
|
@@ -341,6 +348,7 @@ import { DisassociateInstanceEventWindowCommandInput, DisassociateInstanceEventW
|
|
|
341
348
|
import { DisassociateRouteTableCommandInput, DisassociateRouteTableCommandOutput } from "./commands/DisassociateRouteTableCommand";
|
|
342
349
|
import { DisassociateSubnetCidrBlockCommandInput, DisassociateSubnetCidrBlockCommandOutput } from "./commands/DisassociateSubnetCidrBlockCommand";
|
|
343
350
|
import { DisassociateTransitGatewayMulticastDomainCommandInput, DisassociateTransitGatewayMulticastDomainCommandOutput } from "./commands/DisassociateTransitGatewayMulticastDomainCommand";
|
|
351
|
+
import { DisassociateTransitGatewayPolicyTableCommandInput, DisassociateTransitGatewayPolicyTableCommandOutput } from "./commands/DisassociateTransitGatewayPolicyTableCommand";
|
|
344
352
|
import { DisassociateTransitGatewayRouteTableCommandInput, DisassociateTransitGatewayRouteTableCommandOutput } from "./commands/DisassociateTransitGatewayRouteTableCommand";
|
|
345
353
|
import { DisassociateTrunkInterfaceCommandInput, DisassociateTrunkInterfaceCommandOutput } from "./commands/DisassociateTrunkInterfaceCommand";
|
|
346
354
|
import { DisassociateVpcCidrBlockCommandInput, DisassociateVpcCidrBlockCommandOutput } from "./commands/DisassociateVpcCidrBlockCommand";
|
|
@@ -389,6 +397,8 @@ import { GetSpotPlacementScoresCommandInput, GetSpotPlacementScoresCommandOutput
|
|
|
389
397
|
import { GetSubnetCidrReservationsCommandInput, GetSubnetCidrReservationsCommandOutput } from "./commands/GetSubnetCidrReservationsCommand";
|
|
390
398
|
import { GetTransitGatewayAttachmentPropagationsCommandInput, GetTransitGatewayAttachmentPropagationsCommandOutput } from "./commands/GetTransitGatewayAttachmentPropagationsCommand";
|
|
391
399
|
import { GetTransitGatewayMulticastDomainAssociationsCommandInput, GetTransitGatewayMulticastDomainAssociationsCommandOutput } from "./commands/GetTransitGatewayMulticastDomainAssociationsCommand";
|
|
400
|
+
import { GetTransitGatewayPolicyTableAssociationsCommandInput, GetTransitGatewayPolicyTableAssociationsCommandOutput } from "./commands/GetTransitGatewayPolicyTableAssociationsCommand";
|
|
401
|
+
import { GetTransitGatewayPolicyTableEntriesCommandInput, GetTransitGatewayPolicyTableEntriesCommandOutput } from "./commands/GetTransitGatewayPolicyTableEntriesCommand";
|
|
392
402
|
import { GetTransitGatewayPrefixListReferencesCommandInput, GetTransitGatewayPrefixListReferencesCommandOutput } from "./commands/GetTransitGatewayPrefixListReferencesCommand";
|
|
393
403
|
import { GetTransitGatewayRouteTableAssociationsCommandInput, GetTransitGatewayRouteTableAssociationsCommandOutput } from "./commands/GetTransitGatewayRouteTableAssociationsCommand";
|
|
394
404
|
import { GetTransitGatewayRouteTablePropagationsCommandInput, GetTransitGatewayRouteTablePropagationsCommandOutput } from "./commands/GetTransitGatewayRouteTablePropagationsCommand";
|
|
@@ -614,6 +624,10 @@ export declare class EC2 extends EC2Client {
|
|
|
614
624
|
associateTransitGatewayMulticastDomain(args: AssociateTransitGatewayMulticastDomainCommandInput, cb: (err: any, data?: AssociateTransitGatewayMulticastDomainCommandOutput) => void): void;
|
|
615
625
|
associateTransitGatewayMulticastDomain(args: AssociateTransitGatewayMulticastDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateTransitGatewayMulticastDomainCommandOutput) => void): void;
|
|
616
626
|
|
|
627
|
+
associateTransitGatewayPolicyTable(args: AssociateTransitGatewayPolicyTableCommandInput, options?: __HttpHandlerOptions): Promise<AssociateTransitGatewayPolicyTableCommandOutput>;
|
|
628
|
+
associateTransitGatewayPolicyTable(args: AssociateTransitGatewayPolicyTableCommandInput, cb: (err: any, data?: AssociateTransitGatewayPolicyTableCommandOutput) => void): void;
|
|
629
|
+
associateTransitGatewayPolicyTable(args: AssociateTransitGatewayPolicyTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateTransitGatewayPolicyTableCommandOutput) => void): void;
|
|
630
|
+
|
|
617
631
|
associateTransitGatewayRouteTable(args: AssociateTransitGatewayRouteTableCommandInput, options?: __HttpHandlerOptions): Promise<AssociateTransitGatewayRouteTableCommandOutput>;
|
|
618
632
|
associateTransitGatewayRouteTable(args: AssociateTransitGatewayRouteTableCommandInput, cb: (err: any, data?: AssociateTransitGatewayRouteTableCommandOutput) => void): void;
|
|
619
633
|
associateTransitGatewayRouteTable(args: AssociateTransitGatewayRouteTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateTransitGatewayRouteTableCommandOutput) => void): void;
|
|
@@ -942,6 +956,10 @@ export declare class EC2 extends EC2Client {
|
|
|
942
956
|
createTransitGatewayPeeringAttachment(args: CreateTransitGatewayPeeringAttachmentCommandInput, cb: (err: any, data?: CreateTransitGatewayPeeringAttachmentCommandOutput) => void): void;
|
|
943
957
|
createTransitGatewayPeeringAttachment(args: CreateTransitGatewayPeeringAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTransitGatewayPeeringAttachmentCommandOutput) => void): void;
|
|
944
958
|
|
|
959
|
+
createTransitGatewayPolicyTable(args: CreateTransitGatewayPolicyTableCommandInput, options?: __HttpHandlerOptions): Promise<CreateTransitGatewayPolicyTableCommandOutput>;
|
|
960
|
+
createTransitGatewayPolicyTable(args: CreateTransitGatewayPolicyTableCommandInput, cb: (err: any, data?: CreateTransitGatewayPolicyTableCommandOutput) => void): void;
|
|
961
|
+
createTransitGatewayPolicyTable(args: CreateTransitGatewayPolicyTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTransitGatewayPolicyTableCommandOutput) => void): void;
|
|
962
|
+
|
|
945
963
|
createTransitGatewayPrefixListReference(args: CreateTransitGatewayPrefixListReferenceCommandInput, options?: __HttpHandlerOptions): Promise<CreateTransitGatewayPrefixListReferenceCommandOutput>;
|
|
946
964
|
createTransitGatewayPrefixListReference(args: CreateTransitGatewayPrefixListReferenceCommandInput, cb: (err: any, data?: CreateTransitGatewayPrefixListReferenceCommandOutput) => void): void;
|
|
947
965
|
createTransitGatewayPrefixListReference(args: CreateTransitGatewayPrefixListReferenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTransitGatewayPrefixListReferenceCommandOutput) => void): void;
|
|
@@ -954,6 +972,10 @@ export declare class EC2 extends EC2Client {
|
|
|
954
972
|
createTransitGatewayRouteTable(args: CreateTransitGatewayRouteTableCommandInput, cb: (err: any, data?: CreateTransitGatewayRouteTableCommandOutput) => void): void;
|
|
955
973
|
createTransitGatewayRouteTable(args: CreateTransitGatewayRouteTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTransitGatewayRouteTableCommandOutput) => void): void;
|
|
956
974
|
|
|
975
|
+
createTransitGatewayRouteTableAnnouncement(args: CreateTransitGatewayRouteTableAnnouncementCommandInput, options?: __HttpHandlerOptions): Promise<CreateTransitGatewayRouteTableAnnouncementCommandOutput>;
|
|
976
|
+
createTransitGatewayRouteTableAnnouncement(args: CreateTransitGatewayRouteTableAnnouncementCommandInput, cb: (err: any, data?: CreateTransitGatewayRouteTableAnnouncementCommandOutput) => void): void;
|
|
977
|
+
createTransitGatewayRouteTableAnnouncement(args: CreateTransitGatewayRouteTableAnnouncementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTransitGatewayRouteTableAnnouncementCommandOutput) => void): void;
|
|
978
|
+
|
|
957
979
|
createTransitGatewayVpcAttachment(args: CreateTransitGatewayVpcAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateTransitGatewayVpcAttachmentCommandOutput>;
|
|
958
980
|
createTransitGatewayVpcAttachment(args: CreateTransitGatewayVpcAttachmentCommandInput, cb: (err: any, data?: CreateTransitGatewayVpcAttachmentCommandOutput) => void): void;
|
|
959
981
|
createTransitGatewayVpcAttachment(args: CreateTransitGatewayVpcAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTransitGatewayVpcAttachmentCommandOutput) => void): void;
|
|
@@ -1190,6 +1212,10 @@ export declare class EC2 extends EC2Client {
|
|
|
1190
1212
|
deleteTransitGatewayPeeringAttachment(args: DeleteTransitGatewayPeeringAttachmentCommandInput, cb: (err: any, data?: DeleteTransitGatewayPeeringAttachmentCommandOutput) => void): void;
|
|
1191
1213
|
deleteTransitGatewayPeeringAttachment(args: DeleteTransitGatewayPeeringAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTransitGatewayPeeringAttachmentCommandOutput) => void): void;
|
|
1192
1214
|
|
|
1215
|
+
deleteTransitGatewayPolicyTable(args: DeleteTransitGatewayPolicyTableCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTransitGatewayPolicyTableCommandOutput>;
|
|
1216
|
+
deleteTransitGatewayPolicyTable(args: DeleteTransitGatewayPolicyTableCommandInput, cb: (err: any, data?: DeleteTransitGatewayPolicyTableCommandOutput) => void): void;
|
|
1217
|
+
deleteTransitGatewayPolicyTable(args: DeleteTransitGatewayPolicyTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTransitGatewayPolicyTableCommandOutput) => void): void;
|
|
1218
|
+
|
|
1193
1219
|
deleteTransitGatewayPrefixListReference(args: DeleteTransitGatewayPrefixListReferenceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTransitGatewayPrefixListReferenceCommandOutput>;
|
|
1194
1220
|
deleteTransitGatewayPrefixListReference(args: DeleteTransitGatewayPrefixListReferenceCommandInput, cb: (err: any, data?: DeleteTransitGatewayPrefixListReferenceCommandOutput) => void): void;
|
|
1195
1221
|
deleteTransitGatewayPrefixListReference(args: DeleteTransitGatewayPrefixListReferenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTransitGatewayPrefixListReferenceCommandOutput) => void): void;
|
|
@@ -1202,6 +1228,10 @@ export declare class EC2 extends EC2Client {
|
|
|
1202
1228
|
deleteTransitGatewayRouteTable(args: DeleteTransitGatewayRouteTableCommandInput, cb: (err: any, data?: DeleteTransitGatewayRouteTableCommandOutput) => void): void;
|
|
1203
1229
|
deleteTransitGatewayRouteTable(args: DeleteTransitGatewayRouteTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTransitGatewayRouteTableCommandOutput) => void): void;
|
|
1204
1230
|
|
|
1231
|
+
deleteTransitGatewayRouteTableAnnouncement(args: DeleteTransitGatewayRouteTableAnnouncementCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTransitGatewayRouteTableAnnouncementCommandOutput>;
|
|
1232
|
+
deleteTransitGatewayRouteTableAnnouncement(args: DeleteTransitGatewayRouteTableAnnouncementCommandInput, cb: (err: any, data?: DeleteTransitGatewayRouteTableAnnouncementCommandOutput) => void): void;
|
|
1233
|
+
deleteTransitGatewayRouteTableAnnouncement(args: DeleteTransitGatewayRouteTableAnnouncementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTransitGatewayRouteTableAnnouncementCommandOutput) => void): void;
|
|
1234
|
+
|
|
1205
1235
|
deleteTransitGatewayVpcAttachment(args: DeleteTransitGatewayVpcAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTransitGatewayVpcAttachmentCommandOutput>;
|
|
1206
1236
|
deleteTransitGatewayVpcAttachment(args: DeleteTransitGatewayVpcAttachmentCommandInput, cb: (err: any, data?: DeleteTransitGatewayVpcAttachmentCommandOutput) => void): void;
|
|
1207
1237
|
deleteTransitGatewayVpcAttachment(args: DeleteTransitGatewayVpcAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTransitGatewayVpcAttachmentCommandOutput) => void): void;
|
|
@@ -1718,6 +1748,14 @@ export declare class EC2 extends EC2Client {
|
|
|
1718
1748
|
describeTransitGatewayPeeringAttachments(args: DescribeTransitGatewayPeeringAttachmentsCommandInput, cb: (err: any, data?: DescribeTransitGatewayPeeringAttachmentsCommandOutput) => void): void;
|
|
1719
1749
|
describeTransitGatewayPeeringAttachments(args: DescribeTransitGatewayPeeringAttachmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTransitGatewayPeeringAttachmentsCommandOutput) => void): void;
|
|
1720
1750
|
|
|
1751
|
+
describeTransitGatewayPolicyTables(args: DescribeTransitGatewayPolicyTablesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTransitGatewayPolicyTablesCommandOutput>;
|
|
1752
|
+
describeTransitGatewayPolicyTables(args: DescribeTransitGatewayPolicyTablesCommandInput, cb: (err: any, data?: DescribeTransitGatewayPolicyTablesCommandOutput) => void): void;
|
|
1753
|
+
describeTransitGatewayPolicyTables(args: DescribeTransitGatewayPolicyTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTransitGatewayPolicyTablesCommandOutput) => void): void;
|
|
1754
|
+
|
|
1755
|
+
describeTransitGatewayRouteTableAnnouncements(args: DescribeTransitGatewayRouteTableAnnouncementsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTransitGatewayRouteTableAnnouncementsCommandOutput>;
|
|
1756
|
+
describeTransitGatewayRouteTableAnnouncements(args: DescribeTransitGatewayRouteTableAnnouncementsCommandInput, cb: (err: any, data?: DescribeTransitGatewayRouteTableAnnouncementsCommandOutput) => void): void;
|
|
1757
|
+
describeTransitGatewayRouteTableAnnouncements(args: DescribeTransitGatewayRouteTableAnnouncementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTransitGatewayRouteTableAnnouncementsCommandOutput) => void): void;
|
|
1758
|
+
|
|
1721
1759
|
describeTransitGatewayRouteTables(args: DescribeTransitGatewayRouteTablesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTransitGatewayRouteTablesCommandOutput>;
|
|
1722
1760
|
describeTransitGatewayRouteTables(args: DescribeTransitGatewayRouteTablesCommandInput, cb: (err: any, data?: DescribeTransitGatewayRouteTablesCommandOutput) => void): void;
|
|
1723
1761
|
describeTransitGatewayRouteTables(args: DescribeTransitGatewayRouteTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTransitGatewayRouteTablesCommandOutput) => void): void;
|
|
@@ -1894,6 +1932,10 @@ export declare class EC2 extends EC2Client {
|
|
|
1894
1932
|
disassociateTransitGatewayMulticastDomain(args: DisassociateTransitGatewayMulticastDomainCommandInput, cb: (err: any, data?: DisassociateTransitGatewayMulticastDomainCommandOutput) => void): void;
|
|
1895
1933
|
disassociateTransitGatewayMulticastDomain(args: DisassociateTransitGatewayMulticastDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateTransitGatewayMulticastDomainCommandOutput) => void): void;
|
|
1896
1934
|
|
|
1935
|
+
disassociateTransitGatewayPolicyTable(args: DisassociateTransitGatewayPolicyTableCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateTransitGatewayPolicyTableCommandOutput>;
|
|
1936
|
+
disassociateTransitGatewayPolicyTable(args: DisassociateTransitGatewayPolicyTableCommandInput, cb: (err: any, data?: DisassociateTransitGatewayPolicyTableCommandOutput) => void): void;
|
|
1937
|
+
disassociateTransitGatewayPolicyTable(args: DisassociateTransitGatewayPolicyTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateTransitGatewayPolicyTableCommandOutput) => void): void;
|
|
1938
|
+
|
|
1897
1939
|
disassociateTransitGatewayRouteTable(args: DisassociateTransitGatewayRouteTableCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateTransitGatewayRouteTableCommandOutput>;
|
|
1898
1940
|
disassociateTransitGatewayRouteTable(args: DisassociateTransitGatewayRouteTableCommandInput, cb: (err: any, data?: DisassociateTransitGatewayRouteTableCommandOutput) => void): void;
|
|
1899
1941
|
disassociateTransitGatewayRouteTable(args: DisassociateTransitGatewayRouteTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateTransitGatewayRouteTableCommandOutput) => void): void;
|
|
@@ -2086,6 +2128,14 @@ export declare class EC2 extends EC2Client {
|
|
|
2086
2128
|
getTransitGatewayMulticastDomainAssociations(args: GetTransitGatewayMulticastDomainAssociationsCommandInput, cb: (err: any, data?: GetTransitGatewayMulticastDomainAssociationsCommandOutput) => void): void;
|
|
2087
2129
|
getTransitGatewayMulticastDomainAssociations(args: GetTransitGatewayMulticastDomainAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTransitGatewayMulticastDomainAssociationsCommandOutput) => void): void;
|
|
2088
2130
|
|
|
2131
|
+
getTransitGatewayPolicyTableAssociations(args: GetTransitGatewayPolicyTableAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<GetTransitGatewayPolicyTableAssociationsCommandOutput>;
|
|
2132
|
+
getTransitGatewayPolicyTableAssociations(args: GetTransitGatewayPolicyTableAssociationsCommandInput, cb: (err: any, data?: GetTransitGatewayPolicyTableAssociationsCommandOutput) => void): void;
|
|
2133
|
+
getTransitGatewayPolicyTableAssociations(args: GetTransitGatewayPolicyTableAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTransitGatewayPolicyTableAssociationsCommandOutput) => void): void;
|
|
2134
|
+
|
|
2135
|
+
getTransitGatewayPolicyTableEntries(args: GetTransitGatewayPolicyTableEntriesCommandInput, options?: __HttpHandlerOptions): Promise<GetTransitGatewayPolicyTableEntriesCommandOutput>;
|
|
2136
|
+
getTransitGatewayPolicyTableEntries(args: GetTransitGatewayPolicyTableEntriesCommandInput, cb: (err: any, data?: GetTransitGatewayPolicyTableEntriesCommandOutput) => void): void;
|
|
2137
|
+
getTransitGatewayPolicyTableEntries(args: GetTransitGatewayPolicyTableEntriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTransitGatewayPolicyTableEntriesCommandOutput) => void): void;
|
|
2138
|
+
|
|
2089
2139
|
getTransitGatewayPrefixListReferences(args: GetTransitGatewayPrefixListReferencesCommandInput, options?: __HttpHandlerOptions): Promise<GetTransitGatewayPrefixListReferencesCommandOutput>;
|
|
2090
2140
|
getTransitGatewayPrefixListReferences(args: GetTransitGatewayPrefixListReferencesCommandInput, cb: (err: any, data?: GetTransitGatewayPrefixListReferencesCommandOutput) => void): void;
|
|
2091
2141
|
getTransitGatewayPrefixListReferences(args: GetTransitGatewayPrefixListReferencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTransitGatewayPrefixListReferencesCommandOutput) => void): void;
|