@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,8 +1,201 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
3
|
+
exports.ResetSnapshotAttributeRequest = exports.ResetNetworkInterfaceAttributeRequest = exports.ResetInstanceAttributeRequest = exports.ResetImageAttributeRequest = exports.ResetFpgaImageAttributeResult = exports.ResetFpgaImageAttributeRequest = exports.ResetEbsDefaultKmsKeyIdResult = exports.ResetEbsDefaultKmsKeyIdRequest = exports.ResetAddressAttributeResult = exports.ResetAddressAttributeRequest = exports.RequestSpotInstancesResult = exports.RequestSpotInstancesRequest = exports.RequestSpotLaunchSpecification = exports.RequestSpotFleetResponse = exports.RequestSpotFleetRequest = exports.ReportInstanceStatusRequest = exports.ReplaceTransitGatewayRouteResult = exports.ReplaceTransitGatewayRouteRequest = exports.ReplaceRouteTableAssociationResult = exports.ReplaceRouteTableAssociationRequest = exports.ReplaceRouteRequest = exports.ReplaceNetworkAclEntryRequest = exports.ReplaceNetworkAclAssociationResult = exports.ReplaceNetworkAclAssociationRequest = exports.ReplaceIamInstanceProfileAssociationResult = exports.ReplaceIamInstanceProfileAssociationRequest = exports.ReleaseIpamPoolAllocationResult = exports.ReleaseIpamPoolAllocationRequest = exports.ReleaseHostsResult = exports.ReleaseHostsRequest = exports.ReleaseAddressRequest = exports.RejectVpcPeeringConnectionResult = exports.RejectVpcPeeringConnectionRequest = exports.RejectVpcEndpointConnectionsResult = exports.RejectVpcEndpointConnectionsRequest = exports.RejectTransitGatewayVpcAttachmentResult = exports.RejectTransitGatewayVpcAttachmentRequest = exports.RejectTransitGatewayPeeringAttachmentResult = exports.RejectTransitGatewayPeeringAttachmentRequest = exports.RejectTransitGatewayMulticastDomainAssociationsResult = exports.RejectTransitGatewayMulticastDomainAssociationsRequest = exports.RegisterTransitGatewayMulticastGroupSourcesResult = exports.TransitGatewayMulticastRegisteredGroupSources = exports.RegisterTransitGatewayMulticastGroupSourcesRequest = exports.RegisterTransitGatewayMulticastGroupMembersResult = exports.TransitGatewayMulticastRegisteredGroupMembers = exports.RegisterTransitGatewayMulticastGroupMembersRequest = exports.RegisterInstanceEventNotificationAttributesResult = exports.RegisterInstanceEventNotificationAttributesRequest = exports.RegisterInstanceTagAttributeRequest = void 0;
|
|
4
|
+
exports.StartInstancesResult = exports.InstanceStateChange = exports.StartInstancesRequest = exports.SendDiagnosticInterruptRequest = exports.SearchTransitGatewayRoutesResult = exports.SearchTransitGatewayRoutesRequest = exports.SearchTransitGatewayMulticastGroupsResult = exports.TransitGatewayMulticastGroup = exports.SearchTransitGatewayMulticastGroupsRequest = exports.SearchLocalGatewayRoutesResult = exports.SearchLocalGatewayRoutesRequest = exports.RunScheduledInstancesResult = exports.RunScheduledInstancesRequest = exports.ScheduledInstancesLaunchSpecification = exports.ScheduledInstancesPlacement = exports.ScheduledInstancesNetworkInterface = exports.ScheduledInstancesPrivateIpAddressConfig = exports.ScheduledInstancesIpv6Address = exports.ScheduledInstancesMonitoring = exports.ScheduledInstancesIamInstanceProfile = exports.ScheduledInstancesBlockDeviceMapping = exports.ScheduledInstancesEbs = exports.RunInstancesRequest = exports.PrivateDnsNameOptionsRequest = exports.InstanceMetadataOptionsRequest = exports.InstanceMaintenanceOptionsRequest = exports.LicenseConfigurationRequest = exports.LaunchTemplateSpecification = exports.InstanceMarketOptionsRequest = exports.SpotMarketOptions = exports.HibernationOptionsRequest = exports.EnclaveOptionsRequest = exports.ElasticInferenceAccelerator = exports.CpuOptionsRequest = exports.RevokeSecurityGroupIngressResult = exports.RevokeSecurityGroupIngressRequest = exports.RevokeSecurityGroupEgressResult = exports.RevokeSecurityGroupEgressRequest = exports.RevokeClientVpnIngressResult = exports.RevokeClientVpnIngressRequest = exports.RestoreSnapshotTierResult = exports.RestoreSnapshotTierRequest = exports.RestoreSnapshotFromRecycleBinResult = exports.RestoreSnapshotFromRecycleBinRequest = exports.RestoreManagedPrefixListVersionResult = exports.RestoreManagedPrefixListVersionRequest = exports.RestoreImageFromRecycleBinResult = exports.RestoreImageFromRecycleBinRequest = exports.RestoreAddressToClassicResult = exports.RestoreAddressToClassicRequest = void 0;
|
|
5
|
+
exports.WithdrawByoipCidrResult = exports.WithdrawByoipCidrRequest = exports.UpdateSecurityGroupRuleDescriptionsIngressResult = exports.UpdateSecurityGroupRuleDescriptionsIngressRequest = exports.UpdateSecurityGroupRuleDescriptionsEgressResult = exports.UpdateSecurityGroupRuleDescriptionsEgressRequest = exports.SecurityGroupRuleDescription = exports.UnmonitorInstancesResult = exports.UnmonitorInstancesRequest = exports.UnassignPrivateIpAddressesRequest = exports.UnassignIpv6AddressesResult = exports.UnassignIpv6AddressesRequest = exports.TerminateInstancesResult = exports.TerminateInstancesRequest = exports.TerminateClientVpnConnectionsResult = exports.TerminateConnectionStatus = exports.TerminateClientVpnConnectionsRequest = exports.StopInstancesResult = exports.StopInstancesRequest = exports.StartVpcEndpointServicePrivateDnsVerificationResult = exports.StartVpcEndpointServicePrivateDnsVerificationRequest = exports.StartNetworkInsightsAnalysisResult = exports.StartNetworkInsightsAnalysisRequest = exports.StartNetworkInsightsAccessScopeAnalysisResult = exports.StartNetworkInsightsAccessScopeAnalysisRequest = void 0;
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
var RegisterInstanceTagAttributeRequest;
|
|
8
|
+
(function (RegisterInstanceTagAttributeRequest) {
|
|
9
|
+
RegisterInstanceTagAttributeRequest.filterSensitiveLog = (obj) => ({
|
|
10
|
+
...obj,
|
|
11
|
+
});
|
|
12
|
+
})(RegisterInstanceTagAttributeRequest = exports.RegisterInstanceTagAttributeRequest || (exports.RegisterInstanceTagAttributeRequest = {}));
|
|
13
|
+
var RegisterInstanceEventNotificationAttributesRequest;
|
|
14
|
+
(function (RegisterInstanceEventNotificationAttributesRequest) {
|
|
15
|
+
RegisterInstanceEventNotificationAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
16
|
+
...obj,
|
|
17
|
+
});
|
|
18
|
+
})(RegisterInstanceEventNotificationAttributesRequest = exports.RegisterInstanceEventNotificationAttributesRequest || (exports.RegisterInstanceEventNotificationAttributesRequest = {}));
|
|
19
|
+
var RegisterInstanceEventNotificationAttributesResult;
|
|
20
|
+
(function (RegisterInstanceEventNotificationAttributesResult) {
|
|
21
|
+
RegisterInstanceEventNotificationAttributesResult.filterSensitiveLog = (obj) => ({
|
|
22
|
+
...obj,
|
|
23
|
+
});
|
|
24
|
+
})(RegisterInstanceEventNotificationAttributesResult = exports.RegisterInstanceEventNotificationAttributesResult || (exports.RegisterInstanceEventNotificationAttributesResult = {}));
|
|
25
|
+
var RegisterTransitGatewayMulticastGroupMembersRequest;
|
|
26
|
+
(function (RegisterTransitGatewayMulticastGroupMembersRequest) {
|
|
27
|
+
RegisterTransitGatewayMulticastGroupMembersRequest.filterSensitiveLog = (obj) => ({
|
|
28
|
+
...obj,
|
|
29
|
+
});
|
|
30
|
+
})(RegisterTransitGatewayMulticastGroupMembersRequest = exports.RegisterTransitGatewayMulticastGroupMembersRequest || (exports.RegisterTransitGatewayMulticastGroupMembersRequest = {}));
|
|
31
|
+
var TransitGatewayMulticastRegisteredGroupMembers;
|
|
32
|
+
(function (TransitGatewayMulticastRegisteredGroupMembers) {
|
|
33
|
+
TransitGatewayMulticastRegisteredGroupMembers.filterSensitiveLog = (obj) => ({
|
|
34
|
+
...obj,
|
|
35
|
+
});
|
|
36
|
+
})(TransitGatewayMulticastRegisteredGroupMembers = exports.TransitGatewayMulticastRegisteredGroupMembers || (exports.TransitGatewayMulticastRegisteredGroupMembers = {}));
|
|
37
|
+
var RegisterTransitGatewayMulticastGroupMembersResult;
|
|
38
|
+
(function (RegisterTransitGatewayMulticastGroupMembersResult) {
|
|
39
|
+
RegisterTransitGatewayMulticastGroupMembersResult.filterSensitiveLog = (obj) => ({
|
|
40
|
+
...obj,
|
|
41
|
+
});
|
|
42
|
+
})(RegisterTransitGatewayMulticastGroupMembersResult = exports.RegisterTransitGatewayMulticastGroupMembersResult || (exports.RegisterTransitGatewayMulticastGroupMembersResult = {}));
|
|
43
|
+
var RegisterTransitGatewayMulticastGroupSourcesRequest;
|
|
44
|
+
(function (RegisterTransitGatewayMulticastGroupSourcesRequest) {
|
|
45
|
+
RegisterTransitGatewayMulticastGroupSourcesRequest.filterSensitiveLog = (obj) => ({
|
|
46
|
+
...obj,
|
|
47
|
+
});
|
|
48
|
+
})(RegisterTransitGatewayMulticastGroupSourcesRequest = exports.RegisterTransitGatewayMulticastGroupSourcesRequest || (exports.RegisterTransitGatewayMulticastGroupSourcesRequest = {}));
|
|
49
|
+
var TransitGatewayMulticastRegisteredGroupSources;
|
|
50
|
+
(function (TransitGatewayMulticastRegisteredGroupSources) {
|
|
51
|
+
TransitGatewayMulticastRegisteredGroupSources.filterSensitiveLog = (obj) => ({
|
|
52
|
+
...obj,
|
|
53
|
+
});
|
|
54
|
+
})(TransitGatewayMulticastRegisteredGroupSources = exports.TransitGatewayMulticastRegisteredGroupSources || (exports.TransitGatewayMulticastRegisteredGroupSources = {}));
|
|
55
|
+
var RegisterTransitGatewayMulticastGroupSourcesResult;
|
|
56
|
+
(function (RegisterTransitGatewayMulticastGroupSourcesResult) {
|
|
57
|
+
RegisterTransitGatewayMulticastGroupSourcesResult.filterSensitiveLog = (obj) => ({
|
|
58
|
+
...obj,
|
|
59
|
+
});
|
|
60
|
+
})(RegisterTransitGatewayMulticastGroupSourcesResult = exports.RegisterTransitGatewayMulticastGroupSourcesResult || (exports.RegisterTransitGatewayMulticastGroupSourcesResult = {}));
|
|
61
|
+
var RejectTransitGatewayMulticastDomainAssociationsRequest;
|
|
62
|
+
(function (RejectTransitGatewayMulticastDomainAssociationsRequest) {
|
|
63
|
+
RejectTransitGatewayMulticastDomainAssociationsRequest.filterSensitiveLog = (obj) => ({
|
|
64
|
+
...obj,
|
|
65
|
+
});
|
|
66
|
+
})(RejectTransitGatewayMulticastDomainAssociationsRequest = exports.RejectTransitGatewayMulticastDomainAssociationsRequest || (exports.RejectTransitGatewayMulticastDomainAssociationsRequest = {}));
|
|
67
|
+
var RejectTransitGatewayMulticastDomainAssociationsResult;
|
|
68
|
+
(function (RejectTransitGatewayMulticastDomainAssociationsResult) {
|
|
69
|
+
RejectTransitGatewayMulticastDomainAssociationsResult.filterSensitiveLog = (obj) => ({
|
|
70
|
+
...obj,
|
|
71
|
+
});
|
|
72
|
+
})(RejectTransitGatewayMulticastDomainAssociationsResult = exports.RejectTransitGatewayMulticastDomainAssociationsResult || (exports.RejectTransitGatewayMulticastDomainAssociationsResult = {}));
|
|
73
|
+
var RejectTransitGatewayPeeringAttachmentRequest;
|
|
74
|
+
(function (RejectTransitGatewayPeeringAttachmentRequest) {
|
|
75
|
+
RejectTransitGatewayPeeringAttachmentRequest.filterSensitiveLog = (obj) => ({
|
|
76
|
+
...obj,
|
|
77
|
+
});
|
|
78
|
+
})(RejectTransitGatewayPeeringAttachmentRequest = exports.RejectTransitGatewayPeeringAttachmentRequest || (exports.RejectTransitGatewayPeeringAttachmentRequest = {}));
|
|
79
|
+
var RejectTransitGatewayPeeringAttachmentResult;
|
|
80
|
+
(function (RejectTransitGatewayPeeringAttachmentResult) {
|
|
81
|
+
RejectTransitGatewayPeeringAttachmentResult.filterSensitiveLog = (obj) => ({
|
|
82
|
+
...obj,
|
|
83
|
+
});
|
|
84
|
+
})(RejectTransitGatewayPeeringAttachmentResult = exports.RejectTransitGatewayPeeringAttachmentResult || (exports.RejectTransitGatewayPeeringAttachmentResult = {}));
|
|
85
|
+
var RejectTransitGatewayVpcAttachmentRequest;
|
|
86
|
+
(function (RejectTransitGatewayVpcAttachmentRequest) {
|
|
87
|
+
RejectTransitGatewayVpcAttachmentRequest.filterSensitiveLog = (obj) => ({
|
|
88
|
+
...obj,
|
|
89
|
+
});
|
|
90
|
+
})(RejectTransitGatewayVpcAttachmentRequest = exports.RejectTransitGatewayVpcAttachmentRequest || (exports.RejectTransitGatewayVpcAttachmentRequest = {}));
|
|
91
|
+
var RejectTransitGatewayVpcAttachmentResult;
|
|
92
|
+
(function (RejectTransitGatewayVpcAttachmentResult) {
|
|
93
|
+
RejectTransitGatewayVpcAttachmentResult.filterSensitiveLog = (obj) => ({
|
|
94
|
+
...obj,
|
|
95
|
+
});
|
|
96
|
+
})(RejectTransitGatewayVpcAttachmentResult = exports.RejectTransitGatewayVpcAttachmentResult || (exports.RejectTransitGatewayVpcAttachmentResult = {}));
|
|
97
|
+
var RejectVpcEndpointConnectionsRequest;
|
|
98
|
+
(function (RejectVpcEndpointConnectionsRequest) {
|
|
99
|
+
RejectVpcEndpointConnectionsRequest.filterSensitiveLog = (obj) => ({
|
|
100
|
+
...obj,
|
|
101
|
+
});
|
|
102
|
+
})(RejectVpcEndpointConnectionsRequest = exports.RejectVpcEndpointConnectionsRequest || (exports.RejectVpcEndpointConnectionsRequest = {}));
|
|
103
|
+
var RejectVpcEndpointConnectionsResult;
|
|
104
|
+
(function (RejectVpcEndpointConnectionsResult) {
|
|
105
|
+
RejectVpcEndpointConnectionsResult.filterSensitiveLog = (obj) => ({
|
|
106
|
+
...obj,
|
|
107
|
+
});
|
|
108
|
+
})(RejectVpcEndpointConnectionsResult = exports.RejectVpcEndpointConnectionsResult || (exports.RejectVpcEndpointConnectionsResult = {}));
|
|
109
|
+
var RejectVpcPeeringConnectionRequest;
|
|
110
|
+
(function (RejectVpcPeeringConnectionRequest) {
|
|
111
|
+
RejectVpcPeeringConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
112
|
+
...obj,
|
|
113
|
+
});
|
|
114
|
+
})(RejectVpcPeeringConnectionRequest = exports.RejectVpcPeeringConnectionRequest || (exports.RejectVpcPeeringConnectionRequest = {}));
|
|
115
|
+
var RejectVpcPeeringConnectionResult;
|
|
116
|
+
(function (RejectVpcPeeringConnectionResult) {
|
|
117
|
+
RejectVpcPeeringConnectionResult.filterSensitiveLog = (obj) => ({
|
|
118
|
+
...obj,
|
|
119
|
+
});
|
|
120
|
+
})(RejectVpcPeeringConnectionResult = exports.RejectVpcPeeringConnectionResult || (exports.RejectVpcPeeringConnectionResult = {}));
|
|
121
|
+
var ReleaseAddressRequest;
|
|
122
|
+
(function (ReleaseAddressRequest) {
|
|
123
|
+
ReleaseAddressRequest.filterSensitiveLog = (obj) => ({
|
|
124
|
+
...obj,
|
|
125
|
+
});
|
|
126
|
+
})(ReleaseAddressRequest = exports.ReleaseAddressRequest || (exports.ReleaseAddressRequest = {}));
|
|
127
|
+
var ReleaseHostsRequest;
|
|
128
|
+
(function (ReleaseHostsRequest) {
|
|
129
|
+
ReleaseHostsRequest.filterSensitiveLog = (obj) => ({
|
|
130
|
+
...obj,
|
|
131
|
+
});
|
|
132
|
+
})(ReleaseHostsRequest = exports.ReleaseHostsRequest || (exports.ReleaseHostsRequest = {}));
|
|
133
|
+
var ReleaseHostsResult;
|
|
134
|
+
(function (ReleaseHostsResult) {
|
|
135
|
+
ReleaseHostsResult.filterSensitiveLog = (obj) => ({
|
|
136
|
+
...obj,
|
|
137
|
+
});
|
|
138
|
+
})(ReleaseHostsResult = exports.ReleaseHostsResult || (exports.ReleaseHostsResult = {}));
|
|
139
|
+
var ReleaseIpamPoolAllocationRequest;
|
|
140
|
+
(function (ReleaseIpamPoolAllocationRequest) {
|
|
141
|
+
ReleaseIpamPoolAllocationRequest.filterSensitiveLog = (obj) => ({
|
|
142
|
+
...obj,
|
|
143
|
+
});
|
|
144
|
+
})(ReleaseIpamPoolAllocationRequest = exports.ReleaseIpamPoolAllocationRequest || (exports.ReleaseIpamPoolAllocationRequest = {}));
|
|
145
|
+
var ReleaseIpamPoolAllocationResult;
|
|
146
|
+
(function (ReleaseIpamPoolAllocationResult) {
|
|
147
|
+
ReleaseIpamPoolAllocationResult.filterSensitiveLog = (obj) => ({
|
|
148
|
+
...obj,
|
|
149
|
+
});
|
|
150
|
+
})(ReleaseIpamPoolAllocationResult = exports.ReleaseIpamPoolAllocationResult || (exports.ReleaseIpamPoolAllocationResult = {}));
|
|
151
|
+
var ReplaceIamInstanceProfileAssociationRequest;
|
|
152
|
+
(function (ReplaceIamInstanceProfileAssociationRequest) {
|
|
153
|
+
ReplaceIamInstanceProfileAssociationRequest.filterSensitiveLog = (obj) => ({
|
|
154
|
+
...obj,
|
|
155
|
+
});
|
|
156
|
+
})(ReplaceIamInstanceProfileAssociationRequest = exports.ReplaceIamInstanceProfileAssociationRequest || (exports.ReplaceIamInstanceProfileAssociationRequest = {}));
|
|
157
|
+
var ReplaceIamInstanceProfileAssociationResult;
|
|
158
|
+
(function (ReplaceIamInstanceProfileAssociationResult) {
|
|
159
|
+
ReplaceIamInstanceProfileAssociationResult.filterSensitiveLog = (obj) => ({
|
|
160
|
+
...obj,
|
|
161
|
+
});
|
|
162
|
+
})(ReplaceIamInstanceProfileAssociationResult = exports.ReplaceIamInstanceProfileAssociationResult || (exports.ReplaceIamInstanceProfileAssociationResult = {}));
|
|
163
|
+
var ReplaceNetworkAclAssociationRequest;
|
|
164
|
+
(function (ReplaceNetworkAclAssociationRequest) {
|
|
165
|
+
ReplaceNetworkAclAssociationRequest.filterSensitiveLog = (obj) => ({
|
|
166
|
+
...obj,
|
|
167
|
+
});
|
|
168
|
+
})(ReplaceNetworkAclAssociationRequest = exports.ReplaceNetworkAclAssociationRequest || (exports.ReplaceNetworkAclAssociationRequest = {}));
|
|
169
|
+
var ReplaceNetworkAclAssociationResult;
|
|
170
|
+
(function (ReplaceNetworkAclAssociationResult) {
|
|
171
|
+
ReplaceNetworkAclAssociationResult.filterSensitiveLog = (obj) => ({
|
|
172
|
+
...obj,
|
|
173
|
+
});
|
|
174
|
+
})(ReplaceNetworkAclAssociationResult = exports.ReplaceNetworkAclAssociationResult || (exports.ReplaceNetworkAclAssociationResult = {}));
|
|
175
|
+
var ReplaceNetworkAclEntryRequest;
|
|
176
|
+
(function (ReplaceNetworkAclEntryRequest) {
|
|
177
|
+
ReplaceNetworkAclEntryRequest.filterSensitiveLog = (obj) => ({
|
|
178
|
+
...obj,
|
|
179
|
+
});
|
|
180
|
+
})(ReplaceNetworkAclEntryRequest = exports.ReplaceNetworkAclEntryRequest || (exports.ReplaceNetworkAclEntryRequest = {}));
|
|
181
|
+
var ReplaceRouteRequest;
|
|
182
|
+
(function (ReplaceRouteRequest) {
|
|
183
|
+
ReplaceRouteRequest.filterSensitiveLog = (obj) => ({
|
|
184
|
+
...obj,
|
|
185
|
+
});
|
|
186
|
+
})(ReplaceRouteRequest = exports.ReplaceRouteRequest || (exports.ReplaceRouteRequest = {}));
|
|
187
|
+
var ReplaceRouteTableAssociationRequest;
|
|
188
|
+
(function (ReplaceRouteTableAssociationRequest) {
|
|
189
|
+
ReplaceRouteTableAssociationRequest.filterSensitiveLog = (obj) => ({
|
|
190
|
+
...obj,
|
|
191
|
+
});
|
|
192
|
+
})(ReplaceRouteTableAssociationRequest = exports.ReplaceRouteTableAssociationRequest || (exports.ReplaceRouteTableAssociationRequest = {}));
|
|
193
|
+
var ReplaceRouteTableAssociationResult;
|
|
194
|
+
(function (ReplaceRouteTableAssociationResult) {
|
|
195
|
+
ReplaceRouteTableAssociationResult.filterSensitiveLog = (obj) => ({
|
|
196
|
+
...obj,
|
|
197
|
+
});
|
|
198
|
+
})(ReplaceRouteTableAssociationResult = exports.ReplaceRouteTableAssociationResult || (exports.ReplaceRouteTableAssociationResult = {}));
|
|
6
199
|
var ReplaceTransitGatewayRouteRequest;
|
|
7
200
|
(function (ReplaceTransitGatewayRouteRequest) {
|
|
8
201
|
ReplaceTransitGatewayRouteRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateDescribeTransitGatewayPolicyTables = void 0;
|
|
4
|
+
const DescribeTransitGatewayPolicyTablesCommand_1 = require("../commands/DescribeTransitGatewayPolicyTablesCommand");
|
|
5
|
+
const EC2_1 = require("../EC2");
|
|
6
|
+
const EC2Client_1 = require("../EC2Client");
|
|
7
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.send(new DescribeTransitGatewayPolicyTablesCommand_1.DescribeTransitGatewayPolicyTablesCommand(input), ...args);
|
|
9
|
+
};
|
|
10
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
11
|
+
return await client.describeTransitGatewayPolicyTables(input, ...args);
|
|
12
|
+
};
|
|
13
|
+
async function* paginateDescribeTransitGatewayPolicyTables(config, input, ...additionalArguments) {
|
|
14
|
+
let token = config.startingToken || undefined;
|
|
15
|
+
let hasNext = true;
|
|
16
|
+
let page;
|
|
17
|
+
while (hasNext) {
|
|
18
|
+
input.NextToken = token;
|
|
19
|
+
input["MaxResults"] = config.pageSize;
|
|
20
|
+
if (config.client instanceof EC2_1.EC2) {
|
|
21
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else if (config.client instanceof EC2Client_1.EC2Client) {
|
|
24
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
throw new Error("Invalid client, expected EC2 | EC2Client");
|
|
28
|
+
}
|
|
29
|
+
yield page;
|
|
30
|
+
const prevToken = token;
|
|
31
|
+
token = page.NextToken;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
33
|
+
}
|
|
34
|
+
return undefined;
|
|
35
|
+
}
|
|
36
|
+
exports.paginateDescribeTransitGatewayPolicyTables = paginateDescribeTransitGatewayPolicyTables;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateDescribeTransitGatewayRouteTableAnnouncements = void 0;
|
|
4
|
+
const DescribeTransitGatewayRouteTableAnnouncementsCommand_1 = require("../commands/DescribeTransitGatewayRouteTableAnnouncementsCommand");
|
|
5
|
+
const EC2_1 = require("../EC2");
|
|
6
|
+
const EC2Client_1 = require("../EC2Client");
|
|
7
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.send(new DescribeTransitGatewayRouteTableAnnouncementsCommand_1.DescribeTransitGatewayRouteTableAnnouncementsCommand(input), ...args);
|
|
9
|
+
};
|
|
10
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
11
|
+
return await client.describeTransitGatewayRouteTableAnnouncements(input, ...args);
|
|
12
|
+
};
|
|
13
|
+
async function* paginateDescribeTransitGatewayRouteTableAnnouncements(config, input, ...additionalArguments) {
|
|
14
|
+
let token = config.startingToken || undefined;
|
|
15
|
+
let hasNext = true;
|
|
16
|
+
let page;
|
|
17
|
+
while (hasNext) {
|
|
18
|
+
input.NextToken = token;
|
|
19
|
+
input["MaxResults"] = config.pageSize;
|
|
20
|
+
if (config.client instanceof EC2_1.EC2) {
|
|
21
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else if (config.client instanceof EC2Client_1.EC2Client) {
|
|
24
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
throw new Error("Invalid client, expected EC2 | EC2Client");
|
|
28
|
+
}
|
|
29
|
+
yield page;
|
|
30
|
+
const prevToken = token;
|
|
31
|
+
token = page.NextToken;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
33
|
+
}
|
|
34
|
+
return undefined;
|
|
35
|
+
}
|
|
36
|
+
exports.paginateDescribeTransitGatewayRouteTableAnnouncements = paginateDescribeTransitGatewayRouteTableAnnouncements;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateGetTransitGatewayPolicyTableAssociations = void 0;
|
|
4
|
+
const GetTransitGatewayPolicyTableAssociationsCommand_1 = require("../commands/GetTransitGatewayPolicyTableAssociationsCommand");
|
|
5
|
+
const EC2_1 = require("../EC2");
|
|
6
|
+
const EC2Client_1 = require("../EC2Client");
|
|
7
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.send(new GetTransitGatewayPolicyTableAssociationsCommand_1.GetTransitGatewayPolicyTableAssociationsCommand(input), ...args);
|
|
9
|
+
};
|
|
10
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
11
|
+
return await client.getTransitGatewayPolicyTableAssociations(input, ...args);
|
|
12
|
+
};
|
|
13
|
+
async function* paginateGetTransitGatewayPolicyTableAssociations(config, input, ...additionalArguments) {
|
|
14
|
+
let token = config.startingToken || undefined;
|
|
15
|
+
let hasNext = true;
|
|
16
|
+
let page;
|
|
17
|
+
while (hasNext) {
|
|
18
|
+
input.NextToken = token;
|
|
19
|
+
input["MaxResults"] = config.pageSize;
|
|
20
|
+
if (config.client instanceof EC2_1.EC2) {
|
|
21
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else if (config.client instanceof EC2Client_1.EC2Client) {
|
|
24
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
throw new Error("Invalid client, expected EC2 | EC2Client");
|
|
28
|
+
}
|
|
29
|
+
yield page;
|
|
30
|
+
const prevToken = token;
|
|
31
|
+
token = page.NextToken;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
33
|
+
}
|
|
34
|
+
return undefined;
|
|
35
|
+
}
|
|
36
|
+
exports.paginateGetTransitGatewayPolicyTableAssociations = paginateGetTransitGatewayPolicyTableAssociations;
|
|
@@ -85,6 +85,8 @@ tslib_1.__exportStar(require("./DescribeTransitGatewayConnectPeersPaginator"), e
|
|
|
85
85
|
tslib_1.__exportStar(require("./DescribeTransitGatewayConnectsPaginator"), exports);
|
|
86
86
|
tslib_1.__exportStar(require("./DescribeTransitGatewayMulticastDomainsPaginator"), exports);
|
|
87
87
|
tslib_1.__exportStar(require("./DescribeTransitGatewayPeeringAttachmentsPaginator"), exports);
|
|
88
|
+
tslib_1.__exportStar(require("./DescribeTransitGatewayPolicyTablesPaginator"), exports);
|
|
89
|
+
tslib_1.__exportStar(require("./DescribeTransitGatewayRouteTableAnnouncementsPaginator"), exports);
|
|
88
90
|
tslib_1.__exportStar(require("./DescribeTransitGatewayRouteTablesPaginator"), exports);
|
|
89
91
|
tslib_1.__exportStar(require("./DescribeTransitGatewayVpcAttachmentsPaginator"), exports);
|
|
90
92
|
tslib_1.__exportStar(require("./DescribeTransitGatewaysPaginator"), exports);
|
|
@@ -112,6 +114,7 @@ tslib_1.__exportStar(require("./GetManagedPrefixListEntriesPaginator"), exports)
|
|
|
112
114
|
tslib_1.__exportStar(require("./GetSpotPlacementScoresPaginator"), exports);
|
|
113
115
|
tslib_1.__exportStar(require("./GetTransitGatewayAttachmentPropagationsPaginator"), exports);
|
|
114
116
|
tslib_1.__exportStar(require("./GetTransitGatewayMulticastDomainAssociationsPaginator"), exports);
|
|
117
|
+
tslib_1.__exportStar(require("./GetTransitGatewayPolicyTableAssociationsPaginator"), exports);
|
|
115
118
|
tslib_1.__exportStar(require("./GetTransitGatewayPrefixListReferencesPaginator"), exports);
|
|
116
119
|
tslib_1.__exportStar(require("./GetTransitGatewayRouteTableAssociationsPaginator"), exports);
|
|
117
120
|
tslib_1.__exportStar(require("./GetTransitGatewayRouteTablePropagationsPaginator"), exports);
|