@aws-sdk/client-ec2 3.47.2 → 3.51.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 +41 -0
- package/dist-cjs/EC2.js +75 -0
- package/dist-cjs/commands/DescribeFastLaunchImagesCommand.js +36 -0
- package/dist-cjs/commands/DescribeReservedInstancesCommand.js +2 -1
- package/dist-cjs/commands/DescribeReservedInstancesListingsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReservedInstancesModificationsCommand.js +1 -2
- package/dist-cjs/commands/DisableFastLaunchCommand.js +36 -0
- package/dist-cjs/commands/EnableFastLaunchCommand.js +36 -0
- package/dist-cjs/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +2 -1
- package/dist-cjs/commands/GetIpamAddressHistoryCommand.js +3 -3
- package/dist-cjs/commands/GetIpamPoolAllocationsCommand.js +3 -3
- package/dist-cjs/commands/GetIpamPoolCidrsCommand.js +3 -3
- package/dist-cjs/commands/GetIpamResourceCidrsCommand.js +1 -2
- package/dist-cjs/commands/ListImagesInRecycleBinCommand.js +36 -0
- package/dist-cjs/commands/ResetInstanceAttributeCommand.js +2 -2
- package/dist-cjs/commands/ResetNetworkInterfaceAttributeCommand.js +2 -2
- package/dist-cjs/commands/ResetSnapshotAttributeCommand.js +2 -2
- package/dist-cjs/commands/RestoreAddressToClassicCommand.js +3 -3
- package/dist-cjs/commands/RestoreImageFromRecycleBinCommand.js +36 -0
- package/dist-cjs/commands/RestoreManagedPrefixListVersionCommand.js +3 -3
- package/dist-cjs/commands/RestoreSnapshotFromRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/RestoreSnapshotTierCommand.js +3 -3
- package/dist-cjs/commands/RevokeClientVpnIngressCommand.js +3 -3
- package/dist-cjs/commands/RevokeSecurityGroupEgressCommand.js +3 -3
- package/dist-cjs/commands/RevokeSecurityGroupIngressCommand.js +3 -3
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +14 -7
- package/dist-cjs/models/models_1.js +11 -6
- package/dist-cjs/models/models_2.js +7 -13
- package/dist-cjs/models/models_3.js +61 -53
- package/dist-cjs/models/models_4.js +89 -101
- package/dist-cjs/models/models_5.js +119 -114
- package/dist-cjs/models/models_6.js +122 -2
- package/dist-cjs/pagination/DescribeFastLaunchImagesPaginator.js +35 -0
- package/dist-cjs/pagination/ListImagesInRecycleBinPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_ec2.js +695 -17
- package/dist-es/EC2.js +75 -0
- package/dist-es/commands/DescribeFastLaunchImagesCommand.js +39 -0
- package/dist-es/commands/DescribeReservedInstancesCommand.js +2 -1
- package/dist-es/commands/DescribeReservedInstancesListingsCommand.js +1 -1
- package/dist-es/commands/DescribeReservedInstancesModificationsCommand.js +1 -2
- package/dist-es/commands/DisableFastLaunchCommand.js +39 -0
- package/dist-es/commands/EnableFastLaunchCommand.js +39 -0
- package/dist-es/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +2 -1
- package/dist-es/commands/GetIpamAddressHistoryCommand.js +1 -1
- package/dist-es/commands/GetIpamPoolAllocationsCommand.js +1 -1
- package/dist-es/commands/GetIpamPoolCidrsCommand.js +1 -1
- package/dist-es/commands/GetIpamResourceCidrsCommand.js +1 -2
- package/dist-es/commands/ListImagesInRecycleBinCommand.js +39 -0
- package/dist-es/commands/ResetInstanceAttributeCommand.js +1 -1
- package/dist-es/commands/ResetNetworkInterfaceAttributeCommand.js +1 -1
- package/dist-es/commands/ResetSnapshotAttributeCommand.js +1 -1
- package/dist-es/commands/RestoreAddressToClassicCommand.js +1 -1
- package/dist-es/commands/RestoreImageFromRecycleBinCommand.js +39 -0
- package/dist-es/commands/RestoreManagedPrefixListVersionCommand.js +1 -1
- package/dist-es/commands/RestoreSnapshotFromRecycleBinCommand.js +1 -1
- package/dist-es/commands/RestoreSnapshotTierCommand.js +1 -1
- package/dist-es/commands/RevokeClientVpnIngressCommand.js +1 -1
- package/dist-es/commands/RevokeSecurityGroupEgressCommand.js +1 -1
- package/dist-es/commands/RevokeSecurityGroupIngressCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +10 -5
- package/dist-es/models/models_1.js +5 -0
- package/dist-es/models/models_2.js +4 -8
- package/dist-es/models/models_3.js +41 -33
- package/dist-es/models/models_4.js +57 -75
- package/dist-es/models/models_5.js +87 -72
- package/dist-es/models/models_6.js +80 -0
- package/dist-es/pagination/DescribeFastLaunchImagesPaginator.js +74 -0
- package/dist-es/pagination/ListImagesInRecycleBinPaginator.js +74 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_ec2.js +1734 -1028
- package/dist-types/EC2.d.ts +68 -4
- package/dist-types/EC2Client.d.ts +7 -2
- package/dist-types/commands/CreateImageCommand.d.ts +6 -0
- package/dist-types/commands/DeregisterImageCommand.d.ts +12 -4
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -2
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +40 -0
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +43 -0
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -2
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +37 -0
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +35 -0
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +53 -11
- package/dist-types/models/models_1.d.ts +11 -8
- package/dist-types/models/models_2.d.ts +43 -71
- package/dist-types/models/models_3.d.ts +240 -298
- package/dist-types/models/models_4.d.ts +500 -334
- package/dist-types/models/models_5.d.ts +451 -522
- package/dist-types/models/models_6.d.ts +520 -5
- package/dist-types/pagination/DescribeFastLaunchImagesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListImagesInRecycleBinPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_ec2.d.ts +15 -0
- package/dist-types/ts3.4/EC2.d.ts +25 -0
- package/dist-types/ts3.4/EC2Client.d.ts +7 -2
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +22 -5
- package/dist-types/ts3.4/models/models_1.d.ts +5 -2
- package/dist-types/ts3.4/models/models_2.d.ts +17 -37
- package/dist-types/ts3.4/models/models_3.d.ts +122 -122
- package/dist-types/ts3.4/models/models_4.d.ts +224 -194
- package/dist-types/ts3.4/models/models_5.d.ts +239 -256
- package/dist-types/ts3.4/models/models_6.d.ts +275 -5
- package/dist-types/ts3.4/pagination/DescribeFastLaunchImagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImagesInRecycleBinPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +15 -0
- package/package.json +41 -35
|
@@ -4,23 +4,23 @@ exports.serializeAws_ec2CreateCarrierGatewayCommand = exports.serializeAws_ec2Cr
|
|
|
4
4
|
exports.serializeAws_ec2CreateTransitGatewayCommand = 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 = void 0;
|
|
5
5
|
exports.serializeAws_ec2DeleteRouteCommand = exports.serializeAws_ec2DeleteQueuedReservedInstancesCommand = exports.serializeAws_ec2DeletePublicIpv4PoolCommand = 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_ec2CreateTransitGatewayRouteTableCommand = exports.serializeAws_ec2CreateTransitGatewayRouteCommand = exports.serializeAws_ec2CreateTransitGatewayPrefixListReferenceCommand = exports.serializeAws_ec2CreateTransitGatewayPeeringAttachmentCommand = exports.serializeAws_ec2CreateTransitGatewayMulticastDomainCommand = exports.serializeAws_ec2CreateTransitGatewayConnectPeerCommand = exports.serializeAws_ec2CreateTransitGatewayConnectCommand = void 0;
|
|
6
6
|
exports.serializeAws_ec2DescribeClientVpnEndpointsCommand = exports.serializeAws_ec2DescribeClientVpnConnectionsCommand = exports.serializeAws_ec2DescribeClientVpnAuthorizationRulesCommand = exports.serializeAws_ec2DescribeClassicLinkInstancesCommand = exports.serializeAws_ec2DescribeCarrierGatewaysCommand = 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_ec2DeleteTransitGatewayRouteTableCommand = exports.serializeAws_ec2DeleteTransitGatewayRouteCommand = exports.serializeAws_ec2DeleteTransitGatewayPrefixListReferenceCommand = 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 = void 0;
|
|
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.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 = 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_ec2RestoreAddressToClassicCommand = exports.deserializeAws_ec2ResetSnapshotAttributeCommand = exports.deserializeAws_ec2ResetNetworkInterfaceAttributeCommand = exports.deserializeAws_ec2ResetInstanceAttributeCommand = exports.deserializeAws_ec2ResetImageAttributeCommand = exports.deserializeAws_ec2ResetFpgaImageAttributeCommand = exports.deserializeAws_ec2ResetEbsDefaultKmsKeyIdCommand = void 0;
|
|
7
|
+
exports.serializeAws_ec2DescribeLocalGatewayVirtualInterfacesCommand = exports.serializeAws_ec2DescribeLocalGatewayVirtualInterfaceGroupsCommand = exports.serializeAws_ec2DescribeLocalGatewaysCommand = exports.serializeAws_ec2DescribeLocalGatewayRouteTableVpcAssociationsCommand = exports.serializeAws_ec2DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand = 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 = void 0;
|
|
8
|
+
exports.serializeAws_ec2DescribeTransitGatewaysCommand = exports.serializeAws_ec2DescribeTransitGatewayRouteTablesCommand = exports.serializeAws_ec2DescribeTransitGatewayPeeringAttachmentsCommand = exports.serializeAws_ec2DescribeTransitGatewayMulticastDomainsCommand = exports.serializeAws_ec2DescribeTransitGatewayConnectsCommand = 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 = void 0;
|
|
9
|
+
exports.serializeAws_ec2EnableIpamOrganizationAdminAccountCommand = exports.serializeAws_ec2EnableImageDeprecationCommand = exports.serializeAws_ec2EnableFastSnapshotRestoresCommand = exports.serializeAws_ec2EnableFastLaunchCommand = exports.serializeAws_ec2EnableEbsEncryptionByDefaultCommand = exports.serializeAws_ec2DisassociateVpcCidrBlockCommand = exports.serializeAws_ec2DisassociateTrunkInterfaceCommand = exports.serializeAws_ec2DisassociateTransitGatewayRouteTableCommand = 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 = void 0;
|
|
10
|
+
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 = 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_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 = void 0;
|
|
11
|
+
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 = 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_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 = void 0;
|
|
12
|
+
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 = 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 = void 0;
|
|
13
|
+
exports.deserializeAws_ec2AttachVolumeCommand = exports.deserializeAws_ec2AttachNetworkInterfaceCommand = exports.deserializeAws_ec2AttachInternetGatewayCommand = exports.deserializeAws_ec2AttachClassicLinkVpcCommand = exports.deserializeAws_ec2AssociateVpcCidrBlockCommand = exports.deserializeAws_ec2AssociateTrunkInterfaceCommand = exports.deserializeAws_ec2AssociateTransitGatewayRouteTableCommand = exports.deserializeAws_ec2AssociateTransitGatewayMulticastDomainCommand = exports.deserializeAws_ec2AssociateSubnetCidrBlockCommand = exports.deserializeAws_ec2AssociateRouteTableCommand = exports.deserializeAws_ec2AssociateInstanceEventWindowCommand = exports.deserializeAws_ec2AssociateIamInstanceProfileCommand = 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 = void 0;
|
|
14
|
+
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 = 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 = void 0;
|
|
15
|
+
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 = exports.deserializeAws_ec2CreateVpcPeeringConnectionCommand = exports.deserializeAws_ec2CreateVpcEndpointServiceConfigurationCommand = exports.deserializeAws_ec2CreateVpcEndpointConnectionNotificationCommand = exports.deserializeAws_ec2CreateVpcEndpointCommand = exports.deserializeAws_ec2CreateVpcCommand = exports.deserializeAws_ec2CreateVolumeCommand = exports.deserializeAws_ec2CreateTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2CreateTransitGatewayRouteTableCommand = exports.deserializeAws_ec2CreateTransitGatewayRouteCommand = exports.deserializeAws_ec2CreateTransitGatewayPrefixListReferenceCommand = 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 = void 0;
|
|
16
|
+
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_ec2DeleteTransitGatewayRouteTableCommand = exports.deserializeAws_ec2DeleteTransitGatewayRouteCommand = exports.deserializeAws_ec2DeleteTransitGatewayPrefixListReferenceCommand = exports.deserializeAws_ec2DeleteTransitGatewayPeeringAttachmentCommand = exports.deserializeAws_ec2DeleteTransitGatewayMulticastDomainCommand = 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 = void 0;
|
|
17
|
+
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 = 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 = void 0;
|
|
18
|
+
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 = 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 = void 0;
|
|
19
|
+
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 = 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_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 = void 0;
|
|
20
|
+
exports.deserializeAws_ec2GetManagedPrefixListAssociationsCommand = exports.deserializeAws_ec2GetLaunchTemplateDataCommand = exports.deserializeAws_ec2GetIpamResourceCidrsCommand = exports.deserializeAws_ec2GetIpamPoolCidrsCommand = exports.deserializeAws_ec2GetIpamPoolAllocationsCommand = exports.deserializeAws_ec2GetIpamAddressHistoryCommand = 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 = 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_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 = void 0;
|
|
21
|
+
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_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 = 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_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 = void 0;
|
|
22
|
+
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 = 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 = void 0;
|
|
23
|
+
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 = 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 = void 0;
|
|
24
24
|
const protocol_http_1 = require("@aws-sdk/protocol-http");
|
|
25
25
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
26
26
|
const entities_1 = require("entities");
|
|
@@ -2756,6 +2756,19 @@ const serializeAws_ec2DescribeExportTasksCommand = async (input, context) => {
|
|
|
2756
2756
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2757
2757
|
};
|
|
2758
2758
|
exports.serializeAws_ec2DescribeExportTasksCommand = serializeAws_ec2DescribeExportTasksCommand;
|
|
2759
|
+
const serializeAws_ec2DescribeFastLaunchImagesCommand = async (input, context) => {
|
|
2760
|
+
const headers = {
|
|
2761
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
2762
|
+
};
|
|
2763
|
+
let body;
|
|
2764
|
+
body = buildFormUrlencodedString({
|
|
2765
|
+
...serializeAws_ec2DescribeFastLaunchImagesRequest(input, context),
|
|
2766
|
+
Action: "DescribeFastLaunchImages",
|
|
2767
|
+
Version: "2016-11-15",
|
|
2768
|
+
});
|
|
2769
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2770
|
+
};
|
|
2771
|
+
exports.serializeAws_ec2DescribeFastLaunchImagesCommand = serializeAws_ec2DescribeFastLaunchImagesCommand;
|
|
2759
2772
|
const serializeAws_ec2DescribeFastSnapshotRestoresCommand = async (input, context) => {
|
|
2760
2773
|
const headers = {
|
|
2761
2774
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -4238,6 +4251,19 @@ const serializeAws_ec2DisableEbsEncryptionByDefaultCommand = async (input, conte
|
|
|
4238
4251
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4239
4252
|
};
|
|
4240
4253
|
exports.serializeAws_ec2DisableEbsEncryptionByDefaultCommand = serializeAws_ec2DisableEbsEncryptionByDefaultCommand;
|
|
4254
|
+
const serializeAws_ec2DisableFastLaunchCommand = async (input, context) => {
|
|
4255
|
+
const headers = {
|
|
4256
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
4257
|
+
};
|
|
4258
|
+
let body;
|
|
4259
|
+
body = buildFormUrlencodedString({
|
|
4260
|
+
...serializeAws_ec2DisableFastLaunchRequest(input, context),
|
|
4261
|
+
Action: "DisableFastLaunch",
|
|
4262
|
+
Version: "2016-11-15",
|
|
4263
|
+
});
|
|
4264
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4265
|
+
};
|
|
4266
|
+
exports.serializeAws_ec2DisableFastLaunchCommand = serializeAws_ec2DisableFastLaunchCommand;
|
|
4241
4267
|
const serializeAws_ec2DisableFastSnapshotRestoresCommand = async (input, context) => {
|
|
4242
4268
|
const headers = {
|
|
4243
4269
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -4498,6 +4524,19 @@ const serializeAws_ec2EnableEbsEncryptionByDefaultCommand = async (input, contex
|
|
|
4498
4524
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4499
4525
|
};
|
|
4500
4526
|
exports.serializeAws_ec2EnableEbsEncryptionByDefaultCommand = serializeAws_ec2EnableEbsEncryptionByDefaultCommand;
|
|
4527
|
+
const serializeAws_ec2EnableFastLaunchCommand = async (input, context) => {
|
|
4528
|
+
const headers = {
|
|
4529
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
4530
|
+
};
|
|
4531
|
+
let body;
|
|
4532
|
+
body = buildFormUrlencodedString({
|
|
4533
|
+
...serializeAws_ec2EnableFastLaunchRequest(input, context),
|
|
4534
|
+
Action: "EnableFastLaunch",
|
|
4535
|
+
Version: "2016-11-15",
|
|
4536
|
+
});
|
|
4537
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4538
|
+
};
|
|
4539
|
+
exports.serializeAws_ec2EnableFastLaunchCommand = serializeAws_ec2EnableFastLaunchCommand;
|
|
4501
4540
|
const serializeAws_ec2EnableFastSnapshotRestoresCommand = async (input, context) => {
|
|
4502
4541
|
const headers = {
|
|
4503
4542
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -5187,6 +5226,19 @@ const serializeAws_ec2ImportVolumeCommand = async (input, context) => {
|
|
|
5187
5226
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5188
5227
|
};
|
|
5189
5228
|
exports.serializeAws_ec2ImportVolumeCommand = serializeAws_ec2ImportVolumeCommand;
|
|
5229
|
+
const serializeAws_ec2ListImagesInRecycleBinCommand = async (input, context) => {
|
|
5230
|
+
const headers = {
|
|
5231
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
5232
|
+
};
|
|
5233
|
+
let body;
|
|
5234
|
+
body = buildFormUrlencodedString({
|
|
5235
|
+
...serializeAws_ec2ListImagesInRecycleBinRequest(input, context),
|
|
5236
|
+
Action: "ListImagesInRecycleBin",
|
|
5237
|
+
Version: "2016-11-15",
|
|
5238
|
+
});
|
|
5239
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5240
|
+
};
|
|
5241
|
+
exports.serializeAws_ec2ListImagesInRecycleBinCommand = serializeAws_ec2ListImagesInRecycleBinCommand;
|
|
5190
5242
|
const serializeAws_ec2ListSnapshotsInRecycleBinCommand = async (input, context) => {
|
|
5191
5243
|
const headers = {
|
|
5192
5244
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -6409,6 +6461,19 @@ const serializeAws_ec2RestoreAddressToClassicCommand = async (input, context) =>
|
|
|
6409
6461
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
6410
6462
|
};
|
|
6411
6463
|
exports.serializeAws_ec2RestoreAddressToClassicCommand = serializeAws_ec2RestoreAddressToClassicCommand;
|
|
6464
|
+
const serializeAws_ec2RestoreImageFromRecycleBinCommand = async (input, context) => {
|
|
6465
|
+
const headers = {
|
|
6466
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
6467
|
+
};
|
|
6468
|
+
let body;
|
|
6469
|
+
body = buildFormUrlencodedString({
|
|
6470
|
+
...serializeAws_ec2RestoreImageFromRecycleBinRequest(input, context),
|
|
6471
|
+
Action: "RestoreImageFromRecycleBin",
|
|
6472
|
+
Version: "2016-11-15",
|
|
6473
|
+
});
|
|
6474
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
6475
|
+
};
|
|
6476
|
+
exports.serializeAws_ec2RestoreImageFromRecycleBinCommand = serializeAws_ec2RestoreImageFromRecycleBinCommand;
|
|
6412
6477
|
const serializeAws_ec2RestoreManagedPrefixListVersionCommand = async (input, context) => {
|
|
6413
6478
|
const headers = {
|
|
6414
6479
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -14840,6 +14905,45 @@ const deserializeAws_ec2DescribeExportTasksCommandError = async (output, context
|
|
|
14840
14905
|
delete response.Message;
|
|
14841
14906
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
14842
14907
|
};
|
|
14908
|
+
const deserializeAws_ec2DescribeFastLaunchImagesCommand = async (output, context) => {
|
|
14909
|
+
if (output.statusCode >= 300) {
|
|
14910
|
+
return deserializeAws_ec2DescribeFastLaunchImagesCommandError(output, context);
|
|
14911
|
+
}
|
|
14912
|
+
const data = await parseBody(output.body, context);
|
|
14913
|
+
let contents = {};
|
|
14914
|
+
contents = deserializeAws_ec2DescribeFastLaunchImagesResult(data, context);
|
|
14915
|
+
const response = {
|
|
14916
|
+
$metadata: deserializeMetadata(output),
|
|
14917
|
+
...contents,
|
|
14918
|
+
};
|
|
14919
|
+
return Promise.resolve(response);
|
|
14920
|
+
};
|
|
14921
|
+
exports.deserializeAws_ec2DescribeFastLaunchImagesCommand = deserializeAws_ec2DescribeFastLaunchImagesCommand;
|
|
14922
|
+
const deserializeAws_ec2DescribeFastLaunchImagesCommandError = async (output, context) => {
|
|
14923
|
+
const parsedOutput = {
|
|
14924
|
+
...output,
|
|
14925
|
+
body: await parseBody(output.body, context),
|
|
14926
|
+
};
|
|
14927
|
+
let response;
|
|
14928
|
+
let errorCode = "UnknownError";
|
|
14929
|
+
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14930
|
+
switch (errorCode) {
|
|
14931
|
+
default:
|
|
14932
|
+
const parsedBody = parsedOutput.body;
|
|
14933
|
+
errorCode = parsedBody.Errors.Error.code || parsedBody.Errors.Error.Code || errorCode;
|
|
14934
|
+
response = {
|
|
14935
|
+
...parsedBody.Errors.Error,
|
|
14936
|
+
name: `${errorCode}`,
|
|
14937
|
+
message: parsedBody.Errors.Error.message || parsedBody.Errors.Error.Message || errorCode,
|
|
14938
|
+
$fault: "client",
|
|
14939
|
+
$metadata: deserializeMetadata(output),
|
|
14940
|
+
};
|
|
14941
|
+
}
|
|
14942
|
+
const message = response.message || response.Message || errorCode;
|
|
14943
|
+
response.message = message;
|
|
14944
|
+
delete response.Message;
|
|
14945
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
14946
|
+
};
|
|
14843
14947
|
const deserializeAws_ec2DescribeFastSnapshotRestoresCommand = async (output, context) => {
|
|
14844
14948
|
if (output.statusCode >= 300) {
|
|
14845
14949
|
return deserializeAws_ec2DescribeFastSnapshotRestoresCommandError(output, context);
|
|
@@ -19277,6 +19381,45 @@ const deserializeAws_ec2DisableEbsEncryptionByDefaultCommandError = async (outpu
|
|
|
19277
19381
|
delete response.Message;
|
|
19278
19382
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
19279
19383
|
};
|
|
19384
|
+
const deserializeAws_ec2DisableFastLaunchCommand = async (output, context) => {
|
|
19385
|
+
if (output.statusCode >= 300) {
|
|
19386
|
+
return deserializeAws_ec2DisableFastLaunchCommandError(output, context);
|
|
19387
|
+
}
|
|
19388
|
+
const data = await parseBody(output.body, context);
|
|
19389
|
+
let contents = {};
|
|
19390
|
+
contents = deserializeAws_ec2DisableFastLaunchResult(data, context);
|
|
19391
|
+
const response = {
|
|
19392
|
+
$metadata: deserializeMetadata(output),
|
|
19393
|
+
...contents,
|
|
19394
|
+
};
|
|
19395
|
+
return Promise.resolve(response);
|
|
19396
|
+
};
|
|
19397
|
+
exports.deserializeAws_ec2DisableFastLaunchCommand = deserializeAws_ec2DisableFastLaunchCommand;
|
|
19398
|
+
const deserializeAws_ec2DisableFastLaunchCommandError = async (output, context) => {
|
|
19399
|
+
const parsedOutput = {
|
|
19400
|
+
...output,
|
|
19401
|
+
body: await parseBody(output.body, context),
|
|
19402
|
+
};
|
|
19403
|
+
let response;
|
|
19404
|
+
let errorCode = "UnknownError";
|
|
19405
|
+
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19406
|
+
switch (errorCode) {
|
|
19407
|
+
default:
|
|
19408
|
+
const parsedBody = parsedOutput.body;
|
|
19409
|
+
errorCode = parsedBody.Errors.Error.code || parsedBody.Errors.Error.Code || errorCode;
|
|
19410
|
+
response = {
|
|
19411
|
+
...parsedBody.Errors.Error,
|
|
19412
|
+
name: `${errorCode}`,
|
|
19413
|
+
message: parsedBody.Errors.Error.message || parsedBody.Errors.Error.Message || errorCode,
|
|
19414
|
+
$fault: "client",
|
|
19415
|
+
$metadata: deserializeMetadata(output),
|
|
19416
|
+
};
|
|
19417
|
+
}
|
|
19418
|
+
const message = response.message || response.Message || errorCode;
|
|
19419
|
+
response.message = message;
|
|
19420
|
+
delete response.Message;
|
|
19421
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
19422
|
+
};
|
|
19280
19423
|
const deserializeAws_ec2DisableFastSnapshotRestoresCommand = async (output, context) => {
|
|
19281
19424
|
if (output.statusCode >= 300) {
|
|
19282
19425
|
return deserializeAws_ec2DisableFastSnapshotRestoresCommandError(output, context);
|
|
@@ -20048,6 +20191,45 @@ const deserializeAws_ec2EnableEbsEncryptionByDefaultCommandError = async (output
|
|
|
20048
20191
|
delete response.Message;
|
|
20049
20192
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
20050
20193
|
};
|
|
20194
|
+
const deserializeAws_ec2EnableFastLaunchCommand = async (output, context) => {
|
|
20195
|
+
if (output.statusCode >= 300) {
|
|
20196
|
+
return deserializeAws_ec2EnableFastLaunchCommandError(output, context);
|
|
20197
|
+
}
|
|
20198
|
+
const data = await parseBody(output.body, context);
|
|
20199
|
+
let contents = {};
|
|
20200
|
+
contents = deserializeAws_ec2EnableFastLaunchResult(data, context);
|
|
20201
|
+
const response = {
|
|
20202
|
+
$metadata: deserializeMetadata(output),
|
|
20203
|
+
...contents,
|
|
20204
|
+
};
|
|
20205
|
+
return Promise.resolve(response);
|
|
20206
|
+
};
|
|
20207
|
+
exports.deserializeAws_ec2EnableFastLaunchCommand = deserializeAws_ec2EnableFastLaunchCommand;
|
|
20208
|
+
const deserializeAws_ec2EnableFastLaunchCommandError = async (output, context) => {
|
|
20209
|
+
const parsedOutput = {
|
|
20210
|
+
...output,
|
|
20211
|
+
body: await parseBody(output.body, context),
|
|
20212
|
+
};
|
|
20213
|
+
let response;
|
|
20214
|
+
let errorCode = "UnknownError";
|
|
20215
|
+
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20216
|
+
switch (errorCode) {
|
|
20217
|
+
default:
|
|
20218
|
+
const parsedBody = parsedOutput.body;
|
|
20219
|
+
errorCode = parsedBody.Errors.Error.code || parsedBody.Errors.Error.Code || errorCode;
|
|
20220
|
+
response = {
|
|
20221
|
+
...parsedBody.Errors.Error,
|
|
20222
|
+
name: `${errorCode}`,
|
|
20223
|
+
message: parsedBody.Errors.Error.message || parsedBody.Errors.Error.Message || errorCode,
|
|
20224
|
+
$fault: "client",
|
|
20225
|
+
$metadata: deserializeMetadata(output),
|
|
20226
|
+
};
|
|
20227
|
+
}
|
|
20228
|
+
const message = response.message || response.Message || errorCode;
|
|
20229
|
+
response.message = message;
|
|
20230
|
+
delete response.Message;
|
|
20231
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
20232
|
+
};
|
|
20051
20233
|
const deserializeAws_ec2EnableFastSnapshotRestoresCommand = async (output, context) => {
|
|
20052
20234
|
if (output.statusCode >= 300) {
|
|
20053
20235
|
return deserializeAws_ec2EnableFastSnapshotRestoresCommandError(output, context);
|
|
@@ -22109,6 +22291,45 @@ const deserializeAws_ec2ImportVolumeCommandError = async (output, context) => {
|
|
|
22109
22291
|
delete response.Message;
|
|
22110
22292
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
22111
22293
|
};
|
|
22294
|
+
const deserializeAws_ec2ListImagesInRecycleBinCommand = async (output, context) => {
|
|
22295
|
+
if (output.statusCode >= 300) {
|
|
22296
|
+
return deserializeAws_ec2ListImagesInRecycleBinCommandError(output, context);
|
|
22297
|
+
}
|
|
22298
|
+
const data = await parseBody(output.body, context);
|
|
22299
|
+
let contents = {};
|
|
22300
|
+
contents = deserializeAws_ec2ListImagesInRecycleBinResult(data, context);
|
|
22301
|
+
const response = {
|
|
22302
|
+
$metadata: deserializeMetadata(output),
|
|
22303
|
+
...contents,
|
|
22304
|
+
};
|
|
22305
|
+
return Promise.resolve(response);
|
|
22306
|
+
};
|
|
22307
|
+
exports.deserializeAws_ec2ListImagesInRecycleBinCommand = deserializeAws_ec2ListImagesInRecycleBinCommand;
|
|
22308
|
+
const deserializeAws_ec2ListImagesInRecycleBinCommandError = async (output, context) => {
|
|
22309
|
+
const parsedOutput = {
|
|
22310
|
+
...output,
|
|
22311
|
+
body: await parseBody(output.body, context),
|
|
22312
|
+
};
|
|
22313
|
+
let response;
|
|
22314
|
+
let errorCode = "UnknownError";
|
|
22315
|
+
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
22316
|
+
switch (errorCode) {
|
|
22317
|
+
default:
|
|
22318
|
+
const parsedBody = parsedOutput.body;
|
|
22319
|
+
errorCode = parsedBody.Errors.Error.code || parsedBody.Errors.Error.Code || errorCode;
|
|
22320
|
+
response = {
|
|
22321
|
+
...parsedBody.Errors.Error,
|
|
22322
|
+
name: `${errorCode}`,
|
|
22323
|
+
message: parsedBody.Errors.Error.message || parsedBody.Errors.Error.Message || errorCode,
|
|
22324
|
+
$fault: "client",
|
|
22325
|
+
$metadata: deserializeMetadata(output),
|
|
22326
|
+
};
|
|
22327
|
+
}
|
|
22328
|
+
const message = response.message || response.Message || errorCode;
|
|
22329
|
+
response.message = message;
|
|
22330
|
+
delete response.Message;
|
|
22331
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
22332
|
+
};
|
|
22112
22333
|
const deserializeAws_ec2ListSnapshotsInRecycleBinCommand = async (output, context) => {
|
|
22113
22334
|
if (output.statusCode >= 300) {
|
|
22114
22335
|
return deserializeAws_ec2ListSnapshotsInRecycleBinCommandError(output, context);
|
|
@@ -25721,6 +25942,45 @@ const deserializeAws_ec2RestoreAddressToClassicCommandError = async (output, con
|
|
|
25721
25942
|
delete response.Message;
|
|
25722
25943
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
25723
25944
|
};
|
|
25945
|
+
const deserializeAws_ec2RestoreImageFromRecycleBinCommand = async (output, context) => {
|
|
25946
|
+
if (output.statusCode >= 300) {
|
|
25947
|
+
return deserializeAws_ec2RestoreImageFromRecycleBinCommandError(output, context);
|
|
25948
|
+
}
|
|
25949
|
+
const data = await parseBody(output.body, context);
|
|
25950
|
+
let contents = {};
|
|
25951
|
+
contents = deserializeAws_ec2RestoreImageFromRecycleBinResult(data, context);
|
|
25952
|
+
const response = {
|
|
25953
|
+
$metadata: deserializeMetadata(output),
|
|
25954
|
+
...contents,
|
|
25955
|
+
};
|
|
25956
|
+
return Promise.resolve(response);
|
|
25957
|
+
};
|
|
25958
|
+
exports.deserializeAws_ec2RestoreImageFromRecycleBinCommand = deserializeAws_ec2RestoreImageFromRecycleBinCommand;
|
|
25959
|
+
const deserializeAws_ec2RestoreImageFromRecycleBinCommandError = async (output, context) => {
|
|
25960
|
+
const parsedOutput = {
|
|
25961
|
+
...output,
|
|
25962
|
+
body: await parseBody(output.body, context),
|
|
25963
|
+
};
|
|
25964
|
+
let response;
|
|
25965
|
+
let errorCode = "UnknownError";
|
|
25966
|
+
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
25967
|
+
switch (errorCode) {
|
|
25968
|
+
default:
|
|
25969
|
+
const parsedBody = parsedOutput.body;
|
|
25970
|
+
errorCode = parsedBody.Errors.Error.code || parsedBody.Errors.Error.Code || errorCode;
|
|
25971
|
+
response = {
|
|
25972
|
+
...parsedBody.Errors.Error,
|
|
25973
|
+
name: `${errorCode}`,
|
|
25974
|
+
message: parsedBody.Errors.Error.message || parsedBody.Errors.Error.Message || errorCode,
|
|
25975
|
+
$fault: "client",
|
|
25976
|
+
$metadata: deserializeMetadata(output),
|
|
25977
|
+
};
|
|
25978
|
+
}
|
|
25979
|
+
const message = response.message || response.Message || errorCode;
|
|
25980
|
+
response.message = message;
|
|
25981
|
+
delete response.Message;
|
|
25982
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
25983
|
+
};
|
|
25724
25984
|
const deserializeAws_ec2RestoreManagedPrefixListVersionCommand = async (output, context) => {
|
|
25725
25985
|
if (output.statusCode >= 300) {
|
|
25726
25986
|
return deserializeAws_ec2RestoreManagedPrefixListVersionCommandError(output, context);
|
|
@@ -28034,6 +28294,16 @@ const serializeAws_ec2ClientData = (input, context) => {
|
|
|
28034
28294
|
}
|
|
28035
28295
|
return entries;
|
|
28036
28296
|
};
|
|
28297
|
+
const serializeAws_ec2ClientLoginBannerOptions = (input, context) => {
|
|
28298
|
+
const entries = {};
|
|
28299
|
+
if (input.Enabled !== undefined && input.Enabled !== null) {
|
|
28300
|
+
entries["Enabled"] = input.Enabled;
|
|
28301
|
+
}
|
|
28302
|
+
if (input.BannerText !== undefined && input.BannerText !== null) {
|
|
28303
|
+
entries["BannerText"] = input.BannerText;
|
|
28304
|
+
}
|
|
28305
|
+
return entries;
|
|
28306
|
+
};
|
|
28037
28307
|
const serializeAws_ec2ClientVpnAuthenticationRequest = (input, context) => {
|
|
28038
28308
|
const entries = {};
|
|
28039
28309
|
if (input.Type !== undefined && input.Type !== null) {
|
|
@@ -28474,6 +28744,16 @@ const serializeAws_ec2CreateClientVpnEndpointRequest = (input, context) => {
|
|
|
28474
28744
|
entries[loc] = value;
|
|
28475
28745
|
});
|
|
28476
28746
|
}
|
|
28747
|
+
if (input.SessionTimeoutHours !== undefined && input.SessionTimeoutHours !== null) {
|
|
28748
|
+
entries["SessionTimeoutHours"] = input.SessionTimeoutHours;
|
|
28749
|
+
}
|
|
28750
|
+
if (input.ClientLoginBannerOptions !== undefined && input.ClientLoginBannerOptions !== null) {
|
|
28751
|
+
const memberEntries = serializeAws_ec2ClientLoginBannerOptions(input.ClientLoginBannerOptions, context);
|
|
28752
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28753
|
+
const loc = `ClientLoginBannerOptions.${key}`;
|
|
28754
|
+
entries[loc] = value;
|
|
28755
|
+
});
|
|
28756
|
+
}
|
|
28477
28757
|
return entries;
|
|
28478
28758
|
};
|
|
28479
28759
|
const serializeAws_ec2CreateClientVpnRouteRequest = (input, context) => {
|
|
@@ -31914,6 +32194,33 @@ const serializeAws_ec2DescribeExportTasksRequest = (input, context) => {
|
|
|
31914
32194
|
}
|
|
31915
32195
|
return entries;
|
|
31916
32196
|
};
|
|
32197
|
+
const serializeAws_ec2DescribeFastLaunchImagesRequest = (input, context) => {
|
|
32198
|
+
const entries = {};
|
|
32199
|
+
if (input.ImageIds !== undefined && input.ImageIds !== null) {
|
|
32200
|
+
const memberEntries = serializeAws_ec2FastLaunchImageIdList(input.ImageIds, context);
|
|
32201
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32202
|
+
const loc = `ImageId.${key.substring(key.indexOf(".") + 1)}`;
|
|
32203
|
+
entries[loc] = value;
|
|
32204
|
+
});
|
|
32205
|
+
}
|
|
32206
|
+
if (input.Filters !== undefined && input.Filters !== null) {
|
|
32207
|
+
const memberEntries = serializeAws_ec2FilterList(input.Filters, context);
|
|
32208
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32209
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
32210
|
+
entries[loc] = value;
|
|
32211
|
+
});
|
|
32212
|
+
}
|
|
32213
|
+
if (input.MaxResults !== undefined && input.MaxResults !== null) {
|
|
32214
|
+
entries["MaxResults"] = input.MaxResults;
|
|
32215
|
+
}
|
|
32216
|
+
if (input.NextToken !== undefined && input.NextToken !== null) {
|
|
32217
|
+
entries["NextToken"] = input.NextToken;
|
|
32218
|
+
}
|
|
32219
|
+
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
32220
|
+
entries["DryRun"] = input.DryRun;
|
|
32221
|
+
}
|
|
32222
|
+
return entries;
|
|
32223
|
+
};
|
|
31917
32224
|
const serializeAws_ec2DescribeFastSnapshotRestoresRequest = (input, context) => {
|
|
31918
32225
|
const entries = {};
|
|
31919
32226
|
if (input.Filters !== undefined && input.Filters !== null) {
|
|
@@ -34749,6 +35056,19 @@ const serializeAws_ec2DisableEbsEncryptionByDefaultRequest = (input, context) =>
|
|
|
34749
35056
|
}
|
|
34750
35057
|
return entries;
|
|
34751
35058
|
};
|
|
35059
|
+
const serializeAws_ec2DisableFastLaunchRequest = (input, context) => {
|
|
35060
|
+
const entries = {};
|
|
35061
|
+
if (input.ImageId !== undefined && input.ImageId !== null) {
|
|
35062
|
+
entries["ImageId"] = input.ImageId;
|
|
35063
|
+
}
|
|
35064
|
+
if (input.Force !== undefined && input.Force !== null) {
|
|
35065
|
+
entries["Force"] = input.Force;
|
|
35066
|
+
}
|
|
35067
|
+
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
35068
|
+
entries["DryRun"] = input.DryRun;
|
|
35069
|
+
}
|
|
35070
|
+
return entries;
|
|
35071
|
+
};
|
|
34752
35072
|
const serializeAws_ec2DisableFastSnapshotRestoresRequest = (input, context) => {
|
|
34753
35073
|
const entries = {};
|
|
34754
35074
|
if (input.AvailabilityZones !== undefined && input.AvailabilityZones !== null) {
|
|
@@ -35173,6 +35493,36 @@ const serializeAws_ec2EnableEbsEncryptionByDefaultRequest = (input, context) =>
|
|
|
35173
35493
|
}
|
|
35174
35494
|
return entries;
|
|
35175
35495
|
};
|
|
35496
|
+
const serializeAws_ec2EnableFastLaunchRequest = (input, context) => {
|
|
35497
|
+
const entries = {};
|
|
35498
|
+
if (input.ImageId !== undefined && input.ImageId !== null) {
|
|
35499
|
+
entries["ImageId"] = input.ImageId;
|
|
35500
|
+
}
|
|
35501
|
+
if (input.ResourceType !== undefined && input.ResourceType !== null) {
|
|
35502
|
+
entries["ResourceType"] = input.ResourceType;
|
|
35503
|
+
}
|
|
35504
|
+
if (input.SnapshotConfiguration !== undefined && input.SnapshotConfiguration !== null) {
|
|
35505
|
+
const memberEntries = serializeAws_ec2FastLaunchSnapshotConfigurationRequest(input.SnapshotConfiguration, context);
|
|
35506
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
35507
|
+
const loc = `SnapshotConfiguration.${key}`;
|
|
35508
|
+
entries[loc] = value;
|
|
35509
|
+
});
|
|
35510
|
+
}
|
|
35511
|
+
if (input.LaunchTemplate !== undefined && input.LaunchTemplate !== null) {
|
|
35512
|
+
const memberEntries = serializeAws_ec2FastLaunchLaunchTemplateSpecificationRequest(input.LaunchTemplate, context);
|
|
35513
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
35514
|
+
const loc = `LaunchTemplate.${key}`;
|
|
35515
|
+
entries[loc] = value;
|
|
35516
|
+
});
|
|
35517
|
+
}
|
|
35518
|
+
if (input.MaxParallelLaunches !== undefined && input.MaxParallelLaunches !== null) {
|
|
35519
|
+
entries["MaxParallelLaunches"] = input.MaxParallelLaunches;
|
|
35520
|
+
}
|
|
35521
|
+
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
35522
|
+
entries["DryRun"] = input.DryRun;
|
|
35523
|
+
}
|
|
35524
|
+
return entries;
|
|
35525
|
+
};
|
|
35176
35526
|
const serializeAws_ec2EnableFastSnapshotRestoresRequest = (input, context) => {
|
|
35177
35527
|
const entries = {};
|
|
35178
35528
|
if (input.AvailabilityZones !== undefined && input.AvailabilityZones !== null) {
|
|
@@ -35437,6 +35787,38 @@ const serializeAws_ec2ExportTransitGatewayRoutesRequest = (input, context) => {
|
|
|
35437
35787
|
}
|
|
35438
35788
|
return entries;
|
|
35439
35789
|
};
|
|
35790
|
+
const serializeAws_ec2FastLaunchImageIdList = (input, context) => {
|
|
35791
|
+
const entries = {};
|
|
35792
|
+
let counter = 1;
|
|
35793
|
+
for (const entry of input) {
|
|
35794
|
+
if (entry === null) {
|
|
35795
|
+
continue;
|
|
35796
|
+
}
|
|
35797
|
+
entries[`ImageId.${counter}`] = entry;
|
|
35798
|
+
counter++;
|
|
35799
|
+
}
|
|
35800
|
+
return entries;
|
|
35801
|
+
};
|
|
35802
|
+
const serializeAws_ec2FastLaunchLaunchTemplateSpecificationRequest = (input, context) => {
|
|
35803
|
+
const entries = {};
|
|
35804
|
+
if (input.LaunchTemplateId !== undefined && input.LaunchTemplateId !== null) {
|
|
35805
|
+
entries["LaunchTemplateId"] = input.LaunchTemplateId;
|
|
35806
|
+
}
|
|
35807
|
+
if (input.LaunchTemplateName !== undefined && input.LaunchTemplateName !== null) {
|
|
35808
|
+
entries["LaunchTemplateName"] = input.LaunchTemplateName;
|
|
35809
|
+
}
|
|
35810
|
+
if (input.Version !== undefined && input.Version !== null) {
|
|
35811
|
+
entries["Version"] = input.Version;
|
|
35812
|
+
}
|
|
35813
|
+
return entries;
|
|
35814
|
+
};
|
|
35815
|
+
const serializeAws_ec2FastLaunchSnapshotConfigurationRequest = (input, context) => {
|
|
35816
|
+
const entries = {};
|
|
35817
|
+
if (input.TargetResourceCount !== undefined && input.TargetResourceCount !== null) {
|
|
35818
|
+
entries["TargetResourceCount"] = input.TargetResourceCount;
|
|
35819
|
+
}
|
|
35820
|
+
return entries;
|
|
35821
|
+
};
|
|
35440
35822
|
const serializeAws_ec2FederatedAuthenticationRequest = (input, context) => {
|
|
35441
35823
|
const entries = {};
|
|
35442
35824
|
if (input.SAMLProviderArn !== undefined && input.SAMLProviderArn !== null) {
|
|
@@ -38317,6 +38699,26 @@ const serializeAws_ec2LicenseSpecificationListRequest = (input, context) => {
|
|
|
38317
38699
|
}
|
|
38318
38700
|
return entries;
|
|
38319
38701
|
};
|
|
38702
|
+
const serializeAws_ec2ListImagesInRecycleBinRequest = (input, context) => {
|
|
38703
|
+
const entries = {};
|
|
38704
|
+
if (input.ImageIds !== undefined && input.ImageIds !== null) {
|
|
38705
|
+
const memberEntries = serializeAws_ec2ImageIdStringList(input.ImageIds, context);
|
|
38706
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
38707
|
+
const loc = `ImageId.${key.substring(key.indexOf(".") + 1)}`;
|
|
38708
|
+
entries[loc] = value;
|
|
38709
|
+
});
|
|
38710
|
+
}
|
|
38711
|
+
if (input.NextToken !== undefined && input.NextToken !== null) {
|
|
38712
|
+
entries["NextToken"] = input.NextToken;
|
|
38713
|
+
}
|
|
38714
|
+
if (input.MaxResults !== undefined && input.MaxResults !== null) {
|
|
38715
|
+
entries["MaxResults"] = input.MaxResults;
|
|
38716
|
+
}
|
|
38717
|
+
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
38718
|
+
entries["DryRun"] = input.DryRun;
|
|
38719
|
+
}
|
|
38720
|
+
return entries;
|
|
38721
|
+
};
|
|
38320
38722
|
const serializeAws_ec2ListSnapshotsInRecycleBinRequest = (input, context) => {
|
|
38321
38723
|
const entries = {};
|
|
38322
38724
|
if (input.MaxResults !== undefined && input.MaxResults !== null) {
|
|
@@ -38646,6 +39048,16 @@ const serializeAws_ec2ModifyClientVpnEndpointRequest = (input, context) => {
|
|
|
38646
39048
|
entries[loc] = value;
|
|
38647
39049
|
});
|
|
38648
39050
|
}
|
|
39051
|
+
if (input.SessionTimeoutHours !== undefined && input.SessionTimeoutHours !== null) {
|
|
39052
|
+
entries["SessionTimeoutHours"] = input.SessionTimeoutHours;
|
|
39053
|
+
}
|
|
39054
|
+
if (input.ClientLoginBannerOptions !== undefined && input.ClientLoginBannerOptions !== null) {
|
|
39055
|
+
const memberEntries = serializeAws_ec2ClientLoginBannerOptions(input.ClientLoginBannerOptions, context);
|
|
39056
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
39057
|
+
const loc = `ClientLoginBannerOptions.${key}`;
|
|
39058
|
+
entries[loc] = value;
|
|
39059
|
+
});
|
|
39060
|
+
}
|
|
38649
39061
|
return entries;
|
|
38650
39062
|
};
|
|
38651
39063
|
const serializeAws_ec2ModifyDefaultCreditSpecificationRequest = (input, context) => {
|
|
@@ -42257,6 +42669,16 @@ const serializeAws_ec2RestoreAddressToClassicRequest = (input, context) => {
|
|
|
42257
42669
|
}
|
|
42258
42670
|
return entries;
|
|
42259
42671
|
};
|
|
42672
|
+
const serializeAws_ec2RestoreImageFromRecycleBinRequest = (input, context) => {
|
|
42673
|
+
const entries = {};
|
|
42674
|
+
if (input.ImageId !== undefined && input.ImageId !== null) {
|
|
42675
|
+
entries["ImageId"] = input.ImageId;
|
|
42676
|
+
}
|
|
42677
|
+
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
42678
|
+
entries["DryRun"] = input.DryRun;
|
|
42679
|
+
}
|
|
42680
|
+
return entries;
|
|
42681
|
+
};
|
|
42260
42682
|
const serializeAws_ec2RestoreManagedPrefixListVersionRequest = (input, context) => {
|
|
42261
42683
|
const entries = {};
|
|
42262
42684
|
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
@@ -46713,6 +47135,19 @@ const deserializeAws_ec2ClientConnectResponseOptions = (output, context) => {
|
|
|
46713
47135
|
}
|
|
46714
47136
|
return contents;
|
|
46715
47137
|
};
|
|
47138
|
+
const deserializeAws_ec2ClientLoginBannerResponseOptions = (output, context) => {
|
|
47139
|
+
const contents = {
|
|
47140
|
+
Enabled: undefined,
|
|
47141
|
+
BannerText: undefined,
|
|
47142
|
+
};
|
|
47143
|
+
if (output["enabled"] !== undefined) {
|
|
47144
|
+
contents.Enabled = smithy_client_1.parseBoolean(output["enabled"]);
|
|
47145
|
+
}
|
|
47146
|
+
if (output["bannerText"] !== undefined) {
|
|
47147
|
+
contents.BannerText = smithy_client_1.expectString(output["bannerText"]);
|
|
47148
|
+
}
|
|
47149
|
+
return contents;
|
|
47150
|
+
};
|
|
46716
47151
|
const deserializeAws_ec2ClientVpnAuthentication = (output, context) => {
|
|
46717
47152
|
const contents = {
|
|
46718
47153
|
Type: undefined,
|
|
@@ -46868,6 +47303,8 @@ const deserializeAws_ec2ClientVpnEndpoint = (output, context) => {
|
|
|
46868
47303
|
VpcId: undefined,
|
|
46869
47304
|
SelfServicePortalUrl: undefined,
|
|
46870
47305
|
ClientConnectOptions: undefined,
|
|
47306
|
+
SessionTimeoutHours: undefined,
|
|
47307
|
+
ClientLoginBannerOptions: undefined,
|
|
46871
47308
|
};
|
|
46872
47309
|
if (output["clientVpnEndpointId"] !== undefined) {
|
|
46873
47310
|
contents.ClientVpnEndpointId = smithy_client_1.expectString(output["clientVpnEndpointId"]);
|
|
@@ -46947,6 +47384,12 @@ const deserializeAws_ec2ClientVpnEndpoint = (output, context) => {
|
|
|
46947
47384
|
if (output["clientConnectOptions"] !== undefined) {
|
|
46948
47385
|
contents.ClientConnectOptions = deserializeAws_ec2ClientConnectResponseOptions(output["clientConnectOptions"], context);
|
|
46949
47386
|
}
|
|
47387
|
+
if (output["sessionTimeoutHours"] !== undefined) {
|
|
47388
|
+
contents.SessionTimeoutHours = smithy_client_1.strictParseInt32(output["sessionTimeoutHours"]);
|
|
47389
|
+
}
|
|
47390
|
+
if (output["clientLoginBannerOptions"] !== undefined) {
|
|
47391
|
+
contents.ClientLoginBannerOptions = deserializeAws_ec2ClientLoginBannerResponseOptions(output["clientLoginBannerOptions"], context);
|
|
47392
|
+
}
|
|
46950
47393
|
return contents;
|
|
46951
47394
|
};
|
|
46952
47395
|
const deserializeAws_ec2ClientVpnEndpointAttributeStatus = (output, context) => {
|
|
@@ -49187,6 +49630,73 @@ const deserializeAws_ec2DescribeExportTasksResult = (output, context) => {
|
|
|
49187
49630
|
}
|
|
49188
49631
|
return contents;
|
|
49189
49632
|
};
|
|
49633
|
+
const deserializeAws_ec2DescribeFastLaunchImagesResult = (output, context) => {
|
|
49634
|
+
const contents = {
|
|
49635
|
+
FastLaunchImages: undefined,
|
|
49636
|
+
NextToken: undefined,
|
|
49637
|
+
};
|
|
49638
|
+
if (output.fastLaunchImageSet === "") {
|
|
49639
|
+
contents.FastLaunchImages = [];
|
|
49640
|
+
}
|
|
49641
|
+
if (output["fastLaunchImageSet"] !== undefined && output["fastLaunchImageSet"]["item"] !== undefined) {
|
|
49642
|
+
contents.FastLaunchImages = deserializeAws_ec2DescribeFastLaunchImagesSuccessSet(smithy_client_1.getArrayIfSingleItem(output["fastLaunchImageSet"]["item"]), context);
|
|
49643
|
+
}
|
|
49644
|
+
if (output["nextToken"] !== undefined) {
|
|
49645
|
+
contents.NextToken = smithy_client_1.expectString(output["nextToken"]);
|
|
49646
|
+
}
|
|
49647
|
+
return contents;
|
|
49648
|
+
};
|
|
49649
|
+
const deserializeAws_ec2DescribeFastLaunchImagesSuccessItem = (output, context) => {
|
|
49650
|
+
const contents = {
|
|
49651
|
+
ImageId: undefined,
|
|
49652
|
+
ResourceType: undefined,
|
|
49653
|
+
SnapshotConfiguration: undefined,
|
|
49654
|
+
LaunchTemplate: undefined,
|
|
49655
|
+
MaxParallelLaunches: undefined,
|
|
49656
|
+
OwnerId: undefined,
|
|
49657
|
+
State: undefined,
|
|
49658
|
+
StateTransitionReason: undefined,
|
|
49659
|
+
StateTransitionTime: undefined,
|
|
49660
|
+
};
|
|
49661
|
+
if (output["imageId"] !== undefined) {
|
|
49662
|
+
contents.ImageId = smithy_client_1.expectString(output["imageId"]);
|
|
49663
|
+
}
|
|
49664
|
+
if (output["resourceType"] !== undefined) {
|
|
49665
|
+
contents.ResourceType = smithy_client_1.expectString(output["resourceType"]);
|
|
49666
|
+
}
|
|
49667
|
+
if (output["snapshotConfiguration"] !== undefined) {
|
|
49668
|
+
contents.SnapshotConfiguration = deserializeAws_ec2FastLaunchSnapshotConfigurationResponse(output["snapshotConfiguration"], context);
|
|
49669
|
+
}
|
|
49670
|
+
if (output["launchTemplate"] !== undefined) {
|
|
49671
|
+
contents.LaunchTemplate = deserializeAws_ec2FastLaunchLaunchTemplateSpecificationResponse(output["launchTemplate"], context);
|
|
49672
|
+
}
|
|
49673
|
+
if (output["maxParallelLaunches"] !== undefined) {
|
|
49674
|
+
contents.MaxParallelLaunches = smithy_client_1.strictParseInt32(output["maxParallelLaunches"]);
|
|
49675
|
+
}
|
|
49676
|
+
if (output["ownerId"] !== undefined) {
|
|
49677
|
+
contents.OwnerId = smithy_client_1.expectString(output["ownerId"]);
|
|
49678
|
+
}
|
|
49679
|
+
if (output["state"] !== undefined) {
|
|
49680
|
+
contents.State = smithy_client_1.expectString(output["state"]);
|
|
49681
|
+
}
|
|
49682
|
+
if (output["stateTransitionReason"] !== undefined) {
|
|
49683
|
+
contents.StateTransitionReason = smithy_client_1.expectString(output["stateTransitionReason"]);
|
|
49684
|
+
}
|
|
49685
|
+
if (output["stateTransitionTime"] !== undefined) {
|
|
49686
|
+
contents.StateTransitionTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["stateTransitionTime"]));
|
|
49687
|
+
}
|
|
49688
|
+
return contents;
|
|
49689
|
+
};
|
|
49690
|
+
const deserializeAws_ec2DescribeFastLaunchImagesSuccessSet = (output, context) => {
|
|
49691
|
+
return (output || [])
|
|
49692
|
+
.filter((e) => e != null)
|
|
49693
|
+
.map((entry) => {
|
|
49694
|
+
if (entry === null) {
|
|
49695
|
+
return null;
|
|
49696
|
+
}
|
|
49697
|
+
return deserializeAws_ec2DescribeFastLaunchImagesSuccessItem(entry, context);
|
|
49698
|
+
});
|
|
49699
|
+
};
|
|
49190
49700
|
const deserializeAws_ec2DescribeFastSnapshotRestoresResult = (output, context) => {
|
|
49191
49701
|
const contents = {
|
|
49192
49702
|
FastSnapshotRestores: undefined,
|
|
@@ -51141,6 +51651,47 @@ const deserializeAws_ec2DisableEbsEncryptionByDefaultResult = (output, context)
|
|
|
51141
51651
|
}
|
|
51142
51652
|
return contents;
|
|
51143
51653
|
};
|
|
51654
|
+
const deserializeAws_ec2DisableFastLaunchResult = (output, context) => {
|
|
51655
|
+
const contents = {
|
|
51656
|
+
ImageId: undefined,
|
|
51657
|
+
ResourceType: undefined,
|
|
51658
|
+
SnapshotConfiguration: undefined,
|
|
51659
|
+
LaunchTemplate: undefined,
|
|
51660
|
+
MaxParallelLaunches: undefined,
|
|
51661
|
+
OwnerId: undefined,
|
|
51662
|
+
State: undefined,
|
|
51663
|
+
StateTransitionReason: undefined,
|
|
51664
|
+
StateTransitionTime: undefined,
|
|
51665
|
+
};
|
|
51666
|
+
if (output["imageId"] !== undefined) {
|
|
51667
|
+
contents.ImageId = smithy_client_1.expectString(output["imageId"]);
|
|
51668
|
+
}
|
|
51669
|
+
if (output["resourceType"] !== undefined) {
|
|
51670
|
+
contents.ResourceType = smithy_client_1.expectString(output["resourceType"]);
|
|
51671
|
+
}
|
|
51672
|
+
if (output["snapshotConfiguration"] !== undefined) {
|
|
51673
|
+
contents.SnapshotConfiguration = deserializeAws_ec2FastLaunchSnapshotConfigurationResponse(output["snapshotConfiguration"], context);
|
|
51674
|
+
}
|
|
51675
|
+
if (output["launchTemplate"] !== undefined) {
|
|
51676
|
+
contents.LaunchTemplate = deserializeAws_ec2FastLaunchLaunchTemplateSpecificationResponse(output["launchTemplate"], context);
|
|
51677
|
+
}
|
|
51678
|
+
if (output["maxParallelLaunches"] !== undefined) {
|
|
51679
|
+
contents.MaxParallelLaunches = smithy_client_1.strictParseInt32(output["maxParallelLaunches"]);
|
|
51680
|
+
}
|
|
51681
|
+
if (output["ownerId"] !== undefined) {
|
|
51682
|
+
contents.OwnerId = smithy_client_1.expectString(output["ownerId"]);
|
|
51683
|
+
}
|
|
51684
|
+
if (output["state"] !== undefined) {
|
|
51685
|
+
contents.State = smithy_client_1.expectString(output["state"]);
|
|
51686
|
+
}
|
|
51687
|
+
if (output["stateTransitionReason"] !== undefined) {
|
|
51688
|
+
contents.StateTransitionReason = smithy_client_1.expectString(output["stateTransitionReason"]);
|
|
51689
|
+
}
|
|
51690
|
+
if (output["stateTransitionTime"] !== undefined) {
|
|
51691
|
+
contents.StateTransitionTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["stateTransitionTime"]));
|
|
51692
|
+
}
|
|
51693
|
+
return contents;
|
|
51694
|
+
};
|
|
51144
51695
|
const deserializeAws_ec2DisableFastSnapshotRestoreErrorItem = (output, context) => {
|
|
51145
51696
|
const contents = {
|
|
51146
51697
|
SnapshotId: undefined,
|
|
@@ -51820,6 +52371,47 @@ const deserializeAws_ec2EnableEbsEncryptionByDefaultResult = (output, context) =
|
|
|
51820
52371
|
}
|
|
51821
52372
|
return contents;
|
|
51822
52373
|
};
|
|
52374
|
+
const deserializeAws_ec2EnableFastLaunchResult = (output, context) => {
|
|
52375
|
+
const contents = {
|
|
52376
|
+
ImageId: undefined,
|
|
52377
|
+
ResourceType: undefined,
|
|
52378
|
+
SnapshotConfiguration: undefined,
|
|
52379
|
+
LaunchTemplate: undefined,
|
|
52380
|
+
MaxParallelLaunches: undefined,
|
|
52381
|
+
OwnerId: undefined,
|
|
52382
|
+
State: undefined,
|
|
52383
|
+
StateTransitionReason: undefined,
|
|
52384
|
+
StateTransitionTime: undefined,
|
|
52385
|
+
};
|
|
52386
|
+
if (output["imageId"] !== undefined) {
|
|
52387
|
+
contents.ImageId = smithy_client_1.expectString(output["imageId"]);
|
|
52388
|
+
}
|
|
52389
|
+
if (output["resourceType"] !== undefined) {
|
|
52390
|
+
contents.ResourceType = smithy_client_1.expectString(output["resourceType"]);
|
|
52391
|
+
}
|
|
52392
|
+
if (output["snapshotConfiguration"] !== undefined) {
|
|
52393
|
+
contents.SnapshotConfiguration = deserializeAws_ec2FastLaunchSnapshotConfigurationResponse(output["snapshotConfiguration"], context);
|
|
52394
|
+
}
|
|
52395
|
+
if (output["launchTemplate"] !== undefined) {
|
|
52396
|
+
contents.LaunchTemplate = deserializeAws_ec2FastLaunchLaunchTemplateSpecificationResponse(output["launchTemplate"], context);
|
|
52397
|
+
}
|
|
52398
|
+
if (output["maxParallelLaunches"] !== undefined) {
|
|
52399
|
+
contents.MaxParallelLaunches = smithy_client_1.strictParseInt32(output["maxParallelLaunches"]);
|
|
52400
|
+
}
|
|
52401
|
+
if (output["ownerId"] !== undefined) {
|
|
52402
|
+
contents.OwnerId = smithy_client_1.expectString(output["ownerId"]);
|
|
52403
|
+
}
|
|
52404
|
+
if (output["state"] !== undefined) {
|
|
52405
|
+
contents.State = smithy_client_1.expectString(output["state"]);
|
|
52406
|
+
}
|
|
52407
|
+
if (output["stateTransitionReason"] !== undefined) {
|
|
52408
|
+
contents.StateTransitionReason = smithy_client_1.expectString(output["stateTransitionReason"]);
|
|
52409
|
+
}
|
|
52410
|
+
if (output["stateTransitionTime"] !== undefined) {
|
|
52411
|
+
contents.StateTransitionTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["stateTransitionTime"]));
|
|
52412
|
+
}
|
|
52413
|
+
return contents;
|
|
52414
|
+
};
|
|
51823
52415
|
const deserializeAws_ec2EnableFastSnapshotRestoreErrorItem = (output, context) => {
|
|
51824
52416
|
const contents = {
|
|
51825
52417
|
SnapshotId: undefined,
|
|
@@ -52543,6 +53135,32 @@ const deserializeAws_ec2FailedQueuedPurchaseDeletionSet = (output, context) => {
|
|
|
52543
53135
|
return deserializeAws_ec2FailedQueuedPurchaseDeletion(entry, context);
|
|
52544
53136
|
});
|
|
52545
53137
|
};
|
|
53138
|
+
const deserializeAws_ec2FastLaunchLaunchTemplateSpecificationResponse = (output, context) => {
|
|
53139
|
+
const contents = {
|
|
53140
|
+
LaunchTemplateId: undefined,
|
|
53141
|
+
LaunchTemplateName: undefined,
|
|
53142
|
+
Version: undefined,
|
|
53143
|
+
};
|
|
53144
|
+
if (output["launchTemplateId"] !== undefined) {
|
|
53145
|
+
contents.LaunchTemplateId = smithy_client_1.expectString(output["launchTemplateId"]);
|
|
53146
|
+
}
|
|
53147
|
+
if (output["launchTemplateName"] !== undefined) {
|
|
53148
|
+
contents.LaunchTemplateName = smithy_client_1.expectString(output["launchTemplateName"]);
|
|
53149
|
+
}
|
|
53150
|
+
if (output["version"] !== undefined) {
|
|
53151
|
+
contents.Version = smithy_client_1.expectString(output["version"]);
|
|
53152
|
+
}
|
|
53153
|
+
return contents;
|
|
53154
|
+
};
|
|
53155
|
+
const deserializeAws_ec2FastLaunchSnapshotConfigurationResponse = (output, context) => {
|
|
53156
|
+
const contents = {
|
|
53157
|
+
TargetResourceCount: undefined,
|
|
53158
|
+
};
|
|
53159
|
+
if (output["targetResourceCount"] !== undefined) {
|
|
53160
|
+
contents.TargetResourceCount = smithy_client_1.strictParseInt32(output["targetResourceCount"]);
|
|
53161
|
+
}
|
|
53162
|
+
return contents;
|
|
53163
|
+
};
|
|
52546
53164
|
const deserializeAws_ec2FederatedAuthentication = (output, context) => {
|
|
52547
53165
|
const contents = {
|
|
52548
53166
|
SamlProviderArn: undefined,
|
|
@@ -54396,6 +55014,41 @@ const deserializeAws_ec2ImageList = (output, context) => {
|
|
|
54396
55014
|
return deserializeAws_ec2Image(entry, context);
|
|
54397
55015
|
});
|
|
54398
55016
|
};
|
|
55017
|
+
const deserializeAws_ec2ImageRecycleBinInfo = (output, context) => {
|
|
55018
|
+
const contents = {
|
|
55019
|
+
ImageId: undefined,
|
|
55020
|
+
Name: undefined,
|
|
55021
|
+
Description: undefined,
|
|
55022
|
+
RecycleBinEnterTime: undefined,
|
|
55023
|
+
RecycleBinExitTime: undefined,
|
|
55024
|
+
};
|
|
55025
|
+
if (output["imageId"] !== undefined) {
|
|
55026
|
+
contents.ImageId = smithy_client_1.expectString(output["imageId"]);
|
|
55027
|
+
}
|
|
55028
|
+
if (output["name"] !== undefined) {
|
|
55029
|
+
contents.Name = smithy_client_1.expectString(output["name"]);
|
|
55030
|
+
}
|
|
55031
|
+
if (output["description"] !== undefined) {
|
|
55032
|
+
contents.Description = smithy_client_1.expectString(output["description"]);
|
|
55033
|
+
}
|
|
55034
|
+
if (output["recycleBinEnterTime"] !== undefined) {
|
|
55035
|
+
contents.RecycleBinEnterTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["recycleBinEnterTime"]));
|
|
55036
|
+
}
|
|
55037
|
+
if (output["recycleBinExitTime"] !== undefined) {
|
|
55038
|
+
contents.RecycleBinExitTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["recycleBinExitTime"]));
|
|
55039
|
+
}
|
|
55040
|
+
return contents;
|
|
55041
|
+
};
|
|
55042
|
+
const deserializeAws_ec2ImageRecycleBinInfoList = (output, context) => {
|
|
55043
|
+
return (output || [])
|
|
55044
|
+
.filter((e) => e != null)
|
|
55045
|
+
.map((entry) => {
|
|
55046
|
+
if (entry === null) {
|
|
55047
|
+
return null;
|
|
55048
|
+
}
|
|
55049
|
+
return deserializeAws_ec2ImageRecycleBinInfo(entry, context);
|
|
55050
|
+
});
|
|
55051
|
+
};
|
|
54399
55052
|
const deserializeAws_ec2ImportClientVpnClientCertificateRevocationListResult = (output, context) => {
|
|
54400
55053
|
const contents = {
|
|
54401
55054
|
Return: undefined,
|
|
@@ -58073,6 +58726,22 @@ const deserializeAws_ec2LicenseList = (output, context) => {
|
|
|
58073
58726
|
return deserializeAws_ec2LicenseConfiguration(entry, context);
|
|
58074
58727
|
});
|
|
58075
58728
|
};
|
|
58729
|
+
const deserializeAws_ec2ListImagesInRecycleBinResult = (output, context) => {
|
|
58730
|
+
const contents = {
|
|
58731
|
+
Images: undefined,
|
|
58732
|
+
NextToken: undefined,
|
|
58733
|
+
};
|
|
58734
|
+
if (output.imageSet === "") {
|
|
58735
|
+
contents.Images = [];
|
|
58736
|
+
}
|
|
58737
|
+
if (output["imageSet"] !== undefined && output["imageSet"]["item"] !== undefined) {
|
|
58738
|
+
contents.Images = deserializeAws_ec2ImageRecycleBinInfoList(smithy_client_1.getArrayIfSingleItem(output["imageSet"]["item"]), context);
|
|
58739
|
+
}
|
|
58740
|
+
if (output["nextToken"] !== undefined) {
|
|
58741
|
+
contents.NextToken = smithy_client_1.expectString(output["nextToken"]);
|
|
58742
|
+
}
|
|
58743
|
+
return contents;
|
|
58744
|
+
};
|
|
58076
58745
|
const deserializeAws_ec2ListSnapshotsInRecycleBinResult = (output, context) => {
|
|
58077
58746
|
const contents = {
|
|
58078
58747
|
Snapshots: undefined,
|
|
@@ -62063,6 +62732,15 @@ const deserializeAws_ec2RestoreAddressToClassicResult = (output, context) => {
|
|
|
62063
62732
|
}
|
|
62064
62733
|
return contents;
|
|
62065
62734
|
};
|
|
62735
|
+
const deserializeAws_ec2RestoreImageFromRecycleBinResult = (output, context) => {
|
|
62736
|
+
const contents = {
|
|
62737
|
+
Return: undefined,
|
|
62738
|
+
};
|
|
62739
|
+
if (output["return"] !== undefined) {
|
|
62740
|
+
contents.Return = smithy_client_1.parseBoolean(output["return"]);
|
|
62741
|
+
}
|
|
62742
|
+
return contents;
|
|
62743
|
+
};
|
|
62066
62744
|
const deserializeAws_ec2RestoreManagedPrefixListVersionResult = (output, context) => {
|
|
62067
62745
|
const contents = {
|
|
62068
62746
|
PrefixList: undefined,
|