@aws-sdk/client-ec2 3.46.0 → 3.48.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 +38 -0
- package/dist-cjs/EC2.js +45 -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/RestoreAddressToClassicCommand.js +3 -3
- 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 +3 -0
- package/dist-cjs/endpoints.js +0 -32
- 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 +101 -96
- package/dist-cjs/models/models_6.js +92 -2
- package/dist-cjs/pagination/DescribeFastLaunchImagesPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_ec2.js +501 -17
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/EC2.js +45 -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/RestoreAddressToClassicCommand.js +1 -1
- 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 +3 -0
- package/dist-es/endpoints.js +0 -32
- 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 +75 -60
- package/dist-es/models/models_6.js +60 -0
- package/dist-es/pagination/DescribeFastLaunchImagesPaginator.js +74 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_ec2.js +1498 -991
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/EC2.d.ts +28 -0
- package/dist-types/EC2Client.d.ts +10 -3
- 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 +37 -0
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +40 -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/RestoreAddressToClassicCommand.d.ts +1 -1
- 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 +3 -0
- package/dist-types/models/models_0.d.ts +25 -11
- package/dist-types/models/models_1.d.ts +11 -8
- package/dist-types/models/models_2.d.ts +18 -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 +334 -420
- package/dist-types/models/models_6.d.ts +413 -3
- package/dist-types/pagination/DescribeFastLaunchImagesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/EC2.d.ts +15 -0
- package/dist-types/ts3.4/EC2Client.d.ts +8 -3
- 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/RestoreAddressToClassicCommand.d.ts +1 -1
- 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 +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +17 -5
- package/dist-types/ts3.4/models/models_1.d.ts +5 -2
- package/dist-types/ts3.4/models/models_2.d.ts +12 -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 +196 -219
- package/dist-types/ts3.4/models/models_6.d.ts +218 -3
- package/dist-types/ts3.4/pagination/DescribeFastLaunchImagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +37 -37
|
@@ -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_ec2ModifyVpcPeeringConnectionOptionsCommand = exports.serializeAws_ec2ModifyVpcEndpointServicePermissionsCommand = exports.serializeAws_ec2ModifyVpcEndpointServicePayerResponsibilityCommand = exports.serializeAws_ec2ModifyVpcEndpointServiceConfigurationCommand = exports.serializeAws_ec2ModifyVpcEndpointConnectionNotificationCommand = exports.serializeAws_ec2ModifyVpcEndpointCommand = exports.serializeAws_ec2ModifyVpcAttributeCommand = exports.serializeAws_ec2ModifyVolumeAttributeCommand = exports.serializeAws_ec2ModifyVolumeCommand = exports.serializeAws_ec2ModifyTransitGatewayVpcAttachmentCommand = exports.serializeAws_ec2ModifyTransitGatewayPrefixListReferenceCommand = exports.serializeAws_ec2ModifyTransitGatewayCommand = exports.serializeAws_ec2ModifyTrafficMirrorSessionCommand = 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 = void 0;
|
|
12
|
+
exports.serializeAws_ec2RevokeSecurityGroupIngressCommand = exports.serializeAws_ec2RevokeSecurityGroupEgressCommand = exports.serializeAws_ec2RevokeClientVpnIngressCommand = exports.serializeAws_ec2RestoreSnapshotTierCommand = exports.serializeAws_ec2RestoreSnapshotFromRecycleBinCommand = exports.serializeAws_ec2RestoreManagedPrefixListVersionCommand = 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 = void 0;
|
|
13
|
+
exports.deserializeAws_ec2AuthorizeClientVpnIngressCommand = exports.deserializeAws_ec2AttachVpnGatewayCommand = exports.deserializeAws_ec2AttachVolumeCommand = exports.deserializeAws_ec2AttachNetworkInterfaceCommand = exports.deserializeAws_ec2AttachInternetGatewayCommand = exports.deserializeAws_ec2AttachClassicLinkVpcCommand = exports.deserializeAws_ec2AssociateVpcCidrBlockCommand = exports.deserializeAws_ec2AssociateTrunkInterfaceCommand = exports.deserializeAws_ec2AssociateTransitGatewayRouteTableCommand = exports.deserializeAws_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 = void 0;
|
|
14
|
+
exports.deserializeAws_ec2CreatePlacementGroupCommand = exports.deserializeAws_ec2CreateNetworkInterfacePermissionCommand = exports.deserializeAws_ec2CreateNetworkInterfaceCommand = exports.deserializeAws_ec2CreateNetworkInsightsPathCommand = exports.deserializeAws_ec2CreateNetworkInsightsAccessScopeCommand = exports.deserializeAws_ec2CreateNetworkAclEntryCommand = exports.deserializeAws_ec2CreateNetworkAclCommand = exports.deserializeAws_ec2CreateNatGatewayCommand = exports.deserializeAws_ec2CreateManagedPrefixListCommand = exports.deserializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationCommand = exports.deserializeAws_ec2CreateLocalGatewayRouteCommand = exports.deserializeAws_ec2CreateLaunchTemplateVersionCommand = exports.deserializeAws_ec2CreateLaunchTemplateCommand = exports.deserializeAws_ec2CreateKeyPairCommand = exports.deserializeAws_ec2CreateIpamScopeCommand = 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 = void 0;
|
|
15
|
+
exports.deserializeAws_ec2DeleteIpamScopeCommand = exports.deserializeAws_ec2DeleteIpamPoolCommand = exports.deserializeAws_ec2DeleteIpamCommand = exports.deserializeAws_ec2DeleteInternetGatewayCommand = exports.deserializeAws_ec2DeleteInstanceEventWindowCommand = exports.deserializeAws_ec2DeleteFpgaImageCommand = exports.deserializeAws_ec2DeleteFlowLogsCommand = exports.deserializeAws_ec2DeleteFleetsCommand = exports.deserializeAws_ec2DeleteEgressOnlyInternetGatewayCommand = exports.deserializeAws_ec2DeleteDhcpOptionsCommand = exports.deserializeAws_ec2DeleteCustomerGatewayCommand = exports.deserializeAws_ec2DeleteClientVpnRouteCommand = exports.deserializeAws_ec2DeleteClientVpnEndpointCommand = exports.deserializeAws_ec2DeleteCarrierGatewayCommand = exports.deserializeAws_ec2CreateVpnGatewayCommand = exports.deserializeAws_ec2CreateVpnConnectionRouteCommand = exports.deserializeAws_ec2CreateVpnConnectionCommand = 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 = void 0;
|
|
16
|
+
exports.deserializeAws_ec2DeprovisionIpamPoolCidrCommand = exports.deserializeAws_ec2DeprovisionByoipCidrCommand = exports.deserializeAws_ec2DeleteVpnGatewayCommand = exports.deserializeAws_ec2DeleteVpnConnectionRouteCommand = exports.deserializeAws_ec2DeleteVpnConnectionCommand = exports.deserializeAws_ec2DeleteVpcPeeringConnectionCommand = exports.deserializeAws_ec2DeleteVpcEndpointServiceConfigurationsCommand = exports.deserializeAws_ec2DeleteVpcEndpointsCommand = exports.deserializeAws_ec2DeleteVpcEndpointConnectionNotificationsCommand = exports.deserializeAws_ec2DeleteVpcCommand = exports.deserializeAws_ec2DeleteVolumeCommand = exports.deserializeAws_ec2DeleteTransitGatewayVpcAttachmentCommand = exports.deserializeAws_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 = void 0;
|
|
17
|
+
exports.deserializeAws_ec2DescribeInstanceEventNotificationAttributesCommand = exports.deserializeAws_ec2DescribeInstanceCreditSpecificationsCommand = exports.deserializeAws_ec2DescribeInstanceAttributeCommand = exports.deserializeAws_ec2DescribeImportSnapshotTasksCommand = exports.deserializeAws_ec2DescribeImportImageTasksCommand = exports.deserializeAws_ec2DescribeImagesCommand = exports.deserializeAws_ec2DescribeImageAttributeCommand = exports.deserializeAws_ec2DescribeIdFormatCommand = exports.deserializeAws_ec2DescribeIdentityIdFormatCommand = exports.deserializeAws_ec2DescribeIamInstanceProfileAssociationsCommand = exports.deserializeAws_ec2DescribeHostsCommand = exports.deserializeAws_ec2DescribeHostReservationsCommand = exports.deserializeAws_ec2DescribeHostReservationOfferingsCommand = exports.deserializeAws_ec2DescribeFpgaImagesCommand = exports.deserializeAws_ec2DescribeFpgaImageAttributeCommand = exports.deserializeAws_ec2DescribeFlowLogsCommand = exports.deserializeAws_ec2DescribeFleetsCommand = exports.deserializeAws_ec2DescribeFleetInstancesCommand = exports.deserializeAws_ec2DescribeFleetHistoryCommand = 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 = void 0;
|
|
18
|
+
exports.deserializeAws_ec2DescribeSpotDatafeedSubscriptionCommand = exports.deserializeAws_ec2DescribeSnapshotTierStatusCommand = exports.deserializeAws_ec2DescribeSnapshotsCommand = exports.deserializeAws_ec2DescribeSnapshotAttributeCommand = exports.deserializeAws_ec2DescribeSecurityGroupsCommand = exports.deserializeAws_ec2DescribeSecurityGroupRulesCommand = exports.deserializeAws_ec2DescribeSecurityGroupReferencesCommand = exports.deserializeAws_ec2DescribeScheduledInstancesCommand = exports.deserializeAws_ec2DescribeScheduledInstanceAvailabilityCommand = exports.deserializeAws_ec2DescribeRouteTablesCommand = exports.deserializeAws_ec2DescribeReservedInstancesOfferingsCommand = exports.deserializeAws_ec2DescribeReservedInstancesModificationsCommand = exports.deserializeAws_ec2DescribeReservedInstancesListingsCommand = exports.deserializeAws_ec2DescribeReservedInstancesCommand = exports.deserializeAws_ec2DescribeReplaceRootVolumeTasksCommand = exports.deserializeAws_ec2DescribeRegionsCommand = exports.deserializeAws_ec2DescribePublicIpv4PoolsCommand = exports.deserializeAws_ec2DescribePrincipalIdFormatCommand = exports.deserializeAws_ec2DescribePrefixListsCommand = 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 = void 0;
|
|
19
|
+
exports.deserializeAws_ec2DisableTransitGatewayRouteTablePropagationCommand = exports.deserializeAws_ec2DisableSerialConsoleAccessCommand = exports.deserializeAws_ec2DisableIpamOrganizationAdminAccountCommand = exports.deserializeAws_ec2DisableImageDeprecationCommand = exports.deserializeAws_ec2DisableFastSnapshotRestoresCommand = exports.deserializeAws_ec2DisableFastLaunchCommand = exports.deserializeAws_ec2DisableEbsEncryptionByDefaultCommand = exports.deserializeAws_ec2DetachVpnGatewayCommand = exports.deserializeAws_ec2DetachVolumeCommand = exports.deserializeAws_ec2DetachNetworkInterfaceCommand = exports.deserializeAws_ec2DetachInternetGatewayCommand = exports.deserializeAws_ec2DetachClassicLinkVpcCommand = exports.deserializeAws_ec2DescribeVpnGatewaysCommand = exports.deserializeAws_ec2DescribeVpnConnectionsCommand = exports.deserializeAws_ec2DescribeVpcsCommand = exports.deserializeAws_ec2DescribeVpcPeeringConnectionsCommand = exports.deserializeAws_ec2DescribeVpcEndpointServicesCommand = exports.deserializeAws_ec2DescribeVpcEndpointServicePermissionsCommand = exports.deserializeAws_ec2DescribeVpcEndpointServiceConfigurationsCommand = exports.deserializeAws_ec2DescribeVpcEndpointsCommand = exports.deserializeAws_ec2DescribeVpcEndpointConnectionsCommand = 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 = void 0;
|
|
20
|
+
exports.deserializeAws_ec2GetNetworkInsightsAccessScopeAnalysisFindingsCommand = exports.deserializeAws_ec2GetManagedPrefixListEntriesCommand = exports.deserializeAws_ec2GetManagedPrefixListAssociationsCommand = exports.deserializeAws_ec2GetLaunchTemplateDataCommand = exports.deserializeAws_ec2GetIpamResourceCidrsCommand = exports.deserializeAws_ec2GetIpamPoolCidrsCommand = exports.deserializeAws_ec2GetIpamPoolAllocationsCommand = exports.deserializeAws_ec2GetIpamAddressHistoryCommand = exports.deserializeAws_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 = void 0;
|
|
21
|
+
exports.deserializeAws_ec2ModifySecurityGroupRulesCommand = exports.deserializeAws_ec2ModifyReservedInstancesCommand = exports.deserializeAws_ec2ModifyPrivateDnsNameOptionsCommand = exports.deserializeAws_ec2ModifyNetworkInterfaceAttributeCommand = exports.deserializeAws_ec2ModifyManagedPrefixListCommand = exports.deserializeAws_ec2ModifyLaunchTemplateCommand = exports.deserializeAws_ec2ModifyIpamScopeCommand = exports.deserializeAws_ec2ModifyIpamResourceCidrCommand = exports.deserializeAws_ec2ModifyIpamPoolCommand = exports.deserializeAws_ec2ModifyIpamCommand = exports.deserializeAws_ec2ModifyInstancePlacementCommand = exports.deserializeAws_ec2ModifyInstanceMetadataOptionsCommand = exports.deserializeAws_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_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 = void 0;
|
|
22
|
+
exports.deserializeAws_ec2ReplaceRouteCommand = exports.deserializeAws_ec2ReplaceNetworkAclEntryCommand = exports.deserializeAws_ec2ReplaceNetworkAclAssociationCommand = exports.deserializeAws_ec2ReplaceIamInstanceProfileAssociationCommand = exports.deserializeAws_ec2ReleaseIpamPoolAllocationCommand = exports.deserializeAws_ec2ReleaseHostsCommand = exports.deserializeAws_ec2ReleaseAddressCommand = exports.deserializeAws_ec2RejectVpcPeeringConnectionCommand = exports.deserializeAws_ec2RejectVpcEndpointConnectionsCommand = exports.deserializeAws_ec2RejectTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2RejectTransitGatewayPeeringAttachmentCommand = exports.deserializeAws_ec2RejectTransitGatewayMulticastDomainAssociationsCommand = exports.deserializeAws_ec2RegisterTransitGatewayMulticastGroupSourcesCommand = exports.deserializeAws_ec2RegisterTransitGatewayMulticastGroupMembersCommand = exports.deserializeAws_ec2RegisterInstanceEventNotificationAttributesCommand = exports.deserializeAws_ec2RegisterImageCommand = exports.deserializeAws_ec2RebootInstancesCommand = exports.deserializeAws_ec2PurchaseScheduledInstancesCommand = exports.deserializeAws_ec2PurchaseReservedInstancesOfferingCommand = exports.deserializeAws_ec2PurchaseHostReservationCommand = exports.deserializeAws_ec2ProvisionPublicIpv4PoolCidrCommand = exports.deserializeAws_ec2ProvisionIpamPoolCidrCommand = exports.deserializeAws_ec2ProvisionByoipCidrCommand = exports.deserializeAws_ec2MoveByoipCidrToIpamCommand = exports.deserializeAws_ec2MoveAddressToVpcCommand = exports.deserializeAws_ec2MonitorInstancesCommand = exports.deserializeAws_ec2ModifyVpnTunnelOptionsCommand = 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 = 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_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 = 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",
|
|
@@ -14840,6 +14879,45 @@ const deserializeAws_ec2DescribeExportTasksCommandError = async (output, context
|
|
|
14840
14879
|
delete response.Message;
|
|
14841
14880
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
14842
14881
|
};
|
|
14882
|
+
const deserializeAws_ec2DescribeFastLaunchImagesCommand = async (output, context) => {
|
|
14883
|
+
if (output.statusCode >= 300) {
|
|
14884
|
+
return deserializeAws_ec2DescribeFastLaunchImagesCommandError(output, context);
|
|
14885
|
+
}
|
|
14886
|
+
const data = await parseBody(output.body, context);
|
|
14887
|
+
let contents = {};
|
|
14888
|
+
contents = deserializeAws_ec2DescribeFastLaunchImagesResult(data, context);
|
|
14889
|
+
const response = {
|
|
14890
|
+
$metadata: deserializeMetadata(output),
|
|
14891
|
+
...contents,
|
|
14892
|
+
};
|
|
14893
|
+
return Promise.resolve(response);
|
|
14894
|
+
};
|
|
14895
|
+
exports.deserializeAws_ec2DescribeFastLaunchImagesCommand = deserializeAws_ec2DescribeFastLaunchImagesCommand;
|
|
14896
|
+
const deserializeAws_ec2DescribeFastLaunchImagesCommandError = async (output, context) => {
|
|
14897
|
+
const parsedOutput = {
|
|
14898
|
+
...output,
|
|
14899
|
+
body: await parseBody(output.body, context),
|
|
14900
|
+
};
|
|
14901
|
+
let response;
|
|
14902
|
+
let errorCode = "UnknownError";
|
|
14903
|
+
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14904
|
+
switch (errorCode) {
|
|
14905
|
+
default:
|
|
14906
|
+
const parsedBody = parsedOutput.body;
|
|
14907
|
+
errorCode = parsedBody.Errors.Error.code || parsedBody.Errors.Error.Code || errorCode;
|
|
14908
|
+
response = {
|
|
14909
|
+
...parsedBody.Errors.Error,
|
|
14910
|
+
name: `${errorCode}`,
|
|
14911
|
+
message: parsedBody.Errors.Error.message || parsedBody.Errors.Error.Message || errorCode,
|
|
14912
|
+
$fault: "client",
|
|
14913
|
+
$metadata: deserializeMetadata(output),
|
|
14914
|
+
};
|
|
14915
|
+
}
|
|
14916
|
+
const message = response.message || response.Message || errorCode;
|
|
14917
|
+
response.message = message;
|
|
14918
|
+
delete response.Message;
|
|
14919
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
14920
|
+
};
|
|
14843
14921
|
const deserializeAws_ec2DescribeFastSnapshotRestoresCommand = async (output, context) => {
|
|
14844
14922
|
if (output.statusCode >= 300) {
|
|
14845
14923
|
return deserializeAws_ec2DescribeFastSnapshotRestoresCommandError(output, context);
|
|
@@ -19277,6 +19355,45 @@ const deserializeAws_ec2DisableEbsEncryptionByDefaultCommandError = async (outpu
|
|
|
19277
19355
|
delete response.Message;
|
|
19278
19356
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
19279
19357
|
};
|
|
19358
|
+
const deserializeAws_ec2DisableFastLaunchCommand = async (output, context) => {
|
|
19359
|
+
if (output.statusCode >= 300) {
|
|
19360
|
+
return deserializeAws_ec2DisableFastLaunchCommandError(output, context);
|
|
19361
|
+
}
|
|
19362
|
+
const data = await parseBody(output.body, context);
|
|
19363
|
+
let contents = {};
|
|
19364
|
+
contents = deserializeAws_ec2DisableFastLaunchResult(data, context);
|
|
19365
|
+
const response = {
|
|
19366
|
+
$metadata: deserializeMetadata(output),
|
|
19367
|
+
...contents,
|
|
19368
|
+
};
|
|
19369
|
+
return Promise.resolve(response);
|
|
19370
|
+
};
|
|
19371
|
+
exports.deserializeAws_ec2DisableFastLaunchCommand = deserializeAws_ec2DisableFastLaunchCommand;
|
|
19372
|
+
const deserializeAws_ec2DisableFastLaunchCommandError = async (output, context) => {
|
|
19373
|
+
const parsedOutput = {
|
|
19374
|
+
...output,
|
|
19375
|
+
body: await parseBody(output.body, context),
|
|
19376
|
+
};
|
|
19377
|
+
let response;
|
|
19378
|
+
let errorCode = "UnknownError";
|
|
19379
|
+
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19380
|
+
switch (errorCode) {
|
|
19381
|
+
default:
|
|
19382
|
+
const parsedBody = parsedOutput.body;
|
|
19383
|
+
errorCode = parsedBody.Errors.Error.code || parsedBody.Errors.Error.Code || errorCode;
|
|
19384
|
+
response = {
|
|
19385
|
+
...parsedBody.Errors.Error,
|
|
19386
|
+
name: `${errorCode}`,
|
|
19387
|
+
message: parsedBody.Errors.Error.message || parsedBody.Errors.Error.Message || errorCode,
|
|
19388
|
+
$fault: "client",
|
|
19389
|
+
$metadata: deserializeMetadata(output),
|
|
19390
|
+
};
|
|
19391
|
+
}
|
|
19392
|
+
const message = response.message || response.Message || errorCode;
|
|
19393
|
+
response.message = message;
|
|
19394
|
+
delete response.Message;
|
|
19395
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
19396
|
+
};
|
|
19280
19397
|
const deserializeAws_ec2DisableFastSnapshotRestoresCommand = async (output, context) => {
|
|
19281
19398
|
if (output.statusCode >= 300) {
|
|
19282
19399
|
return deserializeAws_ec2DisableFastSnapshotRestoresCommandError(output, context);
|
|
@@ -20048,6 +20165,45 @@ const deserializeAws_ec2EnableEbsEncryptionByDefaultCommandError = async (output
|
|
|
20048
20165
|
delete response.Message;
|
|
20049
20166
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
20050
20167
|
};
|
|
20168
|
+
const deserializeAws_ec2EnableFastLaunchCommand = async (output, context) => {
|
|
20169
|
+
if (output.statusCode >= 300) {
|
|
20170
|
+
return deserializeAws_ec2EnableFastLaunchCommandError(output, context);
|
|
20171
|
+
}
|
|
20172
|
+
const data = await parseBody(output.body, context);
|
|
20173
|
+
let contents = {};
|
|
20174
|
+
contents = deserializeAws_ec2EnableFastLaunchResult(data, context);
|
|
20175
|
+
const response = {
|
|
20176
|
+
$metadata: deserializeMetadata(output),
|
|
20177
|
+
...contents,
|
|
20178
|
+
};
|
|
20179
|
+
return Promise.resolve(response);
|
|
20180
|
+
};
|
|
20181
|
+
exports.deserializeAws_ec2EnableFastLaunchCommand = deserializeAws_ec2EnableFastLaunchCommand;
|
|
20182
|
+
const deserializeAws_ec2EnableFastLaunchCommandError = async (output, context) => {
|
|
20183
|
+
const parsedOutput = {
|
|
20184
|
+
...output,
|
|
20185
|
+
body: await parseBody(output.body, context),
|
|
20186
|
+
};
|
|
20187
|
+
let response;
|
|
20188
|
+
let errorCode = "UnknownError";
|
|
20189
|
+
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
20190
|
+
switch (errorCode) {
|
|
20191
|
+
default:
|
|
20192
|
+
const parsedBody = parsedOutput.body;
|
|
20193
|
+
errorCode = parsedBody.Errors.Error.code || parsedBody.Errors.Error.Code || errorCode;
|
|
20194
|
+
response = {
|
|
20195
|
+
...parsedBody.Errors.Error,
|
|
20196
|
+
name: `${errorCode}`,
|
|
20197
|
+
message: parsedBody.Errors.Error.message || parsedBody.Errors.Error.Message || errorCode,
|
|
20198
|
+
$fault: "client",
|
|
20199
|
+
$metadata: deserializeMetadata(output),
|
|
20200
|
+
};
|
|
20201
|
+
}
|
|
20202
|
+
const message = response.message || response.Message || errorCode;
|
|
20203
|
+
response.message = message;
|
|
20204
|
+
delete response.Message;
|
|
20205
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
20206
|
+
};
|
|
20051
20207
|
const deserializeAws_ec2EnableFastSnapshotRestoresCommand = async (output, context) => {
|
|
20052
20208
|
if (output.statusCode >= 300) {
|
|
20053
20209
|
return deserializeAws_ec2EnableFastSnapshotRestoresCommandError(output, context);
|
|
@@ -28034,6 +28190,16 @@ const serializeAws_ec2ClientData = (input, context) => {
|
|
|
28034
28190
|
}
|
|
28035
28191
|
return entries;
|
|
28036
28192
|
};
|
|
28193
|
+
const serializeAws_ec2ClientLoginBannerOptions = (input, context) => {
|
|
28194
|
+
const entries = {};
|
|
28195
|
+
if (input.Enabled !== undefined && input.Enabled !== null) {
|
|
28196
|
+
entries["Enabled"] = input.Enabled;
|
|
28197
|
+
}
|
|
28198
|
+
if (input.BannerText !== undefined && input.BannerText !== null) {
|
|
28199
|
+
entries["BannerText"] = input.BannerText;
|
|
28200
|
+
}
|
|
28201
|
+
return entries;
|
|
28202
|
+
};
|
|
28037
28203
|
const serializeAws_ec2ClientVpnAuthenticationRequest = (input, context) => {
|
|
28038
28204
|
const entries = {};
|
|
28039
28205
|
if (input.Type !== undefined && input.Type !== null) {
|
|
@@ -28474,6 +28640,16 @@ const serializeAws_ec2CreateClientVpnEndpointRequest = (input, context) => {
|
|
|
28474
28640
|
entries[loc] = value;
|
|
28475
28641
|
});
|
|
28476
28642
|
}
|
|
28643
|
+
if (input.SessionTimeoutHours !== undefined && input.SessionTimeoutHours !== null) {
|
|
28644
|
+
entries["SessionTimeoutHours"] = input.SessionTimeoutHours;
|
|
28645
|
+
}
|
|
28646
|
+
if (input.ClientLoginBannerOptions !== undefined && input.ClientLoginBannerOptions !== null) {
|
|
28647
|
+
const memberEntries = serializeAws_ec2ClientLoginBannerOptions(input.ClientLoginBannerOptions, context);
|
|
28648
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28649
|
+
const loc = `ClientLoginBannerOptions.${key}`;
|
|
28650
|
+
entries[loc] = value;
|
|
28651
|
+
});
|
|
28652
|
+
}
|
|
28477
28653
|
return entries;
|
|
28478
28654
|
};
|
|
28479
28655
|
const serializeAws_ec2CreateClientVpnRouteRequest = (input, context) => {
|
|
@@ -31914,6 +32090,33 @@ const serializeAws_ec2DescribeExportTasksRequest = (input, context) => {
|
|
|
31914
32090
|
}
|
|
31915
32091
|
return entries;
|
|
31916
32092
|
};
|
|
32093
|
+
const serializeAws_ec2DescribeFastLaunchImagesRequest = (input, context) => {
|
|
32094
|
+
const entries = {};
|
|
32095
|
+
if (input.ImageIds !== undefined && input.ImageIds !== null) {
|
|
32096
|
+
const memberEntries = serializeAws_ec2FastLaunchImageIdList(input.ImageIds, context);
|
|
32097
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32098
|
+
const loc = `ImageId.${key.substring(key.indexOf(".") + 1)}`;
|
|
32099
|
+
entries[loc] = value;
|
|
32100
|
+
});
|
|
32101
|
+
}
|
|
32102
|
+
if (input.Filters !== undefined && input.Filters !== null) {
|
|
32103
|
+
const memberEntries = serializeAws_ec2FilterList(input.Filters, context);
|
|
32104
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32105
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
32106
|
+
entries[loc] = value;
|
|
32107
|
+
});
|
|
32108
|
+
}
|
|
32109
|
+
if (input.MaxResults !== undefined && input.MaxResults !== null) {
|
|
32110
|
+
entries["MaxResults"] = input.MaxResults;
|
|
32111
|
+
}
|
|
32112
|
+
if (input.NextToken !== undefined && input.NextToken !== null) {
|
|
32113
|
+
entries["NextToken"] = input.NextToken;
|
|
32114
|
+
}
|
|
32115
|
+
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
32116
|
+
entries["DryRun"] = input.DryRun;
|
|
32117
|
+
}
|
|
32118
|
+
return entries;
|
|
32119
|
+
};
|
|
31917
32120
|
const serializeAws_ec2DescribeFastSnapshotRestoresRequest = (input, context) => {
|
|
31918
32121
|
const entries = {};
|
|
31919
32122
|
if (input.Filters !== undefined && input.Filters !== null) {
|
|
@@ -34749,6 +34952,19 @@ const serializeAws_ec2DisableEbsEncryptionByDefaultRequest = (input, context) =>
|
|
|
34749
34952
|
}
|
|
34750
34953
|
return entries;
|
|
34751
34954
|
};
|
|
34955
|
+
const serializeAws_ec2DisableFastLaunchRequest = (input, context) => {
|
|
34956
|
+
const entries = {};
|
|
34957
|
+
if (input.ImageId !== undefined && input.ImageId !== null) {
|
|
34958
|
+
entries["ImageId"] = input.ImageId;
|
|
34959
|
+
}
|
|
34960
|
+
if (input.Force !== undefined && input.Force !== null) {
|
|
34961
|
+
entries["Force"] = input.Force;
|
|
34962
|
+
}
|
|
34963
|
+
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
34964
|
+
entries["DryRun"] = input.DryRun;
|
|
34965
|
+
}
|
|
34966
|
+
return entries;
|
|
34967
|
+
};
|
|
34752
34968
|
const serializeAws_ec2DisableFastSnapshotRestoresRequest = (input, context) => {
|
|
34753
34969
|
const entries = {};
|
|
34754
34970
|
if (input.AvailabilityZones !== undefined && input.AvailabilityZones !== null) {
|
|
@@ -35173,6 +35389,36 @@ const serializeAws_ec2EnableEbsEncryptionByDefaultRequest = (input, context) =>
|
|
|
35173
35389
|
}
|
|
35174
35390
|
return entries;
|
|
35175
35391
|
};
|
|
35392
|
+
const serializeAws_ec2EnableFastLaunchRequest = (input, context) => {
|
|
35393
|
+
const entries = {};
|
|
35394
|
+
if (input.ImageId !== undefined && input.ImageId !== null) {
|
|
35395
|
+
entries["ImageId"] = input.ImageId;
|
|
35396
|
+
}
|
|
35397
|
+
if (input.ResourceType !== undefined && input.ResourceType !== null) {
|
|
35398
|
+
entries["ResourceType"] = input.ResourceType;
|
|
35399
|
+
}
|
|
35400
|
+
if (input.SnapshotConfiguration !== undefined && input.SnapshotConfiguration !== null) {
|
|
35401
|
+
const memberEntries = serializeAws_ec2FastLaunchSnapshotConfigurationRequest(input.SnapshotConfiguration, context);
|
|
35402
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
35403
|
+
const loc = `SnapshotConfiguration.${key}`;
|
|
35404
|
+
entries[loc] = value;
|
|
35405
|
+
});
|
|
35406
|
+
}
|
|
35407
|
+
if (input.LaunchTemplate !== undefined && input.LaunchTemplate !== null) {
|
|
35408
|
+
const memberEntries = serializeAws_ec2FastLaunchLaunchTemplateSpecificationRequest(input.LaunchTemplate, context);
|
|
35409
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
35410
|
+
const loc = `LaunchTemplate.${key}`;
|
|
35411
|
+
entries[loc] = value;
|
|
35412
|
+
});
|
|
35413
|
+
}
|
|
35414
|
+
if (input.MaxParallelLaunches !== undefined && input.MaxParallelLaunches !== null) {
|
|
35415
|
+
entries["MaxParallelLaunches"] = input.MaxParallelLaunches;
|
|
35416
|
+
}
|
|
35417
|
+
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
35418
|
+
entries["DryRun"] = input.DryRun;
|
|
35419
|
+
}
|
|
35420
|
+
return entries;
|
|
35421
|
+
};
|
|
35176
35422
|
const serializeAws_ec2EnableFastSnapshotRestoresRequest = (input, context) => {
|
|
35177
35423
|
const entries = {};
|
|
35178
35424
|
if (input.AvailabilityZones !== undefined && input.AvailabilityZones !== null) {
|
|
@@ -35437,6 +35683,38 @@ const serializeAws_ec2ExportTransitGatewayRoutesRequest = (input, context) => {
|
|
|
35437
35683
|
}
|
|
35438
35684
|
return entries;
|
|
35439
35685
|
};
|
|
35686
|
+
const serializeAws_ec2FastLaunchImageIdList = (input, context) => {
|
|
35687
|
+
const entries = {};
|
|
35688
|
+
let counter = 1;
|
|
35689
|
+
for (const entry of input) {
|
|
35690
|
+
if (entry === null) {
|
|
35691
|
+
continue;
|
|
35692
|
+
}
|
|
35693
|
+
entries[`ImageId.${counter}`] = entry;
|
|
35694
|
+
counter++;
|
|
35695
|
+
}
|
|
35696
|
+
return entries;
|
|
35697
|
+
};
|
|
35698
|
+
const serializeAws_ec2FastLaunchLaunchTemplateSpecificationRequest = (input, context) => {
|
|
35699
|
+
const entries = {};
|
|
35700
|
+
if (input.LaunchTemplateId !== undefined && input.LaunchTemplateId !== null) {
|
|
35701
|
+
entries["LaunchTemplateId"] = input.LaunchTemplateId;
|
|
35702
|
+
}
|
|
35703
|
+
if (input.LaunchTemplateName !== undefined && input.LaunchTemplateName !== null) {
|
|
35704
|
+
entries["LaunchTemplateName"] = input.LaunchTemplateName;
|
|
35705
|
+
}
|
|
35706
|
+
if (input.Version !== undefined && input.Version !== null) {
|
|
35707
|
+
entries["Version"] = input.Version;
|
|
35708
|
+
}
|
|
35709
|
+
return entries;
|
|
35710
|
+
};
|
|
35711
|
+
const serializeAws_ec2FastLaunchSnapshotConfigurationRequest = (input, context) => {
|
|
35712
|
+
const entries = {};
|
|
35713
|
+
if (input.TargetResourceCount !== undefined && input.TargetResourceCount !== null) {
|
|
35714
|
+
entries["TargetResourceCount"] = input.TargetResourceCount;
|
|
35715
|
+
}
|
|
35716
|
+
return entries;
|
|
35717
|
+
};
|
|
35440
35718
|
const serializeAws_ec2FederatedAuthenticationRequest = (input, context) => {
|
|
35441
35719
|
const entries = {};
|
|
35442
35720
|
if (input.SAMLProviderArn !== undefined && input.SAMLProviderArn !== null) {
|
|
@@ -38646,6 +38924,16 @@ const serializeAws_ec2ModifyClientVpnEndpointRequest = (input, context) => {
|
|
|
38646
38924
|
entries[loc] = value;
|
|
38647
38925
|
});
|
|
38648
38926
|
}
|
|
38927
|
+
if (input.SessionTimeoutHours !== undefined && input.SessionTimeoutHours !== null) {
|
|
38928
|
+
entries["SessionTimeoutHours"] = input.SessionTimeoutHours;
|
|
38929
|
+
}
|
|
38930
|
+
if (input.ClientLoginBannerOptions !== undefined && input.ClientLoginBannerOptions !== null) {
|
|
38931
|
+
const memberEntries = serializeAws_ec2ClientLoginBannerOptions(input.ClientLoginBannerOptions, context);
|
|
38932
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
38933
|
+
const loc = `ClientLoginBannerOptions.${key}`;
|
|
38934
|
+
entries[loc] = value;
|
|
38935
|
+
});
|
|
38936
|
+
}
|
|
38649
38937
|
return entries;
|
|
38650
38938
|
};
|
|
38651
38939
|
const serializeAws_ec2ModifyDefaultCreditSpecificationRequest = (input, context) => {
|
|
@@ -46713,6 +47001,19 @@ const deserializeAws_ec2ClientConnectResponseOptions = (output, context) => {
|
|
|
46713
47001
|
}
|
|
46714
47002
|
return contents;
|
|
46715
47003
|
};
|
|
47004
|
+
const deserializeAws_ec2ClientLoginBannerResponseOptions = (output, context) => {
|
|
47005
|
+
const contents = {
|
|
47006
|
+
Enabled: undefined,
|
|
47007
|
+
BannerText: undefined,
|
|
47008
|
+
};
|
|
47009
|
+
if (output["enabled"] !== undefined) {
|
|
47010
|
+
contents.Enabled = smithy_client_1.parseBoolean(output["enabled"]);
|
|
47011
|
+
}
|
|
47012
|
+
if (output["bannerText"] !== undefined) {
|
|
47013
|
+
contents.BannerText = smithy_client_1.expectString(output["bannerText"]);
|
|
47014
|
+
}
|
|
47015
|
+
return contents;
|
|
47016
|
+
};
|
|
46716
47017
|
const deserializeAws_ec2ClientVpnAuthentication = (output, context) => {
|
|
46717
47018
|
const contents = {
|
|
46718
47019
|
Type: undefined,
|
|
@@ -46868,6 +47169,8 @@ const deserializeAws_ec2ClientVpnEndpoint = (output, context) => {
|
|
|
46868
47169
|
VpcId: undefined,
|
|
46869
47170
|
SelfServicePortalUrl: undefined,
|
|
46870
47171
|
ClientConnectOptions: undefined,
|
|
47172
|
+
SessionTimeoutHours: undefined,
|
|
47173
|
+
ClientLoginBannerOptions: undefined,
|
|
46871
47174
|
};
|
|
46872
47175
|
if (output["clientVpnEndpointId"] !== undefined) {
|
|
46873
47176
|
contents.ClientVpnEndpointId = smithy_client_1.expectString(output["clientVpnEndpointId"]);
|
|
@@ -46947,6 +47250,12 @@ const deserializeAws_ec2ClientVpnEndpoint = (output, context) => {
|
|
|
46947
47250
|
if (output["clientConnectOptions"] !== undefined) {
|
|
46948
47251
|
contents.ClientConnectOptions = deserializeAws_ec2ClientConnectResponseOptions(output["clientConnectOptions"], context);
|
|
46949
47252
|
}
|
|
47253
|
+
if (output["sessionTimeoutHours"] !== undefined) {
|
|
47254
|
+
contents.SessionTimeoutHours = smithy_client_1.strictParseInt32(output["sessionTimeoutHours"]);
|
|
47255
|
+
}
|
|
47256
|
+
if (output["clientLoginBannerOptions"] !== undefined) {
|
|
47257
|
+
contents.ClientLoginBannerOptions = deserializeAws_ec2ClientLoginBannerResponseOptions(output["clientLoginBannerOptions"], context);
|
|
47258
|
+
}
|
|
46950
47259
|
return contents;
|
|
46951
47260
|
};
|
|
46952
47261
|
const deserializeAws_ec2ClientVpnEndpointAttributeStatus = (output, context) => {
|
|
@@ -49187,6 +49496,73 @@ const deserializeAws_ec2DescribeExportTasksResult = (output, context) => {
|
|
|
49187
49496
|
}
|
|
49188
49497
|
return contents;
|
|
49189
49498
|
};
|
|
49499
|
+
const deserializeAws_ec2DescribeFastLaunchImagesResult = (output, context) => {
|
|
49500
|
+
const contents = {
|
|
49501
|
+
FastLaunchImages: undefined,
|
|
49502
|
+
NextToken: undefined,
|
|
49503
|
+
};
|
|
49504
|
+
if (output.fastLaunchImageSet === "") {
|
|
49505
|
+
contents.FastLaunchImages = [];
|
|
49506
|
+
}
|
|
49507
|
+
if (output["fastLaunchImageSet"] !== undefined && output["fastLaunchImageSet"]["item"] !== undefined) {
|
|
49508
|
+
contents.FastLaunchImages = deserializeAws_ec2DescribeFastLaunchImagesSuccessSet(smithy_client_1.getArrayIfSingleItem(output["fastLaunchImageSet"]["item"]), context);
|
|
49509
|
+
}
|
|
49510
|
+
if (output["nextToken"] !== undefined) {
|
|
49511
|
+
contents.NextToken = smithy_client_1.expectString(output["nextToken"]);
|
|
49512
|
+
}
|
|
49513
|
+
return contents;
|
|
49514
|
+
};
|
|
49515
|
+
const deserializeAws_ec2DescribeFastLaunchImagesSuccessItem = (output, context) => {
|
|
49516
|
+
const contents = {
|
|
49517
|
+
ImageId: undefined,
|
|
49518
|
+
ResourceType: undefined,
|
|
49519
|
+
SnapshotConfiguration: undefined,
|
|
49520
|
+
LaunchTemplate: undefined,
|
|
49521
|
+
MaxParallelLaunches: undefined,
|
|
49522
|
+
OwnerId: undefined,
|
|
49523
|
+
State: undefined,
|
|
49524
|
+
StateTransitionReason: undefined,
|
|
49525
|
+
StateTransitionTime: undefined,
|
|
49526
|
+
};
|
|
49527
|
+
if (output["imageId"] !== undefined) {
|
|
49528
|
+
contents.ImageId = smithy_client_1.expectString(output["imageId"]);
|
|
49529
|
+
}
|
|
49530
|
+
if (output["resourceType"] !== undefined) {
|
|
49531
|
+
contents.ResourceType = smithy_client_1.expectString(output["resourceType"]);
|
|
49532
|
+
}
|
|
49533
|
+
if (output["snapshotConfiguration"] !== undefined) {
|
|
49534
|
+
contents.SnapshotConfiguration = deserializeAws_ec2FastLaunchSnapshotConfigurationResponse(output["snapshotConfiguration"], context);
|
|
49535
|
+
}
|
|
49536
|
+
if (output["launchTemplate"] !== undefined) {
|
|
49537
|
+
contents.LaunchTemplate = deserializeAws_ec2FastLaunchLaunchTemplateSpecificationResponse(output["launchTemplate"], context);
|
|
49538
|
+
}
|
|
49539
|
+
if (output["maxParallelLaunches"] !== undefined) {
|
|
49540
|
+
contents.MaxParallelLaunches = smithy_client_1.strictParseInt32(output["maxParallelLaunches"]);
|
|
49541
|
+
}
|
|
49542
|
+
if (output["ownerId"] !== undefined) {
|
|
49543
|
+
contents.OwnerId = smithy_client_1.expectString(output["ownerId"]);
|
|
49544
|
+
}
|
|
49545
|
+
if (output["state"] !== undefined) {
|
|
49546
|
+
contents.State = smithy_client_1.expectString(output["state"]);
|
|
49547
|
+
}
|
|
49548
|
+
if (output["stateTransitionReason"] !== undefined) {
|
|
49549
|
+
contents.StateTransitionReason = smithy_client_1.expectString(output["stateTransitionReason"]);
|
|
49550
|
+
}
|
|
49551
|
+
if (output["stateTransitionTime"] !== undefined) {
|
|
49552
|
+
contents.StateTransitionTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["stateTransitionTime"]));
|
|
49553
|
+
}
|
|
49554
|
+
return contents;
|
|
49555
|
+
};
|
|
49556
|
+
const deserializeAws_ec2DescribeFastLaunchImagesSuccessSet = (output, context) => {
|
|
49557
|
+
return (output || [])
|
|
49558
|
+
.filter((e) => e != null)
|
|
49559
|
+
.map((entry) => {
|
|
49560
|
+
if (entry === null) {
|
|
49561
|
+
return null;
|
|
49562
|
+
}
|
|
49563
|
+
return deserializeAws_ec2DescribeFastLaunchImagesSuccessItem(entry, context);
|
|
49564
|
+
});
|
|
49565
|
+
};
|
|
49190
49566
|
const deserializeAws_ec2DescribeFastSnapshotRestoresResult = (output, context) => {
|
|
49191
49567
|
const contents = {
|
|
49192
49568
|
FastSnapshotRestores: undefined,
|
|
@@ -51141,6 +51517,47 @@ const deserializeAws_ec2DisableEbsEncryptionByDefaultResult = (output, context)
|
|
|
51141
51517
|
}
|
|
51142
51518
|
return contents;
|
|
51143
51519
|
};
|
|
51520
|
+
const deserializeAws_ec2DisableFastLaunchResult = (output, context) => {
|
|
51521
|
+
const contents = {
|
|
51522
|
+
ImageId: undefined,
|
|
51523
|
+
ResourceType: undefined,
|
|
51524
|
+
SnapshotConfiguration: undefined,
|
|
51525
|
+
LaunchTemplate: undefined,
|
|
51526
|
+
MaxParallelLaunches: undefined,
|
|
51527
|
+
OwnerId: undefined,
|
|
51528
|
+
State: undefined,
|
|
51529
|
+
StateTransitionReason: undefined,
|
|
51530
|
+
StateTransitionTime: undefined,
|
|
51531
|
+
};
|
|
51532
|
+
if (output["imageId"] !== undefined) {
|
|
51533
|
+
contents.ImageId = smithy_client_1.expectString(output["imageId"]);
|
|
51534
|
+
}
|
|
51535
|
+
if (output["resourceType"] !== undefined) {
|
|
51536
|
+
contents.ResourceType = smithy_client_1.expectString(output["resourceType"]);
|
|
51537
|
+
}
|
|
51538
|
+
if (output["snapshotConfiguration"] !== undefined) {
|
|
51539
|
+
contents.SnapshotConfiguration = deserializeAws_ec2FastLaunchSnapshotConfigurationResponse(output["snapshotConfiguration"], context);
|
|
51540
|
+
}
|
|
51541
|
+
if (output["launchTemplate"] !== undefined) {
|
|
51542
|
+
contents.LaunchTemplate = deserializeAws_ec2FastLaunchLaunchTemplateSpecificationResponse(output["launchTemplate"], context);
|
|
51543
|
+
}
|
|
51544
|
+
if (output["maxParallelLaunches"] !== undefined) {
|
|
51545
|
+
contents.MaxParallelLaunches = smithy_client_1.strictParseInt32(output["maxParallelLaunches"]);
|
|
51546
|
+
}
|
|
51547
|
+
if (output["ownerId"] !== undefined) {
|
|
51548
|
+
contents.OwnerId = smithy_client_1.expectString(output["ownerId"]);
|
|
51549
|
+
}
|
|
51550
|
+
if (output["state"] !== undefined) {
|
|
51551
|
+
contents.State = smithy_client_1.expectString(output["state"]);
|
|
51552
|
+
}
|
|
51553
|
+
if (output["stateTransitionReason"] !== undefined) {
|
|
51554
|
+
contents.StateTransitionReason = smithy_client_1.expectString(output["stateTransitionReason"]);
|
|
51555
|
+
}
|
|
51556
|
+
if (output["stateTransitionTime"] !== undefined) {
|
|
51557
|
+
contents.StateTransitionTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["stateTransitionTime"]));
|
|
51558
|
+
}
|
|
51559
|
+
return contents;
|
|
51560
|
+
};
|
|
51144
51561
|
const deserializeAws_ec2DisableFastSnapshotRestoreErrorItem = (output, context) => {
|
|
51145
51562
|
const contents = {
|
|
51146
51563
|
SnapshotId: undefined,
|
|
@@ -51820,6 +52237,47 @@ const deserializeAws_ec2EnableEbsEncryptionByDefaultResult = (output, context) =
|
|
|
51820
52237
|
}
|
|
51821
52238
|
return contents;
|
|
51822
52239
|
};
|
|
52240
|
+
const deserializeAws_ec2EnableFastLaunchResult = (output, context) => {
|
|
52241
|
+
const contents = {
|
|
52242
|
+
ImageId: undefined,
|
|
52243
|
+
ResourceType: undefined,
|
|
52244
|
+
SnapshotConfiguration: undefined,
|
|
52245
|
+
LaunchTemplate: undefined,
|
|
52246
|
+
MaxParallelLaunches: undefined,
|
|
52247
|
+
OwnerId: undefined,
|
|
52248
|
+
State: undefined,
|
|
52249
|
+
StateTransitionReason: undefined,
|
|
52250
|
+
StateTransitionTime: undefined,
|
|
52251
|
+
};
|
|
52252
|
+
if (output["imageId"] !== undefined) {
|
|
52253
|
+
contents.ImageId = smithy_client_1.expectString(output["imageId"]);
|
|
52254
|
+
}
|
|
52255
|
+
if (output["resourceType"] !== undefined) {
|
|
52256
|
+
contents.ResourceType = smithy_client_1.expectString(output["resourceType"]);
|
|
52257
|
+
}
|
|
52258
|
+
if (output["snapshotConfiguration"] !== undefined) {
|
|
52259
|
+
contents.SnapshotConfiguration = deserializeAws_ec2FastLaunchSnapshotConfigurationResponse(output["snapshotConfiguration"], context);
|
|
52260
|
+
}
|
|
52261
|
+
if (output["launchTemplate"] !== undefined) {
|
|
52262
|
+
contents.LaunchTemplate = deserializeAws_ec2FastLaunchLaunchTemplateSpecificationResponse(output["launchTemplate"], context);
|
|
52263
|
+
}
|
|
52264
|
+
if (output["maxParallelLaunches"] !== undefined) {
|
|
52265
|
+
contents.MaxParallelLaunches = smithy_client_1.strictParseInt32(output["maxParallelLaunches"]);
|
|
52266
|
+
}
|
|
52267
|
+
if (output["ownerId"] !== undefined) {
|
|
52268
|
+
contents.OwnerId = smithy_client_1.expectString(output["ownerId"]);
|
|
52269
|
+
}
|
|
52270
|
+
if (output["state"] !== undefined) {
|
|
52271
|
+
contents.State = smithy_client_1.expectString(output["state"]);
|
|
52272
|
+
}
|
|
52273
|
+
if (output["stateTransitionReason"] !== undefined) {
|
|
52274
|
+
contents.StateTransitionReason = smithy_client_1.expectString(output["stateTransitionReason"]);
|
|
52275
|
+
}
|
|
52276
|
+
if (output["stateTransitionTime"] !== undefined) {
|
|
52277
|
+
contents.StateTransitionTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["stateTransitionTime"]));
|
|
52278
|
+
}
|
|
52279
|
+
return contents;
|
|
52280
|
+
};
|
|
51823
52281
|
const deserializeAws_ec2EnableFastSnapshotRestoreErrorItem = (output, context) => {
|
|
51824
52282
|
const contents = {
|
|
51825
52283
|
SnapshotId: undefined,
|
|
@@ -52543,6 +53001,32 @@ const deserializeAws_ec2FailedQueuedPurchaseDeletionSet = (output, context) => {
|
|
|
52543
53001
|
return deserializeAws_ec2FailedQueuedPurchaseDeletion(entry, context);
|
|
52544
53002
|
});
|
|
52545
53003
|
};
|
|
53004
|
+
const deserializeAws_ec2FastLaunchLaunchTemplateSpecificationResponse = (output, context) => {
|
|
53005
|
+
const contents = {
|
|
53006
|
+
LaunchTemplateId: undefined,
|
|
53007
|
+
LaunchTemplateName: undefined,
|
|
53008
|
+
Version: undefined,
|
|
53009
|
+
};
|
|
53010
|
+
if (output["launchTemplateId"] !== undefined) {
|
|
53011
|
+
contents.LaunchTemplateId = smithy_client_1.expectString(output["launchTemplateId"]);
|
|
53012
|
+
}
|
|
53013
|
+
if (output["launchTemplateName"] !== undefined) {
|
|
53014
|
+
contents.LaunchTemplateName = smithy_client_1.expectString(output["launchTemplateName"]);
|
|
53015
|
+
}
|
|
53016
|
+
if (output["version"] !== undefined) {
|
|
53017
|
+
contents.Version = smithy_client_1.expectString(output["version"]);
|
|
53018
|
+
}
|
|
53019
|
+
return contents;
|
|
53020
|
+
};
|
|
53021
|
+
const deserializeAws_ec2FastLaunchSnapshotConfigurationResponse = (output, context) => {
|
|
53022
|
+
const contents = {
|
|
53023
|
+
TargetResourceCount: undefined,
|
|
53024
|
+
};
|
|
53025
|
+
if (output["targetResourceCount"] !== undefined) {
|
|
53026
|
+
contents.TargetResourceCount = smithy_client_1.strictParseInt32(output["targetResourceCount"]);
|
|
53027
|
+
}
|
|
53028
|
+
return contents;
|
|
53029
|
+
};
|
|
52546
53030
|
const deserializeAws_ec2FederatedAuthentication = (output, context) => {
|
|
52547
53031
|
const contents = {
|
|
52548
53032
|
SamlProviderArn: undefined,
|