@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,26 +1,27 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.
|
|
23
|
-
exports.
|
|
3
|
+
exports.serializeAws_ec2CreateCapacityReservationFleetCommand = exports.serializeAws_ec2CreateCapacityReservationCommand = exports.serializeAws_ec2CopySnapshotCommand = exports.serializeAws_ec2CopyImageCommand = exports.serializeAws_ec2CopyFpgaImageCommand = exports.serializeAws_ec2ConfirmProductInstanceCommand = exports.serializeAws_ec2CancelSpotInstanceRequestsCommand = exports.serializeAws_ec2CancelSpotFleetRequestsCommand = exports.serializeAws_ec2CancelReservedInstancesListingCommand = exports.serializeAws_ec2CancelImportTaskCommand = exports.serializeAws_ec2CancelExportTaskCommand = exports.serializeAws_ec2CancelConversionTaskCommand = exports.serializeAws_ec2CancelCapacityReservationFleetsCommand = exports.serializeAws_ec2CancelCapacityReservationCommand = exports.serializeAws_ec2CancelBundleTaskCommand = exports.serializeAws_ec2BundleInstanceCommand = exports.serializeAws_ec2AuthorizeSecurityGroupIngressCommand = exports.serializeAws_ec2AuthorizeSecurityGroupEgressCommand = exports.serializeAws_ec2AuthorizeClientVpnIngressCommand = exports.serializeAws_ec2AttachVpnGatewayCommand = exports.serializeAws_ec2AttachVolumeCommand = exports.serializeAws_ec2AttachNetworkInterfaceCommand = exports.serializeAws_ec2AttachInternetGatewayCommand = exports.serializeAws_ec2AttachClassicLinkVpcCommand = exports.serializeAws_ec2AssociateVpcCidrBlockCommand = exports.serializeAws_ec2AssociateTrunkInterfaceCommand = exports.serializeAws_ec2AssociateTransitGatewayRouteTableCommand = exports.serializeAws_ec2AssociateTransitGatewayPolicyTableCommand = exports.serializeAws_ec2AssociateTransitGatewayMulticastDomainCommand = exports.serializeAws_ec2AssociateSubnetCidrBlockCommand = exports.serializeAws_ec2AssociateRouteTableCommand = exports.serializeAws_ec2AssociateInstanceEventWindowCommand = exports.serializeAws_ec2AssociateIamInstanceProfileCommand = exports.serializeAws_ec2AssociateEnclaveCertificateIamRoleCommand = exports.serializeAws_ec2AssociateDhcpOptionsCommand = exports.serializeAws_ec2AssociateClientVpnTargetNetworkCommand = exports.serializeAws_ec2AssociateAddressCommand = exports.serializeAws_ec2AssignPrivateIpAddressesCommand = exports.serializeAws_ec2AssignIpv6AddressesCommand = exports.serializeAws_ec2ApplySecurityGroupsToClientVpnTargetNetworkCommand = exports.serializeAws_ec2AllocateIpamPoolCidrCommand = exports.serializeAws_ec2AllocateHostsCommand = exports.serializeAws_ec2AllocateAddressCommand = exports.serializeAws_ec2AdvertiseByoipCidrCommand = exports.serializeAws_ec2AcceptVpcPeeringConnectionCommand = exports.serializeAws_ec2AcceptVpcEndpointConnectionsCommand = exports.serializeAws_ec2AcceptTransitGatewayVpcAttachmentCommand = exports.serializeAws_ec2AcceptTransitGatewayPeeringAttachmentCommand = exports.serializeAws_ec2AcceptTransitGatewayMulticastDomainAssociationsCommand = exports.serializeAws_ec2AcceptReservedInstancesExchangeQuoteCommand = void 0;
|
|
4
|
+
exports.serializeAws_ec2CreateTrafficMirrorTargetCommand = exports.serializeAws_ec2CreateTrafficMirrorSessionCommand = exports.serializeAws_ec2CreateTrafficMirrorFilterRuleCommand = exports.serializeAws_ec2CreateTrafficMirrorFilterCommand = exports.serializeAws_ec2CreateTagsCommand = exports.serializeAws_ec2CreateSubnetCidrReservationCommand = exports.serializeAws_ec2CreateSubnetCommand = exports.serializeAws_ec2CreateStoreImageTaskCommand = exports.serializeAws_ec2CreateSpotDatafeedSubscriptionCommand = exports.serializeAws_ec2CreateSnapshotsCommand = exports.serializeAws_ec2CreateSnapshotCommand = exports.serializeAws_ec2CreateSecurityGroupCommand = exports.serializeAws_ec2CreateRouteTableCommand = exports.serializeAws_ec2CreateRouteCommand = exports.serializeAws_ec2CreateRestoreImageTaskCommand = exports.serializeAws_ec2CreateReservedInstancesListingCommand = exports.serializeAws_ec2CreateReplaceRootVolumeTaskCommand = exports.serializeAws_ec2CreatePublicIpv4PoolCommand = exports.serializeAws_ec2CreatePlacementGroupCommand = exports.serializeAws_ec2CreateNetworkInterfacePermissionCommand = exports.serializeAws_ec2CreateNetworkInterfaceCommand = exports.serializeAws_ec2CreateNetworkInsightsPathCommand = exports.serializeAws_ec2CreateNetworkInsightsAccessScopeCommand = exports.serializeAws_ec2CreateNetworkAclEntryCommand = exports.serializeAws_ec2CreateNetworkAclCommand = exports.serializeAws_ec2CreateNatGatewayCommand = exports.serializeAws_ec2CreateManagedPrefixListCommand = exports.serializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationCommand = exports.serializeAws_ec2CreateLocalGatewayRouteCommand = exports.serializeAws_ec2CreateLaunchTemplateVersionCommand = exports.serializeAws_ec2CreateLaunchTemplateCommand = exports.serializeAws_ec2CreateKeyPairCommand = exports.serializeAws_ec2CreateIpamScopeCommand = exports.serializeAws_ec2CreateIpamPoolCommand = exports.serializeAws_ec2CreateIpamCommand = exports.serializeAws_ec2CreateInternetGatewayCommand = exports.serializeAws_ec2CreateInstanceExportTaskCommand = exports.serializeAws_ec2CreateInstanceEventWindowCommand = exports.serializeAws_ec2CreateImageCommand = exports.serializeAws_ec2CreateFpgaImageCommand = exports.serializeAws_ec2CreateFlowLogsCommand = exports.serializeAws_ec2CreateFleetCommand = exports.serializeAws_ec2CreateEgressOnlyInternetGatewayCommand = exports.serializeAws_ec2CreateDhcpOptionsCommand = exports.serializeAws_ec2CreateDefaultVpcCommand = exports.serializeAws_ec2CreateDefaultSubnetCommand = exports.serializeAws_ec2CreateCustomerGatewayCommand = exports.serializeAws_ec2CreateClientVpnRouteCommand = exports.serializeAws_ec2CreateClientVpnEndpointCommand = exports.serializeAws_ec2CreateCarrierGatewayCommand = void 0;
|
|
5
|
+
exports.serializeAws_ec2DeletePlacementGroupCommand = exports.serializeAws_ec2DeleteNetworkInterfacePermissionCommand = exports.serializeAws_ec2DeleteNetworkInterfaceCommand = exports.serializeAws_ec2DeleteNetworkInsightsPathCommand = exports.serializeAws_ec2DeleteNetworkInsightsAnalysisCommand = exports.serializeAws_ec2DeleteNetworkInsightsAccessScopeAnalysisCommand = exports.serializeAws_ec2DeleteNetworkInsightsAccessScopeCommand = exports.serializeAws_ec2DeleteNetworkAclEntryCommand = exports.serializeAws_ec2DeleteNetworkAclCommand = exports.serializeAws_ec2DeleteNatGatewayCommand = exports.serializeAws_ec2DeleteManagedPrefixListCommand = exports.serializeAws_ec2DeleteLocalGatewayRouteTableVpcAssociationCommand = exports.serializeAws_ec2DeleteLocalGatewayRouteCommand = exports.serializeAws_ec2DeleteLaunchTemplateVersionsCommand = exports.serializeAws_ec2DeleteLaunchTemplateCommand = exports.serializeAws_ec2DeleteKeyPairCommand = exports.serializeAws_ec2DeleteIpamScopeCommand = exports.serializeAws_ec2DeleteIpamPoolCommand = exports.serializeAws_ec2DeleteIpamCommand = exports.serializeAws_ec2DeleteInternetGatewayCommand = exports.serializeAws_ec2DeleteInstanceEventWindowCommand = exports.serializeAws_ec2DeleteFpgaImageCommand = exports.serializeAws_ec2DeleteFlowLogsCommand = exports.serializeAws_ec2DeleteFleetsCommand = exports.serializeAws_ec2DeleteEgressOnlyInternetGatewayCommand = exports.serializeAws_ec2DeleteDhcpOptionsCommand = exports.serializeAws_ec2DeleteCustomerGatewayCommand = exports.serializeAws_ec2DeleteClientVpnRouteCommand = exports.serializeAws_ec2DeleteClientVpnEndpointCommand = exports.serializeAws_ec2DeleteCarrierGatewayCommand = exports.serializeAws_ec2CreateVpnGatewayCommand = exports.serializeAws_ec2CreateVpnConnectionRouteCommand = exports.serializeAws_ec2CreateVpnConnectionCommand = exports.serializeAws_ec2CreateVpcPeeringConnectionCommand = exports.serializeAws_ec2CreateVpcEndpointServiceConfigurationCommand = exports.serializeAws_ec2CreateVpcEndpointConnectionNotificationCommand = exports.serializeAws_ec2CreateVpcEndpointCommand = exports.serializeAws_ec2CreateVpcCommand = exports.serializeAws_ec2CreateVolumeCommand = exports.serializeAws_ec2CreateTransitGatewayVpcAttachmentCommand = exports.serializeAws_ec2CreateTransitGatewayRouteTableAnnouncementCommand = exports.serializeAws_ec2CreateTransitGatewayRouteTableCommand = exports.serializeAws_ec2CreateTransitGatewayRouteCommand = exports.serializeAws_ec2CreateTransitGatewayPrefixListReferenceCommand = exports.serializeAws_ec2CreateTransitGatewayPolicyTableCommand = exports.serializeAws_ec2CreateTransitGatewayPeeringAttachmentCommand = exports.serializeAws_ec2CreateTransitGatewayMulticastDomainCommand = exports.serializeAws_ec2CreateTransitGatewayConnectPeerCommand = exports.serializeAws_ec2CreateTransitGatewayConnectCommand = exports.serializeAws_ec2CreateTransitGatewayCommand = void 0;
|
|
6
|
+
exports.serializeAws_ec2DescribeCapacityReservationsCommand = exports.serializeAws_ec2DescribeCapacityReservationFleetsCommand = exports.serializeAws_ec2DescribeByoipCidrsCommand = exports.serializeAws_ec2DescribeBundleTasksCommand = exports.serializeAws_ec2DescribeAvailabilityZonesCommand = exports.serializeAws_ec2DescribeAggregateIdFormatCommand = exports.serializeAws_ec2DescribeAddressesAttributeCommand = exports.serializeAws_ec2DescribeAddressesCommand = exports.serializeAws_ec2DescribeAccountAttributesCommand = exports.serializeAws_ec2DeregisterTransitGatewayMulticastGroupSourcesCommand = exports.serializeAws_ec2DeregisterTransitGatewayMulticastGroupMembersCommand = exports.serializeAws_ec2DeregisterInstanceEventNotificationAttributesCommand = exports.serializeAws_ec2DeregisterImageCommand = exports.serializeAws_ec2DeprovisionPublicIpv4PoolCidrCommand = exports.serializeAws_ec2DeprovisionIpamPoolCidrCommand = exports.serializeAws_ec2DeprovisionByoipCidrCommand = exports.serializeAws_ec2DeleteVpnGatewayCommand = exports.serializeAws_ec2DeleteVpnConnectionRouteCommand = exports.serializeAws_ec2DeleteVpnConnectionCommand = exports.serializeAws_ec2DeleteVpcPeeringConnectionCommand = exports.serializeAws_ec2DeleteVpcEndpointServiceConfigurationsCommand = exports.serializeAws_ec2DeleteVpcEndpointsCommand = exports.serializeAws_ec2DeleteVpcEndpointConnectionNotificationsCommand = exports.serializeAws_ec2DeleteVpcCommand = exports.serializeAws_ec2DeleteVolumeCommand = exports.serializeAws_ec2DeleteTransitGatewayVpcAttachmentCommand = exports.serializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementCommand = exports.serializeAws_ec2DeleteTransitGatewayRouteTableCommand = exports.serializeAws_ec2DeleteTransitGatewayRouteCommand = exports.serializeAws_ec2DeleteTransitGatewayPrefixListReferenceCommand = exports.serializeAws_ec2DeleteTransitGatewayPolicyTableCommand = exports.serializeAws_ec2DeleteTransitGatewayPeeringAttachmentCommand = exports.serializeAws_ec2DeleteTransitGatewayMulticastDomainCommand = exports.serializeAws_ec2DeleteTransitGatewayConnectPeerCommand = exports.serializeAws_ec2DeleteTransitGatewayConnectCommand = exports.serializeAws_ec2DeleteTransitGatewayCommand = exports.serializeAws_ec2DeleteTrafficMirrorTargetCommand = exports.serializeAws_ec2DeleteTrafficMirrorSessionCommand = exports.serializeAws_ec2DeleteTrafficMirrorFilterRuleCommand = exports.serializeAws_ec2DeleteTrafficMirrorFilterCommand = exports.serializeAws_ec2DeleteTagsCommand = exports.serializeAws_ec2DeleteSubnetCidrReservationCommand = exports.serializeAws_ec2DeleteSubnetCommand = exports.serializeAws_ec2DeleteSpotDatafeedSubscriptionCommand = exports.serializeAws_ec2DeleteSnapshotCommand = exports.serializeAws_ec2DeleteSecurityGroupCommand = exports.serializeAws_ec2DeleteRouteTableCommand = exports.serializeAws_ec2DeleteRouteCommand = exports.serializeAws_ec2DeleteQueuedReservedInstancesCommand = exports.serializeAws_ec2DeletePublicIpv4PoolCommand = void 0;
|
|
7
|
+
exports.serializeAws_ec2DescribeLocalGatewayRouteTablesCommand = exports.serializeAws_ec2DescribeLaunchTemplateVersionsCommand = exports.serializeAws_ec2DescribeLaunchTemplatesCommand = exports.serializeAws_ec2DescribeKeyPairsCommand = exports.serializeAws_ec2DescribeIpv6PoolsCommand = exports.serializeAws_ec2DescribeIpamScopesCommand = exports.serializeAws_ec2DescribeIpamsCommand = exports.serializeAws_ec2DescribeIpamPoolsCommand = exports.serializeAws_ec2DescribeInternetGatewaysCommand = exports.serializeAws_ec2DescribeInstanceTypesCommand = exports.serializeAws_ec2DescribeInstanceTypeOfferingsCommand = exports.serializeAws_ec2DescribeInstanceStatusCommand = exports.serializeAws_ec2DescribeInstancesCommand = exports.serializeAws_ec2DescribeInstanceEventWindowsCommand = exports.serializeAws_ec2DescribeInstanceEventNotificationAttributesCommand = exports.serializeAws_ec2DescribeInstanceCreditSpecificationsCommand = exports.serializeAws_ec2DescribeInstanceAttributeCommand = exports.serializeAws_ec2DescribeImportSnapshotTasksCommand = exports.serializeAws_ec2DescribeImportImageTasksCommand = exports.serializeAws_ec2DescribeImagesCommand = exports.serializeAws_ec2DescribeImageAttributeCommand = exports.serializeAws_ec2DescribeIdFormatCommand = exports.serializeAws_ec2DescribeIdentityIdFormatCommand = exports.serializeAws_ec2DescribeIamInstanceProfileAssociationsCommand = exports.serializeAws_ec2DescribeHostsCommand = exports.serializeAws_ec2DescribeHostReservationsCommand = exports.serializeAws_ec2DescribeHostReservationOfferingsCommand = exports.serializeAws_ec2DescribeFpgaImagesCommand = exports.serializeAws_ec2DescribeFpgaImageAttributeCommand = exports.serializeAws_ec2DescribeFlowLogsCommand = exports.serializeAws_ec2DescribeFleetsCommand = exports.serializeAws_ec2DescribeFleetInstancesCommand = exports.serializeAws_ec2DescribeFleetHistoryCommand = exports.serializeAws_ec2DescribeFastSnapshotRestoresCommand = exports.serializeAws_ec2DescribeFastLaunchImagesCommand = exports.serializeAws_ec2DescribeExportTasksCommand = exports.serializeAws_ec2DescribeExportImageTasksCommand = exports.serializeAws_ec2DescribeElasticGpusCommand = exports.serializeAws_ec2DescribeEgressOnlyInternetGatewaysCommand = exports.serializeAws_ec2DescribeDhcpOptionsCommand = exports.serializeAws_ec2DescribeCustomerGatewaysCommand = exports.serializeAws_ec2DescribeConversionTasksCommand = exports.serializeAws_ec2DescribeCoipPoolsCommand = exports.serializeAws_ec2DescribeClientVpnTargetNetworksCommand = exports.serializeAws_ec2DescribeClientVpnRoutesCommand = exports.serializeAws_ec2DescribeClientVpnEndpointsCommand = exports.serializeAws_ec2DescribeClientVpnConnectionsCommand = exports.serializeAws_ec2DescribeClientVpnAuthorizationRulesCommand = exports.serializeAws_ec2DescribeClassicLinkInstancesCommand = exports.serializeAws_ec2DescribeCarrierGatewaysCommand = void 0;
|
|
8
|
+
exports.serializeAws_ec2DescribeTransitGatewayConnectPeersCommand = exports.serializeAws_ec2DescribeTransitGatewayAttachmentsCommand = exports.serializeAws_ec2DescribeTrafficMirrorTargetsCommand = exports.serializeAws_ec2DescribeTrafficMirrorSessionsCommand = exports.serializeAws_ec2DescribeTrafficMirrorFiltersCommand = exports.serializeAws_ec2DescribeTagsCommand = exports.serializeAws_ec2DescribeSubnetsCommand = exports.serializeAws_ec2DescribeStoreImageTasksCommand = exports.serializeAws_ec2DescribeStaleSecurityGroupsCommand = exports.serializeAws_ec2DescribeSpotPriceHistoryCommand = exports.serializeAws_ec2DescribeSpotInstanceRequestsCommand = exports.serializeAws_ec2DescribeSpotFleetRequestsCommand = exports.serializeAws_ec2DescribeSpotFleetRequestHistoryCommand = exports.serializeAws_ec2DescribeSpotFleetInstancesCommand = exports.serializeAws_ec2DescribeSpotDatafeedSubscriptionCommand = exports.serializeAws_ec2DescribeSnapshotTierStatusCommand = exports.serializeAws_ec2DescribeSnapshotsCommand = exports.serializeAws_ec2DescribeSnapshotAttributeCommand = exports.serializeAws_ec2DescribeSecurityGroupsCommand = exports.serializeAws_ec2DescribeSecurityGroupRulesCommand = exports.serializeAws_ec2DescribeSecurityGroupReferencesCommand = exports.serializeAws_ec2DescribeScheduledInstancesCommand = exports.serializeAws_ec2DescribeScheduledInstanceAvailabilityCommand = exports.serializeAws_ec2DescribeRouteTablesCommand = exports.serializeAws_ec2DescribeReservedInstancesOfferingsCommand = exports.serializeAws_ec2DescribeReservedInstancesModificationsCommand = exports.serializeAws_ec2DescribeReservedInstancesListingsCommand = exports.serializeAws_ec2DescribeReservedInstancesCommand = exports.serializeAws_ec2DescribeReplaceRootVolumeTasksCommand = exports.serializeAws_ec2DescribeRegionsCommand = exports.serializeAws_ec2DescribePublicIpv4PoolsCommand = exports.serializeAws_ec2DescribePrincipalIdFormatCommand = exports.serializeAws_ec2DescribePrefixListsCommand = exports.serializeAws_ec2DescribePlacementGroupsCommand = exports.serializeAws_ec2DescribeNetworkInterfacesCommand = exports.serializeAws_ec2DescribeNetworkInterfacePermissionsCommand = exports.serializeAws_ec2DescribeNetworkInterfaceAttributeCommand = exports.serializeAws_ec2DescribeNetworkInsightsPathsCommand = exports.serializeAws_ec2DescribeNetworkInsightsAnalysesCommand = exports.serializeAws_ec2DescribeNetworkInsightsAccessScopesCommand = exports.serializeAws_ec2DescribeNetworkInsightsAccessScopeAnalysesCommand = exports.serializeAws_ec2DescribeNetworkAclsCommand = exports.serializeAws_ec2DescribeNatGatewaysCommand = exports.serializeAws_ec2DescribeMovingAddressesCommand = exports.serializeAws_ec2DescribeManagedPrefixListsCommand = exports.serializeAws_ec2DescribeLocalGatewayVirtualInterfacesCommand = exports.serializeAws_ec2DescribeLocalGatewayVirtualInterfaceGroupsCommand = exports.serializeAws_ec2DescribeLocalGatewaysCommand = exports.serializeAws_ec2DescribeLocalGatewayRouteTableVpcAssociationsCommand = exports.serializeAws_ec2DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand = void 0;
|
|
9
|
+
exports.serializeAws_ec2DisassociateTransitGatewayPolicyTableCommand = exports.serializeAws_ec2DisassociateTransitGatewayMulticastDomainCommand = exports.serializeAws_ec2DisassociateSubnetCidrBlockCommand = exports.serializeAws_ec2DisassociateRouteTableCommand = exports.serializeAws_ec2DisassociateInstanceEventWindowCommand = exports.serializeAws_ec2DisassociateIamInstanceProfileCommand = exports.serializeAws_ec2DisassociateEnclaveCertificateIamRoleCommand = exports.serializeAws_ec2DisassociateClientVpnTargetNetworkCommand = exports.serializeAws_ec2DisassociateAddressCommand = exports.serializeAws_ec2DisableVpcClassicLinkDnsSupportCommand = exports.serializeAws_ec2DisableVpcClassicLinkCommand = exports.serializeAws_ec2DisableVgwRoutePropagationCommand = exports.serializeAws_ec2DisableTransitGatewayRouteTablePropagationCommand = exports.serializeAws_ec2DisableSerialConsoleAccessCommand = exports.serializeAws_ec2DisableIpamOrganizationAdminAccountCommand = exports.serializeAws_ec2DisableImageDeprecationCommand = exports.serializeAws_ec2DisableFastSnapshotRestoresCommand = exports.serializeAws_ec2DisableFastLaunchCommand = exports.serializeAws_ec2DisableEbsEncryptionByDefaultCommand = exports.serializeAws_ec2DetachVpnGatewayCommand = exports.serializeAws_ec2DetachVolumeCommand = exports.serializeAws_ec2DetachNetworkInterfaceCommand = exports.serializeAws_ec2DetachInternetGatewayCommand = exports.serializeAws_ec2DetachClassicLinkVpcCommand = exports.serializeAws_ec2DescribeVpnGatewaysCommand = exports.serializeAws_ec2DescribeVpnConnectionsCommand = exports.serializeAws_ec2DescribeVpcsCommand = exports.serializeAws_ec2DescribeVpcPeeringConnectionsCommand = exports.serializeAws_ec2DescribeVpcEndpointServicesCommand = exports.serializeAws_ec2DescribeVpcEndpointServicePermissionsCommand = exports.serializeAws_ec2DescribeVpcEndpointServiceConfigurationsCommand = exports.serializeAws_ec2DescribeVpcEndpointsCommand = exports.serializeAws_ec2DescribeVpcEndpointConnectionsCommand = exports.serializeAws_ec2DescribeVpcEndpointConnectionNotificationsCommand = exports.serializeAws_ec2DescribeVpcClassicLinkDnsSupportCommand = exports.serializeAws_ec2DescribeVpcClassicLinkCommand = exports.serializeAws_ec2DescribeVpcAttributeCommand = exports.serializeAws_ec2DescribeVolumeStatusCommand = exports.serializeAws_ec2DescribeVolumesModificationsCommand = exports.serializeAws_ec2DescribeVolumesCommand = exports.serializeAws_ec2DescribeVolumeAttributeCommand = exports.serializeAws_ec2DescribeTrunkInterfaceAssociationsCommand = exports.serializeAws_ec2DescribeTransitGatewayVpcAttachmentsCommand = exports.serializeAws_ec2DescribeTransitGatewaysCommand = exports.serializeAws_ec2DescribeTransitGatewayRouteTablesCommand = exports.serializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommand = exports.serializeAws_ec2DescribeTransitGatewayPolicyTablesCommand = exports.serializeAws_ec2DescribeTransitGatewayPeeringAttachmentsCommand = exports.serializeAws_ec2DescribeTransitGatewayMulticastDomainsCommand = exports.serializeAws_ec2DescribeTransitGatewayConnectsCommand = void 0;
|
|
10
|
+
exports.serializeAws_ec2GetTransitGatewayPolicyTableEntriesCommand = exports.serializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommand = exports.serializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommand = exports.serializeAws_ec2GetTransitGatewayAttachmentPropagationsCommand = exports.serializeAws_ec2GetSubnetCidrReservationsCommand = exports.serializeAws_ec2GetSpotPlacementScoresCommand = exports.serializeAws_ec2GetSerialConsoleAccessStatusCommand = exports.serializeAws_ec2GetReservedInstancesExchangeQuoteCommand = exports.serializeAws_ec2GetPasswordDataCommand = exports.serializeAws_ec2GetNetworkInsightsAccessScopeContentCommand = exports.serializeAws_ec2GetNetworkInsightsAccessScopeAnalysisFindingsCommand = exports.serializeAws_ec2GetManagedPrefixListEntriesCommand = exports.serializeAws_ec2GetManagedPrefixListAssociationsCommand = exports.serializeAws_ec2GetLaunchTemplateDataCommand = exports.serializeAws_ec2GetIpamResourceCidrsCommand = exports.serializeAws_ec2GetIpamPoolCidrsCommand = exports.serializeAws_ec2GetIpamPoolAllocationsCommand = exports.serializeAws_ec2GetIpamAddressHistoryCommand = exports.serializeAws_ec2GetInstanceUefiDataCommand = exports.serializeAws_ec2GetInstanceTypesFromInstanceRequirementsCommand = exports.serializeAws_ec2GetHostReservationPurchasePreviewCommand = exports.serializeAws_ec2GetGroupsForCapacityReservationCommand = exports.serializeAws_ec2GetFlowLogsIntegrationTemplateCommand = exports.serializeAws_ec2GetEbsEncryptionByDefaultCommand = exports.serializeAws_ec2GetEbsDefaultKmsKeyIdCommand = exports.serializeAws_ec2GetDefaultCreditSpecificationCommand = exports.serializeAws_ec2GetConsoleScreenshotCommand = exports.serializeAws_ec2GetConsoleOutputCommand = exports.serializeAws_ec2GetCoipPoolUsageCommand = exports.serializeAws_ec2GetCapacityReservationUsageCommand = exports.serializeAws_ec2GetAssociatedIpv6PoolCidrsCommand = exports.serializeAws_ec2GetAssociatedEnclaveCertificateIamRolesCommand = exports.serializeAws_ec2ExportTransitGatewayRoutesCommand = exports.serializeAws_ec2ExportImageCommand = exports.serializeAws_ec2ExportClientVpnClientConfigurationCommand = exports.serializeAws_ec2ExportClientVpnClientCertificateRevocationListCommand = exports.serializeAws_ec2EnableVpcClassicLinkDnsSupportCommand = exports.serializeAws_ec2EnableVpcClassicLinkCommand = exports.serializeAws_ec2EnableVolumeIOCommand = exports.serializeAws_ec2EnableVgwRoutePropagationCommand = exports.serializeAws_ec2EnableTransitGatewayRouteTablePropagationCommand = exports.serializeAws_ec2EnableSerialConsoleAccessCommand = exports.serializeAws_ec2EnableIpamOrganizationAdminAccountCommand = exports.serializeAws_ec2EnableImageDeprecationCommand = exports.serializeAws_ec2EnableFastSnapshotRestoresCommand = exports.serializeAws_ec2EnableFastLaunchCommand = exports.serializeAws_ec2EnableEbsEncryptionByDefaultCommand = exports.serializeAws_ec2DisassociateVpcCidrBlockCommand = exports.serializeAws_ec2DisassociateTrunkInterfaceCommand = exports.serializeAws_ec2DisassociateTransitGatewayRouteTableCommand = void 0;
|
|
11
|
+
exports.serializeAws_ec2ModifyTrafficMirrorFilterRuleCommand = exports.serializeAws_ec2ModifyTrafficMirrorFilterNetworkServicesCommand = exports.serializeAws_ec2ModifySubnetAttributeCommand = exports.serializeAws_ec2ModifySpotFleetRequestCommand = exports.serializeAws_ec2ModifySnapshotTierCommand = exports.serializeAws_ec2ModifySnapshotAttributeCommand = exports.serializeAws_ec2ModifySecurityGroupRulesCommand = exports.serializeAws_ec2ModifyReservedInstancesCommand = exports.serializeAws_ec2ModifyPrivateDnsNameOptionsCommand = exports.serializeAws_ec2ModifyNetworkInterfaceAttributeCommand = exports.serializeAws_ec2ModifyManagedPrefixListCommand = exports.serializeAws_ec2ModifyLaunchTemplateCommand = exports.serializeAws_ec2ModifyIpamScopeCommand = exports.serializeAws_ec2ModifyIpamResourceCidrCommand = exports.serializeAws_ec2ModifyIpamPoolCommand = exports.serializeAws_ec2ModifyIpamCommand = exports.serializeAws_ec2ModifyInstancePlacementCommand = exports.serializeAws_ec2ModifyInstanceMetadataOptionsCommand = exports.serializeAws_ec2ModifyInstanceMaintenanceOptionsCommand = exports.serializeAws_ec2ModifyInstanceEventWindowCommand = exports.serializeAws_ec2ModifyInstanceEventStartTimeCommand = exports.serializeAws_ec2ModifyInstanceCreditSpecificationCommand = exports.serializeAws_ec2ModifyInstanceCapacityReservationAttributesCommand = exports.serializeAws_ec2ModifyInstanceAttributeCommand = exports.serializeAws_ec2ModifyImageAttributeCommand = exports.serializeAws_ec2ModifyIdFormatCommand = exports.serializeAws_ec2ModifyIdentityIdFormatCommand = exports.serializeAws_ec2ModifyHostsCommand = exports.serializeAws_ec2ModifyFpgaImageAttributeCommand = exports.serializeAws_ec2ModifyFleetCommand = exports.serializeAws_ec2ModifyEbsDefaultKmsKeyIdCommand = exports.serializeAws_ec2ModifyDefaultCreditSpecificationCommand = exports.serializeAws_ec2ModifyClientVpnEndpointCommand = exports.serializeAws_ec2ModifyCapacityReservationFleetCommand = exports.serializeAws_ec2ModifyCapacityReservationCommand = exports.serializeAws_ec2ModifyAvailabilityZoneGroupCommand = exports.serializeAws_ec2ModifyAddressAttributeCommand = exports.serializeAws_ec2ListSnapshotsInRecycleBinCommand = exports.serializeAws_ec2ListImagesInRecycleBinCommand = exports.serializeAws_ec2ImportVolumeCommand = exports.serializeAws_ec2ImportSnapshotCommand = exports.serializeAws_ec2ImportKeyPairCommand = exports.serializeAws_ec2ImportInstanceCommand = exports.serializeAws_ec2ImportImageCommand = exports.serializeAws_ec2ImportClientVpnClientCertificateRevocationListCommand = exports.serializeAws_ec2GetVpnConnectionDeviceTypesCommand = exports.serializeAws_ec2GetVpnConnectionDeviceSampleConfigurationCommand = exports.serializeAws_ec2GetTransitGatewayRouteTablePropagationsCommand = exports.serializeAws_ec2GetTransitGatewayRouteTableAssociationsCommand = exports.serializeAws_ec2GetTransitGatewayPrefixListReferencesCommand = void 0;
|
|
12
|
+
exports.serializeAws_ec2ResetAddressAttributeCommand = exports.serializeAws_ec2RequestSpotInstancesCommand = exports.serializeAws_ec2RequestSpotFleetCommand = exports.serializeAws_ec2ReportInstanceStatusCommand = exports.serializeAws_ec2ReplaceTransitGatewayRouteCommand = exports.serializeAws_ec2ReplaceRouteTableAssociationCommand = exports.serializeAws_ec2ReplaceRouteCommand = exports.serializeAws_ec2ReplaceNetworkAclEntryCommand = exports.serializeAws_ec2ReplaceNetworkAclAssociationCommand = exports.serializeAws_ec2ReplaceIamInstanceProfileAssociationCommand = exports.serializeAws_ec2ReleaseIpamPoolAllocationCommand = exports.serializeAws_ec2ReleaseHostsCommand = exports.serializeAws_ec2ReleaseAddressCommand = exports.serializeAws_ec2RejectVpcPeeringConnectionCommand = exports.serializeAws_ec2RejectVpcEndpointConnectionsCommand = exports.serializeAws_ec2RejectTransitGatewayVpcAttachmentCommand = exports.serializeAws_ec2RejectTransitGatewayPeeringAttachmentCommand = exports.serializeAws_ec2RejectTransitGatewayMulticastDomainAssociationsCommand = exports.serializeAws_ec2RegisterTransitGatewayMulticastGroupSourcesCommand = exports.serializeAws_ec2RegisterTransitGatewayMulticastGroupMembersCommand = exports.serializeAws_ec2RegisterInstanceEventNotificationAttributesCommand = exports.serializeAws_ec2RegisterImageCommand = exports.serializeAws_ec2RebootInstancesCommand = exports.serializeAws_ec2PurchaseScheduledInstancesCommand = exports.serializeAws_ec2PurchaseReservedInstancesOfferingCommand = exports.serializeAws_ec2PurchaseHostReservationCommand = exports.serializeAws_ec2ProvisionPublicIpv4PoolCidrCommand = exports.serializeAws_ec2ProvisionIpamPoolCidrCommand = exports.serializeAws_ec2ProvisionByoipCidrCommand = exports.serializeAws_ec2MoveByoipCidrToIpamCommand = exports.serializeAws_ec2MoveAddressToVpcCommand = exports.serializeAws_ec2MonitorInstancesCommand = exports.serializeAws_ec2ModifyVpnTunnelOptionsCommand = exports.serializeAws_ec2ModifyVpnTunnelCertificateCommand = exports.serializeAws_ec2ModifyVpnConnectionOptionsCommand = exports.serializeAws_ec2ModifyVpnConnectionCommand = exports.serializeAws_ec2ModifyVpcTenancyCommand = exports.serializeAws_ec2ModifyVpcPeeringConnectionOptionsCommand = exports.serializeAws_ec2ModifyVpcEndpointServicePermissionsCommand = exports.serializeAws_ec2ModifyVpcEndpointServicePayerResponsibilityCommand = exports.serializeAws_ec2ModifyVpcEndpointServiceConfigurationCommand = exports.serializeAws_ec2ModifyVpcEndpointConnectionNotificationCommand = exports.serializeAws_ec2ModifyVpcEndpointCommand = exports.serializeAws_ec2ModifyVpcAttributeCommand = exports.serializeAws_ec2ModifyVolumeAttributeCommand = exports.serializeAws_ec2ModifyVolumeCommand = exports.serializeAws_ec2ModifyTransitGatewayVpcAttachmentCommand = exports.serializeAws_ec2ModifyTransitGatewayPrefixListReferenceCommand = exports.serializeAws_ec2ModifyTransitGatewayCommand = exports.serializeAws_ec2ModifyTrafficMirrorSessionCommand = void 0;
|
|
13
|
+
exports.deserializeAws_ec2AssociateEnclaveCertificateIamRoleCommand = exports.deserializeAws_ec2AssociateDhcpOptionsCommand = exports.deserializeAws_ec2AssociateClientVpnTargetNetworkCommand = exports.deserializeAws_ec2AssociateAddressCommand = exports.deserializeAws_ec2AssignPrivateIpAddressesCommand = exports.deserializeAws_ec2AssignIpv6AddressesCommand = exports.deserializeAws_ec2ApplySecurityGroupsToClientVpnTargetNetworkCommand = exports.deserializeAws_ec2AllocateIpamPoolCidrCommand = exports.deserializeAws_ec2AllocateHostsCommand = exports.deserializeAws_ec2AllocateAddressCommand = exports.deserializeAws_ec2AdvertiseByoipCidrCommand = exports.deserializeAws_ec2AcceptVpcPeeringConnectionCommand = exports.deserializeAws_ec2AcceptVpcEndpointConnectionsCommand = exports.deserializeAws_ec2AcceptTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2AcceptTransitGatewayPeeringAttachmentCommand = exports.deserializeAws_ec2AcceptTransitGatewayMulticastDomainAssociationsCommand = exports.deserializeAws_ec2AcceptReservedInstancesExchangeQuoteCommand = exports.serializeAws_ec2WithdrawByoipCidrCommand = exports.serializeAws_ec2UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.serializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.serializeAws_ec2UnmonitorInstancesCommand = exports.serializeAws_ec2UnassignPrivateIpAddressesCommand = exports.serializeAws_ec2UnassignIpv6AddressesCommand = exports.serializeAws_ec2TerminateInstancesCommand = exports.serializeAws_ec2TerminateClientVpnConnectionsCommand = exports.serializeAws_ec2StopInstancesCommand = exports.serializeAws_ec2StartVpcEndpointServicePrivateDnsVerificationCommand = exports.serializeAws_ec2StartNetworkInsightsAnalysisCommand = exports.serializeAws_ec2StartNetworkInsightsAccessScopeAnalysisCommand = exports.serializeAws_ec2StartInstancesCommand = exports.serializeAws_ec2SendDiagnosticInterruptCommand = exports.serializeAws_ec2SearchTransitGatewayRoutesCommand = exports.serializeAws_ec2SearchTransitGatewayMulticastGroupsCommand = exports.serializeAws_ec2SearchLocalGatewayRoutesCommand = exports.serializeAws_ec2RunScheduledInstancesCommand = exports.serializeAws_ec2RunInstancesCommand = exports.serializeAws_ec2RevokeSecurityGroupIngressCommand = exports.serializeAws_ec2RevokeSecurityGroupEgressCommand = exports.serializeAws_ec2RevokeClientVpnIngressCommand = exports.serializeAws_ec2RestoreSnapshotTierCommand = exports.serializeAws_ec2RestoreSnapshotFromRecycleBinCommand = exports.serializeAws_ec2RestoreManagedPrefixListVersionCommand = exports.serializeAws_ec2RestoreImageFromRecycleBinCommand = exports.serializeAws_ec2RestoreAddressToClassicCommand = exports.serializeAws_ec2ResetSnapshotAttributeCommand = exports.serializeAws_ec2ResetNetworkInterfaceAttributeCommand = exports.serializeAws_ec2ResetInstanceAttributeCommand = exports.serializeAws_ec2ResetImageAttributeCommand = exports.serializeAws_ec2ResetFpgaImageAttributeCommand = exports.serializeAws_ec2ResetEbsDefaultKmsKeyIdCommand = void 0;
|
|
14
|
+
exports.deserializeAws_ec2CreateIpamPoolCommand = exports.deserializeAws_ec2CreateIpamCommand = exports.deserializeAws_ec2CreateInternetGatewayCommand = exports.deserializeAws_ec2CreateInstanceExportTaskCommand = exports.deserializeAws_ec2CreateInstanceEventWindowCommand = exports.deserializeAws_ec2CreateImageCommand = exports.deserializeAws_ec2CreateFpgaImageCommand = exports.deserializeAws_ec2CreateFlowLogsCommand = exports.deserializeAws_ec2CreateFleetCommand = exports.deserializeAws_ec2CreateEgressOnlyInternetGatewayCommand = exports.deserializeAws_ec2CreateDhcpOptionsCommand = exports.deserializeAws_ec2CreateDefaultVpcCommand = exports.deserializeAws_ec2CreateDefaultSubnetCommand = exports.deserializeAws_ec2CreateCustomerGatewayCommand = exports.deserializeAws_ec2CreateClientVpnRouteCommand = exports.deserializeAws_ec2CreateClientVpnEndpointCommand = exports.deserializeAws_ec2CreateCarrierGatewayCommand = exports.deserializeAws_ec2CreateCapacityReservationFleetCommand = exports.deserializeAws_ec2CreateCapacityReservationCommand = exports.deserializeAws_ec2CopySnapshotCommand = exports.deserializeAws_ec2CopyImageCommand = exports.deserializeAws_ec2CopyFpgaImageCommand = exports.deserializeAws_ec2ConfirmProductInstanceCommand = exports.deserializeAws_ec2CancelSpotInstanceRequestsCommand = exports.deserializeAws_ec2CancelSpotFleetRequestsCommand = exports.deserializeAws_ec2CancelReservedInstancesListingCommand = exports.deserializeAws_ec2CancelImportTaskCommand = exports.deserializeAws_ec2CancelExportTaskCommand = exports.deserializeAws_ec2CancelConversionTaskCommand = exports.deserializeAws_ec2CancelCapacityReservationFleetsCommand = exports.deserializeAws_ec2CancelCapacityReservationCommand = exports.deserializeAws_ec2CancelBundleTaskCommand = exports.deserializeAws_ec2BundleInstanceCommand = exports.deserializeAws_ec2AuthorizeSecurityGroupIngressCommand = exports.deserializeAws_ec2AuthorizeSecurityGroupEgressCommand = exports.deserializeAws_ec2AuthorizeClientVpnIngressCommand = exports.deserializeAws_ec2AttachVpnGatewayCommand = exports.deserializeAws_ec2AttachVolumeCommand = exports.deserializeAws_ec2AttachNetworkInterfaceCommand = exports.deserializeAws_ec2AttachInternetGatewayCommand = exports.deserializeAws_ec2AttachClassicLinkVpcCommand = exports.deserializeAws_ec2AssociateVpcCidrBlockCommand = exports.deserializeAws_ec2AssociateTrunkInterfaceCommand = exports.deserializeAws_ec2AssociateTransitGatewayRouteTableCommand = exports.deserializeAws_ec2AssociateTransitGatewayPolicyTableCommand = exports.deserializeAws_ec2AssociateTransitGatewayMulticastDomainCommand = exports.deserializeAws_ec2AssociateSubnetCidrBlockCommand = exports.deserializeAws_ec2AssociateRouteTableCommand = exports.deserializeAws_ec2AssociateInstanceEventWindowCommand = exports.deserializeAws_ec2AssociateIamInstanceProfileCommand = void 0;
|
|
15
|
+
exports.deserializeAws_ec2CreateVpcPeeringConnectionCommand = exports.deserializeAws_ec2CreateVpcEndpointServiceConfigurationCommand = exports.deserializeAws_ec2CreateVpcEndpointConnectionNotificationCommand = exports.deserializeAws_ec2CreateVpcEndpointCommand = exports.deserializeAws_ec2CreateVpcCommand = exports.deserializeAws_ec2CreateVolumeCommand = exports.deserializeAws_ec2CreateTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2CreateTransitGatewayRouteTableAnnouncementCommand = exports.deserializeAws_ec2CreateTransitGatewayRouteTableCommand = exports.deserializeAws_ec2CreateTransitGatewayRouteCommand = exports.deserializeAws_ec2CreateTransitGatewayPrefixListReferenceCommand = exports.deserializeAws_ec2CreateTransitGatewayPolicyTableCommand = exports.deserializeAws_ec2CreateTransitGatewayPeeringAttachmentCommand = exports.deserializeAws_ec2CreateTransitGatewayMulticastDomainCommand = exports.deserializeAws_ec2CreateTransitGatewayConnectPeerCommand = exports.deserializeAws_ec2CreateTransitGatewayConnectCommand = exports.deserializeAws_ec2CreateTransitGatewayCommand = exports.deserializeAws_ec2CreateTrafficMirrorTargetCommand = exports.deserializeAws_ec2CreateTrafficMirrorSessionCommand = exports.deserializeAws_ec2CreateTrafficMirrorFilterRuleCommand = exports.deserializeAws_ec2CreateTrafficMirrorFilterCommand = exports.deserializeAws_ec2CreateTagsCommand = exports.deserializeAws_ec2CreateSubnetCidrReservationCommand = exports.deserializeAws_ec2CreateSubnetCommand = exports.deserializeAws_ec2CreateStoreImageTaskCommand = exports.deserializeAws_ec2CreateSpotDatafeedSubscriptionCommand = exports.deserializeAws_ec2CreateSnapshotsCommand = exports.deserializeAws_ec2CreateSnapshotCommand = exports.deserializeAws_ec2CreateSecurityGroupCommand = exports.deserializeAws_ec2CreateRouteTableCommand = exports.deserializeAws_ec2CreateRouteCommand = exports.deserializeAws_ec2CreateRestoreImageTaskCommand = exports.deserializeAws_ec2CreateReservedInstancesListingCommand = exports.deserializeAws_ec2CreateReplaceRootVolumeTaskCommand = exports.deserializeAws_ec2CreatePublicIpv4PoolCommand = exports.deserializeAws_ec2CreatePlacementGroupCommand = exports.deserializeAws_ec2CreateNetworkInterfacePermissionCommand = exports.deserializeAws_ec2CreateNetworkInterfaceCommand = exports.deserializeAws_ec2CreateNetworkInsightsPathCommand = exports.deserializeAws_ec2CreateNetworkInsightsAccessScopeCommand = exports.deserializeAws_ec2CreateNetworkAclEntryCommand = exports.deserializeAws_ec2CreateNetworkAclCommand = exports.deserializeAws_ec2CreateNatGatewayCommand = exports.deserializeAws_ec2CreateManagedPrefixListCommand = exports.deserializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationCommand = exports.deserializeAws_ec2CreateLocalGatewayRouteCommand = exports.deserializeAws_ec2CreateLaunchTemplateVersionCommand = exports.deserializeAws_ec2CreateLaunchTemplateCommand = exports.deserializeAws_ec2CreateKeyPairCommand = exports.deserializeAws_ec2CreateIpamScopeCommand = void 0;
|
|
16
|
+
exports.deserializeAws_ec2DeleteTransitGatewayConnectPeerCommand = exports.deserializeAws_ec2DeleteTransitGatewayConnectCommand = exports.deserializeAws_ec2DeleteTransitGatewayCommand = exports.deserializeAws_ec2DeleteTrafficMirrorTargetCommand = exports.deserializeAws_ec2DeleteTrafficMirrorSessionCommand = exports.deserializeAws_ec2DeleteTrafficMirrorFilterRuleCommand = exports.deserializeAws_ec2DeleteTrafficMirrorFilterCommand = exports.deserializeAws_ec2DeleteTagsCommand = exports.deserializeAws_ec2DeleteSubnetCidrReservationCommand = exports.deserializeAws_ec2DeleteSubnetCommand = exports.deserializeAws_ec2DeleteSpotDatafeedSubscriptionCommand = exports.deserializeAws_ec2DeleteSnapshotCommand = exports.deserializeAws_ec2DeleteSecurityGroupCommand = exports.deserializeAws_ec2DeleteRouteTableCommand = exports.deserializeAws_ec2DeleteRouteCommand = exports.deserializeAws_ec2DeleteQueuedReservedInstancesCommand = exports.deserializeAws_ec2DeletePublicIpv4PoolCommand = exports.deserializeAws_ec2DeletePlacementGroupCommand = exports.deserializeAws_ec2DeleteNetworkInterfacePermissionCommand = exports.deserializeAws_ec2DeleteNetworkInterfaceCommand = exports.deserializeAws_ec2DeleteNetworkInsightsPathCommand = exports.deserializeAws_ec2DeleteNetworkInsightsAnalysisCommand = exports.deserializeAws_ec2DeleteNetworkInsightsAccessScopeAnalysisCommand = exports.deserializeAws_ec2DeleteNetworkInsightsAccessScopeCommand = exports.deserializeAws_ec2DeleteNetworkAclEntryCommand = exports.deserializeAws_ec2DeleteNetworkAclCommand = exports.deserializeAws_ec2DeleteNatGatewayCommand = exports.deserializeAws_ec2DeleteManagedPrefixListCommand = exports.deserializeAws_ec2DeleteLocalGatewayRouteTableVpcAssociationCommand = exports.deserializeAws_ec2DeleteLocalGatewayRouteCommand = exports.deserializeAws_ec2DeleteLaunchTemplateVersionsCommand = exports.deserializeAws_ec2DeleteLaunchTemplateCommand = exports.deserializeAws_ec2DeleteKeyPairCommand = exports.deserializeAws_ec2DeleteIpamScopeCommand = exports.deserializeAws_ec2DeleteIpamPoolCommand = exports.deserializeAws_ec2DeleteIpamCommand = exports.deserializeAws_ec2DeleteInternetGatewayCommand = exports.deserializeAws_ec2DeleteInstanceEventWindowCommand = exports.deserializeAws_ec2DeleteFpgaImageCommand = exports.deserializeAws_ec2DeleteFlowLogsCommand = exports.deserializeAws_ec2DeleteFleetsCommand = exports.deserializeAws_ec2DeleteEgressOnlyInternetGatewayCommand = exports.deserializeAws_ec2DeleteDhcpOptionsCommand = exports.deserializeAws_ec2DeleteCustomerGatewayCommand = exports.deserializeAws_ec2DeleteClientVpnRouteCommand = exports.deserializeAws_ec2DeleteClientVpnEndpointCommand = exports.deserializeAws_ec2DeleteCarrierGatewayCommand = exports.deserializeAws_ec2CreateVpnGatewayCommand = exports.deserializeAws_ec2CreateVpnConnectionRouteCommand = exports.deserializeAws_ec2CreateVpnConnectionCommand = void 0;
|
|
17
|
+
exports.deserializeAws_ec2DescribeFastSnapshotRestoresCommand = exports.deserializeAws_ec2DescribeFastLaunchImagesCommand = exports.deserializeAws_ec2DescribeExportTasksCommand = exports.deserializeAws_ec2DescribeExportImageTasksCommand = exports.deserializeAws_ec2DescribeElasticGpusCommand = exports.deserializeAws_ec2DescribeEgressOnlyInternetGatewaysCommand = exports.deserializeAws_ec2DescribeDhcpOptionsCommand = exports.deserializeAws_ec2DescribeCustomerGatewaysCommand = exports.deserializeAws_ec2DescribeConversionTasksCommand = exports.deserializeAws_ec2DescribeCoipPoolsCommand = exports.deserializeAws_ec2DescribeClientVpnTargetNetworksCommand = exports.deserializeAws_ec2DescribeClientVpnRoutesCommand = exports.deserializeAws_ec2DescribeClientVpnEndpointsCommand = exports.deserializeAws_ec2DescribeClientVpnConnectionsCommand = exports.deserializeAws_ec2DescribeClientVpnAuthorizationRulesCommand = exports.deserializeAws_ec2DescribeClassicLinkInstancesCommand = exports.deserializeAws_ec2DescribeCarrierGatewaysCommand = exports.deserializeAws_ec2DescribeCapacityReservationsCommand = exports.deserializeAws_ec2DescribeCapacityReservationFleetsCommand = exports.deserializeAws_ec2DescribeByoipCidrsCommand = exports.deserializeAws_ec2DescribeBundleTasksCommand = exports.deserializeAws_ec2DescribeAvailabilityZonesCommand = exports.deserializeAws_ec2DescribeAggregateIdFormatCommand = exports.deserializeAws_ec2DescribeAddressesAttributeCommand = exports.deserializeAws_ec2DescribeAddressesCommand = exports.deserializeAws_ec2DescribeAccountAttributesCommand = exports.deserializeAws_ec2DeregisterTransitGatewayMulticastGroupSourcesCommand = exports.deserializeAws_ec2DeregisterTransitGatewayMulticastGroupMembersCommand = exports.deserializeAws_ec2DeregisterInstanceEventNotificationAttributesCommand = exports.deserializeAws_ec2DeregisterImageCommand = exports.deserializeAws_ec2DeprovisionPublicIpv4PoolCidrCommand = exports.deserializeAws_ec2DeprovisionIpamPoolCidrCommand = exports.deserializeAws_ec2DeprovisionByoipCidrCommand = exports.deserializeAws_ec2DeleteVpnGatewayCommand = exports.deserializeAws_ec2DeleteVpnConnectionRouteCommand = exports.deserializeAws_ec2DeleteVpnConnectionCommand = exports.deserializeAws_ec2DeleteVpcPeeringConnectionCommand = exports.deserializeAws_ec2DeleteVpcEndpointServiceConfigurationsCommand = exports.deserializeAws_ec2DeleteVpcEndpointsCommand = exports.deserializeAws_ec2DeleteVpcEndpointConnectionNotificationsCommand = exports.deserializeAws_ec2DeleteVpcCommand = exports.deserializeAws_ec2DeleteVolumeCommand = exports.deserializeAws_ec2DeleteTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementCommand = exports.deserializeAws_ec2DeleteTransitGatewayRouteTableCommand = exports.deserializeAws_ec2DeleteTransitGatewayRouteCommand = exports.deserializeAws_ec2DeleteTransitGatewayPrefixListReferenceCommand = exports.deserializeAws_ec2DeleteTransitGatewayPolicyTableCommand = exports.deserializeAws_ec2DeleteTransitGatewayPeeringAttachmentCommand = exports.deserializeAws_ec2DeleteTransitGatewayMulticastDomainCommand = void 0;
|
|
18
|
+
exports.deserializeAws_ec2DescribePlacementGroupsCommand = exports.deserializeAws_ec2DescribeNetworkInterfacesCommand = exports.deserializeAws_ec2DescribeNetworkInterfacePermissionsCommand = exports.deserializeAws_ec2DescribeNetworkInterfaceAttributeCommand = exports.deserializeAws_ec2DescribeNetworkInsightsPathsCommand = exports.deserializeAws_ec2DescribeNetworkInsightsAnalysesCommand = exports.deserializeAws_ec2DescribeNetworkInsightsAccessScopesCommand = exports.deserializeAws_ec2DescribeNetworkInsightsAccessScopeAnalysesCommand = exports.deserializeAws_ec2DescribeNetworkAclsCommand = exports.deserializeAws_ec2DescribeNatGatewaysCommand = exports.deserializeAws_ec2DescribeMovingAddressesCommand = exports.deserializeAws_ec2DescribeManagedPrefixListsCommand = exports.deserializeAws_ec2DescribeLocalGatewayVirtualInterfacesCommand = exports.deserializeAws_ec2DescribeLocalGatewayVirtualInterfaceGroupsCommand = exports.deserializeAws_ec2DescribeLocalGatewaysCommand = exports.deserializeAws_ec2DescribeLocalGatewayRouteTableVpcAssociationsCommand = exports.deserializeAws_ec2DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand = exports.deserializeAws_ec2DescribeLocalGatewayRouteTablesCommand = exports.deserializeAws_ec2DescribeLaunchTemplateVersionsCommand = exports.deserializeAws_ec2DescribeLaunchTemplatesCommand = exports.deserializeAws_ec2DescribeKeyPairsCommand = exports.deserializeAws_ec2DescribeIpv6PoolsCommand = exports.deserializeAws_ec2DescribeIpamScopesCommand = exports.deserializeAws_ec2DescribeIpamsCommand = exports.deserializeAws_ec2DescribeIpamPoolsCommand = exports.deserializeAws_ec2DescribeInternetGatewaysCommand = exports.deserializeAws_ec2DescribeInstanceTypesCommand = exports.deserializeAws_ec2DescribeInstanceTypeOfferingsCommand = exports.deserializeAws_ec2DescribeInstanceStatusCommand = exports.deserializeAws_ec2DescribeInstancesCommand = exports.deserializeAws_ec2DescribeInstanceEventWindowsCommand = exports.deserializeAws_ec2DescribeInstanceEventNotificationAttributesCommand = exports.deserializeAws_ec2DescribeInstanceCreditSpecificationsCommand = exports.deserializeAws_ec2DescribeInstanceAttributeCommand = exports.deserializeAws_ec2DescribeImportSnapshotTasksCommand = exports.deserializeAws_ec2DescribeImportImageTasksCommand = exports.deserializeAws_ec2DescribeImagesCommand = exports.deserializeAws_ec2DescribeImageAttributeCommand = exports.deserializeAws_ec2DescribeIdFormatCommand = exports.deserializeAws_ec2DescribeIdentityIdFormatCommand = exports.deserializeAws_ec2DescribeIamInstanceProfileAssociationsCommand = exports.deserializeAws_ec2DescribeHostsCommand = exports.deserializeAws_ec2DescribeHostReservationsCommand = exports.deserializeAws_ec2DescribeHostReservationOfferingsCommand = exports.deserializeAws_ec2DescribeFpgaImagesCommand = exports.deserializeAws_ec2DescribeFpgaImageAttributeCommand = exports.deserializeAws_ec2DescribeFlowLogsCommand = exports.deserializeAws_ec2DescribeFleetsCommand = exports.deserializeAws_ec2DescribeFleetInstancesCommand = exports.deserializeAws_ec2DescribeFleetHistoryCommand = void 0;
|
|
19
|
+
exports.deserializeAws_ec2DescribeVpcEndpointConnectionNotificationsCommand = exports.deserializeAws_ec2DescribeVpcClassicLinkDnsSupportCommand = exports.deserializeAws_ec2DescribeVpcClassicLinkCommand = exports.deserializeAws_ec2DescribeVpcAttributeCommand = exports.deserializeAws_ec2DescribeVolumeStatusCommand = exports.deserializeAws_ec2DescribeVolumesModificationsCommand = exports.deserializeAws_ec2DescribeVolumesCommand = exports.deserializeAws_ec2DescribeVolumeAttributeCommand = exports.deserializeAws_ec2DescribeTrunkInterfaceAssociationsCommand = exports.deserializeAws_ec2DescribeTransitGatewayVpcAttachmentsCommand = exports.deserializeAws_ec2DescribeTransitGatewaysCommand = exports.deserializeAws_ec2DescribeTransitGatewayRouteTablesCommand = exports.deserializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommand = exports.deserializeAws_ec2DescribeTransitGatewayPolicyTablesCommand = exports.deserializeAws_ec2DescribeTransitGatewayPeeringAttachmentsCommand = exports.deserializeAws_ec2DescribeTransitGatewayMulticastDomainsCommand = exports.deserializeAws_ec2DescribeTransitGatewayConnectsCommand = exports.deserializeAws_ec2DescribeTransitGatewayConnectPeersCommand = exports.deserializeAws_ec2DescribeTransitGatewayAttachmentsCommand = exports.deserializeAws_ec2DescribeTrafficMirrorTargetsCommand = exports.deserializeAws_ec2DescribeTrafficMirrorSessionsCommand = exports.deserializeAws_ec2DescribeTrafficMirrorFiltersCommand = exports.deserializeAws_ec2DescribeTagsCommand = exports.deserializeAws_ec2DescribeSubnetsCommand = exports.deserializeAws_ec2DescribeStoreImageTasksCommand = exports.deserializeAws_ec2DescribeStaleSecurityGroupsCommand = exports.deserializeAws_ec2DescribeSpotPriceHistoryCommand = exports.deserializeAws_ec2DescribeSpotInstanceRequestsCommand = exports.deserializeAws_ec2DescribeSpotFleetRequestsCommand = exports.deserializeAws_ec2DescribeSpotFleetRequestHistoryCommand = exports.deserializeAws_ec2DescribeSpotFleetInstancesCommand = exports.deserializeAws_ec2DescribeSpotDatafeedSubscriptionCommand = exports.deserializeAws_ec2DescribeSnapshotTierStatusCommand = exports.deserializeAws_ec2DescribeSnapshotsCommand = exports.deserializeAws_ec2DescribeSnapshotAttributeCommand = exports.deserializeAws_ec2DescribeSecurityGroupsCommand = exports.deserializeAws_ec2DescribeSecurityGroupRulesCommand = exports.deserializeAws_ec2DescribeSecurityGroupReferencesCommand = exports.deserializeAws_ec2DescribeScheduledInstancesCommand = exports.deserializeAws_ec2DescribeScheduledInstanceAvailabilityCommand = exports.deserializeAws_ec2DescribeRouteTablesCommand = exports.deserializeAws_ec2DescribeReservedInstancesOfferingsCommand = exports.deserializeAws_ec2DescribeReservedInstancesModificationsCommand = exports.deserializeAws_ec2DescribeReservedInstancesListingsCommand = exports.deserializeAws_ec2DescribeReservedInstancesCommand = exports.deserializeAws_ec2DescribeReplaceRootVolumeTasksCommand = exports.deserializeAws_ec2DescribeRegionsCommand = exports.deserializeAws_ec2DescribePublicIpv4PoolsCommand = exports.deserializeAws_ec2DescribePrincipalIdFormatCommand = exports.deserializeAws_ec2DescribePrefixListsCommand = void 0;
|
|
20
|
+
exports.deserializeAws_ec2ExportImageCommand = exports.deserializeAws_ec2ExportClientVpnClientConfigurationCommand = exports.deserializeAws_ec2ExportClientVpnClientCertificateRevocationListCommand = exports.deserializeAws_ec2EnableVpcClassicLinkDnsSupportCommand = exports.deserializeAws_ec2EnableVpcClassicLinkCommand = exports.deserializeAws_ec2EnableVolumeIOCommand = exports.deserializeAws_ec2EnableVgwRoutePropagationCommand = exports.deserializeAws_ec2EnableTransitGatewayRouteTablePropagationCommand = exports.deserializeAws_ec2EnableSerialConsoleAccessCommand = exports.deserializeAws_ec2EnableIpamOrganizationAdminAccountCommand = exports.deserializeAws_ec2EnableImageDeprecationCommand = exports.deserializeAws_ec2EnableFastSnapshotRestoresCommand = exports.deserializeAws_ec2EnableFastLaunchCommand = exports.deserializeAws_ec2EnableEbsEncryptionByDefaultCommand = exports.deserializeAws_ec2DisassociateVpcCidrBlockCommand = exports.deserializeAws_ec2DisassociateTrunkInterfaceCommand = exports.deserializeAws_ec2DisassociateTransitGatewayRouteTableCommand = exports.deserializeAws_ec2DisassociateTransitGatewayPolicyTableCommand = exports.deserializeAws_ec2DisassociateTransitGatewayMulticastDomainCommand = exports.deserializeAws_ec2DisassociateSubnetCidrBlockCommand = exports.deserializeAws_ec2DisassociateRouteTableCommand = exports.deserializeAws_ec2DisassociateInstanceEventWindowCommand = exports.deserializeAws_ec2DisassociateIamInstanceProfileCommand = exports.deserializeAws_ec2DisassociateEnclaveCertificateIamRoleCommand = exports.deserializeAws_ec2DisassociateClientVpnTargetNetworkCommand = exports.deserializeAws_ec2DisassociateAddressCommand = exports.deserializeAws_ec2DisableVpcClassicLinkDnsSupportCommand = exports.deserializeAws_ec2DisableVpcClassicLinkCommand = exports.deserializeAws_ec2DisableVgwRoutePropagationCommand = exports.deserializeAws_ec2DisableTransitGatewayRouteTablePropagationCommand = exports.deserializeAws_ec2DisableSerialConsoleAccessCommand = exports.deserializeAws_ec2DisableIpamOrganizationAdminAccountCommand = exports.deserializeAws_ec2DisableImageDeprecationCommand = exports.deserializeAws_ec2DisableFastSnapshotRestoresCommand = exports.deserializeAws_ec2DisableFastLaunchCommand = exports.deserializeAws_ec2DisableEbsEncryptionByDefaultCommand = exports.deserializeAws_ec2DetachVpnGatewayCommand = exports.deserializeAws_ec2DetachVolumeCommand = exports.deserializeAws_ec2DetachNetworkInterfaceCommand = exports.deserializeAws_ec2DetachInternetGatewayCommand = exports.deserializeAws_ec2DetachClassicLinkVpcCommand = exports.deserializeAws_ec2DescribeVpnGatewaysCommand = exports.deserializeAws_ec2DescribeVpnConnectionsCommand = exports.deserializeAws_ec2DescribeVpcsCommand = exports.deserializeAws_ec2DescribeVpcPeeringConnectionsCommand = exports.deserializeAws_ec2DescribeVpcEndpointServicesCommand = exports.deserializeAws_ec2DescribeVpcEndpointServicePermissionsCommand = exports.deserializeAws_ec2DescribeVpcEndpointServiceConfigurationsCommand = exports.deserializeAws_ec2DescribeVpcEndpointsCommand = exports.deserializeAws_ec2DescribeVpcEndpointConnectionsCommand = void 0;
|
|
21
|
+
exports.deserializeAws_ec2ModifyCapacityReservationFleetCommand = exports.deserializeAws_ec2ModifyCapacityReservationCommand = exports.deserializeAws_ec2ModifyAvailabilityZoneGroupCommand = exports.deserializeAws_ec2ModifyAddressAttributeCommand = exports.deserializeAws_ec2ListSnapshotsInRecycleBinCommand = exports.deserializeAws_ec2ListImagesInRecycleBinCommand = exports.deserializeAws_ec2ImportVolumeCommand = exports.deserializeAws_ec2ImportSnapshotCommand = exports.deserializeAws_ec2ImportKeyPairCommand = exports.deserializeAws_ec2ImportInstanceCommand = exports.deserializeAws_ec2ImportImageCommand = exports.deserializeAws_ec2ImportClientVpnClientCertificateRevocationListCommand = exports.deserializeAws_ec2GetVpnConnectionDeviceTypesCommand = exports.deserializeAws_ec2GetVpnConnectionDeviceSampleConfigurationCommand = exports.deserializeAws_ec2GetTransitGatewayRouteTablePropagationsCommand = exports.deserializeAws_ec2GetTransitGatewayRouteTableAssociationsCommand = exports.deserializeAws_ec2GetTransitGatewayPrefixListReferencesCommand = exports.deserializeAws_ec2GetTransitGatewayPolicyTableEntriesCommand = exports.deserializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommand = exports.deserializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommand = exports.deserializeAws_ec2GetTransitGatewayAttachmentPropagationsCommand = exports.deserializeAws_ec2GetSubnetCidrReservationsCommand = exports.deserializeAws_ec2GetSpotPlacementScoresCommand = exports.deserializeAws_ec2GetSerialConsoleAccessStatusCommand = exports.deserializeAws_ec2GetReservedInstancesExchangeQuoteCommand = exports.deserializeAws_ec2GetPasswordDataCommand = exports.deserializeAws_ec2GetNetworkInsightsAccessScopeContentCommand = exports.deserializeAws_ec2GetNetworkInsightsAccessScopeAnalysisFindingsCommand = exports.deserializeAws_ec2GetManagedPrefixListEntriesCommand = exports.deserializeAws_ec2GetManagedPrefixListAssociationsCommand = exports.deserializeAws_ec2GetLaunchTemplateDataCommand = exports.deserializeAws_ec2GetIpamResourceCidrsCommand = exports.deserializeAws_ec2GetIpamPoolCidrsCommand = exports.deserializeAws_ec2GetIpamPoolAllocationsCommand = exports.deserializeAws_ec2GetIpamAddressHistoryCommand = exports.deserializeAws_ec2GetInstanceUefiDataCommand = exports.deserializeAws_ec2GetInstanceTypesFromInstanceRequirementsCommand = exports.deserializeAws_ec2GetHostReservationPurchasePreviewCommand = exports.deserializeAws_ec2GetGroupsForCapacityReservationCommand = exports.deserializeAws_ec2GetFlowLogsIntegrationTemplateCommand = exports.deserializeAws_ec2GetEbsEncryptionByDefaultCommand = exports.deserializeAws_ec2GetEbsDefaultKmsKeyIdCommand = exports.deserializeAws_ec2GetDefaultCreditSpecificationCommand = exports.deserializeAws_ec2GetConsoleScreenshotCommand = exports.deserializeAws_ec2GetConsoleOutputCommand = exports.deserializeAws_ec2GetCoipPoolUsageCommand = exports.deserializeAws_ec2GetCapacityReservationUsageCommand = exports.deserializeAws_ec2GetAssociatedIpv6PoolCidrsCommand = exports.deserializeAws_ec2GetAssociatedEnclaveCertificateIamRolesCommand = exports.deserializeAws_ec2ExportTransitGatewayRoutesCommand = void 0;
|
|
22
|
+
exports.deserializeAws_ec2ModifyVpnTunnelCertificateCommand = exports.deserializeAws_ec2ModifyVpnConnectionOptionsCommand = exports.deserializeAws_ec2ModifyVpnConnectionCommand = exports.deserializeAws_ec2ModifyVpcTenancyCommand = exports.deserializeAws_ec2ModifyVpcPeeringConnectionOptionsCommand = exports.deserializeAws_ec2ModifyVpcEndpointServicePermissionsCommand = exports.deserializeAws_ec2ModifyVpcEndpointServicePayerResponsibilityCommand = exports.deserializeAws_ec2ModifyVpcEndpointServiceConfigurationCommand = exports.deserializeAws_ec2ModifyVpcEndpointConnectionNotificationCommand = exports.deserializeAws_ec2ModifyVpcEndpointCommand = exports.deserializeAws_ec2ModifyVpcAttributeCommand = exports.deserializeAws_ec2ModifyVolumeAttributeCommand = exports.deserializeAws_ec2ModifyVolumeCommand = exports.deserializeAws_ec2ModifyTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2ModifyTransitGatewayPrefixListReferenceCommand = exports.deserializeAws_ec2ModifyTransitGatewayCommand = exports.deserializeAws_ec2ModifyTrafficMirrorSessionCommand = exports.deserializeAws_ec2ModifyTrafficMirrorFilterRuleCommand = exports.deserializeAws_ec2ModifyTrafficMirrorFilterNetworkServicesCommand = exports.deserializeAws_ec2ModifySubnetAttributeCommand = exports.deserializeAws_ec2ModifySpotFleetRequestCommand = exports.deserializeAws_ec2ModifySnapshotTierCommand = exports.deserializeAws_ec2ModifySnapshotAttributeCommand = exports.deserializeAws_ec2ModifySecurityGroupRulesCommand = exports.deserializeAws_ec2ModifyReservedInstancesCommand = exports.deserializeAws_ec2ModifyPrivateDnsNameOptionsCommand = exports.deserializeAws_ec2ModifyNetworkInterfaceAttributeCommand = exports.deserializeAws_ec2ModifyManagedPrefixListCommand = exports.deserializeAws_ec2ModifyLaunchTemplateCommand = exports.deserializeAws_ec2ModifyIpamScopeCommand = exports.deserializeAws_ec2ModifyIpamResourceCidrCommand = exports.deserializeAws_ec2ModifyIpamPoolCommand = exports.deserializeAws_ec2ModifyIpamCommand = exports.deserializeAws_ec2ModifyInstancePlacementCommand = exports.deserializeAws_ec2ModifyInstanceMetadataOptionsCommand = exports.deserializeAws_ec2ModifyInstanceMaintenanceOptionsCommand = exports.deserializeAws_ec2ModifyInstanceEventWindowCommand = exports.deserializeAws_ec2ModifyInstanceEventStartTimeCommand = exports.deserializeAws_ec2ModifyInstanceCreditSpecificationCommand = exports.deserializeAws_ec2ModifyInstanceCapacityReservationAttributesCommand = exports.deserializeAws_ec2ModifyInstanceAttributeCommand = exports.deserializeAws_ec2ModifyImageAttributeCommand = exports.deserializeAws_ec2ModifyIdFormatCommand = exports.deserializeAws_ec2ModifyIdentityIdFormatCommand = exports.deserializeAws_ec2ModifyHostsCommand = exports.deserializeAws_ec2ModifyFpgaImageAttributeCommand = exports.deserializeAws_ec2ModifyFleetCommand = exports.deserializeAws_ec2ModifyEbsDefaultKmsKeyIdCommand = exports.deserializeAws_ec2ModifyDefaultCreditSpecificationCommand = exports.deserializeAws_ec2ModifyClientVpnEndpointCommand = void 0;
|
|
23
|
+
exports.deserializeAws_ec2SearchLocalGatewayRoutesCommand = exports.deserializeAws_ec2RunScheduledInstancesCommand = exports.deserializeAws_ec2RunInstancesCommand = exports.deserializeAws_ec2RevokeSecurityGroupIngressCommand = exports.deserializeAws_ec2RevokeSecurityGroupEgressCommand = exports.deserializeAws_ec2RevokeClientVpnIngressCommand = exports.deserializeAws_ec2RestoreSnapshotTierCommand = exports.deserializeAws_ec2RestoreSnapshotFromRecycleBinCommand = exports.deserializeAws_ec2RestoreManagedPrefixListVersionCommand = exports.deserializeAws_ec2RestoreImageFromRecycleBinCommand = exports.deserializeAws_ec2RestoreAddressToClassicCommand = exports.deserializeAws_ec2ResetSnapshotAttributeCommand = exports.deserializeAws_ec2ResetNetworkInterfaceAttributeCommand = exports.deserializeAws_ec2ResetInstanceAttributeCommand = exports.deserializeAws_ec2ResetImageAttributeCommand = exports.deserializeAws_ec2ResetFpgaImageAttributeCommand = exports.deserializeAws_ec2ResetEbsDefaultKmsKeyIdCommand = exports.deserializeAws_ec2ResetAddressAttributeCommand = exports.deserializeAws_ec2RequestSpotInstancesCommand = exports.deserializeAws_ec2RequestSpotFleetCommand = exports.deserializeAws_ec2ReportInstanceStatusCommand = exports.deserializeAws_ec2ReplaceTransitGatewayRouteCommand = exports.deserializeAws_ec2ReplaceRouteTableAssociationCommand = exports.deserializeAws_ec2ReplaceRouteCommand = exports.deserializeAws_ec2ReplaceNetworkAclEntryCommand = exports.deserializeAws_ec2ReplaceNetworkAclAssociationCommand = exports.deserializeAws_ec2ReplaceIamInstanceProfileAssociationCommand = exports.deserializeAws_ec2ReleaseIpamPoolAllocationCommand = exports.deserializeAws_ec2ReleaseHostsCommand = exports.deserializeAws_ec2ReleaseAddressCommand = exports.deserializeAws_ec2RejectVpcPeeringConnectionCommand = exports.deserializeAws_ec2RejectVpcEndpointConnectionsCommand = exports.deserializeAws_ec2RejectTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2RejectTransitGatewayPeeringAttachmentCommand = exports.deserializeAws_ec2RejectTransitGatewayMulticastDomainAssociationsCommand = exports.deserializeAws_ec2RegisterTransitGatewayMulticastGroupSourcesCommand = exports.deserializeAws_ec2RegisterTransitGatewayMulticastGroupMembersCommand = exports.deserializeAws_ec2RegisterInstanceEventNotificationAttributesCommand = exports.deserializeAws_ec2RegisterImageCommand = exports.deserializeAws_ec2RebootInstancesCommand = exports.deserializeAws_ec2PurchaseScheduledInstancesCommand = exports.deserializeAws_ec2PurchaseReservedInstancesOfferingCommand = exports.deserializeAws_ec2PurchaseHostReservationCommand = exports.deserializeAws_ec2ProvisionPublicIpv4PoolCidrCommand = exports.deserializeAws_ec2ProvisionIpamPoolCidrCommand = exports.deserializeAws_ec2ProvisionByoipCidrCommand = exports.deserializeAws_ec2MoveByoipCidrToIpamCommand = exports.deserializeAws_ec2MoveAddressToVpcCommand = exports.deserializeAws_ec2MonitorInstancesCommand = exports.deserializeAws_ec2ModifyVpnTunnelOptionsCommand = void 0;
|
|
24
|
+
exports.deserializeAws_ec2WithdrawByoipCidrCommand = exports.deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.deserializeAws_ec2UnmonitorInstancesCommand = exports.deserializeAws_ec2UnassignPrivateIpAddressesCommand = exports.deserializeAws_ec2UnassignIpv6AddressesCommand = exports.deserializeAws_ec2TerminateInstancesCommand = exports.deserializeAws_ec2TerminateClientVpnConnectionsCommand = exports.deserializeAws_ec2StopInstancesCommand = exports.deserializeAws_ec2StartVpcEndpointServicePrivateDnsVerificationCommand = exports.deserializeAws_ec2StartNetworkInsightsAnalysisCommand = exports.deserializeAws_ec2StartNetworkInsightsAccessScopeAnalysisCommand = exports.deserializeAws_ec2StartInstancesCommand = exports.deserializeAws_ec2SendDiagnosticInterruptCommand = exports.deserializeAws_ec2SearchTransitGatewayRoutesCommand = exports.deserializeAws_ec2SearchTransitGatewayMulticastGroupsCommand = void 0;
|
|
24
25
|
const protocol_http_1 = require("@aws-sdk/protocol-http");
|
|
25
26
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
26
27
|
const entities_1 = require("entities");
|
|
@@ -313,6 +314,19 @@ const serializeAws_ec2AssociateTransitGatewayMulticastDomainCommand = async (inp
|
|
|
313
314
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
314
315
|
};
|
|
315
316
|
exports.serializeAws_ec2AssociateTransitGatewayMulticastDomainCommand = serializeAws_ec2AssociateTransitGatewayMulticastDomainCommand;
|
|
317
|
+
const serializeAws_ec2AssociateTransitGatewayPolicyTableCommand = async (input, context) => {
|
|
318
|
+
const headers = {
|
|
319
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
320
|
+
};
|
|
321
|
+
let body;
|
|
322
|
+
body = buildFormUrlencodedString({
|
|
323
|
+
...serializeAws_ec2AssociateTransitGatewayPolicyTableRequest(input, context),
|
|
324
|
+
Action: "AssociateTransitGatewayPolicyTable",
|
|
325
|
+
Version: "2016-11-15",
|
|
326
|
+
});
|
|
327
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
328
|
+
};
|
|
329
|
+
exports.serializeAws_ec2AssociateTransitGatewayPolicyTableCommand = serializeAws_ec2AssociateTransitGatewayPolicyTableCommand;
|
|
316
330
|
const serializeAws_ec2AssociateTransitGatewayRouteTableCommand = async (input, context) => {
|
|
317
331
|
const headers = {
|
|
318
332
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -1379,6 +1393,19 @@ const serializeAws_ec2CreateTransitGatewayPeeringAttachmentCommand = async (inpu
|
|
|
1379
1393
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1380
1394
|
};
|
|
1381
1395
|
exports.serializeAws_ec2CreateTransitGatewayPeeringAttachmentCommand = serializeAws_ec2CreateTransitGatewayPeeringAttachmentCommand;
|
|
1396
|
+
const serializeAws_ec2CreateTransitGatewayPolicyTableCommand = async (input, context) => {
|
|
1397
|
+
const headers = {
|
|
1398
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
1399
|
+
};
|
|
1400
|
+
let body;
|
|
1401
|
+
body = buildFormUrlencodedString({
|
|
1402
|
+
...serializeAws_ec2CreateTransitGatewayPolicyTableRequest(input, context),
|
|
1403
|
+
Action: "CreateTransitGatewayPolicyTable",
|
|
1404
|
+
Version: "2016-11-15",
|
|
1405
|
+
});
|
|
1406
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1407
|
+
};
|
|
1408
|
+
exports.serializeAws_ec2CreateTransitGatewayPolicyTableCommand = serializeAws_ec2CreateTransitGatewayPolicyTableCommand;
|
|
1382
1409
|
const serializeAws_ec2CreateTransitGatewayPrefixListReferenceCommand = async (input, context) => {
|
|
1383
1410
|
const headers = {
|
|
1384
1411
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -1418,6 +1445,19 @@ const serializeAws_ec2CreateTransitGatewayRouteTableCommand = async (input, cont
|
|
|
1418
1445
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1419
1446
|
};
|
|
1420
1447
|
exports.serializeAws_ec2CreateTransitGatewayRouteTableCommand = serializeAws_ec2CreateTransitGatewayRouteTableCommand;
|
|
1448
|
+
const serializeAws_ec2CreateTransitGatewayRouteTableAnnouncementCommand = async (input, context) => {
|
|
1449
|
+
const headers = {
|
|
1450
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
1451
|
+
};
|
|
1452
|
+
let body;
|
|
1453
|
+
body = buildFormUrlencodedString({
|
|
1454
|
+
...serializeAws_ec2CreateTransitGatewayRouteTableAnnouncementRequest(input, context),
|
|
1455
|
+
Action: "CreateTransitGatewayRouteTableAnnouncement",
|
|
1456
|
+
Version: "2016-11-15",
|
|
1457
|
+
});
|
|
1458
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1459
|
+
};
|
|
1460
|
+
exports.serializeAws_ec2CreateTransitGatewayRouteTableAnnouncementCommand = serializeAws_ec2CreateTransitGatewayRouteTableAnnouncementCommand;
|
|
1421
1461
|
const serializeAws_ec2CreateTransitGatewayVpcAttachmentCommand = async (input, context) => {
|
|
1422
1462
|
const headers = {
|
|
1423
1463
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -2185,6 +2225,19 @@ const serializeAws_ec2DeleteTransitGatewayPeeringAttachmentCommand = async (inpu
|
|
|
2185
2225
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2186
2226
|
};
|
|
2187
2227
|
exports.serializeAws_ec2DeleteTransitGatewayPeeringAttachmentCommand = serializeAws_ec2DeleteTransitGatewayPeeringAttachmentCommand;
|
|
2228
|
+
const serializeAws_ec2DeleteTransitGatewayPolicyTableCommand = async (input, context) => {
|
|
2229
|
+
const headers = {
|
|
2230
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
2231
|
+
};
|
|
2232
|
+
let body;
|
|
2233
|
+
body = buildFormUrlencodedString({
|
|
2234
|
+
...serializeAws_ec2DeleteTransitGatewayPolicyTableRequest(input, context),
|
|
2235
|
+
Action: "DeleteTransitGatewayPolicyTable",
|
|
2236
|
+
Version: "2016-11-15",
|
|
2237
|
+
});
|
|
2238
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2239
|
+
};
|
|
2240
|
+
exports.serializeAws_ec2DeleteTransitGatewayPolicyTableCommand = serializeAws_ec2DeleteTransitGatewayPolicyTableCommand;
|
|
2188
2241
|
const serializeAws_ec2DeleteTransitGatewayPrefixListReferenceCommand = async (input, context) => {
|
|
2189
2242
|
const headers = {
|
|
2190
2243
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -2224,6 +2277,19 @@ const serializeAws_ec2DeleteTransitGatewayRouteTableCommand = async (input, cont
|
|
|
2224
2277
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2225
2278
|
};
|
|
2226
2279
|
exports.serializeAws_ec2DeleteTransitGatewayRouteTableCommand = serializeAws_ec2DeleteTransitGatewayRouteTableCommand;
|
|
2280
|
+
const serializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementCommand = async (input, context) => {
|
|
2281
|
+
const headers = {
|
|
2282
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
2283
|
+
};
|
|
2284
|
+
let body;
|
|
2285
|
+
body = buildFormUrlencodedString({
|
|
2286
|
+
...serializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementRequest(input, context),
|
|
2287
|
+
Action: "DeleteTransitGatewayRouteTableAnnouncement",
|
|
2288
|
+
Version: "2016-11-15",
|
|
2289
|
+
});
|
|
2290
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2291
|
+
};
|
|
2292
|
+
exports.serializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementCommand = serializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementCommand;
|
|
2227
2293
|
const serializeAws_ec2DeleteTransitGatewayVpcAttachmentCommand = async (input, context) => {
|
|
2228
2294
|
const headers = {
|
|
2229
2295
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -3901,6 +3967,32 @@ const serializeAws_ec2DescribeTransitGatewayPeeringAttachmentsCommand = async (i
|
|
|
3901
3967
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3902
3968
|
};
|
|
3903
3969
|
exports.serializeAws_ec2DescribeTransitGatewayPeeringAttachmentsCommand = serializeAws_ec2DescribeTransitGatewayPeeringAttachmentsCommand;
|
|
3970
|
+
const serializeAws_ec2DescribeTransitGatewayPolicyTablesCommand = async (input, context) => {
|
|
3971
|
+
const headers = {
|
|
3972
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
3973
|
+
};
|
|
3974
|
+
let body;
|
|
3975
|
+
body = buildFormUrlencodedString({
|
|
3976
|
+
...serializeAws_ec2DescribeTransitGatewayPolicyTablesRequest(input, context),
|
|
3977
|
+
Action: "DescribeTransitGatewayPolicyTables",
|
|
3978
|
+
Version: "2016-11-15",
|
|
3979
|
+
});
|
|
3980
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3981
|
+
};
|
|
3982
|
+
exports.serializeAws_ec2DescribeTransitGatewayPolicyTablesCommand = serializeAws_ec2DescribeTransitGatewayPolicyTablesCommand;
|
|
3983
|
+
const serializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommand = async (input, context) => {
|
|
3984
|
+
const headers = {
|
|
3985
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
3986
|
+
};
|
|
3987
|
+
let body;
|
|
3988
|
+
body = buildFormUrlencodedString({
|
|
3989
|
+
...serializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsRequest(input, context),
|
|
3990
|
+
Action: "DescribeTransitGatewayRouteTableAnnouncements",
|
|
3991
|
+
Version: "2016-11-15",
|
|
3992
|
+
});
|
|
3993
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3994
|
+
};
|
|
3995
|
+
exports.serializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommand = serializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommand;
|
|
3904
3996
|
const serializeAws_ec2DescribeTransitGatewayRouteTablesCommand = async (input, context) => {
|
|
3905
3997
|
const headers = {
|
|
3906
3998
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -4473,6 +4565,19 @@ const serializeAws_ec2DisassociateTransitGatewayMulticastDomainCommand = async (
|
|
|
4473
4565
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4474
4566
|
};
|
|
4475
4567
|
exports.serializeAws_ec2DisassociateTransitGatewayMulticastDomainCommand = serializeAws_ec2DisassociateTransitGatewayMulticastDomainCommand;
|
|
4568
|
+
const serializeAws_ec2DisassociateTransitGatewayPolicyTableCommand = async (input, context) => {
|
|
4569
|
+
const headers = {
|
|
4570
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
4571
|
+
};
|
|
4572
|
+
let body;
|
|
4573
|
+
body = buildFormUrlencodedString({
|
|
4574
|
+
...serializeAws_ec2DisassociateTransitGatewayPolicyTableRequest(input, context),
|
|
4575
|
+
Action: "DisassociateTransitGatewayPolicyTable",
|
|
4576
|
+
Version: "2016-11-15",
|
|
4577
|
+
});
|
|
4578
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4579
|
+
};
|
|
4580
|
+
exports.serializeAws_ec2DisassociateTransitGatewayPolicyTableCommand = serializeAws_ec2DisassociateTransitGatewayPolicyTableCommand;
|
|
4476
4581
|
const serializeAws_ec2DisassociateTransitGatewayRouteTableCommand = async (input, context) => {
|
|
4477
4582
|
const headers = {
|
|
4478
4583
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -5097,6 +5202,32 @@ const serializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommand = asyn
|
|
|
5097
5202
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5098
5203
|
};
|
|
5099
5204
|
exports.serializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommand = serializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommand;
|
|
5205
|
+
const serializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommand = async (input, context) => {
|
|
5206
|
+
const headers = {
|
|
5207
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
5208
|
+
};
|
|
5209
|
+
let body;
|
|
5210
|
+
body = buildFormUrlencodedString({
|
|
5211
|
+
...serializeAws_ec2GetTransitGatewayPolicyTableAssociationsRequest(input, context),
|
|
5212
|
+
Action: "GetTransitGatewayPolicyTableAssociations",
|
|
5213
|
+
Version: "2016-11-15",
|
|
5214
|
+
});
|
|
5215
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5216
|
+
};
|
|
5217
|
+
exports.serializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommand = serializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommand;
|
|
5218
|
+
const serializeAws_ec2GetTransitGatewayPolicyTableEntriesCommand = async (input, context) => {
|
|
5219
|
+
const headers = {
|
|
5220
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
5221
|
+
};
|
|
5222
|
+
let body;
|
|
5223
|
+
body = buildFormUrlencodedString({
|
|
5224
|
+
...serializeAws_ec2GetTransitGatewayPolicyTableEntriesRequest(input, context),
|
|
5225
|
+
Action: "GetTransitGatewayPolicyTableEntries",
|
|
5226
|
+
Version: "2016-11-15",
|
|
5227
|
+
});
|
|
5228
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5229
|
+
};
|
|
5230
|
+
exports.serializeAws_ec2GetTransitGatewayPolicyTableEntriesCommand = serializeAws_ec2GetTransitGatewayPolicyTableEntriesCommand;
|
|
5100
5231
|
const serializeAws_ec2GetTransitGatewayPrefixListReferencesCommand = async (input, context) => {
|
|
5101
5232
|
const headers = {
|
|
5102
5233
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -7571,6 +7702,40 @@ const deserializeAws_ec2AssociateTransitGatewayMulticastDomainCommandError = asy
|
|
|
7571
7702
|
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Errors.Error);
|
|
7572
7703
|
}
|
|
7573
7704
|
};
|
|
7705
|
+
const deserializeAws_ec2AssociateTransitGatewayPolicyTableCommand = async (output, context) => {
|
|
7706
|
+
if (output.statusCode >= 300) {
|
|
7707
|
+
return deserializeAws_ec2AssociateTransitGatewayPolicyTableCommandError(output, context);
|
|
7708
|
+
}
|
|
7709
|
+
const data = await parseBody(output.body, context);
|
|
7710
|
+
let contents = {};
|
|
7711
|
+
contents = deserializeAws_ec2AssociateTransitGatewayPolicyTableResult(data, context);
|
|
7712
|
+
const response = {
|
|
7713
|
+
$metadata: deserializeMetadata(output),
|
|
7714
|
+
...contents,
|
|
7715
|
+
};
|
|
7716
|
+
return Promise.resolve(response);
|
|
7717
|
+
};
|
|
7718
|
+
exports.deserializeAws_ec2AssociateTransitGatewayPolicyTableCommand = deserializeAws_ec2AssociateTransitGatewayPolicyTableCommand;
|
|
7719
|
+
const deserializeAws_ec2AssociateTransitGatewayPolicyTableCommandError = async (output, context) => {
|
|
7720
|
+
const parsedOutput = {
|
|
7721
|
+
...output,
|
|
7722
|
+
body: await parseBody(output.body, context),
|
|
7723
|
+
};
|
|
7724
|
+
let response;
|
|
7725
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7726
|
+
switch (errorCode) {
|
|
7727
|
+
default:
|
|
7728
|
+
const parsedBody = parsedOutput.body;
|
|
7729
|
+
const $metadata = deserializeMetadata(output);
|
|
7730
|
+
const statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
|
|
7731
|
+
response = new EC2ServiceException_1.EC2ServiceException({
|
|
7732
|
+
name: parsedBody.Errors.Error.code || parsedBody.Errors.Error.Code || errorCode || statusCode || "UnknowError",
|
|
7733
|
+
$fault: "client",
|
|
7734
|
+
$metadata,
|
|
7735
|
+
});
|
|
7736
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Errors.Error);
|
|
7737
|
+
}
|
|
7738
|
+
};
|
|
7574
7739
|
const deserializeAws_ec2AssociateTransitGatewayRouteTableCommand = async (output, context) => {
|
|
7575
7740
|
if (output.statusCode >= 300) {
|
|
7576
7741
|
return deserializeAws_ec2AssociateTransitGatewayRouteTableCommandError(output, context);
|
|
@@ -10344,6 +10509,40 @@ const deserializeAws_ec2CreateTransitGatewayPeeringAttachmentCommandError = asyn
|
|
|
10344
10509
|
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Errors.Error);
|
|
10345
10510
|
}
|
|
10346
10511
|
};
|
|
10512
|
+
const deserializeAws_ec2CreateTransitGatewayPolicyTableCommand = async (output, context) => {
|
|
10513
|
+
if (output.statusCode >= 300) {
|
|
10514
|
+
return deserializeAws_ec2CreateTransitGatewayPolicyTableCommandError(output, context);
|
|
10515
|
+
}
|
|
10516
|
+
const data = await parseBody(output.body, context);
|
|
10517
|
+
let contents = {};
|
|
10518
|
+
contents = deserializeAws_ec2CreateTransitGatewayPolicyTableResult(data, context);
|
|
10519
|
+
const response = {
|
|
10520
|
+
$metadata: deserializeMetadata(output),
|
|
10521
|
+
...contents,
|
|
10522
|
+
};
|
|
10523
|
+
return Promise.resolve(response);
|
|
10524
|
+
};
|
|
10525
|
+
exports.deserializeAws_ec2CreateTransitGatewayPolicyTableCommand = deserializeAws_ec2CreateTransitGatewayPolicyTableCommand;
|
|
10526
|
+
const deserializeAws_ec2CreateTransitGatewayPolicyTableCommandError = async (output, context) => {
|
|
10527
|
+
const parsedOutput = {
|
|
10528
|
+
...output,
|
|
10529
|
+
body: await parseBody(output.body, context),
|
|
10530
|
+
};
|
|
10531
|
+
let response;
|
|
10532
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10533
|
+
switch (errorCode) {
|
|
10534
|
+
default:
|
|
10535
|
+
const parsedBody = parsedOutput.body;
|
|
10536
|
+
const $metadata = deserializeMetadata(output);
|
|
10537
|
+
const statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
|
|
10538
|
+
response = new EC2ServiceException_1.EC2ServiceException({
|
|
10539
|
+
name: parsedBody.Errors.Error.code || parsedBody.Errors.Error.Code || errorCode || statusCode || "UnknowError",
|
|
10540
|
+
$fault: "client",
|
|
10541
|
+
$metadata,
|
|
10542
|
+
});
|
|
10543
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Errors.Error);
|
|
10544
|
+
}
|
|
10545
|
+
};
|
|
10347
10546
|
const deserializeAws_ec2CreateTransitGatewayPrefixListReferenceCommand = async (output, context) => {
|
|
10348
10547
|
if (output.statusCode >= 300) {
|
|
10349
10548
|
return deserializeAws_ec2CreateTransitGatewayPrefixListReferenceCommandError(output, context);
|
|
@@ -10446,6 +10645,40 @@ const deserializeAws_ec2CreateTransitGatewayRouteTableCommandError = async (outp
|
|
|
10446
10645
|
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Errors.Error);
|
|
10447
10646
|
}
|
|
10448
10647
|
};
|
|
10648
|
+
const deserializeAws_ec2CreateTransitGatewayRouteTableAnnouncementCommand = async (output, context) => {
|
|
10649
|
+
if (output.statusCode >= 300) {
|
|
10650
|
+
return deserializeAws_ec2CreateTransitGatewayRouteTableAnnouncementCommandError(output, context);
|
|
10651
|
+
}
|
|
10652
|
+
const data = await parseBody(output.body, context);
|
|
10653
|
+
let contents = {};
|
|
10654
|
+
contents = deserializeAws_ec2CreateTransitGatewayRouteTableAnnouncementResult(data, context);
|
|
10655
|
+
const response = {
|
|
10656
|
+
$metadata: deserializeMetadata(output),
|
|
10657
|
+
...contents,
|
|
10658
|
+
};
|
|
10659
|
+
return Promise.resolve(response);
|
|
10660
|
+
};
|
|
10661
|
+
exports.deserializeAws_ec2CreateTransitGatewayRouteTableAnnouncementCommand = deserializeAws_ec2CreateTransitGatewayRouteTableAnnouncementCommand;
|
|
10662
|
+
const deserializeAws_ec2CreateTransitGatewayRouteTableAnnouncementCommandError = async (output, context) => {
|
|
10663
|
+
const parsedOutput = {
|
|
10664
|
+
...output,
|
|
10665
|
+
body: await parseBody(output.body, context),
|
|
10666
|
+
};
|
|
10667
|
+
let response;
|
|
10668
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10669
|
+
switch (errorCode) {
|
|
10670
|
+
default:
|
|
10671
|
+
const parsedBody = parsedOutput.body;
|
|
10672
|
+
const $metadata = deserializeMetadata(output);
|
|
10673
|
+
const statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
|
|
10674
|
+
response = new EC2ServiceException_1.EC2ServiceException({
|
|
10675
|
+
name: parsedBody.Errors.Error.code || parsedBody.Errors.Error.Code || errorCode || statusCode || "UnknowError",
|
|
10676
|
+
$fault: "client",
|
|
10677
|
+
$metadata,
|
|
10678
|
+
});
|
|
10679
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Errors.Error);
|
|
10680
|
+
}
|
|
10681
|
+
};
|
|
10449
10682
|
const deserializeAws_ec2CreateTransitGatewayVpcAttachmentCommand = async (output, context) => {
|
|
10450
10683
|
if (output.statusCode >= 300) {
|
|
10451
10684
|
return deserializeAws_ec2CreateTransitGatewayVpcAttachmentCommandError(output, context);
|
|
@@ -12404,6 +12637,40 @@ const deserializeAws_ec2DeleteTransitGatewayPeeringAttachmentCommandError = asyn
|
|
|
12404
12637
|
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Errors.Error);
|
|
12405
12638
|
}
|
|
12406
12639
|
};
|
|
12640
|
+
const deserializeAws_ec2DeleteTransitGatewayPolicyTableCommand = async (output, context) => {
|
|
12641
|
+
if (output.statusCode >= 300) {
|
|
12642
|
+
return deserializeAws_ec2DeleteTransitGatewayPolicyTableCommandError(output, context);
|
|
12643
|
+
}
|
|
12644
|
+
const data = await parseBody(output.body, context);
|
|
12645
|
+
let contents = {};
|
|
12646
|
+
contents = deserializeAws_ec2DeleteTransitGatewayPolicyTableResult(data, context);
|
|
12647
|
+
const response = {
|
|
12648
|
+
$metadata: deserializeMetadata(output),
|
|
12649
|
+
...contents,
|
|
12650
|
+
};
|
|
12651
|
+
return Promise.resolve(response);
|
|
12652
|
+
};
|
|
12653
|
+
exports.deserializeAws_ec2DeleteTransitGatewayPolicyTableCommand = deserializeAws_ec2DeleteTransitGatewayPolicyTableCommand;
|
|
12654
|
+
const deserializeAws_ec2DeleteTransitGatewayPolicyTableCommandError = async (output, context) => {
|
|
12655
|
+
const parsedOutput = {
|
|
12656
|
+
...output,
|
|
12657
|
+
body: await parseBody(output.body, context),
|
|
12658
|
+
};
|
|
12659
|
+
let response;
|
|
12660
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12661
|
+
switch (errorCode) {
|
|
12662
|
+
default:
|
|
12663
|
+
const parsedBody = parsedOutput.body;
|
|
12664
|
+
const $metadata = deserializeMetadata(output);
|
|
12665
|
+
const statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
|
|
12666
|
+
response = new EC2ServiceException_1.EC2ServiceException({
|
|
12667
|
+
name: parsedBody.Errors.Error.code || parsedBody.Errors.Error.Code || errorCode || statusCode || "UnknowError",
|
|
12668
|
+
$fault: "client",
|
|
12669
|
+
$metadata,
|
|
12670
|
+
});
|
|
12671
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Errors.Error);
|
|
12672
|
+
}
|
|
12673
|
+
};
|
|
12407
12674
|
const deserializeAws_ec2DeleteTransitGatewayPrefixListReferenceCommand = async (output, context) => {
|
|
12408
12675
|
if (output.statusCode >= 300) {
|
|
12409
12676
|
return deserializeAws_ec2DeleteTransitGatewayPrefixListReferenceCommandError(output, context);
|
|
@@ -12506,6 +12773,40 @@ const deserializeAws_ec2DeleteTransitGatewayRouteTableCommandError = async (outp
|
|
|
12506
12773
|
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Errors.Error);
|
|
12507
12774
|
}
|
|
12508
12775
|
};
|
|
12776
|
+
const deserializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementCommand = async (output, context) => {
|
|
12777
|
+
if (output.statusCode >= 300) {
|
|
12778
|
+
return deserializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementCommandError(output, context);
|
|
12779
|
+
}
|
|
12780
|
+
const data = await parseBody(output.body, context);
|
|
12781
|
+
let contents = {};
|
|
12782
|
+
contents = deserializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementResult(data, context);
|
|
12783
|
+
const response = {
|
|
12784
|
+
$metadata: deserializeMetadata(output),
|
|
12785
|
+
...contents,
|
|
12786
|
+
};
|
|
12787
|
+
return Promise.resolve(response);
|
|
12788
|
+
};
|
|
12789
|
+
exports.deserializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementCommand = deserializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementCommand;
|
|
12790
|
+
const deserializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementCommandError = async (output, context) => {
|
|
12791
|
+
const parsedOutput = {
|
|
12792
|
+
...output,
|
|
12793
|
+
body: await parseBody(output.body, context),
|
|
12794
|
+
};
|
|
12795
|
+
let response;
|
|
12796
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12797
|
+
switch (errorCode) {
|
|
12798
|
+
default:
|
|
12799
|
+
const parsedBody = parsedOutput.body;
|
|
12800
|
+
const $metadata = deserializeMetadata(output);
|
|
12801
|
+
const statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
|
|
12802
|
+
response = new EC2ServiceException_1.EC2ServiceException({
|
|
12803
|
+
name: parsedBody.Errors.Error.code || parsedBody.Errors.Error.Code || errorCode || statusCode || "UnknowError",
|
|
12804
|
+
$fault: "client",
|
|
12805
|
+
$metadata,
|
|
12806
|
+
});
|
|
12807
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Errors.Error);
|
|
12808
|
+
}
|
|
12809
|
+
};
|
|
12509
12810
|
const deserializeAws_ec2DeleteTransitGatewayVpcAttachmentCommand = async (output, context) => {
|
|
12510
12811
|
if (output.statusCode >= 300) {
|
|
12511
12812
|
return deserializeAws_ec2DeleteTransitGatewayVpcAttachmentCommandError(output, context);
|
|
@@ -16874,6 +17175,74 @@ const deserializeAws_ec2DescribeTransitGatewayPeeringAttachmentsCommandError = a
|
|
|
16874
17175
|
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Errors.Error);
|
|
16875
17176
|
}
|
|
16876
17177
|
};
|
|
17178
|
+
const deserializeAws_ec2DescribeTransitGatewayPolicyTablesCommand = async (output, context) => {
|
|
17179
|
+
if (output.statusCode >= 300) {
|
|
17180
|
+
return deserializeAws_ec2DescribeTransitGatewayPolicyTablesCommandError(output, context);
|
|
17181
|
+
}
|
|
17182
|
+
const data = await parseBody(output.body, context);
|
|
17183
|
+
let contents = {};
|
|
17184
|
+
contents = deserializeAws_ec2DescribeTransitGatewayPolicyTablesResult(data, context);
|
|
17185
|
+
const response = {
|
|
17186
|
+
$metadata: deserializeMetadata(output),
|
|
17187
|
+
...contents,
|
|
17188
|
+
};
|
|
17189
|
+
return Promise.resolve(response);
|
|
17190
|
+
};
|
|
17191
|
+
exports.deserializeAws_ec2DescribeTransitGatewayPolicyTablesCommand = deserializeAws_ec2DescribeTransitGatewayPolicyTablesCommand;
|
|
17192
|
+
const deserializeAws_ec2DescribeTransitGatewayPolicyTablesCommandError = async (output, context) => {
|
|
17193
|
+
const parsedOutput = {
|
|
17194
|
+
...output,
|
|
17195
|
+
body: await parseBody(output.body, context),
|
|
17196
|
+
};
|
|
17197
|
+
let response;
|
|
17198
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17199
|
+
switch (errorCode) {
|
|
17200
|
+
default:
|
|
17201
|
+
const parsedBody = parsedOutput.body;
|
|
17202
|
+
const $metadata = deserializeMetadata(output);
|
|
17203
|
+
const statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
|
|
17204
|
+
response = new EC2ServiceException_1.EC2ServiceException({
|
|
17205
|
+
name: parsedBody.Errors.Error.code || parsedBody.Errors.Error.Code || errorCode || statusCode || "UnknowError",
|
|
17206
|
+
$fault: "client",
|
|
17207
|
+
$metadata,
|
|
17208
|
+
});
|
|
17209
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Errors.Error);
|
|
17210
|
+
}
|
|
17211
|
+
};
|
|
17212
|
+
const deserializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommand = async (output, context) => {
|
|
17213
|
+
if (output.statusCode >= 300) {
|
|
17214
|
+
return deserializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommandError(output, context);
|
|
17215
|
+
}
|
|
17216
|
+
const data = await parseBody(output.body, context);
|
|
17217
|
+
let contents = {};
|
|
17218
|
+
contents = deserializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsResult(data, context);
|
|
17219
|
+
const response = {
|
|
17220
|
+
$metadata: deserializeMetadata(output),
|
|
17221
|
+
...contents,
|
|
17222
|
+
};
|
|
17223
|
+
return Promise.resolve(response);
|
|
17224
|
+
};
|
|
17225
|
+
exports.deserializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommand = deserializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommand;
|
|
17226
|
+
const deserializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommandError = async (output, context) => {
|
|
17227
|
+
const parsedOutput = {
|
|
17228
|
+
...output,
|
|
17229
|
+
body: await parseBody(output.body, context),
|
|
17230
|
+
};
|
|
17231
|
+
let response;
|
|
17232
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17233
|
+
switch (errorCode) {
|
|
17234
|
+
default:
|
|
17235
|
+
const parsedBody = parsedOutput.body;
|
|
17236
|
+
const $metadata = deserializeMetadata(output);
|
|
17237
|
+
const statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
|
|
17238
|
+
response = new EC2ServiceException_1.EC2ServiceException({
|
|
17239
|
+
name: parsedBody.Errors.Error.code || parsedBody.Errors.Error.Code || errorCode || statusCode || "UnknowError",
|
|
17240
|
+
$fault: "client",
|
|
17241
|
+
$metadata,
|
|
17242
|
+
});
|
|
17243
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Errors.Error);
|
|
17244
|
+
}
|
|
17245
|
+
};
|
|
16877
17246
|
const deserializeAws_ec2DescribeTransitGatewayRouteTablesCommand = async (output, context) => {
|
|
16878
17247
|
if (output.statusCode >= 300) {
|
|
16879
17248
|
return deserializeAws_ec2DescribeTransitGatewayRouteTablesCommandError(output, context);
|
|
@@ -18352,6 +18721,40 @@ const deserializeAws_ec2DisassociateTransitGatewayMulticastDomainCommandError =
|
|
|
18352
18721
|
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Errors.Error);
|
|
18353
18722
|
}
|
|
18354
18723
|
};
|
|
18724
|
+
const deserializeAws_ec2DisassociateTransitGatewayPolicyTableCommand = async (output, context) => {
|
|
18725
|
+
if (output.statusCode >= 300) {
|
|
18726
|
+
return deserializeAws_ec2DisassociateTransitGatewayPolicyTableCommandError(output, context);
|
|
18727
|
+
}
|
|
18728
|
+
const data = await parseBody(output.body, context);
|
|
18729
|
+
let contents = {};
|
|
18730
|
+
contents = deserializeAws_ec2DisassociateTransitGatewayPolicyTableResult(data, context);
|
|
18731
|
+
const response = {
|
|
18732
|
+
$metadata: deserializeMetadata(output),
|
|
18733
|
+
...contents,
|
|
18734
|
+
};
|
|
18735
|
+
return Promise.resolve(response);
|
|
18736
|
+
};
|
|
18737
|
+
exports.deserializeAws_ec2DisassociateTransitGatewayPolicyTableCommand = deserializeAws_ec2DisassociateTransitGatewayPolicyTableCommand;
|
|
18738
|
+
const deserializeAws_ec2DisassociateTransitGatewayPolicyTableCommandError = async (output, context) => {
|
|
18739
|
+
const parsedOutput = {
|
|
18740
|
+
...output,
|
|
18741
|
+
body: await parseBody(output.body, context),
|
|
18742
|
+
};
|
|
18743
|
+
let response;
|
|
18744
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18745
|
+
switch (errorCode) {
|
|
18746
|
+
default:
|
|
18747
|
+
const parsedBody = parsedOutput.body;
|
|
18748
|
+
const $metadata = deserializeMetadata(output);
|
|
18749
|
+
const statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
|
|
18750
|
+
response = new EC2ServiceException_1.EC2ServiceException({
|
|
18751
|
+
name: parsedBody.Errors.Error.code || parsedBody.Errors.Error.Code || errorCode || statusCode || "UnknowError",
|
|
18752
|
+
$fault: "client",
|
|
18753
|
+
$metadata,
|
|
18754
|
+
});
|
|
18755
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Errors.Error);
|
|
18756
|
+
}
|
|
18757
|
+
};
|
|
18355
18758
|
const deserializeAws_ec2DisassociateTransitGatewayRouteTableCommand = async (output, context) => {
|
|
18356
18759
|
if (output.statusCode >= 300) {
|
|
18357
18760
|
return deserializeAws_ec2DisassociateTransitGatewayRouteTableCommandError(output, context);
|
|
@@ -19978,6 +20381,74 @@ const deserializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommandError
|
|
|
19978
20381
|
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Errors.Error);
|
|
19979
20382
|
}
|
|
19980
20383
|
};
|
|
20384
|
+
const deserializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommand = async (output, context) => {
|
|
20385
|
+
if (output.statusCode >= 300) {
|
|
20386
|
+
return deserializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommandError(output, context);
|
|
20387
|
+
}
|
|
20388
|
+
const data = await parseBody(output.body, context);
|
|
20389
|
+
let contents = {};
|
|
20390
|
+
contents = deserializeAws_ec2GetTransitGatewayPolicyTableAssociationsResult(data, context);
|
|
20391
|
+
const response = {
|
|
20392
|
+
$metadata: deserializeMetadata(output),
|
|
20393
|
+
...contents,
|
|
20394
|
+
};
|
|
20395
|
+
return Promise.resolve(response);
|
|
20396
|
+
};
|
|
20397
|
+
exports.deserializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommand = deserializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommand;
|
|
20398
|
+
const deserializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommandError = async (output, context) => {
|
|
20399
|
+
const parsedOutput = {
|
|
20400
|
+
...output,
|
|
20401
|
+
body: await parseBody(output.body, context),
|
|
20402
|
+
};
|
|
20403
|
+
let response;
|
|
20404
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20405
|
+
switch (errorCode) {
|
|
20406
|
+
default:
|
|
20407
|
+
const parsedBody = parsedOutput.body;
|
|
20408
|
+
const $metadata = deserializeMetadata(output);
|
|
20409
|
+
const statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
|
|
20410
|
+
response = new EC2ServiceException_1.EC2ServiceException({
|
|
20411
|
+
name: parsedBody.Errors.Error.code || parsedBody.Errors.Error.Code || errorCode || statusCode || "UnknowError",
|
|
20412
|
+
$fault: "client",
|
|
20413
|
+
$metadata,
|
|
20414
|
+
});
|
|
20415
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Errors.Error);
|
|
20416
|
+
}
|
|
20417
|
+
};
|
|
20418
|
+
const deserializeAws_ec2GetTransitGatewayPolicyTableEntriesCommand = async (output, context) => {
|
|
20419
|
+
if (output.statusCode >= 300) {
|
|
20420
|
+
return deserializeAws_ec2GetTransitGatewayPolicyTableEntriesCommandError(output, context);
|
|
20421
|
+
}
|
|
20422
|
+
const data = await parseBody(output.body, context);
|
|
20423
|
+
let contents = {};
|
|
20424
|
+
contents = deserializeAws_ec2GetTransitGatewayPolicyTableEntriesResult(data, context);
|
|
20425
|
+
const response = {
|
|
20426
|
+
$metadata: deserializeMetadata(output),
|
|
20427
|
+
...contents,
|
|
20428
|
+
};
|
|
20429
|
+
return Promise.resolve(response);
|
|
20430
|
+
};
|
|
20431
|
+
exports.deserializeAws_ec2GetTransitGatewayPolicyTableEntriesCommand = deserializeAws_ec2GetTransitGatewayPolicyTableEntriesCommand;
|
|
20432
|
+
const deserializeAws_ec2GetTransitGatewayPolicyTableEntriesCommandError = async (output, context) => {
|
|
20433
|
+
const parsedOutput = {
|
|
20434
|
+
...output,
|
|
20435
|
+
body: await parseBody(output.body, context),
|
|
20436
|
+
};
|
|
20437
|
+
let response;
|
|
20438
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20439
|
+
switch (errorCode) {
|
|
20440
|
+
default:
|
|
20441
|
+
const parsedBody = parsedOutput.body;
|
|
20442
|
+
const $metadata = deserializeMetadata(output);
|
|
20443
|
+
const statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
|
|
20444
|
+
response = new EC2ServiceException_1.EC2ServiceException({
|
|
20445
|
+
name: parsedBody.Errors.Error.code || parsedBody.Errors.Error.Code || errorCode || statusCode || "UnknowError",
|
|
20446
|
+
$fault: "client",
|
|
20447
|
+
$metadata,
|
|
20448
|
+
});
|
|
20449
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody.Errors.Error);
|
|
20450
|
+
}
|
|
20451
|
+
};
|
|
19981
20452
|
const deserializeAws_ec2GetTransitGatewayPrefixListReferencesCommand = async (output, context) => {
|
|
19982
20453
|
if (output.statusCode >= 300) {
|
|
19983
20454
|
return deserializeAws_ec2GetTransitGatewayPrefixListReferencesCommandError(output, context);
|
|
@@ -25084,6 +25555,19 @@ const serializeAws_ec2AssociateTransitGatewayMulticastDomainRequest = (input, co
|
|
|
25084
25555
|
}
|
|
25085
25556
|
return entries;
|
|
25086
25557
|
};
|
|
25558
|
+
const serializeAws_ec2AssociateTransitGatewayPolicyTableRequest = (input, context) => {
|
|
25559
|
+
const entries = {};
|
|
25560
|
+
if (input.TransitGatewayPolicyTableId !== undefined && input.TransitGatewayPolicyTableId !== null) {
|
|
25561
|
+
entries["TransitGatewayPolicyTableId"] = input.TransitGatewayPolicyTableId;
|
|
25562
|
+
}
|
|
25563
|
+
if (input.TransitGatewayAttachmentId !== undefined && input.TransitGatewayAttachmentId !== null) {
|
|
25564
|
+
entries["TransitGatewayAttachmentId"] = input.TransitGatewayAttachmentId;
|
|
25565
|
+
}
|
|
25566
|
+
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
25567
|
+
entries["DryRun"] = input.DryRun;
|
|
25568
|
+
}
|
|
25569
|
+
return entries;
|
|
25570
|
+
};
|
|
25087
25571
|
const serializeAws_ec2AssociateTransitGatewayRouteTableRequest = (input, context) => {
|
|
25088
25572
|
const entries = {};
|
|
25089
25573
|
if (input.TransitGatewayRouteTableId !== undefined && input.TransitGatewayRouteTableId !== null) {
|
|
@@ -27789,6 +28273,13 @@ const serializeAws_ec2CreateTransitGatewayPeeringAttachmentRequest = (input, con
|
|
|
27789
28273
|
if (input.PeerRegion !== undefined && input.PeerRegion !== null) {
|
|
27790
28274
|
entries["PeerRegion"] = input.PeerRegion;
|
|
27791
28275
|
}
|
|
28276
|
+
if (input.Options !== undefined && input.Options !== null) {
|
|
28277
|
+
const memberEntries = serializeAws_ec2CreateTransitGatewayPeeringAttachmentRequestOptions(input.Options, context);
|
|
28278
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28279
|
+
const loc = `Options.${key}`;
|
|
28280
|
+
entries[loc] = value;
|
|
28281
|
+
});
|
|
28282
|
+
}
|
|
27792
28283
|
if (input.TagSpecifications !== undefined && input.TagSpecifications !== null) {
|
|
27793
28284
|
const memberEntries = serializeAws_ec2TagSpecificationList(input.TagSpecifications, context);
|
|
27794
28285
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -27801,6 +28292,30 @@ const serializeAws_ec2CreateTransitGatewayPeeringAttachmentRequest = (input, con
|
|
|
27801
28292
|
}
|
|
27802
28293
|
return entries;
|
|
27803
28294
|
};
|
|
28295
|
+
const serializeAws_ec2CreateTransitGatewayPeeringAttachmentRequestOptions = (input, context) => {
|
|
28296
|
+
const entries = {};
|
|
28297
|
+
if (input.DynamicRouting !== undefined && input.DynamicRouting !== null) {
|
|
28298
|
+
entries["DynamicRouting"] = input.DynamicRouting;
|
|
28299
|
+
}
|
|
28300
|
+
return entries;
|
|
28301
|
+
};
|
|
28302
|
+
const serializeAws_ec2CreateTransitGatewayPolicyTableRequest = (input, context) => {
|
|
28303
|
+
const entries = {};
|
|
28304
|
+
if (input.TransitGatewayId !== undefined && input.TransitGatewayId !== null) {
|
|
28305
|
+
entries["TransitGatewayId"] = input.TransitGatewayId;
|
|
28306
|
+
}
|
|
28307
|
+
if (input.TagSpecifications !== undefined && input.TagSpecifications !== null) {
|
|
28308
|
+
const memberEntries = serializeAws_ec2TagSpecificationList(input.TagSpecifications, context);
|
|
28309
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28310
|
+
const loc = `TagSpecifications.${key.substring(key.indexOf(".") + 1)}`;
|
|
28311
|
+
entries[loc] = value;
|
|
28312
|
+
});
|
|
28313
|
+
}
|
|
28314
|
+
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
28315
|
+
entries["DryRun"] = input.DryRun;
|
|
28316
|
+
}
|
|
28317
|
+
return entries;
|
|
28318
|
+
};
|
|
27804
28319
|
const serializeAws_ec2CreateTransitGatewayPrefixListReferenceRequest = (input, context) => {
|
|
27805
28320
|
const entries = {};
|
|
27806
28321
|
if (input.TransitGatewayRouteTableId !== undefined && input.TransitGatewayRouteTableId !== null) {
|
|
@@ -27863,6 +28378,26 @@ const serializeAws_ec2CreateTransitGatewayRouteRequest = (input, context) => {
|
|
|
27863
28378
|
}
|
|
27864
28379
|
return entries;
|
|
27865
28380
|
};
|
|
28381
|
+
const serializeAws_ec2CreateTransitGatewayRouteTableAnnouncementRequest = (input, context) => {
|
|
28382
|
+
const entries = {};
|
|
28383
|
+
if (input.TransitGatewayRouteTableId !== undefined && input.TransitGatewayRouteTableId !== null) {
|
|
28384
|
+
entries["TransitGatewayRouteTableId"] = input.TransitGatewayRouteTableId;
|
|
28385
|
+
}
|
|
28386
|
+
if (input.PeeringAttachmentId !== undefined && input.PeeringAttachmentId !== null) {
|
|
28387
|
+
entries["PeeringAttachmentId"] = input.PeeringAttachmentId;
|
|
28388
|
+
}
|
|
28389
|
+
if (input.TagSpecifications !== undefined && input.TagSpecifications !== null) {
|
|
28390
|
+
const memberEntries = serializeAws_ec2TagSpecificationList(input.TagSpecifications, context);
|
|
28391
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28392
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
28393
|
+
entries[loc] = value;
|
|
28394
|
+
});
|
|
28395
|
+
}
|
|
28396
|
+
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
28397
|
+
entries["DryRun"] = input.DryRun;
|
|
28398
|
+
}
|
|
28399
|
+
return entries;
|
|
28400
|
+
};
|
|
27866
28401
|
const serializeAws_ec2CreateTransitGatewayRouteTableRequest = (input, context) => {
|
|
27867
28402
|
const entries = {};
|
|
27868
28403
|
if (input.TransitGatewayId !== undefined && input.TransitGatewayId !== null) {
|
|
@@ -28888,6 +29423,16 @@ const serializeAws_ec2DeleteTransitGatewayPeeringAttachmentRequest = (input, con
|
|
|
28888
29423
|
}
|
|
28889
29424
|
return entries;
|
|
28890
29425
|
};
|
|
29426
|
+
const serializeAws_ec2DeleteTransitGatewayPolicyTableRequest = (input, context) => {
|
|
29427
|
+
const entries = {};
|
|
29428
|
+
if (input.TransitGatewayPolicyTableId !== undefined && input.TransitGatewayPolicyTableId !== null) {
|
|
29429
|
+
entries["TransitGatewayPolicyTableId"] = input.TransitGatewayPolicyTableId;
|
|
29430
|
+
}
|
|
29431
|
+
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
29432
|
+
entries["DryRun"] = input.DryRun;
|
|
29433
|
+
}
|
|
29434
|
+
return entries;
|
|
29435
|
+
};
|
|
28891
29436
|
const serializeAws_ec2DeleteTransitGatewayPrefixListReferenceRequest = (input, context) => {
|
|
28892
29437
|
const entries = {};
|
|
28893
29438
|
if (input.TransitGatewayRouteTableId !== undefined && input.TransitGatewayRouteTableId !== null) {
|
|
@@ -28924,6 +29469,17 @@ const serializeAws_ec2DeleteTransitGatewayRouteRequest = (input, context) => {
|
|
|
28924
29469
|
}
|
|
28925
29470
|
return entries;
|
|
28926
29471
|
};
|
|
29472
|
+
const serializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementRequest = (input, context) => {
|
|
29473
|
+
const entries = {};
|
|
29474
|
+
if (input.TransitGatewayRouteTableAnnouncementId !== undefined &&
|
|
29475
|
+
input.TransitGatewayRouteTableAnnouncementId !== null) {
|
|
29476
|
+
entries["TransitGatewayRouteTableAnnouncementId"] = input.TransitGatewayRouteTableAnnouncementId;
|
|
29477
|
+
}
|
|
29478
|
+
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
29479
|
+
entries["DryRun"] = input.DryRun;
|
|
29480
|
+
}
|
|
29481
|
+
return entries;
|
|
29482
|
+
};
|
|
28927
29483
|
const serializeAws_ec2DeleteTransitGatewayRouteTableRequest = (input, context) => {
|
|
28928
29484
|
const entries = {};
|
|
28929
29485
|
if (input.TransitGatewayRouteTableId !== undefined && input.TransitGatewayRouteTableId !== null) {
|
|
@@ -31978,6 +32534,61 @@ const serializeAws_ec2DescribeTransitGatewayPeeringAttachmentsRequest = (input,
|
|
|
31978
32534
|
}
|
|
31979
32535
|
return entries;
|
|
31980
32536
|
};
|
|
32537
|
+
const serializeAws_ec2DescribeTransitGatewayPolicyTablesRequest = (input, context) => {
|
|
32538
|
+
const entries = {};
|
|
32539
|
+
if (input.TransitGatewayPolicyTableIds !== undefined && input.TransitGatewayPolicyTableIds !== null) {
|
|
32540
|
+
const memberEntries = serializeAws_ec2TransitGatewayPolicyTableIdStringList(input.TransitGatewayPolicyTableIds, context);
|
|
32541
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32542
|
+
const loc = `TransitGatewayPolicyTableIds.${key.substring(key.indexOf(".") + 1)}`;
|
|
32543
|
+
entries[loc] = value;
|
|
32544
|
+
});
|
|
32545
|
+
}
|
|
32546
|
+
if (input.Filters !== undefined && input.Filters !== null) {
|
|
32547
|
+
const memberEntries = serializeAws_ec2FilterList(input.Filters, context);
|
|
32548
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32549
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
32550
|
+
entries[loc] = value;
|
|
32551
|
+
});
|
|
32552
|
+
}
|
|
32553
|
+
if (input.MaxResults !== undefined && input.MaxResults !== null) {
|
|
32554
|
+
entries["MaxResults"] = input.MaxResults;
|
|
32555
|
+
}
|
|
32556
|
+
if (input.NextToken !== undefined && input.NextToken !== null) {
|
|
32557
|
+
entries["NextToken"] = input.NextToken;
|
|
32558
|
+
}
|
|
32559
|
+
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
32560
|
+
entries["DryRun"] = input.DryRun;
|
|
32561
|
+
}
|
|
32562
|
+
return entries;
|
|
32563
|
+
};
|
|
32564
|
+
const serializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsRequest = (input, context) => {
|
|
32565
|
+
const entries = {};
|
|
32566
|
+
if (input.TransitGatewayRouteTableAnnouncementIds !== undefined &&
|
|
32567
|
+
input.TransitGatewayRouteTableAnnouncementIds !== null) {
|
|
32568
|
+
const memberEntries = serializeAws_ec2TransitGatewayRouteTableAnnouncementIdStringList(input.TransitGatewayRouteTableAnnouncementIds, context);
|
|
32569
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32570
|
+
const loc = `TransitGatewayRouteTableAnnouncementIds.${key.substring(key.indexOf(".") + 1)}`;
|
|
32571
|
+
entries[loc] = value;
|
|
32572
|
+
});
|
|
32573
|
+
}
|
|
32574
|
+
if (input.Filters !== undefined && input.Filters !== null) {
|
|
32575
|
+
const memberEntries = serializeAws_ec2FilterList(input.Filters, context);
|
|
32576
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32577
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
32578
|
+
entries[loc] = value;
|
|
32579
|
+
});
|
|
32580
|
+
}
|
|
32581
|
+
if (input.MaxResults !== undefined && input.MaxResults !== null) {
|
|
32582
|
+
entries["MaxResults"] = input.MaxResults;
|
|
32583
|
+
}
|
|
32584
|
+
if (input.NextToken !== undefined && input.NextToken !== null) {
|
|
32585
|
+
entries["NextToken"] = input.NextToken;
|
|
32586
|
+
}
|
|
32587
|
+
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
32588
|
+
entries["DryRun"] = input.DryRun;
|
|
32589
|
+
}
|
|
32590
|
+
return entries;
|
|
32591
|
+
};
|
|
31981
32592
|
const serializeAws_ec2DescribeTransitGatewayRouteTablesRequest = (input, context) => {
|
|
31982
32593
|
const entries = {};
|
|
31983
32594
|
if (input.TransitGatewayRouteTableIds !== undefined && input.TransitGatewayRouteTableIds !== null) {
|
|
@@ -32656,6 +33267,10 @@ const serializeAws_ec2DisableTransitGatewayRouteTablePropagationRequest = (input
|
|
|
32656
33267
|
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
32657
33268
|
entries["DryRun"] = input.DryRun;
|
|
32658
33269
|
}
|
|
33270
|
+
if (input.TransitGatewayRouteTableAnnouncementId !== undefined &&
|
|
33271
|
+
input.TransitGatewayRouteTableAnnouncementId !== null) {
|
|
33272
|
+
entries["TransitGatewayRouteTableAnnouncementId"] = input.TransitGatewayRouteTableAnnouncementId;
|
|
33273
|
+
}
|
|
32659
33274
|
return entries;
|
|
32660
33275
|
};
|
|
32661
33276
|
const serializeAws_ec2DisableVgwRoutePropagationRequest = (input, context) => {
|
|
@@ -32788,6 +33403,19 @@ const serializeAws_ec2DisassociateTransitGatewayMulticastDomainRequest = (input,
|
|
|
32788
33403
|
}
|
|
32789
33404
|
return entries;
|
|
32790
33405
|
};
|
|
33406
|
+
const serializeAws_ec2DisassociateTransitGatewayPolicyTableRequest = (input, context) => {
|
|
33407
|
+
const entries = {};
|
|
33408
|
+
if (input.TransitGatewayPolicyTableId !== undefined && input.TransitGatewayPolicyTableId !== null) {
|
|
33409
|
+
entries["TransitGatewayPolicyTableId"] = input.TransitGatewayPolicyTableId;
|
|
33410
|
+
}
|
|
33411
|
+
if (input.TransitGatewayAttachmentId !== undefined && input.TransitGatewayAttachmentId !== null) {
|
|
33412
|
+
entries["TransitGatewayAttachmentId"] = input.TransitGatewayAttachmentId;
|
|
33413
|
+
}
|
|
33414
|
+
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
33415
|
+
entries["DryRun"] = input.DryRun;
|
|
33416
|
+
}
|
|
33417
|
+
return entries;
|
|
33418
|
+
};
|
|
32791
33419
|
const serializeAws_ec2DisassociateTransitGatewayRouteTableRequest = (input, context) => {
|
|
32792
33420
|
const entries = {};
|
|
32793
33421
|
if (input.TransitGatewayRouteTableId !== undefined && input.TransitGatewayRouteTableId !== null) {
|
|
@@ -33120,6 +33748,10 @@ const serializeAws_ec2EnableTransitGatewayRouteTablePropagationRequest = (input,
|
|
|
33120
33748
|
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
33121
33749
|
entries["DryRun"] = input.DryRun;
|
|
33122
33750
|
}
|
|
33751
|
+
if (input.TransitGatewayRouteTableAnnouncementId !== undefined &&
|
|
33752
|
+
input.TransitGatewayRouteTableAnnouncementId !== null) {
|
|
33753
|
+
entries["TransitGatewayRouteTableAnnouncementId"] = input.TransitGatewayRouteTableAnnouncementId;
|
|
33754
|
+
}
|
|
33123
33755
|
return entries;
|
|
33124
33756
|
};
|
|
33125
33757
|
const serializeAws_ec2EnableVgwRoutePropagationRequest = (input, context) => {
|
|
@@ -34121,6 +34753,52 @@ const serializeAws_ec2GetTransitGatewayMulticastDomainAssociationsRequest = (inp
|
|
|
34121
34753
|
}
|
|
34122
34754
|
return entries;
|
|
34123
34755
|
};
|
|
34756
|
+
const serializeAws_ec2GetTransitGatewayPolicyTableAssociationsRequest = (input, context) => {
|
|
34757
|
+
const entries = {};
|
|
34758
|
+
if (input.TransitGatewayPolicyTableId !== undefined && input.TransitGatewayPolicyTableId !== null) {
|
|
34759
|
+
entries["TransitGatewayPolicyTableId"] = input.TransitGatewayPolicyTableId;
|
|
34760
|
+
}
|
|
34761
|
+
if (input.Filters !== undefined && input.Filters !== null) {
|
|
34762
|
+
const memberEntries = serializeAws_ec2FilterList(input.Filters, context);
|
|
34763
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
34764
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
34765
|
+
entries[loc] = value;
|
|
34766
|
+
});
|
|
34767
|
+
}
|
|
34768
|
+
if (input.MaxResults !== undefined && input.MaxResults !== null) {
|
|
34769
|
+
entries["MaxResults"] = input.MaxResults;
|
|
34770
|
+
}
|
|
34771
|
+
if (input.NextToken !== undefined && input.NextToken !== null) {
|
|
34772
|
+
entries["NextToken"] = input.NextToken;
|
|
34773
|
+
}
|
|
34774
|
+
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
34775
|
+
entries["DryRun"] = input.DryRun;
|
|
34776
|
+
}
|
|
34777
|
+
return entries;
|
|
34778
|
+
};
|
|
34779
|
+
const serializeAws_ec2GetTransitGatewayPolicyTableEntriesRequest = (input, context) => {
|
|
34780
|
+
const entries = {};
|
|
34781
|
+
if (input.TransitGatewayPolicyTableId !== undefined && input.TransitGatewayPolicyTableId !== null) {
|
|
34782
|
+
entries["TransitGatewayPolicyTableId"] = input.TransitGatewayPolicyTableId;
|
|
34783
|
+
}
|
|
34784
|
+
if (input.Filters !== undefined && input.Filters !== null) {
|
|
34785
|
+
const memberEntries = serializeAws_ec2FilterList(input.Filters, context);
|
|
34786
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
34787
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
34788
|
+
entries[loc] = value;
|
|
34789
|
+
});
|
|
34790
|
+
}
|
|
34791
|
+
if (input.MaxResults !== undefined && input.MaxResults !== null) {
|
|
34792
|
+
entries["MaxResults"] = input.MaxResults;
|
|
34793
|
+
}
|
|
34794
|
+
if (input.NextToken !== undefined && input.NextToken !== null) {
|
|
34795
|
+
entries["NextToken"] = input.NextToken;
|
|
34796
|
+
}
|
|
34797
|
+
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
34798
|
+
entries["DryRun"] = input.DryRun;
|
|
34799
|
+
}
|
|
34800
|
+
return entries;
|
|
34801
|
+
};
|
|
34124
34802
|
const serializeAws_ec2GetTransitGatewayPrefixListReferencesRequest = (input, context) => {
|
|
34125
34803
|
const entries = {};
|
|
34126
34804
|
if (input.TransitGatewayRouteTableId !== undefined && input.TransitGatewayRouteTableId !== null) {
|
|
@@ -37623,6 +38301,9 @@ const serializeAws_ec2ModifyTransitGatewayOptions = (input, context) => {
|
|
|
37623
38301
|
if (input.PropagationDefaultRouteTableId !== undefined && input.PropagationDefaultRouteTableId !== null) {
|
|
37624
38302
|
entries["PropagationDefaultRouteTableId"] = input.PropagationDefaultRouteTableId;
|
|
37625
38303
|
}
|
|
38304
|
+
if (input.AmazonSideAsn !== undefined && input.AmazonSideAsn !== null) {
|
|
38305
|
+
entries["AmazonSideAsn"] = input.AmazonSideAsn;
|
|
38306
|
+
}
|
|
37626
38307
|
return entries;
|
|
37627
38308
|
};
|
|
37628
38309
|
const serializeAws_ec2ModifyTransitGatewayPrefixListReferenceRequest = (input, context) => {
|
|
@@ -42137,6 +42818,18 @@ const serializeAws_ec2TransitGatewayNetworkInterfaceIdList = (input, context) =>
|
|
|
42137
42818
|
}
|
|
42138
42819
|
return entries;
|
|
42139
42820
|
};
|
|
42821
|
+
const serializeAws_ec2TransitGatewayPolicyTableIdStringList = (input, context) => {
|
|
42822
|
+
const entries = {};
|
|
42823
|
+
let counter = 1;
|
|
42824
|
+
for (const entry of input) {
|
|
42825
|
+
if (entry === null) {
|
|
42826
|
+
continue;
|
|
42827
|
+
}
|
|
42828
|
+
entries[`Item.${counter}`] = entry;
|
|
42829
|
+
counter++;
|
|
42830
|
+
}
|
|
42831
|
+
return entries;
|
|
42832
|
+
};
|
|
42140
42833
|
const serializeAws_ec2TransitGatewayRequestOptions = (input, context) => {
|
|
42141
42834
|
const entries = {};
|
|
42142
42835
|
if (input.AmazonSideAsn !== undefined && input.AmazonSideAsn !== null) {
|
|
@@ -42169,6 +42862,18 @@ const serializeAws_ec2TransitGatewayRequestOptions = (input, context) => {
|
|
|
42169
42862
|
}
|
|
42170
42863
|
return entries;
|
|
42171
42864
|
};
|
|
42865
|
+
const serializeAws_ec2TransitGatewayRouteTableAnnouncementIdStringList = (input, context) => {
|
|
42866
|
+
const entries = {};
|
|
42867
|
+
let counter = 1;
|
|
42868
|
+
for (const entry of input) {
|
|
42869
|
+
if (entry === null) {
|
|
42870
|
+
continue;
|
|
42871
|
+
}
|
|
42872
|
+
entries[`Item.${counter}`] = entry;
|
|
42873
|
+
counter++;
|
|
42874
|
+
}
|
|
42875
|
+
return entries;
|
|
42876
|
+
};
|
|
42172
42877
|
const serializeAws_ec2TransitGatewayRouteTableIdStringList = (input, context) => {
|
|
42173
42878
|
const entries = {};
|
|
42174
42879
|
let counter = 1;
|
|
@@ -43704,6 +44409,15 @@ const deserializeAws_ec2AssociateTransitGatewayMulticastDomainResult = (output,
|
|
|
43704
44409
|
}
|
|
43705
44410
|
return contents;
|
|
43706
44411
|
};
|
|
44412
|
+
const deserializeAws_ec2AssociateTransitGatewayPolicyTableResult = (output, context) => {
|
|
44413
|
+
const contents = {
|
|
44414
|
+
Association: undefined,
|
|
44415
|
+
};
|
|
44416
|
+
if (output["association"] !== undefined) {
|
|
44417
|
+
contents.Association = deserializeAws_ec2TransitGatewayPolicyTableAssociation(output["association"], context);
|
|
44418
|
+
}
|
|
44419
|
+
return contents;
|
|
44420
|
+
};
|
|
43707
44421
|
const deserializeAws_ec2AssociateTransitGatewayRouteTableResult = (output, context) => {
|
|
43708
44422
|
const contents = {
|
|
43709
44423
|
Association: undefined,
|
|
@@ -46075,6 +46789,15 @@ const deserializeAws_ec2CreateTransitGatewayPeeringAttachmentResult = (output, c
|
|
|
46075
46789
|
}
|
|
46076
46790
|
return contents;
|
|
46077
46791
|
};
|
|
46792
|
+
const deserializeAws_ec2CreateTransitGatewayPolicyTableResult = (output, context) => {
|
|
46793
|
+
const contents = {
|
|
46794
|
+
TransitGatewayPolicyTable: undefined,
|
|
46795
|
+
};
|
|
46796
|
+
if (output["transitGatewayPolicyTable"] !== undefined) {
|
|
46797
|
+
contents.TransitGatewayPolicyTable = deserializeAws_ec2TransitGatewayPolicyTable(output["transitGatewayPolicyTable"], context);
|
|
46798
|
+
}
|
|
46799
|
+
return contents;
|
|
46800
|
+
};
|
|
46078
46801
|
const deserializeAws_ec2CreateTransitGatewayPrefixListReferenceResult = (output, context) => {
|
|
46079
46802
|
const contents = {
|
|
46080
46803
|
TransitGatewayPrefixListReference: undefined,
|
|
@@ -46102,6 +46825,15 @@ const deserializeAws_ec2CreateTransitGatewayRouteResult = (output, context) => {
|
|
|
46102
46825
|
}
|
|
46103
46826
|
return contents;
|
|
46104
46827
|
};
|
|
46828
|
+
const deserializeAws_ec2CreateTransitGatewayRouteTableAnnouncementResult = (output, context) => {
|
|
46829
|
+
const contents = {
|
|
46830
|
+
TransitGatewayRouteTableAnnouncement: undefined,
|
|
46831
|
+
};
|
|
46832
|
+
if (output["transitGatewayRouteTableAnnouncement"] !== undefined) {
|
|
46833
|
+
contents.TransitGatewayRouteTableAnnouncement = deserializeAws_ec2TransitGatewayRouteTableAnnouncement(output["transitGatewayRouteTableAnnouncement"], context);
|
|
46834
|
+
}
|
|
46835
|
+
return contents;
|
|
46836
|
+
};
|
|
46105
46837
|
const deserializeAws_ec2CreateTransitGatewayRouteTableResult = (output, context) => {
|
|
46106
46838
|
const contents = {
|
|
46107
46839
|
TransitGatewayRouteTable: undefined,
|
|
@@ -46759,6 +47491,15 @@ const deserializeAws_ec2DeleteTransitGatewayPeeringAttachmentResult = (output, c
|
|
|
46759
47491
|
}
|
|
46760
47492
|
return contents;
|
|
46761
47493
|
};
|
|
47494
|
+
const deserializeAws_ec2DeleteTransitGatewayPolicyTableResult = (output, context) => {
|
|
47495
|
+
const contents = {
|
|
47496
|
+
TransitGatewayPolicyTable: undefined,
|
|
47497
|
+
};
|
|
47498
|
+
if (output["transitGatewayPolicyTable"] !== undefined) {
|
|
47499
|
+
contents.TransitGatewayPolicyTable = deserializeAws_ec2TransitGatewayPolicyTable(output["transitGatewayPolicyTable"], context);
|
|
47500
|
+
}
|
|
47501
|
+
return contents;
|
|
47502
|
+
};
|
|
46762
47503
|
const deserializeAws_ec2DeleteTransitGatewayPrefixListReferenceResult = (output, context) => {
|
|
46763
47504
|
const contents = {
|
|
46764
47505
|
TransitGatewayPrefixListReference: undefined,
|
|
@@ -46786,6 +47527,15 @@ const deserializeAws_ec2DeleteTransitGatewayRouteResult = (output, context) => {
|
|
|
46786
47527
|
}
|
|
46787
47528
|
return contents;
|
|
46788
47529
|
};
|
|
47530
|
+
const deserializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementResult = (output, context) => {
|
|
47531
|
+
const contents = {
|
|
47532
|
+
TransitGatewayRouteTableAnnouncement: undefined,
|
|
47533
|
+
};
|
|
47534
|
+
if (output["transitGatewayRouteTableAnnouncement"] !== undefined) {
|
|
47535
|
+
contents.TransitGatewayRouteTableAnnouncement = deserializeAws_ec2TransitGatewayRouteTableAnnouncement(output["transitGatewayRouteTableAnnouncement"], context);
|
|
47536
|
+
}
|
|
47537
|
+
return contents;
|
|
47538
|
+
};
|
|
46789
47539
|
const deserializeAws_ec2DeleteTransitGatewayRouteTableResult = (output, context) => {
|
|
46790
47540
|
const contents = {
|
|
46791
47541
|
TransitGatewayRouteTable: undefined,
|
|
@@ -48871,6 +49621,40 @@ const deserializeAws_ec2DescribeTransitGatewayPeeringAttachmentsResult = (output
|
|
|
48871
49621
|
}
|
|
48872
49622
|
return contents;
|
|
48873
49623
|
};
|
|
49624
|
+
const deserializeAws_ec2DescribeTransitGatewayPolicyTablesResult = (output, context) => {
|
|
49625
|
+
const contents = {
|
|
49626
|
+
TransitGatewayPolicyTables: undefined,
|
|
49627
|
+
NextToken: undefined,
|
|
49628
|
+
};
|
|
49629
|
+
if (output.transitGatewayPolicyTables === "") {
|
|
49630
|
+
contents.TransitGatewayPolicyTables = [];
|
|
49631
|
+
}
|
|
49632
|
+
else if (output["transitGatewayPolicyTables"] !== undefined &&
|
|
49633
|
+
output["transitGatewayPolicyTables"]["item"] !== undefined) {
|
|
49634
|
+
contents.TransitGatewayPolicyTables = deserializeAws_ec2TransitGatewayPolicyTableList((0, smithy_client_1.getArrayIfSingleItem)(output["transitGatewayPolicyTables"]["item"]), context);
|
|
49635
|
+
}
|
|
49636
|
+
if (output["nextToken"] !== undefined) {
|
|
49637
|
+
contents.NextToken = (0, smithy_client_1.expectString)(output["nextToken"]);
|
|
49638
|
+
}
|
|
49639
|
+
return contents;
|
|
49640
|
+
};
|
|
49641
|
+
const deserializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsResult = (output, context) => {
|
|
49642
|
+
const contents = {
|
|
49643
|
+
TransitGatewayRouteTableAnnouncements: undefined,
|
|
49644
|
+
NextToken: undefined,
|
|
49645
|
+
};
|
|
49646
|
+
if (output.transitGatewayRouteTableAnnouncements === "") {
|
|
49647
|
+
contents.TransitGatewayRouteTableAnnouncements = [];
|
|
49648
|
+
}
|
|
49649
|
+
else if (output["transitGatewayRouteTableAnnouncements"] !== undefined &&
|
|
49650
|
+
output["transitGatewayRouteTableAnnouncements"]["item"] !== undefined) {
|
|
49651
|
+
contents.TransitGatewayRouteTableAnnouncements = deserializeAws_ec2TransitGatewayRouteTableAnnouncementList((0, smithy_client_1.getArrayIfSingleItem)(output["transitGatewayRouteTableAnnouncements"]["item"]), context);
|
|
49652
|
+
}
|
|
49653
|
+
if (output["nextToken"] !== undefined) {
|
|
49654
|
+
contents.NextToken = (0, smithy_client_1.expectString)(output["nextToken"]);
|
|
49655
|
+
}
|
|
49656
|
+
return contents;
|
|
49657
|
+
};
|
|
48874
49658
|
const deserializeAws_ec2DescribeTransitGatewayRouteTablesResult = (output, context) => {
|
|
48875
49659
|
const contents = {
|
|
48876
49660
|
TransitGatewayRouteTables: undefined,
|
|
@@ -49629,6 +50413,15 @@ const deserializeAws_ec2DisassociateTransitGatewayMulticastDomainResult = (outpu
|
|
|
49629
50413
|
}
|
|
49630
50414
|
return contents;
|
|
49631
50415
|
};
|
|
50416
|
+
const deserializeAws_ec2DisassociateTransitGatewayPolicyTableResult = (output, context) => {
|
|
50417
|
+
const contents = {
|
|
50418
|
+
Association: undefined,
|
|
50419
|
+
};
|
|
50420
|
+
if (output["association"] !== undefined) {
|
|
50421
|
+
contents.Association = deserializeAws_ec2TransitGatewayPolicyTableAssociation(output["association"], context);
|
|
50422
|
+
}
|
|
50423
|
+
return contents;
|
|
50424
|
+
};
|
|
49632
50425
|
const deserializeAws_ec2DisassociateTransitGatewayRouteTableResult = (output, context) => {
|
|
49633
50426
|
const contents = {
|
|
49634
50427
|
Association: undefined,
|
|
@@ -51929,6 +52722,35 @@ const deserializeAws_ec2GetTransitGatewayMulticastDomainAssociationsResult = (ou
|
|
|
51929
52722
|
}
|
|
51930
52723
|
return contents;
|
|
51931
52724
|
};
|
|
52725
|
+
const deserializeAws_ec2GetTransitGatewayPolicyTableAssociationsResult = (output, context) => {
|
|
52726
|
+
const contents = {
|
|
52727
|
+
Associations: undefined,
|
|
52728
|
+
NextToken: undefined,
|
|
52729
|
+
};
|
|
52730
|
+
if (output.associations === "") {
|
|
52731
|
+
contents.Associations = [];
|
|
52732
|
+
}
|
|
52733
|
+
else if (output["associations"] !== undefined && output["associations"]["item"] !== undefined) {
|
|
52734
|
+
contents.Associations = deserializeAws_ec2TransitGatewayPolicyTableAssociationList((0, smithy_client_1.getArrayIfSingleItem)(output["associations"]["item"]), context);
|
|
52735
|
+
}
|
|
52736
|
+
if (output["nextToken"] !== undefined) {
|
|
52737
|
+
contents.NextToken = (0, smithy_client_1.expectString)(output["nextToken"]);
|
|
52738
|
+
}
|
|
52739
|
+
return contents;
|
|
52740
|
+
};
|
|
52741
|
+
const deserializeAws_ec2GetTransitGatewayPolicyTableEntriesResult = (output, context) => {
|
|
52742
|
+
const contents = {
|
|
52743
|
+
TransitGatewayPolicyTableEntries: undefined,
|
|
52744
|
+
};
|
|
52745
|
+
if (output.transitGatewayPolicyTableEntries === "") {
|
|
52746
|
+
contents.TransitGatewayPolicyTableEntries = [];
|
|
52747
|
+
}
|
|
52748
|
+
else if (output["transitGatewayPolicyTableEntries"] !== undefined &&
|
|
52749
|
+
output["transitGatewayPolicyTableEntries"]["item"] !== undefined) {
|
|
52750
|
+
contents.TransitGatewayPolicyTableEntries = deserializeAws_ec2TransitGatewayPolicyTableEntryList((0, smithy_client_1.getArrayIfSingleItem)(output["transitGatewayPolicyTableEntries"]["item"]), context);
|
|
52751
|
+
}
|
|
52752
|
+
return contents;
|
|
52753
|
+
};
|
|
51932
52754
|
const deserializeAws_ec2GetTransitGatewayPrefixListReferencesResult = (output, context) => {
|
|
51933
52755
|
const contents = {
|
|
51934
52756
|
TransitGatewayPrefixListReferences: undefined,
|
|
@@ -58671,12 +59493,16 @@ const deserializeAws_ec2PeeringConnectionOptions = (output, context) => {
|
|
|
58671
59493
|
const deserializeAws_ec2PeeringTgwInfo = (output, context) => {
|
|
58672
59494
|
const contents = {
|
|
58673
59495
|
TransitGatewayId: undefined,
|
|
59496
|
+
CoreNetworkId: undefined,
|
|
58674
59497
|
OwnerId: undefined,
|
|
58675
59498
|
Region: undefined,
|
|
58676
59499
|
};
|
|
58677
59500
|
if (output["transitGatewayId"] !== undefined) {
|
|
58678
59501
|
contents.TransitGatewayId = (0, smithy_client_1.expectString)(output["transitGatewayId"]);
|
|
58679
59502
|
}
|
|
59503
|
+
if (output["coreNetworkId"] !== undefined) {
|
|
59504
|
+
contents.CoreNetworkId = (0, smithy_client_1.expectString)(output["coreNetworkId"]);
|
|
59505
|
+
}
|
|
58680
59506
|
if (output["ownerId"] !== undefined) {
|
|
58681
59507
|
contents.OwnerId = (0, smithy_client_1.expectString)(output["ownerId"]);
|
|
58682
59508
|
}
|
|
@@ -64157,8 +64983,10 @@ const deserializeAws_ec2TransitGatewayOptions = (output, context) => {
|
|
|
64157
64983
|
const deserializeAws_ec2TransitGatewayPeeringAttachment = (output, context) => {
|
|
64158
64984
|
const contents = {
|
|
64159
64985
|
TransitGatewayAttachmentId: undefined,
|
|
64986
|
+
AccepterTransitGatewayAttachmentId: undefined,
|
|
64160
64987
|
RequesterTgwInfo: undefined,
|
|
64161
64988
|
AccepterTgwInfo: undefined,
|
|
64989
|
+
Options: undefined,
|
|
64162
64990
|
Status: undefined,
|
|
64163
64991
|
State: undefined,
|
|
64164
64992
|
CreationTime: undefined,
|
|
@@ -64167,12 +64995,18 @@ const deserializeAws_ec2TransitGatewayPeeringAttachment = (output, context) => {
|
|
|
64167
64995
|
if (output["transitGatewayAttachmentId"] !== undefined) {
|
|
64168
64996
|
contents.TransitGatewayAttachmentId = (0, smithy_client_1.expectString)(output["transitGatewayAttachmentId"]);
|
|
64169
64997
|
}
|
|
64998
|
+
if (output["accepterTransitGatewayAttachmentId"] !== undefined) {
|
|
64999
|
+
contents.AccepterTransitGatewayAttachmentId = (0, smithy_client_1.expectString)(output["accepterTransitGatewayAttachmentId"]);
|
|
65000
|
+
}
|
|
64170
65001
|
if (output["requesterTgwInfo"] !== undefined) {
|
|
64171
65002
|
contents.RequesterTgwInfo = deserializeAws_ec2PeeringTgwInfo(output["requesterTgwInfo"], context);
|
|
64172
65003
|
}
|
|
64173
65004
|
if (output["accepterTgwInfo"] !== undefined) {
|
|
64174
65005
|
contents.AccepterTgwInfo = deserializeAws_ec2PeeringTgwInfo(output["accepterTgwInfo"], context);
|
|
64175
65006
|
}
|
|
65007
|
+
if (output["options"] !== undefined) {
|
|
65008
|
+
contents.Options = deserializeAws_ec2TransitGatewayPeeringAttachmentOptions(output["options"], context);
|
|
65009
|
+
}
|
|
64176
65010
|
if (output["status"] !== undefined) {
|
|
64177
65011
|
contents.Status = deserializeAws_ec2PeeringAttachmentStatus(output["status"], context);
|
|
64178
65012
|
}
|
|
@@ -64200,6 +65034,157 @@ const deserializeAws_ec2TransitGatewayPeeringAttachmentList = (output, context)
|
|
|
64200
65034
|
return deserializeAws_ec2TransitGatewayPeeringAttachment(entry, context);
|
|
64201
65035
|
});
|
|
64202
65036
|
};
|
|
65037
|
+
const deserializeAws_ec2TransitGatewayPeeringAttachmentOptions = (output, context) => {
|
|
65038
|
+
const contents = {
|
|
65039
|
+
DynamicRouting: undefined,
|
|
65040
|
+
};
|
|
65041
|
+
if (output["dynamicRouting"] !== undefined) {
|
|
65042
|
+
contents.DynamicRouting = (0, smithy_client_1.expectString)(output["dynamicRouting"]);
|
|
65043
|
+
}
|
|
65044
|
+
return contents;
|
|
65045
|
+
};
|
|
65046
|
+
const deserializeAws_ec2TransitGatewayPolicyRule = (output, context) => {
|
|
65047
|
+
const contents = {
|
|
65048
|
+
SourceCidrBlock: undefined,
|
|
65049
|
+
SourcePortRange: undefined,
|
|
65050
|
+
DestinationCidrBlock: undefined,
|
|
65051
|
+
DestinationPortRange: undefined,
|
|
65052
|
+
Protocol: undefined,
|
|
65053
|
+
MetaData: undefined,
|
|
65054
|
+
};
|
|
65055
|
+
if (output["sourceCidrBlock"] !== undefined) {
|
|
65056
|
+
contents.SourceCidrBlock = (0, smithy_client_1.expectString)(output["sourceCidrBlock"]);
|
|
65057
|
+
}
|
|
65058
|
+
if (output["sourcePortRange"] !== undefined) {
|
|
65059
|
+
contents.SourcePortRange = (0, smithy_client_1.expectString)(output["sourcePortRange"]);
|
|
65060
|
+
}
|
|
65061
|
+
if (output["destinationCidrBlock"] !== undefined) {
|
|
65062
|
+
contents.DestinationCidrBlock = (0, smithy_client_1.expectString)(output["destinationCidrBlock"]);
|
|
65063
|
+
}
|
|
65064
|
+
if (output["destinationPortRange"] !== undefined) {
|
|
65065
|
+
contents.DestinationPortRange = (0, smithy_client_1.expectString)(output["destinationPortRange"]);
|
|
65066
|
+
}
|
|
65067
|
+
if (output["protocol"] !== undefined) {
|
|
65068
|
+
contents.Protocol = (0, smithy_client_1.expectString)(output["protocol"]);
|
|
65069
|
+
}
|
|
65070
|
+
if (output["metaData"] !== undefined) {
|
|
65071
|
+
contents.MetaData = deserializeAws_ec2TransitGatewayPolicyRuleMetaData(output["metaData"], context);
|
|
65072
|
+
}
|
|
65073
|
+
return contents;
|
|
65074
|
+
};
|
|
65075
|
+
const deserializeAws_ec2TransitGatewayPolicyRuleMetaData = (output, context) => {
|
|
65076
|
+
const contents = {
|
|
65077
|
+
MetaDataKey: undefined,
|
|
65078
|
+
MetaDataValue: undefined,
|
|
65079
|
+
};
|
|
65080
|
+
if (output["metaDataKey"] !== undefined) {
|
|
65081
|
+
contents.MetaDataKey = (0, smithy_client_1.expectString)(output["metaDataKey"]);
|
|
65082
|
+
}
|
|
65083
|
+
if (output["metaDataValue"] !== undefined) {
|
|
65084
|
+
contents.MetaDataValue = (0, smithy_client_1.expectString)(output["metaDataValue"]);
|
|
65085
|
+
}
|
|
65086
|
+
return contents;
|
|
65087
|
+
};
|
|
65088
|
+
const deserializeAws_ec2TransitGatewayPolicyTable = (output, context) => {
|
|
65089
|
+
const contents = {
|
|
65090
|
+
TransitGatewayPolicyTableId: undefined,
|
|
65091
|
+
TransitGatewayId: undefined,
|
|
65092
|
+
State: undefined,
|
|
65093
|
+
CreationTime: undefined,
|
|
65094
|
+
Tags: undefined,
|
|
65095
|
+
};
|
|
65096
|
+
if (output["transitGatewayPolicyTableId"] !== undefined) {
|
|
65097
|
+
contents.TransitGatewayPolicyTableId = (0, smithy_client_1.expectString)(output["transitGatewayPolicyTableId"]);
|
|
65098
|
+
}
|
|
65099
|
+
if (output["transitGatewayId"] !== undefined) {
|
|
65100
|
+
contents.TransitGatewayId = (0, smithy_client_1.expectString)(output["transitGatewayId"]);
|
|
65101
|
+
}
|
|
65102
|
+
if (output["state"] !== undefined) {
|
|
65103
|
+
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
65104
|
+
}
|
|
65105
|
+
if (output["creationTime"] !== undefined) {
|
|
65106
|
+
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["creationTime"]));
|
|
65107
|
+
}
|
|
65108
|
+
if (output.tagSet === "") {
|
|
65109
|
+
contents.Tags = [];
|
|
65110
|
+
}
|
|
65111
|
+
else if (output["tagSet"] !== undefined && output["tagSet"]["item"] !== undefined) {
|
|
65112
|
+
contents.Tags = deserializeAws_ec2TagList((0, smithy_client_1.getArrayIfSingleItem)(output["tagSet"]["item"]), context);
|
|
65113
|
+
}
|
|
65114
|
+
return contents;
|
|
65115
|
+
};
|
|
65116
|
+
const deserializeAws_ec2TransitGatewayPolicyTableAssociation = (output, context) => {
|
|
65117
|
+
const contents = {
|
|
65118
|
+
TransitGatewayPolicyTableId: undefined,
|
|
65119
|
+
TransitGatewayAttachmentId: undefined,
|
|
65120
|
+
ResourceId: undefined,
|
|
65121
|
+
ResourceType: undefined,
|
|
65122
|
+
State: undefined,
|
|
65123
|
+
};
|
|
65124
|
+
if (output["transitGatewayPolicyTableId"] !== undefined) {
|
|
65125
|
+
contents.TransitGatewayPolicyTableId = (0, smithy_client_1.expectString)(output["transitGatewayPolicyTableId"]);
|
|
65126
|
+
}
|
|
65127
|
+
if (output["transitGatewayAttachmentId"] !== undefined) {
|
|
65128
|
+
contents.TransitGatewayAttachmentId = (0, smithy_client_1.expectString)(output["transitGatewayAttachmentId"]);
|
|
65129
|
+
}
|
|
65130
|
+
if (output["resourceId"] !== undefined) {
|
|
65131
|
+
contents.ResourceId = (0, smithy_client_1.expectString)(output["resourceId"]);
|
|
65132
|
+
}
|
|
65133
|
+
if (output["resourceType"] !== undefined) {
|
|
65134
|
+
contents.ResourceType = (0, smithy_client_1.expectString)(output["resourceType"]);
|
|
65135
|
+
}
|
|
65136
|
+
if (output["state"] !== undefined) {
|
|
65137
|
+
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
65138
|
+
}
|
|
65139
|
+
return contents;
|
|
65140
|
+
};
|
|
65141
|
+
const deserializeAws_ec2TransitGatewayPolicyTableAssociationList = (output, context) => {
|
|
65142
|
+
return (output || [])
|
|
65143
|
+
.filter((e) => e != null)
|
|
65144
|
+
.map((entry) => {
|
|
65145
|
+
if (entry === null) {
|
|
65146
|
+
return null;
|
|
65147
|
+
}
|
|
65148
|
+
return deserializeAws_ec2TransitGatewayPolicyTableAssociation(entry, context);
|
|
65149
|
+
});
|
|
65150
|
+
};
|
|
65151
|
+
const deserializeAws_ec2TransitGatewayPolicyTableEntry = (output, context) => {
|
|
65152
|
+
const contents = {
|
|
65153
|
+
PolicyRuleNumber: undefined,
|
|
65154
|
+
PolicyRule: undefined,
|
|
65155
|
+
TargetRouteTableId: undefined,
|
|
65156
|
+
};
|
|
65157
|
+
if (output["policyRuleNumber"] !== undefined) {
|
|
65158
|
+
contents.PolicyRuleNumber = (0, smithy_client_1.expectString)(output["policyRuleNumber"]);
|
|
65159
|
+
}
|
|
65160
|
+
if (output["policyRule"] !== undefined) {
|
|
65161
|
+
contents.PolicyRule = deserializeAws_ec2TransitGatewayPolicyRule(output["policyRule"], context);
|
|
65162
|
+
}
|
|
65163
|
+
if (output["targetRouteTableId"] !== undefined) {
|
|
65164
|
+
contents.TargetRouteTableId = (0, smithy_client_1.expectString)(output["targetRouteTableId"]);
|
|
65165
|
+
}
|
|
65166
|
+
return contents;
|
|
65167
|
+
};
|
|
65168
|
+
const deserializeAws_ec2TransitGatewayPolicyTableEntryList = (output, context) => {
|
|
65169
|
+
return (output || [])
|
|
65170
|
+
.filter((e) => e != null)
|
|
65171
|
+
.map((entry) => {
|
|
65172
|
+
if (entry === null) {
|
|
65173
|
+
return null;
|
|
65174
|
+
}
|
|
65175
|
+
return deserializeAws_ec2TransitGatewayPolicyTableEntry(entry, context);
|
|
65176
|
+
});
|
|
65177
|
+
};
|
|
65178
|
+
const deserializeAws_ec2TransitGatewayPolicyTableList = (output, context) => {
|
|
65179
|
+
return (output || [])
|
|
65180
|
+
.filter((e) => e != null)
|
|
65181
|
+
.map((entry) => {
|
|
65182
|
+
if (entry === null) {
|
|
65183
|
+
return null;
|
|
65184
|
+
}
|
|
65185
|
+
return deserializeAws_ec2TransitGatewayPolicyTable(entry, context);
|
|
65186
|
+
});
|
|
65187
|
+
};
|
|
64203
65188
|
const deserializeAws_ec2TransitGatewayPrefixListAttachment = (output, context) => {
|
|
64204
65189
|
const contents = {
|
|
64205
65190
|
TransitGatewayAttachmentId: undefined,
|
|
@@ -64263,6 +65248,7 @@ const deserializeAws_ec2TransitGatewayPropagation = (output, context) => {
|
|
|
64263
65248
|
ResourceType: undefined,
|
|
64264
65249
|
TransitGatewayRouteTableId: undefined,
|
|
64265
65250
|
State: undefined,
|
|
65251
|
+
TransitGatewayRouteTableAnnouncementId: undefined,
|
|
64266
65252
|
};
|
|
64267
65253
|
if (output["transitGatewayAttachmentId"] !== undefined) {
|
|
64268
65254
|
contents.TransitGatewayAttachmentId = (0, smithy_client_1.expectString)(output["transitGatewayAttachmentId"]);
|
|
@@ -64279,12 +65265,16 @@ const deserializeAws_ec2TransitGatewayPropagation = (output, context) => {
|
|
|
64279
65265
|
if (output["state"] !== undefined) {
|
|
64280
65266
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
64281
65267
|
}
|
|
65268
|
+
if (output["transitGatewayRouteTableAnnouncementId"] !== undefined) {
|
|
65269
|
+
contents.TransitGatewayRouteTableAnnouncementId = (0, smithy_client_1.expectString)(output["transitGatewayRouteTableAnnouncementId"]);
|
|
65270
|
+
}
|
|
64282
65271
|
return contents;
|
|
64283
65272
|
};
|
|
64284
65273
|
const deserializeAws_ec2TransitGatewayRoute = (output, context) => {
|
|
64285
65274
|
const contents = {
|
|
64286
65275
|
DestinationCidrBlock: undefined,
|
|
64287
65276
|
PrefixListId: undefined,
|
|
65277
|
+
TransitGatewayRouteTableAnnouncementId: undefined,
|
|
64288
65278
|
TransitGatewayAttachments: undefined,
|
|
64289
65279
|
Type: undefined,
|
|
64290
65280
|
State: undefined,
|
|
@@ -64295,6 +65285,9 @@ const deserializeAws_ec2TransitGatewayRoute = (output, context) => {
|
|
|
64295
65285
|
if (output["prefixListId"] !== undefined) {
|
|
64296
65286
|
contents.PrefixListId = (0, smithy_client_1.expectString)(output["prefixListId"]);
|
|
64297
65287
|
}
|
|
65288
|
+
if (output["transitGatewayRouteTableAnnouncementId"] !== undefined) {
|
|
65289
|
+
contents.TransitGatewayRouteTableAnnouncementId = (0, smithy_client_1.expectString)(output["transitGatewayRouteTableAnnouncementId"]);
|
|
65290
|
+
}
|
|
64298
65291
|
if (output.transitGatewayAttachments === "") {
|
|
64299
65292
|
contents.TransitGatewayAttachments = [];
|
|
64300
65293
|
}
|
|
@@ -64383,6 +65376,68 @@ const deserializeAws_ec2TransitGatewayRouteTable = (output, context) => {
|
|
|
64383
65376
|
}
|
|
64384
65377
|
return contents;
|
|
64385
65378
|
};
|
|
65379
|
+
const deserializeAws_ec2TransitGatewayRouteTableAnnouncement = (output, context) => {
|
|
65380
|
+
const contents = {
|
|
65381
|
+
TransitGatewayRouteTableAnnouncementId: undefined,
|
|
65382
|
+
TransitGatewayId: undefined,
|
|
65383
|
+
CoreNetworkId: undefined,
|
|
65384
|
+
PeerTransitGatewayId: undefined,
|
|
65385
|
+
PeerCoreNetworkId: undefined,
|
|
65386
|
+
PeeringAttachmentId: undefined,
|
|
65387
|
+
AnnouncementDirection: undefined,
|
|
65388
|
+
TransitGatewayRouteTableId: undefined,
|
|
65389
|
+
State: undefined,
|
|
65390
|
+
CreationTime: undefined,
|
|
65391
|
+
Tags: undefined,
|
|
65392
|
+
};
|
|
65393
|
+
if (output["transitGatewayRouteTableAnnouncementId"] !== undefined) {
|
|
65394
|
+
contents.TransitGatewayRouteTableAnnouncementId = (0, smithy_client_1.expectString)(output["transitGatewayRouteTableAnnouncementId"]);
|
|
65395
|
+
}
|
|
65396
|
+
if (output["transitGatewayId"] !== undefined) {
|
|
65397
|
+
contents.TransitGatewayId = (0, smithy_client_1.expectString)(output["transitGatewayId"]);
|
|
65398
|
+
}
|
|
65399
|
+
if (output["coreNetworkId"] !== undefined) {
|
|
65400
|
+
contents.CoreNetworkId = (0, smithy_client_1.expectString)(output["coreNetworkId"]);
|
|
65401
|
+
}
|
|
65402
|
+
if (output["peerTransitGatewayId"] !== undefined) {
|
|
65403
|
+
contents.PeerTransitGatewayId = (0, smithy_client_1.expectString)(output["peerTransitGatewayId"]);
|
|
65404
|
+
}
|
|
65405
|
+
if (output["peerCoreNetworkId"] !== undefined) {
|
|
65406
|
+
contents.PeerCoreNetworkId = (0, smithy_client_1.expectString)(output["peerCoreNetworkId"]);
|
|
65407
|
+
}
|
|
65408
|
+
if (output["peeringAttachmentId"] !== undefined) {
|
|
65409
|
+
contents.PeeringAttachmentId = (0, smithy_client_1.expectString)(output["peeringAttachmentId"]);
|
|
65410
|
+
}
|
|
65411
|
+
if (output["announcementDirection"] !== undefined) {
|
|
65412
|
+
contents.AnnouncementDirection = (0, smithy_client_1.expectString)(output["announcementDirection"]);
|
|
65413
|
+
}
|
|
65414
|
+
if (output["transitGatewayRouteTableId"] !== undefined) {
|
|
65415
|
+
contents.TransitGatewayRouteTableId = (0, smithy_client_1.expectString)(output["transitGatewayRouteTableId"]);
|
|
65416
|
+
}
|
|
65417
|
+
if (output["state"] !== undefined) {
|
|
65418
|
+
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
65419
|
+
}
|
|
65420
|
+
if (output["creationTime"] !== undefined) {
|
|
65421
|
+
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["creationTime"]));
|
|
65422
|
+
}
|
|
65423
|
+
if (output.tagSet === "") {
|
|
65424
|
+
contents.Tags = [];
|
|
65425
|
+
}
|
|
65426
|
+
else if (output["tagSet"] !== undefined && output["tagSet"]["item"] !== undefined) {
|
|
65427
|
+
contents.Tags = deserializeAws_ec2TagList((0, smithy_client_1.getArrayIfSingleItem)(output["tagSet"]["item"]), context);
|
|
65428
|
+
}
|
|
65429
|
+
return contents;
|
|
65430
|
+
};
|
|
65431
|
+
const deserializeAws_ec2TransitGatewayRouteTableAnnouncementList = (output, context) => {
|
|
65432
|
+
return (output || [])
|
|
65433
|
+
.filter((e) => e != null)
|
|
65434
|
+
.map((entry) => {
|
|
65435
|
+
if (entry === null) {
|
|
65436
|
+
return null;
|
|
65437
|
+
}
|
|
65438
|
+
return deserializeAws_ec2TransitGatewayRouteTableAnnouncement(entry, context);
|
|
65439
|
+
});
|
|
65440
|
+
};
|
|
64386
65441
|
const deserializeAws_ec2TransitGatewayRouteTableAssociation = (output, context) => {
|
|
64387
65442
|
const contents = {
|
|
64388
65443
|
TransitGatewayAttachmentId: undefined,
|
|
@@ -64430,6 +65485,7 @@ const deserializeAws_ec2TransitGatewayRouteTablePropagation = (output, context)
|
|
|
64430
65485
|
ResourceId: undefined,
|
|
64431
65486
|
ResourceType: undefined,
|
|
64432
65487
|
State: undefined,
|
|
65488
|
+
TransitGatewayRouteTableAnnouncementId: undefined,
|
|
64433
65489
|
};
|
|
64434
65490
|
if (output["transitGatewayAttachmentId"] !== undefined) {
|
|
64435
65491
|
contents.TransitGatewayAttachmentId = (0, smithy_client_1.expectString)(output["transitGatewayAttachmentId"]);
|
|
@@ -64443,6 +65499,9 @@ const deserializeAws_ec2TransitGatewayRouteTablePropagation = (output, context)
|
|
|
64443
65499
|
if (output["state"] !== undefined) {
|
|
64444
65500
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
64445
65501
|
}
|
|
65502
|
+
if (output["transitGatewayRouteTableAnnouncementId"] !== undefined) {
|
|
65503
|
+
contents.TransitGatewayRouteTableAnnouncementId = (0, smithy_client_1.expectString)(output["transitGatewayRouteTableAnnouncementId"]);
|
|
65504
|
+
}
|
|
64446
65505
|
return contents;
|
|
64447
65506
|
};
|
|
64448
65507
|
const deserializeAws_ec2TransitGatewayRouteTablePropagationList = (output, context) => {
|