@aws-sdk/client-ec2 3.216.0 → 3.219.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 +75 -0
- package/dist-cjs/commands/CreateSubnetCidrReservationCommand.js +1 -2
- package/dist-cjs/commands/CreateSubnetCommand.js +3 -3
- package/dist-cjs/commands/DeregisterInstanceEventNotificationAttributesCommand.js +3 -3
- package/dist-cjs/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.js +46 -0
- package/dist-cjs/commands/DescribeIpamScopesCommand.js +3 -3
- package/dist-cjs/commands/DescribeIpamsCommand.js +2 -1
- package/dist-cjs/commands/DescribeIpv6PoolsCommand.js +3 -3
- package/dist-cjs/commands/DescribeKeyPairsCommand.js +3 -3
- package/dist-cjs/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/DisassociateIamInstanceProfileCommand.js +2 -1
- package/dist-cjs/commands/DisassociateInstanceEventWindowCommand.js +3 -3
- package/dist-cjs/commands/DisassociateRouteTableCommand.js +2 -2
- package/dist-cjs/commands/DisassociateSubnetCidrBlockCommand.js +3 -3
- package/dist-cjs/commands/DisassociateTransitGatewayMulticastDomainCommand.js +3 -3
- package/dist-cjs/commands/DisassociateTransitGatewayPolicyTableCommand.js +3 -3
- package/dist-cjs/commands/DisassociateTransitGatewayRouteTableCommand.js +1 -2
- package/dist-cjs/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.js +46 -0
- package/dist-cjs/commands/GetAwsNetworkPerformanceDataCommand.js +46 -0
- package/dist-cjs/commands/ModifyTransitGatewayCommand.js +2 -1
- package/dist-cjs/commands/ModifyTransitGatewayPrefixListReferenceCommand.js +3 -3
- package/dist-cjs/commands/ModifyTransitGatewayVpcAttachmentCommand.js +3 -3
- package/dist-cjs/commands/ModifyVolumeAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyVolumeCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyVpcEndpointCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcEndpointConnectionNotificationCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcEndpointServiceConfigurationCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpcEndpointServicePermissionsCommand.js +3 -3
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +13 -14
- package/dist-cjs/models/models_1.js +23 -23
- package/dist-cjs/models/models_2.js +23 -22
- package/dist-cjs/models/models_3.js +51 -46
- package/dist-cjs/models/models_4.js +54 -54
- package/dist-cjs/models/models_5.js +90 -90
- package/dist-cjs/models/models_6.js +88 -4
- package/dist-cjs/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.js +36 -0
- package/dist-cjs/pagination/GetAwsNetworkPerformanceDataPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +3 -1
- package/dist-cjs/protocols/Aws_ec2.js +617 -18
- package/dist-es/EC2.js +75 -0
- package/dist-es/commands/CreateSubnetCidrReservationCommand.js +1 -2
- package/dist-es/commands/CreateSubnetCommand.js +1 -1
- package/dist-es/commands/DeregisterInstanceEventNotificationAttributesCommand.js +1 -1
- package/dist-es/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.js +42 -0
- package/dist-es/commands/DescribeIpamScopesCommand.js +1 -1
- package/dist-es/commands/DescribeIpamsCommand.js +2 -1
- package/dist-es/commands/DescribeIpv6PoolsCommand.js +1 -1
- package/dist-es/commands/DescribeKeyPairsCommand.js +1 -1
- package/dist-es/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.js +42 -0
- package/dist-es/commands/DisassociateIamInstanceProfileCommand.js +2 -1
- package/dist-es/commands/DisassociateInstanceEventWindowCommand.js +1 -1
- package/dist-es/commands/DisassociateRouteTableCommand.js +1 -1
- package/dist-es/commands/DisassociateSubnetCidrBlockCommand.js +1 -1
- package/dist-es/commands/DisassociateTransitGatewayMulticastDomainCommand.js +1 -1
- package/dist-es/commands/DisassociateTransitGatewayPolicyTableCommand.js +1 -1
- package/dist-es/commands/DisassociateTransitGatewayRouteTableCommand.js +1 -2
- package/dist-es/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.js +42 -0
- package/dist-es/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.js +42 -0
- package/dist-es/commands/GetAwsNetworkPerformanceDataCommand.js +42 -0
- package/dist-es/commands/ModifyTransitGatewayCommand.js +2 -1
- package/dist-es/commands/ModifyTransitGatewayPrefixListReferenceCommand.js +1 -1
- package/dist-es/commands/ModifyTransitGatewayVpcAttachmentCommand.js +1 -1
- package/dist-es/commands/ModifyVolumeAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyVolumeCommand.js +1 -1
- package/dist-es/commands/ModifyVpcAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointConnectionNotificationCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointServiceConfigurationCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +1 -1
- package/dist-es/commands/ModifyVpcEndpointServicePermissionsCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +6 -8
- package/dist-es/models/models_1.js +14 -14
- package/dist-es/models/models_2.js +14 -12
- package/dist-es/models/models_3.js +38 -30
- package/dist-es/models/models_4.js +36 -36
- package/dist-es/models/models_5.js +63 -63
- package/dist-es/models/models_6.js +63 -0
- package/dist-es/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.js +32 -0
- package/dist-es/pagination/GetAwsNetworkPerformanceDataPaginator.js +32 -0
- package/dist-es/pagination/index.js +3 -1
- package/dist-es/protocols/Aws_ec2.js +588 -0
- package/dist-types/EC2.d.ts +36 -3
- package/dist-types/EC2Client.d.ts +7 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -2
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -2
- package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +37 -0
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +20 -0
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +37 -0
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +47 -32
- package/dist-types/models/models_1.d.ts +135 -175
- package/dist-types/models/models_2.d.ts +124 -64
- package/dist-types/models/models_3.d.ts +191 -292
- package/dist-types/models/models_4.d.ts +373 -221
- package/dist-types/models/models_5.d.ts +396 -526
- package/dist-types/models/models_6.d.ts +539 -12
- package/dist-types/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetAwsNetworkPerformanceDataPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/protocols/Aws_ec2.d.ts +15 -0
- package/dist-types/ts3.4/EC2.d.ts +109 -0
- package/dist-types/ts3.4/EC2Client.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -12
- package/dist-types/ts3.4/models/models_1.d.ts +28 -37
- package/dist-types/ts3.4/models/models_2.d.ts +36 -28
- package/dist-types/ts3.4/models/models_3.d.ts +67 -84
- package/dist-types/ts3.4/models/models_4.d.ts +103 -90
- package/dist-types/ts3.4/models/models_5.d.ts +165 -190
- package/dist-types/ts3.4/models/models_6.d.ts +195 -6
- package/dist-types/ts3.4/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetAwsNetworkPerformanceDataPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +60 -0
- package/package.json +3 -3
|
@@ -4,24 +4,25 @@ exports.serializeAws_ec2CopySnapshotCommand = exports.serializeAws_ec2CopyImageC
|
|
|
4
4
|
exports.serializeAws_ec2CreateSubnetCommand = exports.serializeAws_ec2CreateStoreImageTaskCommand = exports.serializeAws_ec2CreateSpotDatafeedSubscriptionCommand = exports.serializeAws_ec2CreateSnapshotsCommand = exports.serializeAws_ec2CreateSnapshotCommand = exports.serializeAws_ec2CreateSecurityGroupCommand = exports.serializeAws_ec2CreateRouteTableCommand = exports.serializeAws_ec2CreateRouteCommand = exports.serializeAws_ec2CreateRestoreImageTaskCommand = exports.serializeAws_ec2CreateReservedInstancesListingCommand = exports.serializeAws_ec2CreateReplaceRootVolumeTaskCommand = exports.serializeAws_ec2CreatePublicIpv4PoolCommand = exports.serializeAws_ec2CreatePlacementGroupCommand = exports.serializeAws_ec2CreateNetworkInterfacePermissionCommand = exports.serializeAws_ec2CreateNetworkInterfaceCommand = exports.serializeAws_ec2CreateNetworkInsightsPathCommand = exports.serializeAws_ec2CreateNetworkInsightsAccessScopeCommand = exports.serializeAws_ec2CreateNetworkAclEntryCommand = exports.serializeAws_ec2CreateNetworkAclCommand = exports.serializeAws_ec2CreateNatGatewayCommand = exports.serializeAws_ec2CreateManagedPrefixListCommand = exports.serializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationCommand = exports.serializeAws_ec2CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.serializeAws_ec2CreateLocalGatewayRouteTableCommand = exports.serializeAws_ec2CreateLocalGatewayRouteCommand = exports.serializeAws_ec2CreateLaunchTemplateVersionCommand = exports.serializeAws_ec2CreateLaunchTemplateCommand = exports.serializeAws_ec2CreateKeyPairCommand = exports.serializeAws_ec2CreateIpamScopeCommand = exports.serializeAws_ec2CreateIpamPoolCommand = exports.serializeAws_ec2CreateIpamCommand = exports.serializeAws_ec2CreateInternetGatewayCommand = exports.serializeAws_ec2CreateInstanceExportTaskCommand = exports.serializeAws_ec2CreateInstanceEventWindowCommand = exports.serializeAws_ec2CreateImageCommand = exports.serializeAws_ec2CreateFpgaImageCommand = exports.serializeAws_ec2CreateFlowLogsCommand = exports.serializeAws_ec2CreateFleetCommand = exports.serializeAws_ec2CreateEgressOnlyInternetGatewayCommand = exports.serializeAws_ec2CreateDhcpOptionsCommand = exports.serializeAws_ec2CreateDefaultVpcCommand = exports.serializeAws_ec2CreateDefaultSubnetCommand = exports.serializeAws_ec2CreateCustomerGatewayCommand = exports.serializeAws_ec2CreateCoipPoolCommand = exports.serializeAws_ec2CreateCoipCidrCommand = exports.serializeAws_ec2CreateClientVpnRouteCommand = exports.serializeAws_ec2CreateClientVpnEndpointCommand = exports.serializeAws_ec2CreateCarrierGatewayCommand = exports.serializeAws_ec2CreateCapacityReservationFleetCommand = exports.serializeAws_ec2CreateCapacityReservationCommand = void 0;
|
|
5
5
|
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_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_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 = void 0;
|
|
6
6
|
exports.serializeAws_ec2DeregisterTransitGatewayMulticastGroupMembersCommand = exports.serializeAws_ec2DeregisterInstanceEventNotificationAttributesCommand = exports.serializeAws_ec2DeregisterImageCommand = exports.serializeAws_ec2DeprovisionPublicIpv4PoolCidrCommand = exports.serializeAws_ec2DeprovisionIpamPoolCidrCommand = exports.serializeAws_ec2DeprovisionByoipCidrCommand = exports.serializeAws_ec2DeleteVpnGatewayCommand = exports.serializeAws_ec2DeleteVpnConnectionRouteCommand = exports.serializeAws_ec2DeleteVpnConnectionCommand = exports.serializeAws_ec2DeleteVpcPeeringConnectionCommand = exports.serializeAws_ec2DeleteVpcEndpointServiceConfigurationsCommand = exports.serializeAws_ec2DeleteVpcEndpointsCommand = exports.serializeAws_ec2DeleteVpcEndpointConnectionNotificationsCommand = exports.serializeAws_ec2DeleteVpcCommand = exports.serializeAws_ec2DeleteVolumeCommand = exports.serializeAws_ec2DeleteTransitGatewayVpcAttachmentCommand = exports.serializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementCommand = exports.serializeAws_ec2DeleteTransitGatewayRouteTableCommand = exports.serializeAws_ec2DeleteTransitGatewayRouteCommand = exports.serializeAws_ec2DeleteTransitGatewayPrefixListReferenceCommand = exports.serializeAws_ec2DeleteTransitGatewayPolicyTableCommand = exports.serializeAws_ec2DeleteTransitGatewayPeeringAttachmentCommand = exports.serializeAws_ec2DeleteTransitGatewayMulticastDomainCommand = exports.serializeAws_ec2DeleteTransitGatewayConnectPeerCommand = exports.serializeAws_ec2DeleteTransitGatewayConnectCommand = exports.serializeAws_ec2DeleteTransitGatewayCommand = exports.serializeAws_ec2DeleteTrafficMirrorTargetCommand = exports.serializeAws_ec2DeleteTrafficMirrorSessionCommand = exports.serializeAws_ec2DeleteTrafficMirrorFilterRuleCommand = exports.serializeAws_ec2DeleteTrafficMirrorFilterCommand = exports.serializeAws_ec2DeleteTagsCommand = exports.serializeAws_ec2DeleteSubnetCidrReservationCommand = exports.serializeAws_ec2DeleteSubnetCommand = exports.serializeAws_ec2DeleteSpotDatafeedSubscriptionCommand = exports.serializeAws_ec2DeleteSnapshotCommand = exports.serializeAws_ec2DeleteSecurityGroupCommand = exports.serializeAws_ec2DeleteRouteTableCommand = exports.serializeAws_ec2DeleteRouteCommand = exports.serializeAws_ec2DeleteQueuedReservedInstancesCommand = exports.serializeAws_ec2DeletePublicIpv4PoolCommand = 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 = void 0;
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.
|
|
23
|
-
exports.
|
|
24
|
-
exports.
|
|
7
|
+
exports.serializeAws_ec2DescribeInstancesCommand = exports.serializeAws_ec2DescribeInstanceEventWindowsCommand = exports.serializeAws_ec2DescribeInstanceEventNotificationAttributesCommand = exports.serializeAws_ec2DescribeInstanceCreditSpecificationsCommand = exports.serializeAws_ec2DescribeInstanceAttributeCommand = exports.serializeAws_ec2DescribeImportSnapshotTasksCommand = exports.serializeAws_ec2DescribeImportImageTasksCommand = exports.serializeAws_ec2DescribeImagesCommand = exports.serializeAws_ec2DescribeImageAttributeCommand = exports.serializeAws_ec2DescribeIdFormatCommand = exports.serializeAws_ec2DescribeIdentityIdFormatCommand = exports.serializeAws_ec2DescribeIamInstanceProfileAssociationsCommand = exports.serializeAws_ec2DescribeHostsCommand = exports.serializeAws_ec2DescribeHostReservationsCommand = exports.serializeAws_ec2DescribeHostReservationOfferingsCommand = exports.serializeAws_ec2DescribeFpgaImagesCommand = exports.serializeAws_ec2DescribeFpgaImageAttributeCommand = exports.serializeAws_ec2DescribeFlowLogsCommand = exports.serializeAws_ec2DescribeFleetsCommand = exports.serializeAws_ec2DescribeFleetInstancesCommand = exports.serializeAws_ec2DescribeFleetHistoryCommand = exports.serializeAws_ec2DescribeFastSnapshotRestoresCommand = exports.serializeAws_ec2DescribeFastLaunchImagesCommand = exports.serializeAws_ec2DescribeExportTasksCommand = exports.serializeAws_ec2DescribeExportImageTasksCommand = exports.serializeAws_ec2DescribeElasticGpusCommand = exports.serializeAws_ec2DescribeEgressOnlyInternetGatewaysCommand = exports.serializeAws_ec2DescribeDhcpOptionsCommand = exports.serializeAws_ec2DescribeCustomerGatewaysCommand = exports.serializeAws_ec2DescribeConversionTasksCommand = exports.serializeAws_ec2DescribeCoipPoolsCommand = exports.serializeAws_ec2DescribeClientVpnTargetNetworksCommand = exports.serializeAws_ec2DescribeClientVpnRoutesCommand = exports.serializeAws_ec2DescribeClientVpnEndpointsCommand = exports.serializeAws_ec2DescribeClientVpnConnectionsCommand = exports.serializeAws_ec2DescribeClientVpnAuthorizationRulesCommand = exports.serializeAws_ec2DescribeClassicLinkInstancesCommand = exports.serializeAws_ec2DescribeCarrierGatewaysCommand = 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 = void 0;
|
|
8
|
+
exports.serializeAws_ec2DescribeSpotFleetRequestHistoryCommand = exports.serializeAws_ec2DescribeSpotFleetInstancesCommand = exports.serializeAws_ec2DescribeSpotDatafeedSubscriptionCommand = exports.serializeAws_ec2DescribeSnapshotTierStatusCommand = exports.serializeAws_ec2DescribeSnapshotsCommand = exports.serializeAws_ec2DescribeSnapshotAttributeCommand = exports.serializeAws_ec2DescribeSecurityGroupsCommand = exports.serializeAws_ec2DescribeSecurityGroupRulesCommand = exports.serializeAws_ec2DescribeSecurityGroupReferencesCommand = exports.serializeAws_ec2DescribeScheduledInstancesCommand = exports.serializeAws_ec2DescribeScheduledInstanceAvailabilityCommand = exports.serializeAws_ec2DescribeRouteTablesCommand = exports.serializeAws_ec2DescribeReservedInstancesOfferingsCommand = exports.serializeAws_ec2DescribeReservedInstancesModificationsCommand = exports.serializeAws_ec2DescribeReservedInstancesListingsCommand = exports.serializeAws_ec2DescribeReservedInstancesCommand = exports.serializeAws_ec2DescribeReplaceRootVolumeTasksCommand = exports.serializeAws_ec2DescribeRegionsCommand = exports.serializeAws_ec2DescribePublicIpv4PoolsCommand = exports.serializeAws_ec2DescribePrincipalIdFormatCommand = exports.serializeAws_ec2DescribePrefixListsCommand = exports.serializeAws_ec2DescribePlacementGroupsCommand = exports.serializeAws_ec2DescribeNetworkInterfacesCommand = exports.serializeAws_ec2DescribeNetworkInterfacePermissionsCommand = exports.serializeAws_ec2DescribeNetworkInterfaceAttributeCommand = exports.serializeAws_ec2DescribeNetworkInsightsPathsCommand = exports.serializeAws_ec2DescribeNetworkInsightsAnalysesCommand = exports.serializeAws_ec2DescribeNetworkInsightsAccessScopesCommand = exports.serializeAws_ec2DescribeNetworkInsightsAccessScopeAnalysesCommand = exports.serializeAws_ec2DescribeNetworkAclsCommand = exports.serializeAws_ec2DescribeNatGatewaysCommand = exports.serializeAws_ec2DescribeMovingAddressesCommand = exports.serializeAws_ec2DescribeManagedPrefixListsCommand = exports.serializeAws_ec2DescribeLocalGatewayVirtualInterfacesCommand = exports.serializeAws_ec2DescribeLocalGatewayVirtualInterfaceGroupsCommand = exports.serializeAws_ec2DescribeLocalGatewaysCommand = exports.serializeAws_ec2DescribeLocalGatewayRouteTableVpcAssociationsCommand = exports.serializeAws_ec2DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand = exports.serializeAws_ec2DescribeLocalGatewayRouteTablesCommand = exports.serializeAws_ec2DescribeLaunchTemplateVersionsCommand = exports.serializeAws_ec2DescribeLaunchTemplatesCommand = exports.serializeAws_ec2DescribeKeyPairsCommand = exports.serializeAws_ec2DescribeIpv6PoolsCommand = exports.serializeAws_ec2DescribeIpamScopesCommand = exports.serializeAws_ec2DescribeIpamsCommand = exports.serializeAws_ec2DescribeIpamPoolsCommand = exports.serializeAws_ec2DescribeInternetGatewaysCommand = exports.serializeAws_ec2DescribeInstanceTypesCommand = exports.serializeAws_ec2DescribeInstanceTypeOfferingsCommand = exports.serializeAws_ec2DescribeInstanceStatusCommand = void 0;
|
|
9
|
+
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_ec2DetachNetworkInterfaceCommand = exports.serializeAws_ec2DetachInternetGatewayCommand = exports.serializeAws_ec2DetachClassicLinkVpcCommand = exports.serializeAws_ec2DescribeVpnGatewaysCommand = exports.serializeAws_ec2DescribeVpnConnectionsCommand = exports.serializeAws_ec2DescribeVpcsCommand = exports.serializeAws_ec2DescribeVpcPeeringConnectionsCommand = exports.serializeAws_ec2DescribeVpcEndpointServicesCommand = exports.serializeAws_ec2DescribeVpcEndpointServicePermissionsCommand = exports.serializeAws_ec2DescribeVpcEndpointServiceConfigurationsCommand = exports.serializeAws_ec2DescribeVpcEndpointsCommand = exports.serializeAws_ec2DescribeVpcEndpointConnectionsCommand = exports.serializeAws_ec2DescribeVpcEndpointConnectionNotificationsCommand = exports.serializeAws_ec2DescribeVpcClassicLinkDnsSupportCommand = exports.serializeAws_ec2DescribeVpcClassicLinkCommand = exports.serializeAws_ec2DescribeVpcAttributeCommand = exports.serializeAws_ec2DescribeVolumeStatusCommand = exports.serializeAws_ec2DescribeVolumesModificationsCommand = exports.serializeAws_ec2DescribeVolumesCommand = exports.serializeAws_ec2DescribeVolumeAttributeCommand = exports.serializeAws_ec2DescribeTrunkInterfaceAssociationsCommand = exports.serializeAws_ec2DescribeTransitGatewayVpcAttachmentsCommand = exports.serializeAws_ec2DescribeTransitGatewaysCommand = exports.serializeAws_ec2DescribeTransitGatewayRouteTablesCommand = exports.serializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommand = exports.serializeAws_ec2DescribeTransitGatewayPolicyTablesCommand = exports.serializeAws_ec2DescribeTransitGatewayPeeringAttachmentsCommand = exports.serializeAws_ec2DescribeTransitGatewayMulticastDomainsCommand = exports.serializeAws_ec2DescribeTransitGatewayConnectsCommand = 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 = void 0;
|
|
10
|
+
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 = 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_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 = void 0;
|
|
11
|
+
exports.serializeAws_ec2ModifyInstanceMaintenanceOptionsCommand = exports.serializeAws_ec2ModifyInstanceEventWindowCommand = exports.serializeAws_ec2ModifyInstanceEventStartTimeCommand = exports.serializeAws_ec2ModifyInstanceCreditSpecificationCommand = exports.serializeAws_ec2ModifyInstanceCapacityReservationAttributesCommand = exports.serializeAws_ec2ModifyInstanceAttributeCommand = exports.serializeAws_ec2ModifyImageAttributeCommand = exports.serializeAws_ec2ModifyIdFormatCommand = exports.serializeAws_ec2ModifyIdentityIdFormatCommand = exports.serializeAws_ec2ModifyHostsCommand = exports.serializeAws_ec2ModifyFpgaImageAttributeCommand = exports.serializeAws_ec2ModifyFleetCommand = exports.serializeAws_ec2ModifyEbsDefaultKmsKeyIdCommand = exports.serializeAws_ec2ModifyDefaultCreditSpecificationCommand = exports.serializeAws_ec2ModifyClientVpnEndpointCommand = exports.serializeAws_ec2ModifyCapacityReservationFleetCommand = exports.serializeAws_ec2ModifyCapacityReservationCommand = exports.serializeAws_ec2ModifyAvailabilityZoneGroupCommand = exports.serializeAws_ec2ModifyAddressAttributeCommand = exports.serializeAws_ec2ListSnapshotsInRecycleBinCommand = exports.serializeAws_ec2ListImagesInRecycleBinCommand = exports.serializeAws_ec2ImportVolumeCommand = exports.serializeAws_ec2ImportSnapshotCommand = exports.serializeAws_ec2ImportKeyPairCommand = exports.serializeAws_ec2ImportInstanceCommand = exports.serializeAws_ec2ImportImageCommand = exports.serializeAws_ec2ImportClientVpnClientCertificateRevocationListCommand = exports.serializeAws_ec2GetVpnConnectionDeviceTypesCommand = exports.serializeAws_ec2GetVpnConnectionDeviceSampleConfigurationCommand = exports.serializeAws_ec2GetTransitGatewayRouteTablePropagationsCommand = exports.serializeAws_ec2GetTransitGatewayRouteTableAssociationsCommand = exports.serializeAws_ec2GetTransitGatewayPrefixListReferencesCommand = exports.serializeAws_ec2GetTransitGatewayPolicyTableEntriesCommand = exports.serializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommand = exports.serializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommand = exports.serializeAws_ec2GetTransitGatewayAttachmentPropagationsCommand = exports.serializeAws_ec2GetSubnetCidrReservationsCommand = exports.serializeAws_ec2GetSpotPlacementScoresCommand = exports.serializeAws_ec2GetSerialConsoleAccessStatusCommand = exports.serializeAws_ec2GetReservedInstancesExchangeQuoteCommand = exports.serializeAws_ec2GetPasswordDataCommand = exports.serializeAws_ec2GetNetworkInsightsAccessScopeContentCommand = exports.serializeAws_ec2GetNetworkInsightsAccessScopeAnalysisFindingsCommand = exports.serializeAws_ec2GetManagedPrefixListEntriesCommand = exports.serializeAws_ec2GetManagedPrefixListAssociationsCommand = exports.serializeAws_ec2GetLaunchTemplateDataCommand = exports.serializeAws_ec2GetIpamResourceCidrsCommand = exports.serializeAws_ec2GetIpamPoolCidrsCommand = exports.serializeAws_ec2GetIpamPoolAllocationsCommand = exports.serializeAws_ec2GetIpamAddressHistoryCommand = void 0;
|
|
12
|
+
exports.serializeAws_ec2RegisterTransitGatewayMulticastGroupMembersCommand = exports.serializeAws_ec2RegisterInstanceEventNotificationAttributesCommand = exports.serializeAws_ec2RegisterImageCommand = exports.serializeAws_ec2RebootInstancesCommand = exports.serializeAws_ec2PurchaseScheduledInstancesCommand = exports.serializeAws_ec2PurchaseReservedInstancesOfferingCommand = exports.serializeAws_ec2PurchaseHostReservationCommand = exports.serializeAws_ec2ProvisionPublicIpv4PoolCidrCommand = exports.serializeAws_ec2ProvisionIpamPoolCidrCommand = exports.serializeAws_ec2ProvisionByoipCidrCommand = exports.serializeAws_ec2MoveByoipCidrToIpamCommand = exports.serializeAws_ec2MoveAddressToVpcCommand = exports.serializeAws_ec2MonitorInstancesCommand = exports.serializeAws_ec2ModifyVpnTunnelOptionsCommand = exports.serializeAws_ec2ModifyVpnTunnelCertificateCommand = exports.serializeAws_ec2ModifyVpnConnectionOptionsCommand = exports.serializeAws_ec2ModifyVpnConnectionCommand = exports.serializeAws_ec2ModifyVpcTenancyCommand = exports.serializeAws_ec2ModifyVpcPeeringConnectionOptionsCommand = exports.serializeAws_ec2ModifyVpcEndpointServicePermissionsCommand = exports.serializeAws_ec2ModifyVpcEndpointServicePayerResponsibilityCommand = exports.serializeAws_ec2ModifyVpcEndpointServiceConfigurationCommand = exports.serializeAws_ec2ModifyVpcEndpointConnectionNotificationCommand = exports.serializeAws_ec2ModifyVpcEndpointCommand = exports.serializeAws_ec2ModifyVpcAttributeCommand = exports.serializeAws_ec2ModifyVolumeAttributeCommand = exports.serializeAws_ec2ModifyVolumeCommand = exports.serializeAws_ec2ModifyTransitGatewayVpcAttachmentCommand = exports.serializeAws_ec2ModifyTransitGatewayPrefixListReferenceCommand = exports.serializeAws_ec2ModifyTransitGatewayCommand = exports.serializeAws_ec2ModifyTrafficMirrorSessionCommand = 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_ec2ModifyIpamResourceCidrCommand = exports.serializeAws_ec2ModifyIpamPoolCommand = exports.serializeAws_ec2ModifyIpamCommand = exports.serializeAws_ec2ModifyInstancePlacementCommand = exports.serializeAws_ec2ModifyInstanceMetadataOptionsCommand = void 0;
|
|
13
|
+
exports.serializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.serializeAws_ec2UnmonitorInstancesCommand = exports.serializeAws_ec2UnassignPrivateIpAddressesCommand = exports.serializeAws_ec2UnassignIpv6AddressesCommand = exports.serializeAws_ec2TerminateInstancesCommand = exports.serializeAws_ec2TerminateClientVpnConnectionsCommand = exports.serializeAws_ec2StopInstancesCommand = exports.serializeAws_ec2StartVpcEndpointServicePrivateDnsVerificationCommand = exports.serializeAws_ec2StartNetworkInsightsAnalysisCommand = exports.serializeAws_ec2StartNetworkInsightsAccessScopeAnalysisCommand = exports.serializeAws_ec2StartInstancesCommand = exports.serializeAws_ec2SendDiagnosticInterruptCommand = exports.serializeAws_ec2SearchTransitGatewayRoutesCommand = exports.serializeAws_ec2SearchTransitGatewayMulticastGroupsCommand = exports.serializeAws_ec2SearchLocalGatewayRoutesCommand = exports.serializeAws_ec2RunScheduledInstancesCommand = exports.serializeAws_ec2RunInstancesCommand = exports.serializeAws_ec2RevokeSecurityGroupIngressCommand = exports.serializeAws_ec2RevokeSecurityGroupEgressCommand = exports.serializeAws_ec2RevokeClientVpnIngressCommand = exports.serializeAws_ec2RestoreSnapshotTierCommand = exports.serializeAws_ec2RestoreSnapshotFromRecycleBinCommand = exports.serializeAws_ec2RestoreManagedPrefixListVersionCommand = exports.serializeAws_ec2RestoreImageFromRecycleBinCommand = exports.serializeAws_ec2RestoreAddressToClassicCommand = exports.serializeAws_ec2ResetSnapshotAttributeCommand = exports.serializeAws_ec2ResetNetworkInterfaceAttributeCommand = exports.serializeAws_ec2ResetInstanceAttributeCommand = exports.serializeAws_ec2ResetImageAttributeCommand = exports.serializeAws_ec2ResetFpgaImageAttributeCommand = exports.serializeAws_ec2ResetEbsDefaultKmsKeyIdCommand = exports.serializeAws_ec2ResetAddressAttributeCommand = exports.serializeAws_ec2RequestSpotInstancesCommand = exports.serializeAws_ec2RequestSpotFleetCommand = exports.serializeAws_ec2ReportInstanceStatusCommand = exports.serializeAws_ec2ReplaceTransitGatewayRouteCommand = exports.serializeAws_ec2ReplaceRouteTableAssociationCommand = exports.serializeAws_ec2ReplaceRouteCommand = exports.serializeAws_ec2ReplaceNetworkAclEntryCommand = exports.serializeAws_ec2ReplaceNetworkAclAssociationCommand = exports.serializeAws_ec2ReplaceIamInstanceProfileAssociationCommand = exports.serializeAws_ec2ReleaseIpamPoolAllocationCommand = exports.serializeAws_ec2ReleaseHostsCommand = exports.serializeAws_ec2ReleaseAddressCommand = exports.serializeAws_ec2RejectVpcPeeringConnectionCommand = exports.serializeAws_ec2RejectVpcEndpointConnectionsCommand = exports.serializeAws_ec2RejectTransitGatewayVpcAttachmentCommand = exports.serializeAws_ec2RejectTransitGatewayPeeringAttachmentCommand = exports.serializeAws_ec2RejectTransitGatewayMulticastDomainAssociationsCommand = exports.serializeAws_ec2RegisterTransitGatewayMulticastGroupSourcesCommand = void 0;
|
|
14
|
+
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_ec2AttachNetworkInterfaceCommand = exports.deserializeAws_ec2AttachInternetGatewayCommand = exports.deserializeAws_ec2AttachClassicLinkVpcCommand = exports.deserializeAws_ec2AssociateVpcCidrBlockCommand = exports.deserializeAws_ec2AssociateTrunkInterfaceCommand = exports.deserializeAws_ec2AssociateTransitGatewayRouteTableCommand = exports.deserializeAws_ec2AssociateTransitGatewayPolicyTableCommand = exports.deserializeAws_ec2AssociateTransitGatewayMulticastDomainCommand = exports.deserializeAws_ec2AssociateSubnetCidrBlockCommand = exports.deserializeAws_ec2AssociateRouteTableCommand = exports.deserializeAws_ec2AssociateInstanceEventWindowCommand = exports.deserializeAws_ec2AssociateIamInstanceProfileCommand = exports.deserializeAws_ec2AssociateEnclaveCertificateIamRoleCommand = exports.deserializeAws_ec2AssociateDhcpOptionsCommand = exports.deserializeAws_ec2AssociateClientVpnTargetNetworkCommand = exports.deserializeAws_ec2AssociateAddressCommand = exports.deserializeAws_ec2AssignPrivateIpAddressesCommand = exports.deserializeAws_ec2AssignIpv6AddressesCommand = exports.deserializeAws_ec2ApplySecurityGroupsToClientVpnTargetNetworkCommand = exports.deserializeAws_ec2AllocateIpamPoolCidrCommand = exports.deserializeAws_ec2AllocateHostsCommand = exports.deserializeAws_ec2AllocateAddressCommand = exports.deserializeAws_ec2AdvertiseByoipCidrCommand = exports.deserializeAws_ec2AcceptVpcPeeringConnectionCommand = exports.deserializeAws_ec2AcceptVpcEndpointConnectionsCommand = exports.deserializeAws_ec2AcceptTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2AcceptTransitGatewayPeeringAttachmentCommand = exports.deserializeAws_ec2AcceptTransitGatewayMulticastDomainAssociationsCommand = exports.deserializeAws_ec2AcceptReservedInstancesExchangeQuoteCommand = exports.deserializeAws_ec2AcceptAddressTransferCommand = exports.serializeAws_ec2WithdrawByoipCidrCommand = exports.serializeAws_ec2UpdateSecurityGroupRuleDescriptionsIngressCommand = void 0;
|
|
15
|
+
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_ec2CreateIpamPoolCommand = exports.deserializeAws_ec2CreateIpamCommand = exports.deserializeAws_ec2CreateInternetGatewayCommand = exports.deserializeAws_ec2CreateInstanceExportTaskCommand = exports.deserializeAws_ec2CreateInstanceEventWindowCommand = exports.deserializeAws_ec2CreateImageCommand = exports.deserializeAws_ec2CreateFpgaImageCommand = exports.deserializeAws_ec2CreateFlowLogsCommand = exports.deserializeAws_ec2CreateFleetCommand = exports.deserializeAws_ec2CreateEgressOnlyInternetGatewayCommand = exports.deserializeAws_ec2CreateDhcpOptionsCommand = exports.deserializeAws_ec2CreateDefaultVpcCommand = exports.deserializeAws_ec2CreateDefaultSubnetCommand = exports.deserializeAws_ec2CreateCustomerGatewayCommand = exports.deserializeAws_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 = void 0;
|
|
16
|
+
exports.deserializeAws_ec2DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.deserializeAws_ec2DeleteLocalGatewayRouteTableCommand = exports.deserializeAws_ec2DeleteLocalGatewayRouteCommand = exports.deserializeAws_ec2DeleteLaunchTemplateVersionsCommand = exports.deserializeAws_ec2DeleteLaunchTemplateCommand = exports.deserializeAws_ec2DeleteKeyPairCommand = exports.deserializeAws_ec2DeleteIpamScopeCommand = exports.deserializeAws_ec2DeleteIpamPoolCommand = exports.deserializeAws_ec2DeleteIpamCommand = exports.deserializeAws_ec2DeleteInternetGatewayCommand = exports.deserializeAws_ec2DeleteInstanceEventWindowCommand = exports.deserializeAws_ec2DeleteFpgaImageCommand = exports.deserializeAws_ec2DeleteFlowLogsCommand = exports.deserializeAws_ec2DeleteFleetsCommand = exports.deserializeAws_ec2DeleteEgressOnlyInternetGatewayCommand = exports.deserializeAws_ec2DeleteDhcpOptionsCommand = exports.deserializeAws_ec2DeleteCustomerGatewayCommand = exports.deserializeAws_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_ec2CreateTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2CreateTransitGatewayRouteTableAnnouncementCommand = exports.deserializeAws_ec2CreateTransitGatewayRouteTableCommand = exports.deserializeAws_ec2CreateTransitGatewayRouteCommand = exports.deserializeAws_ec2CreateTransitGatewayPrefixListReferenceCommand = exports.deserializeAws_ec2CreateTransitGatewayPolicyTableCommand = exports.deserializeAws_ec2CreateTransitGatewayPeeringAttachmentCommand = exports.deserializeAws_ec2CreateTransitGatewayMulticastDomainCommand = exports.deserializeAws_ec2CreateTransitGatewayConnectPeerCommand = exports.deserializeAws_ec2CreateTransitGatewayConnectCommand = exports.deserializeAws_ec2CreateTransitGatewayCommand = exports.deserializeAws_ec2CreateTrafficMirrorTargetCommand = exports.deserializeAws_ec2CreateTrafficMirrorSessionCommand = exports.deserializeAws_ec2CreateTrafficMirrorFilterRuleCommand = exports.deserializeAws_ec2CreateTrafficMirrorFilterCommand = exports.deserializeAws_ec2CreateTagsCommand = exports.deserializeAws_ec2CreateSubnetCidrReservationCommand = exports.deserializeAws_ec2CreateSubnetCommand = exports.deserializeAws_ec2CreateStoreImageTaskCommand = void 0;
|
|
17
|
+
exports.deserializeAws_ec2DeregisterImageCommand = exports.deserializeAws_ec2DeprovisionPublicIpv4PoolCidrCommand = exports.deserializeAws_ec2DeprovisionIpamPoolCidrCommand = exports.deserializeAws_ec2DeprovisionByoipCidrCommand = exports.deserializeAws_ec2DeleteVpnGatewayCommand = exports.deserializeAws_ec2DeleteVpnConnectionRouteCommand = exports.deserializeAws_ec2DeleteVpnConnectionCommand = exports.deserializeAws_ec2DeleteVpcPeeringConnectionCommand = exports.deserializeAws_ec2DeleteVpcEndpointServiceConfigurationsCommand = exports.deserializeAws_ec2DeleteVpcEndpointsCommand = exports.deserializeAws_ec2DeleteVpcEndpointConnectionNotificationsCommand = exports.deserializeAws_ec2DeleteVpcCommand = exports.deserializeAws_ec2DeleteVolumeCommand = exports.deserializeAws_ec2DeleteTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementCommand = exports.deserializeAws_ec2DeleteTransitGatewayRouteTableCommand = exports.deserializeAws_ec2DeleteTransitGatewayRouteCommand = exports.deserializeAws_ec2DeleteTransitGatewayPrefixListReferenceCommand = exports.deserializeAws_ec2DeleteTransitGatewayPolicyTableCommand = exports.deserializeAws_ec2DeleteTransitGatewayPeeringAttachmentCommand = exports.deserializeAws_ec2DeleteTransitGatewayMulticastDomainCommand = exports.deserializeAws_ec2DeleteTransitGatewayConnectPeerCommand = exports.deserializeAws_ec2DeleteTransitGatewayConnectCommand = exports.deserializeAws_ec2DeleteTransitGatewayCommand = exports.deserializeAws_ec2DeleteTrafficMirrorTargetCommand = exports.deserializeAws_ec2DeleteTrafficMirrorSessionCommand = exports.deserializeAws_ec2DeleteTrafficMirrorFilterRuleCommand = exports.deserializeAws_ec2DeleteTrafficMirrorFilterCommand = exports.deserializeAws_ec2DeleteTagsCommand = exports.deserializeAws_ec2DeleteSubnetCidrReservationCommand = exports.deserializeAws_ec2DeleteSubnetCommand = exports.deserializeAws_ec2DeleteSpotDatafeedSubscriptionCommand = exports.deserializeAws_ec2DeleteSnapshotCommand = exports.deserializeAws_ec2DeleteSecurityGroupCommand = exports.deserializeAws_ec2DeleteRouteTableCommand = exports.deserializeAws_ec2DeleteRouteCommand = exports.deserializeAws_ec2DeleteQueuedReservedInstancesCommand = exports.deserializeAws_ec2DeletePublicIpv4PoolCommand = exports.deserializeAws_ec2DeletePlacementGroupCommand = exports.deserializeAws_ec2DeleteNetworkInterfacePermissionCommand = exports.deserializeAws_ec2DeleteNetworkInterfaceCommand = exports.deserializeAws_ec2DeleteNetworkInsightsPathCommand = exports.deserializeAws_ec2DeleteNetworkInsightsAnalysisCommand = exports.deserializeAws_ec2DeleteNetworkInsightsAccessScopeAnalysisCommand = exports.deserializeAws_ec2DeleteNetworkInsightsAccessScopeCommand = exports.deserializeAws_ec2DeleteNetworkAclEntryCommand = exports.deserializeAws_ec2DeleteNetworkAclCommand = exports.deserializeAws_ec2DeleteNatGatewayCommand = exports.deserializeAws_ec2DeleteManagedPrefixListCommand = exports.deserializeAws_ec2DeleteLocalGatewayRouteTableVpcAssociationCommand = void 0;
|
|
18
|
+
exports.deserializeAws_ec2DescribeInstanceEventNotificationAttributesCommand = exports.deserializeAws_ec2DescribeInstanceCreditSpecificationsCommand = exports.deserializeAws_ec2DescribeInstanceAttributeCommand = exports.deserializeAws_ec2DescribeImportSnapshotTasksCommand = exports.deserializeAws_ec2DescribeImportImageTasksCommand = exports.deserializeAws_ec2DescribeImagesCommand = exports.deserializeAws_ec2DescribeImageAttributeCommand = exports.deserializeAws_ec2DescribeIdFormatCommand = exports.deserializeAws_ec2DescribeIdentityIdFormatCommand = exports.deserializeAws_ec2DescribeIamInstanceProfileAssociationsCommand = exports.deserializeAws_ec2DescribeHostsCommand = exports.deserializeAws_ec2DescribeHostReservationsCommand = exports.deserializeAws_ec2DescribeHostReservationOfferingsCommand = exports.deserializeAws_ec2DescribeFpgaImagesCommand = exports.deserializeAws_ec2DescribeFpgaImageAttributeCommand = exports.deserializeAws_ec2DescribeFlowLogsCommand = exports.deserializeAws_ec2DescribeFleetsCommand = exports.deserializeAws_ec2DescribeFleetInstancesCommand = exports.deserializeAws_ec2DescribeFleetHistoryCommand = exports.deserializeAws_ec2DescribeFastSnapshotRestoresCommand = exports.deserializeAws_ec2DescribeFastLaunchImagesCommand = exports.deserializeAws_ec2DescribeExportTasksCommand = exports.deserializeAws_ec2DescribeExportImageTasksCommand = exports.deserializeAws_ec2DescribeElasticGpusCommand = exports.deserializeAws_ec2DescribeEgressOnlyInternetGatewaysCommand = exports.deserializeAws_ec2DescribeDhcpOptionsCommand = exports.deserializeAws_ec2DescribeCustomerGatewaysCommand = exports.deserializeAws_ec2DescribeConversionTasksCommand = exports.deserializeAws_ec2DescribeCoipPoolsCommand = exports.deserializeAws_ec2DescribeClientVpnTargetNetworksCommand = exports.deserializeAws_ec2DescribeClientVpnRoutesCommand = exports.deserializeAws_ec2DescribeClientVpnEndpointsCommand = exports.deserializeAws_ec2DescribeClientVpnConnectionsCommand = exports.deserializeAws_ec2DescribeClientVpnAuthorizationRulesCommand = exports.deserializeAws_ec2DescribeClassicLinkInstancesCommand = exports.deserializeAws_ec2DescribeCarrierGatewaysCommand = exports.deserializeAws_ec2DescribeCapacityReservationsCommand = exports.deserializeAws_ec2DescribeCapacityReservationFleetsCommand = exports.deserializeAws_ec2DescribeByoipCidrsCommand = exports.deserializeAws_ec2DescribeBundleTasksCommand = exports.deserializeAws_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 = void 0;
|
|
19
|
+
exports.deserializeAws_ec2DescribeSpotDatafeedSubscriptionCommand = exports.deserializeAws_ec2DescribeSnapshotTierStatusCommand = exports.deserializeAws_ec2DescribeSnapshotsCommand = exports.deserializeAws_ec2DescribeSnapshotAttributeCommand = exports.deserializeAws_ec2DescribeSecurityGroupsCommand = exports.deserializeAws_ec2DescribeSecurityGroupRulesCommand = exports.deserializeAws_ec2DescribeSecurityGroupReferencesCommand = exports.deserializeAws_ec2DescribeScheduledInstancesCommand = exports.deserializeAws_ec2DescribeScheduledInstanceAvailabilityCommand = exports.deserializeAws_ec2DescribeRouteTablesCommand = exports.deserializeAws_ec2DescribeReservedInstancesOfferingsCommand = exports.deserializeAws_ec2DescribeReservedInstancesModificationsCommand = exports.deserializeAws_ec2DescribeReservedInstancesListingsCommand = exports.deserializeAws_ec2DescribeReservedInstancesCommand = exports.deserializeAws_ec2DescribeReplaceRootVolumeTasksCommand = exports.deserializeAws_ec2DescribeRegionsCommand = exports.deserializeAws_ec2DescribePublicIpv4PoolsCommand = exports.deserializeAws_ec2DescribePrincipalIdFormatCommand = exports.deserializeAws_ec2DescribePrefixListsCommand = exports.deserializeAws_ec2DescribePlacementGroupsCommand = exports.deserializeAws_ec2DescribeNetworkInterfacesCommand = exports.deserializeAws_ec2DescribeNetworkInterfacePermissionsCommand = exports.deserializeAws_ec2DescribeNetworkInterfaceAttributeCommand = exports.deserializeAws_ec2DescribeNetworkInsightsPathsCommand = exports.deserializeAws_ec2DescribeNetworkInsightsAnalysesCommand = exports.deserializeAws_ec2DescribeNetworkInsightsAccessScopesCommand = exports.deserializeAws_ec2DescribeNetworkInsightsAccessScopeAnalysesCommand = exports.deserializeAws_ec2DescribeNetworkAclsCommand = exports.deserializeAws_ec2DescribeNatGatewaysCommand = exports.deserializeAws_ec2DescribeMovingAddressesCommand = exports.deserializeAws_ec2DescribeManagedPrefixListsCommand = exports.deserializeAws_ec2DescribeLocalGatewayVirtualInterfacesCommand = exports.deserializeAws_ec2DescribeLocalGatewayVirtualInterfaceGroupsCommand = exports.deserializeAws_ec2DescribeLocalGatewaysCommand = exports.deserializeAws_ec2DescribeLocalGatewayRouteTableVpcAssociationsCommand = exports.deserializeAws_ec2DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand = exports.deserializeAws_ec2DescribeLocalGatewayRouteTablesCommand = exports.deserializeAws_ec2DescribeLaunchTemplateVersionsCommand = exports.deserializeAws_ec2DescribeLaunchTemplatesCommand = exports.deserializeAws_ec2DescribeKeyPairsCommand = exports.deserializeAws_ec2DescribeIpv6PoolsCommand = exports.deserializeAws_ec2DescribeIpamScopesCommand = exports.deserializeAws_ec2DescribeIpamsCommand = exports.deserializeAws_ec2DescribeIpamPoolsCommand = exports.deserializeAws_ec2DescribeInternetGatewaysCommand = exports.deserializeAws_ec2DescribeInstanceTypesCommand = exports.deserializeAws_ec2DescribeInstanceTypeOfferingsCommand = exports.deserializeAws_ec2DescribeInstanceStatusCommand = exports.deserializeAws_ec2DescribeInstancesCommand = exports.deserializeAws_ec2DescribeInstanceEventWindowsCommand = void 0;
|
|
20
|
+
exports.deserializeAws_ec2DisableFastSnapshotRestoresCommand = exports.deserializeAws_ec2DisableFastLaunchCommand = exports.deserializeAws_ec2DisableEbsEncryptionByDefaultCommand = exports.deserializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommand = exports.deserializeAws_ec2DisableAddressTransferCommand = exports.deserializeAws_ec2DetachVpnGatewayCommand = exports.deserializeAws_ec2DetachVolumeCommand = exports.deserializeAws_ec2DetachNetworkInterfaceCommand = exports.deserializeAws_ec2DetachInternetGatewayCommand = exports.deserializeAws_ec2DetachClassicLinkVpcCommand = exports.deserializeAws_ec2DescribeVpnGatewaysCommand = exports.deserializeAws_ec2DescribeVpnConnectionsCommand = exports.deserializeAws_ec2DescribeVpcsCommand = exports.deserializeAws_ec2DescribeVpcPeeringConnectionsCommand = exports.deserializeAws_ec2DescribeVpcEndpointServicesCommand = exports.deserializeAws_ec2DescribeVpcEndpointServicePermissionsCommand = exports.deserializeAws_ec2DescribeVpcEndpointServiceConfigurationsCommand = exports.deserializeAws_ec2DescribeVpcEndpointsCommand = exports.deserializeAws_ec2DescribeVpcEndpointConnectionsCommand = exports.deserializeAws_ec2DescribeVpcEndpointConnectionNotificationsCommand = exports.deserializeAws_ec2DescribeVpcClassicLinkDnsSupportCommand = exports.deserializeAws_ec2DescribeVpcClassicLinkCommand = exports.deserializeAws_ec2DescribeVpcAttributeCommand = exports.deserializeAws_ec2DescribeVolumeStatusCommand = exports.deserializeAws_ec2DescribeVolumesModificationsCommand = exports.deserializeAws_ec2DescribeVolumesCommand = exports.deserializeAws_ec2DescribeVolumeAttributeCommand = exports.deserializeAws_ec2DescribeTrunkInterfaceAssociationsCommand = exports.deserializeAws_ec2DescribeTransitGatewayVpcAttachmentsCommand = exports.deserializeAws_ec2DescribeTransitGatewaysCommand = exports.deserializeAws_ec2DescribeTransitGatewayRouteTablesCommand = exports.deserializeAws_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 = void 0;
|
|
21
|
+
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 = 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_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 = void 0;
|
|
22
|
+
exports.deserializeAws_ec2ModifyInstanceEventStartTimeCommand = exports.deserializeAws_ec2ModifyInstanceCreditSpecificationCommand = exports.deserializeAws_ec2ModifyInstanceCapacityReservationAttributesCommand = exports.deserializeAws_ec2ModifyInstanceAttributeCommand = exports.deserializeAws_ec2ModifyImageAttributeCommand = exports.deserializeAws_ec2ModifyIdFormatCommand = exports.deserializeAws_ec2ModifyIdentityIdFormatCommand = exports.deserializeAws_ec2ModifyHostsCommand = exports.deserializeAws_ec2ModifyFpgaImageAttributeCommand = exports.deserializeAws_ec2ModifyFleetCommand = exports.deserializeAws_ec2ModifyEbsDefaultKmsKeyIdCommand = exports.deserializeAws_ec2ModifyDefaultCreditSpecificationCommand = exports.deserializeAws_ec2ModifyClientVpnEndpointCommand = exports.deserializeAws_ec2ModifyCapacityReservationFleetCommand = exports.deserializeAws_ec2ModifyCapacityReservationCommand = exports.deserializeAws_ec2ModifyAvailabilityZoneGroupCommand = exports.deserializeAws_ec2ModifyAddressAttributeCommand = exports.deserializeAws_ec2ListSnapshotsInRecycleBinCommand = exports.deserializeAws_ec2ListImagesInRecycleBinCommand = exports.deserializeAws_ec2ImportVolumeCommand = exports.deserializeAws_ec2ImportSnapshotCommand = exports.deserializeAws_ec2ImportKeyPairCommand = exports.deserializeAws_ec2ImportInstanceCommand = exports.deserializeAws_ec2ImportImageCommand = exports.deserializeAws_ec2ImportClientVpnClientCertificateRevocationListCommand = exports.deserializeAws_ec2GetVpnConnectionDeviceTypesCommand = exports.deserializeAws_ec2GetVpnConnectionDeviceSampleConfigurationCommand = exports.deserializeAws_ec2GetTransitGatewayRouteTablePropagationsCommand = exports.deserializeAws_ec2GetTransitGatewayRouteTableAssociationsCommand = exports.deserializeAws_ec2GetTransitGatewayPrefixListReferencesCommand = exports.deserializeAws_ec2GetTransitGatewayPolicyTableEntriesCommand = exports.deserializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommand = exports.deserializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommand = exports.deserializeAws_ec2GetTransitGatewayAttachmentPropagationsCommand = exports.deserializeAws_ec2GetSubnetCidrReservationsCommand = exports.deserializeAws_ec2GetSpotPlacementScoresCommand = exports.deserializeAws_ec2GetSerialConsoleAccessStatusCommand = exports.deserializeAws_ec2GetReservedInstancesExchangeQuoteCommand = exports.deserializeAws_ec2GetPasswordDataCommand = exports.deserializeAws_ec2GetNetworkInsightsAccessScopeContentCommand = exports.deserializeAws_ec2GetNetworkInsightsAccessScopeAnalysisFindingsCommand = exports.deserializeAws_ec2GetManagedPrefixListEntriesCommand = exports.deserializeAws_ec2GetManagedPrefixListAssociationsCommand = exports.deserializeAws_ec2GetLaunchTemplateDataCommand = exports.deserializeAws_ec2GetIpamResourceCidrsCommand = exports.deserializeAws_ec2GetIpamPoolCidrsCommand = exports.deserializeAws_ec2GetIpamPoolAllocationsCommand = exports.deserializeAws_ec2GetIpamAddressHistoryCommand = exports.deserializeAws_ec2GetInstanceUefiDataCommand = exports.deserializeAws_ec2GetInstanceTypesFromInstanceRequirementsCommand = void 0;
|
|
23
|
+
exports.deserializeAws_ec2RegisterImageCommand = exports.deserializeAws_ec2RebootInstancesCommand = exports.deserializeAws_ec2PurchaseScheduledInstancesCommand = exports.deserializeAws_ec2PurchaseReservedInstancesOfferingCommand = exports.deserializeAws_ec2PurchaseHostReservationCommand = exports.deserializeAws_ec2ProvisionPublicIpv4PoolCidrCommand = exports.deserializeAws_ec2ProvisionIpamPoolCidrCommand = exports.deserializeAws_ec2ProvisionByoipCidrCommand = exports.deserializeAws_ec2MoveByoipCidrToIpamCommand = exports.deserializeAws_ec2MoveAddressToVpcCommand = exports.deserializeAws_ec2MonitorInstancesCommand = exports.deserializeAws_ec2ModifyVpnTunnelOptionsCommand = exports.deserializeAws_ec2ModifyVpnTunnelCertificateCommand = exports.deserializeAws_ec2ModifyVpnConnectionOptionsCommand = exports.deserializeAws_ec2ModifyVpnConnectionCommand = exports.deserializeAws_ec2ModifyVpcTenancyCommand = exports.deserializeAws_ec2ModifyVpcPeeringConnectionOptionsCommand = exports.deserializeAws_ec2ModifyVpcEndpointServicePermissionsCommand = exports.deserializeAws_ec2ModifyVpcEndpointServicePayerResponsibilityCommand = exports.deserializeAws_ec2ModifyVpcEndpointServiceConfigurationCommand = exports.deserializeAws_ec2ModifyVpcEndpointConnectionNotificationCommand = exports.deserializeAws_ec2ModifyVpcEndpointCommand = exports.deserializeAws_ec2ModifyVpcAttributeCommand = exports.deserializeAws_ec2ModifyVolumeAttributeCommand = exports.deserializeAws_ec2ModifyVolumeCommand = exports.deserializeAws_ec2ModifyTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2ModifyTransitGatewayPrefixListReferenceCommand = exports.deserializeAws_ec2ModifyTransitGatewayCommand = exports.deserializeAws_ec2ModifyTrafficMirrorSessionCommand = exports.deserializeAws_ec2ModifyTrafficMirrorFilterRuleCommand = exports.deserializeAws_ec2ModifyTrafficMirrorFilterNetworkServicesCommand = exports.deserializeAws_ec2ModifySubnetAttributeCommand = exports.deserializeAws_ec2ModifySpotFleetRequestCommand = exports.deserializeAws_ec2ModifySnapshotTierCommand = exports.deserializeAws_ec2ModifySnapshotAttributeCommand = exports.deserializeAws_ec2ModifySecurityGroupRulesCommand = exports.deserializeAws_ec2ModifyReservedInstancesCommand = exports.deserializeAws_ec2ModifyPrivateDnsNameOptionsCommand = exports.deserializeAws_ec2ModifyNetworkInterfaceAttributeCommand = exports.deserializeAws_ec2ModifyManagedPrefixListCommand = exports.deserializeAws_ec2ModifyLocalGatewayRouteCommand = exports.deserializeAws_ec2ModifyLaunchTemplateCommand = exports.deserializeAws_ec2ModifyIpamScopeCommand = exports.deserializeAws_ec2ModifyIpamResourceCidrCommand = exports.deserializeAws_ec2ModifyIpamPoolCommand = exports.deserializeAws_ec2ModifyIpamCommand = exports.deserializeAws_ec2ModifyInstancePlacementCommand = exports.deserializeAws_ec2ModifyInstanceMetadataOptionsCommand = exports.deserializeAws_ec2ModifyInstanceMaintenanceOptionsCommand = exports.deserializeAws_ec2ModifyInstanceEventWindowCommand = void 0;
|
|
24
|
+
exports.deserializeAws_ec2UnassignPrivateIpAddressesCommand = exports.deserializeAws_ec2UnassignIpv6AddressesCommand = exports.deserializeAws_ec2TerminateInstancesCommand = exports.deserializeAws_ec2TerminateClientVpnConnectionsCommand = exports.deserializeAws_ec2StopInstancesCommand = exports.deserializeAws_ec2StartVpcEndpointServicePrivateDnsVerificationCommand = exports.deserializeAws_ec2StartNetworkInsightsAnalysisCommand = exports.deserializeAws_ec2StartNetworkInsightsAccessScopeAnalysisCommand = exports.deserializeAws_ec2StartInstancesCommand = exports.deserializeAws_ec2SendDiagnosticInterruptCommand = exports.deserializeAws_ec2SearchTransitGatewayRoutesCommand = exports.deserializeAws_ec2SearchTransitGatewayMulticastGroupsCommand = exports.deserializeAws_ec2SearchLocalGatewayRoutesCommand = exports.deserializeAws_ec2RunScheduledInstancesCommand = exports.deserializeAws_ec2RunInstancesCommand = exports.deserializeAws_ec2RevokeSecurityGroupIngressCommand = exports.deserializeAws_ec2RevokeSecurityGroupEgressCommand = exports.deserializeAws_ec2RevokeClientVpnIngressCommand = exports.deserializeAws_ec2RestoreSnapshotTierCommand = exports.deserializeAws_ec2RestoreSnapshotFromRecycleBinCommand = exports.deserializeAws_ec2RestoreManagedPrefixListVersionCommand = exports.deserializeAws_ec2RestoreImageFromRecycleBinCommand = exports.deserializeAws_ec2RestoreAddressToClassicCommand = exports.deserializeAws_ec2ResetSnapshotAttributeCommand = exports.deserializeAws_ec2ResetNetworkInterfaceAttributeCommand = exports.deserializeAws_ec2ResetInstanceAttributeCommand = exports.deserializeAws_ec2ResetImageAttributeCommand = exports.deserializeAws_ec2ResetFpgaImageAttributeCommand = exports.deserializeAws_ec2ResetEbsDefaultKmsKeyIdCommand = exports.deserializeAws_ec2ResetAddressAttributeCommand = exports.deserializeAws_ec2RequestSpotInstancesCommand = exports.deserializeAws_ec2RequestSpotFleetCommand = exports.deserializeAws_ec2ReportInstanceStatusCommand = exports.deserializeAws_ec2ReplaceTransitGatewayRouteCommand = exports.deserializeAws_ec2ReplaceRouteTableAssociationCommand = exports.deserializeAws_ec2ReplaceRouteCommand = exports.deserializeAws_ec2ReplaceNetworkAclEntryCommand = exports.deserializeAws_ec2ReplaceNetworkAclAssociationCommand = 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 = void 0;
|
|
25
|
+
exports.deserializeAws_ec2WithdrawByoipCidrCommand = exports.deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.deserializeAws_ec2UnmonitorInstancesCommand = void 0;
|
|
25
26
|
const protocol_http_1 = require("@aws-sdk/protocol-http");
|
|
26
27
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
27
28
|
const fast_xml_parser_1 = require("fast-xml-parser");
|
|
@@ -2718,6 +2719,19 @@ const serializeAws_ec2DescribeAvailabilityZonesCommand = async (input, context)
|
|
|
2718
2719
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2719
2720
|
};
|
|
2720
2721
|
exports.serializeAws_ec2DescribeAvailabilityZonesCommand = serializeAws_ec2DescribeAvailabilityZonesCommand;
|
|
2722
|
+
const serializeAws_ec2DescribeAwsNetworkPerformanceMetricSubscriptionsCommand = async (input, context) => {
|
|
2723
|
+
const headers = {
|
|
2724
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
2725
|
+
};
|
|
2726
|
+
let body;
|
|
2727
|
+
body = buildFormUrlencodedString({
|
|
2728
|
+
...serializeAws_ec2DescribeAwsNetworkPerformanceMetricSubscriptionsRequest(input, context),
|
|
2729
|
+
Action: "DescribeAwsNetworkPerformanceMetricSubscriptions",
|
|
2730
|
+
Version: "2016-11-15",
|
|
2731
|
+
});
|
|
2732
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2733
|
+
};
|
|
2734
|
+
exports.serializeAws_ec2DescribeAwsNetworkPerformanceMetricSubscriptionsCommand = serializeAws_ec2DescribeAwsNetworkPerformanceMetricSubscriptionsCommand;
|
|
2721
2735
|
const serializeAws_ec2DescribeBundleTasksCommand = async (input, context) => {
|
|
2722
2736
|
const headers = {
|
|
2723
2737
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -4486,6 +4500,19 @@ const serializeAws_ec2DisableAddressTransferCommand = async (input, context) =>
|
|
|
4486
4500
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4487
4501
|
};
|
|
4488
4502
|
exports.serializeAws_ec2DisableAddressTransferCommand = serializeAws_ec2DisableAddressTransferCommand;
|
|
4503
|
+
const serializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommand = async (input, context) => {
|
|
4504
|
+
const headers = {
|
|
4505
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
4506
|
+
};
|
|
4507
|
+
let body;
|
|
4508
|
+
body = buildFormUrlencodedString({
|
|
4509
|
+
...serializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionRequest(input, context),
|
|
4510
|
+
Action: "DisableAwsNetworkPerformanceMetricSubscription",
|
|
4511
|
+
Version: "2016-11-15",
|
|
4512
|
+
});
|
|
4513
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4514
|
+
};
|
|
4515
|
+
exports.serializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommand = serializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommand;
|
|
4489
4516
|
const serializeAws_ec2DisableEbsEncryptionByDefaultCommand = async (input, context) => {
|
|
4490
4517
|
const headers = {
|
|
4491
4518
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -4785,6 +4812,19 @@ const serializeAws_ec2EnableAddressTransferCommand = async (input, context) => {
|
|
|
4785
4812
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4786
4813
|
};
|
|
4787
4814
|
exports.serializeAws_ec2EnableAddressTransferCommand = serializeAws_ec2EnableAddressTransferCommand;
|
|
4815
|
+
const serializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommand = async (input, context) => {
|
|
4816
|
+
const headers = {
|
|
4817
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
4818
|
+
};
|
|
4819
|
+
let body;
|
|
4820
|
+
body = buildFormUrlencodedString({
|
|
4821
|
+
...serializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionRequest(input, context),
|
|
4822
|
+
Action: "EnableAwsNetworkPerformanceMetricSubscription",
|
|
4823
|
+
Version: "2016-11-15",
|
|
4824
|
+
});
|
|
4825
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4826
|
+
};
|
|
4827
|
+
exports.serializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommand = serializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommand;
|
|
4788
4828
|
const serializeAws_ec2EnableEbsEncryptionByDefaultCommand = async (input, context) => {
|
|
4789
4829
|
const headers = {
|
|
4790
4830
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -4850,6 +4890,19 @@ const serializeAws_ec2EnableIpamOrganizationAdminAccountCommand = async (input,
|
|
|
4850
4890
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4851
4891
|
};
|
|
4852
4892
|
exports.serializeAws_ec2EnableIpamOrganizationAdminAccountCommand = serializeAws_ec2EnableIpamOrganizationAdminAccountCommand;
|
|
4893
|
+
const serializeAws_ec2EnableReachabilityAnalyzerOrganizationSharingCommand = async (input, context) => {
|
|
4894
|
+
const headers = {
|
|
4895
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
4896
|
+
};
|
|
4897
|
+
let body;
|
|
4898
|
+
body = buildFormUrlencodedString({
|
|
4899
|
+
...serializeAws_ec2EnableReachabilityAnalyzerOrganizationSharingRequest(input, context),
|
|
4900
|
+
Action: "EnableReachabilityAnalyzerOrganizationSharing",
|
|
4901
|
+
Version: "2016-11-15",
|
|
4902
|
+
});
|
|
4903
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4904
|
+
};
|
|
4905
|
+
exports.serializeAws_ec2EnableReachabilityAnalyzerOrganizationSharingCommand = serializeAws_ec2EnableReachabilityAnalyzerOrganizationSharingCommand;
|
|
4853
4906
|
const serializeAws_ec2EnableSerialConsoleAccessCommand = async (input, context) => {
|
|
4854
4907
|
const headers = {
|
|
4855
4908
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -5006,6 +5059,19 @@ const serializeAws_ec2GetAssociatedIpv6PoolCidrsCommand = async (input, context)
|
|
|
5006
5059
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5007
5060
|
};
|
|
5008
5061
|
exports.serializeAws_ec2GetAssociatedIpv6PoolCidrsCommand = serializeAws_ec2GetAssociatedIpv6PoolCidrsCommand;
|
|
5062
|
+
const serializeAws_ec2GetAwsNetworkPerformanceDataCommand = async (input, context) => {
|
|
5063
|
+
const headers = {
|
|
5064
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
5065
|
+
};
|
|
5066
|
+
let body;
|
|
5067
|
+
body = buildFormUrlencodedString({
|
|
5068
|
+
...serializeAws_ec2GetAwsNetworkPerformanceDataRequest(input, context),
|
|
5069
|
+
Action: "GetAwsNetworkPerformanceData",
|
|
5070
|
+
Version: "2016-11-15",
|
|
5071
|
+
});
|
|
5072
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5073
|
+
};
|
|
5074
|
+
exports.serializeAws_ec2GetAwsNetworkPerformanceDataCommand = serializeAws_ec2GetAwsNetworkPerformanceDataCommand;
|
|
5009
5075
|
const serializeAws_ec2GetCapacityReservationUsageCommand = async (input, context) => {
|
|
5010
5076
|
const headers = {
|
|
5011
5077
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -12850,6 +12916,34 @@ const deserializeAws_ec2DescribeAvailabilityZonesCommandError = async (output, c
|
|
|
12850
12916
|
errorCode,
|
|
12851
12917
|
});
|
|
12852
12918
|
};
|
|
12919
|
+
const deserializeAws_ec2DescribeAwsNetworkPerformanceMetricSubscriptionsCommand = async (output, context) => {
|
|
12920
|
+
if (output.statusCode >= 300) {
|
|
12921
|
+
return deserializeAws_ec2DescribeAwsNetworkPerformanceMetricSubscriptionsCommandError(output, context);
|
|
12922
|
+
}
|
|
12923
|
+
const data = await parseBody(output.body, context);
|
|
12924
|
+
let contents = {};
|
|
12925
|
+
contents = deserializeAws_ec2DescribeAwsNetworkPerformanceMetricSubscriptionsResult(data, context);
|
|
12926
|
+
const response = {
|
|
12927
|
+
$metadata: deserializeMetadata(output),
|
|
12928
|
+
...contents,
|
|
12929
|
+
};
|
|
12930
|
+
return Promise.resolve(response);
|
|
12931
|
+
};
|
|
12932
|
+
exports.deserializeAws_ec2DescribeAwsNetworkPerformanceMetricSubscriptionsCommand = deserializeAws_ec2DescribeAwsNetworkPerformanceMetricSubscriptionsCommand;
|
|
12933
|
+
const deserializeAws_ec2DescribeAwsNetworkPerformanceMetricSubscriptionsCommandError = async (output, context) => {
|
|
12934
|
+
const parsedOutput = {
|
|
12935
|
+
...output,
|
|
12936
|
+
body: await parseErrorBody(output.body, context),
|
|
12937
|
+
};
|
|
12938
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12939
|
+
const parsedBody = parsedOutput.body;
|
|
12940
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
12941
|
+
output,
|
|
12942
|
+
parsedBody: parsedBody.Errors.Error,
|
|
12943
|
+
exceptionCtor: EC2ServiceException_1.EC2ServiceException,
|
|
12944
|
+
errorCode,
|
|
12945
|
+
});
|
|
12946
|
+
};
|
|
12853
12947
|
const deserializeAws_ec2DescribeBundleTasksCommand = async (output, context) => {
|
|
12854
12948
|
if (output.statusCode >= 300) {
|
|
12855
12949
|
return deserializeAws_ec2DescribeBundleTasksCommandError(output, context);
|
|
@@ -16649,6 +16743,34 @@ const deserializeAws_ec2DisableAddressTransferCommandError = async (output, cont
|
|
|
16649
16743
|
errorCode,
|
|
16650
16744
|
});
|
|
16651
16745
|
};
|
|
16746
|
+
const deserializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommand = async (output, context) => {
|
|
16747
|
+
if (output.statusCode >= 300) {
|
|
16748
|
+
return deserializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommandError(output, context);
|
|
16749
|
+
}
|
|
16750
|
+
const data = await parseBody(output.body, context);
|
|
16751
|
+
let contents = {};
|
|
16752
|
+
contents = deserializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionResult(data, context);
|
|
16753
|
+
const response = {
|
|
16754
|
+
$metadata: deserializeMetadata(output),
|
|
16755
|
+
...contents,
|
|
16756
|
+
};
|
|
16757
|
+
return Promise.resolve(response);
|
|
16758
|
+
};
|
|
16759
|
+
exports.deserializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommand = deserializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommand;
|
|
16760
|
+
const deserializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionCommandError = async (output, context) => {
|
|
16761
|
+
const parsedOutput = {
|
|
16762
|
+
...output,
|
|
16763
|
+
body: await parseErrorBody(output.body, context),
|
|
16764
|
+
};
|
|
16765
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
16766
|
+
const parsedBody = parsedOutput.body;
|
|
16767
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
16768
|
+
output,
|
|
16769
|
+
parsedBody: parsedBody.Errors.Error,
|
|
16770
|
+
exceptionCtor: EC2ServiceException_1.EC2ServiceException,
|
|
16771
|
+
errorCode,
|
|
16772
|
+
});
|
|
16773
|
+
};
|
|
16652
16774
|
const deserializeAws_ec2DisableEbsEncryptionByDefaultCommand = async (output, context) => {
|
|
16653
16775
|
if (output.statusCode >= 300) {
|
|
16654
16776
|
return deserializeAws_ec2DisableEbsEncryptionByDefaultCommandError(output, context);
|
|
@@ -17284,6 +17406,34 @@ const deserializeAws_ec2EnableAddressTransferCommandError = async (output, conte
|
|
|
17284
17406
|
errorCode,
|
|
17285
17407
|
});
|
|
17286
17408
|
};
|
|
17409
|
+
const deserializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommand = async (output, context) => {
|
|
17410
|
+
if (output.statusCode >= 300) {
|
|
17411
|
+
return deserializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommandError(output, context);
|
|
17412
|
+
}
|
|
17413
|
+
const data = await parseBody(output.body, context);
|
|
17414
|
+
let contents = {};
|
|
17415
|
+
contents = deserializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionResult(data, context);
|
|
17416
|
+
const response = {
|
|
17417
|
+
$metadata: deserializeMetadata(output),
|
|
17418
|
+
...contents,
|
|
17419
|
+
};
|
|
17420
|
+
return Promise.resolve(response);
|
|
17421
|
+
};
|
|
17422
|
+
exports.deserializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommand = deserializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommand;
|
|
17423
|
+
const deserializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionCommandError = async (output, context) => {
|
|
17424
|
+
const parsedOutput = {
|
|
17425
|
+
...output,
|
|
17426
|
+
body: await parseErrorBody(output.body, context),
|
|
17427
|
+
};
|
|
17428
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17429
|
+
const parsedBody = parsedOutput.body;
|
|
17430
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
17431
|
+
output,
|
|
17432
|
+
parsedBody: parsedBody.Errors.Error,
|
|
17433
|
+
exceptionCtor: EC2ServiceException_1.EC2ServiceException,
|
|
17434
|
+
errorCode,
|
|
17435
|
+
});
|
|
17436
|
+
};
|
|
17287
17437
|
const deserializeAws_ec2EnableEbsEncryptionByDefaultCommand = async (output, context) => {
|
|
17288
17438
|
if (output.statusCode >= 300) {
|
|
17289
17439
|
return deserializeAws_ec2EnableEbsEncryptionByDefaultCommandError(output, context);
|
|
@@ -17424,6 +17574,34 @@ const deserializeAws_ec2EnableIpamOrganizationAdminAccountCommandError = async (
|
|
|
17424
17574
|
errorCode,
|
|
17425
17575
|
});
|
|
17426
17576
|
};
|
|
17577
|
+
const deserializeAws_ec2EnableReachabilityAnalyzerOrganizationSharingCommand = async (output, context) => {
|
|
17578
|
+
if (output.statusCode >= 300) {
|
|
17579
|
+
return deserializeAws_ec2EnableReachabilityAnalyzerOrganizationSharingCommandError(output, context);
|
|
17580
|
+
}
|
|
17581
|
+
const data = await parseBody(output.body, context);
|
|
17582
|
+
let contents = {};
|
|
17583
|
+
contents = deserializeAws_ec2EnableReachabilityAnalyzerOrganizationSharingResult(data, context);
|
|
17584
|
+
const response = {
|
|
17585
|
+
$metadata: deserializeMetadata(output),
|
|
17586
|
+
...contents,
|
|
17587
|
+
};
|
|
17588
|
+
return Promise.resolve(response);
|
|
17589
|
+
};
|
|
17590
|
+
exports.deserializeAws_ec2EnableReachabilityAnalyzerOrganizationSharingCommand = deserializeAws_ec2EnableReachabilityAnalyzerOrganizationSharingCommand;
|
|
17591
|
+
const deserializeAws_ec2EnableReachabilityAnalyzerOrganizationSharingCommandError = async (output, context) => {
|
|
17592
|
+
const parsedOutput = {
|
|
17593
|
+
...output,
|
|
17594
|
+
body: await parseErrorBody(output.body, context),
|
|
17595
|
+
};
|
|
17596
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17597
|
+
const parsedBody = parsedOutput.body;
|
|
17598
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
17599
|
+
output,
|
|
17600
|
+
parsedBody: parsedBody.Errors.Error,
|
|
17601
|
+
exceptionCtor: EC2ServiceException_1.EC2ServiceException,
|
|
17602
|
+
errorCode,
|
|
17603
|
+
});
|
|
17604
|
+
};
|
|
17427
17605
|
const deserializeAws_ec2EnableSerialConsoleAccessCommand = async (output, context) => {
|
|
17428
17606
|
if (output.statusCode >= 300) {
|
|
17429
17607
|
return deserializeAws_ec2EnableSerialConsoleAccessCommandError(output, context);
|
|
@@ -17754,6 +17932,34 @@ const deserializeAws_ec2GetAssociatedIpv6PoolCidrsCommandError = async (output,
|
|
|
17754
17932
|
errorCode,
|
|
17755
17933
|
});
|
|
17756
17934
|
};
|
|
17935
|
+
const deserializeAws_ec2GetAwsNetworkPerformanceDataCommand = async (output, context) => {
|
|
17936
|
+
if (output.statusCode >= 300) {
|
|
17937
|
+
return deserializeAws_ec2GetAwsNetworkPerformanceDataCommandError(output, context);
|
|
17938
|
+
}
|
|
17939
|
+
const data = await parseBody(output.body, context);
|
|
17940
|
+
let contents = {};
|
|
17941
|
+
contents = deserializeAws_ec2GetAwsNetworkPerformanceDataResult(data, context);
|
|
17942
|
+
const response = {
|
|
17943
|
+
$metadata: deserializeMetadata(output),
|
|
17944
|
+
...contents,
|
|
17945
|
+
};
|
|
17946
|
+
return Promise.resolve(response);
|
|
17947
|
+
};
|
|
17948
|
+
exports.deserializeAws_ec2GetAwsNetworkPerformanceDataCommand = deserializeAws_ec2GetAwsNetworkPerformanceDataCommand;
|
|
17949
|
+
const deserializeAws_ec2GetAwsNetworkPerformanceDataCommandError = async (output, context) => {
|
|
17950
|
+
const parsedOutput = {
|
|
17951
|
+
...output,
|
|
17952
|
+
body: await parseErrorBody(output.body, context),
|
|
17953
|
+
};
|
|
17954
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17955
|
+
const parsedBody = parsedOutput.body;
|
|
17956
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
17957
|
+
output,
|
|
17958
|
+
parsedBody: parsedBody.Errors.Error,
|
|
17959
|
+
exceptionCtor: EC2ServiceException_1.EC2ServiceException,
|
|
17960
|
+
errorCode,
|
|
17961
|
+
});
|
|
17962
|
+
};
|
|
17757
17963
|
const deserializeAws_ec2GetCapacityReservationUsageCommand = async (output, context) => {
|
|
17758
17964
|
if (output.statusCode >= 300) {
|
|
17759
17965
|
return deserializeAws_ec2GetCapacityReservationUsageCommandError(output, context);
|
|
@@ -23185,6 +23391,13 @@ const serializeAws_ec2AttachNetworkInterfaceRequest = (input, context) => {
|
|
|
23185
23391
|
if (input.NetworkCardIndex != null) {
|
|
23186
23392
|
entries["NetworkCardIndex"] = input.NetworkCardIndex;
|
|
23187
23393
|
}
|
|
23394
|
+
if (input.EnaSrdSpecification != null) {
|
|
23395
|
+
const memberEntries = serializeAws_ec2EnaSrdSpecification(input.EnaSrdSpecification, context);
|
|
23396
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
23397
|
+
const loc = `EnaSrdSpecification.${key}`;
|
|
23398
|
+
entries[loc] = value;
|
|
23399
|
+
});
|
|
23400
|
+
}
|
|
23188
23401
|
return entries;
|
|
23189
23402
|
};
|
|
23190
23403
|
const serializeAws_ec2AttachVolumeRequest = (input, context) => {
|
|
@@ -26709,6 +26922,43 @@ const serializeAws_ec2CustomerGatewayIdStringList = (input, context) => {
|
|
|
26709
26922
|
}
|
|
26710
26923
|
return entries;
|
|
26711
26924
|
};
|
|
26925
|
+
const serializeAws_ec2DataQueries = (input, context) => {
|
|
26926
|
+
const entries = {};
|
|
26927
|
+
let counter = 1;
|
|
26928
|
+
for (const entry of input) {
|
|
26929
|
+
if (entry === null) {
|
|
26930
|
+
continue;
|
|
26931
|
+
}
|
|
26932
|
+
const memberEntries = serializeAws_ec2DataQuery(entry, context);
|
|
26933
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
26934
|
+
entries[`Member.${counter}.${key}`] = value;
|
|
26935
|
+
});
|
|
26936
|
+
counter++;
|
|
26937
|
+
}
|
|
26938
|
+
return entries;
|
|
26939
|
+
};
|
|
26940
|
+
const serializeAws_ec2DataQuery = (input, context) => {
|
|
26941
|
+
const entries = {};
|
|
26942
|
+
if (input.Id != null) {
|
|
26943
|
+
entries["Id"] = input.Id;
|
|
26944
|
+
}
|
|
26945
|
+
if (input.Source != null) {
|
|
26946
|
+
entries["Source"] = input.Source;
|
|
26947
|
+
}
|
|
26948
|
+
if (input.Destination != null) {
|
|
26949
|
+
entries["Destination"] = input.Destination;
|
|
26950
|
+
}
|
|
26951
|
+
if (input.Metric != null) {
|
|
26952
|
+
entries["Metric"] = input.Metric;
|
|
26953
|
+
}
|
|
26954
|
+
if (input.Statistic != null) {
|
|
26955
|
+
entries["Statistic"] = input.Statistic;
|
|
26956
|
+
}
|
|
26957
|
+
if (input.Period != null) {
|
|
26958
|
+
entries["Period"] = input.Period;
|
|
26959
|
+
}
|
|
26960
|
+
return entries;
|
|
26961
|
+
};
|
|
26712
26962
|
const serializeAws_ec2DedicatedHostIdList = (input, context) => {
|
|
26713
26963
|
const entries = {};
|
|
26714
26964
|
let counter = 1;
|
|
@@ -27810,6 +28060,29 @@ const serializeAws_ec2DescribeAvailabilityZonesRequest = (input, context) => {
|
|
|
27810
28060
|
}
|
|
27811
28061
|
return entries;
|
|
27812
28062
|
};
|
|
28063
|
+
const serializeAws_ec2DescribeAwsNetworkPerformanceMetricSubscriptionsRequest = (input, context) => {
|
|
28064
|
+
const entries = {};
|
|
28065
|
+
if (input.MaxResults != null) {
|
|
28066
|
+
entries["MaxResults"] = input.MaxResults;
|
|
28067
|
+
}
|
|
28068
|
+
if (input.NextToken != null) {
|
|
28069
|
+
entries["NextToken"] = input.NextToken;
|
|
28070
|
+
}
|
|
28071
|
+
if (input.Filters != null) {
|
|
28072
|
+
const memberEntries = serializeAws_ec2FilterList(input.Filters, context);
|
|
28073
|
+
if (input.Filters?.length === 0) {
|
|
28074
|
+
entries.Filter = [];
|
|
28075
|
+
}
|
|
28076
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28077
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
28078
|
+
entries[loc] = value;
|
|
28079
|
+
});
|
|
28080
|
+
}
|
|
28081
|
+
if (input.DryRun != null) {
|
|
28082
|
+
entries["DryRun"] = input.DryRun;
|
|
28083
|
+
}
|
|
28084
|
+
return entries;
|
|
28085
|
+
};
|
|
27813
28086
|
const serializeAws_ec2DescribeBundleTasksRequest = (input, context) => {
|
|
27814
28087
|
const entries = {};
|
|
27815
28088
|
if (input.BundleIds != null) {
|
|
@@ -31842,6 +32115,25 @@ const serializeAws_ec2DisableAddressTransferRequest = (input, context) => {
|
|
|
31842
32115
|
}
|
|
31843
32116
|
return entries;
|
|
31844
32117
|
};
|
|
32118
|
+
const serializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionRequest = (input, context) => {
|
|
32119
|
+
const entries = {};
|
|
32120
|
+
if (input.Source != null) {
|
|
32121
|
+
entries["Source"] = input.Source;
|
|
32122
|
+
}
|
|
32123
|
+
if (input.Destination != null) {
|
|
32124
|
+
entries["Destination"] = input.Destination;
|
|
32125
|
+
}
|
|
32126
|
+
if (input.Metric != null) {
|
|
32127
|
+
entries["Metric"] = input.Metric;
|
|
32128
|
+
}
|
|
32129
|
+
if (input.Statistic != null) {
|
|
32130
|
+
entries["Statistic"] = input.Statistic;
|
|
32131
|
+
}
|
|
32132
|
+
if (input.DryRun != null) {
|
|
32133
|
+
entries["DryRun"] = input.DryRun;
|
|
32134
|
+
}
|
|
32135
|
+
return entries;
|
|
32136
|
+
};
|
|
31845
32137
|
const serializeAws_ec2DisableEbsEncryptionByDefaultRequest = (input, context) => {
|
|
31846
32138
|
const entries = {};
|
|
31847
32139
|
if (input.DryRun != null) {
|
|
@@ -32327,6 +32619,25 @@ const serializeAws_ec2EnableAddressTransferRequest = (input, context) => {
|
|
|
32327
32619
|
}
|
|
32328
32620
|
return entries;
|
|
32329
32621
|
};
|
|
32622
|
+
const serializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionRequest = (input, context) => {
|
|
32623
|
+
const entries = {};
|
|
32624
|
+
if (input.Source != null) {
|
|
32625
|
+
entries["Source"] = input.Source;
|
|
32626
|
+
}
|
|
32627
|
+
if (input.Destination != null) {
|
|
32628
|
+
entries["Destination"] = input.Destination;
|
|
32629
|
+
}
|
|
32630
|
+
if (input.Metric != null) {
|
|
32631
|
+
entries["Metric"] = input.Metric;
|
|
32632
|
+
}
|
|
32633
|
+
if (input.Statistic != null) {
|
|
32634
|
+
entries["Statistic"] = input.Statistic;
|
|
32635
|
+
}
|
|
32636
|
+
if (input.DryRun != null) {
|
|
32637
|
+
entries["DryRun"] = input.DryRun;
|
|
32638
|
+
}
|
|
32639
|
+
return entries;
|
|
32640
|
+
};
|
|
32330
32641
|
const serializeAws_ec2EnableEbsEncryptionByDefaultRequest = (input, context) => {
|
|
32331
32642
|
const entries = {};
|
|
32332
32643
|
if (input.DryRun != null) {
|
|
@@ -32414,6 +32725,13 @@ const serializeAws_ec2EnableIpamOrganizationAdminAccountRequest = (input, contex
|
|
|
32414
32725
|
}
|
|
32415
32726
|
return entries;
|
|
32416
32727
|
};
|
|
32728
|
+
const serializeAws_ec2EnableReachabilityAnalyzerOrganizationSharingRequest = (input, context) => {
|
|
32729
|
+
const entries = {};
|
|
32730
|
+
if (input.DryRun != null) {
|
|
32731
|
+
entries["DryRun"] = input.DryRun;
|
|
32732
|
+
}
|
|
32733
|
+
return entries;
|
|
32734
|
+
};
|
|
32417
32735
|
const serializeAws_ec2EnableSerialConsoleAccessRequest = (input, context) => {
|
|
32418
32736
|
const entries = {};
|
|
32419
32737
|
if (input.DryRun != null) {
|
|
@@ -32477,6 +32795,27 @@ const serializeAws_ec2EnableVpcClassicLinkRequest = (input, context) => {
|
|
|
32477
32795
|
}
|
|
32478
32796
|
return entries;
|
|
32479
32797
|
};
|
|
32798
|
+
const serializeAws_ec2EnaSrdSpecification = (input, context) => {
|
|
32799
|
+
const entries = {};
|
|
32800
|
+
if (input.EnaSrdEnabled != null) {
|
|
32801
|
+
entries["EnaSrdEnabled"] = input.EnaSrdEnabled;
|
|
32802
|
+
}
|
|
32803
|
+
if (input.EnaSrdUdpSpecification != null) {
|
|
32804
|
+
const memberEntries = serializeAws_ec2EnaSrdUdpSpecification(input.EnaSrdUdpSpecification, context);
|
|
32805
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32806
|
+
const loc = `EnaSrdUdpSpecification.${key}`;
|
|
32807
|
+
entries[loc] = value;
|
|
32808
|
+
});
|
|
32809
|
+
}
|
|
32810
|
+
return entries;
|
|
32811
|
+
};
|
|
32812
|
+
const serializeAws_ec2EnaSrdUdpSpecification = (input, context) => {
|
|
32813
|
+
const entries = {};
|
|
32814
|
+
if (input.EnaSrdUdpEnabled != null) {
|
|
32815
|
+
entries["EnaSrdUdpEnabled"] = input.EnaSrdUdpEnabled;
|
|
32816
|
+
}
|
|
32817
|
+
return entries;
|
|
32818
|
+
};
|
|
32480
32819
|
const serializeAws_ec2EnclaveOptionsRequest = (input, context) => {
|
|
32481
32820
|
const entries = {};
|
|
32482
32821
|
if (input.Enabled != null) {
|
|
@@ -32928,6 +33267,35 @@ const serializeAws_ec2GetAssociatedIpv6PoolCidrsRequest = (input, context) => {
|
|
|
32928
33267
|
}
|
|
32929
33268
|
return entries;
|
|
32930
33269
|
};
|
|
33270
|
+
const serializeAws_ec2GetAwsNetworkPerformanceDataRequest = (input, context) => {
|
|
33271
|
+
const entries = {};
|
|
33272
|
+
if (input.DataQueries != null) {
|
|
33273
|
+
const memberEntries = serializeAws_ec2DataQueries(input.DataQueries, context);
|
|
33274
|
+
if (input.DataQueries?.length === 0) {
|
|
33275
|
+
entries.DataQuery = [];
|
|
33276
|
+
}
|
|
33277
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
33278
|
+
const loc = `DataQuery.${key.substring(key.indexOf(".") + 1)}`;
|
|
33279
|
+
entries[loc] = value;
|
|
33280
|
+
});
|
|
33281
|
+
}
|
|
33282
|
+
if (input.StartTime != null) {
|
|
33283
|
+
entries["StartTime"] = input.StartTime.toISOString().split(".")[0] + "Z";
|
|
33284
|
+
}
|
|
33285
|
+
if (input.EndTime != null) {
|
|
33286
|
+
entries["EndTime"] = input.EndTime.toISOString().split(".")[0] + "Z";
|
|
33287
|
+
}
|
|
33288
|
+
if (input.MaxResults != null) {
|
|
33289
|
+
entries["MaxResults"] = input.MaxResults;
|
|
33290
|
+
}
|
|
33291
|
+
if (input.NextToken != null) {
|
|
33292
|
+
entries["NextToken"] = input.NextToken;
|
|
33293
|
+
}
|
|
33294
|
+
if (input.DryRun != null) {
|
|
33295
|
+
entries["DryRun"] = input.DryRun;
|
|
33296
|
+
}
|
|
33297
|
+
return entries;
|
|
33298
|
+
};
|
|
32931
33299
|
const serializeAws_ec2GetCapacityReservationUsageRequest = (input, context) => {
|
|
32932
33300
|
const entries = {};
|
|
32933
33301
|
if (input.CapacityReservationId != null) {
|
|
@@ -36997,6 +37365,13 @@ const serializeAws_ec2ModifyNetworkInterfaceAttributeRequest = (input, context)
|
|
|
36997
37365
|
entries[loc] = value;
|
|
36998
37366
|
});
|
|
36999
37367
|
}
|
|
37368
|
+
if (input.EnaSrdSpecification != null) {
|
|
37369
|
+
const memberEntries = serializeAws_ec2EnaSrdSpecification(input.EnaSrdSpecification, context);
|
|
37370
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
37371
|
+
const loc = `EnaSrdSpecification.${key}`;
|
|
37372
|
+
entries[loc] = value;
|
|
37373
|
+
});
|
|
37374
|
+
}
|
|
37000
37375
|
return entries;
|
|
37001
37376
|
};
|
|
37002
37377
|
const serializeAws_ec2ModifyPrivateDnsNameOptionsRequest = (input, context) => {
|
|
@@ -41768,6 +42143,16 @@ const serializeAws_ec2StartNetworkInsightsAnalysisRequest = (input, context) =>
|
|
|
41768
42143
|
if (input.NetworkInsightsPathId != null) {
|
|
41769
42144
|
entries["NetworkInsightsPathId"] = input.NetworkInsightsPathId;
|
|
41770
42145
|
}
|
|
42146
|
+
if (input.AdditionalAccounts != null) {
|
|
42147
|
+
const memberEntries = serializeAws_ec2ValueStringList(input.AdditionalAccounts, context);
|
|
42148
|
+
if (input.AdditionalAccounts?.length === 0) {
|
|
42149
|
+
entries.AdditionalAccount = [];
|
|
42150
|
+
}
|
|
42151
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
42152
|
+
const loc = `AdditionalAccount.${key.substring(key.indexOf(".") + 1)}`;
|
|
42153
|
+
entries[loc] = value;
|
|
42154
|
+
});
|
|
42155
|
+
}
|
|
41771
42156
|
if (input.FilterInArns != null) {
|
|
41772
42157
|
const memberEntries = serializeAws_ec2ArnList(input.FilterInArns, context);
|
|
41773
42158
|
if (input.FilterInArns?.length === 0) {
|
|
@@ -44017,6 +44402,28 @@ const deserializeAws_ec2AttachClassicLinkVpcResult = (output, context) => {
|
|
|
44017
44402
|
}
|
|
44018
44403
|
return contents;
|
|
44019
44404
|
};
|
|
44405
|
+
const deserializeAws_ec2AttachmentEnaSrdSpecification = (output, context) => {
|
|
44406
|
+
const contents = {
|
|
44407
|
+
EnaSrdEnabled: undefined,
|
|
44408
|
+
EnaSrdUdpSpecification: undefined,
|
|
44409
|
+
};
|
|
44410
|
+
if (output["enaSrdEnabled"] !== undefined) {
|
|
44411
|
+
contents.EnaSrdEnabled = (0, smithy_client_1.parseBoolean)(output["enaSrdEnabled"]);
|
|
44412
|
+
}
|
|
44413
|
+
if (output["enaSrdUdpSpecification"] !== undefined) {
|
|
44414
|
+
contents.EnaSrdUdpSpecification = deserializeAws_ec2AttachmentEnaSrdUdpSpecification(output["enaSrdUdpSpecification"], context);
|
|
44415
|
+
}
|
|
44416
|
+
return contents;
|
|
44417
|
+
};
|
|
44418
|
+
const deserializeAws_ec2AttachmentEnaSrdUdpSpecification = (output, context) => {
|
|
44419
|
+
const contents = {
|
|
44420
|
+
EnaSrdUdpEnabled: undefined,
|
|
44421
|
+
};
|
|
44422
|
+
if (output["enaSrdUdpEnabled"] !== undefined) {
|
|
44423
|
+
contents.EnaSrdUdpEnabled = (0, smithy_client_1.parseBoolean)(output["enaSrdUdpEnabled"]);
|
|
44424
|
+
}
|
|
44425
|
+
return contents;
|
|
44426
|
+
};
|
|
44020
44427
|
const deserializeAws_ec2AttachNetworkInterfaceResult = (output, context) => {
|
|
44021
44428
|
const contents = {
|
|
44022
44429
|
AttachmentId: undefined,
|
|
@@ -46555,6 +46962,49 @@ const deserializeAws_ec2CustomerGatewayList = (output, context) => {
|
|
|
46555
46962
|
return deserializeAws_ec2CustomerGateway(entry, context);
|
|
46556
46963
|
});
|
|
46557
46964
|
};
|
|
46965
|
+
const deserializeAws_ec2DataResponse = (output, context) => {
|
|
46966
|
+
const contents = {
|
|
46967
|
+
Id: undefined,
|
|
46968
|
+
Source: undefined,
|
|
46969
|
+
Destination: undefined,
|
|
46970
|
+
Metric: undefined,
|
|
46971
|
+
Statistic: undefined,
|
|
46972
|
+
Period: undefined,
|
|
46973
|
+
MetricPoints: undefined,
|
|
46974
|
+
};
|
|
46975
|
+
if (output["id"] !== undefined) {
|
|
46976
|
+
contents.Id = (0, smithy_client_1.expectString)(output["id"]);
|
|
46977
|
+
}
|
|
46978
|
+
if (output["source"] !== undefined) {
|
|
46979
|
+
contents.Source = (0, smithy_client_1.expectString)(output["source"]);
|
|
46980
|
+
}
|
|
46981
|
+
if (output["destination"] !== undefined) {
|
|
46982
|
+
contents.Destination = (0, smithy_client_1.expectString)(output["destination"]);
|
|
46983
|
+
}
|
|
46984
|
+
if (output["metric"] !== undefined) {
|
|
46985
|
+
contents.Metric = (0, smithy_client_1.expectString)(output["metric"]);
|
|
46986
|
+
}
|
|
46987
|
+
if (output["statistic"] !== undefined) {
|
|
46988
|
+
contents.Statistic = (0, smithy_client_1.expectString)(output["statistic"]);
|
|
46989
|
+
}
|
|
46990
|
+
if (output["period"] !== undefined) {
|
|
46991
|
+
contents.Period = (0, smithy_client_1.expectString)(output["period"]);
|
|
46992
|
+
}
|
|
46993
|
+
if (output.metricPointSet === "") {
|
|
46994
|
+
contents.MetricPoints = [];
|
|
46995
|
+
}
|
|
46996
|
+
else if (output["metricPointSet"] !== undefined && output["metricPointSet"]["item"] !== undefined) {
|
|
46997
|
+
contents.MetricPoints = deserializeAws_ec2MetricPoints((0, smithy_client_1.getArrayIfSingleItem)(output["metricPointSet"]["item"]), context);
|
|
46998
|
+
}
|
|
46999
|
+
return contents;
|
|
47000
|
+
};
|
|
47001
|
+
const deserializeAws_ec2DataResponses = (output, context) => {
|
|
47002
|
+
return (output || [])
|
|
47003
|
+
.filter((e) => e != null)
|
|
47004
|
+
.map((entry) => {
|
|
47005
|
+
return deserializeAws_ec2DataResponse(entry, context);
|
|
47006
|
+
});
|
|
47007
|
+
};
|
|
46558
47008
|
const deserializeAws_ec2DedicatedHostIdList = (output, context) => {
|
|
46559
47009
|
return (output || [])
|
|
46560
47010
|
.filter((e) => e != null)
|
|
@@ -47320,6 +47770,22 @@ const deserializeAws_ec2DescribeAvailabilityZonesResult = (output, context) => {
|
|
|
47320
47770
|
}
|
|
47321
47771
|
return contents;
|
|
47322
47772
|
};
|
|
47773
|
+
const deserializeAws_ec2DescribeAwsNetworkPerformanceMetricSubscriptionsResult = (output, context) => {
|
|
47774
|
+
const contents = {
|
|
47775
|
+
NextToken: undefined,
|
|
47776
|
+
Subscriptions: undefined,
|
|
47777
|
+
};
|
|
47778
|
+
if (output["nextToken"] !== undefined) {
|
|
47779
|
+
contents.NextToken = (0, smithy_client_1.expectString)(output["nextToken"]);
|
|
47780
|
+
}
|
|
47781
|
+
if (output.subscriptionSet === "") {
|
|
47782
|
+
contents.Subscriptions = [];
|
|
47783
|
+
}
|
|
47784
|
+
else if (output["subscriptionSet"] !== undefined && output["subscriptionSet"]["item"] !== undefined) {
|
|
47785
|
+
contents.Subscriptions = deserializeAws_ec2SubscriptionList((0, smithy_client_1.getArrayIfSingleItem)(output["subscriptionSet"]["item"]), context);
|
|
47786
|
+
}
|
|
47787
|
+
return contents;
|
|
47788
|
+
};
|
|
47323
47789
|
const deserializeAws_ec2DescribeBundleTasksResult = (output, context) => {
|
|
47324
47790
|
const contents = {
|
|
47325
47791
|
BundleTasks: undefined,
|
|
@@ -49676,6 +50142,15 @@ const deserializeAws_ec2DisableAddressTransferResult = (output, context) => {
|
|
|
49676
50142
|
}
|
|
49677
50143
|
return contents;
|
|
49678
50144
|
};
|
|
50145
|
+
const deserializeAws_ec2DisableAwsNetworkPerformanceMetricSubscriptionResult = (output, context) => {
|
|
50146
|
+
const contents = {
|
|
50147
|
+
Output: undefined,
|
|
50148
|
+
};
|
|
50149
|
+
if (output["output"] !== undefined) {
|
|
50150
|
+
contents.Output = (0, smithy_client_1.parseBoolean)(output["output"]);
|
|
50151
|
+
}
|
|
50152
|
+
return contents;
|
|
50153
|
+
};
|
|
49679
50154
|
const deserializeAws_ec2DisableEbsEncryptionByDefaultResult = (output, context) => {
|
|
49680
50155
|
const contents = {
|
|
49681
50156
|
EbsEncryptionByDefault: undefined,
|
|
@@ -50393,6 +50868,15 @@ const deserializeAws_ec2EnableAddressTransferResult = (output, context) => {
|
|
|
50393
50868
|
}
|
|
50394
50869
|
return contents;
|
|
50395
50870
|
};
|
|
50871
|
+
const deserializeAws_ec2EnableAwsNetworkPerformanceMetricSubscriptionResult = (output, context) => {
|
|
50872
|
+
const contents = {
|
|
50873
|
+
Output: undefined,
|
|
50874
|
+
};
|
|
50875
|
+
if (output["output"] !== undefined) {
|
|
50876
|
+
contents.Output = (0, smithy_client_1.parseBoolean)(output["output"]);
|
|
50877
|
+
}
|
|
50878
|
+
return contents;
|
|
50879
|
+
};
|
|
50396
50880
|
const deserializeAws_ec2EnableEbsEncryptionByDefaultResult = (output, context) => {
|
|
50397
50881
|
const contents = {
|
|
50398
50882
|
EbsEncryptionByDefault: undefined,
|
|
@@ -50593,6 +51077,15 @@ const deserializeAws_ec2EnableIpamOrganizationAdminAccountResult = (output, cont
|
|
|
50593
51077
|
}
|
|
50594
51078
|
return contents;
|
|
50595
51079
|
};
|
|
51080
|
+
const deserializeAws_ec2EnableReachabilityAnalyzerOrganizationSharingResult = (output, context) => {
|
|
51081
|
+
const contents = {
|
|
51082
|
+
ReturnValue: undefined,
|
|
51083
|
+
};
|
|
51084
|
+
if (output["returnValue"] !== undefined) {
|
|
51085
|
+
contents.ReturnValue = (0, smithy_client_1.parseBoolean)(output["returnValue"]);
|
|
51086
|
+
}
|
|
51087
|
+
return contents;
|
|
51088
|
+
};
|
|
50596
51089
|
const deserializeAws_ec2EnableSerialConsoleAccessResult = (output, context) => {
|
|
50597
51090
|
const contents = {
|
|
50598
51091
|
SerialConsoleAccessEnabled: undefined,
|
|
@@ -51752,6 +52245,22 @@ const deserializeAws_ec2GetAssociatedIpv6PoolCidrsResult = (output, context) =>
|
|
|
51752
52245
|
}
|
|
51753
52246
|
return contents;
|
|
51754
52247
|
};
|
|
52248
|
+
const deserializeAws_ec2GetAwsNetworkPerformanceDataResult = (output, context) => {
|
|
52249
|
+
const contents = {
|
|
52250
|
+
DataResponses: undefined,
|
|
52251
|
+
NextToken: undefined,
|
|
52252
|
+
};
|
|
52253
|
+
if (output.dataResponseSet === "") {
|
|
52254
|
+
contents.DataResponses = [];
|
|
52255
|
+
}
|
|
52256
|
+
else if (output["dataResponseSet"] !== undefined && output["dataResponseSet"]["item"] !== undefined) {
|
|
52257
|
+
contents.DataResponses = deserializeAws_ec2DataResponses((0, smithy_client_1.getArrayIfSingleItem)(output["dataResponseSet"]["item"]), context);
|
|
52258
|
+
}
|
|
52259
|
+
if (output["nextToken"] !== undefined) {
|
|
52260
|
+
contents.NextToken = (0, smithy_client_1.expectString)(output["nextToken"]);
|
|
52261
|
+
}
|
|
52262
|
+
return contents;
|
|
52263
|
+
};
|
|
51755
52264
|
const deserializeAws_ec2GetCapacityReservationUsageResult = (output, context) => {
|
|
51756
52265
|
const contents = {
|
|
51757
52266
|
NextToken: undefined,
|
|
@@ -57094,6 +57603,34 @@ const deserializeAws_ec2MemoryMiB = (output, context) => {
|
|
|
57094
57603
|
}
|
|
57095
57604
|
return contents;
|
|
57096
57605
|
};
|
|
57606
|
+
const deserializeAws_ec2MetricPoint = (output, context) => {
|
|
57607
|
+
const contents = {
|
|
57608
|
+
StartDate: undefined,
|
|
57609
|
+
EndDate: undefined,
|
|
57610
|
+
Value: undefined,
|
|
57611
|
+
Status: undefined,
|
|
57612
|
+
};
|
|
57613
|
+
if (output["startDate"] !== undefined) {
|
|
57614
|
+
contents.StartDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["startDate"]));
|
|
57615
|
+
}
|
|
57616
|
+
if (output["endDate"] !== undefined) {
|
|
57617
|
+
contents.EndDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["endDate"]));
|
|
57618
|
+
}
|
|
57619
|
+
if (output["value"] !== undefined) {
|
|
57620
|
+
contents.Value = (0, smithy_client_1.strictParseFloat)(output["value"]);
|
|
57621
|
+
}
|
|
57622
|
+
if (output["status"] !== undefined) {
|
|
57623
|
+
contents.Status = (0, smithy_client_1.expectString)(output["status"]);
|
|
57624
|
+
}
|
|
57625
|
+
return contents;
|
|
57626
|
+
};
|
|
57627
|
+
const deserializeAws_ec2MetricPoints = (output, context) => {
|
|
57628
|
+
return (output || [])
|
|
57629
|
+
.filter((e) => e != null)
|
|
57630
|
+
.map((entry) => {
|
|
57631
|
+
return deserializeAws_ec2MetricPoint(entry, context);
|
|
57632
|
+
});
|
|
57633
|
+
};
|
|
57097
57634
|
const deserializeAws_ec2ModifyAddressAttributeResult = (output, context) => {
|
|
57098
57635
|
const contents = {
|
|
57099
57636
|
Address: undefined,
|
|
@@ -57887,6 +58424,7 @@ const deserializeAws_ec2NetworkInfo = (output, context) => {
|
|
|
57887
58424
|
EfaSupported: undefined,
|
|
57888
58425
|
EfaInfo: undefined,
|
|
57889
58426
|
EncryptionInTransitSupported: undefined,
|
|
58427
|
+
EnaSrdSupported: undefined,
|
|
57890
58428
|
};
|
|
57891
58429
|
if (output["networkPerformance"] !== undefined) {
|
|
57892
58430
|
contents.NetworkPerformance = (0, smithy_client_1.expectString)(output["networkPerformance"]);
|
|
@@ -57927,6 +58465,9 @@ const deserializeAws_ec2NetworkInfo = (output, context) => {
|
|
|
57927
58465
|
if (output["encryptionInTransitSupported"] !== undefined) {
|
|
57928
58466
|
contents.EncryptionInTransitSupported = (0, smithy_client_1.parseBoolean)(output["encryptionInTransitSupported"]);
|
|
57929
58467
|
}
|
|
58468
|
+
if (output["enaSrdSupported"] !== undefined) {
|
|
58469
|
+
contents.EnaSrdSupported = (0, smithy_client_1.parseBoolean)(output["enaSrdSupported"]);
|
|
58470
|
+
}
|
|
57930
58471
|
return contents;
|
|
57931
58472
|
};
|
|
57932
58473
|
const deserializeAws_ec2NetworkInsightsAccessScope = (output, context) => {
|
|
@@ -58051,6 +58592,7 @@ const deserializeAws_ec2NetworkInsightsAnalysis = (output, context) => {
|
|
|
58051
58592
|
NetworkInsightsAnalysisId: undefined,
|
|
58052
58593
|
NetworkInsightsAnalysisArn: undefined,
|
|
58053
58594
|
NetworkInsightsPathId: undefined,
|
|
58595
|
+
AdditionalAccounts: undefined,
|
|
58054
58596
|
FilterInArns: undefined,
|
|
58055
58597
|
StartDate: undefined,
|
|
58056
58598
|
Status: undefined,
|
|
@@ -58061,6 +58603,7 @@ const deserializeAws_ec2NetworkInsightsAnalysis = (output, context) => {
|
|
|
58061
58603
|
ReturnPathComponents: undefined,
|
|
58062
58604
|
Explanations: undefined,
|
|
58063
58605
|
AlternatePathHints: undefined,
|
|
58606
|
+
SuggestedAccounts: undefined,
|
|
58064
58607
|
Tags: undefined,
|
|
58065
58608
|
};
|
|
58066
58609
|
if (output["networkInsightsAnalysisId"] !== undefined) {
|
|
@@ -58072,6 +58615,12 @@ const deserializeAws_ec2NetworkInsightsAnalysis = (output, context) => {
|
|
|
58072
58615
|
if (output["networkInsightsPathId"] !== undefined) {
|
|
58073
58616
|
contents.NetworkInsightsPathId = (0, smithy_client_1.expectString)(output["networkInsightsPathId"]);
|
|
58074
58617
|
}
|
|
58618
|
+
if (output.additionalAccountSet === "") {
|
|
58619
|
+
contents.AdditionalAccounts = [];
|
|
58620
|
+
}
|
|
58621
|
+
else if (output["additionalAccountSet"] !== undefined && output["additionalAccountSet"]["item"] !== undefined) {
|
|
58622
|
+
contents.AdditionalAccounts = deserializeAws_ec2ValueStringList((0, smithy_client_1.getArrayIfSingleItem)(output["additionalAccountSet"]["item"]), context);
|
|
58623
|
+
}
|
|
58075
58624
|
if (output.filterInArnSet === "") {
|
|
58076
58625
|
contents.FilterInArns = [];
|
|
58077
58626
|
}
|
|
@@ -58118,6 +58667,12 @@ const deserializeAws_ec2NetworkInsightsAnalysis = (output, context) => {
|
|
|
58118
58667
|
else if (output["alternatePathHintSet"] !== undefined && output["alternatePathHintSet"]["item"] !== undefined) {
|
|
58119
58668
|
contents.AlternatePathHints = deserializeAws_ec2AlternatePathHintList((0, smithy_client_1.getArrayIfSingleItem)(output["alternatePathHintSet"]["item"]), context);
|
|
58120
58669
|
}
|
|
58670
|
+
if (output.suggestedAccountSet === "") {
|
|
58671
|
+
contents.SuggestedAccounts = [];
|
|
58672
|
+
}
|
|
58673
|
+
else if (output["suggestedAccountSet"] !== undefined && output["suggestedAccountSet"]["item"] !== undefined) {
|
|
58674
|
+
contents.SuggestedAccounts = deserializeAws_ec2ValueStringList((0, smithy_client_1.getArrayIfSingleItem)(output["suggestedAccountSet"]["item"]), context);
|
|
58675
|
+
}
|
|
58121
58676
|
if (output.tagSet === "") {
|
|
58122
58677
|
contents.Tags = [];
|
|
58123
58678
|
}
|
|
@@ -58140,6 +58695,8 @@ const deserializeAws_ec2NetworkInsightsPath = (output, context) => {
|
|
|
58140
58695
|
CreatedDate: undefined,
|
|
58141
58696
|
Source: undefined,
|
|
58142
58697
|
Destination: undefined,
|
|
58698
|
+
SourceArn: undefined,
|
|
58699
|
+
DestinationArn: undefined,
|
|
58143
58700
|
SourceIp: undefined,
|
|
58144
58701
|
DestinationIp: undefined,
|
|
58145
58702
|
Protocol: undefined,
|
|
@@ -58161,6 +58718,12 @@ const deserializeAws_ec2NetworkInsightsPath = (output, context) => {
|
|
|
58161
58718
|
if (output["destination"] !== undefined) {
|
|
58162
58719
|
contents.Destination = (0, smithy_client_1.expectString)(output["destination"]);
|
|
58163
58720
|
}
|
|
58721
|
+
if (output["sourceArn"] !== undefined) {
|
|
58722
|
+
contents.SourceArn = (0, smithy_client_1.expectString)(output["sourceArn"]);
|
|
58723
|
+
}
|
|
58724
|
+
if (output["destinationArn"] !== undefined) {
|
|
58725
|
+
contents.DestinationArn = (0, smithy_client_1.expectString)(output["destinationArn"]);
|
|
58726
|
+
}
|
|
58164
58727
|
if (output["sourceIp"] !== undefined) {
|
|
58165
58728
|
contents.SourceIp = (0, smithy_client_1.expectString)(output["sourceIp"]);
|
|
58166
58729
|
}
|
|
@@ -58358,6 +58921,7 @@ const deserializeAws_ec2NetworkInterfaceAttachment = (output, context) => {
|
|
|
58358
58921
|
InstanceId: undefined,
|
|
58359
58922
|
InstanceOwnerId: undefined,
|
|
58360
58923
|
Status: undefined,
|
|
58924
|
+
EnaSrdSpecification: undefined,
|
|
58361
58925
|
};
|
|
58362
58926
|
if (output["attachTime"] !== undefined) {
|
|
58363
58927
|
contents.AttachTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["attachTime"]));
|
|
@@ -58383,6 +58947,9 @@ const deserializeAws_ec2NetworkInterfaceAttachment = (output, context) => {
|
|
|
58383
58947
|
if (output["status"] !== undefined) {
|
|
58384
58948
|
contents.Status = (0, smithy_client_1.expectString)(output["status"]);
|
|
58385
58949
|
}
|
|
58950
|
+
if (output["enaSrdSpecification"] !== undefined) {
|
|
58951
|
+
contents.EnaSrdSpecification = deserializeAws_ec2AttachmentEnaSrdSpecification(output["enaSrdSpecification"], context);
|
|
58952
|
+
}
|
|
58386
58953
|
return contents;
|
|
58387
58954
|
};
|
|
58388
58955
|
const deserializeAws_ec2NetworkInterfaceCount = (output, context) => {
|
|
@@ -62770,6 +63337,38 @@ const deserializeAws_ec2SubnetList = (output, context) => {
|
|
|
62770
63337
|
return deserializeAws_ec2Subnet(entry, context);
|
|
62771
63338
|
});
|
|
62772
63339
|
};
|
|
63340
|
+
const deserializeAws_ec2Subscription = (output, context) => {
|
|
63341
|
+
const contents = {
|
|
63342
|
+
Source: undefined,
|
|
63343
|
+
Destination: undefined,
|
|
63344
|
+
Metric: undefined,
|
|
63345
|
+
Statistic: undefined,
|
|
63346
|
+
Period: undefined,
|
|
63347
|
+
};
|
|
63348
|
+
if (output["source"] !== undefined) {
|
|
63349
|
+
contents.Source = (0, smithy_client_1.expectString)(output["source"]);
|
|
63350
|
+
}
|
|
63351
|
+
if (output["destination"] !== undefined) {
|
|
63352
|
+
contents.Destination = (0, smithy_client_1.expectString)(output["destination"]);
|
|
63353
|
+
}
|
|
63354
|
+
if (output["metric"] !== undefined) {
|
|
63355
|
+
contents.Metric = (0, smithy_client_1.expectString)(output["metric"]);
|
|
63356
|
+
}
|
|
63357
|
+
if (output["statistic"] !== undefined) {
|
|
63358
|
+
contents.Statistic = (0, smithy_client_1.expectString)(output["statistic"]);
|
|
63359
|
+
}
|
|
63360
|
+
if (output["period"] !== undefined) {
|
|
63361
|
+
contents.Period = (0, smithy_client_1.expectString)(output["period"]);
|
|
63362
|
+
}
|
|
63363
|
+
return contents;
|
|
63364
|
+
};
|
|
63365
|
+
const deserializeAws_ec2SubscriptionList = (output, context) => {
|
|
63366
|
+
return (output || [])
|
|
63367
|
+
.filter((e) => e != null)
|
|
63368
|
+
.map((entry) => {
|
|
63369
|
+
return deserializeAws_ec2Subscription(entry, context);
|
|
63370
|
+
});
|
|
63371
|
+
};
|
|
62773
63372
|
const deserializeAws_ec2SuccessfulInstanceCreditSpecificationItem = (output, context) => {
|
|
62774
63373
|
const contents = {
|
|
62775
63374
|
InstanceId: undefined,
|