@aws-sdk/client-ec2 3.259.0 → 3.262.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/dist-cjs/EC2.js +60 -0
- package/dist-cjs/commands/AssignPrivateNatGatewayAddressCommand.js +46 -0
- package/dist-cjs/commands/AssociateNatGatewayAddressCommand.js +46 -0
- package/dist-cjs/commands/CreateClientVpnEndpointCommand.js +3 -3
- package/dist-cjs/commands/CreateClientVpnRouteCommand.js +1 -2
- package/dist-cjs/commands/DeleteTrafficMirrorTargetCommand.js +3 -3
- package/dist-cjs/commands/DeleteTransitGatewayCommand.js +3 -3
- package/dist-cjs/commands/DeleteTransitGatewayConnectCommand.js +1 -2
- package/dist-cjs/commands/DescribeInstanceStatusCommand.js +1 -2
- package/dist-cjs/commands/DescribeInstancesCommand.js +2 -1
- package/dist-cjs/commands/DescribeVolumeStatusCommand.js +2 -1
- package/dist-cjs/commands/DisassociateNatGatewayAddressCommand.js +46 -0
- package/dist-cjs/commands/ModifyAvailabilityZoneGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyCapacityReservationCommand.js +3 -3
- package/dist-cjs/commands/ModifyCapacityReservationFleetCommand.js +3 -3
- package/dist-cjs/commands/RunInstancesCommand.js +2 -2
- package/dist-cjs/commands/UnassignIpv6AddressesCommand.js +2 -1
- package/dist-cjs/commands/UnassignPrivateIpAddressesCommand.js +2 -2
- package/dist-cjs/commands/UnassignPrivateNatGatewayAddressCommand.js +46 -0
- package/dist-cjs/commands/UnmonitorInstancesCommand.js +3 -3
- package/dist-cjs/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +3 -3
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/models/models_0.js +37 -34
- package/dist-cjs/models/models_1.js +34 -33
- package/dist-cjs/models/models_2.js +29 -26
- package/dist-cjs/models/models_3.js +26 -30
- package/dist-cjs/models/models_4.js +30 -30
- package/dist-cjs/models/models_5.js +38 -34
- package/dist-cjs/models/models_6.js +34 -34
- package/dist-cjs/models/models_7.js +37 -1
- package/dist-cjs/protocols/Aws_ec2.js +565 -162
- package/dist-es/EC2.js +60 -0
- package/dist-es/commands/AssignPrivateNatGatewayAddressCommand.js +42 -0
- package/dist-es/commands/AssociateNatGatewayAddressCommand.js +42 -0
- package/dist-es/commands/CreateClientVpnEndpointCommand.js +1 -1
- package/dist-es/commands/CreateClientVpnRouteCommand.js +1 -2
- package/dist-es/commands/DeleteTrafficMirrorTargetCommand.js +1 -1
- package/dist-es/commands/DeleteTransitGatewayCommand.js +1 -1
- package/dist-es/commands/DeleteTransitGatewayConnectCommand.js +1 -2
- package/dist-es/commands/DescribeInstanceStatusCommand.js +1 -2
- package/dist-es/commands/DescribeInstancesCommand.js +2 -1
- package/dist-es/commands/DescribeVolumeStatusCommand.js +2 -1
- package/dist-es/commands/DisassociateNatGatewayAddressCommand.js +42 -0
- package/dist-es/commands/ModifyAvailabilityZoneGroupCommand.js +1 -1
- package/dist-es/commands/ModifyCapacityReservationCommand.js +1 -1
- package/dist-es/commands/ModifyCapacityReservationFleetCommand.js +1 -1
- package/dist-es/commands/RunInstancesCommand.js +1 -1
- package/dist-es/commands/UnassignIpv6AddressesCommand.js +2 -1
- package/dist-es/commands/UnassignPrivateIpAddressesCommand.js +1 -1
- package/dist-es/commands/UnassignPrivateNatGatewayAddressCommand.js +42 -0
- package/dist-es/commands/UnmonitorInstancesCommand.js +1 -1
- package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +1 -1
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +26 -24
- package/dist-es/models/models_1.js +24 -23
- package/dist-es/models/models_2.js +20 -15
- package/dist-es/models/models_3.js +15 -20
- package/dist-es/models/models_4.js +20 -21
- package/dist-es/models/models_5.js +27 -21
- package/dist-es/models/models_6.js +21 -21
- package/dist-es/models/models_7.js +27 -0
- package/dist-es/protocols/Aws_ec2.js +534 -139
- package/dist-types/EC2.d.ts +43 -0
- package/dist-types/EC2Client.d.ts +6 -2
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +37 -0
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +38 -0
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -2
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +43 -0
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +45 -0
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +125 -226
- package/dist-types/models/models_1.d.ts +242 -164
- package/dist-types/models/models_2.d.ts +159 -72
- package/dist-types/models/models_3.d.ts +67 -205
- package/dist-types/models/models_4.d.ts +205 -78
- package/dist-types/models/models_5.d.ts +117 -170
- package/dist-types/models/models_6.d.ts +182 -128
- package/dist-types/models/models_7.d.ts +167 -2
- package/dist-types/protocols/Aws_ec2.d.ts +12 -0
- package/dist-types/ts3.4/EC2.d.ts +68 -0
- package/dist-types/ts3.4/EC2Client.d.ts +24 -0
- package/dist-types/ts3.4/commands/AssignPrivateNatGatewayAddressCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/AssociateNatGatewayAddressCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +53 -59
- package/dist-types/ts3.4/models/models_1.d.ts +71 -54
- package/dist-types/ts3.4/models/models_2.d.ts +49 -37
- package/dist-types/ts3.4/models/models_3.d.ts +36 -46
- package/dist-types/ts3.4/models/models_4.d.ts +46 -38
- package/dist-types/ts3.4/models/models_5.d.ts +61 -57
- package/dist-types/ts3.4/models/models_6.d.ts +60 -55
- package/dist-types/ts3.4/models/models_7.d.ts +70 -2
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +48 -0
- package/package.json +6 -6
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.
|
|
23
|
-
exports.
|
|
24
|
-
exports.
|
|
25
|
-
exports.
|
|
26
|
-
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 = void 0;
|
|
3
|
+
exports.serializeAws_ec2CancelSpotInstanceRequestsCommand = exports.serializeAws_ec2CancelSpotFleetRequestsCommand = exports.serializeAws_ec2CancelReservedInstancesListingCommand = exports.serializeAws_ec2CancelImportTaskCommand = exports.serializeAws_ec2CancelImageLaunchPermissionCommand = exports.serializeAws_ec2CancelExportTaskCommand = exports.serializeAws_ec2CancelConversionTaskCommand = exports.serializeAws_ec2CancelCapacityReservationFleetsCommand = exports.serializeAws_ec2CancelCapacityReservationCommand = exports.serializeAws_ec2CancelBundleTaskCommand = exports.serializeAws_ec2BundleInstanceCommand = exports.serializeAws_ec2AuthorizeSecurityGroupIngressCommand = exports.serializeAws_ec2AuthorizeSecurityGroupEgressCommand = exports.serializeAws_ec2AuthorizeClientVpnIngressCommand = exports.serializeAws_ec2AttachVpnGatewayCommand = exports.serializeAws_ec2AttachVolumeCommand = exports.serializeAws_ec2AttachVerifiedAccessTrustProviderCommand = exports.serializeAws_ec2AttachNetworkInterfaceCommand = exports.serializeAws_ec2AttachInternetGatewayCommand = exports.serializeAws_ec2AttachClassicLinkVpcCommand = exports.serializeAws_ec2AssociateVpcCidrBlockCommand = exports.serializeAws_ec2AssociateTrunkInterfaceCommand = exports.serializeAws_ec2AssociateTransitGatewayRouteTableCommand = exports.serializeAws_ec2AssociateTransitGatewayPolicyTableCommand = exports.serializeAws_ec2AssociateTransitGatewayMulticastDomainCommand = exports.serializeAws_ec2AssociateSubnetCidrBlockCommand = exports.serializeAws_ec2AssociateRouteTableCommand = exports.serializeAws_ec2AssociateNatGatewayAddressCommand = exports.serializeAws_ec2AssociateIpamResourceDiscoveryCommand = exports.serializeAws_ec2AssociateInstanceEventWindowCommand = exports.serializeAws_ec2AssociateIamInstanceProfileCommand = exports.serializeAws_ec2AssociateEnclaveCertificateIamRoleCommand = exports.serializeAws_ec2AssociateDhcpOptionsCommand = exports.serializeAws_ec2AssociateClientVpnTargetNetworkCommand = exports.serializeAws_ec2AssociateAddressCommand = exports.serializeAws_ec2AssignPrivateNatGatewayAddressCommand = exports.serializeAws_ec2AssignPrivateIpAddressesCommand = exports.serializeAws_ec2AssignIpv6AddressesCommand = exports.serializeAws_ec2ApplySecurityGroupsToClientVpnTargetNetworkCommand = exports.serializeAws_ec2AllocateIpamPoolCidrCommand = exports.serializeAws_ec2AllocateHostsCommand = exports.serializeAws_ec2AllocateAddressCommand = exports.serializeAws_ec2AdvertiseByoipCidrCommand = exports.serializeAws_ec2AcceptVpcPeeringConnectionCommand = exports.serializeAws_ec2AcceptVpcEndpointConnectionsCommand = exports.serializeAws_ec2AcceptTransitGatewayVpcAttachmentCommand = exports.serializeAws_ec2AcceptTransitGatewayPeeringAttachmentCommand = exports.serializeAws_ec2AcceptTransitGatewayMulticastDomainAssociationsCommand = exports.serializeAws_ec2AcceptReservedInstancesExchangeQuoteCommand = exports.serializeAws_ec2AcceptAddressTransferCommand = void 0;
|
|
4
|
+
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_ec2CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.serializeAws_ec2CreateLocalGatewayRouteTableCommand = exports.serializeAws_ec2CreateLocalGatewayRouteCommand = exports.serializeAws_ec2CreateLaunchTemplateVersionCommand = exports.serializeAws_ec2CreateLaunchTemplateCommand = exports.serializeAws_ec2CreateKeyPairCommand = exports.serializeAws_ec2CreateIpamScopeCommand = exports.serializeAws_ec2CreateIpamResourceDiscoveryCommand = 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_ec2CreateCoipPoolCommand = exports.serializeAws_ec2CreateCoipCidrCommand = exports.serializeAws_ec2CreateClientVpnRouteCommand = exports.serializeAws_ec2CreateClientVpnEndpointCommand = exports.serializeAws_ec2CreateCarrierGatewayCommand = exports.serializeAws_ec2CreateCapacityReservationFleetCommand = exports.serializeAws_ec2CreateCapacityReservationCommand = exports.serializeAws_ec2CopySnapshotCommand = exports.serializeAws_ec2CopyImageCommand = exports.serializeAws_ec2CopyFpgaImageCommand = exports.serializeAws_ec2ConfirmProductInstanceCommand = void 0;
|
|
5
|
+
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_ec2DeleteCoipPoolCommand = exports.serializeAws_ec2DeleteCoipCidrCommand = 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_ec2CreateVerifiedAccessTrustProviderCommand = exports.serializeAws_ec2CreateVerifiedAccessInstanceCommand = exports.serializeAws_ec2CreateVerifiedAccessGroupCommand = exports.serializeAws_ec2CreateVerifiedAccessEndpointCommand = exports.serializeAws_ec2CreateTransitGatewayVpcAttachmentCommand = exports.serializeAws_ec2CreateTransitGatewayRouteTableAnnouncementCommand = exports.serializeAws_ec2CreateTransitGatewayRouteTableCommand = exports.serializeAws_ec2CreateTransitGatewayRouteCommand = exports.serializeAws_ec2CreateTransitGatewayPrefixListReferenceCommand = exports.serializeAws_ec2CreateTransitGatewayPolicyTableCommand = exports.serializeAws_ec2CreateTransitGatewayPeeringAttachmentCommand = exports.serializeAws_ec2CreateTransitGatewayMulticastDomainCommand = exports.serializeAws_ec2CreateTransitGatewayConnectPeerCommand = exports.serializeAws_ec2CreateTransitGatewayConnectCommand = exports.serializeAws_ec2CreateTransitGatewayCommand = 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 = void 0;
|
|
6
|
+
exports.serializeAws_ec2DeleteVolumeCommand = exports.serializeAws_ec2DeleteVerifiedAccessTrustProviderCommand = exports.serializeAws_ec2DeleteVerifiedAccessInstanceCommand = exports.serializeAws_ec2DeleteVerifiedAccessGroupCommand = exports.serializeAws_ec2DeleteVerifiedAccessEndpointCommand = exports.serializeAws_ec2DeleteTransitGatewayVpcAttachmentCommand = exports.serializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementCommand = exports.serializeAws_ec2DeleteTransitGatewayRouteTableCommand = exports.serializeAws_ec2DeleteTransitGatewayRouteCommand = exports.serializeAws_ec2DeleteTransitGatewayPrefixListReferenceCommand = exports.serializeAws_ec2DeleteTransitGatewayPolicyTableCommand = exports.serializeAws_ec2DeleteTransitGatewayPeeringAttachmentCommand = exports.serializeAws_ec2DeleteTransitGatewayMulticastDomainCommand = exports.serializeAws_ec2DeleteTransitGatewayConnectPeerCommand = exports.serializeAws_ec2DeleteTransitGatewayConnectCommand = exports.serializeAws_ec2DeleteTransitGatewayCommand = exports.serializeAws_ec2DeleteTrafficMirrorTargetCommand = exports.serializeAws_ec2DeleteTrafficMirrorSessionCommand = exports.serializeAws_ec2DeleteTrafficMirrorFilterRuleCommand = exports.serializeAws_ec2DeleteTrafficMirrorFilterCommand = exports.serializeAws_ec2DeleteTagsCommand = exports.serializeAws_ec2DeleteSubnetCidrReservationCommand = exports.serializeAws_ec2DeleteSubnetCommand = exports.serializeAws_ec2DeleteSpotDatafeedSubscriptionCommand = exports.serializeAws_ec2DeleteSnapshotCommand = exports.serializeAws_ec2DeleteSecurityGroupCommand = exports.serializeAws_ec2DeleteRouteTableCommand = exports.serializeAws_ec2DeleteRouteCommand = exports.serializeAws_ec2DeleteQueuedReservedInstancesCommand = exports.serializeAws_ec2DeletePublicIpv4PoolCommand = 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_ec2DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.serializeAws_ec2DeleteLocalGatewayRouteTableCommand = exports.serializeAws_ec2DeleteLocalGatewayRouteCommand = exports.serializeAws_ec2DeleteLaunchTemplateVersionsCommand = exports.serializeAws_ec2DeleteLaunchTemplateCommand = exports.serializeAws_ec2DeleteKeyPairCommand = exports.serializeAws_ec2DeleteIpamScopeCommand = exports.serializeAws_ec2DeleteIpamResourceDiscoveryCommand = void 0;
|
|
7
|
+
exports.serializeAws_ec2DescribeHostReservationOfferingsCommand = exports.serializeAws_ec2DescribeFpgaImagesCommand = exports.serializeAws_ec2DescribeFpgaImageAttributeCommand = exports.serializeAws_ec2DescribeFlowLogsCommand = exports.serializeAws_ec2DescribeFleetsCommand = exports.serializeAws_ec2DescribeFleetInstancesCommand = exports.serializeAws_ec2DescribeFleetHistoryCommand = exports.serializeAws_ec2DescribeFastSnapshotRestoresCommand = exports.serializeAws_ec2DescribeFastLaunchImagesCommand = exports.serializeAws_ec2DescribeExportTasksCommand = exports.serializeAws_ec2DescribeExportImageTasksCommand = exports.serializeAws_ec2DescribeElasticGpusCommand = exports.serializeAws_ec2DescribeEgressOnlyInternetGatewaysCommand = exports.serializeAws_ec2DescribeDhcpOptionsCommand = exports.serializeAws_ec2DescribeCustomerGatewaysCommand = exports.serializeAws_ec2DescribeConversionTasksCommand = exports.serializeAws_ec2DescribeCoipPoolsCommand = exports.serializeAws_ec2DescribeClientVpnTargetNetworksCommand = exports.serializeAws_ec2DescribeClientVpnRoutesCommand = exports.serializeAws_ec2DescribeClientVpnEndpointsCommand = exports.serializeAws_ec2DescribeClientVpnConnectionsCommand = exports.serializeAws_ec2DescribeClientVpnAuthorizationRulesCommand = exports.serializeAws_ec2DescribeClassicLinkInstancesCommand = exports.serializeAws_ec2DescribeCarrierGatewaysCommand = exports.serializeAws_ec2DescribeCapacityReservationsCommand = exports.serializeAws_ec2DescribeCapacityReservationFleetsCommand = exports.serializeAws_ec2DescribeByoipCidrsCommand = exports.serializeAws_ec2DescribeBundleTasksCommand = exports.serializeAws_ec2DescribeAwsNetworkPerformanceMetricSubscriptionsCommand = exports.serializeAws_ec2DescribeAvailabilityZonesCommand = exports.serializeAws_ec2DescribeAggregateIdFormatCommand = exports.serializeAws_ec2DescribeAddressTransfersCommand = 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 = void 0;
|
|
8
|
+
exports.serializeAws_ec2DescribeReplaceRootVolumeTasksCommand = exports.serializeAws_ec2DescribeRegionsCommand = exports.serializeAws_ec2DescribePublicIpv4PoolsCommand = exports.serializeAws_ec2DescribePrincipalIdFormatCommand = exports.serializeAws_ec2DescribePrefixListsCommand = exports.serializeAws_ec2DescribePlacementGroupsCommand = exports.serializeAws_ec2DescribeNetworkInterfacesCommand = exports.serializeAws_ec2DescribeNetworkInterfacePermissionsCommand = exports.serializeAws_ec2DescribeNetworkInterfaceAttributeCommand = exports.serializeAws_ec2DescribeNetworkInsightsPathsCommand = exports.serializeAws_ec2DescribeNetworkInsightsAnalysesCommand = exports.serializeAws_ec2DescribeNetworkInsightsAccessScopesCommand = exports.serializeAws_ec2DescribeNetworkInsightsAccessScopeAnalysesCommand = exports.serializeAws_ec2DescribeNetworkAclsCommand = exports.serializeAws_ec2DescribeNatGatewaysCommand = exports.serializeAws_ec2DescribeMovingAddressesCommand = exports.serializeAws_ec2DescribeManagedPrefixListsCommand = exports.serializeAws_ec2DescribeLocalGatewayVirtualInterfacesCommand = exports.serializeAws_ec2DescribeLocalGatewayVirtualInterfaceGroupsCommand = exports.serializeAws_ec2DescribeLocalGatewaysCommand = exports.serializeAws_ec2DescribeLocalGatewayRouteTableVpcAssociationsCommand = exports.serializeAws_ec2DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand = exports.serializeAws_ec2DescribeLocalGatewayRouteTablesCommand = exports.serializeAws_ec2DescribeLaunchTemplateVersionsCommand = exports.serializeAws_ec2DescribeLaunchTemplatesCommand = exports.serializeAws_ec2DescribeKeyPairsCommand = exports.serializeAws_ec2DescribeIpv6PoolsCommand = exports.serializeAws_ec2DescribeIpamScopesCommand = exports.serializeAws_ec2DescribeIpamsCommand = exports.serializeAws_ec2DescribeIpamResourceDiscoveryAssociationsCommand = exports.serializeAws_ec2DescribeIpamResourceDiscoveriesCommand = 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 = void 0;
|
|
9
|
+
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_ec2DescribeVerifiedAccessTrustProvidersCommand = exports.serializeAws_ec2DescribeVerifiedAccessInstancesCommand = exports.serializeAws_ec2DescribeVerifiedAccessInstanceLoggingConfigurationsCommand = exports.serializeAws_ec2DescribeVerifiedAccessGroupsCommand = exports.serializeAws_ec2DescribeVerifiedAccessEndpointsCommand = exports.serializeAws_ec2DescribeTrunkInterfaceAssociationsCommand = exports.serializeAws_ec2DescribeTransitGatewayVpcAttachmentsCommand = exports.serializeAws_ec2DescribeTransitGatewaysCommand = exports.serializeAws_ec2DescribeTransitGatewayRouteTablesCommand = exports.serializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommand = exports.serializeAws_ec2DescribeTransitGatewayPolicyTablesCommand = exports.serializeAws_ec2DescribeTransitGatewayPeeringAttachmentsCommand = exports.serializeAws_ec2DescribeTransitGatewayMulticastDomainsCommand = exports.serializeAws_ec2DescribeTransitGatewayConnectsCommand = 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 = void 0;
|
|
10
|
+
exports.serializeAws_ec2EnableSerialConsoleAccessCommand = exports.serializeAws_ec2EnableReachabilityAnalyzerOrganizationSharingCommand = exports.serializeAws_ec2EnableIpamOrganizationAdminAccountCommand = exports.serializeAws_ec2EnableImageDeprecationCommand = exports.serializeAws_ec2EnableFastSnapshotRestoresCommand = exports.serializeAws_ec2EnableFastLaunchCommand = exports.serializeAws_ec2EnableEbsEncryptionByDefaultCommand = exports.serializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommand = exports.serializeAws_ec2EnableAddressTransferCommand = exports.serializeAws_ec2DisassociateVpcCidrBlockCommand = exports.serializeAws_ec2DisassociateTrunkInterfaceCommand = exports.serializeAws_ec2DisassociateTransitGatewayRouteTableCommand = exports.serializeAws_ec2DisassociateTransitGatewayPolicyTableCommand = exports.serializeAws_ec2DisassociateTransitGatewayMulticastDomainCommand = exports.serializeAws_ec2DisassociateSubnetCidrBlockCommand = exports.serializeAws_ec2DisassociateRouteTableCommand = exports.serializeAws_ec2DisassociateNatGatewayAddressCommand = exports.serializeAws_ec2DisassociateIpamResourceDiscoveryCommand = 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_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommand = exports.serializeAws_ec2DisableAddressTransferCommand = exports.serializeAws_ec2DetachVpnGatewayCommand = exports.serializeAws_ec2DetachVolumeCommand = exports.serializeAws_ec2DetachVerifiedAccessTrustProviderCommand = 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 = void 0;
|
|
11
|
+
exports.serializeAws_ec2GetVpnConnectionDeviceSampleConfigurationCommand = exports.serializeAws_ec2GetVerifiedAccessGroupPolicyCommand = exports.serializeAws_ec2GetVerifiedAccessEndpointPolicyCommand = exports.serializeAws_ec2GetTransitGatewayRouteTablePropagationsCommand = exports.serializeAws_ec2GetTransitGatewayRouteTableAssociationsCommand = exports.serializeAws_ec2GetTransitGatewayPrefixListReferencesCommand = exports.serializeAws_ec2GetTransitGatewayPolicyTableEntriesCommand = exports.serializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommand = exports.serializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommand = exports.serializeAws_ec2GetTransitGatewayAttachmentPropagationsCommand = exports.serializeAws_ec2GetSubnetCidrReservationsCommand = exports.serializeAws_ec2GetSpotPlacementScoresCommand = exports.serializeAws_ec2GetSerialConsoleAccessStatusCommand = exports.serializeAws_ec2GetReservedInstancesExchangeQuoteCommand = exports.serializeAws_ec2GetPasswordDataCommand = exports.serializeAws_ec2GetNetworkInsightsAccessScopeContentCommand = exports.serializeAws_ec2GetNetworkInsightsAccessScopeAnalysisFindingsCommand = exports.serializeAws_ec2GetManagedPrefixListEntriesCommand = exports.serializeAws_ec2GetManagedPrefixListAssociationsCommand = exports.serializeAws_ec2GetLaunchTemplateDataCommand = exports.serializeAws_ec2GetIpamResourceCidrsCommand = exports.serializeAws_ec2GetIpamPoolCidrsCommand = exports.serializeAws_ec2GetIpamPoolAllocationsCommand = exports.serializeAws_ec2GetIpamDiscoveredResourceCidrsCommand = exports.serializeAws_ec2GetIpamDiscoveredAccountsCommand = exports.serializeAws_ec2GetIpamAddressHistoryCommand = exports.serializeAws_ec2GetInstanceUefiDataCommand = exports.serializeAws_ec2GetInstanceTypesFromInstanceRequirementsCommand = exports.serializeAws_ec2GetHostReservationPurchasePreviewCommand = exports.serializeAws_ec2GetGroupsForCapacityReservationCommand = exports.serializeAws_ec2GetFlowLogsIntegrationTemplateCommand = exports.serializeAws_ec2GetEbsEncryptionByDefaultCommand = exports.serializeAws_ec2GetEbsDefaultKmsKeyIdCommand = exports.serializeAws_ec2GetDefaultCreditSpecificationCommand = exports.serializeAws_ec2GetConsoleScreenshotCommand = exports.serializeAws_ec2GetConsoleOutputCommand = exports.serializeAws_ec2GetCoipPoolUsageCommand = exports.serializeAws_ec2GetCapacityReservationUsageCommand = exports.serializeAws_ec2GetAwsNetworkPerformanceDataCommand = 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 = void 0;
|
|
12
|
+
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_ec2ModifyLocalGatewayRouteCommand = exports.serializeAws_ec2ModifyLaunchTemplateCommand = exports.serializeAws_ec2ModifyIpamScopeCommand = exports.serializeAws_ec2ModifyIpamResourceDiscoveryCommand = exports.serializeAws_ec2ModifyIpamResourceCidrCommand = exports.serializeAws_ec2ModifyIpamPoolCommand = exports.serializeAws_ec2ModifyIpamCommand = exports.serializeAws_ec2ModifyInstancePlacementCommand = exports.serializeAws_ec2ModifyInstanceMetadataOptionsCommand = exports.serializeAws_ec2ModifyInstanceMaintenanceOptionsCommand = exports.serializeAws_ec2ModifyInstanceEventWindowCommand = exports.serializeAws_ec2ModifyInstanceEventStartTimeCommand = exports.serializeAws_ec2ModifyInstanceCreditSpecificationCommand = exports.serializeAws_ec2ModifyInstanceCapacityReservationAttributesCommand = exports.serializeAws_ec2ModifyInstanceAttributeCommand = exports.serializeAws_ec2ModifyImageAttributeCommand = exports.serializeAws_ec2ModifyIdFormatCommand = exports.serializeAws_ec2ModifyIdentityIdFormatCommand = exports.serializeAws_ec2ModifyHostsCommand = exports.serializeAws_ec2ModifyFpgaImageAttributeCommand = exports.serializeAws_ec2ModifyFleetCommand = exports.serializeAws_ec2ModifyEbsDefaultKmsKeyIdCommand = exports.serializeAws_ec2ModifyDefaultCreditSpecificationCommand = exports.serializeAws_ec2ModifyClientVpnEndpointCommand = exports.serializeAws_ec2ModifyCapacityReservationFleetCommand = exports.serializeAws_ec2ModifyCapacityReservationCommand = exports.serializeAws_ec2ModifyAvailabilityZoneGroupCommand = exports.serializeAws_ec2ModifyAddressAttributeCommand = exports.serializeAws_ec2ListSnapshotsInRecycleBinCommand = exports.serializeAws_ec2ListImagesInRecycleBinCommand = exports.serializeAws_ec2ImportVolumeCommand = exports.serializeAws_ec2ImportSnapshotCommand = exports.serializeAws_ec2ImportKeyPairCommand = exports.serializeAws_ec2ImportInstanceCommand = exports.serializeAws_ec2ImportImageCommand = exports.serializeAws_ec2ImportClientVpnClientCertificateRevocationListCommand = exports.serializeAws_ec2GetVpnConnectionDeviceTypesCommand = void 0;
|
|
13
|
+
exports.serializeAws_ec2ReplaceRouteTableAssociationCommand = exports.serializeAws_ec2ReplaceRouteCommand = exports.serializeAws_ec2ReplaceNetworkAclEntryCommand = exports.serializeAws_ec2ReplaceNetworkAclAssociationCommand = exports.serializeAws_ec2ReplaceIamInstanceProfileAssociationCommand = exports.serializeAws_ec2ReleaseIpamPoolAllocationCommand = exports.serializeAws_ec2ReleaseHostsCommand = exports.serializeAws_ec2ReleaseAddressCommand = exports.serializeAws_ec2RejectVpcPeeringConnectionCommand = exports.serializeAws_ec2RejectVpcEndpointConnectionsCommand = exports.serializeAws_ec2RejectTransitGatewayVpcAttachmentCommand = exports.serializeAws_ec2RejectTransitGatewayPeeringAttachmentCommand = exports.serializeAws_ec2RejectTransitGatewayMulticastDomainAssociationsCommand = exports.serializeAws_ec2RegisterTransitGatewayMulticastGroupSourcesCommand = exports.serializeAws_ec2RegisterTransitGatewayMulticastGroupMembersCommand = exports.serializeAws_ec2RegisterInstanceEventNotificationAttributesCommand = exports.serializeAws_ec2RegisterImageCommand = exports.serializeAws_ec2RebootInstancesCommand = exports.serializeAws_ec2PurchaseScheduledInstancesCommand = exports.serializeAws_ec2PurchaseReservedInstancesOfferingCommand = exports.serializeAws_ec2PurchaseHostReservationCommand = exports.serializeAws_ec2ProvisionPublicIpv4PoolCidrCommand = exports.serializeAws_ec2ProvisionIpamPoolCidrCommand = exports.serializeAws_ec2ProvisionByoipCidrCommand = exports.serializeAws_ec2MoveByoipCidrToIpamCommand = exports.serializeAws_ec2MoveAddressToVpcCommand = exports.serializeAws_ec2MonitorInstancesCommand = exports.serializeAws_ec2ModifyVpnTunnelOptionsCommand = exports.serializeAws_ec2ModifyVpnTunnelCertificateCommand = exports.serializeAws_ec2ModifyVpnConnectionOptionsCommand = exports.serializeAws_ec2ModifyVpnConnectionCommand = exports.serializeAws_ec2ModifyVpcTenancyCommand = exports.serializeAws_ec2ModifyVpcPeeringConnectionOptionsCommand = exports.serializeAws_ec2ModifyVpcEndpointServicePermissionsCommand = exports.serializeAws_ec2ModifyVpcEndpointServicePayerResponsibilityCommand = exports.serializeAws_ec2ModifyVpcEndpointServiceConfigurationCommand = exports.serializeAws_ec2ModifyVpcEndpointConnectionNotificationCommand = exports.serializeAws_ec2ModifyVpcEndpointCommand = exports.serializeAws_ec2ModifyVpcAttributeCommand = exports.serializeAws_ec2ModifyVolumeAttributeCommand = exports.serializeAws_ec2ModifyVolumeCommand = exports.serializeAws_ec2ModifyVerifiedAccessTrustProviderCommand = exports.serializeAws_ec2ModifyVerifiedAccessInstanceLoggingConfigurationCommand = exports.serializeAws_ec2ModifyVerifiedAccessInstanceCommand = exports.serializeAws_ec2ModifyVerifiedAccessGroupPolicyCommand = exports.serializeAws_ec2ModifyVerifiedAccessGroupCommand = exports.serializeAws_ec2ModifyVerifiedAccessEndpointPolicyCommand = exports.serializeAws_ec2ModifyVerifiedAccessEndpointCommand = exports.serializeAws_ec2ModifyTransitGatewayVpcAttachmentCommand = exports.serializeAws_ec2ModifyTransitGatewayPrefixListReferenceCommand = void 0;
|
|
14
|
+
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.deserializeAws_ec2AcceptAddressTransferCommand = exports.serializeAws_ec2WithdrawByoipCidrCommand = exports.serializeAws_ec2UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.serializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.serializeAws_ec2UnmonitorInstancesCommand = exports.serializeAws_ec2UnassignPrivateNatGatewayAddressCommand = exports.serializeAws_ec2UnassignPrivateIpAddressesCommand = exports.serializeAws_ec2UnassignIpv6AddressesCommand = exports.serializeAws_ec2TerminateInstancesCommand = exports.serializeAws_ec2TerminateClientVpnConnectionsCommand = exports.serializeAws_ec2StopInstancesCommand = exports.serializeAws_ec2StartVpcEndpointServicePrivateDnsVerificationCommand = exports.serializeAws_ec2StartNetworkInsightsAnalysisCommand = exports.serializeAws_ec2StartNetworkInsightsAccessScopeAnalysisCommand = exports.serializeAws_ec2StartInstancesCommand = exports.serializeAws_ec2SendDiagnosticInterruptCommand = exports.serializeAws_ec2SearchTransitGatewayRoutesCommand = exports.serializeAws_ec2SearchTransitGatewayMulticastGroupsCommand = exports.serializeAws_ec2SearchLocalGatewayRoutesCommand = exports.serializeAws_ec2RunScheduledInstancesCommand = exports.serializeAws_ec2RunInstancesCommand = exports.serializeAws_ec2RevokeSecurityGroupIngressCommand = exports.serializeAws_ec2RevokeSecurityGroupEgressCommand = exports.serializeAws_ec2RevokeClientVpnIngressCommand = exports.serializeAws_ec2RestoreSnapshotTierCommand = exports.serializeAws_ec2RestoreSnapshotFromRecycleBinCommand = exports.serializeAws_ec2RestoreManagedPrefixListVersionCommand = exports.serializeAws_ec2RestoreImageFromRecycleBinCommand = exports.serializeAws_ec2RestoreAddressToClassicCommand = exports.serializeAws_ec2ResetSnapshotAttributeCommand = exports.serializeAws_ec2ResetNetworkInterfaceAttributeCommand = exports.serializeAws_ec2ResetInstanceAttributeCommand = exports.serializeAws_ec2ResetImageAttributeCommand = exports.serializeAws_ec2ResetFpgaImageAttributeCommand = exports.serializeAws_ec2ResetEbsDefaultKmsKeyIdCommand = exports.serializeAws_ec2ResetAddressAttributeCommand = exports.serializeAws_ec2RequestSpotInstancesCommand = exports.serializeAws_ec2RequestSpotFleetCommand = exports.serializeAws_ec2ReportInstanceStatusCommand = exports.serializeAws_ec2ReplaceTransitGatewayRouteCommand = void 0;
|
|
15
|
+
exports.deserializeAws_ec2CreateCoipPoolCommand = exports.deserializeAws_ec2CreateCoipCidrCommand = 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_ec2CancelImageLaunchPermissionCommand = exports.deserializeAws_ec2CancelExportTaskCommand = exports.deserializeAws_ec2CancelConversionTaskCommand = exports.deserializeAws_ec2CancelCapacityReservationFleetsCommand = exports.deserializeAws_ec2CancelCapacityReservationCommand = exports.deserializeAws_ec2CancelBundleTaskCommand = exports.deserializeAws_ec2BundleInstanceCommand = exports.deserializeAws_ec2AuthorizeSecurityGroupIngressCommand = exports.deserializeAws_ec2AuthorizeSecurityGroupEgressCommand = exports.deserializeAws_ec2AuthorizeClientVpnIngressCommand = exports.deserializeAws_ec2AttachVpnGatewayCommand = exports.deserializeAws_ec2AttachVolumeCommand = exports.deserializeAws_ec2AttachVerifiedAccessTrustProviderCommand = exports.deserializeAws_ec2AttachNetworkInterfaceCommand = exports.deserializeAws_ec2AttachInternetGatewayCommand = exports.deserializeAws_ec2AttachClassicLinkVpcCommand = exports.deserializeAws_ec2AssociateVpcCidrBlockCommand = exports.deserializeAws_ec2AssociateTrunkInterfaceCommand = exports.deserializeAws_ec2AssociateTransitGatewayRouteTableCommand = exports.deserializeAws_ec2AssociateTransitGatewayPolicyTableCommand = exports.deserializeAws_ec2AssociateTransitGatewayMulticastDomainCommand = exports.deserializeAws_ec2AssociateSubnetCidrBlockCommand = exports.deserializeAws_ec2AssociateRouteTableCommand = exports.deserializeAws_ec2AssociateNatGatewayAddressCommand = exports.deserializeAws_ec2AssociateIpamResourceDiscoveryCommand = exports.deserializeAws_ec2AssociateInstanceEventWindowCommand = exports.deserializeAws_ec2AssociateIamInstanceProfileCommand = exports.deserializeAws_ec2AssociateEnclaveCertificateIamRoleCommand = exports.deserializeAws_ec2AssociateDhcpOptionsCommand = exports.deserializeAws_ec2AssociateClientVpnTargetNetworkCommand = exports.deserializeAws_ec2AssociateAddressCommand = exports.deserializeAws_ec2AssignPrivateNatGatewayAddressCommand = exports.deserializeAws_ec2AssignPrivateIpAddressesCommand = exports.deserializeAws_ec2AssignIpv6AddressesCommand = exports.deserializeAws_ec2ApplySecurityGroupsToClientVpnTargetNetworkCommand = void 0;
|
|
16
|
+
exports.deserializeAws_ec2CreateTrafficMirrorTargetCommand = exports.deserializeAws_ec2CreateTrafficMirrorSessionCommand = exports.deserializeAws_ec2CreateTrafficMirrorFilterRuleCommand = exports.deserializeAws_ec2CreateTrafficMirrorFilterCommand = exports.deserializeAws_ec2CreateTagsCommand = exports.deserializeAws_ec2CreateSubnetCidrReservationCommand = exports.deserializeAws_ec2CreateSubnetCommand = exports.deserializeAws_ec2CreateStoreImageTaskCommand = exports.deserializeAws_ec2CreateSpotDatafeedSubscriptionCommand = exports.deserializeAws_ec2CreateSnapshotsCommand = exports.deserializeAws_ec2CreateSnapshotCommand = exports.deserializeAws_ec2CreateSecurityGroupCommand = exports.deserializeAws_ec2CreateRouteTableCommand = exports.deserializeAws_ec2CreateRouteCommand = exports.deserializeAws_ec2CreateRestoreImageTaskCommand = exports.deserializeAws_ec2CreateReservedInstancesListingCommand = exports.deserializeAws_ec2CreateReplaceRootVolumeTaskCommand = exports.deserializeAws_ec2CreatePublicIpv4PoolCommand = exports.deserializeAws_ec2CreatePlacementGroupCommand = exports.deserializeAws_ec2CreateNetworkInterfacePermissionCommand = exports.deserializeAws_ec2CreateNetworkInterfaceCommand = exports.deserializeAws_ec2CreateNetworkInsightsPathCommand = exports.deserializeAws_ec2CreateNetworkInsightsAccessScopeCommand = exports.deserializeAws_ec2CreateNetworkAclEntryCommand = exports.deserializeAws_ec2CreateNetworkAclCommand = exports.deserializeAws_ec2CreateNatGatewayCommand = exports.deserializeAws_ec2CreateManagedPrefixListCommand = exports.deserializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationCommand = exports.deserializeAws_ec2CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.deserializeAws_ec2CreateLocalGatewayRouteTableCommand = exports.deserializeAws_ec2CreateLocalGatewayRouteCommand = exports.deserializeAws_ec2CreateLaunchTemplateVersionCommand = exports.deserializeAws_ec2CreateLaunchTemplateCommand = exports.deserializeAws_ec2CreateKeyPairCommand = exports.deserializeAws_ec2CreateIpamScopeCommand = exports.deserializeAws_ec2CreateIpamResourceDiscoveryCommand = 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 = void 0;
|
|
17
|
+
exports.deserializeAws_ec2DeleteNatGatewayCommand = exports.deserializeAws_ec2DeleteManagedPrefixListCommand = exports.deserializeAws_ec2DeleteLocalGatewayRouteTableVpcAssociationCommand = exports.deserializeAws_ec2DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.deserializeAws_ec2DeleteLocalGatewayRouteTableCommand = exports.deserializeAws_ec2DeleteLocalGatewayRouteCommand = exports.deserializeAws_ec2DeleteLaunchTemplateVersionsCommand = exports.deserializeAws_ec2DeleteLaunchTemplateCommand = exports.deserializeAws_ec2DeleteKeyPairCommand = exports.deserializeAws_ec2DeleteIpamScopeCommand = exports.deserializeAws_ec2DeleteIpamResourceDiscoveryCommand = 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_ec2DeleteCoipPoolCommand = exports.deserializeAws_ec2DeleteCoipCidrCommand = 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_ec2CreateVerifiedAccessTrustProviderCommand = exports.deserializeAws_ec2CreateVerifiedAccessInstanceCommand = exports.deserializeAws_ec2CreateVerifiedAccessGroupCommand = exports.deserializeAws_ec2CreateVerifiedAccessEndpointCommand = exports.deserializeAws_ec2CreateTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2CreateTransitGatewayRouteTableAnnouncementCommand = exports.deserializeAws_ec2CreateTransitGatewayRouteTableCommand = exports.deserializeAws_ec2CreateTransitGatewayRouteCommand = exports.deserializeAws_ec2CreateTransitGatewayPrefixListReferenceCommand = exports.deserializeAws_ec2CreateTransitGatewayPolicyTableCommand = exports.deserializeAws_ec2CreateTransitGatewayPeeringAttachmentCommand = exports.deserializeAws_ec2CreateTransitGatewayMulticastDomainCommand = exports.deserializeAws_ec2CreateTransitGatewayConnectPeerCommand = exports.deserializeAws_ec2CreateTransitGatewayConnectCommand = exports.deserializeAws_ec2CreateTransitGatewayCommand = void 0;
|
|
18
|
+
exports.deserializeAws_ec2DeprovisionPublicIpv4PoolCidrCommand = exports.deserializeAws_ec2DeprovisionIpamPoolCidrCommand = exports.deserializeAws_ec2DeprovisionByoipCidrCommand = exports.deserializeAws_ec2DeleteVpnGatewayCommand = exports.deserializeAws_ec2DeleteVpnConnectionRouteCommand = exports.deserializeAws_ec2DeleteVpnConnectionCommand = exports.deserializeAws_ec2DeleteVpcPeeringConnectionCommand = exports.deserializeAws_ec2DeleteVpcEndpointServiceConfigurationsCommand = exports.deserializeAws_ec2DeleteVpcEndpointsCommand = exports.deserializeAws_ec2DeleteVpcEndpointConnectionNotificationsCommand = exports.deserializeAws_ec2DeleteVpcCommand = exports.deserializeAws_ec2DeleteVolumeCommand = exports.deserializeAws_ec2DeleteVerifiedAccessTrustProviderCommand = exports.deserializeAws_ec2DeleteVerifiedAccessInstanceCommand = exports.deserializeAws_ec2DeleteVerifiedAccessGroupCommand = exports.deserializeAws_ec2DeleteVerifiedAccessEndpointCommand = exports.deserializeAws_ec2DeleteTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementCommand = exports.deserializeAws_ec2DeleteTransitGatewayRouteTableCommand = exports.deserializeAws_ec2DeleteTransitGatewayRouteCommand = exports.deserializeAws_ec2DeleteTransitGatewayPrefixListReferenceCommand = exports.deserializeAws_ec2DeleteTransitGatewayPolicyTableCommand = 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 = void 0;
|
|
19
|
+
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_ec2DescribeAwsNetworkPerformanceMetricSubscriptionsCommand = exports.deserializeAws_ec2DescribeAvailabilityZonesCommand = exports.deserializeAws_ec2DescribeAggregateIdFormatCommand = exports.deserializeAws_ec2DescribeAddressTransfersCommand = exports.deserializeAws_ec2DescribeAddressesAttributeCommand = exports.deserializeAws_ec2DescribeAddressesCommand = exports.deserializeAws_ec2DescribeAccountAttributesCommand = exports.deserializeAws_ec2DeregisterTransitGatewayMulticastGroupSourcesCommand = exports.deserializeAws_ec2DeregisterTransitGatewayMulticastGroupMembersCommand = exports.deserializeAws_ec2DeregisterInstanceEventNotificationAttributesCommand = exports.deserializeAws_ec2DeregisterImageCommand = void 0;
|
|
20
|
+
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_ec2DescribeIpamResourceDiscoveryAssociationsCommand = exports.deserializeAws_ec2DescribeIpamResourceDiscoveriesCommand = exports.deserializeAws_ec2DescribeIpamPoolsCommand = exports.deserializeAws_ec2DescribeInternetGatewaysCommand = exports.deserializeAws_ec2DescribeInstanceTypesCommand = exports.deserializeAws_ec2DescribeInstanceTypeOfferingsCommand = exports.deserializeAws_ec2DescribeInstanceStatusCommand = exports.deserializeAws_ec2DescribeInstancesCommand = exports.deserializeAws_ec2DescribeInstanceEventWindowsCommand = exports.deserializeAws_ec2DescribeInstanceEventNotificationAttributesCommand = void 0;
|
|
21
|
+
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_ec2DescribeVerifiedAccessTrustProvidersCommand = exports.deserializeAws_ec2DescribeVerifiedAccessInstancesCommand = exports.deserializeAws_ec2DescribeVerifiedAccessInstanceLoggingConfigurationsCommand = exports.deserializeAws_ec2DescribeVerifiedAccessGroupsCommand = exports.deserializeAws_ec2DescribeVerifiedAccessEndpointsCommand = exports.deserializeAws_ec2DescribeTrunkInterfaceAssociationsCommand = exports.deserializeAws_ec2DescribeTransitGatewayVpcAttachmentsCommand = exports.deserializeAws_ec2DescribeTransitGatewaysCommand = exports.deserializeAws_ec2DescribeTransitGatewayRouteTablesCommand = exports.deserializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommand = exports.deserializeAws_ec2DescribeTransitGatewayPolicyTablesCommand = exports.deserializeAws_ec2DescribeTransitGatewayPeeringAttachmentsCommand = exports.deserializeAws_ec2DescribeTransitGatewayMulticastDomainsCommand = exports.deserializeAws_ec2DescribeTransitGatewayConnectsCommand = exports.deserializeAws_ec2DescribeTransitGatewayConnectPeersCommand = exports.deserializeAws_ec2DescribeTransitGatewayAttachmentsCommand = exports.deserializeAws_ec2DescribeTrafficMirrorTargetsCommand = exports.deserializeAws_ec2DescribeTrafficMirrorSessionsCommand = exports.deserializeAws_ec2DescribeTrafficMirrorFiltersCommand = exports.deserializeAws_ec2DescribeTagsCommand = exports.deserializeAws_ec2DescribeSubnetsCommand = exports.deserializeAws_ec2DescribeStoreImageTasksCommand = exports.deserializeAws_ec2DescribeStaleSecurityGroupsCommand = exports.deserializeAws_ec2DescribeSpotPriceHistoryCommand = exports.deserializeAws_ec2DescribeSpotInstanceRequestsCommand = exports.deserializeAws_ec2DescribeSpotFleetRequestsCommand = exports.deserializeAws_ec2DescribeSpotFleetRequestHistoryCommand = exports.deserializeAws_ec2DescribeSpotFleetInstancesCommand = exports.deserializeAws_ec2DescribeSpotDatafeedSubscriptionCommand = exports.deserializeAws_ec2DescribeSnapshotTierStatusCommand = exports.deserializeAws_ec2DescribeSnapshotsCommand = void 0;
|
|
22
|
+
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_ec2EnableReachabilityAnalyzerOrganizationSharingCommand = exports.deserializeAws_ec2EnableIpamOrganizationAdminAccountCommand = exports.deserializeAws_ec2EnableImageDeprecationCommand = exports.deserializeAws_ec2EnableFastSnapshotRestoresCommand = exports.deserializeAws_ec2EnableFastLaunchCommand = exports.deserializeAws_ec2EnableEbsEncryptionByDefaultCommand = exports.deserializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommand = exports.deserializeAws_ec2EnableAddressTransferCommand = exports.deserializeAws_ec2DisassociateVpcCidrBlockCommand = exports.deserializeAws_ec2DisassociateTrunkInterfaceCommand = exports.deserializeAws_ec2DisassociateTransitGatewayRouteTableCommand = exports.deserializeAws_ec2DisassociateTransitGatewayPolicyTableCommand = exports.deserializeAws_ec2DisassociateTransitGatewayMulticastDomainCommand = exports.deserializeAws_ec2DisassociateSubnetCidrBlockCommand = exports.deserializeAws_ec2DisassociateRouteTableCommand = exports.deserializeAws_ec2DisassociateNatGatewayAddressCommand = exports.deserializeAws_ec2DisassociateIpamResourceDiscoveryCommand = exports.deserializeAws_ec2DisassociateInstanceEventWindowCommand = exports.deserializeAws_ec2DisassociateIamInstanceProfileCommand = exports.deserializeAws_ec2DisassociateEnclaveCertificateIamRoleCommand = exports.deserializeAws_ec2DisassociateClientVpnTargetNetworkCommand = exports.deserializeAws_ec2DisassociateAddressCommand = exports.deserializeAws_ec2DisableVpcClassicLinkDnsSupportCommand = exports.deserializeAws_ec2DisableVpcClassicLinkCommand = exports.deserializeAws_ec2DisableVgwRoutePropagationCommand = exports.deserializeAws_ec2DisableTransitGatewayRouteTablePropagationCommand = exports.deserializeAws_ec2DisableSerialConsoleAccessCommand = exports.deserializeAws_ec2DisableIpamOrganizationAdminAccountCommand = exports.deserializeAws_ec2DisableImageDeprecationCommand = exports.deserializeAws_ec2DisableFastSnapshotRestoresCommand = exports.deserializeAws_ec2DisableFastLaunchCommand = exports.deserializeAws_ec2DisableEbsEncryptionByDefaultCommand = exports.deserializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommand = exports.deserializeAws_ec2DisableAddressTransferCommand = exports.deserializeAws_ec2DetachVpnGatewayCommand = exports.deserializeAws_ec2DetachVolumeCommand = exports.deserializeAws_ec2DetachVerifiedAccessTrustProviderCommand = exports.deserializeAws_ec2DetachNetworkInterfaceCommand = void 0;
|
|
23
|
+
exports.deserializeAws_ec2ModifyAvailabilityZoneGroupCommand = exports.deserializeAws_ec2ModifyAddressAttributeCommand = exports.deserializeAws_ec2ListSnapshotsInRecycleBinCommand = exports.deserializeAws_ec2ListImagesInRecycleBinCommand = exports.deserializeAws_ec2ImportVolumeCommand = exports.deserializeAws_ec2ImportSnapshotCommand = exports.deserializeAws_ec2ImportKeyPairCommand = exports.deserializeAws_ec2ImportInstanceCommand = exports.deserializeAws_ec2ImportImageCommand = exports.deserializeAws_ec2ImportClientVpnClientCertificateRevocationListCommand = exports.deserializeAws_ec2GetVpnConnectionDeviceTypesCommand = exports.deserializeAws_ec2GetVpnConnectionDeviceSampleConfigurationCommand = exports.deserializeAws_ec2GetVerifiedAccessGroupPolicyCommand = exports.deserializeAws_ec2GetVerifiedAccessEndpointPolicyCommand = exports.deserializeAws_ec2GetTransitGatewayRouteTablePropagationsCommand = exports.deserializeAws_ec2GetTransitGatewayRouteTableAssociationsCommand = exports.deserializeAws_ec2GetTransitGatewayPrefixListReferencesCommand = exports.deserializeAws_ec2GetTransitGatewayPolicyTableEntriesCommand = exports.deserializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommand = exports.deserializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommand = exports.deserializeAws_ec2GetTransitGatewayAttachmentPropagationsCommand = exports.deserializeAws_ec2GetSubnetCidrReservationsCommand = exports.deserializeAws_ec2GetSpotPlacementScoresCommand = exports.deserializeAws_ec2GetSerialConsoleAccessStatusCommand = exports.deserializeAws_ec2GetReservedInstancesExchangeQuoteCommand = exports.deserializeAws_ec2GetPasswordDataCommand = exports.deserializeAws_ec2GetNetworkInsightsAccessScopeContentCommand = exports.deserializeAws_ec2GetNetworkInsightsAccessScopeAnalysisFindingsCommand = exports.deserializeAws_ec2GetManagedPrefixListEntriesCommand = exports.deserializeAws_ec2GetManagedPrefixListAssociationsCommand = exports.deserializeAws_ec2GetLaunchTemplateDataCommand = exports.deserializeAws_ec2GetIpamResourceCidrsCommand = exports.deserializeAws_ec2GetIpamPoolCidrsCommand = exports.deserializeAws_ec2GetIpamPoolAllocationsCommand = exports.deserializeAws_ec2GetIpamDiscoveredResourceCidrsCommand = exports.deserializeAws_ec2GetIpamDiscoveredAccountsCommand = exports.deserializeAws_ec2GetIpamAddressHistoryCommand = exports.deserializeAws_ec2GetInstanceUefiDataCommand = exports.deserializeAws_ec2GetInstanceTypesFromInstanceRequirementsCommand = exports.deserializeAws_ec2GetHostReservationPurchasePreviewCommand = exports.deserializeAws_ec2GetGroupsForCapacityReservationCommand = exports.deserializeAws_ec2GetFlowLogsIntegrationTemplateCommand = exports.deserializeAws_ec2GetEbsEncryptionByDefaultCommand = exports.deserializeAws_ec2GetEbsDefaultKmsKeyIdCommand = exports.deserializeAws_ec2GetDefaultCreditSpecificationCommand = exports.deserializeAws_ec2GetConsoleScreenshotCommand = exports.deserializeAws_ec2GetConsoleOutputCommand = exports.deserializeAws_ec2GetCoipPoolUsageCommand = exports.deserializeAws_ec2GetCapacityReservationUsageCommand = exports.deserializeAws_ec2GetAwsNetworkPerformanceDataCommand = void 0;
|
|
24
|
+
exports.deserializeAws_ec2ModifyVolumeAttributeCommand = exports.deserializeAws_ec2ModifyVolumeCommand = exports.deserializeAws_ec2ModifyVerifiedAccessTrustProviderCommand = exports.deserializeAws_ec2ModifyVerifiedAccessInstanceLoggingConfigurationCommand = exports.deserializeAws_ec2ModifyVerifiedAccessInstanceCommand = exports.deserializeAws_ec2ModifyVerifiedAccessGroupPolicyCommand = exports.deserializeAws_ec2ModifyVerifiedAccessGroupCommand = exports.deserializeAws_ec2ModifyVerifiedAccessEndpointPolicyCommand = exports.deserializeAws_ec2ModifyVerifiedAccessEndpointCommand = exports.deserializeAws_ec2ModifyTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2ModifyTransitGatewayPrefixListReferenceCommand = exports.deserializeAws_ec2ModifyTransitGatewayCommand = exports.deserializeAws_ec2ModifyTrafficMirrorSessionCommand = exports.deserializeAws_ec2ModifyTrafficMirrorFilterRuleCommand = exports.deserializeAws_ec2ModifyTrafficMirrorFilterNetworkServicesCommand = exports.deserializeAws_ec2ModifySubnetAttributeCommand = exports.deserializeAws_ec2ModifySpotFleetRequestCommand = exports.deserializeAws_ec2ModifySnapshotTierCommand = exports.deserializeAws_ec2ModifySnapshotAttributeCommand = exports.deserializeAws_ec2ModifySecurityGroupRulesCommand = exports.deserializeAws_ec2ModifyReservedInstancesCommand = exports.deserializeAws_ec2ModifyPrivateDnsNameOptionsCommand = exports.deserializeAws_ec2ModifyNetworkInterfaceAttributeCommand = exports.deserializeAws_ec2ModifyManagedPrefixListCommand = exports.deserializeAws_ec2ModifyLocalGatewayRouteCommand = exports.deserializeAws_ec2ModifyLaunchTemplateCommand = exports.deserializeAws_ec2ModifyIpamScopeCommand = exports.deserializeAws_ec2ModifyIpamResourceDiscoveryCommand = exports.deserializeAws_ec2ModifyIpamResourceCidrCommand = exports.deserializeAws_ec2ModifyIpamPoolCommand = exports.deserializeAws_ec2ModifyIpamCommand = exports.deserializeAws_ec2ModifyInstancePlacementCommand = exports.deserializeAws_ec2ModifyInstanceMetadataOptionsCommand = exports.deserializeAws_ec2ModifyInstanceMaintenanceOptionsCommand = exports.deserializeAws_ec2ModifyInstanceEventWindowCommand = exports.deserializeAws_ec2ModifyInstanceEventStartTimeCommand = exports.deserializeAws_ec2ModifyInstanceCreditSpecificationCommand = exports.deserializeAws_ec2ModifyInstanceCapacityReservationAttributesCommand = exports.deserializeAws_ec2ModifyInstanceAttributeCommand = exports.deserializeAws_ec2ModifyImageAttributeCommand = exports.deserializeAws_ec2ModifyIdFormatCommand = exports.deserializeAws_ec2ModifyIdentityIdFormatCommand = exports.deserializeAws_ec2ModifyHostsCommand = exports.deserializeAws_ec2ModifyFpgaImageAttributeCommand = exports.deserializeAws_ec2ModifyFleetCommand = exports.deserializeAws_ec2ModifyEbsDefaultKmsKeyIdCommand = exports.deserializeAws_ec2ModifyDefaultCreditSpecificationCommand = exports.deserializeAws_ec2ModifyClientVpnEndpointCommand = exports.deserializeAws_ec2ModifyCapacityReservationFleetCommand = exports.deserializeAws_ec2ModifyCapacityReservationCommand = void 0;
|
|
25
|
+
exports.deserializeAws_ec2ResetSnapshotAttributeCommand = exports.deserializeAws_ec2ResetNetworkInterfaceAttributeCommand = exports.deserializeAws_ec2ResetInstanceAttributeCommand = exports.deserializeAws_ec2ResetImageAttributeCommand = exports.deserializeAws_ec2ResetFpgaImageAttributeCommand = exports.deserializeAws_ec2ResetEbsDefaultKmsKeyIdCommand = exports.deserializeAws_ec2ResetAddressAttributeCommand = exports.deserializeAws_ec2RequestSpotInstancesCommand = exports.deserializeAws_ec2RequestSpotFleetCommand = exports.deserializeAws_ec2ReportInstanceStatusCommand = exports.deserializeAws_ec2ReplaceTransitGatewayRouteCommand = exports.deserializeAws_ec2ReplaceRouteTableAssociationCommand = exports.deserializeAws_ec2ReplaceRouteCommand = exports.deserializeAws_ec2ReplaceNetworkAclEntryCommand = exports.deserializeAws_ec2ReplaceNetworkAclAssociationCommand = exports.deserializeAws_ec2ReplaceIamInstanceProfileAssociationCommand = exports.deserializeAws_ec2ReleaseIpamPoolAllocationCommand = exports.deserializeAws_ec2ReleaseHostsCommand = exports.deserializeAws_ec2ReleaseAddressCommand = exports.deserializeAws_ec2RejectVpcPeeringConnectionCommand = exports.deserializeAws_ec2RejectVpcEndpointConnectionsCommand = exports.deserializeAws_ec2RejectTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2RejectTransitGatewayPeeringAttachmentCommand = exports.deserializeAws_ec2RejectTransitGatewayMulticastDomainAssociationsCommand = exports.deserializeAws_ec2RegisterTransitGatewayMulticastGroupSourcesCommand = exports.deserializeAws_ec2RegisterTransitGatewayMulticastGroupMembersCommand = exports.deserializeAws_ec2RegisterInstanceEventNotificationAttributesCommand = exports.deserializeAws_ec2RegisterImageCommand = exports.deserializeAws_ec2RebootInstancesCommand = exports.deserializeAws_ec2PurchaseScheduledInstancesCommand = exports.deserializeAws_ec2PurchaseReservedInstancesOfferingCommand = exports.deserializeAws_ec2PurchaseHostReservationCommand = exports.deserializeAws_ec2ProvisionPublicIpv4PoolCidrCommand = exports.deserializeAws_ec2ProvisionIpamPoolCidrCommand = exports.deserializeAws_ec2ProvisionByoipCidrCommand = exports.deserializeAws_ec2MoveByoipCidrToIpamCommand = exports.deserializeAws_ec2MoveAddressToVpcCommand = exports.deserializeAws_ec2MonitorInstancesCommand = exports.deserializeAws_ec2ModifyVpnTunnelOptionsCommand = 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 = void 0;
|
|
26
|
+
exports.deserializeAws_ec2WithdrawByoipCidrCommand = exports.deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.deserializeAws_ec2UnmonitorInstancesCommand = exports.deserializeAws_ec2UnassignPrivateNatGatewayAddressCommand = exports.deserializeAws_ec2UnassignPrivateIpAddressesCommand = exports.deserializeAws_ec2UnassignIpv6AddressesCommand = exports.deserializeAws_ec2TerminateInstancesCommand = exports.deserializeAws_ec2TerminateClientVpnConnectionsCommand = exports.deserializeAws_ec2StopInstancesCommand = exports.deserializeAws_ec2StartVpcEndpointServicePrivateDnsVerificationCommand = exports.deserializeAws_ec2StartNetworkInsightsAnalysisCommand = exports.deserializeAws_ec2StartNetworkInsightsAccessScopeAnalysisCommand = exports.deserializeAws_ec2StartInstancesCommand = exports.deserializeAws_ec2SendDiagnosticInterruptCommand = exports.deserializeAws_ec2SearchTransitGatewayRoutesCommand = exports.deserializeAws_ec2SearchTransitGatewayMulticastGroupsCommand = exports.deserializeAws_ec2SearchLocalGatewayRoutesCommand = exports.deserializeAws_ec2RunScheduledInstancesCommand = exports.deserializeAws_ec2RunInstancesCommand = exports.deserializeAws_ec2RevokeSecurityGroupIngressCommand = exports.deserializeAws_ec2RevokeSecurityGroupEgressCommand = exports.deserializeAws_ec2RevokeClientVpnIngressCommand = exports.deserializeAws_ec2RestoreSnapshotTierCommand = exports.deserializeAws_ec2RestoreSnapshotFromRecycleBinCommand = exports.deserializeAws_ec2RestoreManagedPrefixListVersionCommand = exports.deserializeAws_ec2RestoreImageFromRecycleBinCommand = exports.deserializeAws_ec2RestoreAddressToClassicCommand = void 0;
|
|
27
27
|
const protocol_http_1 = require("@aws-sdk/protocol-http");
|
|
28
28
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
29
29
|
const fast_xml_parser_1 = require("fast-xml-parser");
|
|
@@ -211,6 +211,19 @@ const serializeAws_ec2AssignPrivateIpAddressesCommand = async (input, context) =
|
|
|
211
211
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
212
212
|
};
|
|
213
213
|
exports.serializeAws_ec2AssignPrivateIpAddressesCommand = serializeAws_ec2AssignPrivateIpAddressesCommand;
|
|
214
|
+
const serializeAws_ec2AssignPrivateNatGatewayAddressCommand = async (input, context) => {
|
|
215
|
+
const headers = {
|
|
216
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
217
|
+
};
|
|
218
|
+
let body;
|
|
219
|
+
body = buildFormUrlencodedString({
|
|
220
|
+
...serializeAws_ec2AssignPrivateNatGatewayAddressRequest(input, context),
|
|
221
|
+
Action: "AssignPrivateNatGatewayAddress",
|
|
222
|
+
Version: "2016-11-15",
|
|
223
|
+
});
|
|
224
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
225
|
+
};
|
|
226
|
+
exports.serializeAws_ec2AssignPrivateNatGatewayAddressCommand = serializeAws_ec2AssignPrivateNatGatewayAddressCommand;
|
|
214
227
|
const serializeAws_ec2AssociateAddressCommand = async (input, context) => {
|
|
215
228
|
const headers = {
|
|
216
229
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -302,6 +315,19 @@ const serializeAws_ec2AssociateIpamResourceDiscoveryCommand = async (input, cont
|
|
|
302
315
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
303
316
|
};
|
|
304
317
|
exports.serializeAws_ec2AssociateIpamResourceDiscoveryCommand = serializeAws_ec2AssociateIpamResourceDiscoveryCommand;
|
|
318
|
+
const serializeAws_ec2AssociateNatGatewayAddressCommand = async (input, context) => {
|
|
319
|
+
const headers = {
|
|
320
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
321
|
+
};
|
|
322
|
+
let body;
|
|
323
|
+
body = buildFormUrlencodedString({
|
|
324
|
+
...serializeAws_ec2AssociateNatGatewayAddressRequest(input, context),
|
|
325
|
+
Action: "AssociateNatGatewayAddress",
|
|
326
|
+
Version: "2016-11-15",
|
|
327
|
+
});
|
|
328
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
329
|
+
};
|
|
330
|
+
exports.serializeAws_ec2AssociateNatGatewayAddressCommand = serializeAws_ec2AssociateNatGatewayAddressCommand;
|
|
305
331
|
const serializeAws_ec2AssociateRouteTableCommand = async (input, context) => {
|
|
306
332
|
const headers = {
|
|
307
333
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -4982,6 +5008,19 @@ const serializeAws_ec2DisassociateIpamResourceDiscoveryCommand = async (input, c
|
|
|
4982
5008
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4983
5009
|
};
|
|
4984
5010
|
exports.serializeAws_ec2DisassociateIpamResourceDiscoveryCommand = serializeAws_ec2DisassociateIpamResourceDiscoveryCommand;
|
|
5011
|
+
const serializeAws_ec2DisassociateNatGatewayAddressCommand = async (input, context) => {
|
|
5012
|
+
const headers = {
|
|
5013
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
5014
|
+
};
|
|
5015
|
+
let body;
|
|
5016
|
+
body = buildFormUrlencodedString({
|
|
5017
|
+
...serializeAws_ec2DisassociateNatGatewayAddressRequest(input, context),
|
|
5018
|
+
Action: "DisassociateNatGatewayAddress",
|
|
5019
|
+
Version: "2016-11-15",
|
|
5020
|
+
});
|
|
5021
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5022
|
+
};
|
|
5023
|
+
exports.serializeAws_ec2DisassociateNatGatewayAddressCommand = serializeAws_ec2DisassociateNatGatewayAddressCommand;
|
|
4985
5024
|
const serializeAws_ec2DisassociateRouteTableCommand = async (input, context) => {
|
|
4986
5025
|
const headers = {
|
|
4987
5026
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -7582,6 +7621,19 @@ const serializeAws_ec2UnassignPrivateIpAddressesCommand = async (input, context)
|
|
|
7582
7621
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
7583
7622
|
};
|
|
7584
7623
|
exports.serializeAws_ec2UnassignPrivateIpAddressesCommand = serializeAws_ec2UnassignPrivateIpAddressesCommand;
|
|
7624
|
+
const serializeAws_ec2UnassignPrivateNatGatewayAddressCommand = async (input, context) => {
|
|
7625
|
+
const headers = {
|
|
7626
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
7627
|
+
};
|
|
7628
|
+
let body;
|
|
7629
|
+
body = buildFormUrlencodedString({
|
|
7630
|
+
...serializeAws_ec2UnassignPrivateNatGatewayAddressRequest(input, context),
|
|
7631
|
+
Action: "UnassignPrivateNatGatewayAddress",
|
|
7632
|
+
Version: "2016-11-15",
|
|
7633
|
+
});
|
|
7634
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
7635
|
+
};
|
|
7636
|
+
exports.serializeAws_ec2UnassignPrivateNatGatewayAddressCommand = serializeAws_ec2UnassignPrivateNatGatewayAddressCommand;
|
|
7585
7637
|
const serializeAws_ec2UnmonitorInstancesCommand = async (input, context) => {
|
|
7586
7638
|
const headers = {
|
|
7587
7639
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -8026,6 +8078,34 @@ const deserializeAws_ec2AssignPrivateIpAddressesCommandError = async (output, co
|
|
|
8026
8078
|
errorCode,
|
|
8027
8079
|
});
|
|
8028
8080
|
};
|
|
8081
|
+
const deserializeAws_ec2AssignPrivateNatGatewayAddressCommand = async (output, context) => {
|
|
8082
|
+
if (output.statusCode >= 300) {
|
|
8083
|
+
return deserializeAws_ec2AssignPrivateNatGatewayAddressCommandError(output, context);
|
|
8084
|
+
}
|
|
8085
|
+
const data = await parseBody(output.body, context);
|
|
8086
|
+
let contents = {};
|
|
8087
|
+
contents = deserializeAws_ec2AssignPrivateNatGatewayAddressResult(data, context);
|
|
8088
|
+
const response = {
|
|
8089
|
+
$metadata: deserializeMetadata(output),
|
|
8090
|
+
...contents,
|
|
8091
|
+
};
|
|
8092
|
+
return Promise.resolve(response);
|
|
8093
|
+
};
|
|
8094
|
+
exports.deserializeAws_ec2AssignPrivateNatGatewayAddressCommand = deserializeAws_ec2AssignPrivateNatGatewayAddressCommand;
|
|
8095
|
+
const deserializeAws_ec2AssignPrivateNatGatewayAddressCommandError = async (output, context) => {
|
|
8096
|
+
const parsedOutput = {
|
|
8097
|
+
...output,
|
|
8098
|
+
body: await parseErrorBody(output.body, context),
|
|
8099
|
+
};
|
|
8100
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8101
|
+
const parsedBody = parsedOutput.body;
|
|
8102
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
8103
|
+
output,
|
|
8104
|
+
parsedBody: parsedBody.Errors.Error,
|
|
8105
|
+
exceptionCtor: EC2ServiceException_1.EC2ServiceException,
|
|
8106
|
+
errorCode,
|
|
8107
|
+
});
|
|
8108
|
+
};
|
|
8029
8109
|
const deserializeAws_ec2AssociateAddressCommand = async (output, context) => {
|
|
8030
8110
|
if (output.statusCode >= 300) {
|
|
8031
8111
|
return deserializeAws_ec2AssociateAddressCommandError(output, context);
|
|
@@ -8219,6 +8299,34 @@ const deserializeAws_ec2AssociateIpamResourceDiscoveryCommandError = async (outp
|
|
|
8219
8299
|
errorCode,
|
|
8220
8300
|
});
|
|
8221
8301
|
};
|
|
8302
|
+
const deserializeAws_ec2AssociateNatGatewayAddressCommand = async (output, context) => {
|
|
8303
|
+
if (output.statusCode >= 300) {
|
|
8304
|
+
return deserializeAws_ec2AssociateNatGatewayAddressCommandError(output, context);
|
|
8305
|
+
}
|
|
8306
|
+
const data = await parseBody(output.body, context);
|
|
8307
|
+
let contents = {};
|
|
8308
|
+
contents = deserializeAws_ec2AssociateNatGatewayAddressResult(data, context);
|
|
8309
|
+
const response = {
|
|
8310
|
+
$metadata: deserializeMetadata(output),
|
|
8311
|
+
...contents,
|
|
8312
|
+
};
|
|
8313
|
+
return Promise.resolve(response);
|
|
8314
|
+
};
|
|
8315
|
+
exports.deserializeAws_ec2AssociateNatGatewayAddressCommand = deserializeAws_ec2AssociateNatGatewayAddressCommand;
|
|
8316
|
+
const deserializeAws_ec2AssociateNatGatewayAddressCommandError = async (output, context) => {
|
|
8317
|
+
const parsedOutput = {
|
|
8318
|
+
...output,
|
|
8319
|
+
body: await parseErrorBody(output.body, context),
|
|
8320
|
+
};
|
|
8321
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8322
|
+
const parsedBody = parsedOutput.body;
|
|
8323
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
8324
|
+
output,
|
|
8325
|
+
parsedBody: parsedBody.Errors.Error,
|
|
8326
|
+
exceptionCtor: EC2ServiceException_1.EC2ServiceException,
|
|
8327
|
+
errorCode,
|
|
8328
|
+
});
|
|
8329
|
+
};
|
|
8222
8330
|
const deserializeAws_ec2AssociateRouteTableCommand = async (output, context) => {
|
|
8223
8331
|
if (output.statusCode >= 300) {
|
|
8224
8332
|
return deserializeAws_ec2AssociateRouteTableCommandError(output, context);
|
|
@@ -18203,6 +18311,34 @@ const deserializeAws_ec2DisassociateIpamResourceDiscoveryCommandError = async (o
|
|
|
18203
18311
|
errorCode,
|
|
18204
18312
|
});
|
|
18205
18313
|
};
|
|
18314
|
+
const deserializeAws_ec2DisassociateNatGatewayAddressCommand = async (output, context) => {
|
|
18315
|
+
if (output.statusCode >= 300) {
|
|
18316
|
+
return deserializeAws_ec2DisassociateNatGatewayAddressCommandError(output, context);
|
|
18317
|
+
}
|
|
18318
|
+
const data = await parseBody(output.body, context);
|
|
18319
|
+
let contents = {};
|
|
18320
|
+
contents = deserializeAws_ec2DisassociateNatGatewayAddressResult(data, context);
|
|
18321
|
+
const response = {
|
|
18322
|
+
$metadata: deserializeMetadata(output),
|
|
18323
|
+
...contents,
|
|
18324
|
+
};
|
|
18325
|
+
return Promise.resolve(response);
|
|
18326
|
+
};
|
|
18327
|
+
exports.deserializeAws_ec2DisassociateNatGatewayAddressCommand = deserializeAws_ec2DisassociateNatGatewayAddressCommand;
|
|
18328
|
+
const deserializeAws_ec2DisassociateNatGatewayAddressCommandError = async (output, context) => {
|
|
18329
|
+
const parsedOutput = {
|
|
18330
|
+
...output,
|
|
18331
|
+
body: await parseErrorBody(output.body, context),
|
|
18332
|
+
};
|
|
18333
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18334
|
+
const parsedBody = parsedOutput.body;
|
|
18335
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
18336
|
+
output,
|
|
18337
|
+
parsedBody: parsedBody.Errors.Error,
|
|
18338
|
+
exceptionCtor: EC2ServiceException_1.EC2ServiceException,
|
|
18339
|
+
errorCode,
|
|
18340
|
+
});
|
|
18341
|
+
};
|
|
18206
18342
|
const deserializeAws_ec2DisassociateRouteTableCommand = async (output, context) => {
|
|
18207
18343
|
if (output.statusCode >= 300) {
|
|
18208
18344
|
return deserializeAws_ec2DisassociateRouteTableCommandError(output, context);
|
|
@@ -23734,6 +23870,34 @@ const deserializeAws_ec2UnassignPrivateIpAddressesCommandError = async (output,
|
|
|
23734
23870
|
errorCode,
|
|
23735
23871
|
});
|
|
23736
23872
|
};
|
|
23873
|
+
const deserializeAws_ec2UnassignPrivateNatGatewayAddressCommand = async (output, context) => {
|
|
23874
|
+
if (output.statusCode >= 300) {
|
|
23875
|
+
return deserializeAws_ec2UnassignPrivateNatGatewayAddressCommandError(output, context);
|
|
23876
|
+
}
|
|
23877
|
+
const data = await parseBody(output.body, context);
|
|
23878
|
+
let contents = {};
|
|
23879
|
+
contents = deserializeAws_ec2UnassignPrivateNatGatewayAddressResult(data, context);
|
|
23880
|
+
const response = {
|
|
23881
|
+
$metadata: deserializeMetadata(output),
|
|
23882
|
+
...contents,
|
|
23883
|
+
};
|
|
23884
|
+
return Promise.resolve(response);
|
|
23885
|
+
};
|
|
23886
|
+
exports.deserializeAws_ec2UnassignPrivateNatGatewayAddressCommand = deserializeAws_ec2UnassignPrivateNatGatewayAddressCommand;
|
|
23887
|
+
const deserializeAws_ec2UnassignPrivateNatGatewayAddressCommandError = async (output, context) => {
|
|
23888
|
+
const parsedOutput = {
|
|
23889
|
+
...output,
|
|
23890
|
+
body: await parseErrorBody(output.body, context),
|
|
23891
|
+
};
|
|
23892
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
23893
|
+
const parsedBody = parsedOutput.body;
|
|
23894
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
23895
|
+
output,
|
|
23896
|
+
parsedBody: parsedBody.Errors.Error,
|
|
23897
|
+
exceptionCtor: EC2ServiceException_1.EC2ServiceException,
|
|
23898
|
+
errorCode,
|
|
23899
|
+
});
|
|
23900
|
+
};
|
|
23737
23901
|
const deserializeAws_ec2UnmonitorInstancesCommand = async (output, context) => {
|
|
23738
23902
|
if (output.statusCode >= 300) {
|
|
23739
23903
|
return deserializeAws_ec2UnmonitorInstancesCommandError(output, context);
|
|
@@ -24414,6 +24578,29 @@ const serializeAws_ec2AssignPrivateIpAddressesRequest = (input, context) => {
|
|
|
24414
24578
|
}
|
|
24415
24579
|
return entries;
|
|
24416
24580
|
};
|
|
24581
|
+
const serializeAws_ec2AssignPrivateNatGatewayAddressRequest = (input, context) => {
|
|
24582
|
+
const entries = {};
|
|
24583
|
+
if (input.NatGatewayId != null) {
|
|
24584
|
+
entries["NatGatewayId"] = input.NatGatewayId;
|
|
24585
|
+
}
|
|
24586
|
+
if (input.PrivateIpAddresses != null) {
|
|
24587
|
+
const memberEntries = serializeAws_ec2IpList(input.PrivateIpAddresses, context);
|
|
24588
|
+
if (input.PrivateIpAddresses?.length === 0) {
|
|
24589
|
+
entries.PrivateIpAddress = [];
|
|
24590
|
+
}
|
|
24591
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24592
|
+
const loc = `PrivateIpAddress.${key.substring(key.indexOf(".") + 1)}`;
|
|
24593
|
+
entries[loc] = value;
|
|
24594
|
+
});
|
|
24595
|
+
}
|
|
24596
|
+
if (input.PrivateIpAddressCount != null) {
|
|
24597
|
+
entries["PrivateIpAddressCount"] = input.PrivateIpAddressCount;
|
|
24598
|
+
}
|
|
24599
|
+
if (input.DryRun != null) {
|
|
24600
|
+
entries["DryRun"] = input.DryRun;
|
|
24601
|
+
}
|
|
24602
|
+
return entries;
|
|
24603
|
+
};
|
|
24417
24604
|
const serializeAws_ec2AssociateAddressRequest = (input, context) => {
|
|
24418
24605
|
const entries = {};
|
|
24419
24606
|
if (input.AllocationId != null) {
|
|
@@ -24544,6 +24731,36 @@ const serializeAws_ec2AssociateIpamResourceDiscoveryRequest = (input, context) =
|
|
|
24544
24731
|
}
|
|
24545
24732
|
return entries;
|
|
24546
24733
|
};
|
|
24734
|
+
const serializeAws_ec2AssociateNatGatewayAddressRequest = (input, context) => {
|
|
24735
|
+
const entries = {};
|
|
24736
|
+
if (input.NatGatewayId != null) {
|
|
24737
|
+
entries["NatGatewayId"] = input.NatGatewayId;
|
|
24738
|
+
}
|
|
24739
|
+
if (input.AllocationIds != null) {
|
|
24740
|
+
const memberEntries = serializeAws_ec2AllocationIdList(input.AllocationIds, context);
|
|
24741
|
+
if (input.AllocationIds?.length === 0) {
|
|
24742
|
+
entries.AllocationId = [];
|
|
24743
|
+
}
|
|
24744
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24745
|
+
const loc = `AllocationId.${key.substring(key.indexOf(".") + 1)}`;
|
|
24746
|
+
entries[loc] = value;
|
|
24747
|
+
});
|
|
24748
|
+
}
|
|
24749
|
+
if (input.PrivateIpAddresses != null) {
|
|
24750
|
+
const memberEntries = serializeAws_ec2IpList(input.PrivateIpAddresses, context);
|
|
24751
|
+
if (input.PrivateIpAddresses?.length === 0) {
|
|
24752
|
+
entries.PrivateIpAddress = [];
|
|
24753
|
+
}
|
|
24754
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24755
|
+
const loc = `PrivateIpAddress.${key.substring(key.indexOf(".") + 1)}`;
|
|
24756
|
+
entries[loc] = value;
|
|
24757
|
+
});
|
|
24758
|
+
}
|
|
24759
|
+
if (input.DryRun != null) {
|
|
24760
|
+
entries["DryRun"] = input.DryRun;
|
|
24761
|
+
}
|
|
24762
|
+
return entries;
|
|
24763
|
+
};
|
|
24547
24764
|
const serializeAws_ec2AssociateRouteTableRequest = (input, context) => {
|
|
24548
24765
|
const entries = {};
|
|
24549
24766
|
if (input.DryRun != null) {
|
|
@@ -26613,6 +26830,9 @@ const serializeAws_ec2CreateLocalGatewayRouteRequest = (input, context) => {
|
|
|
26613
26830
|
if (input.NetworkInterfaceId != null) {
|
|
26614
26831
|
entries["NetworkInterfaceId"] = input.NetworkInterfaceId;
|
|
26615
26832
|
}
|
|
26833
|
+
if (input.DestinationPrefixListId != null) {
|
|
26834
|
+
entries["DestinationPrefixListId"] = input.DestinationPrefixListId;
|
|
26835
|
+
}
|
|
26616
26836
|
return entries;
|
|
26617
26837
|
};
|
|
26618
26838
|
const serializeAws_ec2CreateLocalGatewayRouteTableRequest = (input, context) => {
|
|
@@ -26759,6 +26979,29 @@ const serializeAws_ec2CreateNatGatewayRequest = (input, context) => {
|
|
|
26759
26979
|
if (input.PrivateIpAddress != null) {
|
|
26760
26980
|
entries["PrivateIpAddress"] = input.PrivateIpAddress;
|
|
26761
26981
|
}
|
|
26982
|
+
if (input.SecondaryAllocationIds != null) {
|
|
26983
|
+
const memberEntries = serializeAws_ec2AllocationIdList(input.SecondaryAllocationIds, context);
|
|
26984
|
+
if (input.SecondaryAllocationIds?.length === 0) {
|
|
26985
|
+
entries.SecondaryAllocationId = [];
|
|
26986
|
+
}
|
|
26987
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
26988
|
+
const loc = `SecondaryAllocationId.${key.substring(key.indexOf(".") + 1)}`;
|
|
26989
|
+
entries[loc] = value;
|
|
26990
|
+
});
|
|
26991
|
+
}
|
|
26992
|
+
if (input.SecondaryPrivateIpAddresses != null) {
|
|
26993
|
+
const memberEntries = serializeAws_ec2IpList(input.SecondaryPrivateIpAddresses, context);
|
|
26994
|
+
if (input.SecondaryPrivateIpAddresses?.length === 0) {
|
|
26995
|
+
entries.SecondaryPrivateIpAddress = [];
|
|
26996
|
+
}
|
|
26997
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
26998
|
+
const loc = `SecondaryPrivateIpAddress.${key.substring(key.indexOf(".") + 1)}`;
|
|
26999
|
+
entries[loc] = value;
|
|
27000
|
+
});
|
|
27001
|
+
}
|
|
27002
|
+
if (input.SecondaryPrivateIpAddressCount != null) {
|
|
27003
|
+
entries["SecondaryPrivateIpAddressCount"] = input.SecondaryPrivateIpAddressCount;
|
|
27004
|
+
}
|
|
26762
27005
|
return entries;
|
|
26763
27006
|
};
|
|
26764
27007
|
const serializeAws_ec2CreateNetworkAclEntryRequest = (input, context) => {
|
|
@@ -28938,6 +29181,9 @@ const serializeAws_ec2DeleteLocalGatewayRouteRequest = (input, context) => {
|
|
|
28938
29181
|
if (input.DryRun != null) {
|
|
28939
29182
|
entries["DryRun"] = input.DryRun;
|
|
28940
29183
|
}
|
|
29184
|
+
if (input.DestinationPrefixListId != null) {
|
|
29185
|
+
entries["DestinationPrefixListId"] = input.DestinationPrefixListId;
|
|
29186
|
+
}
|
|
28941
29187
|
return entries;
|
|
28942
29188
|
};
|
|
28943
29189
|
const serializeAws_ec2DeleteLocalGatewayRouteTableRequest = (input, context) => {
|
|
@@ -34374,6 +34620,29 @@ const serializeAws_ec2DisassociateIpamResourceDiscoveryRequest = (input, context
|
|
|
34374
34620
|
}
|
|
34375
34621
|
return entries;
|
|
34376
34622
|
};
|
|
34623
|
+
const serializeAws_ec2DisassociateNatGatewayAddressRequest = (input, context) => {
|
|
34624
|
+
const entries = {};
|
|
34625
|
+
if (input.NatGatewayId != null) {
|
|
34626
|
+
entries["NatGatewayId"] = input.NatGatewayId;
|
|
34627
|
+
}
|
|
34628
|
+
if (input.AssociationIds != null) {
|
|
34629
|
+
const memberEntries = serializeAws_ec2EipAssociationIdList(input.AssociationIds, context);
|
|
34630
|
+
if (input.AssociationIds?.length === 0) {
|
|
34631
|
+
entries.AssociationId = [];
|
|
34632
|
+
}
|
|
34633
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
34634
|
+
const loc = `AssociationId.${key.substring(key.indexOf(".") + 1)}`;
|
|
34635
|
+
entries[loc] = value;
|
|
34636
|
+
});
|
|
34637
|
+
}
|
|
34638
|
+
if (input.MaxDrainDurationSeconds != null) {
|
|
34639
|
+
entries["MaxDrainDurationSeconds"] = input.MaxDrainDurationSeconds;
|
|
34640
|
+
}
|
|
34641
|
+
if (input.DryRun != null) {
|
|
34642
|
+
entries["DryRun"] = input.DryRun;
|
|
34643
|
+
}
|
|
34644
|
+
return entries;
|
|
34645
|
+
};
|
|
34377
34646
|
const serializeAws_ec2DisassociateRouteTableRequest = (input, context) => {
|
|
34378
34647
|
const entries = {};
|
|
34379
34648
|
if (input.AssociationId != null) {
|
|
@@ -34589,6 +34858,18 @@ const serializeAws_ec2EgressOnlyInternetGatewayIdList = (input, context) => {
|
|
|
34589
34858
|
}
|
|
34590
34859
|
return entries;
|
|
34591
34860
|
};
|
|
34861
|
+
const serializeAws_ec2EipAssociationIdList = (input, context) => {
|
|
34862
|
+
const entries = {};
|
|
34863
|
+
let counter = 1;
|
|
34864
|
+
for (const entry of input) {
|
|
34865
|
+
if (entry === null) {
|
|
34866
|
+
continue;
|
|
34867
|
+
}
|
|
34868
|
+
entries[`Item.${counter}`] = entry;
|
|
34869
|
+
counter++;
|
|
34870
|
+
}
|
|
34871
|
+
return entries;
|
|
34872
|
+
};
|
|
34592
34873
|
const serializeAws_ec2ElasticGpuIdSet = (input, context) => {
|
|
34593
34874
|
const entries = {};
|
|
34594
34875
|
let counter = 1;
|
|
@@ -37542,6 +37823,18 @@ const serializeAws_ec2IpamPoolAllocationDisallowedCidrs = (input, context) => {
|
|
|
37542
37823
|
}
|
|
37543
37824
|
return entries;
|
|
37544
37825
|
};
|
|
37826
|
+
const serializeAws_ec2IpList = (input, context) => {
|
|
37827
|
+
const entries = {};
|
|
37828
|
+
let counter = 1;
|
|
37829
|
+
for (const entry of input) {
|
|
37830
|
+
if (entry === null) {
|
|
37831
|
+
continue;
|
|
37832
|
+
}
|
|
37833
|
+
entries[`Item.${counter}`] = entry;
|
|
37834
|
+
counter++;
|
|
37835
|
+
}
|
|
37836
|
+
return entries;
|
|
37837
|
+
};
|
|
37545
37838
|
const serializeAws_ec2IpPermission = (input, context) => {
|
|
37546
37839
|
const entries = {};
|
|
37547
37840
|
if (input.FromPort != null) {
|
|
@@ -39453,6 +39746,9 @@ const serializeAws_ec2ModifyLocalGatewayRouteRequest = (input, context) => {
|
|
|
39453
39746
|
if (input.DryRun != null) {
|
|
39454
39747
|
entries["DryRun"] = input.DryRun;
|
|
39455
39748
|
}
|
|
39749
|
+
if (input.DestinationPrefixListId != null) {
|
|
39750
|
+
entries["DestinationPrefixListId"] = input.DestinationPrefixListId;
|
|
39751
|
+
}
|
|
39456
39752
|
return entries;
|
|
39457
39753
|
};
|
|
39458
39754
|
const serializeAws_ec2ModifyManagedPrefixListRequest = (input, context) => {
|
|
@@ -45184,6 +45480,29 @@ const serializeAws_ec2UnassignPrivateIpAddressesRequest = (input, context) => {
|
|
|
45184
45480
|
}
|
|
45185
45481
|
return entries;
|
|
45186
45482
|
};
|
|
45483
|
+
const serializeAws_ec2UnassignPrivateNatGatewayAddressRequest = (input, context) => {
|
|
45484
|
+
const entries = {};
|
|
45485
|
+
if (input.NatGatewayId != null) {
|
|
45486
|
+
entries["NatGatewayId"] = input.NatGatewayId;
|
|
45487
|
+
}
|
|
45488
|
+
if (input.PrivateIpAddresses != null) {
|
|
45489
|
+
const memberEntries = serializeAws_ec2IpList(input.PrivateIpAddresses, context);
|
|
45490
|
+
if (input.PrivateIpAddresses?.length === 0) {
|
|
45491
|
+
entries.PrivateIpAddress = [];
|
|
45492
|
+
}
|
|
45493
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
45494
|
+
const loc = `PrivateIpAddress.${key.substring(key.indexOf(".") + 1)}`;
|
|
45495
|
+
entries[loc] = value;
|
|
45496
|
+
});
|
|
45497
|
+
}
|
|
45498
|
+
if (input.MaxDrainDurationSeconds != null) {
|
|
45499
|
+
entries["MaxDrainDurationSeconds"] = input.MaxDrainDurationSeconds;
|
|
45500
|
+
}
|
|
45501
|
+
if (input.DryRun != null) {
|
|
45502
|
+
entries["DryRun"] = input.DryRun;
|
|
45503
|
+
}
|
|
45504
|
+
return entries;
|
|
45505
|
+
};
|
|
45187
45506
|
const serializeAws_ec2UnmonitorInstancesRequest = (input, context) => {
|
|
45188
45507
|
const entries = {};
|
|
45189
45508
|
if (input.InstanceIds != null) {
|
|
@@ -46271,10 +46590,10 @@ const deserializeAws_ec2AddressTransfer = (output, context) => {
|
|
|
46271
46590
|
contents.TransferAccountId = (0, smithy_client_1.expectString)(output["transferAccountId"]);
|
|
46272
46591
|
}
|
|
46273
46592
|
if (output["transferOfferExpirationTimestamp"] !== undefined) {
|
|
46274
|
-
contents.TransferOfferExpirationTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
46593
|
+
contents.TransferOfferExpirationTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["transferOfferExpirationTimestamp"]));
|
|
46275
46594
|
}
|
|
46276
46595
|
if (output["transferOfferAcceptedTimestamp"] !== undefined) {
|
|
46277
|
-
contents.TransferOfferAcceptedTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
46596
|
+
contents.TransferOfferAcceptedTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["transferOfferAcceptedTimestamp"]));
|
|
46278
46597
|
}
|
|
46279
46598
|
if (output["addressTransferStatus"] !== undefined) {
|
|
46280
46599
|
contents.AddressTransferStatus = (0, smithy_client_1.expectString)(output["addressTransferStatus"]);
|
|
@@ -46709,6 +47028,22 @@ const deserializeAws_ec2AssignPrivateIpAddressesResult = (output, context) => {
|
|
|
46709
47028
|
}
|
|
46710
47029
|
return contents;
|
|
46711
47030
|
};
|
|
47031
|
+
const deserializeAws_ec2AssignPrivateNatGatewayAddressResult = (output, context) => {
|
|
47032
|
+
const contents = {
|
|
47033
|
+
NatGatewayId: undefined,
|
|
47034
|
+
NatGatewayAddresses: undefined,
|
|
47035
|
+
};
|
|
47036
|
+
if (output["natGatewayId"] !== undefined) {
|
|
47037
|
+
contents.NatGatewayId = (0, smithy_client_1.expectString)(output["natGatewayId"]);
|
|
47038
|
+
}
|
|
47039
|
+
if (output.natGatewayAddressSet === "") {
|
|
47040
|
+
contents.NatGatewayAddresses = [];
|
|
47041
|
+
}
|
|
47042
|
+
else if (output["natGatewayAddressSet"] !== undefined && output["natGatewayAddressSet"]["item"] !== undefined) {
|
|
47043
|
+
contents.NatGatewayAddresses = deserializeAws_ec2NatGatewayAddressList((0, smithy_client_1.getArrayIfSingleItem)(output["natGatewayAddressSet"]["item"]), context);
|
|
47044
|
+
}
|
|
47045
|
+
return contents;
|
|
47046
|
+
};
|
|
46712
47047
|
const deserializeAws_ec2AssociateAddressResult = (output, context) => {
|
|
46713
47048
|
const contents = {
|
|
46714
47049
|
AssociationId: undefined,
|
|
@@ -46823,6 +47158,22 @@ const deserializeAws_ec2AssociateIpamResourceDiscoveryResult = (output, context)
|
|
|
46823
47158
|
}
|
|
46824
47159
|
return contents;
|
|
46825
47160
|
};
|
|
47161
|
+
const deserializeAws_ec2AssociateNatGatewayAddressResult = (output, context) => {
|
|
47162
|
+
const contents = {
|
|
47163
|
+
NatGatewayId: undefined,
|
|
47164
|
+
NatGatewayAddresses: undefined,
|
|
47165
|
+
};
|
|
47166
|
+
if (output["natGatewayId"] !== undefined) {
|
|
47167
|
+
contents.NatGatewayId = (0, smithy_client_1.expectString)(output["natGatewayId"]);
|
|
47168
|
+
}
|
|
47169
|
+
if (output.natGatewayAddressSet === "") {
|
|
47170
|
+
contents.NatGatewayAddresses = [];
|
|
47171
|
+
}
|
|
47172
|
+
else if (output["natGatewayAddressSet"] !== undefined && output["natGatewayAddressSet"]["item"] !== undefined) {
|
|
47173
|
+
contents.NatGatewayAddresses = deserializeAws_ec2NatGatewayAddressList((0, smithy_client_1.getArrayIfSingleItem)(output["natGatewayAddressSet"]["item"]), context);
|
|
47174
|
+
}
|
|
47175
|
+
return contents;
|
|
47176
|
+
};
|
|
46826
47177
|
const deserializeAws_ec2AssociateRouteTableResult = (output, context) => {
|
|
46827
47178
|
const contents = {
|
|
46828
47179
|
AssociationId: undefined,
|
|
@@ -47260,7 +47611,7 @@ const deserializeAws_ec2BundleTask = (output, context) => {
|
|
|
47260
47611
|
contents.Progress = (0, smithy_client_1.expectString)(output["progress"]);
|
|
47261
47612
|
}
|
|
47262
47613
|
if (output["startTime"] !== undefined) {
|
|
47263
|
-
contents.StartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
47614
|
+
contents.StartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["startTime"]));
|
|
47264
47615
|
}
|
|
47265
47616
|
if (output["state"] !== undefined) {
|
|
47266
47617
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
@@ -47269,7 +47620,7 @@ const deserializeAws_ec2BundleTask = (output, context) => {
|
|
|
47269
47620
|
contents.Storage = deserializeAws_ec2Storage(output["storage"], context);
|
|
47270
47621
|
}
|
|
47271
47622
|
if (output["updateTime"] !== undefined) {
|
|
47272
|
-
contents.UpdateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
47623
|
+
contents.UpdateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["updateTime"]));
|
|
47273
47624
|
}
|
|
47274
47625
|
return contents;
|
|
47275
47626
|
};
|
|
@@ -47608,10 +47959,10 @@ const deserializeAws_ec2CapacityReservation = (output, context) => {
|
|
|
47608
47959
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
47609
47960
|
}
|
|
47610
47961
|
if (output["startDate"] !== undefined) {
|
|
47611
|
-
contents.StartDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
47962
|
+
contents.StartDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["startDate"]));
|
|
47612
47963
|
}
|
|
47613
47964
|
if (output["endDate"] !== undefined) {
|
|
47614
|
-
contents.EndDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
47965
|
+
contents.EndDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["endDate"]));
|
|
47615
47966
|
}
|
|
47616
47967
|
if (output["endDateType"] !== undefined) {
|
|
47617
47968
|
contents.EndDateType = (0, smithy_client_1.expectString)(output["endDateType"]);
|
|
@@ -47620,7 +47971,7 @@ const deserializeAws_ec2CapacityReservation = (output, context) => {
|
|
|
47620
47971
|
contents.InstanceMatchCriteria = (0, smithy_client_1.expectString)(output["instanceMatchCriteria"]);
|
|
47621
47972
|
}
|
|
47622
47973
|
if (output["createDate"] !== undefined) {
|
|
47623
|
-
contents.CreateDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
47974
|
+
contents.CreateDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["createDate"]));
|
|
47624
47975
|
}
|
|
47625
47976
|
if (output.tagSet === "") {
|
|
47626
47977
|
contents.Tags = [];
|
|
@@ -47679,10 +48030,10 @@ const deserializeAws_ec2CapacityReservationFleet = (output, context) => {
|
|
|
47679
48030
|
contents.Tenancy = (0, smithy_client_1.expectString)(output["tenancy"]);
|
|
47680
48031
|
}
|
|
47681
48032
|
if (output["endDate"] !== undefined) {
|
|
47682
|
-
contents.EndDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
48033
|
+
contents.EndDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["endDate"]));
|
|
47683
48034
|
}
|
|
47684
48035
|
if (output["createTime"] !== undefined) {
|
|
47685
|
-
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
48036
|
+
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["createTime"]));
|
|
47686
48037
|
}
|
|
47687
48038
|
if (output["instanceMatchCriteria"] !== undefined) {
|
|
47688
48039
|
contents.InstanceMatchCriteria = (0, smithy_client_1.expectString)(output["instanceMatchCriteria"]);
|
|
@@ -48611,10 +48962,10 @@ const deserializeAws_ec2CreateCapacityReservationFleetResult = (output, context)
|
|
|
48611
48962
|
contents.AllocationStrategy = (0, smithy_client_1.expectString)(output["allocationStrategy"]);
|
|
48612
48963
|
}
|
|
48613
48964
|
if (output["createTime"] !== undefined) {
|
|
48614
|
-
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
48965
|
+
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["createTime"]));
|
|
48615
48966
|
}
|
|
48616
48967
|
if (output["endDate"] !== undefined) {
|
|
48617
|
-
contents.EndDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
48968
|
+
contents.EndDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["endDate"]));
|
|
48618
48969
|
}
|
|
48619
48970
|
if (output["tenancy"] !== undefined) {
|
|
48620
48971
|
contents.Tenancy = (0, smithy_client_1.expectString)(output["tenancy"]);
|
|
@@ -50770,7 +51121,7 @@ const deserializeAws_ec2DescribeFastLaunchImagesSuccessItem = (output, context)
|
|
|
50770
51121
|
contents.StateTransitionReason = (0, smithy_client_1.expectString)(output["stateTransitionReason"]);
|
|
50771
51122
|
}
|
|
50772
51123
|
if (output["stateTransitionTime"] !== undefined) {
|
|
50773
|
-
contents.StateTransitionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
51124
|
+
contents.StateTransitionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["stateTransitionTime"]));
|
|
50774
51125
|
}
|
|
50775
51126
|
return contents;
|
|
50776
51127
|
};
|
|
@@ -50830,19 +51181,19 @@ const deserializeAws_ec2DescribeFastSnapshotRestoreSuccessItem = (output, contex
|
|
|
50830
51181
|
contents.OwnerAlias = (0, smithy_client_1.expectString)(output["ownerAlias"]);
|
|
50831
51182
|
}
|
|
50832
51183
|
if (output["enablingTime"] !== undefined) {
|
|
50833
|
-
contents.EnablingTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
51184
|
+
contents.EnablingTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["enablingTime"]));
|
|
50834
51185
|
}
|
|
50835
51186
|
if (output["optimizingTime"] !== undefined) {
|
|
50836
|
-
contents.OptimizingTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
51187
|
+
contents.OptimizingTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["optimizingTime"]));
|
|
50837
51188
|
}
|
|
50838
51189
|
if (output["enabledTime"] !== undefined) {
|
|
50839
|
-
contents.EnabledTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
51190
|
+
contents.EnabledTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["enabledTime"]));
|
|
50840
51191
|
}
|
|
50841
51192
|
if (output["disablingTime"] !== undefined) {
|
|
50842
|
-
contents.DisablingTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
51193
|
+
contents.DisablingTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["disablingTime"]));
|
|
50843
51194
|
}
|
|
50844
51195
|
if (output["disabledTime"] !== undefined) {
|
|
50845
|
-
contents.DisabledTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
51196
|
+
contents.DisabledTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["disabledTime"]));
|
|
50846
51197
|
}
|
|
50847
51198
|
return contents;
|
|
50848
51199
|
};
|
|
@@ -50889,7 +51240,7 @@ const deserializeAws_ec2DescribeFleetHistoryResult = (output, context) => {
|
|
|
50889
51240
|
contents.HistoryRecords = deserializeAws_ec2HistoryRecordSet((0, smithy_client_1.getArrayIfSingleItem)(output["historyRecordSet"]["item"]), context);
|
|
50890
51241
|
}
|
|
50891
51242
|
if (output["lastEvaluatedTime"] !== undefined) {
|
|
50892
|
-
contents.LastEvaluatedTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
51243
|
+
contents.LastEvaluatedTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["lastEvaluatedTime"]));
|
|
50893
51244
|
}
|
|
50894
51245
|
if (output["nextToken"] !== undefined) {
|
|
50895
51246
|
contents.NextToken = (0, smithy_client_1.expectString)(output["nextToken"]);
|
|
@@ -50898,7 +51249,7 @@ const deserializeAws_ec2DescribeFleetHistoryResult = (output, context) => {
|
|
|
50898
51249
|
contents.FleetId = (0, smithy_client_1.expectString)(output["fleetId"]);
|
|
50899
51250
|
}
|
|
50900
51251
|
if (output["startTime"] !== undefined) {
|
|
50901
|
-
contents.StartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
51252
|
+
contents.StartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["startTime"]));
|
|
50902
51253
|
}
|
|
50903
51254
|
return contents;
|
|
50904
51255
|
};
|
|
@@ -52059,7 +52410,7 @@ const deserializeAws_ec2DescribeSpotFleetRequestHistoryResponse = (output, conte
|
|
|
52059
52410
|
contents.HistoryRecords = deserializeAws_ec2HistoryRecords((0, smithy_client_1.getArrayIfSingleItem)(output["historyRecordSet"]["item"]), context);
|
|
52060
52411
|
}
|
|
52061
52412
|
if (output["lastEvaluatedTime"] !== undefined) {
|
|
52062
|
-
contents.LastEvaluatedTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
52413
|
+
contents.LastEvaluatedTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["lastEvaluatedTime"]));
|
|
52063
52414
|
}
|
|
52064
52415
|
if (output["nextToken"] !== undefined) {
|
|
52065
52416
|
contents.NextToken = (0, smithy_client_1.expectString)(output["nextToken"]);
|
|
@@ -52068,7 +52419,7 @@ const deserializeAws_ec2DescribeSpotFleetRequestHistoryResponse = (output, conte
|
|
|
52068
52419
|
contents.SpotFleetRequestId = (0, smithy_client_1.expectString)(output["spotFleetRequestId"]);
|
|
52069
52420
|
}
|
|
52070
52421
|
if (output["startTime"] !== undefined) {
|
|
52071
|
-
contents.StartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
52422
|
+
contents.StartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["startTime"]));
|
|
52072
52423
|
}
|
|
52073
52424
|
return contents;
|
|
52074
52425
|
};
|
|
@@ -52970,7 +53321,7 @@ const deserializeAws_ec2DisableFastLaunchResult = (output, context) => {
|
|
|
52970
53321
|
contents.StateTransitionReason = (0, smithy_client_1.expectString)(output["stateTransitionReason"]);
|
|
52971
53322
|
}
|
|
52972
53323
|
if (output["stateTransitionTime"] !== undefined) {
|
|
52973
|
-
contents.StateTransitionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
53324
|
+
contents.StateTransitionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["stateTransitionTime"]));
|
|
52974
53325
|
}
|
|
52975
53326
|
return contents;
|
|
52976
53327
|
};
|
|
@@ -53083,19 +53434,19 @@ const deserializeAws_ec2DisableFastSnapshotRestoreSuccessItem = (output, context
|
|
|
53083
53434
|
contents.OwnerAlias = (0, smithy_client_1.expectString)(output["ownerAlias"]);
|
|
53084
53435
|
}
|
|
53085
53436
|
if (output["enablingTime"] !== undefined) {
|
|
53086
|
-
contents.EnablingTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
53437
|
+
contents.EnablingTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["enablingTime"]));
|
|
53087
53438
|
}
|
|
53088
53439
|
if (output["optimizingTime"] !== undefined) {
|
|
53089
|
-
contents.OptimizingTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
53440
|
+
contents.OptimizingTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["optimizingTime"]));
|
|
53090
53441
|
}
|
|
53091
53442
|
if (output["enabledTime"] !== undefined) {
|
|
53092
|
-
contents.EnabledTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
53443
|
+
contents.EnabledTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["enabledTime"]));
|
|
53093
53444
|
}
|
|
53094
53445
|
if (output["disablingTime"] !== undefined) {
|
|
53095
|
-
contents.DisablingTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
53446
|
+
contents.DisablingTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["disablingTime"]));
|
|
53096
53447
|
}
|
|
53097
53448
|
if (output["disabledTime"] !== undefined) {
|
|
53098
|
-
contents.DisabledTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
53449
|
+
contents.DisabledTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["disabledTime"]));
|
|
53099
53450
|
}
|
|
53100
53451
|
return contents;
|
|
53101
53452
|
};
|
|
@@ -53209,6 +53560,22 @@ const deserializeAws_ec2DisassociateIpamResourceDiscoveryResult = (output, conte
|
|
|
53209
53560
|
}
|
|
53210
53561
|
return contents;
|
|
53211
53562
|
};
|
|
53563
|
+
const deserializeAws_ec2DisassociateNatGatewayAddressResult = (output, context) => {
|
|
53564
|
+
const contents = {
|
|
53565
|
+
NatGatewayId: undefined,
|
|
53566
|
+
NatGatewayAddresses: undefined,
|
|
53567
|
+
};
|
|
53568
|
+
if (output["natGatewayId"] !== undefined) {
|
|
53569
|
+
contents.NatGatewayId = (0, smithy_client_1.expectString)(output["natGatewayId"]);
|
|
53570
|
+
}
|
|
53571
|
+
if (output.natGatewayAddressSet === "") {
|
|
53572
|
+
contents.NatGatewayAddresses = [];
|
|
53573
|
+
}
|
|
53574
|
+
else if (output["natGatewayAddressSet"] !== undefined && output["natGatewayAddressSet"]["item"] !== undefined) {
|
|
53575
|
+
contents.NatGatewayAddresses = deserializeAws_ec2NatGatewayAddressList((0, smithy_client_1.getArrayIfSingleItem)(output["natGatewayAddressSet"]["item"]), context);
|
|
53576
|
+
}
|
|
53577
|
+
return contents;
|
|
53578
|
+
};
|
|
53212
53579
|
const deserializeAws_ec2DisassociateSubnetCidrBlockResult = (output, context) => {
|
|
53213
53580
|
const contents = {
|
|
53214
53581
|
Ipv6CidrBlockAssociation: undefined,
|
|
@@ -53436,7 +53803,7 @@ const deserializeAws_ec2EbsInstanceBlockDevice = (output, context) => {
|
|
|
53436
53803
|
VolumeId: undefined,
|
|
53437
53804
|
};
|
|
53438
53805
|
if (output["attachTime"] !== undefined) {
|
|
53439
|
-
contents.AttachTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
53806
|
+
contents.AttachTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["attachTime"]));
|
|
53440
53807
|
}
|
|
53441
53808
|
if (output["deleteOnTermination"] !== undefined) {
|
|
53442
53809
|
contents.DeleteOnTermination = (0, smithy_client_1.parseBoolean)(output["deleteOnTermination"]);
|
|
@@ -53630,7 +53997,7 @@ const deserializeAws_ec2ElasticInferenceAcceleratorAssociation = (output, contex
|
|
|
53630
53997
|
contents.ElasticInferenceAcceleratorAssociationState = (0, smithy_client_1.expectString)(output["elasticInferenceAcceleratorAssociationState"]);
|
|
53631
53998
|
}
|
|
53632
53999
|
if (output["elasticInferenceAcceleratorAssociationTime"] !== undefined) {
|
|
53633
|
-
contents.ElasticInferenceAcceleratorAssociationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
54000
|
+
contents.ElasticInferenceAcceleratorAssociationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["elasticInferenceAcceleratorAssociationTime"]));
|
|
53634
54001
|
}
|
|
53635
54002
|
return contents;
|
|
53636
54003
|
};
|
|
@@ -53705,7 +54072,7 @@ const deserializeAws_ec2EnableFastLaunchResult = (output, context) => {
|
|
|
53705
54072
|
contents.StateTransitionReason = (0, smithy_client_1.expectString)(output["stateTransitionReason"]);
|
|
53706
54073
|
}
|
|
53707
54074
|
if (output["stateTransitionTime"] !== undefined) {
|
|
53708
|
-
contents.StateTransitionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
54075
|
+
contents.StateTransitionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["stateTransitionTime"]));
|
|
53709
54076
|
}
|
|
53710
54077
|
return contents;
|
|
53711
54078
|
};
|
|
@@ -53818,19 +54185,19 @@ const deserializeAws_ec2EnableFastSnapshotRestoreSuccessItem = (output, context)
|
|
|
53818
54185
|
contents.OwnerAlias = (0, smithy_client_1.expectString)(output["ownerAlias"]);
|
|
53819
54186
|
}
|
|
53820
54187
|
if (output["enablingTime"] !== undefined) {
|
|
53821
|
-
contents.EnablingTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
54188
|
+
contents.EnablingTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["enablingTime"]));
|
|
53822
54189
|
}
|
|
53823
54190
|
if (output["optimizingTime"] !== undefined) {
|
|
53824
|
-
contents.OptimizingTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
54191
|
+
contents.OptimizingTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["optimizingTime"]));
|
|
53825
54192
|
}
|
|
53826
54193
|
if (output["enabledTime"] !== undefined) {
|
|
53827
|
-
contents.EnabledTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
54194
|
+
contents.EnabledTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["enabledTime"]));
|
|
53828
54195
|
}
|
|
53829
54196
|
if (output["disablingTime"] !== undefined) {
|
|
53830
|
-
contents.DisablingTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
54197
|
+
contents.DisablingTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["disablingTime"]));
|
|
53831
54198
|
}
|
|
53832
54199
|
if (output["disabledTime"] !== undefined) {
|
|
53833
|
-
contents.DisabledTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
54200
|
+
contents.DisabledTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["disabledTime"]));
|
|
53834
54201
|
}
|
|
53835
54202
|
return contents;
|
|
53836
54203
|
};
|
|
@@ -54510,7 +54877,7 @@ const deserializeAws_ec2FleetCapacityReservation = (output, context) => {
|
|
|
54510
54877
|
contents.EbsOptimized = (0, smithy_client_1.parseBoolean)(output["ebsOptimized"]);
|
|
54511
54878
|
}
|
|
54512
54879
|
if (output["createDate"] !== undefined) {
|
|
54513
|
-
contents.CreateDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
54880
|
+
contents.CreateDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["createDate"]));
|
|
54514
54881
|
}
|
|
54515
54882
|
if (output["weight"] !== undefined) {
|
|
54516
54883
|
contents.Weight = (0, smithy_client_1.strictParseFloat)(output["weight"]);
|
|
@@ -54555,7 +54922,7 @@ const deserializeAws_ec2FleetData = (output, context) => {
|
|
|
54555
54922
|
contents.ActivityStatus = (0, smithy_client_1.expectString)(output["activityStatus"]);
|
|
54556
54923
|
}
|
|
54557
54924
|
if (output["createTime"] !== undefined) {
|
|
54558
|
-
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
54925
|
+
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["createTime"]));
|
|
54559
54926
|
}
|
|
54560
54927
|
if (output["fleetId"] !== undefined) {
|
|
54561
54928
|
contents.FleetId = (0, smithy_client_1.expectString)(output["fleetId"]);
|
|
@@ -54591,10 +54958,10 @@ const deserializeAws_ec2FleetData = (output, context) => {
|
|
|
54591
54958
|
contents.Type = (0, smithy_client_1.expectString)(output["type"]);
|
|
54592
54959
|
}
|
|
54593
54960
|
if (output["validFrom"] !== undefined) {
|
|
54594
|
-
contents.ValidFrom = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
54961
|
+
contents.ValidFrom = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["validFrom"]));
|
|
54595
54962
|
}
|
|
54596
54963
|
if (output["validUntil"] !== undefined) {
|
|
54597
|
-
contents.ValidUntil = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
54964
|
+
contents.ValidUntil = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["validUntil"]));
|
|
54598
54965
|
}
|
|
54599
54966
|
if (output["replaceUnhealthyInstances"] !== undefined) {
|
|
54600
54967
|
contents.ReplaceUnhealthyInstances = (0, smithy_client_1.parseBoolean)(output["replaceUnhealthyInstances"]);
|
|
@@ -54765,7 +55132,7 @@ const deserializeAws_ec2FlowLog = (output, context) => {
|
|
|
54765
55132
|
DestinationOptions: undefined,
|
|
54766
55133
|
};
|
|
54767
55134
|
if (output["creationTime"] !== undefined) {
|
|
54768
|
-
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
55135
|
+
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["creationTime"]));
|
|
54769
55136
|
}
|
|
54770
55137
|
if (output["deliverLogsErrorMessage"] !== undefined) {
|
|
54771
55138
|
contents.DeliverLogsErrorMessage = (0, smithy_client_1.expectString)(output["deliverLogsErrorMessage"]);
|
|
@@ -54902,10 +55269,10 @@ const deserializeAws_ec2FpgaImage = (output, context) => {
|
|
|
54902
55269
|
contents.State = deserializeAws_ec2FpgaImageState(output["state"], context);
|
|
54903
55270
|
}
|
|
54904
55271
|
if (output["createTime"] !== undefined) {
|
|
54905
|
-
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
55272
|
+
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["createTime"]));
|
|
54906
55273
|
}
|
|
54907
55274
|
if (output["updateTime"] !== undefined) {
|
|
54908
|
-
contents.UpdateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
55275
|
+
contents.UpdateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["updateTime"]));
|
|
54909
55276
|
}
|
|
54910
55277
|
if (output["ownerId"] !== undefined) {
|
|
54911
55278
|
contents.OwnerId = (0, smithy_client_1.expectString)(output["ownerId"]);
|
|
@@ -55119,7 +55486,7 @@ const deserializeAws_ec2GetConsoleOutputResult = (output, context) => {
|
|
|
55119
55486
|
contents.Output = (0, smithy_client_1.expectString)(output["output"]);
|
|
55120
55487
|
}
|
|
55121
55488
|
if (output["timestamp"] !== undefined) {
|
|
55122
|
-
contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
55489
|
+
contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["timestamp"]));
|
|
55123
55490
|
}
|
|
55124
55491
|
return contents;
|
|
55125
55492
|
};
|
|
@@ -55428,7 +55795,7 @@ const deserializeAws_ec2GetPasswordDataResult = (output, context) => {
|
|
|
55428
55795
|
contents.PasswordData = (0, smithy_client_1.expectString)(output["passwordData"]);
|
|
55429
55796
|
}
|
|
55430
55797
|
if (output["timestamp"] !== undefined) {
|
|
55431
|
-
contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
55798
|
+
contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["timestamp"]));
|
|
55432
55799
|
}
|
|
55433
55800
|
return contents;
|
|
55434
55801
|
};
|
|
@@ -55451,7 +55818,7 @@ const deserializeAws_ec2GetReservedInstancesExchangeQuoteResult = (output, conte
|
|
|
55451
55818
|
contents.IsValidExchange = (0, smithy_client_1.parseBoolean)(output["isValidExchange"]);
|
|
55452
55819
|
}
|
|
55453
55820
|
if (output["outputReservedInstancesWillExpireAt"] !== undefined) {
|
|
55454
|
-
contents.OutputReservedInstancesWillExpireAt = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
55821
|
+
contents.OutputReservedInstancesWillExpireAt = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["outputReservedInstancesWillExpireAt"]));
|
|
55455
55822
|
}
|
|
55456
55823
|
if (output["paymentDue"] !== undefined) {
|
|
55457
55824
|
contents.PaymentDue = (0, smithy_client_1.expectString)(output["paymentDue"]);
|
|
@@ -55805,7 +56172,7 @@ const deserializeAws_ec2HistoryRecord = (output, context) => {
|
|
|
55805
56172
|
contents.EventType = (0, smithy_client_1.expectString)(output["eventType"]);
|
|
55806
56173
|
}
|
|
55807
56174
|
if (output["timestamp"] !== undefined) {
|
|
55808
|
-
contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
56175
|
+
contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["timestamp"]));
|
|
55809
56176
|
}
|
|
55810
56177
|
return contents;
|
|
55811
56178
|
};
|
|
@@ -55822,7 +56189,7 @@ const deserializeAws_ec2HistoryRecordEntry = (output, context) => {
|
|
|
55822
56189
|
contents.EventType = (0, smithy_client_1.expectString)(output["eventType"]);
|
|
55823
56190
|
}
|
|
55824
56191
|
if (output["timestamp"] !== undefined) {
|
|
55825
|
-
contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
56192
|
+
contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["timestamp"]));
|
|
55826
56193
|
}
|
|
55827
56194
|
return contents;
|
|
55828
56195
|
};
|
|
@@ -55892,10 +56259,10 @@ const deserializeAws_ec2Host = (output, context) => {
|
|
|
55892
56259
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
55893
56260
|
}
|
|
55894
56261
|
if (output["allocationTime"] !== undefined) {
|
|
55895
|
-
contents.AllocationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
56262
|
+
contents.AllocationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["allocationTime"]));
|
|
55896
56263
|
}
|
|
55897
56264
|
if (output["releaseTime"] !== undefined) {
|
|
55898
|
-
contents.ReleaseTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
56265
|
+
contents.ReleaseTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["releaseTime"]));
|
|
55899
56266
|
}
|
|
55900
56267
|
if (output.tagSet === "") {
|
|
55901
56268
|
contents.Tags = [];
|
|
@@ -56046,7 +56413,7 @@ const deserializeAws_ec2HostReservation = (output, context) => {
|
|
|
56046
56413
|
contents.Duration = (0, smithy_client_1.strictParseInt32)(output["duration"]);
|
|
56047
56414
|
}
|
|
56048
56415
|
if (output["end"] !== undefined) {
|
|
56049
|
-
contents.End = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
56416
|
+
contents.End = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["end"]));
|
|
56050
56417
|
}
|
|
56051
56418
|
if (output.hostIdSet === "") {
|
|
56052
56419
|
contents.HostIdSet = [];
|
|
@@ -56070,7 +56437,7 @@ const deserializeAws_ec2HostReservation = (output, context) => {
|
|
|
56070
56437
|
contents.PaymentOption = (0, smithy_client_1.expectString)(output["paymentOption"]);
|
|
56071
56438
|
}
|
|
56072
56439
|
if (output["start"] !== undefined) {
|
|
56073
|
-
contents.Start = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
56440
|
+
contents.Start = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["start"]));
|
|
56074
56441
|
}
|
|
56075
56442
|
if (output["state"] !== undefined) {
|
|
56076
56443
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
@@ -56127,7 +56494,7 @@ const deserializeAws_ec2IamInstanceProfileAssociation = (output, context) => {
|
|
|
56127
56494
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
56128
56495
|
}
|
|
56129
56496
|
if (output["timestamp"] !== undefined) {
|
|
56130
|
-
contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
56497
|
+
contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["timestamp"]));
|
|
56131
56498
|
}
|
|
56132
56499
|
return contents;
|
|
56133
56500
|
};
|
|
@@ -56171,7 +56538,7 @@ const deserializeAws_ec2IdFormat = (output, context) => {
|
|
|
56171
56538
|
UseLongIds: undefined,
|
|
56172
56539
|
};
|
|
56173
56540
|
if (output["deadline"] !== undefined) {
|
|
56174
|
-
contents.Deadline = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
56541
|
+
contents.Deadline = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["deadline"]));
|
|
56175
56542
|
}
|
|
56176
56543
|
if (output["resource"] !== undefined) {
|
|
56177
56544
|
contents.Resource = (0, smithy_client_1.expectString)(output["resource"]);
|
|
@@ -56429,10 +56796,10 @@ const deserializeAws_ec2ImageRecycleBinInfo = (output, context) => {
|
|
|
56429
56796
|
contents.Description = (0, smithy_client_1.expectString)(output["description"]);
|
|
56430
56797
|
}
|
|
56431
56798
|
if (output["recycleBinEnterTime"] !== undefined) {
|
|
56432
|
-
contents.RecycleBinEnterTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
56799
|
+
contents.RecycleBinEnterTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["recycleBinEnterTime"]));
|
|
56433
56800
|
}
|
|
56434
56801
|
if (output["recycleBinExitTime"] !== undefined) {
|
|
56435
|
-
contents.RecycleBinExitTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
56802
|
+
contents.RecycleBinExitTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["recycleBinExitTime"]));
|
|
56436
56803
|
}
|
|
56437
56804
|
return contents;
|
|
56438
56805
|
};
|
|
@@ -56942,7 +57309,7 @@ const deserializeAws_ec2Instance = (output, context) => {
|
|
|
56942
57309
|
contents.KeyName = (0, smithy_client_1.expectString)(output["keyName"]);
|
|
56943
57310
|
}
|
|
56944
57311
|
if (output["launchTime"] !== undefined) {
|
|
56945
|
-
contents.LaunchTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
57312
|
+
contents.LaunchTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["launchTime"]));
|
|
56946
57313
|
}
|
|
56947
57314
|
if (output["monitoring"] !== undefined) {
|
|
56948
57315
|
contents.Monitoring = deserializeAws_ec2Monitoring(output["monitoring"], context);
|
|
@@ -57103,7 +57470,7 @@ const deserializeAws_ec2Instance = (output, context) => {
|
|
|
57103
57470
|
contents.UsageOperation = (0, smithy_client_1.expectString)(output["usageOperation"]);
|
|
57104
57471
|
}
|
|
57105
57472
|
if (output["usageOperationUpdateTime"] !== undefined) {
|
|
57106
|
-
contents.UsageOperationUpdateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
57473
|
+
contents.UsageOperationUpdateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["usageOperationUpdateTime"]));
|
|
57107
57474
|
}
|
|
57108
57475
|
if (output["privateDnsNameOptions"] !== undefined) {
|
|
57109
57476
|
contents.PrivateDnsNameOptions = deserializeAws_ec2PrivateDnsNameOptionsResponse(output["privateDnsNameOptions"], context);
|
|
@@ -57685,7 +58052,7 @@ const deserializeAws_ec2InstanceNetworkInterfaceAttachment = (output, context) =
|
|
|
57685
58052
|
NetworkCardIndex: undefined,
|
|
57686
58053
|
};
|
|
57687
58054
|
if (output["attachTime"] !== undefined) {
|
|
57688
|
-
contents.AttachTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
58055
|
+
contents.AttachTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["attachTime"]));
|
|
57689
58056
|
}
|
|
57690
58057
|
if (output["attachmentId"] !== undefined) {
|
|
57691
58058
|
contents.AttachmentId = (0, smithy_client_1.expectString)(output["attachmentId"]);
|
|
@@ -58045,7 +58412,7 @@ const deserializeAws_ec2InstanceStatusDetails = (output, context) => {
|
|
|
58045
58412
|
Status: undefined,
|
|
58046
58413
|
};
|
|
58047
58414
|
if (output["impairedSince"] !== undefined) {
|
|
58048
|
-
contents.ImpairedSince = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
58415
|
+
contents.ImpairedSince = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["impairedSince"]));
|
|
58049
58416
|
}
|
|
58050
58417
|
if (output["name"] !== undefined) {
|
|
58051
58418
|
contents.Name = (0, smithy_client_1.expectString)(output["name"]);
|
|
@@ -58081,13 +58448,13 @@ const deserializeAws_ec2InstanceStatusEvent = (output, context) => {
|
|
|
58081
58448
|
contents.Description = (0, smithy_client_1.expectString)(output["description"]);
|
|
58082
58449
|
}
|
|
58083
58450
|
if (output["notAfter"] !== undefined) {
|
|
58084
|
-
contents.NotAfter = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
58451
|
+
contents.NotAfter = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["notAfter"]));
|
|
58085
58452
|
}
|
|
58086
58453
|
if (output["notBefore"] !== undefined) {
|
|
58087
|
-
contents.NotBefore = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
58454
|
+
contents.NotBefore = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["notBefore"]));
|
|
58088
58455
|
}
|
|
58089
58456
|
if (output["notBeforeDeadline"] !== undefined) {
|
|
58090
|
-
contents.NotBeforeDeadline = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
58457
|
+
contents.NotBeforeDeadline = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["notBeforeDeadline"]));
|
|
58091
58458
|
}
|
|
58092
58459
|
return contents;
|
|
58093
58460
|
};
|
|
@@ -58527,10 +58894,10 @@ const deserializeAws_ec2IpamAddressHistoryRecord = (output, context) => {
|
|
|
58527
58894
|
contents.VpcId = (0, smithy_client_1.expectString)(output["vpcId"]);
|
|
58528
58895
|
}
|
|
58529
58896
|
if (output["sampledStartTime"] !== undefined) {
|
|
58530
|
-
contents.SampledStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
58897
|
+
contents.SampledStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["sampledStartTime"]));
|
|
58531
58898
|
}
|
|
58532
58899
|
if (output["sampledEndTime"] !== undefined) {
|
|
58533
|
-
contents.SampledEndTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
58900
|
+
contents.SampledEndTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["sampledEndTime"]));
|
|
58534
58901
|
}
|
|
58535
58902
|
return contents;
|
|
58536
58903
|
};
|
|
@@ -58559,10 +58926,10 @@ const deserializeAws_ec2IpamDiscoveredAccount = (output, context) => {
|
|
|
58559
58926
|
contents.FailureReason = deserializeAws_ec2IpamDiscoveryFailureReason(output["failureReason"], context);
|
|
58560
58927
|
}
|
|
58561
58928
|
if (output["lastAttemptedDiscoveryTime"] !== undefined) {
|
|
58562
|
-
contents.LastAttemptedDiscoveryTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
58929
|
+
contents.LastAttemptedDiscoveryTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["lastAttemptedDiscoveryTime"]));
|
|
58563
58930
|
}
|
|
58564
58931
|
if (output["lastSuccessfulDiscoveryTime"] !== undefined) {
|
|
58565
|
-
contents.LastSuccessfulDiscoveryTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
58932
|
+
contents.LastSuccessfulDiscoveryTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["lastSuccessfulDiscoveryTime"]));
|
|
58566
58933
|
}
|
|
58567
58934
|
return contents;
|
|
58568
58935
|
};
|
|
@@ -58617,7 +58984,7 @@ const deserializeAws_ec2IpamDiscoveredResourceCidr = (output, context) => {
|
|
|
58617
58984
|
contents.VpcId = (0, smithy_client_1.expectString)(output["vpcId"]);
|
|
58618
58985
|
}
|
|
58619
58986
|
if (output["sampleTime"] !== undefined) {
|
|
58620
|
-
contents.SampleTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
58987
|
+
contents.SampleTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["sampleTime"]));
|
|
58621
58988
|
}
|
|
58622
58989
|
return contents;
|
|
58623
58990
|
};
|
|
@@ -59466,7 +59833,7 @@ const deserializeAws_ec2KeyPairInfo = (output, context) => {
|
|
|
59466
59833
|
contents.PublicKey = (0, smithy_client_1.expectString)(output["publicKey"]);
|
|
59467
59834
|
}
|
|
59468
59835
|
if (output["createTime"] !== undefined) {
|
|
59469
|
-
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
59836
|
+
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["createTime"]));
|
|
59470
59837
|
}
|
|
59471
59838
|
return contents;
|
|
59472
59839
|
};
|
|
@@ -59616,7 +59983,7 @@ const deserializeAws_ec2LaunchTemplate = (output, context) => {
|
|
|
59616
59983
|
contents.LaunchTemplateName = (0, smithy_client_1.expectString)(output["launchTemplateName"]);
|
|
59617
59984
|
}
|
|
59618
59985
|
if (output["createTime"] !== undefined) {
|
|
59619
|
-
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
59986
|
+
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["createTime"]));
|
|
59620
59987
|
}
|
|
59621
59988
|
if (output["createdBy"] !== undefined) {
|
|
59622
59989
|
contents.CreatedBy = (0, smithy_client_1.expectString)(output["createdBy"]);
|
|
@@ -60115,7 +60482,7 @@ const deserializeAws_ec2LaunchTemplateSpotMarketOptions = (output, context) => {
|
|
|
60115
60482
|
contents.BlockDurationMinutes = (0, smithy_client_1.strictParseInt32)(output["blockDurationMinutes"]);
|
|
60116
60483
|
}
|
|
60117
60484
|
if (output["validUntil"] !== undefined) {
|
|
60118
|
-
contents.ValidUntil = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
60485
|
+
contents.ValidUntil = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["validUntil"]));
|
|
60119
60486
|
}
|
|
60120
60487
|
if (output["instanceInterruptionBehavior"] !== undefined) {
|
|
60121
60488
|
contents.InstanceInterruptionBehavior = (0, smithy_client_1.expectString)(output["instanceInterruptionBehavior"]);
|
|
@@ -60169,7 +60536,7 @@ const deserializeAws_ec2LaunchTemplateVersion = (output, context) => {
|
|
|
60169
60536
|
contents.VersionDescription = (0, smithy_client_1.expectString)(output["versionDescription"]);
|
|
60170
60537
|
}
|
|
60171
60538
|
if (output["createTime"] !== undefined) {
|
|
60172
|
-
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
60539
|
+
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["createTime"]));
|
|
60173
60540
|
}
|
|
60174
60541
|
if (output["createdBy"] !== undefined) {
|
|
60175
60542
|
contents.CreatedBy = (0, smithy_client_1.expectString)(output["createdBy"]);
|
|
@@ -60310,6 +60677,7 @@ const deserializeAws_ec2LocalGatewayRoute = (output, context) => {
|
|
|
60310
60677
|
SubnetId: undefined,
|
|
60311
60678
|
CoipPoolId: undefined,
|
|
60312
60679
|
NetworkInterfaceId: undefined,
|
|
60680
|
+
DestinationPrefixListId: undefined,
|
|
60313
60681
|
};
|
|
60314
60682
|
if (output["destinationCidrBlock"] !== undefined) {
|
|
60315
60683
|
contents.DestinationCidrBlock = (0, smithy_client_1.expectString)(output["destinationCidrBlock"]);
|
|
@@ -60341,6 +60709,9 @@ const deserializeAws_ec2LocalGatewayRoute = (output, context) => {
|
|
|
60341
60709
|
if (output["networkInterfaceId"] !== undefined) {
|
|
60342
60710
|
contents.NetworkInterfaceId = (0, smithy_client_1.expectString)(output["networkInterfaceId"]);
|
|
60343
60711
|
}
|
|
60712
|
+
if (output["destinationPrefixListId"] !== undefined) {
|
|
60713
|
+
contents.DestinationPrefixListId = (0, smithy_client_1.expectString)(output["destinationPrefixListId"]);
|
|
60714
|
+
}
|
|
60344
60715
|
return contents;
|
|
60345
60716
|
};
|
|
60346
60717
|
const deserializeAws_ec2LocalGatewayRouteList = (output, context) => {
|
|
@@ -60704,10 +61075,10 @@ const deserializeAws_ec2MetricPoint = (output, context) => {
|
|
|
60704
61075
|
Status: undefined,
|
|
60705
61076
|
};
|
|
60706
61077
|
if (output["startDate"] !== undefined) {
|
|
60707
|
-
contents.StartDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
61078
|
+
contents.StartDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["startDate"]));
|
|
60708
61079
|
}
|
|
60709
61080
|
if (output["endDate"] !== undefined) {
|
|
60710
|
-
contents.EndDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
61081
|
+
contents.EndDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["endDate"]));
|
|
60711
61082
|
}
|
|
60712
61083
|
if (output["value"] !== undefined) {
|
|
60713
61084
|
contents.Value = (0, smithy_client_1.strictParseFloat)(output["value"]);
|
|
@@ -61015,7 +61386,7 @@ const deserializeAws_ec2ModifySnapshotTierResult = (output, context) => {
|
|
|
61015
61386
|
contents.SnapshotId = (0, smithy_client_1.expectString)(output["snapshotId"]);
|
|
61016
61387
|
}
|
|
61017
61388
|
if (output["tieringStartTime"] !== undefined) {
|
|
61018
|
-
contents.TieringStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
61389
|
+
contents.TieringStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["tieringStartTime"]));
|
|
61019
61390
|
}
|
|
61020
61391
|
return contents;
|
|
61021
61392
|
};
|
|
@@ -61351,10 +61722,10 @@ const deserializeAws_ec2NatGateway = (output, context) => {
|
|
|
61351
61722
|
ConnectivityType: undefined,
|
|
61352
61723
|
};
|
|
61353
61724
|
if (output["createTime"] !== undefined) {
|
|
61354
|
-
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
61725
|
+
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["createTime"]));
|
|
61355
61726
|
}
|
|
61356
61727
|
if (output["deleteTime"] !== undefined) {
|
|
61357
|
-
contents.DeleteTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
61728
|
+
contents.DeleteTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["deleteTime"]));
|
|
61358
61729
|
}
|
|
61359
61730
|
if (output["failureCode"] !== undefined) {
|
|
61360
61731
|
contents.FailureCode = (0, smithy_client_1.expectString)(output["failureCode"]);
|
|
@@ -61400,6 +61771,10 @@ const deserializeAws_ec2NatGatewayAddress = (output, context) => {
|
|
|
61400
61771
|
NetworkInterfaceId: undefined,
|
|
61401
61772
|
PrivateIp: undefined,
|
|
61402
61773
|
PublicIp: undefined,
|
|
61774
|
+
AssociationId: undefined,
|
|
61775
|
+
IsPrimary: undefined,
|
|
61776
|
+
FailureMessage: undefined,
|
|
61777
|
+
Status: undefined,
|
|
61403
61778
|
};
|
|
61404
61779
|
if (output["allocationId"] !== undefined) {
|
|
61405
61780
|
contents.AllocationId = (0, smithy_client_1.expectString)(output["allocationId"]);
|
|
@@ -61413,6 +61788,18 @@ const deserializeAws_ec2NatGatewayAddress = (output, context) => {
|
|
|
61413
61788
|
if (output["publicIp"] !== undefined) {
|
|
61414
61789
|
contents.PublicIp = (0, smithy_client_1.expectString)(output["publicIp"]);
|
|
61415
61790
|
}
|
|
61791
|
+
if (output["associationId"] !== undefined) {
|
|
61792
|
+
contents.AssociationId = (0, smithy_client_1.expectString)(output["associationId"]);
|
|
61793
|
+
}
|
|
61794
|
+
if (output["isPrimary"] !== undefined) {
|
|
61795
|
+
contents.IsPrimary = (0, smithy_client_1.parseBoolean)(output["isPrimary"]);
|
|
61796
|
+
}
|
|
61797
|
+
if (output["failureMessage"] !== undefined) {
|
|
61798
|
+
contents.FailureMessage = (0, smithy_client_1.expectString)(output["failureMessage"]);
|
|
61799
|
+
}
|
|
61800
|
+
if (output["status"] !== undefined) {
|
|
61801
|
+
contents.Status = (0, smithy_client_1.expectString)(output["status"]);
|
|
61802
|
+
}
|
|
61416
61803
|
return contents;
|
|
61417
61804
|
};
|
|
61418
61805
|
const deserializeAws_ec2NatGatewayAddressList = (output, context) => {
|
|
@@ -61658,10 +62045,10 @@ const deserializeAws_ec2NetworkInsightsAccessScope = (output, context) => {
|
|
|
61658
62045
|
contents.NetworkInsightsAccessScopeArn = (0, smithy_client_1.expectString)(output["networkInsightsAccessScopeArn"]);
|
|
61659
62046
|
}
|
|
61660
62047
|
if (output["createdDate"] !== undefined) {
|
|
61661
|
-
contents.CreatedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
62048
|
+
contents.CreatedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["createdDate"]));
|
|
61662
62049
|
}
|
|
61663
62050
|
if (output["updatedDate"] !== undefined) {
|
|
61664
|
-
contents.UpdatedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
62051
|
+
contents.UpdatedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["updatedDate"]));
|
|
61665
62052
|
}
|
|
61666
62053
|
if (output.tagSet === "") {
|
|
61667
62054
|
contents.Tags = [];
|
|
@@ -61704,10 +62091,10 @@ const deserializeAws_ec2NetworkInsightsAccessScopeAnalysis = (output, context) =
|
|
|
61704
62091
|
contents.WarningMessage = (0, smithy_client_1.expectString)(output["warningMessage"]);
|
|
61705
62092
|
}
|
|
61706
62093
|
if (output["startDate"] !== undefined) {
|
|
61707
|
-
contents.StartDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
62094
|
+
contents.StartDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["startDate"]));
|
|
61708
62095
|
}
|
|
61709
62096
|
if (output["endDate"] !== undefined) {
|
|
61710
|
-
contents.EndDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
62097
|
+
contents.EndDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["endDate"]));
|
|
61711
62098
|
}
|
|
61712
62099
|
if (output["findingsFound"] !== undefined) {
|
|
61713
62100
|
contents.FindingsFound = (0, smithy_client_1.expectString)(output["findingsFound"]);
|
|
@@ -61801,7 +62188,7 @@ const deserializeAws_ec2NetworkInsightsAnalysis = (output, context) => {
|
|
|
61801
62188
|
contents.FilterInArns = deserializeAws_ec2ArnList((0, smithy_client_1.getArrayIfSingleItem)(output["filterInArnSet"]["item"]), context);
|
|
61802
62189
|
}
|
|
61803
62190
|
if (output["startDate"] !== undefined) {
|
|
61804
|
-
contents.StartDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
62191
|
+
contents.StartDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["startDate"]));
|
|
61805
62192
|
}
|
|
61806
62193
|
if (output["status"] !== undefined) {
|
|
61807
62194
|
contents.Status = (0, smithy_client_1.expectString)(output["status"]);
|
|
@@ -61883,7 +62270,7 @@ const deserializeAws_ec2NetworkInsightsPath = (output, context) => {
|
|
|
61883
62270
|
contents.NetworkInsightsPathArn = (0, smithy_client_1.expectString)(output["networkInsightsPathArn"]);
|
|
61884
62271
|
}
|
|
61885
62272
|
if (output["createdDate"] !== undefined) {
|
|
61886
|
-
contents.CreatedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
62273
|
+
contents.CreatedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["createdDate"]));
|
|
61887
62274
|
}
|
|
61888
62275
|
if (output["source"] !== undefined) {
|
|
61889
62276
|
contents.Source = (0, smithy_client_1.expectString)(output["source"]);
|
|
@@ -62097,7 +62484,7 @@ const deserializeAws_ec2NetworkInterfaceAttachment = (output, context) => {
|
|
|
62097
62484
|
EnaSrdSpecification: undefined,
|
|
62098
62485
|
};
|
|
62099
62486
|
if (output["attachTime"] !== undefined) {
|
|
62100
|
-
contents.AttachTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
62487
|
+
contents.AttachTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["attachTime"]));
|
|
62101
62488
|
}
|
|
62102
62489
|
if (output["attachmentId"] !== undefined) {
|
|
62103
62490
|
contents.AttachmentId = (0, smithy_client_1.expectString)(output["attachmentId"]);
|
|
@@ -63114,13 +63501,13 @@ const deserializeAws_ec2ProvisionedBandwidth = (output, context) => {
|
|
|
63114
63501
|
Status: undefined,
|
|
63115
63502
|
};
|
|
63116
63503
|
if (output["provisionTime"] !== undefined) {
|
|
63117
|
-
contents.ProvisionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
63504
|
+
contents.ProvisionTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["provisionTime"]));
|
|
63118
63505
|
}
|
|
63119
63506
|
if (output["provisioned"] !== undefined) {
|
|
63120
63507
|
contents.Provisioned = (0, smithy_client_1.expectString)(output["provisioned"]);
|
|
63121
63508
|
}
|
|
63122
63509
|
if (output["requestTime"] !== undefined) {
|
|
63123
|
-
contents.RequestTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
63510
|
+
contents.RequestTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["requestTime"]));
|
|
63124
63511
|
}
|
|
63125
63512
|
if (output["requested"] !== undefined) {
|
|
63126
63513
|
contents.Requested = (0, smithy_client_1.expectString)(output["requested"]);
|
|
@@ -63742,7 +64129,7 @@ const deserializeAws_ec2ReservedInstances = (output, context) => {
|
|
|
63742
64129
|
contents.Duration = (0, smithy_client_1.strictParseLong)(output["duration"]);
|
|
63743
64130
|
}
|
|
63744
64131
|
if (output["end"] !== undefined) {
|
|
63745
|
-
contents.End = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
64132
|
+
contents.End = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["end"]));
|
|
63746
64133
|
}
|
|
63747
64134
|
if (output["fixedPrice"] !== undefined) {
|
|
63748
64135
|
contents.FixedPrice = (0, smithy_client_1.strictParseFloat)(output["fixedPrice"]);
|
|
@@ -63760,7 +64147,7 @@ const deserializeAws_ec2ReservedInstances = (output, context) => {
|
|
|
63760
64147
|
contents.ReservedInstancesId = (0, smithy_client_1.expectString)(output["reservedInstancesId"]);
|
|
63761
64148
|
}
|
|
63762
64149
|
if (output["start"] !== undefined) {
|
|
63763
|
-
contents.Start = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
64150
|
+
contents.Start = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["start"]));
|
|
63764
64151
|
}
|
|
63765
64152
|
if (output["state"] !== undefined) {
|
|
63766
64153
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
@@ -63855,7 +64242,7 @@ const deserializeAws_ec2ReservedInstancesListing = (output, context) => {
|
|
|
63855
64242
|
contents.ClientToken = (0, smithy_client_1.expectString)(output["clientToken"]);
|
|
63856
64243
|
}
|
|
63857
64244
|
if (output["createDate"] !== undefined) {
|
|
63858
|
-
contents.CreateDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
64245
|
+
contents.CreateDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["createDate"]));
|
|
63859
64246
|
}
|
|
63860
64247
|
if (output.instanceCounts === "") {
|
|
63861
64248
|
contents.InstanceCounts = [];
|
|
@@ -63888,7 +64275,7 @@ const deserializeAws_ec2ReservedInstancesListing = (output, context) => {
|
|
|
63888
64275
|
contents.Tags = deserializeAws_ec2TagList((0, smithy_client_1.getArrayIfSingleItem)(output["tagSet"]["item"]), context);
|
|
63889
64276
|
}
|
|
63890
64277
|
if (output["updateDate"] !== undefined) {
|
|
63891
|
-
contents.UpdateDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
64278
|
+
contents.UpdateDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["updateDate"]));
|
|
63892
64279
|
}
|
|
63893
64280
|
return contents;
|
|
63894
64281
|
};
|
|
@@ -63915,10 +64302,10 @@ const deserializeAws_ec2ReservedInstancesModification = (output, context) => {
|
|
|
63915
64302
|
contents.ClientToken = (0, smithy_client_1.expectString)(output["clientToken"]);
|
|
63916
64303
|
}
|
|
63917
64304
|
if (output["createDate"] !== undefined) {
|
|
63918
|
-
contents.CreateDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
64305
|
+
contents.CreateDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["createDate"]));
|
|
63919
64306
|
}
|
|
63920
64307
|
if (output["effectiveDate"] !== undefined) {
|
|
63921
|
-
contents.EffectiveDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
64308
|
+
contents.EffectiveDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["effectiveDate"]));
|
|
63922
64309
|
}
|
|
63923
64310
|
if (output.modificationResultSet === "") {
|
|
63924
64311
|
contents.ModificationResults = [];
|
|
@@ -63942,7 +64329,7 @@ const deserializeAws_ec2ReservedInstancesModification = (output, context) => {
|
|
|
63942
64329
|
contents.StatusMessage = (0, smithy_client_1.expectString)(output["statusMessage"]);
|
|
63943
64330
|
}
|
|
63944
64331
|
if (output["updateDate"] !== undefined) {
|
|
63945
|
-
contents.UpdateDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
64332
|
+
contents.UpdateDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["updateDate"]));
|
|
63946
64333
|
}
|
|
63947
64334
|
return contents;
|
|
63948
64335
|
};
|
|
@@ -64350,7 +64737,7 @@ const deserializeAws_ec2RestoreSnapshotFromRecycleBinResult = (output, context)
|
|
|
64350
64737
|
contents.Progress = (0, smithy_client_1.expectString)(output["progress"]);
|
|
64351
64738
|
}
|
|
64352
64739
|
if (output["startTime"] !== undefined) {
|
|
64353
|
-
contents.StartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
64740
|
+
contents.StartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["startTime"]));
|
|
64354
64741
|
}
|
|
64355
64742
|
if (output["status"] !== undefined) {
|
|
64356
64743
|
contents.State = (0, smithy_client_1.expectString)(output["status"]);
|
|
@@ -64374,7 +64761,7 @@ const deserializeAws_ec2RestoreSnapshotTierResult = (output, context) => {
|
|
|
64374
64761
|
contents.SnapshotId = (0, smithy_client_1.expectString)(output["snapshotId"]);
|
|
64375
64762
|
}
|
|
64376
64763
|
if (output["restoreStartTime"] !== undefined) {
|
|
64377
|
-
contents.RestoreStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
64764
|
+
contents.RestoreStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["restoreStartTime"]));
|
|
64378
64765
|
}
|
|
64379
64766
|
if (output["restoreDuration"] !== undefined) {
|
|
64380
64767
|
contents.RestoreDuration = (0, smithy_client_1.strictParseInt32)(output["restoreDuration"]);
|
|
@@ -64677,7 +65064,7 @@ const deserializeAws_ec2ScheduledInstance = (output, context) => {
|
|
|
64677
65064
|
contents.AvailabilityZone = (0, smithy_client_1.expectString)(output["availabilityZone"]);
|
|
64678
65065
|
}
|
|
64679
65066
|
if (output["createDate"] !== undefined) {
|
|
64680
|
-
contents.CreateDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
65067
|
+
contents.CreateDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["createDate"]));
|
|
64681
65068
|
}
|
|
64682
65069
|
if (output["hourlyPrice"] !== undefined) {
|
|
64683
65070
|
contents.HourlyPrice = (0, smithy_client_1.expectString)(output["hourlyPrice"]);
|
|
@@ -64692,13 +65079,13 @@ const deserializeAws_ec2ScheduledInstance = (output, context) => {
|
|
|
64692
65079
|
contents.NetworkPlatform = (0, smithy_client_1.expectString)(output["networkPlatform"]);
|
|
64693
65080
|
}
|
|
64694
65081
|
if (output["nextSlotStartTime"] !== undefined) {
|
|
64695
|
-
contents.NextSlotStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
65082
|
+
contents.NextSlotStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["nextSlotStartTime"]));
|
|
64696
65083
|
}
|
|
64697
65084
|
if (output["platform"] !== undefined) {
|
|
64698
65085
|
contents.Platform = (0, smithy_client_1.expectString)(output["platform"]);
|
|
64699
65086
|
}
|
|
64700
65087
|
if (output["previousSlotEndTime"] !== undefined) {
|
|
64701
|
-
contents.PreviousSlotEndTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
65088
|
+
contents.PreviousSlotEndTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["previousSlotEndTime"]));
|
|
64702
65089
|
}
|
|
64703
65090
|
if (output["recurrence"] !== undefined) {
|
|
64704
65091
|
contents.Recurrence = deserializeAws_ec2ScheduledInstanceRecurrence(output["recurrence"], context);
|
|
@@ -64710,10 +65097,10 @@ const deserializeAws_ec2ScheduledInstance = (output, context) => {
|
|
|
64710
65097
|
contents.SlotDurationInHours = (0, smithy_client_1.strictParseInt32)(output["slotDurationInHours"]);
|
|
64711
65098
|
}
|
|
64712
65099
|
if (output["termEndDate"] !== undefined) {
|
|
64713
|
-
contents.TermEndDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
65100
|
+
contents.TermEndDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["termEndDate"]));
|
|
64714
65101
|
}
|
|
64715
65102
|
if (output["termStartDate"] !== undefined) {
|
|
64716
|
-
contents.TermStartDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
65103
|
+
contents.TermStartDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["termStartDate"]));
|
|
64717
65104
|
}
|
|
64718
65105
|
if (output["totalScheduledInstanceHours"] !== undefined) {
|
|
64719
65106
|
contents.TotalScheduledInstanceHours = (0, smithy_client_1.strictParseInt32)(output["totalScheduledInstanceHours"]);
|
|
@@ -64743,7 +65130,7 @@ const deserializeAws_ec2ScheduledInstanceAvailability = (output, context) => {
|
|
|
64743
65130
|
contents.AvailableInstanceCount = (0, smithy_client_1.strictParseInt32)(output["availableInstanceCount"]);
|
|
64744
65131
|
}
|
|
64745
65132
|
if (output["firstSlotStartTime"] !== undefined) {
|
|
64746
|
-
contents.FirstSlotStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
65133
|
+
contents.FirstSlotStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["firstSlotStartTime"]));
|
|
64747
65134
|
}
|
|
64748
65135
|
if (output["hourlyPrice"] !== undefined) {
|
|
64749
65136
|
contents.HourlyPrice = (0, smithy_client_1.expectString)(output["hourlyPrice"]);
|
|
@@ -65283,7 +65670,7 @@ const deserializeAws_ec2Snapshot = (output, context) => {
|
|
|
65283
65670
|
contents.SnapshotId = (0, smithy_client_1.expectString)(output["snapshotId"]);
|
|
65284
65671
|
}
|
|
65285
65672
|
if (output["startTime"] !== undefined) {
|
|
65286
|
-
contents.StartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
65673
|
+
contents.StartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["startTime"]));
|
|
65287
65674
|
}
|
|
65288
65675
|
if (output["status"] !== undefined) {
|
|
65289
65676
|
contents.State = (0, smithy_client_1.expectString)(output["status"]);
|
|
@@ -65313,7 +65700,7 @@ const deserializeAws_ec2Snapshot = (output, context) => {
|
|
|
65313
65700
|
contents.StorageTier = (0, smithy_client_1.expectString)(output["storageTier"]);
|
|
65314
65701
|
}
|
|
65315
65702
|
if (output["restoreExpiryTime"] !== undefined) {
|
|
65316
|
-
contents.RestoreExpiryTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
65703
|
+
contents.RestoreExpiryTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["restoreExpiryTime"]));
|
|
65317
65704
|
}
|
|
65318
65705
|
return contents;
|
|
65319
65706
|
};
|
|
@@ -65405,7 +65792,7 @@ const deserializeAws_ec2SnapshotInfo = (output, context) => {
|
|
|
65405
65792
|
contents.VolumeSize = (0, smithy_client_1.strictParseInt32)(output["volumeSize"]);
|
|
65406
65793
|
}
|
|
65407
65794
|
if (output["startTime"] !== undefined) {
|
|
65408
|
-
contents.StartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
65795
|
+
contents.StartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["startTime"]));
|
|
65409
65796
|
}
|
|
65410
65797
|
if (output["progress"] !== undefined) {
|
|
65411
65798
|
contents.Progress = (0, smithy_client_1.expectString)(output["progress"]);
|
|
@@ -65440,10 +65827,10 @@ const deserializeAws_ec2SnapshotRecycleBinInfo = (output, context) => {
|
|
|
65440
65827
|
contents.SnapshotId = (0, smithy_client_1.expectString)(output["snapshotId"]);
|
|
65441
65828
|
}
|
|
65442
65829
|
if (output["recycleBinEnterTime"] !== undefined) {
|
|
65443
|
-
contents.RecycleBinEnterTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
65830
|
+
contents.RecycleBinEnterTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["recycleBinEnterTime"]));
|
|
65444
65831
|
}
|
|
65445
65832
|
if (output["recycleBinExitTime"] !== undefined) {
|
|
65446
|
-
contents.RecycleBinExitTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
65833
|
+
contents.RecycleBinExitTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["recycleBinExitTime"]));
|
|
65447
65834
|
}
|
|
65448
65835
|
if (output["description"] !== undefined) {
|
|
65449
65836
|
contents.Description = (0, smithy_client_1.expectString)(output["description"]);
|
|
@@ -65553,7 +65940,7 @@ const deserializeAws_ec2SnapshotTierStatus = (output, context) => {
|
|
|
65553
65940
|
contents.StorageTier = (0, smithy_client_1.expectString)(output["storageTier"]);
|
|
65554
65941
|
}
|
|
65555
65942
|
if (output["lastTieringStartTime"] !== undefined) {
|
|
65556
|
-
contents.LastTieringStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
65943
|
+
contents.LastTieringStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["lastTieringStartTime"]));
|
|
65557
65944
|
}
|
|
65558
65945
|
if (output["lastTieringProgress"] !== undefined) {
|
|
65559
65946
|
contents.LastTieringProgress = (0, smithy_client_1.strictParseInt32)(output["lastTieringProgress"]);
|
|
@@ -65565,10 +65952,10 @@ const deserializeAws_ec2SnapshotTierStatus = (output, context) => {
|
|
|
65565
65952
|
contents.LastTieringOperationStatusDetail = (0, smithy_client_1.expectString)(output["lastTieringOperationStatusDetail"]);
|
|
65566
65953
|
}
|
|
65567
65954
|
if (output["archivalCompleteTime"] !== undefined) {
|
|
65568
|
-
contents.ArchivalCompleteTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
65955
|
+
contents.ArchivalCompleteTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["archivalCompleteTime"]));
|
|
65569
65956
|
}
|
|
65570
65957
|
if (output["restoreExpiryTime"] !== undefined) {
|
|
65571
|
-
contents.RestoreExpiryTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
65958
|
+
contents.RestoreExpiryTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["restoreExpiryTime"]));
|
|
65572
65959
|
}
|
|
65573
65960
|
return contents;
|
|
65574
65961
|
};
|
|
@@ -65732,7 +66119,7 @@ const deserializeAws_ec2SpotFleetRequestConfig = (output, context) => {
|
|
|
65732
66119
|
contents.ActivityStatus = (0, smithy_client_1.expectString)(output["activityStatus"]);
|
|
65733
66120
|
}
|
|
65734
66121
|
if (output["createTime"] !== undefined) {
|
|
65735
|
-
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
66122
|
+
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["createTime"]));
|
|
65736
66123
|
}
|
|
65737
66124
|
if (output["spotFleetRequestConfig"] !== undefined) {
|
|
65738
66125
|
contents.SpotFleetRequestConfig = deserializeAws_ec2SpotFleetRequestConfigData(output["spotFleetRequestConfig"], context);
|
|
@@ -65838,10 +66225,10 @@ const deserializeAws_ec2SpotFleetRequestConfigData = (output, context) => {
|
|
|
65838
66225
|
contents.Type = (0, smithy_client_1.expectString)(output["type"]);
|
|
65839
66226
|
}
|
|
65840
66227
|
if (output["validFrom"] !== undefined) {
|
|
65841
|
-
contents.ValidFrom = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
66228
|
+
contents.ValidFrom = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["validFrom"]));
|
|
65842
66229
|
}
|
|
65843
66230
|
if (output["validUntil"] !== undefined) {
|
|
65844
|
-
contents.ValidUntil = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
66231
|
+
contents.ValidUntil = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["validUntil"]));
|
|
65845
66232
|
}
|
|
65846
66233
|
if (output["replaceUnhealthyInstances"] !== undefined) {
|
|
65847
66234
|
contents.ReplaceUnhealthyInstances = (0, smithy_client_1.parseBoolean)(output["replaceUnhealthyInstances"]);
|
|
@@ -65931,7 +66318,7 @@ const deserializeAws_ec2SpotInstanceRequest = (output, context) => {
|
|
|
65931
66318
|
contents.BlockDurationMinutes = (0, smithy_client_1.strictParseInt32)(output["blockDurationMinutes"]);
|
|
65932
66319
|
}
|
|
65933
66320
|
if (output["createTime"] !== undefined) {
|
|
65934
|
-
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
66321
|
+
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["createTime"]));
|
|
65935
66322
|
}
|
|
65936
66323
|
if (output["fault"] !== undefined) {
|
|
65937
66324
|
contents.Fault = deserializeAws_ec2SpotInstanceStateFault(output["fault"], context);
|
|
@@ -65973,10 +66360,10 @@ const deserializeAws_ec2SpotInstanceRequest = (output, context) => {
|
|
|
65973
66360
|
contents.Type = (0, smithy_client_1.expectString)(output["type"]);
|
|
65974
66361
|
}
|
|
65975
66362
|
if (output["validFrom"] !== undefined) {
|
|
65976
|
-
contents.ValidFrom = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
66363
|
+
contents.ValidFrom = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["validFrom"]));
|
|
65977
66364
|
}
|
|
65978
66365
|
if (output["validUntil"] !== undefined) {
|
|
65979
|
-
contents.ValidUntil = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
66366
|
+
contents.ValidUntil = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["validUntil"]));
|
|
65980
66367
|
}
|
|
65981
66368
|
if (output["instanceInterruptionBehavior"] !== undefined) {
|
|
65982
66369
|
contents.InstanceInterruptionBehavior = (0, smithy_client_1.expectString)(output["instanceInterruptionBehavior"]);
|
|
@@ -66016,7 +66403,7 @@ const deserializeAws_ec2SpotInstanceStatus = (output, context) => {
|
|
|
66016
66403
|
contents.Message = (0, smithy_client_1.expectString)(output["message"]);
|
|
66017
66404
|
}
|
|
66018
66405
|
if (output["updateTime"] !== undefined) {
|
|
66019
|
-
contents.UpdateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
66406
|
+
contents.UpdateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["updateTime"]));
|
|
66020
66407
|
}
|
|
66021
66408
|
return contents;
|
|
66022
66409
|
};
|
|
@@ -66128,7 +66515,7 @@ const deserializeAws_ec2SpotPrice = (output, context) => {
|
|
|
66128
66515
|
contents.SpotPrice = (0, smithy_client_1.expectString)(output["spotPrice"]);
|
|
66129
66516
|
}
|
|
66130
66517
|
if (output["timestamp"] !== undefined) {
|
|
66131
|
-
contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
66518
|
+
contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["timestamp"]));
|
|
66132
66519
|
}
|
|
66133
66520
|
return contents;
|
|
66134
66521
|
};
|
|
@@ -66314,7 +66701,7 @@ const deserializeAws_ec2StoreImageTaskResult = (output, context) => {
|
|
|
66314
66701
|
contents.AmiId = (0, smithy_client_1.expectString)(output["amiId"]);
|
|
66315
66702
|
}
|
|
66316
66703
|
if (output["taskStartTime"] !== undefined) {
|
|
66317
|
-
contents.TaskStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
66704
|
+
contents.TaskStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["taskStartTime"]));
|
|
66318
66705
|
}
|
|
66319
66706
|
if (output["bucket"] !== undefined) {
|
|
66320
66707
|
contents.Bucket = (0, smithy_client_1.expectString)(output["bucket"]);
|
|
@@ -67162,7 +67549,7 @@ const deserializeAws_ec2TransitGateway = (output, context) => {
|
|
|
67162
67549
|
contents.Description = (0, smithy_client_1.expectString)(output["description"]);
|
|
67163
67550
|
}
|
|
67164
67551
|
if (output["creationTime"] !== undefined) {
|
|
67165
|
-
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
67552
|
+
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["creationTime"]));
|
|
67166
67553
|
}
|
|
67167
67554
|
if (output["options"] !== undefined) {
|
|
67168
67555
|
contents.Options = deserializeAws_ec2TransitGatewayOptions(output["options"], context);
|
|
@@ -67238,7 +67625,7 @@ const deserializeAws_ec2TransitGatewayAttachment = (output, context) => {
|
|
|
67238
67625
|
contents.Association = deserializeAws_ec2TransitGatewayAttachmentAssociation(output["association"], context);
|
|
67239
67626
|
}
|
|
67240
67627
|
if (output["creationTime"] !== undefined) {
|
|
67241
|
-
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
67628
|
+
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["creationTime"]));
|
|
67242
67629
|
}
|
|
67243
67630
|
if (output.tagSet === "") {
|
|
67244
67631
|
contents.Tags = [];
|
|
@@ -67343,7 +67730,7 @@ const deserializeAws_ec2TransitGatewayConnect = (output, context) => {
|
|
|
67343
67730
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
67344
67731
|
}
|
|
67345
67732
|
if (output["creationTime"] !== undefined) {
|
|
67346
|
-
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
67733
|
+
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["creationTime"]));
|
|
67347
67734
|
}
|
|
67348
67735
|
if (output["options"] !== undefined) {
|
|
67349
67736
|
contents.Options = deserializeAws_ec2TransitGatewayConnectOptions(output["options"], context);
|
|
@@ -67391,7 +67778,7 @@ const deserializeAws_ec2TransitGatewayConnectPeer = (output, context) => {
|
|
|
67391
67778
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
67392
67779
|
}
|
|
67393
67780
|
if (output["creationTime"] !== undefined) {
|
|
67394
|
-
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
67781
|
+
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["creationTime"]));
|
|
67395
67782
|
}
|
|
67396
67783
|
if (output["connectPeerConfiguration"] !== undefined) {
|
|
67397
67784
|
contents.ConnectPeerConfiguration = deserializeAws_ec2TransitGatewayConnectPeerConfiguration(output["connectPeerConfiguration"], context);
|
|
@@ -67521,7 +67908,7 @@ const deserializeAws_ec2TransitGatewayMulticastDomain = (output, context) => {
|
|
|
67521
67908
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
67522
67909
|
}
|
|
67523
67910
|
if (output["creationTime"] !== undefined) {
|
|
67524
|
-
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
67911
|
+
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["creationTime"]));
|
|
67525
67912
|
}
|
|
67526
67913
|
if (output.tagSet === "") {
|
|
67527
67914
|
contents.Tags = [];
|
|
@@ -67800,7 +68187,7 @@ const deserializeAws_ec2TransitGatewayPeeringAttachment = (output, context) => {
|
|
|
67800
68187
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
67801
68188
|
}
|
|
67802
68189
|
if (output["creationTime"] !== undefined) {
|
|
67803
|
-
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
68190
|
+
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["creationTime"]));
|
|
67804
68191
|
}
|
|
67805
68192
|
if (output.tagSet === "") {
|
|
67806
68193
|
contents.Tags = [];
|
|
@@ -67886,7 +68273,7 @@ const deserializeAws_ec2TransitGatewayPolicyTable = (output, context) => {
|
|
|
67886
68273
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
67887
68274
|
}
|
|
67888
68275
|
if (output["creationTime"] !== undefined) {
|
|
67889
|
-
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
68276
|
+
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["creationTime"]));
|
|
67890
68277
|
}
|
|
67891
68278
|
if (output.tagSet === "") {
|
|
67892
68279
|
contents.Tags = [];
|
|
@@ -68131,7 +68518,7 @@ const deserializeAws_ec2TransitGatewayRouteTable = (output, context) => {
|
|
|
68131
68518
|
contents.DefaultPropagationRouteTable = (0, smithy_client_1.parseBoolean)(output["defaultPropagationRouteTable"]);
|
|
68132
68519
|
}
|
|
68133
68520
|
if (output["creationTime"] !== undefined) {
|
|
68134
|
-
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
68521
|
+
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["creationTime"]));
|
|
68135
68522
|
}
|
|
68136
68523
|
if (output.tagSet === "") {
|
|
68137
68524
|
contents.Tags = [];
|
|
@@ -68183,7 +68570,7 @@ const deserializeAws_ec2TransitGatewayRouteTableAnnouncement = (output, context)
|
|
|
68183
68570
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
68184
68571
|
}
|
|
68185
68572
|
if (output["creationTime"] !== undefined) {
|
|
68186
|
-
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
68573
|
+
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["creationTime"]));
|
|
68187
68574
|
}
|
|
68188
68575
|
if (output.tagSet === "") {
|
|
68189
68576
|
contents.Tags = [];
|
|
@@ -68334,7 +68721,7 @@ const deserializeAws_ec2TransitGatewayVpcAttachment = (output, context) => {
|
|
|
68334
68721
|
contents.SubnetIds = deserializeAws_ec2ValueStringList((0, smithy_client_1.getArrayIfSingleItem)(output["subnetIds"]["item"]), context);
|
|
68335
68722
|
}
|
|
68336
68723
|
if (output["creationTime"] !== undefined) {
|
|
68337
|
-
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
68724
|
+
contents.CreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["creationTime"]));
|
|
68338
68725
|
}
|
|
68339
68726
|
if (output["options"] !== undefined) {
|
|
68340
68727
|
contents.Options = deserializeAws_ec2TransitGatewayVpcAttachmentOptions(output["options"], context);
|
|
@@ -68556,6 +68943,22 @@ const deserializeAws_ec2UnassignIpv6AddressesResult = (output, context) => {
|
|
|
68556
68943
|
}
|
|
68557
68944
|
return contents;
|
|
68558
68945
|
};
|
|
68946
|
+
const deserializeAws_ec2UnassignPrivateNatGatewayAddressResult = (output, context) => {
|
|
68947
|
+
const contents = {
|
|
68948
|
+
NatGatewayId: undefined,
|
|
68949
|
+
NatGatewayAddresses: undefined,
|
|
68950
|
+
};
|
|
68951
|
+
if (output["natGatewayId"] !== undefined) {
|
|
68952
|
+
contents.NatGatewayId = (0, smithy_client_1.expectString)(output["natGatewayId"]);
|
|
68953
|
+
}
|
|
68954
|
+
if (output.natGatewayAddressSet === "") {
|
|
68955
|
+
contents.NatGatewayAddresses = [];
|
|
68956
|
+
}
|
|
68957
|
+
else if (output["natGatewayAddressSet"] !== undefined && output["natGatewayAddressSet"]["item"] !== undefined) {
|
|
68958
|
+
contents.NatGatewayAddresses = deserializeAws_ec2NatGatewayAddressList((0, smithy_client_1.getArrayIfSingleItem)(output["natGatewayAddressSet"]["item"]), context);
|
|
68959
|
+
}
|
|
68960
|
+
return contents;
|
|
68961
|
+
};
|
|
68559
68962
|
const deserializeAws_ec2UnmonitorInstancesResult = (output, context) => {
|
|
68560
68963
|
const contents = {
|
|
68561
68964
|
InstanceMonitorings: undefined,
|
|
@@ -69260,7 +69663,7 @@ const deserializeAws_ec2VgwTelemetry = (output, context) => {
|
|
|
69260
69663
|
contents.AcceptedRouteCount = (0, smithy_client_1.strictParseInt32)(output["acceptedRouteCount"]);
|
|
69261
69664
|
}
|
|
69262
69665
|
if (output["lastStatusChange"] !== undefined) {
|
|
69263
|
-
contents.LastStatusChange = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
69666
|
+
contents.LastStatusChange = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["lastStatusChange"]));
|
|
69264
69667
|
}
|
|
69265
69668
|
if (output["outsideIpAddress"] !== undefined) {
|
|
69266
69669
|
contents.OutsideIpAddress = (0, smithy_client_1.expectString)(output["outsideIpAddress"]);
|
|
@@ -69319,7 +69722,7 @@ const deserializeAws_ec2Volume = (output, context) => {
|
|
|
69319
69722
|
contents.AvailabilityZone = (0, smithy_client_1.expectString)(output["availabilityZone"]);
|
|
69320
69723
|
}
|
|
69321
69724
|
if (output["createTime"] !== undefined) {
|
|
69322
|
-
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
69725
|
+
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["createTime"]));
|
|
69323
69726
|
}
|
|
69324
69727
|
if (output["encrypted"] !== undefined) {
|
|
69325
69728
|
contents.Encrypted = (0, smithy_client_1.parseBoolean)(output["encrypted"]);
|
|
@@ -69375,7 +69778,7 @@ const deserializeAws_ec2VolumeAttachment = (output, context) => {
|
|
|
69375
69778
|
DeleteOnTermination: undefined,
|
|
69376
69779
|
};
|
|
69377
69780
|
if (output["attachTime"] !== undefined) {
|
|
69378
|
-
contents.AttachTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
69781
|
+
contents.AttachTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["attachTime"]));
|
|
69379
69782
|
}
|
|
69380
69783
|
if (output["device"] !== undefined) {
|
|
69381
69784
|
contents.Device = (0, smithy_client_1.expectString)(output["device"]);
|
|
@@ -69470,10 +69873,10 @@ const deserializeAws_ec2VolumeModification = (output, context) => {
|
|
|
69470
69873
|
contents.Progress = (0, smithy_client_1.strictParseLong)(output["progress"]);
|
|
69471
69874
|
}
|
|
69472
69875
|
if (output["startTime"] !== undefined) {
|
|
69473
|
-
contents.StartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
69876
|
+
contents.StartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["startTime"]));
|
|
69474
69877
|
}
|
|
69475
69878
|
if (output["endTime"] !== undefined) {
|
|
69476
|
-
contents.EndTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
69879
|
+
contents.EndTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["endTime"]));
|
|
69477
69880
|
}
|
|
69478
69881
|
return contents;
|
|
69479
69882
|
};
|
|
@@ -69571,10 +69974,10 @@ const deserializeAws_ec2VolumeStatusEvent = (output, context) => {
|
|
|
69571
69974
|
contents.EventType = (0, smithy_client_1.expectString)(output["eventType"]);
|
|
69572
69975
|
}
|
|
69573
69976
|
if (output["notAfter"] !== undefined) {
|
|
69574
|
-
contents.NotAfter = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
69977
|
+
contents.NotAfter = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["notAfter"]));
|
|
69575
69978
|
}
|
|
69576
69979
|
if (output["notBefore"] !== undefined) {
|
|
69577
|
-
contents.NotBefore = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
69980
|
+
contents.NotBefore = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["notBefore"]));
|
|
69578
69981
|
}
|
|
69579
69982
|
if (output["instanceId"] !== undefined) {
|
|
69580
69983
|
contents.InstanceId = (0, smithy_client_1.expectString)(output["instanceId"]);
|
|
@@ -69876,7 +70279,7 @@ const deserializeAws_ec2VpcEndpoint = (output, context) => {
|
|
|
69876
70279
|
contents.DnsEntries = deserializeAws_ec2DnsEntrySet((0, smithy_client_1.getArrayIfSingleItem)(output["dnsEntrySet"]["item"]), context);
|
|
69877
70280
|
}
|
|
69878
70281
|
if (output["creationTimestamp"] !== undefined) {
|
|
69879
|
-
contents.CreationTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
70282
|
+
contents.CreationTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["creationTimestamp"]));
|
|
69880
70283
|
}
|
|
69881
70284
|
if (output.tagSet === "") {
|
|
69882
70285
|
contents.Tags = [];
|
|
@@ -69919,7 +70322,7 @@ const deserializeAws_ec2VpcEndpointConnection = (output, context) => {
|
|
|
69919
70322
|
contents.VpcEndpointState = (0, smithy_client_1.expectString)(output["vpcEndpointState"]);
|
|
69920
70323
|
}
|
|
69921
70324
|
if (output["creationTimestamp"] !== undefined) {
|
|
69922
|
-
contents.CreationTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
70325
|
+
contents.CreationTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["creationTimestamp"]));
|
|
69923
70326
|
}
|
|
69924
70327
|
if (output.dnsEntrySet === "") {
|
|
69925
70328
|
contents.DnsEntries = [];
|
|
@@ -70021,7 +70424,7 @@ const deserializeAws_ec2VpcPeeringConnection = (output, context) => {
|
|
|
70021
70424
|
contents.AccepterVpcInfo = deserializeAws_ec2VpcPeeringConnectionVpcInfo(output["accepterVpcInfo"], context);
|
|
70022
70425
|
}
|
|
70023
70426
|
if (output["expirationTime"] !== undefined) {
|
|
70024
|
-
contents.ExpirationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
70427
|
+
contents.ExpirationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["expirationTime"]));
|
|
70025
70428
|
}
|
|
70026
70429
|
if (output["requesterVpcInfo"] !== undefined) {
|
|
70027
70430
|
contents.RequesterVpcInfo = deserializeAws_ec2VpcPeeringConnectionVpcInfo(output["requesterVpcInfo"], context);
|
|
@@ -70428,7 +70831,7 @@ const buildFormUrlencodedString = (formEntries) => Object.entries(formEntries)
|
|
|
70428
70831
|
.map(([key, value]) => (0, smithy_client_1.extendedEncodeURIComponent)(key) + "=" + (0, smithy_client_1.extendedEncodeURIComponent)(value))
|
|
70429
70832
|
.join("&");
|
|
70430
70833
|
const loadEc2ErrorCode = (output, data) => {
|
|
70431
|
-
if (data.Errors.Error
|
|
70834
|
+
if (data.Errors.Error?.Code !== undefined) {
|
|
70432
70835
|
return data.Errors.Error.Code;
|
|
70433
70836
|
}
|
|
70434
70837
|
if (output.statusCode == 404) {
|