@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,9 +1,384 @@
|
|
|
1
|
-
import { _InstanceType, AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, HostnameType, IamInstanceProfileSpecification, IpPermission, TagSpecification, TransitGatewayAttachmentResourceType } from "./models_0";
|
|
2
|
-
import { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, ShutdownBehavior, SnapshotState, SpotInstanceType } from "./models_1";
|
|
3
|
-
import {
|
|
4
|
-
import { HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, NetworkInsightsAccessScopeAnalysis
|
|
5
|
-
import { InstanceNetworkInterfaceSpecification, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
|
|
1
|
+
import { _InstanceType, AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, HostnameType, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
2
|
+
import { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, IcmpTypeCode, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RuleAction, ShutdownBehavior, SnapshotState, SpotInstanceType } from "./models_1";
|
|
3
|
+
import { Filter, InstanceTagNotificationAttribute, TransitGatewayRoute } from "./models_2";
|
|
4
|
+
import { ClientVpnConnectionStatus, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, NetworkInsightsAccessScopeAnalysis } from "./models_3";
|
|
5
|
+
import { InstanceNetworkInterfaceSpecification, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
|
|
6
6
|
import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_5";
|
|
7
|
+
|
|
8
|
+
export interface RegisterInstanceTagAttributeRequest {
|
|
9
|
+
|
|
10
|
+
IncludeAllTagsOfInstance?: boolean;
|
|
11
|
+
|
|
12
|
+
InstanceTagKeys?: string[];
|
|
13
|
+
}
|
|
14
|
+
export declare namespace RegisterInstanceTagAttributeRequest {
|
|
15
|
+
|
|
16
|
+
const filterSensitiveLog: (obj: RegisterInstanceTagAttributeRequest) => any;
|
|
17
|
+
}
|
|
18
|
+
export interface RegisterInstanceEventNotificationAttributesRequest {
|
|
19
|
+
|
|
20
|
+
DryRun?: boolean;
|
|
21
|
+
|
|
22
|
+
InstanceTagAttribute?: RegisterInstanceTagAttributeRequest;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace RegisterInstanceEventNotificationAttributesRequest {
|
|
25
|
+
|
|
26
|
+
const filterSensitiveLog: (obj: RegisterInstanceEventNotificationAttributesRequest) => any;
|
|
27
|
+
}
|
|
28
|
+
export interface RegisterInstanceEventNotificationAttributesResult {
|
|
29
|
+
|
|
30
|
+
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
|
31
|
+
}
|
|
32
|
+
export declare namespace RegisterInstanceEventNotificationAttributesResult {
|
|
33
|
+
|
|
34
|
+
const filterSensitiveLog: (obj: RegisterInstanceEventNotificationAttributesResult) => any;
|
|
35
|
+
}
|
|
36
|
+
export interface RegisterTransitGatewayMulticastGroupMembersRequest {
|
|
37
|
+
|
|
38
|
+
TransitGatewayMulticastDomainId?: string;
|
|
39
|
+
|
|
40
|
+
GroupIpAddress?: string;
|
|
41
|
+
|
|
42
|
+
NetworkInterfaceIds?: string[];
|
|
43
|
+
|
|
44
|
+
DryRun?: boolean;
|
|
45
|
+
}
|
|
46
|
+
export declare namespace RegisterTransitGatewayMulticastGroupMembersRequest {
|
|
47
|
+
|
|
48
|
+
const filterSensitiveLog: (obj: RegisterTransitGatewayMulticastGroupMembersRequest) => any;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export interface TransitGatewayMulticastRegisteredGroupMembers {
|
|
52
|
+
|
|
53
|
+
TransitGatewayMulticastDomainId?: string;
|
|
54
|
+
|
|
55
|
+
RegisteredNetworkInterfaceIds?: string[];
|
|
56
|
+
|
|
57
|
+
GroupIpAddress?: string;
|
|
58
|
+
}
|
|
59
|
+
export declare namespace TransitGatewayMulticastRegisteredGroupMembers {
|
|
60
|
+
|
|
61
|
+
const filterSensitiveLog: (obj: TransitGatewayMulticastRegisteredGroupMembers) => any;
|
|
62
|
+
}
|
|
63
|
+
export interface RegisterTransitGatewayMulticastGroupMembersResult {
|
|
64
|
+
|
|
65
|
+
RegisteredMulticastGroupMembers?: TransitGatewayMulticastRegisteredGroupMembers;
|
|
66
|
+
}
|
|
67
|
+
export declare namespace RegisterTransitGatewayMulticastGroupMembersResult {
|
|
68
|
+
|
|
69
|
+
const filterSensitiveLog: (obj: RegisterTransitGatewayMulticastGroupMembersResult) => any;
|
|
70
|
+
}
|
|
71
|
+
export interface RegisterTransitGatewayMulticastGroupSourcesRequest {
|
|
72
|
+
|
|
73
|
+
TransitGatewayMulticastDomainId?: string;
|
|
74
|
+
|
|
75
|
+
GroupIpAddress?: string;
|
|
76
|
+
|
|
77
|
+
NetworkInterfaceIds?: string[];
|
|
78
|
+
|
|
79
|
+
DryRun?: boolean;
|
|
80
|
+
}
|
|
81
|
+
export declare namespace RegisterTransitGatewayMulticastGroupSourcesRequest {
|
|
82
|
+
|
|
83
|
+
const filterSensitiveLog: (obj: RegisterTransitGatewayMulticastGroupSourcesRequest) => any;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
export interface TransitGatewayMulticastRegisteredGroupSources {
|
|
87
|
+
|
|
88
|
+
TransitGatewayMulticastDomainId?: string;
|
|
89
|
+
|
|
90
|
+
RegisteredNetworkInterfaceIds?: string[];
|
|
91
|
+
|
|
92
|
+
GroupIpAddress?: string;
|
|
93
|
+
}
|
|
94
|
+
export declare namespace TransitGatewayMulticastRegisteredGroupSources {
|
|
95
|
+
|
|
96
|
+
const filterSensitiveLog: (obj: TransitGatewayMulticastRegisteredGroupSources) => any;
|
|
97
|
+
}
|
|
98
|
+
export interface RegisterTransitGatewayMulticastGroupSourcesResult {
|
|
99
|
+
|
|
100
|
+
RegisteredMulticastGroupSources?: TransitGatewayMulticastRegisteredGroupSources;
|
|
101
|
+
}
|
|
102
|
+
export declare namespace RegisterTransitGatewayMulticastGroupSourcesResult {
|
|
103
|
+
|
|
104
|
+
const filterSensitiveLog: (obj: RegisterTransitGatewayMulticastGroupSourcesResult) => any;
|
|
105
|
+
}
|
|
106
|
+
export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
|
|
107
|
+
|
|
108
|
+
TransitGatewayMulticastDomainId?: string;
|
|
109
|
+
|
|
110
|
+
TransitGatewayAttachmentId?: string;
|
|
111
|
+
|
|
112
|
+
SubnetIds?: string[];
|
|
113
|
+
|
|
114
|
+
DryRun?: boolean;
|
|
115
|
+
}
|
|
116
|
+
export declare namespace RejectTransitGatewayMulticastDomainAssociationsRequest {
|
|
117
|
+
|
|
118
|
+
const filterSensitiveLog: (obj: RejectTransitGatewayMulticastDomainAssociationsRequest) => any;
|
|
119
|
+
}
|
|
120
|
+
export interface RejectTransitGatewayMulticastDomainAssociationsResult {
|
|
121
|
+
|
|
122
|
+
Associations?: TransitGatewayMulticastDomainAssociations;
|
|
123
|
+
}
|
|
124
|
+
export declare namespace RejectTransitGatewayMulticastDomainAssociationsResult {
|
|
125
|
+
|
|
126
|
+
const filterSensitiveLog: (obj: RejectTransitGatewayMulticastDomainAssociationsResult) => any;
|
|
127
|
+
}
|
|
128
|
+
export interface RejectTransitGatewayPeeringAttachmentRequest {
|
|
129
|
+
|
|
130
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
131
|
+
|
|
132
|
+
DryRun?: boolean;
|
|
133
|
+
}
|
|
134
|
+
export declare namespace RejectTransitGatewayPeeringAttachmentRequest {
|
|
135
|
+
|
|
136
|
+
const filterSensitiveLog: (obj: RejectTransitGatewayPeeringAttachmentRequest) => any;
|
|
137
|
+
}
|
|
138
|
+
export interface RejectTransitGatewayPeeringAttachmentResult {
|
|
139
|
+
|
|
140
|
+
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
|
|
141
|
+
}
|
|
142
|
+
export declare namespace RejectTransitGatewayPeeringAttachmentResult {
|
|
143
|
+
|
|
144
|
+
const filterSensitiveLog: (obj: RejectTransitGatewayPeeringAttachmentResult) => any;
|
|
145
|
+
}
|
|
146
|
+
export interface RejectTransitGatewayVpcAttachmentRequest {
|
|
147
|
+
|
|
148
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
149
|
+
|
|
150
|
+
DryRun?: boolean;
|
|
151
|
+
}
|
|
152
|
+
export declare namespace RejectTransitGatewayVpcAttachmentRequest {
|
|
153
|
+
|
|
154
|
+
const filterSensitiveLog: (obj: RejectTransitGatewayVpcAttachmentRequest) => any;
|
|
155
|
+
}
|
|
156
|
+
export interface RejectTransitGatewayVpcAttachmentResult {
|
|
157
|
+
|
|
158
|
+
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
159
|
+
}
|
|
160
|
+
export declare namespace RejectTransitGatewayVpcAttachmentResult {
|
|
161
|
+
|
|
162
|
+
const filterSensitiveLog: (obj: RejectTransitGatewayVpcAttachmentResult) => any;
|
|
163
|
+
}
|
|
164
|
+
export interface RejectVpcEndpointConnectionsRequest {
|
|
165
|
+
|
|
166
|
+
DryRun?: boolean;
|
|
167
|
+
|
|
168
|
+
ServiceId: string | undefined;
|
|
169
|
+
|
|
170
|
+
VpcEndpointIds: string[] | undefined;
|
|
171
|
+
}
|
|
172
|
+
export declare namespace RejectVpcEndpointConnectionsRequest {
|
|
173
|
+
|
|
174
|
+
const filterSensitiveLog: (obj: RejectVpcEndpointConnectionsRequest) => any;
|
|
175
|
+
}
|
|
176
|
+
export interface RejectVpcEndpointConnectionsResult {
|
|
177
|
+
|
|
178
|
+
Unsuccessful?: UnsuccessfulItem[];
|
|
179
|
+
}
|
|
180
|
+
export declare namespace RejectVpcEndpointConnectionsResult {
|
|
181
|
+
|
|
182
|
+
const filterSensitiveLog: (obj: RejectVpcEndpointConnectionsResult) => any;
|
|
183
|
+
}
|
|
184
|
+
export interface RejectVpcPeeringConnectionRequest {
|
|
185
|
+
|
|
186
|
+
DryRun?: boolean;
|
|
187
|
+
|
|
188
|
+
VpcPeeringConnectionId: string | undefined;
|
|
189
|
+
}
|
|
190
|
+
export declare namespace RejectVpcPeeringConnectionRequest {
|
|
191
|
+
|
|
192
|
+
const filterSensitiveLog: (obj: RejectVpcPeeringConnectionRequest) => any;
|
|
193
|
+
}
|
|
194
|
+
export interface RejectVpcPeeringConnectionResult {
|
|
195
|
+
|
|
196
|
+
Return?: boolean;
|
|
197
|
+
}
|
|
198
|
+
export declare namespace RejectVpcPeeringConnectionResult {
|
|
199
|
+
|
|
200
|
+
const filterSensitiveLog: (obj: RejectVpcPeeringConnectionResult) => any;
|
|
201
|
+
}
|
|
202
|
+
export interface ReleaseAddressRequest {
|
|
203
|
+
|
|
204
|
+
AllocationId?: string;
|
|
205
|
+
|
|
206
|
+
PublicIp?: string;
|
|
207
|
+
|
|
208
|
+
NetworkBorderGroup?: string;
|
|
209
|
+
|
|
210
|
+
DryRun?: boolean;
|
|
211
|
+
}
|
|
212
|
+
export declare namespace ReleaseAddressRequest {
|
|
213
|
+
|
|
214
|
+
const filterSensitiveLog: (obj: ReleaseAddressRequest) => any;
|
|
215
|
+
}
|
|
216
|
+
export interface ReleaseHostsRequest {
|
|
217
|
+
|
|
218
|
+
HostIds: string[] | undefined;
|
|
219
|
+
}
|
|
220
|
+
export declare namespace ReleaseHostsRequest {
|
|
221
|
+
|
|
222
|
+
const filterSensitiveLog: (obj: ReleaseHostsRequest) => any;
|
|
223
|
+
}
|
|
224
|
+
export interface ReleaseHostsResult {
|
|
225
|
+
|
|
226
|
+
Successful?: string[];
|
|
227
|
+
|
|
228
|
+
Unsuccessful?: UnsuccessfulItem[];
|
|
229
|
+
}
|
|
230
|
+
export declare namespace ReleaseHostsResult {
|
|
231
|
+
|
|
232
|
+
const filterSensitiveLog: (obj: ReleaseHostsResult) => any;
|
|
233
|
+
}
|
|
234
|
+
export interface ReleaseIpamPoolAllocationRequest {
|
|
235
|
+
|
|
236
|
+
DryRun?: boolean;
|
|
237
|
+
|
|
238
|
+
IpamPoolId: string | undefined;
|
|
239
|
+
|
|
240
|
+
Cidr: string | undefined;
|
|
241
|
+
|
|
242
|
+
IpamPoolAllocationId: string | undefined;
|
|
243
|
+
}
|
|
244
|
+
export declare namespace ReleaseIpamPoolAllocationRequest {
|
|
245
|
+
|
|
246
|
+
const filterSensitiveLog: (obj: ReleaseIpamPoolAllocationRequest) => any;
|
|
247
|
+
}
|
|
248
|
+
export interface ReleaseIpamPoolAllocationResult {
|
|
249
|
+
|
|
250
|
+
Success?: boolean;
|
|
251
|
+
}
|
|
252
|
+
export declare namespace ReleaseIpamPoolAllocationResult {
|
|
253
|
+
|
|
254
|
+
const filterSensitiveLog: (obj: ReleaseIpamPoolAllocationResult) => any;
|
|
255
|
+
}
|
|
256
|
+
export interface ReplaceIamInstanceProfileAssociationRequest {
|
|
257
|
+
|
|
258
|
+
IamInstanceProfile: IamInstanceProfileSpecification | undefined;
|
|
259
|
+
|
|
260
|
+
AssociationId: string | undefined;
|
|
261
|
+
}
|
|
262
|
+
export declare namespace ReplaceIamInstanceProfileAssociationRequest {
|
|
263
|
+
|
|
264
|
+
const filterSensitiveLog: (obj: ReplaceIamInstanceProfileAssociationRequest) => any;
|
|
265
|
+
}
|
|
266
|
+
export interface ReplaceIamInstanceProfileAssociationResult {
|
|
267
|
+
|
|
268
|
+
IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
|
|
269
|
+
}
|
|
270
|
+
export declare namespace ReplaceIamInstanceProfileAssociationResult {
|
|
271
|
+
|
|
272
|
+
const filterSensitiveLog: (obj: ReplaceIamInstanceProfileAssociationResult) => any;
|
|
273
|
+
}
|
|
274
|
+
export interface ReplaceNetworkAclAssociationRequest {
|
|
275
|
+
|
|
276
|
+
AssociationId: string | undefined;
|
|
277
|
+
|
|
278
|
+
DryRun?: boolean;
|
|
279
|
+
|
|
280
|
+
NetworkAclId: string | undefined;
|
|
281
|
+
}
|
|
282
|
+
export declare namespace ReplaceNetworkAclAssociationRequest {
|
|
283
|
+
|
|
284
|
+
const filterSensitiveLog: (obj: ReplaceNetworkAclAssociationRequest) => any;
|
|
285
|
+
}
|
|
286
|
+
export interface ReplaceNetworkAclAssociationResult {
|
|
287
|
+
|
|
288
|
+
NewAssociationId?: string;
|
|
289
|
+
}
|
|
290
|
+
export declare namespace ReplaceNetworkAclAssociationResult {
|
|
291
|
+
|
|
292
|
+
const filterSensitiveLog: (obj: ReplaceNetworkAclAssociationResult) => any;
|
|
293
|
+
}
|
|
294
|
+
export interface ReplaceNetworkAclEntryRequest {
|
|
295
|
+
|
|
296
|
+
CidrBlock?: string;
|
|
297
|
+
|
|
298
|
+
DryRun?: boolean;
|
|
299
|
+
|
|
300
|
+
Egress: boolean | undefined;
|
|
301
|
+
|
|
302
|
+
IcmpTypeCode?: IcmpTypeCode;
|
|
303
|
+
|
|
304
|
+
Ipv6CidrBlock?: string;
|
|
305
|
+
|
|
306
|
+
NetworkAclId: string | undefined;
|
|
307
|
+
|
|
308
|
+
PortRange?: PortRange;
|
|
309
|
+
|
|
310
|
+
Protocol: string | undefined;
|
|
311
|
+
|
|
312
|
+
RuleAction: RuleAction | string | undefined;
|
|
313
|
+
|
|
314
|
+
RuleNumber: number | undefined;
|
|
315
|
+
}
|
|
316
|
+
export declare namespace ReplaceNetworkAclEntryRequest {
|
|
317
|
+
|
|
318
|
+
const filterSensitiveLog: (obj: ReplaceNetworkAclEntryRequest) => any;
|
|
319
|
+
}
|
|
320
|
+
export interface ReplaceRouteRequest {
|
|
321
|
+
|
|
322
|
+
DestinationCidrBlock?: string;
|
|
323
|
+
|
|
324
|
+
DestinationIpv6CidrBlock?: string;
|
|
325
|
+
|
|
326
|
+
DestinationPrefixListId?: string;
|
|
327
|
+
|
|
328
|
+
DryRun?: boolean;
|
|
329
|
+
|
|
330
|
+
VpcEndpointId?: string;
|
|
331
|
+
|
|
332
|
+
EgressOnlyInternetGatewayId?: string;
|
|
333
|
+
|
|
334
|
+
GatewayId?: string;
|
|
335
|
+
|
|
336
|
+
InstanceId?: string;
|
|
337
|
+
|
|
338
|
+
LocalTarget?: boolean;
|
|
339
|
+
|
|
340
|
+
NatGatewayId?: string;
|
|
341
|
+
|
|
342
|
+
TransitGatewayId?: string;
|
|
343
|
+
|
|
344
|
+
LocalGatewayId?: string;
|
|
345
|
+
|
|
346
|
+
CarrierGatewayId?: string;
|
|
347
|
+
|
|
348
|
+
NetworkInterfaceId?: string;
|
|
349
|
+
|
|
350
|
+
RouteTableId: string | undefined;
|
|
351
|
+
|
|
352
|
+
VpcPeeringConnectionId?: string;
|
|
353
|
+
|
|
354
|
+
CoreNetworkArn?: string;
|
|
355
|
+
}
|
|
356
|
+
export declare namespace ReplaceRouteRequest {
|
|
357
|
+
|
|
358
|
+
const filterSensitiveLog: (obj: ReplaceRouteRequest) => any;
|
|
359
|
+
}
|
|
360
|
+
export interface ReplaceRouteTableAssociationRequest {
|
|
361
|
+
|
|
362
|
+
AssociationId: string | undefined;
|
|
363
|
+
|
|
364
|
+
DryRun?: boolean;
|
|
365
|
+
|
|
366
|
+
RouteTableId: string | undefined;
|
|
367
|
+
}
|
|
368
|
+
export declare namespace ReplaceRouteTableAssociationRequest {
|
|
369
|
+
|
|
370
|
+
const filterSensitiveLog: (obj: ReplaceRouteTableAssociationRequest) => any;
|
|
371
|
+
}
|
|
372
|
+
export interface ReplaceRouteTableAssociationResult {
|
|
373
|
+
|
|
374
|
+
NewAssociationId?: string;
|
|
375
|
+
|
|
376
|
+
AssociationState?: RouteTableAssociationState;
|
|
377
|
+
}
|
|
378
|
+
export declare namespace ReplaceRouteTableAssociationResult {
|
|
379
|
+
|
|
380
|
+
const filterSensitiveLog: (obj: ReplaceRouteTableAssociationResult) => any;
|
|
381
|
+
}
|
|
7
382
|
export interface ReplaceTransitGatewayRouteRequest {
|
|
8
383
|
|
|
9
384
|
DestinationCidrBlock: string | undefined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeTransitGatewayPolicyTablesCommandInput, DescribeTransitGatewayPolicyTablesCommandOutput } from "../commands/DescribeTransitGatewayPolicyTablesCommand";
|
|
3
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateDescribeTransitGatewayPolicyTables(config: EC2PaginationConfiguration, input: DescribeTransitGatewayPolicyTablesCommandInput, ...additionalArguments: any): Paginator<DescribeTransitGatewayPolicyTablesCommandOutput>;
|
package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts
ADDED
|
@@ -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>;
|