@aws-sdk/client-ec2 3.261.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 +551 -161
- 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 +520 -138
- 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 +228 -163
- package/dist-types/models/models_2.d.ts +150 -70
- 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 +170 -127
- 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 +68 -53
- package/dist-types/ts3.4/models/models_2.d.ts +46 -35
- 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 +58 -54
- 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 +2 -2
|
@@ -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) {
|
|
@@ -26762,6 +26979,29 @@ const serializeAws_ec2CreateNatGatewayRequest = (input, context) => {
|
|
|
26762
26979
|
if (input.PrivateIpAddress != null) {
|
|
26763
26980
|
entries["PrivateIpAddress"] = input.PrivateIpAddress;
|
|
26764
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
|
+
}
|
|
26765
27005
|
return entries;
|
|
26766
27006
|
};
|
|
26767
27007
|
const serializeAws_ec2CreateNetworkAclEntryRequest = (input, context) => {
|
|
@@ -34380,6 +34620,29 @@ const serializeAws_ec2DisassociateIpamResourceDiscoveryRequest = (input, context
|
|
|
34380
34620
|
}
|
|
34381
34621
|
return entries;
|
|
34382
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
|
+
};
|
|
34383
34646
|
const serializeAws_ec2DisassociateRouteTableRequest = (input, context) => {
|
|
34384
34647
|
const entries = {};
|
|
34385
34648
|
if (input.AssociationId != null) {
|
|
@@ -34595,6 +34858,18 @@ const serializeAws_ec2EgressOnlyInternetGatewayIdList = (input, context) => {
|
|
|
34595
34858
|
}
|
|
34596
34859
|
return entries;
|
|
34597
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
|
+
};
|
|
34598
34873
|
const serializeAws_ec2ElasticGpuIdSet = (input, context) => {
|
|
34599
34874
|
const entries = {};
|
|
34600
34875
|
let counter = 1;
|
|
@@ -37548,6 +37823,18 @@ const serializeAws_ec2IpamPoolAllocationDisallowedCidrs = (input, context) => {
|
|
|
37548
37823
|
}
|
|
37549
37824
|
return entries;
|
|
37550
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
|
+
};
|
|
37551
37838
|
const serializeAws_ec2IpPermission = (input, context) => {
|
|
37552
37839
|
const entries = {};
|
|
37553
37840
|
if (input.FromPort != null) {
|
|
@@ -45193,6 +45480,29 @@ const serializeAws_ec2UnassignPrivateIpAddressesRequest = (input, context) => {
|
|
|
45193
45480
|
}
|
|
45194
45481
|
return entries;
|
|
45195
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
|
+
};
|
|
45196
45506
|
const serializeAws_ec2UnmonitorInstancesRequest = (input, context) => {
|
|
45197
45507
|
const entries = {};
|
|
45198
45508
|
if (input.InstanceIds != null) {
|
|
@@ -46280,10 +46590,10 @@ const deserializeAws_ec2AddressTransfer = (output, context) => {
|
|
|
46280
46590
|
contents.TransferAccountId = (0, smithy_client_1.expectString)(output["transferAccountId"]);
|
|
46281
46591
|
}
|
|
46282
46592
|
if (output["transferOfferExpirationTimestamp"] !== undefined) {
|
|
46283
|
-
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"]));
|
|
46284
46594
|
}
|
|
46285
46595
|
if (output["transferOfferAcceptedTimestamp"] !== undefined) {
|
|
46286
|
-
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"]));
|
|
46287
46597
|
}
|
|
46288
46598
|
if (output["addressTransferStatus"] !== undefined) {
|
|
46289
46599
|
contents.AddressTransferStatus = (0, smithy_client_1.expectString)(output["addressTransferStatus"]);
|
|
@@ -46718,6 +47028,22 @@ const deserializeAws_ec2AssignPrivateIpAddressesResult = (output, context) => {
|
|
|
46718
47028
|
}
|
|
46719
47029
|
return contents;
|
|
46720
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
|
+
};
|
|
46721
47047
|
const deserializeAws_ec2AssociateAddressResult = (output, context) => {
|
|
46722
47048
|
const contents = {
|
|
46723
47049
|
AssociationId: undefined,
|
|
@@ -46832,6 +47158,22 @@ const deserializeAws_ec2AssociateIpamResourceDiscoveryResult = (output, context)
|
|
|
46832
47158
|
}
|
|
46833
47159
|
return contents;
|
|
46834
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
|
+
};
|
|
46835
47177
|
const deserializeAws_ec2AssociateRouteTableResult = (output, context) => {
|
|
46836
47178
|
const contents = {
|
|
46837
47179
|
AssociationId: undefined,
|
|
@@ -47269,7 +47611,7 @@ const deserializeAws_ec2BundleTask = (output, context) => {
|
|
|
47269
47611
|
contents.Progress = (0, smithy_client_1.expectString)(output["progress"]);
|
|
47270
47612
|
}
|
|
47271
47613
|
if (output["startTime"] !== undefined) {
|
|
47272
|
-
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"]));
|
|
47273
47615
|
}
|
|
47274
47616
|
if (output["state"] !== undefined) {
|
|
47275
47617
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
@@ -47278,7 +47620,7 @@ const deserializeAws_ec2BundleTask = (output, context) => {
|
|
|
47278
47620
|
contents.Storage = deserializeAws_ec2Storage(output["storage"], context);
|
|
47279
47621
|
}
|
|
47280
47622
|
if (output["updateTime"] !== undefined) {
|
|
47281
|
-
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"]));
|
|
47282
47624
|
}
|
|
47283
47625
|
return contents;
|
|
47284
47626
|
};
|
|
@@ -47617,10 +47959,10 @@ const deserializeAws_ec2CapacityReservation = (output, context) => {
|
|
|
47617
47959
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
47618
47960
|
}
|
|
47619
47961
|
if (output["startDate"] !== undefined) {
|
|
47620
|
-
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"]));
|
|
47621
47963
|
}
|
|
47622
47964
|
if (output["endDate"] !== undefined) {
|
|
47623
|
-
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"]));
|
|
47624
47966
|
}
|
|
47625
47967
|
if (output["endDateType"] !== undefined) {
|
|
47626
47968
|
contents.EndDateType = (0, smithy_client_1.expectString)(output["endDateType"]);
|
|
@@ -47629,7 +47971,7 @@ const deserializeAws_ec2CapacityReservation = (output, context) => {
|
|
|
47629
47971
|
contents.InstanceMatchCriteria = (0, smithy_client_1.expectString)(output["instanceMatchCriteria"]);
|
|
47630
47972
|
}
|
|
47631
47973
|
if (output["createDate"] !== undefined) {
|
|
47632
|
-
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"]));
|
|
47633
47975
|
}
|
|
47634
47976
|
if (output.tagSet === "") {
|
|
47635
47977
|
contents.Tags = [];
|
|
@@ -47688,10 +48030,10 @@ const deserializeAws_ec2CapacityReservationFleet = (output, context) => {
|
|
|
47688
48030
|
contents.Tenancy = (0, smithy_client_1.expectString)(output["tenancy"]);
|
|
47689
48031
|
}
|
|
47690
48032
|
if (output["endDate"] !== undefined) {
|
|
47691
|
-
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"]));
|
|
47692
48034
|
}
|
|
47693
48035
|
if (output["createTime"] !== undefined) {
|
|
47694
|
-
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"]));
|
|
47695
48037
|
}
|
|
47696
48038
|
if (output["instanceMatchCriteria"] !== undefined) {
|
|
47697
48039
|
contents.InstanceMatchCriteria = (0, smithy_client_1.expectString)(output["instanceMatchCriteria"]);
|
|
@@ -48620,10 +48962,10 @@ const deserializeAws_ec2CreateCapacityReservationFleetResult = (output, context)
|
|
|
48620
48962
|
contents.AllocationStrategy = (0, smithy_client_1.expectString)(output["allocationStrategy"]);
|
|
48621
48963
|
}
|
|
48622
48964
|
if (output["createTime"] !== undefined) {
|
|
48623
|
-
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"]));
|
|
48624
48966
|
}
|
|
48625
48967
|
if (output["endDate"] !== undefined) {
|
|
48626
|
-
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"]));
|
|
48627
48969
|
}
|
|
48628
48970
|
if (output["tenancy"] !== undefined) {
|
|
48629
48971
|
contents.Tenancy = (0, smithy_client_1.expectString)(output["tenancy"]);
|
|
@@ -50779,7 +51121,7 @@ const deserializeAws_ec2DescribeFastLaunchImagesSuccessItem = (output, context)
|
|
|
50779
51121
|
contents.StateTransitionReason = (0, smithy_client_1.expectString)(output["stateTransitionReason"]);
|
|
50780
51122
|
}
|
|
50781
51123
|
if (output["stateTransitionTime"] !== undefined) {
|
|
50782
|
-
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"]));
|
|
50783
51125
|
}
|
|
50784
51126
|
return contents;
|
|
50785
51127
|
};
|
|
@@ -50839,19 +51181,19 @@ const deserializeAws_ec2DescribeFastSnapshotRestoreSuccessItem = (output, contex
|
|
|
50839
51181
|
contents.OwnerAlias = (0, smithy_client_1.expectString)(output["ownerAlias"]);
|
|
50840
51182
|
}
|
|
50841
51183
|
if (output["enablingTime"] !== undefined) {
|
|
50842
|
-
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"]));
|
|
50843
51185
|
}
|
|
50844
51186
|
if (output["optimizingTime"] !== undefined) {
|
|
50845
|
-
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"]));
|
|
50846
51188
|
}
|
|
50847
51189
|
if (output["enabledTime"] !== undefined) {
|
|
50848
|
-
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"]));
|
|
50849
51191
|
}
|
|
50850
51192
|
if (output["disablingTime"] !== undefined) {
|
|
50851
|
-
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"]));
|
|
50852
51194
|
}
|
|
50853
51195
|
if (output["disabledTime"] !== undefined) {
|
|
50854
|
-
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"]));
|
|
50855
51197
|
}
|
|
50856
51198
|
return contents;
|
|
50857
51199
|
};
|
|
@@ -50898,7 +51240,7 @@ const deserializeAws_ec2DescribeFleetHistoryResult = (output, context) => {
|
|
|
50898
51240
|
contents.HistoryRecords = deserializeAws_ec2HistoryRecordSet((0, smithy_client_1.getArrayIfSingleItem)(output["historyRecordSet"]["item"]), context);
|
|
50899
51241
|
}
|
|
50900
51242
|
if (output["lastEvaluatedTime"] !== undefined) {
|
|
50901
|
-
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"]));
|
|
50902
51244
|
}
|
|
50903
51245
|
if (output["nextToken"] !== undefined) {
|
|
50904
51246
|
contents.NextToken = (0, smithy_client_1.expectString)(output["nextToken"]);
|
|
@@ -50907,7 +51249,7 @@ const deserializeAws_ec2DescribeFleetHistoryResult = (output, context) => {
|
|
|
50907
51249
|
contents.FleetId = (0, smithy_client_1.expectString)(output["fleetId"]);
|
|
50908
51250
|
}
|
|
50909
51251
|
if (output["startTime"] !== undefined) {
|
|
50910
|
-
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"]));
|
|
50911
51253
|
}
|
|
50912
51254
|
return contents;
|
|
50913
51255
|
};
|
|
@@ -52068,7 +52410,7 @@ const deserializeAws_ec2DescribeSpotFleetRequestHistoryResponse = (output, conte
|
|
|
52068
52410
|
contents.HistoryRecords = deserializeAws_ec2HistoryRecords((0, smithy_client_1.getArrayIfSingleItem)(output["historyRecordSet"]["item"]), context);
|
|
52069
52411
|
}
|
|
52070
52412
|
if (output["lastEvaluatedTime"] !== undefined) {
|
|
52071
|
-
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"]));
|
|
52072
52414
|
}
|
|
52073
52415
|
if (output["nextToken"] !== undefined) {
|
|
52074
52416
|
contents.NextToken = (0, smithy_client_1.expectString)(output["nextToken"]);
|
|
@@ -52077,7 +52419,7 @@ const deserializeAws_ec2DescribeSpotFleetRequestHistoryResponse = (output, conte
|
|
|
52077
52419
|
contents.SpotFleetRequestId = (0, smithy_client_1.expectString)(output["spotFleetRequestId"]);
|
|
52078
52420
|
}
|
|
52079
52421
|
if (output["startTime"] !== undefined) {
|
|
52080
|
-
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"]));
|
|
52081
52423
|
}
|
|
52082
52424
|
return contents;
|
|
52083
52425
|
};
|
|
@@ -52979,7 +53321,7 @@ const deserializeAws_ec2DisableFastLaunchResult = (output, context) => {
|
|
|
52979
53321
|
contents.StateTransitionReason = (0, smithy_client_1.expectString)(output["stateTransitionReason"]);
|
|
52980
53322
|
}
|
|
52981
53323
|
if (output["stateTransitionTime"] !== undefined) {
|
|
52982
|
-
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"]));
|
|
52983
53325
|
}
|
|
52984
53326
|
return contents;
|
|
52985
53327
|
};
|
|
@@ -53092,19 +53434,19 @@ const deserializeAws_ec2DisableFastSnapshotRestoreSuccessItem = (output, context
|
|
|
53092
53434
|
contents.OwnerAlias = (0, smithy_client_1.expectString)(output["ownerAlias"]);
|
|
53093
53435
|
}
|
|
53094
53436
|
if (output["enablingTime"] !== undefined) {
|
|
53095
|
-
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"]));
|
|
53096
53438
|
}
|
|
53097
53439
|
if (output["optimizingTime"] !== undefined) {
|
|
53098
|
-
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"]));
|
|
53099
53441
|
}
|
|
53100
53442
|
if (output["enabledTime"] !== undefined) {
|
|
53101
|
-
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"]));
|
|
53102
53444
|
}
|
|
53103
53445
|
if (output["disablingTime"] !== undefined) {
|
|
53104
|
-
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"]));
|
|
53105
53447
|
}
|
|
53106
53448
|
if (output["disabledTime"] !== undefined) {
|
|
53107
|
-
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"]));
|
|
53108
53450
|
}
|
|
53109
53451
|
return contents;
|
|
53110
53452
|
};
|
|
@@ -53218,6 +53560,22 @@ const deserializeAws_ec2DisassociateIpamResourceDiscoveryResult = (output, conte
|
|
|
53218
53560
|
}
|
|
53219
53561
|
return contents;
|
|
53220
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
|
+
};
|
|
53221
53579
|
const deserializeAws_ec2DisassociateSubnetCidrBlockResult = (output, context) => {
|
|
53222
53580
|
const contents = {
|
|
53223
53581
|
Ipv6CidrBlockAssociation: undefined,
|
|
@@ -53445,7 +53803,7 @@ const deserializeAws_ec2EbsInstanceBlockDevice = (output, context) => {
|
|
|
53445
53803
|
VolumeId: undefined,
|
|
53446
53804
|
};
|
|
53447
53805
|
if (output["attachTime"] !== undefined) {
|
|
53448
|
-
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"]));
|
|
53449
53807
|
}
|
|
53450
53808
|
if (output["deleteOnTermination"] !== undefined) {
|
|
53451
53809
|
contents.DeleteOnTermination = (0, smithy_client_1.parseBoolean)(output["deleteOnTermination"]);
|
|
@@ -53639,7 +53997,7 @@ const deserializeAws_ec2ElasticInferenceAcceleratorAssociation = (output, contex
|
|
|
53639
53997
|
contents.ElasticInferenceAcceleratorAssociationState = (0, smithy_client_1.expectString)(output["elasticInferenceAcceleratorAssociationState"]);
|
|
53640
53998
|
}
|
|
53641
53999
|
if (output["elasticInferenceAcceleratorAssociationTime"] !== undefined) {
|
|
53642
|
-
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"]));
|
|
53643
54001
|
}
|
|
53644
54002
|
return contents;
|
|
53645
54003
|
};
|
|
@@ -53714,7 +54072,7 @@ const deserializeAws_ec2EnableFastLaunchResult = (output, context) => {
|
|
|
53714
54072
|
contents.StateTransitionReason = (0, smithy_client_1.expectString)(output["stateTransitionReason"]);
|
|
53715
54073
|
}
|
|
53716
54074
|
if (output["stateTransitionTime"] !== undefined) {
|
|
53717
|
-
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"]));
|
|
53718
54076
|
}
|
|
53719
54077
|
return contents;
|
|
53720
54078
|
};
|
|
@@ -53827,19 +54185,19 @@ const deserializeAws_ec2EnableFastSnapshotRestoreSuccessItem = (output, context)
|
|
|
53827
54185
|
contents.OwnerAlias = (0, smithy_client_1.expectString)(output["ownerAlias"]);
|
|
53828
54186
|
}
|
|
53829
54187
|
if (output["enablingTime"] !== undefined) {
|
|
53830
|
-
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"]));
|
|
53831
54189
|
}
|
|
53832
54190
|
if (output["optimizingTime"] !== undefined) {
|
|
53833
|
-
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"]));
|
|
53834
54192
|
}
|
|
53835
54193
|
if (output["enabledTime"] !== undefined) {
|
|
53836
|
-
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"]));
|
|
53837
54195
|
}
|
|
53838
54196
|
if (output["disablingTime"] !== undefined) {
|
|
53839
|
-
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"]));
|
|
53840
54198
|
}
|
|
53841
54199
|
if (output["disabledTime"] !== undefined) {
|
|
53842
|
-
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"]));
|
|
53843
54201
|
}
|
|
53844
54202
|
return contents;
|
|
53845
54203
|
};
|
|
@@ -54519,7 +54877,7 @@ const deserializeAws_ec2FleetCapacityReservation = (output, context) => {
|
|
|
54519
54877
|
contents.EbsOptimized = (0, smithy_client_1.parseBoolean)(output["ebsOptimized"]);
|
|
54520
54878
|
}
|
|
54521
54879
|
if (output["createDate"] !== undefined) {
|
|
54522
|
-
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"]));
|
|
54523
54881
|
}
|
|
54524
54882
|
if (output["weight"] !== undefined) {
|
|
54525
54883
|
contents.Weight = (0, smithy_client_1.strictParseFloat)(output["weight"]);
|
|
@@ -54564,7 +54922,7 @@ const deserializeAws_ec2FleetData = (output, context) => {
|
|
|
54564
54922
|
contents.ActivityStatus = (0, smithy_client_1.expectString)(output["activityStatus"]);
|
|
54565
54923
|
}
|
|
54566
54924
|
if (output["createTime"] !== undefined) {
|
|
54567
|
-
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"]));
|
|
54568
54926
|
}
|
|
54569
54927
|
if (output["fleetId"] !== undefined) {
|
|
54570
54928
|
contents.FleetId = (0, smithy_client_1.expectString)(output["fleetId"]);
|
|
@@ -54600,10 +54958,10 @@ const deserializeAws_ec2FleetData = (output, context) => {
|
|
|
54600
54958
|
contents.Type = (0, smithy_client_1.expectString)(output["type"]);
|
|
54601
54959
|
}
|
|
54602
54960
|
if (output["validFrom"] !== undefined) {
|
|
54603
|
-
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"]));
|
|
54604
54962
|
}
|
|
54605
54963
|
if (output["validUntil"] !== undefined) {
|
|
54606
|
-
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"]));
|
|
54607
54965
|
}
|
|
54608
54966
|
if (output["replaceUnhealthyInstances"] !== undefined) {
|
|
54609
54967
|
contents.ReplaceUnhealthyInstances = (0, smithy_client_1.parseBoolean)(output["replaceUnhealthyInstances"]);
|
|
@@ -54774,7 +55132,7 @@ const deserializeAws_ec2FlowLog = (output, context) => {
|
|
|
54774
55132
|
DestinationOptions: undefined,
|
|
54775
55133
|
};
|
|
54776
55134
|
if (output["creationTime"] !== undefined) {
|
|
54777
|
-
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"]));
|
|
54778
55136
|
}
|
|
54779
55137
|
if (output["deliverLogsErrorMessage"] !== undefined) {
|
|
54780
55138
|
contents.DeliverLogsErrorMessage = (0, smithy_client_1.expectString)(output["deliverLogsErrorMessage"]);
|
|
@@ -54911,10 +55269,10 @@ const deserializeAws_ec2FpgaImage = (output, context) => {
|
|
|
54911
55269
|
contents.State = deserializeAws_ec2FpgaImageState(output["state"], context);
|
|
54912
55270
|
}
|
|
54913
55271
|
if (output["createTime"] !== undefined) {
|
|
54914
|
-
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"]));
|
|
54915
55273
|
}
|
|
54916
55274
|
if (output["updateTime"] !== undefined) {
|
|
54917
|
-
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"]));
|
|
54918
55276
|
}
|
|
54919
55277
|
if (output["ownerId"] !== undefined) {
|
|
54920
55278
|
contents.OwnerId = (0, smithy_client_1.expectString)(output["ownerId"]);
|
|
@@ -55128,7 +55486,7 @@ const deserializeAws_ec2GetConsoleOutputResult = (output, context) => {
|
|
|
55128
55486
|
contents.Output = (0, smithy_client_1.expectString)(output["output"]);
|
|
55129
55487
|
}
|
|
55130
55488
|
if (output["timestamp"] !== undefined) {
|
|
55131
|
-
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"]));
|
|
55132
55490
|
}
|
|
55133
55491
|
return contents;
|
|
55134
55492
|
};
|
|
@@ -55437,7 +55795,7 @@ const deserializeAws_ec2GetPasswordDataResult = (output, context) => {
|
|
|
55437
55795
|
contents.PasswordData = (0, smithy_client_1.expectString)(output["passwordData"]);
|
|
55438
55796
|
}
|
|
55439
55797
|
if (output["timestamp"] !== undefined) {
|
|
55440
|
-
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"]));
|
|
55441
55799
|
}
|
|
55442
55800
|
return contents;
|
|
55443
55801
|
};
|
|
@@ -55460,7 +55818,7 @@ const deserializeAws_ec2GetReservedInstancesExchangeQuoteResult = (output, conte
|
|
|
55460
55818
|
contents.IsValidExchange = (0, smithy_client_1.parseBoolean)(output["isValidExchange"]);
|
|
55461
55819
|
}
|
|
55462
55820
|
if (output["outputReservedInstancesWillExpireAt"] !== undefined) {
|
|
55463
|
-
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"]));
|
|
55464
55822
|
}
|
|
55465
55823
|
if (output["paymentDue"] !== undefined) {
|
|
55466
55824
|
contents.PaymentDue = (0, smithy_client_1.expectString)(output["paymentDue"]);
|
|
@@ -55814,7 +56172,7 @@ const deserializeAws_ec2HistoryRecord = (output, context) => {
|
|
|
55814
56172
|
contents.EventType = (0, smithy_client_1.expectString)(output["eventType"]);
|
|
55815
56173
|
}
|
|
55816
56174
|
if (output["timestamp"] !== undefined) {
|
|
55817
|
-
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"]));
|
|
55818
56176
|
}
|
|
55819
56177
|
return contents;
|
|
55820
56178
|
};
|
|
@@ -55831,7 +56189,7 @@ const deserializeAws_ec2HistoryRecordEntry = (output, context) => {
|
|
|
55831
56189
|
contents.EventType = (0, smithy_client_1.expectString)(output["eventType"]);
|
|
55832
56190
|
}
|
|
55833
56191
|
if (output["timestamp"] !== undefined) {
|
|
55834
|
-
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"]));
|
|
55835
56193
|
}
|
|
55836
56194
|
return contents;
|
|
55837
56195
|
};
|
|
@@ -55901,10 +56259,10 @@ const deserializeAws_ec2Host = (output, context) => {
|
|
|
55901
56259
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
55902
56260
|
}
|
|
55903
56261
|
if (output["allocationTime"] !== undefined) {
|
|
55904
|
-
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"]));
|
|
55905
56263
|
}
|
|
55906
56264
|
if (output["releaseTime"] !== undefined) {
|
|
55907
|
-
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"]));
|
|
55908
56266
|
}
|
|
55909
56267
|
if (output.tagSet === "") {
|
|
55910
56268
|
contents.Tags = [];
|
|
@@ -56055,7 +56413,7 @@ const deserializeAws_ec2HostReservation = (output, context) => {
|
|
|
56055
56413
|
contents.Duration = (0, smithy_client_1.strictParseInt32)(output["duration"]);
|
|
56056
56414
|
}
|
|
56057
56415
|
if (output["end"] !== undefined) {
|
|
56058
|
-
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"]));
|
|
56059
56417
|
}
|
|
56060
56418
|
if (output.hostIdSet === "") {
|
|
56061
56419
|
contents.HostIdSet = [];
|
|
@@ -56079,7 +56437,7 @@ const deserializeAws_ec2HostReservation = (output, context) => {
|
|
|
56079
56437
|
contents.PaymentOption = (0, smithy_client_1.expectString)(output["paymentOption"]);
|
|
56080
56438
|
}
|
|
56081
56439
|
if (output["start"] !== undefined) {
|
|
56082
|
-
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"]));
|
|
56083
56441
|
}
|
|
56084
56442
|
if (output["state"] !== undefined) {
|
|
56085
56443
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
@@ -56136,7 +56494,7 @@ const deserializeAws_ec2IamInstanceProfileAssociation = (output, context) => {
|
|
|
56136
56494
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
56137
56495
|
}
|
|
56138
56496
|
if (output["timestamp"] !== undefined) {
|
|
56139
|
-
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"]));
|
|
56140
56498
|
}
|
|
56141
56499
|
return contents;
|
|
56142
56500
|
};
|
|
@@ -56180,7 +56538,7 @@ const deserializeAws_ec2IdFormat = (output, context) => {
|
|
|
56180
56538
|
UseLongIds: undefined,
|
|
56181
56539
|
};
|
|
56182
56540
|
if (output["deadline"] !== undefined) {
|
|
56183
|
-
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"]));
|
|
56184
56542
|
}
|
|
56185
56543
|
if (output["resource"] !== undefined) {
|
|
56186
56544
|
contents.Resource = (0, smithy_client_1.expectString)(output["resource"]);
|
|
@@ -56438,10 +56796,10 @@ const deserializeAws_ec2ImageRecycleBinInfo = (output, context) => {
|
|
|
56438
56796
|
contents.Description = (0, smithy_client_1.expectString)(output["description"]);
|
|
56439
56797
|
}
|
|
56440
56798
|
if (output["recycleBinEnterTime"] !== undefined) {
|
|
56441
|
-
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"]));
|
|
56442
56800
|
}
|
|
56443
56801
|
if (output["recycleBinExitTime"] !== undefined) {
|
|
56444
|
-
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"]));
|
|
56445
56803
|
}
|
|
56446
56804
|
return contents;
|
|
56447
56805
|
};
|
|
@@ -56951,7 +57309,7 @@ const deserializeAws_ec2Instance = (output, context) => {
|
|
|
56951
57309
|
contents.KeyName = (0, smithy_client_1.expectString)(output["keyName"]);
|
|
56952
57310
|
}
|
|
56953
57311
|
if (output["launchTime"] !== undefined) {
|
|
56954
|
-
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"]));
|
|
56955
57313
|
}
|
|
56956
57314
|
if (output["monitoring"] !== undefined) {
|
|
56957
57315
|
contents.Monitoring = deserializeAws_ec2Monitoring(output["monitoring"], context);
|
|
@@ -57112,7 +57470,7 @@ const deserializeAws_ec2Instance = (output, context) => {
|
|
|
57112
57470
|
contents.UsageOperation = (0, smithy_client_1.expectString)(output["usageOperation"]);
|
|
57113
57471
|
}
|
|
57114
57472
|
if (output["usageOperationUpdateTime"] !== undefined) {
|
|
57115
|
-
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"]));
|
|
57116
57474
|
}
|
|
57117
57475
|
if (output["privateDnsNameOptions"] !== undefined) {
|
|
57118
57476
|
contents.PrivateDnsNameOptions = deserializeAws_ec2PrivateDnsNameOptionsResponse(output["privateDnsNameOptions"], context);
|
|
@@ -57694,7 +58052,7 @@ const deserializeAws_ec2InstanceNetworkInterfaceAttachment = (output, context) =
|
|
|
57694
58052
|
NetworkCardIndex: undefined,
|
|
57695
58053
|
};
|
|
57696
58054
|
if (output["attachTime"] !== undefined) {
|
|
57697
|
-
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"]));
|
|
57698
58056
|
}
|
|
57699
58057
|
if (output["attachmentId"] !== undefined) {
|
|
57700
58058
|
contents.AttachmentId = (0, smithy_client_1.expectString)(output["attachmentId"]);
|
|
@@ -58054,7 +58412,7 @@ const deserializeAws_ec2InstanceStatusDetails = (output, context) => {
|
|
|
58054
58412
|
Status: undefined,
|
|
58055
58413
|
};
|
|
58056
58414
|
if (output["impairedSince"] !== undefined) {
|
|
58057
|
-
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"]));
|
|
58058
58416
|
}
|
|
58059
58417
|
if (output["name"] !== undefined) {
|
|
58060
58418
|
contents.Name = (0, smithy_client_1.expectString)(output["name"]);
|
|
@@ -58090,13 +58448,13 @@ const deserializeAws_ec2InstanceStatusEvent = (output, context) => {
|
|
|
58090
58448
|
contents.Description = (0, smithy_client_1.expectString)(output["description"]);
|
|
58091
58449
|
}
|
|
58092
58450
|
if (output["notAfter"] !== undefined) {
|
|
58093
|
-
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"]));
|
|
58094
58452
|
}
|
|
58095
58453
|
if (output["notBefore"] !== undefined) {
|
|
58096
|
-
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"]));
|
|
58097
58455
|
}
|
|
58098
58456
|
if (output["notBeforeDeadline"] !== undefined) {
|
|
58099
|
-
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"]));
|
|
58100
58458
|
}
|
|
58101
58459
|
return contents;
|
|
58102
58460
|
};
|
|
@@ -58536,10 +58894,10 @@ const deserializeAws_ec2IpamAddressHistoryRecord = (output, context) => {
|
|
|
58536
58894
|
contents.VpcId = (0, smithy_client_1.expectString)(output["vpcId"]);
|
|
58537
58895
|
}
|
|
58538
58896
|
if (output["sampledStartTime"] !== undefined) {
|
|
58539
|
-
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"]));
|
|
58540
58898
|
}
|
|
58541
58899
|
if (output["sampledEndTime"] !== undefined) {
|
|
58542
|
-
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"]));
|
|
58543
58901
|
}
|
|
58544
58902
|
return contents;
|
|
58545
58903
|
};
|
|
@@ -58568,10 +58926,10 @@ const deserializeAws_ec2IpamDiscoveredAccount = (output, context) => {
|
|
|
58568
58926
|
contents.FailureReason = deserializeAws_ec2IpamDiscoveryFailureReason(output["failureReason"], context);
|
|
58569
58927
|
}
|
|
58570
58928
|
if (output["lastAttemptedDiscoveryTime"] !== undefined) {
|
|
58571
|
-
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"]));
|
|
58572
58930
|
}
|
|
58573
58931
|
if (output["lastSuccessfulDiscoveryTime"] !== undefined) {
|
|
58574
|
-
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"]));
|
|
58575
58933
|
}
|
|
58576
58934
|
return contents;
|
|
58577
58935
|
};
|
|
@@ -58626,7 +58984,7 @@ const deserializeAws_ec2IpamDiscoveredResourceCidr = (output, context) => {
|
|
|
58626
58984
|
contents.VpcId = (0, smithy_client_1.expectString)(output["vpcId"]);
|
|
58627
58985
|
}
|
|
58628
58986
|
if (output["sampleTime"] !== undefined) {
|
|
58629
|
-
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"]));
|
|
58630
58988
|
}
|
|
58631
58989
|
return contents;
|
|
58632
58990
|
};
|
|
@@ -59475,7 +59833,7 @@ const deserializeAws_ec2KeyPairInfo = (output, context) => {
|
|
|
59475
59833
|
contents.PublicKey = (0, smithy_client_1.expectString)(output["publicKey"]);
|
|
59476
59834
|
}
|
|
59477
59835
|
if (output["createTime"] !== undefined) {
|
|
59478
|
-
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"]));
|
|
59479
59837
|
}
|
|
59480
59838
|
return contents;
|
|
59481
59839
|
};
|
|
@@ -59625,7 +59983,7 @@ const deserializeAws_ec2LaunchTemplate = (output, context) => {
|
|
|
59625
59983
|
contents.LaunchTemplateName = (0, smithy_client_1.expectString)(output["launchTemplateName"]);
|
|
59626
59984
|
}
|
|
59627
59985
|
if (output["createTime"] !== undefined) {
|
|
59628
|
-
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"]));
|
|
59629
59987
|
}
|
|
59630
59988
|
if (output["createdBy"] !== undefined) {
|
|
59631
59989
|
contents.CreatedBy = (0, smithy_client_1.expectString)(output["createdBy"]);
|
|
@@ -60124,7 +60482,7 @@ const deserializeAws_ec2LaunchTemplateSpotMarketOptions = (output, context) => {
|
|
|
60124
60482
|
contents.BlockDurationMinutes = (0, smithy_client_1.strictParseInt32)(output["blockDurationMinutes"]);
|
|
60125
60483
|
}
|
|
60126
60484
|
if (output["validUntil"] !== undefined) {
|
|
60127
|
-
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"]));
|
|
60128
60486
|
}
|
|
60129
60487
|
if (output["instanceInterruptionBehavior"] !== undefined) {
|
|
60130
60488
|
contents.InstanceInterruptionBehavior = (0, smithy_client_1.expectString)(output["instanceInterruptionBehavior"]);
|
|
@@ -60178,7 +60536,7 @@ const deserializeAws_ec2LaunchTemplateVersion = (output, context) => {
|
|
|
60178
60536
|
contents.VersionDescription = (0, smithy_client_1.expectString)(output["versionDescription"]);
|
|
60179
60537
|
}
|
|
60180
60538
|
if (output["createTime"] !== undefined) {
|
|
60181
|
-
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"]));
|
|
60182
60540
|
}
|
|
60183
60541
|
if (output["createdBy"] !== undefined) {
|
|
60184
60542
|
contents.CreatedBy = (0, smithy_client_1.expectString)(output["createdBy"]);
|
|
@@ -60717,10 +61075,10 @@ const deserializeAws_ec2MetricPoint = (output, context) => {
|
|
|
60717
61075
|
Status: undefined,
|
|
60718
61076
|
};
|
|
60719
61077
|
if (output["startDate"] !== undefined) {
|
|
60720
|
-
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"]));
|
|
60721
61079
|
}
|
|
60722
61080
|
if (output["endDate"] !== undefined) {
|
|
60723
|
-
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"]));
|
|
60724
61082
|
}
|
|
60725
61083
|
if (output["value"] !== undefined) {
|
|
60726
61084
|
contents.Value = (0, smithy_client_1.strictParseFloat)(output["value"]);
|
|
@@ -61028,7 +61386,7 @@ const deserializeAws_ec2ModifySnapshotTierResult = (output, context) => {
|
|
|
61028
61386
|
contents.SnapshotId = (0, smithy_client_1.expectString)(output["snapshotId"]);
|
|
61029
61387
|
}
|
|
61030
61388
|
if (output["tieringStartTime"] !== undefined) {
|
|
61031
|
-
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"]));
|
|
61032
61390
|
}
|
|
61033
61391
|
return contents;
|
|
61034
61392
|
};
|
|
@@ -61364,10 +61722,10 @@ const deserializeAws_ec2NatGateway = (output, context) => {
|
|
|
61364
61722
|
ConnectivityType: undefined,
|
|
61365
61723
|
};
|
|
61366
61724
|
if (output["createTime"] !== undefined) {
|
|
61367
|
-
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"]));
|
|
61368
61726
|
}
|
|
61369
61727
|
if (output["deleteTime"] !== undefined) {
|
|
61370
|
-
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"]));
|
|
61371
61729
|
}
|
|
61372
61730
|
if (output["failureCode"] !== undefined) {
|
|
61373
61731
|
contents.FailureCode = (0, smithy_client_1.expectString)(output["failureCode"]);
|
|
@@ -61413,6 +61771,10 @@ const deserializeAws_ec2NatGatewayAddress = (output, context) => {
|
|
|
61413
61771
|
NetworkInterfaceId: undefined,
|
|
61414
61772
|
PrivateIp: undefined,
|
|
61415
61773
|
PublicIp: undefined,
|
|
61774
|
+
AssociationId: undefined,
|
|
61775
|
+
IsPrimary: undefined,
|
|
61776
|
+
FailureMessage: undefined,
|
|
61777
|
+
Status: undefined,
|
|
61416
61778
|
};
|
|
61417
61779
|
if (output["allocationId"] !== undefined) {
|
|
61418
61780
|
contents.AllocationId = (0, smithy_client_1.expectString)(output["allocationId"]);
|
|
@@ -61426,6 +61788,18 @@ const deserializeAws_ec2NatGatewayAddress = (output, context) => {
|
|
|
61426
61788
|
if (output["publicIp"] !== undefined) {
|
|
61427
61789
|
contents.PublicIp = (0, smithy_client_1.expectString)(output["publicIp"]);
|
|
61428
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
|
+
}
|
|
61429
61803
|
return contents;
|
|
61430
61804
|
};
|
|
61431
61805
|
const deserializeAws_ec2NatGatewayAddressList = (output, context) => {
|
|
@@ -61671,10 +62045,10 @@ const deserializeAws_ec2NetworkInsightsAccessScope = (output, context) => {
|
|
|
61671
62045
|
contents.NetworkInsightsAccessScopeArn = (0, smithy_client_1.expectString)(output["networkInsightsAccessScopeArn"]);
|
|
61672
62046
|
}
|
|
61673
62047
|
if (output["createdDate"] !== undefined) {
|
|
61674
|
-
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"]));
|
|
61675
62049
|
}
|
|
61676
62050
|
if (output["updatedDate"] !== undefined) {
|
|
61677
|
-
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"]));
|
|
61678
62052
|
}
|
|
61679
62053
|
if (output.tagSet === "") {
|
|
61680
62054
|
contents.Tags = [];
|
|
@@ -61717,10 +62091,10 @@ const deserializeAws_ec2NetworkInsightsAccessScopeAnalysis = (output, context) =
|
|
|
61717
62091
|
contents.WarningMessage = (0, smithy_client_1.expectString)(output["warningMessage"]);
|
|
61718
62092
|
}
|
|
61719
62093
|
if (output["startDate"] !== undefined) {
|
|
61720
|
-
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"]));
|
|
61721
62095
|
}
|
|
61722
62096
|
if (output["endDate"] !== undefined) {
|
|
61723
|
-
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"]));
|
|
61724
62098
|
}
|
|
61725
62099
|
if (output["findingsFound"] !== undefined) {
|
|
61726
62100
|
contents.FindingsFound = (0, smithy_client_1.expectString)(output["findingsFound"]);
|
|
@@ -61814,7 +62188,7 @@ const deserializeAws_ec2NetworkInsightsAnalysis = (output, context) => {
|
|
|
61814
62188
|
contents.FilterInArns = deserializeAws_ec2ArnList((0, smithy_client_1.getArrayIfSingleItem)(output["filterInArnSet"]["item"]), context);
|
|
61815
62189
|
}
|
|
61816
62190
|
if (output["startDate"] !== undefined) {
|
|
61817
|
-
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"]));
|
|
61818
62192
|
}
|
|
61819
62193
|
if (output["status"] !== undefined) {
|
|
61820
62194
|
contents.Status = (0, smithy_client_1.expectString)(output["status"]);
|
|
@@ -61896,7 +62270,7 @@ const deserializeAws_ec2NetworkInsightsPath = (output, context) => {
|
|
|
61896
62270
|
contents.NetworkInsightsPathArn = (0, smithy_client_1.expectString)(output["networkInsightsPathArn"]);
|
|
61897
62271
|
}
|
|
61898
62272
|
if (output["createdDate"] !== undefined) {
|
|
61899
|
-
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"]));
|
|
61900
62274
|
}
|
|
61901
62275
|
if (output["source"] !== undefined) {
|
|
61902
62276
|
contents.Source = (0, smithy_client_1.expectString)(output["source"]);
|
|
@@ -62110,7 +62484,7 @@ const deserializeAws_ec2NetworkInterfaceAttachment = (output, context) => {
|
|
|
62110
62484
|
EnaSrdSpecification: undefined,
|
|
62111
62485
|
};
|
|
62112
62486
|
if (output["attachTime"] !== undefined) {
|
|
62113
|
-
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"]));
|
|
62114
62488
|
}
|
|
62115
62489
|
if (output["attachmentId"] !== undefined) {
|
|
62116
62490
|
contents.AttachmentId = (0, smithy_client_1.expectString)(output["attachmentId"]);
|
|
@@ -63127,13 +63501,13 @@ const deserializeAws_ec2ProvisionedBandwidth = (output, context) => {
|
|
|
63127
63501
|
Status: undefined,
|
|
63128
63502
|
};
|
|
63129
63503
|
if (output["provisionTime"] !== undefined) {
|
|
63130
|
-
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"]));
|
|
63131
63505
|
}
|
|
63132
63506
|
if (output["provisioned"] !== undefined) {
|
|
63133
63507
|
contents.Provisioned = (0, smithy_client_1.expectString)(output["provisioned"]);
|
|
63134
63508
|
}
|
|
63135
63509
|
if (output["requestTime"] !== undefined) {
|
|
63136
|
-
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"]));
|
|
63137
63511
|
}
|
|
63138
63512
|
if (output["requested"] !== undefined) {
|
|
63139
63513
|
contents.Requested = (0, smithy_client_1.expectString)(output["requested"]);
|
|
@@ -63755,7 +64129,7 @@ const deserializeAws_ec2ReservedInstances = (output, context) => {
|
|
|
63755
64129
|
contents.Duration = (0, smithy_client_1.strictParseLong)(output["duration"]);
|
|
63756
64130
|
}
|
|
63757
64131
|
if (output["end"] !== undefined) {
|
|
63758
|
-
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"]));
|
|
63759
64133
|
}
|
|
63760
64134
|
if (output["fixedPrice"] !== undefined) {
|
|
63761
64135
|
contents.FixedPrice = (0, smithy_client_1.strictParseFloat)(output["fixedPrice"]);
|
|
@@ -63773,7 +64147,7 @@ const deserializeAws_ec2ReservedInstances = (output, context) => {
|
|
|
63773
64147
|
contents.ReservedInstancesId = (0, smithy_client_1.expectString)(output["reservedInstancesId"]);
|
|
63774
64148
|
}
|
|
63775
64149
|
if (output["start"] !== undefined) {
|
|
63776
|
-
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"]));
|
|
63777
64151
|
}
|
|
63778
64152
|
if (output["state"] !== undefined) {
|
|
63779
64153
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
@@ -63868,7 +64242,7 @@ const deserializeAws_ec2ReservedInstancesListing = (output, context) => {
|
|
|
63868
64242
|
contents.ClientToken = (0, smithy_client_1.expectString)(output["clientToken"]);
|
|
63869
64243
|
}
|
|
63870
64244
|
if (output["createDate"] !== undefined) {
|
|
63871
|
-
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"]));
|
|
63872
64246
|
}
|
|
63873
64247
|
if (output.instanceCounts === "") {
|
|
63874
64248
|
contents.InstanceCounts = [];
|
|
@@ -63901,7 +64275,7 @@ const deserializeAws_ec2ReservedInstancesListing = (output, context) => {
|
|
|
63901
64275
|
contents.Tags = deserializeAws_ec2TagList((0, smithy_client_1.getArrayIfSingleItem)(output["tagSet"]["item"]), context);
|
|
63902
64276
|
}
|
|
63903
64277
|
if (output["updateDate"] !== undefined) {
|
|
63904
|
-
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"]));
|
|
63905
64279
|
}
|
|
63906
64280
|
return contents;
|
|
63907
64281
|
};
|
|
@@ -63928,10 +64302,10 @@ const deserializeAws_ec2ReservedInstancesModification = (output, context) => {
|
|
|
63928
64302
|
contents.ClientToken = (0, smithy_client_1.expectString)(output["clientToken"]);
|
|
63929
64303
|
}
|
|
63930
64304
|
if (output["createDate"] !== undefined) {
|
|
63931
|
-
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"]));
|
|
63932
64306
|
}
|
|
63933
64307
|
if (output["effectiveDate"] !== undefined) {
|
|
63934
|
-
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"]));
|
|
63935
64309
|
}
|
|
63936
64310
|
if (output.modificationResultSet === "") {
|
|
63937
64311
|
contents.ModificationResults = [];
|
|
@@ -63955,7 +64329,7 @@ const deserializeAws_ec2ReservedInstancesModification = (output, context) => {
|
|
|
63955
64329
|
contents.StatusMessage = (0, smithy_client_1.expectString)(output["statusMessage"]);
|
|
63956
64330
|
}
|
|
63957
64331
|
if (output["updateDate"] !== undefined) {
|
|
63958
|
-
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"]));
|
|
63959
64333
|
}
|
|
63960
64334
|
return contents;
|
|
63961
64335
|
};
|
|
@@ -64363,7 +64737,7 @@ const deserializeAws_ec2RestoreSnapshotFromRecycleBinResult = (output, context)
|
|
|
64363
64737
|
contents.Progress = (0, smithy_client_1.expectString)(output["progress"]);
|
|
64364
64738
|
}
|
|
64365
64739
|
if (output["startTime"] !== undefined) {
|
|
64366
|
-
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"]));
|
|
64367
64741
|
}
|
|
64368
64742
|
if (output["status"] !== undefined) {
|
|
64369
64743
|
contents.State = (0, smithy_client_1.expectString)(output["status"]);
|
|
@@ -64387,7 +64761,7 @@ const deserializeAws_ec2RestoreSnapshotTierResult = (output, context) => {
|
|
|
64387
64761
|
contents.SnapshotId = (0, smithy_client_1.expectString)(output["snapshotId"]);
|
|
64388
64762
|
}
|
|
64389
64763
|
if (output["restoreStartTime"] !== undefined) {
|
|
64390
|
-
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"]));
|
|
64391
64765
|
}
|
|
64392
64766
|
if (output["restoreDuration"] !== undefined) {
|
|
64393
64767
|
contents.RestoreDuration = (0, smithy_client_1.strictParseInt32)(output["restoreDuration"]);
|
|
@@ -64690,7 +65064,7 @@ const deserializeAws_ec2ScheduledInstance = (output, context) => {
|
|
|
64690
65064
|
contents.AvailabilityZone = (0, smithy_client_1.expectString)(output["availabilityZone"]);
|
|
64691
65065
|
}
|
|
64692
65066
|
if (output["createDate"] !== undefined) {
|
|
64693
|
-
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"]));
|
|
64694
65068
|
}
|
|
64695
65069
|
if (output["hourlyPrice"] !== undefined) {
|
|
64696
65070
|
contents.HourlyPrice = (0, smithy_client_1.expectString)(output["hourlyPrice"]);
|
|
@@ -64705,13 +65079,13 @@ const deserializeAws_ec2ScheduledInstance = (output, context) => {
|
|
|
64705
65079
|
contents.NetworkPlatform = (0, smithy_client_1.expectString)(output["networkPlatform"]);
|
|
64706
65080
|
}
|
|
64707
65081
|
if (output["nextSlotStartTime"] !== undefined) {
|
|
64708
|
-
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"]));
|
|
64709
65083
|
}
|
|
64710
65084
|
if (output["platform"] !== undefined) {
|
|
64711
65085
|
contents.Platform = (0, smithy_client_1.expectString)(output["platform"]);
|
|
64712
65086
|
}
|
|
64713
65087
|
if (output["previousSlotEndTime"] !== undefined) {
|
|
64714
|
-
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"]));
|
|
64715
65089
|
}
|
|
64716
65090
|
if (output["recurrence"] !== undefined) {
|
|
64717
65091
|
contents.Recurrence = deserializeAws_ec2ScheduledInstanceRecurrence(output["recurrence"], context);
|
|
@@ -64723,10 +65097,10 @@ const deserializeAws_ec2ScheduledInstance = (output, context) => {
|
|
|
64723
65097
|
contents.SlotDurationInHours = (0, smithy_client_1.strictParseInt32)(output["slotDurationInHours"]);
|
|
64724
65098
|
}
|
|
64725
65099
|
if (output["termEndDate"] !== undefined) {
|
|
64726
|
-
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"]));
|
|
64727
65101
|
}
|
|
64728
65102
|
if (output["termStartDate"] !== undefined) {
|
|
64729
|
-
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"]));
|
|
64730
65104
|
}
|
|
64731
65105
|
if (output["totalScheduledInstanceHours"] !== undefined) {
|
|
64732
65106
|
contents.TotalScheduledInstanceHours = (0, smithy_client_1.strictParseInt32)(output["totalScheduledInstanceHours"]);
|
|
@@ -64756,7 +65130,7 @@ const deserializeAws_ec2ScheduledInstanceAvailability = (output, context) => {
|
|
|
64756
65130
|
contents.AvailableInstanceCount = (0, smithy_client_1.strictParseInt32)(output["availableInstanceCount"]);
|
|
64757
65131
|
}
|
|
64758
65132
|
if (output["firstSlotStartTime"] !== undefined) {
|
|
64759
|
-
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"]));
|
|
64760
65134
|
}
|
|
64761
65135
|
if (output["hourlyPrice"] !== undefined) {
|
|
64762
65136
|
contents.HourlyPrice = (0, smithy_client_1.expectString)(output["hourlyPrice"]);
|
|
@@ -65296,7 +65670,7 @@ const deserializeAws_ec2Snapshot = (output, context) => {
|
|
|
65296
65670
|
contents.SnapshotId = (0, smithy_client_1.expectString)(output["snapshotId"]);
|
|
65297
65671
|
}
|
|
65298
65672
|
if (output["startTime"] !== undefined) {
|
|
65299
|
-
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"]));
|
|
65300
65674
|
}
|
|
65301
65675
|
if (output["status"] !== undefined) {
|
|
65302
65676
|
contents.State = (0, smithy_client_1.expectString)(output["status"]);
|
|
@@ -65326,7 +65700,7 @@ const deserializeAws_ec2Snapshot = (output, context) => {
|
|
|
65326
65700
|
contents.StorageTier = (0, smithy_client_1.expectString)(output["storageTier"]);
|
|
65327
65701
|
}
|
|
65328
65702
|
if (output["restoreExpiryTime"] !== undefined) {
|
|
65329
|
-
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"]));
|
|
65330
65704
|
}
|
|
65331
65705
|
return contents;
|
|
65332
65706
|
};
|
|
@@ -65418,7 +65792,7 @@ const deserializeAws_ec2SnapshotInfo = (output, context) => {
|
|
|
65418
65792
|
contents.VolumeSize = (0, smithy_client_1.strictParseInt32)(output["volumeSize"]);
|
|
65419
65793
|
}
|
|
65420
65794
|
if (output["startTime"] !== undefined) {
|
|
65421
|
-
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"]));
|
|
65422
65796
|
}
|
|
65423
65797
|
if (output["progress"] !== undefined) {
|
|
65424
65798
|
contents.Progress = (0, smithy_client_1.expectString)(output["progress"]);
|
|
@@ -65453,10 +65827,10 @@ const deserializeAws_ec2SnapshotRecycleBinInfo = (output, context) => {
|
|
|
65453
65827
|
contents.SnapshotId = (0, smithy_client_1.expectString)(output["snapshotId"]);
|
|
65454
65828
|
}
|
|
65455
65829
|
if (output["recycleBinEnterTime"] !== undefined) {
|
|
65456
|
-
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"]));
|
|
65457
65831
|
}
|
|
65458
65832
|
if (output["recycleBinExitTime"] !== undefined) {
|
|
65459
|
-
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"]));
|
|
65460
65834
|
}
|
|
65461
65835
|
if (output["description"] !== undefined) {
|
|
65462
65836
|
contents.Description = (0, smithy_client_1.expectString)(output["description"]);
|
|
@@ -65566,7 +65940,7 @@ const deserializeAws_ec2SnapshotTierStatus = (output, context) => {
|
|
|
65566
65940
|
contents.StorageTier = (0, smithy_client_1.expectString)(output["storageTier"]);
|
|
65567
65941
|
}
|
|
65568
65942
|
if (output["lastTieringStartTime"] !== undefined) {
|
|
65569
|
-
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"]));
|
|
65570
65944
|
}
|
|
65571
65945
|
if (output["lastTieringProgress"] !== undefined) {
|
|
65572
65946
|
contents.LastTieringProgress = (0, smithy_client_1.strictParseInt32)(output["lastTieringProgress"]);
|
|
@@ -65578,10 +65952,10 @@ const deserializeAws_ec2SnapshotTierStatus = (output, context) => {
|
|
|
65578
65952
|
contents.LastTieringOperationStatusDetail = (0, smithy_client_1.expectString)(output["lastTieringOperationStatusDetail"]);
|
|
65579
65953
|
}
|
|
65580
65954
|
if (output["archivalCompleteTime"] !== undefined) {
|
|
65581
|
-
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"]));
|
|
65582
65956
|
}
|
|
65583
65957
|
if (output["restoreExpiryTime"] !== undefined) {
|
|
65584
|
-
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"]));
|
|
65585
65959
|
}
|
|
65586
65960
|
return contents;
|
|
65587
65961
|
};
|
|
@@ -65745,7 +66119,7 @@ const deserializeAws_ec2SpotFleetRequestConfig = (output, context) => {
|
|
|
65745
66119
|
contents.ActivityStatus = (0, smithy_client_1.expectString)(output["activityStatus"]);
|
|
65746
66120
|
}
|
|
65747
66121
|
if (output["createTime"] !== undefined) {
|
|
65748
|
-
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"]));
|
|
65749
66123
|
}
|
|
65750
66124
|
if (output["spotFleetRequestConfig"] !== undefined) {
|
|
65751
66125
|
contents.SpotFleetRequestConfig = deserializeAws_ec2SpotFleetRequestConfigData(output["spotFleetRequestConfig"], context);
|
|
@@ -65851,10 +66225,10 @@ const deserializeAws_ec2SpotFleetRequestConfigData = (output, context) => {
|
|
|
65851
66225
|
contents.Type = (0, smithy_client_1.expectString)(output["type"]);
|
|
65852
66226
|
}
|
|
65853
66227
|
if (output["validFrom"] !== undefined) {
|
|
65854
|
-
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"]));
|
|
65855
66229
|
}
|
|
65856
66230
|
if (output["validUntil"] !== undefined) {
|
|
65857
|
-
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"]));
|
|
65858
66232
|
}
|
|
65859
66233
|
if (output["replaceUnhealthyInstances"] !== undefined) {
|
|
65860
66234
|
contents.ReplaceUnhealthyInstances = (0, smithy_client_1.parseBoolean)(output["replaceUnhealthyInstances"]);
|
|
@@ -65944,7 +66318,7 @@ const deserializeAws_ec2SpotInstanceRequest = (output, context) => {
|
|
|
65944
66318
|
contents.BlockDurationMinutes = (0, smithy_client_1.strictParseInt32)(output["blockDurationMinutes"]);
|
|
65945
66319
|
}
|
|
65946
66320
|
if (output["createTime"] !== undefined) {
|
|
65947
|
-
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"]));
|
|
65948
66322
|
}
|
|
65949
66323
|
if (output["fault"] !== undefined) {
|
|
65950
66324
|
contents.Fault = deserializeAws_ec2SpotInstanceStateFault(output["fault"], context);
|
|
@@ -65986,10 +66360,10 @@ const deserializeAws_ec2SpotInstanceRequest = (output, context) => {
|
|
|
65986
66360
|
contents.Type = (0, smithy_client_1.expectString)(output["type"]);
|
|
65987
66361
|
}
|
|
65988
66362
|
if (output["validFrom"] !== undefined) {
|
|
65989
|
-
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"]));
|
|
65990
66364
|
}
|
|
65991
66365
|
if (output["validUntil"] !== undefined) {
|
|
65992
|
-
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"]));
|
|
65993
66367
|
}
|
|
65994
66368
|
if (output["instanceInterruptionBehavior"] !== undefined) {
|
|
65995
66369
|
contents.InstanceInterruptionBehavior = (0, smithy_client_1.expectString)(output["instanceInterruptionBehavior"]);
|
|
@@ -66029,7 +66403,7 @@ const deserializeAws_ec2SpotInstanceStatus = (output, context) => {
|
|
|
66029
66403
|
contents.Message = (0, smithy_client_1.expectString)(output["message"]);
|
|
66030
66404
|
}
|
|
66031
66405
|
if (output["updateTime"] !== undefined) {
|
|
66032
|
-
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"]));
|
|
66033
66407
|
}
|
|
66034
66408
|
return contents;
|
|
66035
66409
|
};
|
|
@@ -66141,7 +66515,7 @@ const deserializeAws_ec2SpotPrice = (output, context) => {
|
|
|
66141
66515
|
contents.SpotPrice = (0, smithy_client_1.expectString)(output["spotPrice"]);
|
|
66142
66516
|
}
|
|
66143
66517
|
if (output["timestamp"] !== undefined) {
|
|
66144
|
-
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"]));
|
|
66145
66519
|
}
|
|
66146
66520
|
return contents;
|
|
66147
66521
|
};
|
|
@@ -66327,7 +66701,7 @@ const deserializeAws_ec2StoreImageTaskResult = (output, context) => {
|
|
|
66327
66701
|
contents.AmiId = (0, smithy_client_1.expectString)(output["amiId"]);
|
|
66328
66702
|
}
|
|
66329
66703
|
if (output["taskStartTime"] !== undefined) {
|
|
66330
|
-
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"]));
|
|
66331
66705
|
}
|
|
66332
66706
|
if (output["bucket"] !== undefined) {
|
|
66333
66707
|
contents.Bucket = (0, smithy_client_1.expectString)(output["bucket"]);
|
|
@@ -67175,7 +67549,7 @@ const deserializeAws_ec2TransitGateway = (output, context) => {
|
|
|
67175
67549
|
contents.Description = (0, smithy_client_1.expectString)(output["description"]);
|
|
67176
67550
|
}
|
|
67177
67551
|
if (output["creationTime"] !== undefined) {
|
|
67178
|
-
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"]));
|
|
67179
67553
|
}
|
|
67180
67554
|
if (output["options"] !== undefined) {
|
|
67181
67555
|
contents.Options = deserializeAws_ec2TransitGatewayOptions(output["options"], context);
|
|
@@ -67251,7 +67625,7 @@ const deserializeAws_ec2TransitGatewayAttachment = (output, context) => {
|
|
|
67251
67625
|
contents.Association = deserializeAws_ec2TransitGatewayAttachmentAssociation(output["association"], context);
|
|
67252
67626
|
}
|
|
67253
67627
|
if (output["creationTime"] !== undefined) {
|
|
67254
|
-
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"]));
|
|
67255
67629
|
}
|
|
67256
67630
|
if (output.tagSet === "") {
|
|
67257
67631
|
contents.Tags = [];
|
|
@@ -67356,7 +67730,7 @@ const deserializeAws_ec2TransitGatewayConnect = (output, context) => {
|
|
|
67356
67730
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
67357
67731
|
}
|
|
67358
67732
|
if (output["creationTime"] !== undefined) {
|
|
67359
|
-
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"]));
|
|
67360
67734
|
}
|
|
67361
67735
|
if (output["options"] !== undefined) {
|
|
67362
67736
|
contents.Options = deserializeAws_ec2TransitGatewayConnectOptions(output["options"], context);
|
|
@@ -67404,7 +67778,7 @@ const deserializeAws_ec2TransitGatewayConnectPeer = (output, context) => {
|
|
|
67404
67778
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
67405
67779
|
}
|
|
67406
67780
|
if (output["creationTime"] !== undefined) {
|
|
67407
|
-
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"]));
|
|
67408
67782
|
}
|
|
67409
67783
|
if (output["connectPeerConfiguration"] !== undefined) {
|
|
67410
67784
|
contents.ConnectPeerConfiguration = deserializeAws_ec2TransitGatewayConnectPeerConfiguration(output["connectPeerConfiguration"], context);
|
|
@@ -67534,7 +67908,7 @@ const deserializeAws_ec2TransitGatewayMulticastDomain = (output, context) => {
|
|
|
67534
67908
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
67535
67909
|
}
|
|
67536
67910
|
if (output["creationTime"] !== undefined) {
|
|
67537
|
-
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"]));
|
|
67538
67912
|
}
|
|
67539
67913
|
if (output.tagSet === "") {
|
|
67540
67914
|
contents.Tags = [];
|
|
@@ -67813,7 +68187,7 @@ const deserializeAws_ec2TransitGatewayPeeringAttachment = (output, context) => {
|
|
|
67813
68187
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
67814
68188
|
}
|
|
67815
68189
|
if (output["creationTime"] !== undefined) {
|
|
67816
|
-
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"]));
|
|
67817
68191
|
}
|
|
67818
68192
|
if (output.tagSet === "") {
|
|
67819
68193
|
contents.Tags = [];
|
|
@@ -67899,7 +68273,7 @@ const deserializeAws_ec2TransitGatewayPolicyTable = (output, context) => {
|
|
|
67899
68273
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
67900
68274
|
}
|
|
67901
68275
|
if (output["creationTime"] !== undefined) {
|
|
67902
|
-
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"]));
|
|
67903
68277
|
}
|
|
67904
68278
|
if (output.tagSet === "") {
|
|
67905
68279
|
contents.Tags = [];
|
|
@@ -68144,7 +68518,7 @@ const deserializeAws_ec2TransitGatewayRouteTable = (output, context) => {
|
|
|
68144
68518
|
contents.DefaultPropagationRouteTable = (0, smithy_client_1.parseBoolean)(output["defaultPropagationRouteTable"]);
|
|
68145
68519
|
}
|
|
68146
68520
|
if (output["creationTime"] !== undefined) {
|
|
68147
|
-
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"]));
|
|
68148
68522
|
}
|
|
68149
68523
|
if (output.tagSet === "") {
|
|
68150
68524
|
contents.Tags = [];
|
|
@@ -68196,7 +68570,7 @@ const deserializeAws_ec2TransitGatewayRouteTableAnnouncement = (output, context)
|
|
|
68196
68570
|
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
68197
68571
|
}
|
|
68198
68572
|
if (output["creationTime"] !== undefined) {
|
|
68199
|
-
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"]));
|
|
68200
68574
|
}
|
|
68201
68575
|
if (output.tagSet === "") {
|
|
68202
68576
|
contents.Tags = [];
|
|
@@ -68347,7 +68721,7 @@ const deserializeAws_ec2TransitGatewayVpcAttachment = (output, context) => {
|
|
|
68347
68721
|
contents.SubnetIds = deserializeAws_ec2ValueStringList((0, smithy_client_1.getArrayIfSingleItem)(output["subnetIds"]["item"]), context);
|
|
68348
68722
|
}
|
|
68349
68723
|
if (output["creationTime"] !== undefined) {
|
|
68350
|
-
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"]));
|
|
68351
68725
|
}
|
|
68352
68726
|
if (output["options"] !== undefined) {
|
|
68353
68727
|
contents.Options = deserializeAws_ec2TransitGatewayVpcAttachmentOptions(output["options"], context);
|
|
@@ -68569,6 +68943,22 @@ const deserializeAws_ec2UnassignIpv6AddressesResult = (output, context) => {
|
|
|
68569
68943
|
}
|
|
68570
68944
|
return contents;
|
|
68571
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
|
+
};
|
|
68572
68962
|
const deserializeAws_ec2UnmonitorInstancesResult = (output, context) => {
|
|
68573
68963
|
const contents = {
|
|
68574
68964
|
InstanceMonitorings: undefined,
|
|
@@ -69273,7 +69663,7 @@ const deserializeAws_ec2VgwTelemetry = (output, context) => {
|
|
|
69273
69663
|
contents.AcceptedRouteCount = (0, smithy_client_1.strictParseInt32)(output["acceptedRouteCount"]);
|
|
69274
69664
|
}
|
|
69275
69665
|
if (output["lastStatusChange"] !== undefined) {
|
|
69276
|
-
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"]));
|
|
69277
69667
|
}
|
|
69278
69668
|
if (output["outsideIpAddress"] !== undefined) {
|
|
69279
69669
|
contents.OutsideIpAddress = (0, smithy_client_1.expectString)(output["outsideIpAddress"]);
|
|
@@ -69332,7 +69722,7 @@ const deserializeAws_ec2Volume = (output, context) => {
|
|
|
69332
69722
|
contents.AvailabilityZone = (0, smithy_client_1.expectString)(output["availabilityZone"]);
|
|
69333
69723
|
}
|
|
69334
69724
|
if (output["createTime"] !== undefined) {
|
|
69335
|
-
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"]));
|
|
69336
69726
|
}
|
|
69337
69727
|
if (output["encrypted"] !== undefined) {
|
|
69338
69728
|
contents.Encrypted = (0, smithy_client_1.parseBoolean)(output["encrypted"]);
|
|
@@ -69388,7 +69778,7 @@ const deserializeAws_ec2VolumeAttachment = (output, context) => {
|
|
|
69388
69778
|
DeleteOnTermination: undefined,
|
|
69389
69779
|
};
|
|
69390
69780
|
if (output["attachTime"] !== undefined) {
|
|
69391
|
-
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"]));
|
|
69392
69782
|
}
|
|
69393
69783
|
if (output["device"] !== undefined) {
|
|
69394
69784
|
contents.Device = (0, smithy_client_1.expectString)(output["device"]);
|
|
@@ -69483,10 +69873,10 @@ const deserializeAws_ec2VolumeModification = (output, context) => {
|
|
|
69483
69873
|
contents.Progress = (0, smithy_client_1.strictParseLong)(output["progress"]);
|
|
69484
69874
|
}
|
|
69485
69875
|
if (output["startTime"] !== undefined) {
|
|
69486
|
-
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"]));
|
|
69487
69877
|
}
|
|
69488
69878
|
if (output["endTime"] !== undefined) {
|
|
69489
|
-
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"]));
|
|
69490
69880
|
}
|
|
69491
69881
|
return contents;
|
|
69492
69882
|
};
|
|
@@ -69584,10 +69974,10 @@ const deserializeAws_ec2VolumeStatusEvent = (output, context) => {
|
|
|
69584
69974
|
contents.EventType = (0, smithy_client_1.expectString)(output["eventType"]);
|
|
69585
69975
|
}
|
|
69586
69976
|
if (output["notAfter"] !== undefined) {
|
|
69587
|
-
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"]));
|
|
69588
69978
|
}
|
|
69589
69979
|
if (output["notBefore"] !== undefined) {
|
|
69590
|
-
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"]));
|
|
69591
69981
|
}
|
|
69592
69982
|
if (output["instanceId"] !== undefined) {
|
|
69593
69983
|
contents.InstanceId = (0, smithy_client_1.expectString)(output["instanceId"]);
|
|
@@ -69889,7 +70279,7 @@ const deserializeAws_ec2VpcEndpoint = (output, context) => {
|
|
|
69889
70279
|
contents.DnsEntries = deserializeAws_ec2DnsEntrySet((0, smithy_client_1.getArrayIfSingleItem)(output["dnsEntrySet"]["item"]), context);
|
|
69890
70280
|
}
|
|
69891
70281
|
if (output["creationTimestamp"] !== undefined) {
|
|
69892
|
-
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"]));
|
|
69893
70283
|
}
|
|
69894
70284
|
if (output.tagSet === "") {
|
|
69895
70285
|
contents.Tags = [];
|
|
@@ -69932,7 +70322,7 @@ const deserializeAws_ec2VpcEndpointConnection = (output, context) => {
|
|
|
69932
70322
|
contents.VpcEndpointState = (0, smithy_client_1.expectString)(output["vpcEndpointState"]);
|
|
69933
70323
|
}
|
|
69934
70324
|
if (output["creationTimestamp"] !== undefined) {
|
|
69935
|
-
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"]));
|
|
69936
70326
|
}
|
|
69937
70327
|
if (output.dnsEntrySet === "") {
|
|
69938
70328
|
contents.DnsEntries = [];
|
|
@@ -70034,7 +70424,7 @@ const deserializeAws_ec2VpcPeeringConnection = (output, context) => {
|
|
|
70034
70424
|
contents.AccepterVpcInfo = deserializeAws_ec2VpcPeeringConnectionVpcInfo(output["accepterVpcInfo"], context);
|
|
70035
70425
|
}
|
|
70036
70426
|
if (output["expirationTime"] !== undefined) {
|
|
70037
|
-
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"]));
|
|
70038
70428
|
}
|
|
70039
70429
|
if (output["requesterVpcInfo"] !== undefined) {
|
|
70040
70430
|
contents.RequesterVpcInfo = deserializeAws_ec2VpcPeeringConnectionVpcInfo(output["requesterVpcInfo"], context);
|