@aws-sdk/client-ec2 3.39.0 → 3.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +45 -0
- package/dist-cjs/EC2.js +15 -0
- package/dist-cjs/commands/CreateVpcEndpointConnectionNotificationCommand.js +2 -1
- package/dist-cjs/commands/DescribeHostReservationsCommand.js +2 -1
- package/dist-cjs/commands/DescribeHostsCommand.js +1 -2
- package/dist-cjs/commands/DescribeStaleSecurityGroupsCommand.js +2 -1
- package/dist-cjs/commands/DescribeStoreImageTasksCommand.js +3 -3
- package/dist-cjs/commands/DescribeSubnetsCommand.js +3 -3
- package/dist-cjs/commands/ModifyInstanceAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyInstanceCapacityReservationAttributesCommand.js +3 -3
- package/dist-cjs/commands/ModifyInstanceCreditSpecificationCommand.js +1 -2
- package/dist-cjs/commands/ModifyPrivateDnsNameOptionsCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoints.js +189 -22
- package/dist-cjs/models/models_0.js +14 -14
- package/dist-cjs/models/models_1.js +29 -26
- package/dist-cjs/models/models_2.js +34 -37
- package/dist-cjs/models/models_3.js +44 -42
- package/dist-cjs/models/models_4.js +42 -42
- package/dist-cjs/models/models_5.js +59 -5
- package/dist-cjs/protocols/Aws_ec2.js +326 -12
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/EC2.js +15 -0
- package/dist-es/commands/CreateVpcEndpointConnectionNotificationCommand.js +2 -1
- package/dist-es/commands/DescribeHostReservationsCommand.js +2 -1
- package/dist-es/commands/DescribeHostsCommand.js +1 -2
- package/dist-es/commands/DescribeStaleSecurityGroupsCommand.js +2 -1
- package/dist-es/commands/DescribeStoreImageTasksCommand.js +1 -1
- package/dist-es/commands/DescribeSubnetsCommand.js +1 -1
- package/dist-es/commands/ModifyInstanceAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyInstanceCapacityReservationAttributesCommand.js +1 -1
- package/dist-es/commands/ModifyInstanceCreditSpecificationCommand.js +1 -2
- package/dist-es/commands/ModifyPrivateDnsNameOptionsCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoints.js +189 -22
- package/dist-es/models/models_0.js +10 -8
- package/dist-es/models/models_1.js +16 -17
- package/dist-es/models/models_2.js +24 -23
- package/dist-es/models/models_3.js +28 -24
- package/dist-es/models/models_4.js +24 -24
- package/dist-es/models/models_5.js +36 -0
- package/dist-es/protocols/Aws_ec2.js +1591 -1246
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/EC2.d.ts +20 -12
- package/dist-types/EC2Client.d.ts +11 -2
- package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/AssociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/commands/AttachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/AttachVolumeCommand.d.ts +1 -1
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +2 -2
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/BundleInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelImportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +1 -1
- package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +3 -2
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterImageCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeHostsCommand.d.ts +2 -3
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +4 -3
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -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/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +3 -3
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -2
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -3
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +35 -0
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -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/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +3 -3
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RebootInstancesCommand.d.ts +3 -3
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +2 -2
- package/dist-types/commands/StartInstancesCommand.d.ts +3 -3
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +2 -2
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +130 -90
- package/dist-types/models/models_1.d.ts +133 -71
- package/dist-types/models/models_2.d.ts +145 -223
- package/dist-types/models/models_3.d.ts +268 -256
- package/dist-types/models/models_4.d.ts +264 -231
- package/dist-types/models/models_5.d.ts +341 -15
- package/dist-types/protocols/Aws_ec2.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/EC2.d.ts +5 -0
- package/dist-types/ts3.4/EC2Client.d.ts +7 -2
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +30 -24
- package/dist-types/ts3.4/models/models_1.d.ts +64 -40
- package/dist-types/ts3.4/models/models_2.d.ts +47 -79
- package/dist-types/ts3.4/models/models_3.d.ts +107 -86
- package/dist-types/ts3.4/models/models_4.d.ts +91 -96
- package/dist-types/ts3.4/models/models_5.d.ts +144 -3
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +3 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +25 -25
|
@@ -7,18 +7,18 @@ exports.serializeAws_ec2DescribeFleetsCommand = exports.serializeAws_ec2Describe
|
|
|
7
7
|
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_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_ec2DescribeInternetGatewaysCommand = exports.serializeAws_ec2DescribeInstanceTypesCommand = exports.serializeAws_ec2DescribeInstanceTypeOfferingsCommand = exports.serializeAws_ec2DescribeInstanceStatusCommand = exports.serializeAws_ec2DescribeInstancesCommand = exports.serializeAws_ec2DescribeInstanceEventWindowsCommand = exports.serializeAws_ec2DescribeInstanceEventNotificationAttributesCommand = exports.serializeAws_ec2DescribeInstanceCreditSpecificationsCommand = exports.serializeAws_ec2DescribeInstanceAttributeCommand = exports.serializeAws_ec2DescribeImportSnapshotTasksCommand = exports.serializeAws_ec2DescribeImportImageTasksCommand = exports.serializeAws_ec2DescribeImagesCommand = exports.serializeAws_ec2DescribeImageAttributeCommand = exports.serializeAws_ec2DescribeIdFormatCommand = exports.serializeAws_ec2DescribeIdentityIdFormatCommand = exports.serializeAws_ec2DescribeIamInstanceProfileAssociationsCommand = exports.serializeAws_ec2DescribeHostsCommand = exports.serializeAws_ec2DescribeHostReservationsCommand = exports.serializeAws_ec2DescribeHostReservationOfferingsCommand = exports.serializeAws_ec2DescribeFpgaImagesCommand = exports.serializeAws_ec2DescribeFpgaImageAttributeCommand = exports.serializeAws_ec2DescribeFlowLogsCommand = void 0;
|
|
8
8
|
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_ec2DescribeTransitGatewayPeeringAttachmentsCommand = exports.serializeAws_ec2DescribeTransitGatewayMulticastDomainsCommand = exports.serializeAws_ec2DescribeTransitGatewayConnectsCommand = exports.serializeAws_ec2DescribeTransitGatewayConnectPeersCommand = exports.serializeAws_ec2DescribeTransitGatewayAttachmentsCommand = exports.serializeAws_ec2DescribeTrafficMirrorTargetsCommand = exports.serializeAws_ec2DescribeTrafficMirrorSessionsCommand = exports.serializeAws_ec2DescribeTrafficMirrorFiltersCommand = exports.serializeAws_ec2DescribeTagsCommand = exports.serializeAws_ec2DescribeSubnetsCommand = exports.serializeAws_ec2DescribeStoreImageTasksCommand = exports.serializeAws_ec2DescribeStaleSecurityGroupsCommand = exports.serializeAws_ec2DescribeSpotPriceHistoryCommand = exports.serializeAws_ec2DescribeSpotInstanceRequestsCommand = exports.serializeAws_ec2DescribeSpotFleetRequestsCommand = exports.serializeAws_ec2DescribeSpotFleetRequestHistoryCommand = exports.serializeAws_ec2DescribeSpotFleetInstancesCommand = exports.serializeAws_ec2DescribeSpotDatafeedSubscriptionCommand = exports.serializeAws_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 = void 0;
|
|
9
9
|
exports.serializeAws_ec2GetManagedPrefixListAssociationsCommand = exports.serializeAws_ec2GetLaunchTemplateDataCommand = exports.serializeAws_ec2GetInstanceTypesFromInstanceRequirementsCommand = exports.serializeAws_ec2GetHostReservationPurchasePreviewCommand = exports.serializeAws_ec2GetGroupsForCapacityReservationCommand = exports.serializeAws_ec2GetFlowLogsIntegrationTemplateCommand = exports.serializeAws_ec2GetEbsEncryptionByDefaultCommand = exports.serializeAws_ec2GetEbsDefaultKmsKeyIdCommand = exports.serializeAws_ec2GetDefaultCreditSpecificationCommand = exports.serializeAws_ec2GetConsoleScreenshotCommand = exports.serializeAws_ec2GetConsoleOutputCommand = exports.serializeAws_ec2GetCoipPoolUsageCommand = exports.serializeAws_ec2GetCapacityReservationUsageCommand = exports.serializeAws_ec2GetAssociatedIpv6PoolCidrsCommand = exports.serializeAws_ec2GetAssociatedEnclaveCertificateIamRolesCommand = exports.serializeAws_ec2ExportTransitGatewayRoutesCommand = exports.serializeAws_ec2ExportImageCommand = exports.serializeAws_ec2ExportClientVpnClientConfigurationCommand = exports.serializeAws_ec2ExportClientVpnClientCertificateRevocationListCommand = exports.serializeAws_ec2EnableVpcClassicLinkDnsSupportCommand = exports.serializeAws_ec2EnableVpcClassicLinkCommand = exports.serializeAws_ec2EnableVolumeIOCommand = exports.serializeAws_ec2EnableVgwRoutePropagationCommand = exports.serializeAws_ec2EnableTransitGatewayRouteTablePropagationCommand = exports.serializeAws_ec2EnableSerialConsoleAccessCommand = exports.serializeAws_ec2EnableImageDeprecationCommand = exports.serializeAws_ec2EnableFastSnapshotRestoresCommand = exports.serializeAws_ec2EnableEbsEncryptionByDefaultCommand = exports.serializeAws_ec2DisassociateVpcCidrBlockCommand = exports.serializeAws_ec2DisassociateTrunkInterfaceCommand = exports.serializeAws_ec2DisassociateTransitGatewayRouteTableCommand = exports.serializeAws_ec2DisassociateTransitGatewayMulticastDomainCommand = exports.serializeAws_ec2DisassociateSubnetCidrBlockCommand = exports.serializeAws_ec2DisassociateRouteTableCommand = exports.serializeAws_ec2DisassociateInstanceEventWindowCommand = exports.serializeAws_ec2DisassociateIamInstanceProfileCommand = exports.serializeAws_ec2DisassociateEnclaveCertificateIamRoleCommand = exports.serializeAws_ec2DisassociateClientVpnTargetNetworkCommand = exports.serializeAws_ec2DisassociateAddressCommand = exports.serializeAws_ec2DisableVpcClassicLinkDnsSupportCommand = exports.serializeAws_ec2DisableVpcClassicLinkCommand = exports.serializeAws_ec2DisableVgwRoutePropagationCommand = exports.serializeAws_ec2DisableTransitGatewayRouteTablePropagationCommand = exports.serializeAws_ec2DisableSerialConsoleAccessCommand = exports.serializeAws_ec2DisableImageDeprecationCommand = exports.serializeAws_ec2DisableFastSnapshotRestoresCommand = exports.serializeAws_ec2DisableEbsEncryptionByDefaultCommand = exports.serializeAws_ec2DetachVpnGatewayCommand = exports.serializeAws_ec2DetachVolumeCommand = exports.serializeAws_ec2DetachNetworkInterfaceCommand = void 0;
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.deserializeAws_ec2WithdrawByoipCidrCommand = exports.deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.deserializeAws_ec2UnmonitorInstancesCommand = exports.deserializeAws_ec2UnassignPrivateIpAddressesCommand = exports.deserializeAws_ec2UnassignIpv6AddressesCommand = exports.deserializeAws_ec2TerminateInstancesCommand = exports.deserializeAws_ec2TerminateClientVpnConnectionsCommand = exports.deserializeAws_ec2StopInstancesCommand = exports.deserializeAws_ec2StartVpcEndpointServicePrivateDnsVerificationCommand = exports.deserializeAws_ec2StartNetworkInsightsAnalysisCommand = exports.deserializeAws_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_ec2RestoreManagedPrefixListVersionCommand = exports.deserializeAws_ec2RestoreAddressToClassicCommand = exports.deserializeAws_ec2ResetSnapshotAttributeCommand = exports.deserializeAws_ec2ResetNetworkInterfaceAttributeCommand = exports.deserializeAws_ec2ResetInstanceAttributeCommand = exports.deserializeAws_ec2ResetImageAttributeCommand = exports.deserializeAws_ec2ResetFpgaImageAttributeCommand = exports.deserializeAws_ec2ResetEbsDefaultKmsKeyIdCommand = exports.deserializeAws_ec2ResetAddressAttributeCommand = exports.deserializeAws_ec2RequestSpotInstancesCommand = exports.deserializeAws_ec2RequestSpotFleetCommand = exports.deserializeAws_ec2ReportInstanceStatusCommand = exports.deserializeAws_ec2ReplaceTransitGatewayRouteCommand = exports.deserializeAws_ec2ReplaceRouteTableAssociationCommand = exports.deserializeAws_ec2ReplaceRouteCommand = exports.deserializeAws_ec2ReplaceNetworkAclEntryCommand = exports.deserializeAws_ec2ReplaceNetworkAclAssociationCommand = exports.deserializeAws_ec2ReplaceIamInstanceProfileAssociationCommand = exports.deserializeAws_ec2ReleaseHostsCommand = exports.deserializeAws_ec2ReleaseAddressCommand = exports.deserializeAws_ec2RejectVpcPeeringConnectionCommand = exports.deserializeAws_ec2RejectVpcEndpointConnectionsCommand = exports.deserializeAws_ec2RejectTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2RejectTransitGatewayPeeringAttachmentCommand = exports.deserializeAws_ec2RejectTransitGatewayMulticastDomainAssociationsCommand = void 0;
|
|
10
|
+
exports.serializeAws_ec2ModifyTrafficMirrorFilterRuleCommand = exports.serializeAws_ec2ModifyTrafficMirrorFilterNetworkServicesCommand = exports.serializeAws_ec2ModifySubnetAttributeCommand = exports.serializeAws_ec2ModifySpotFleetRequestCommand = exports.serializeAws_ec2ModifySnapshotAttributeCommand = exports.serializeAws_ec2ModifySecurityGroupRulesCommand = exports.serializeAws_ec2ModifyReservedInstancesCommand = exports.serializeAws_ec2ModifyPrivateDnsNameOptionsCommand = exports.serializeAws_ec2ModifyNetworkInterfaceAttributeCommand = exports.serializeAws_ec2ModifyManagedPrefixListCommand = exports.serializeAws_ec2ModifyLaunchTemplateCommand = exports.serializeAws_ec2ModifyInstancePlacementCommand = exports.serializeAws_ec2ModifyInstanceMetadataOptionsCommand = exports.serializeAws_ec2ModifyInstanceEventWindowCommand = exports.serializeAws_ec2ModifyInstanceEventStartTimeCommand = exports.serializeAws_ec2ModifyInstanceCreditSpecificationCommand = exports.serializeAws_ec2ModifyInstanceCapacityReservationAttributesCommand = exports.serializeAws_ec2ModifyInstanceAttributeCommand = exports.serializeAws_ec2ModifyImageAttributeCommand = exports.serializeAws_ec2ModifyIdFormatCommand = exports.serializeAws_ec2ModifyIdentityIdFormatCommand = exports.serializeAws_ec2ModifyHostsCommand = exports.serializeAws_ec2ModifyFpgaImageAttributeCommand = exports.serializeAws_ec2ModifyFleetCommand = exports.serializeAws_ec2ModifyEbsDefaultKmsKeyIdCommand = exports.serializeAws_ec2ModifyDefaultCreditSpecificationCommand = exports.serializeAws_ec2ModifyClientVpnEndpointCommand = exports.serializeAws_ec2ModifyCapacityReservationFleetCommand = exports.serializeAws_ec2ModifyCapacityReservationCommand = exports.serializeAws_ec2ModifyAvailabilityZoneGroupCommand = exports.serializeAws_ec2ModifyAddressAttributeCommand = exports.serializeAws_ec2ImportVolumeCommand = exports.serializeAws_ec2ImportSnapshotCommand = exports.serializeAws_ec2ImportKeyPairCommand = exports.serializeAws_ec2ImportInstanceCommand = exports.serializeAws_ec2ImportImageCommand = exports.serializeAws_ec2ImportClientVpnClientCertificateRevocationListCommand = exports.serializeAws_ec2GetVpnConnectionDeviceTypesCommand = exports.serializeAws_ec2GetVpnConnectionDeviceSampleConfigurationCommand = exports.serializeAws_ec2GetTransitGatewayRouteTablePropagationsCommand = exports.serializeAws_ec2GetTransitGatewayRouteTableAssociationsCommand = exports.serializeAws_ec2GetTransitGatewayPrefixListReferencesCommand = exports.serializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommand = exports.serializeAws_ec2GetTransitGatewayAttachmentPropagationsCommand = exports.serializeAws_ec2GetSubnetCidrReservationsCommand = exports.serializeAws_ec2GetSpotPlacementScoresCommand = exports.serializeAws_ec2GetSerialConsoleAccessStatusCommand = exports.serializeAws_ec2GetReservedInstancesExchangeQuoteCommand = exports.serializeAws_ec2GetPasswordDataCommand = exports.serializeAws_ec2GetManagedPrefixListEntriesCommand = void 0;
|
|
11
|
+
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_ec2ReleaseHostsCommand = exports.serializeAws_ec2ReleaseAddressCommand = exports.serializeAws_ec2RejectVpcPeeringConnectionCommand = exports.serializeAws_ec2RejectVpcEndpointConnectionsCommand = exports.serializeAws_ec2RejectTransitGatewayVpcAttachmentCommand = exports.serializeAws_ec2RejectTransitGatewayPeeringAttachmentCommand = exports.serializeAws_ec2RejectTransitGatewayMulticastDomainAssociationsCommand = exports.serializeAws_ec2RegisterTransitGatewayMulticastGroupSourcesCommand = exports.serializeAws_ec2RegisterTransitGatewayMulticastGroupMembersCommand = exports.serializeAws_ec2RegisterInstanceEventNotificationAttributesCommand = exports.serializeAws_ec2RegisterImageCommand = exports.serializeAws_ec2RebootInstancesCommand = exports.serializeAws_ec2PurchaseScheduledInstancesCommand = exports.serializeAws_ec2PurchaseReservedInstancesOfferingCommand = exports.serializeAws_ec2PurchaseHostReservationCommand = exports.serializeAws_ec2ProvisionByoipCidrCommand = 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_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 = void 0;
|
|
12
|
+
exports.deserializeAws_ec2AttachInternetGatewayCommand = exports.deserializeAws_ec2AttachClassicLinkVpcCommand = exports.deserializeAws_ec2AssociateVpcCidrBlockCommand = exports.deserializeAws_ec2AssociateTrunkInterfaceCommand = exports.deserializeAws_ec2AssociateTransitGatewayRouteTableCommand = exports.deserializeAws_ec2AssociateTransitGatewayMulticastDomainCommand = exports.deserializeAws_ec2AssociateSubnetCidrBlockCommand = exports.deserializeAws_ec2AssociateRouteTableCommand = exports.deserializeAws_ec2AssociateInstanceEventWindowCommand = exports.deserializeAws_ec2AssociateIamInstanceProfileCommand = exports.deserializeAws_ec2AssociateEnclaveCertificateIamRoleCommand = exports.deserializeAws_ec2AssociateDhcpOptionsCommand = exports.deserializeAws_ec2AssociateClientVpnTargetNetworkCommand = exports.deserializeAws_ec2AssociateAddressCommand = exports.deserializeAws_ec2AssignPrivateIpAddressesCommand = exports.deserializeAws_ec2AssignIpv6AddressesCommand = exports.deserializeAws_ec2ApplySecurityGroupsToClientVpnTargetNetworkCommand = exports.deserializeAws_ec2AllocateHostsCommand = exports.deserializeAws_ec2AllocateAddressCommand = exports.deserializeAws_ec2AdvertiseByoipCidrCommand = exports.deserializeAws_ec2AcceptVpcPeeringConnectionCommand = exports.deserializeAws_ec2AcceptVpcEndpointConnectionsCommand = exports.deserializeAws_ec2AcceptTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2AcceptTransitGatewayPeeringAttachmentCommand = exports.deserializeAws_ec2AcceptTransitGatewayMulticastDomainAssociationsCommand = exports.deserializeAws_ec2AcceptReservedInstancesExchangeQuoteCommand = exports.serializeAws_ec2WithdrawByoipCidrCommand = exports.serializeAws_ec2UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.serializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.serializeAws_ec2UnmonitorInstancesCommand = exports.serializeAws_ec2UnassignPrivateIpAddressesCommand = exports.serializeAws_ec2UnassignIpv6AddressesCommand = exports.serializeAws_ec2TerminateInstancesCommand = exports.serializeAws_ec2TerminateClientVpnConnectionsCommand = exports.serializeAws_ec2StopInstancesCommand = exports.serializeAws_ec2StartVpcEndpointServicePrivateDnsVerificationCommand = exports.serializeAws_ec2StartNetworkInsightsAnalysisCommand = exports.serializeAws_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_ec2RestoreManagedPrefixListVersionCommand = exports.serializeAws_ec2RestoreAddressToClassicCommand = exports.serializeAws_ec2ResetSnapshotAttributeCommand = void 0;
|
|
13
|
+
exports.deserializeAws_ec2CreatePlacementGroupCommand = exports.deserializeAws_ec2CreateNetworkInterfacePermissionCommand = exports.deserializeAws_ec2CreateNetworkInterfaceCommand = exports.deserializeAws_ec2CreateNetworkInsightsPathCommand = exports.deserializeAws_ec2CreateNetworkAclEntryCommand = exports.deserializeAws_ec2CreateNetworkAclCommand = exports.deserializeAws_ec2CreateNatGatewayCommand = exports.deserializeAws_ec2CreateManagedPrefixListCommand = exports.deserializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationCommand = exports.deserializeAws_ec2CreateLocalGatewayRouteCommand = exports.deserializeAws_ec2CreateLaunchTemplateVersionCommand = exports.deserializeAws_ec2CreateLaunchTemplateCommand = exports.deserializeAws_ec2CreateKeyPairCommand = exports.deserializeAws_ec2CreateInternetGatewayCommand = exports.deserializeAws_ec2CreateInstanceExportTaskCommand = exports.deserializeAws_ec2CreateInstanceEventWindowCommand = exports.deserializeAws_ec2CreateImageCommand = exports.deserializeAws_ec2CreateFpgaImageCommand = exports.deserializeAws_ec2CreateFlowLogsCommand = exports.deserializeAws_ec2CreateFleetCommand = exports.deserializeAws_ec2CreateEgressOnlyInternetGatewayCommand = exports.deserializeAws_ec2CreateDhcpOptionsCommand = exports.deserializeAws_ec2CreateDefaultVpcCommand = exports.deserializeAws_ec2CreateDefaultSubnetCommand = exports.deserializeAws_ec2CreateCustomerGatewayCommand = exports.deserializeAws_ec2CreateClientVpnRouteCommand = exports.deserializeAws_ec2CreateClientVpnEndpointCommand = exports.deserializeAws_ec2CreateCarrierGatewayCommand = exports.deserializeAws_ec2CreateCapacityReservationFleetCommand = exports.deserializeAws_ec2CreateCapacityReservationCommand = exports.deserializeAws_ec2CopySnapshotCommand = exports.deserializeAws_ec2CopyImageCommand = exports.deserializeAws_ec2CopyFpgaImageCommand = exports.deserializeAws_ec2ConfirmProductInstanceCommand = exports.deserializeAws_ec2CancelSpotInstanceRequestsCommand = exports.deserializeAws_ec2CancelSpotFleetRequestsCommand = exports.deserializeAws_ec2CancelReservedInstancesListingCommand = exports.deserializeAws_ec2CancelImportTaskCommand = exports.deserializeAws_ec2CancelExportTaskCommand = exports.deserializeAws_ec2CancelConversionTaskCommand = exports.deserializeAws_ec2CancelCapacityReservationFleetsCommand = exports.deserializeAws_ec2CancelCapacityReservationCommand = exports.deserializeAws_ec2CancelBundleTaskCommand = exports.deserializeAws_ec2BundleInstanceCommand = exports.deserializeAws_ec2AuthorizeSecurityGroupIngressCommand = exports.deserializeAws_ec2AuthorizeSecurityGroupEgressCommand = exports.deserializeAws_ec2AuthorizeClientVpnIngressCommand = exports.deserializeAws_ec2AttachVpnGatewayCommand = exports.deserializeAws_ec2AttachVolumeCommand = exports.deserializeAws_ec2AttachNetworkInterfaceCommand = void 0;
|
|
14
|
+
exports.deserializeAws_ec2DeleteLocalGatewayRouteCommand = exports.deserializeAws_ec2DeleteLaunchTemplateVersionsCommand = exports.deserializeAws_ec2DeleteLaunchTemplateCommand = exports.deserializeAws_ec2DeleteKeyPairCommand = exports.deserializeAws_ec2DeleteInternetGatewayCommand = exports.deserializeAws_ec2DeleteInstanceEventWindowCommand = exports.deserializeAws_ec2DeleteFpgaImageCommand = exports.deserializeAws_ec2DeleteFlowLogsCommand = exports.deserializeAws_ec2DeleteFleetsCommand = exports.deserializeAws_ec2DeleteEgressOnlyInternetGatewayCommand = exports.deserializeAws_ec2DeleteDhcpOptionsCommand = exports.deserializeAws_ec2DeleteCustomerGatewayCommand = exports.deserializeAws_ec2DeleteClientVpnRouteCommand = exports.deserializeAws_ec2DeleteClientVpnEndpointCommand = exports.deserializeAws_ec2DeleteCarrierGatewayCommand = exports.deserializeAws_ec2CreateVpnGatewayCommand = exports.deserializeAws_ec2CreateVpnConnectionRouteCommand = exports.deserializeAws_ec2CreateVpnConnectionCommand = exports.deserializeAws_ec2CreateVpcPeeringConnectionCommand = exports.deserializeAws_ec2CreateVpcEndpointServiceConfigurationCommand = exports.deserializeAws_ec2CreateVpcEndpointConnectionNotificationCommand = exports.deserializeAws_ec2CreateVpcEndpointCommand = exports.deserializeAws_ec2CreateVpcCommand = exports.deserializeAws_ec2CreateVolumeCommand = exports.deserializeAws_ec2CreateTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2CreateTransitGatewayRouteTableCommand = exports.deserializeAws_ec2CreateTransitGatewayRouteCommand = exports.deserializeAws_ec2CreateTransitGatewayPrefixListReferenceCommand = exports.deserializeAws_ec2CreateTransitGatewayPeeringAttachmentCommand = exports.deserializeAws_ec2CreateTransitGatewayMulticastDomainCommand = exports.deserializeAws_ec2CreateTransitGatewayConnectPeerCommand = exports.deserializeAws_ec2CreateTransitGatewayConnectCommand = exports.deserializeAws_ec2CreateTransitGatewayCommand = exports.deserializeAws_ec2CreateTrafficMirrorTargetCommand = exports.deserializeAws_ec2CreateTrafficMirrorSessionCommand = exports.deserializeAws_ec2CreateTrafficMirrorFilterRuleCommand = exports.deserializeAws_ec2CreateTrafficMirrorFilterCommand = exports.deserializeAws_ec2CreateTagsCommand = exports.deserializeAws_ec2CreateSubnetCidrReservationCommand = exports.deserializeAws_ec2CreateSubnetCommand = exports.deserializeAws_ec2CreateStoreImageTaskCommand = exports.deserializeAws_ec2CreateSpotDatafeedSubscriptionCommand = exports.deserializeAws_ec2CreateSnapshotsCommand = exports.deserializeAws_ec2CreateSnapshotCommand = exports.deserializeAws_ec2CreateSecurityGroupCommand = exports.deserializeAws_ec2CreateRouteTableCommand = exports.deserializeAws_ec2CreateRouteCommand = exports.deserializeAws_ec2CreateRestoreImageTaskCommand = exports.deserializeAws_ec2CreateReservedInstancesListingCommand = exports.deserializeAws_ec2CreateReplaceRootVolumeTaskCommand = void 0;
|
|
15
|
+
exports.deserializeAws_ec2DescribeAggregateIdFormatCommand = exports.deserializeAws_ec2DescribeAddressesAttributeCommand = exports.deserializeAws_ec2DescribeAddressesCommand = exports.deserializeAws_ec2DescribeAccountAttributesCommand = exports.deserializeAws_ec2DeregisterTransitGatewayMulticastGroupSourcesCommand = exports.deserializeAws_ec2DeregisterTransitGatewayMulticastGroupMembersCommand = exports.deserializeAws_ec2DeregisterInstanceEventNotificationAttributesCommand = exports.deserializeAws_ec2DeregisterImageCommand = exports.deserializeAws_ec2DeprovisionByoipCidrCommand = exports.deserializeAws_ec2DeleteVpnGatewayCommand = exports.deserializeAws_ec2DeleteVpnConnectionRouteCommand = exports.deserializeAws_ec2DeleteVpnConnectionCommand = exports.deserializeAws_ec2DeleteVpcPeeringConnectionCommand = exports.deserializeAws_ec2DeleteVpcEndpointServiceConfigurationsCommand = exports.deserializeAws_ec2DeleteVpcEndpointsCommand = exports.deserializeAws_ec2DeleteVpcEndpointConnectionNotificationsCommand = exports.deserializeAws_ec2DeleteVpcCommand = exports.deserializeAws_ec2DeleteVolumeCommand = exports.deserializeAws_ec2DeleteTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2DeleteTransitGatewayRouteTableCommand = exports.deserializeAws_ec2DeleteTransitGatewayRouteCommand = exports.deserializeAws_ec2DeleteTransitGatewayPrefixListReferenceCommand = exports.deserializeAws_ec2DeleteTransitGatewayPeeringAttachmentCommand = exports.deserializeAws_ec2DeleteTransitGatewayMulticastDomainCommand = exports.deserializeAws_ec2DeleteTransitGatewayConnectPeerCommand = exports.deserializeAws_ec2DeleteTransitGatewayConnectCommand = exports.deserializeAws_ec2DeleteTransitGatewayCommand = exports.deserializeAws_ec2DeleteTrafficMirrorTargetCommand = exports.deserializeAws_ec2DeleteTrafficMirrorSessionCommand = exports.deserializeAws_ec2DeleteTrafficMirrorFilterRuleCommand = exports.deserializeAws_ec2DeleteTrafficMirrorFilterCommand = exports.deserializeAws_ec2DeleteTagsCommand = exports.deserializeAws_ec2DeleteSubnetCidrReservationCommand = exports.deserializeAws_ec2DeleteSubnetCommand = exports.deserializeAws_ec2DeleteSpotDatafeedSubscriptionCommand = exports.deserializeAws_ec2DeleteSnapshotCommand = exports.deserializeAws_ec2DeleteSecurityGroupCommand = exports.deserializeAws_ec2DeleteRouteTableCommand = exports.deserializeAws_ec2DeleteRouteCommand = exports.deserializeAws_ec2DeleteQueuedReservedInstancesCommand = exports.deserializeAws_ec2DeletePlacementGroupCommand = exports.deserializeAws_ec2DeleteNetworkInterfacePermissionCommand = exports.deserializeAws_ec2DeleteNetworkInterfaceCommand = exports.deserializeAws_ec2DeleteNetworkInsightsPathCommand = exports.deserializeAws_ec2DeleteNetworkInsightsAnalysisCommand = exports.deserializeAws_ec2DeleteNetworkAclEntryCommand = exports.deserializeAws_ec2DeleteNetworkAclCommand = exports.deserializeAws_ec2DeleteNatGatewayCommand = exports.deserializeAws_ec2DeleteManagedPrefixListCommand = exports.deserializeAws_ec2DeleteLocalGatewayRouteTableVpcAssociationCommand = void 0;
|
|
16
|
+
exports.deserializeAws_ec2DescribeLaunchTemplateVersionsCommand = exports.deserializeAws_ec2DescribeLaunchTemplatesCommand = exports.deserializeAws_ec2DescribeKeyPairsCommand = exports.deserializeAws_ec2DescribeIpv6PoolsCommand = exports.deserializeAws_ec2DescribeInternetGatewaysCommand = exports.deserializeAws_ec2DescribeInstanceTypesCommand = exports.deserializeAws_ec2DescribeInstanceTypeOfferingsCommand = exports.deserializeAws_ec2DescribeInstanceStatusCommand = exports.deserializeAws_ec2DescribeInstancesCommand = exports.deserializeAws_ec2DescribeInstanceEventWindowsCommand = 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_ec2DescribeExportTasksCommand = exports.deserializeAws_ec2DescribeExportImageTasksCommand = exports.deserializeAws_ec2DescribeElasticGpusCommand = exports.deserializeAws_ec2DescribeEgressOnlyInternetGatewaysCommand = exports.deserializeAws_ec2DescribeDhcpOptionsCommand = exports.deserializeAws_ec2DescribeCustomerGatewaysCommand = exports.deserializeAws_ec2DescribeConversionTasksCommand = exports.deserializeAws_ec2DescribeCoipPoolsCommand = exports.deserializeAws_ec2DescribeClientVpnTargetNetworksCommand = exports.deserializeAws_ec2DescribeClientVpnRoutesCommand = exports.deserializeAws_ec2DescribeClientVpnEndpointsCommand = exports.deserializeAws_ec2DescribeClientVpnConnectionsCommand = exports.deserializeAws_ec2DescribeClientVpnAuthorizationRulesCommand = exports.deserializeAws_ec2DescribeClassicLinkInstancesCommand = exports.deserializeAws_ec2DescribeCarrierGatewaysCommand = exports.deserializeAws_ec2DescribeCapacityReservationsCommand = exports.deserializeAws_ec2DescribeCapacityReservationFleetsCommand = exports.deserializeAws_ec2DescribeByoipCidrsCommand = exports.deserializeAws_ec2DescribeBundleTasksCommand = exports.deserializeAws_ec2DescribeAvailabilityZonesCommand = void 0;
|
|
17
|
+
exports.deserializeAws_ec2DescribeTransitGatewayMulticastDomainsCommand = exports.deserializeAws_ec2DescribeTransitGatewayConnectsCommand = exports.deserializeAws_ec2DescribeTransitGatewayConnectPeersCommand = exports.deserializeAws_ec2DescribeTransitGatewayAttachmentsCommand = exports.deserializeAws_ec2DescribeTrafficMirrorTargetsCommand = exports.deserializeAws_ec2DescribeTrafficMirrorSessionsCommand = exports.deserializeAws_ec2DescribeTrafficMirrorFiltersCommand = exports.deserializeAws_ec2DescribeTagsCommand = exports.deserializeAws_ec2DescribeSubnetsCommand = exports.deserializeAws_ec2DescribeStoreImageTasksCommand = exports.deserializeAws_ec2DescribeStaleSecurityGroupsCommand = exports.deserializeAws_ec2DescribeSpotPriceHistoryCommand = exports.deserializeAws_ec2DescribeSpotInstanceRequestsCommand = exports.deserializeAws_ec2DescribeSpotFleetRequestsCommand = exports.deserializeAws_ec2DescribeSpotFleetRequestHistoryCommand = exports.deserializeAws_ec2DescribeSpotFleetInstancesCommand = exports.deserializeAws_ec2DescribeSpotDatafeedSubscriptionCommand = exports.deserializeAws_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_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 = void 0;
|
|
18
|
+
exports.deserializeAws_ec2EnableSerialConsoleAccessCommand = exports.deserializeAws_ec2EnableImageDeprecationCommand = exports.deserializeAws_ec2EnableFastSnapshotRestoresCommand = exports.deserializeAws_ec2EnableEbsEncryptionByDefaultCommand = exports.deserializeAws_ec2DisassociateVpcCidrBlockCommand = exports.deserializeAws_ec2DisassociateTrunkInterfaceCommand = exports.deserializeAws_ec2DisassociateTransitGatewayRouteTableCommand = exports.deserializeAws_ec2DisassociateTransitGatewayMulticastDomainCommand = exports.deserializeAws_ec2DisassociateSubnetCidrBlockCommand = exports.deserializeAws_ec2DisassociateRouteTableCommand = exports.deserializeAws_ec2DisassociateInstanceEventWindowCommand = exports.deserializeAws_ec2DisassociateIamInstanceProfileCommand = exports.deserializeAws_ec2DisassociateEnclaveCertificateIamRoleCommand = exports.deserializeAws_ec2DisassociateClientVpnTargetNetworkCommand = exports.deserializeAws_ec2DisassociateAddressCommand = exports.deserializeAws_ec2DisableVpcClassicLinkDnsSupportCommand = exports.deserializeAws_ec2DisableVpcClassicLinkCommand = exports.deserializeAws_ec2DisableVgwRoutePropagationCommand = exports.deserializeAws_ec2DisableTransitGatewayRouteTablePropagationCommand = exports.deserializeAws_ec2DisableSerialConsoleAccessCommand = exports.deserializeAws_ec2DisableImageDeprecationCommand = exports.deserializeAws_ec2DisableFastSnapshotRestoresCommand = exports.deserializeAws_ec2DisableEbsEncryptionByDefaultCommand = exports.deserializeAws_ec2DetachVpnGatewayCommand = exports.deserializeAws_ec2DetachVolumeCommand = exports.deserializeAws_ec2DetachNetworkInterfaceCommand = exports.deserializeAws_ec2DetachInternetGatewayCommand = exports.deserializeAws_ec2DetachClassicLinkVpcCommand = exports.deserializeAws_ec2DescribeVpnGatewaysCommand = exports.deserializeAws_ec2DescribeVpnConnectionsCommand = exports.deserializeAws_ec2DescribeVpcsCommand = exports.deserializeAws_ec2DescribeVpcPeeringConnectionsCommand = exports.deserializeAws_ec2DescribeVpcEndpointServicesCommand = exports.deserializeAws_ec2DescribeVpcEndpointServicePermissionsCommand = exports.deserializeAws_ec2DescribeVpcEndpointServiceConfigurationsCommand = exports.deserializeAws_ec2DescribeVpcEndpointsCommand = exports.deserializeAws_ec2DescribeVpcEndpointConnectionsCommand = exports.deserializeAws_ec2DescribeVpcEndpointConnectionNotificationsCommand = exports.deserializeAws_ec2DescribeVpcClassicLinkDnsSupportCommand = exports.deserializeAws_ec2DescribeVpcClassicLinkCommand = exports.deserializeAws_ec2DescribeVpcAttributeCommand = exports.deserializeAws_ec2DescribeVolumeStatusCommand = exports.deserializeAws_ec2DescribeVolumesModificationsCommand = exports.deserializeAws_ec2DescribeVolumesCommand = exports.deserializeAws_ec2DescribeVolumeAttributeCommand = exports.deserializeAws_ec2DescribeTrunkInterfaceAssociationsCommand = exports.deserializeAws_ec2DescribeTransitGatewayVpcAttachmentsCommand = exports.deserializeAws_ec2DescribeTransitGatewaysCommand = exports.deserializeAws_ec2DescribeTransitGatewayRouteTablesCommand = exports.deserializeAws_ec2DescribeTransitGatewayPeeringAttachmentsCommand = void 0;
|
|
19
|
+
exports.deserializeAws_ec2ModifyEbsDefaultKmsKeyIdCommand = exports.deserializeAws_ec2ModifyDefaultCreditSpecificationCommand = exports.deserializeAws_ec2ModifyClientVpnEndpointCommand = exports.deserializeAws_ec2ModifyCapacityReservationFleetCommand = exports.deserializeAws_ec2ModifyCapacityReservationCommand = exports.deserializeAws_ec2ModifyAvailabilityZoneGroupCommand = exports.deserializeAws_ec2ModifyAddressAttributeCommand = exports.deserializeAws_ec2ImportVolumeCommand = exports.deserializeAws_ec2ImportSnapshotCommand = exports.deserializeAws_ec2ImportKeyPairCommand = exports.deserializeAws_ec2ImportInstanceCommand = exports.deserializeAws_ec2ImportImageCommand = exports.deserializeAws_ec2ImportClientVpnClientCertificateRevocationListCommand = exports.deserializeAws_ec2GetVpnConnectionDeviceTypesCommand = exports.deserializeAws_ec2GetVpnConnectionDeviceSampleConfigurationCommand = exports.deserializeAws_ec2GetTransitGatewayRouteTablePropagationsCommand = exports.deserializeAws_ec2GetTransitGatewayRouteTableAssociationsCommand = exports.deserializeAws_ec2GetTransitGatewayPrefixListReferencesCommand = exports.deserializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommand = exports.deserializeAws_ec2GetTransitGatewayAttachmentPropagationsCommand = exports.deserializeAws_ec2GetSubnetCidrReservationsCommand = exports.deserializeAws_ec2GetSpotPlacementScoresCommand = exports.deserializeAws_ec2GetSerialConsoleAccessStatusCommand = exports.deserializeAws_ec2GetReservedInstancesExchangeQuoteCommand = exports.deserializeAws_ec2GetPasswordDataCommand = exports.deserializeAws_ec2GetManagedPrefixListEntriesCommand = exports.deserializeAws_ec2GetManagedPrefixListAssociationsCommand = exports.deserializeAws_ec2GetLaunchTemplateDataCommand = exports.deserializeAws_ec2GetInstanceTypesFromInstanceRequirementsCommand = exports.deserializeAws_ec2GetHostReservationPurchasePreviewCommand = exports.deserializeAws_ec2GetGroupsForCapacityReservationCommand = exports.deserializeAws_ec2GetFlowLogsIntegrationTemplateCommand = exports.deserializeAws_ec2GetEbsEncryptionByDefaultCommand = exports.deserializeAws_ec2GetEbsDefaultKmsKeyIdCommand = exports.deserializeAws_ec2GetDefaultCreditSpecificationCommand = exports.deserializeAws_ec2GetConsoleScreenshotCommand = exports.deserializeAws_ec2GetConsoleOutputCommand = exports.deserializeAws_ec2GetCoipPoolUsageCommand = exports.deserializeAws_ec2GetCapacityReservationUsageCommand = exports.deserializeAws_ec2GetAssociatedIpv6PoolCidrsCommand = exports.deserializeAws_ec2GetAssociatedEnclaveCertificateIamRolesCommand = exports.deserializeAws_ec2ExportTransitGatewayRoutesCommand = exports.deserializeAws_ec2ExportImageCommand = exports.deserializeAws_ec2ExportClientVpnClientConfigurationCommand = exports.deserializeAws_ec2ExportClientVpnClientCertificateRevocationListCommand = exports.deserializeAws_ec2EnableVpcClassicLinkDnsSupportCommand = exports.deserializeAws_ec2EnableVpcClassicLinkCommand = exports.deserializeAws_ec2EnableVolumeIOCommand = exports.deserializeAws_ec2EnableVgwRoutePropagationCommand = exports.deserializeAws_ec2EnableTransitGatewayRouteTablePropagationCommand = void 0;
|
|
20
|
+
exports.deserializeAws_ec2RegisterInstanceEventNotificationAttributesCommand = exports.deserializeAws_ec2RegisterImageCommand = exports.deserializeAws_ec2RebootInstancesCommand = exports.deserializeAws_ec2PurchaseScheduledInstancesCommand = exports.deserializeAws_ec2PurchaseReservedInstancesOfferingCommand = exports.deserializeAws_ec2PurchaseHostReservationCommand = exports.deserializeAws_ec2ProvisionByoipCidrCommand = 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_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_ec2ModifySnapshotAttributeCommand = exports.deserializeAws_ec2ModifySecurityGroupRulesCommand = exports.deserializeAws_ec2ModifyReservedInstancesCommand = exports.deserializeAws_ec2ModifyPrivateDnsNameOptionsCommand = exports.deserializeAws_ec2ModifyNetworkInterfaceAttributeCommand = exports.deserializeAws_ec2ModifyManagedPrefixListCommand = exports.deserializeAws_ec2ModifyLaunchTemplateCommand = exports.deserializeAws_ec2ModifyInstancePlacementCommand = exports.deserializeAws_ec2ModifyInstanceMetadataOptionsCommand = exports.deserializeAws_ec2ModifyInstanceEventWindowCommand = exports.deserializeAws_ec2ModifyInstanceEventStartTimeCommand = exports.deserializeAws_ec2ModifyInstanceCreditSpecificationCommand = exports.deserializeAws_ec2ModifyInstanceCapacityReservationAttributesCommand = exports.deserializeAws_ec2ModifyInstanceAttributeCommand = exports.deserializeAws_ec2ModifyImageAttributeCommand = exports.deserializeAws_ec2ModifyIdFormatCommand = exports.deserializeAws_ec2ModifyIdentityIdFormatCommand = exports.deserializeAws_ec2ModifyHostsCommand = exports.deserializeAws_ec2ModifyFpgaImageAttributeCommand = exports.deserializeAws_ec2ModifyFleetCommand = void 0;
|
|
21
|
+
exports.deserializeAws_ec2WithdrawByoipCidrCommand = exports.deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.deserializeAws_ec2UnmonitorInstancesCommand = exports.deserializeAws_ec2UnassignPrivateIpAddressesCommand = exports.deserializeAws_ec2UnassignIpv6AddressesCommand = exports.deserializeAws_ec2TerminateInstancesCommand = exports.deserializeAws_ec2TerminateClientVpnConnectionsCommand = exports.deserializeAws_ec2StopInstancesCommand = exports.deserializeAws_ec2StartVpcEndpointServicePrivateDnsVerificationCommand = exports.deserializeAws_ec2StartNetworkInsightsAnalysisCommand = exports.deserializeAws_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_ec2RestoreManagedPrefixListVersionCommand = exports.deserializeAws_ec2RestoreAddressToClassicCommand = exports.deserializeAws_ec2ResetSnapshotAttributeCommand = exports.deserializeAws_ec2ResetNetworkInterfaceAttributeCommand = exports.deserializeAws_ec2ResetInstanceAttributeCommand = exports.deserializeAws_ec2ResetImageAttributeCommand = exports.deserializeAws_ec2ResetFpgaImageAttributeCommand = exports.deserializeAws_ec2ResetEbsDefaultKmsKeyIdCommand = exports.deserializeAws_ec2ResetAddressAttributeCommand = exports.deserializeAws_ec2RequestSpotInstancesCommand = exports.deserializeAws_ec2RequestSpotFleetCommand = exports.deserializeAws_ec2ReportInstanceStatusCommand = exports.deserializeAws_ec2ReplaceTransitGatewayRouteCommand = exports.deserializeAws_ec2ReplaceRouteTableAssociationCommand = exports.deserializeAws_ec2ReplaceRouteCommand = exports.deserializeAws_ec2ReplaceNetworkAclEntryCommand = exports.deserializeAws_ec2ReplaceNetworkAclAssociationCommand = exports.deserializeAws_ec2ReplaceIamInstanceProfileAssociationCommand = 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 = void 0;
|
|
22
22
|
const protocol_http_1 = require("@aws-sdk/protocol-http");
|
|
23
23
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
24
24
|
const entities_1 = require("entities");
|
|
@@ -5120,6 +5120,19 @@ const serializeAws_ec2ModifyNetworkInterfaceAttributeCommand = async (input, con
|
|
|
5120
5120
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5121
5121
|
};
|
|
5122
5122
|
exports.serializeAws_ec2ModifyNetworkInterfaceAttributeCommand = serializeAws_ec2ModifyNetworkInterfaceAttributeCommand;
|
|
5123
|
+
const serializeAws_ec2ModifyPrivateDnsNameOptionsCommand = async (input, context) => {
|
|
5124
|
+
const headers = {
|
|
5125
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
5126
|
+
};
|
|
5127
|
+
let body;
|
|
5128
|
+
body = buildFormUrlencodedString({
|
|
5129
|
+
...serializeAws_ec2ModifyPrivateDnsNameOptionsRequest(input, context),
|
|
5130
|
+
Action: "ModifyPrivateDnsNameOptions",
|
|
5131
|
+
Version: "2016-11-15",
|
|
5132
|
+
});
|
|
5133
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5134
|
+
};
|
|
5135
|
+
exports.serializeAws_ec2ModifyPrivateDnsNameOptionsCommand = serializeAws_ec2ModifyPrivateDnsNameOptionsCommand;
|
|
5123
5136
|
const serializeAws_ec2ModifyReservedInstancesCommand = async (input, context) => {
|
|
5124
5137
|
const headers = {
|
|
5125
5138
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -21338,6 +21351,45 @@ const deserializeAws_ec2ModifyNetworkInterfaceAttributeCommandError = async (out
|
|
|
21338
21351
|
delete response.Message;
|
|
21339
21352
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
21340
21353
|
};
|
|
21354
|
+
const deserializeAws_ec2ModifyPrivateDnsNameOptionsCommand = async (output, context) => {
|
|
21355
|
+
if (output.statusCode >= 300) {
|
|
21356
|
+
return deserializeAws_ec2ModifyPrivateDnsNameOptionsCommandError(output, context);
|
|
21357
|
+
}
|
|
21358
|
+
const data = await parseBody(output.body, context);
|
|
21359
|
+
let contents = {};
|
|
21360
|
+
contents = deserializeAws_ec2ModifyPrivateDnsNameOptionsResult(data, context);
|
|
21361
|
+
const response = {
|
|
21362
|
+
$metadata: deserializeMetadata(output),
|
|
21363
|
+
...contents,
|
|
21364
|
+
};
|
|
21365
|
+
return Promise.resolve(response);
|
|
21366
|
+
};
|
|
21367
|
+
exports.deserializeAws_ec2ModifyPrivateDnsNameOptionsCommand = deserializeAws_ec2ModifyPrivateDnsNameOptionsCommand;
|
|
21368
|
+
const deserializeAws_ec2ModifyPrivateDnsNameOptionsCommandError = async (output, context) => {
|
|
21369
|
+
const parsedOutput = {
|
|
21370
|
+
...output,
|
|
21371
|
+
body: await parseBody(output.body, context),
|
|
21372
|
+
};
|
|
21373
|
+
let response;
|
|
21374
|
+
let errorCode = "UnknownError";
|
|
21375
|
+
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21376
|
+
switch (errorCode) {
|
|
21377
|
+
default:
|
|
21378
|
+
const parsedBody = parsedOutput.body;
|
|
21379
|
+
errorCode = parsedBody.Errors.Error.code || parsedBody.Errors.Error.Code || errorCode;
|
|
21380
|
+
response = {
|
|
21381
|
+
...parsedBody.Errors.Error,
|
|
21382
|
+
name: `${errorCode}`,
|
|
21383
|
+
message: parsedBody.Errors.Error.message || parsedBody.Errors.Error.Message || errorCode,
|
|
21384
|
+
$fault: "client",
|
|
21385
|
+
$metadata: deserializeMetadata(output),
|
|
21386
|
+
};
|
|
21387
|
+
}
|
|
21388
|
+
const message = response.message || response.Message || errorCode;
|
|
21389
|
+
response.message = message;
|
|
21390
|
+
delete response.Message;
|
|
21391
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
21392
|
+
};
|
|
21341
21393
|
const deserializeAws_ec2ModifyReservedInstancesCommand = async (output, context) => {
|
|
21342
21394
|
if (output.statusCode >= 300) {
|
|
21343
21395
|
return deserializeAws_ec2ModifyReservedInstancesCommandError(output, context);
|
|
@@ -26188,6 +26240,9 @@ const serializeAws_ec2CreateDefaultSubnetRequest = (input, context) => {
|
|
|
26188
26240
|
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
26189
26241
|
entries["DryRun"] = input.DryRun;
|
|
26190
26242
|
}
|
|
26243
|
+
if (input.Ipv6Native !== undefined && input.Ipv6Native !== null) {
|
|
26244
|
+
entries["Ipv6Native"] = input.Ipv6Native;
|
|
26245
|
+
}
|
|
26191
26246
|
return entries;
|
|
26192
26247
|
};
|
|
26193
26248
|
const serializeAws_ec2CreateDefaultVpcRequest = (input, context) => {
|
|
@@ -27011,6 +27066,9 @@ const serializeAws_ec2CreateRouteRequest = (input, context) => {
|
|
|
27011
27066
|
if (input.VpcPeeringConnectionId !== undefined && input.VpcPeeringConnectionId !== null) {
|
|
27012
27067
|
entries["VpcPeeringConnectionId"] = input.VpcPeeringConnectionId;
|
|
27013
27068
|
}
|
|
27069
|
+
if (input.CoreNetworkArn !== undefined && input.CoreNetworkArn !== null) {
|
|
27070
|
+
entries["CoreNetworkArn"] = input.CoreNetworkArn;
|
|
27071
|
+
}
|
|
27014
27072
|
return entries;
|
|
27015
27073
|
};
|
|
27016
27074
|
const serializeAws_ec2CreateRouteTableRequest = (input, context) => {
|
|
@@ -27195,6 +27253,9 @@ const serializeAws_ec2CreateSubnetRequest = (input, context) => {
|
|
|
27195
27253
|
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
27196
27254
|
entries["DryRun"] = input.DryRun;
|
|
27197
27255
|
}
|
|
27256
|
+
if (input.Ipv6Native !== undefined && input.Ipv6Native !== null) {
|
|
27257
|
+
entries["Ipv6Native"] = input.Ipv6Native;
|
|
27258
|
+
}
|
|
27198
27259
|
return entries;
|
|
27199
27260
|
};
|
|
27200
27261
|
const serializeAws_ec2CreateTagsRequest = (input, context) => {
|
|
@@ -32797,6 +32858,9 @@ const serializeAws_ec2FleetSpotCapacityRebalanceRequest = (input, context) => {
|
|
|
32797
32858
|
if (input.ReplacementStrategy !== undefined && input.ReplacementStrategy !== null) {
|
|
32798
32859
|
entries["ReplacementStrategy"] = input.ReplacementStrategy;
|
|
32799
32860
|
}
|
|
32861
|
+
if (input.TerminationDelay !== undefined && input.TerminationDelay !== null) {
|
|
32862
|
+
entries["TerminationDelay"] = input.TerminationDelay;
|
|
32863
|
+
}
|
|
32800
32864
|
return entries;
|
|
32801
32865
|
};
|
|
32802
32866
|
const serializeAws_ec2FleetSpotMaintenanceStrategiesRequest = (input, context) => {
|
|
@@ -34763,6 +34827,12 @@ const serializeAws_ec2LaunchPermission = (input, context) => {
|
|
|
34763
34827
|
if (input.UserId !== undefined && input.UserId !== null) {
|
|
34764
34828
|
entries["UserId"] = input.UserId;
|
|
34765
34829
|
}
|
|
34830
|
+
if (input.OrganizationArn !== undefined && input.OrganizationArn !== null) {
|
|
34831
|
+
entries["OrganizationArn"] = input.OrganizationArn;
|
|
34832
|
+
}
|
|
34833
|
+
if (input.OrganizationalUnitArn !== undefined && input.OrganizationalUnitArn !== null) {
|
|
34834
|
+
entries["OrganizationalUnitArn"] = input.OrganizationalUnitArn;
|
|
34835
|
+
}
|
|
34766
34836
|
return entries;
|
|
34767
34837
|
};
|
|
34768
34838
|
const serializeAws_ec2LaunchPermissionList = (input, context) => {
|
|
@@ -35226,6 +35296,19 @@ const serializeAws_ec2LaunchTemplatePlacementRequest = (input, context) => {
|
|
|
35226
35296
|
}
|
|
35227
35297
|
return entries;
|
|
35228
35298
|
};
|
|
35299
|
+
const serializeAws_ec2LaunchTemplatePrivateDnsNameOptionsRequest = (input, context) => {
|
|
35300
|
+
const entries = {};
|
|
35301
|
+
if (input.HostnameType !== undefined && input.HostnameType !== null) {
|
|
35302
|
+
entries["HostnameType"] = input.HostnameType;
|
|
35303
|
+
}
|
|
35304
|
+
if (input.EnableResourceNameDnsARecord !== undefined && input.EnableResourceNameDnsARecord !== null) {
|
|
35305
|
+
entries["EnableResourceNameDnsARecord"] = input.EnableResourceNameDnsARecord;
|
|
35306
|
+
}
|
|
35307
|
+
if (input.EnableResourceNameDnsAAAARecord !== undefined && input.EnableResourceNameDnsAAAARecord !== null) {
|
|
35308
|
+
entries["EnableResourceNameDnsAAAARecord"] = input.EnableResourceNameDnsAAAARecord;
|
|
35309
|
+
}
|
|
35310
|
+
return entries;
|
|
35311
|
+
};
|
|
35229
35312
|
const serializeAws_ec2LaunchTemplatesMonitoringRequest = (input, context) => {
|
|
35230
35313
|
const entries = {};
|
|
35231
35314
|
if (input.Enabled !== undefined && input.Enabled !== null) {
|
|
@@ -35828,6 +35911,20 @@ const serializeAws_ec2ModifyImageAttributeRequest = (input, context) => {
|
|
|
35828
35911
|
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
35829
35912
|
entries["DryRun"] = input.DryRun;
|
|
35830
35913
|
}
|
|
35914
|
+
if (input.OrganizationArns !== undefined && input.OrganizationArns !== null) {
|
|
35915
|
+
const memberEntries = serializeAws_ec2OrganizationArnStringList(input.OrganizationArns, context);
|
|
35916
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
35917
|
+
const loc = `OrganizationArn.${key.substring(key.indexOf(".") + 1)}`;
|
|
35918
|
+
entries[loc] = value;
|
|
35919
|
+
});
|
|
35920
|
+
}
|
|
35921
|
+
if (input.OrganizationalUnitArns !== undefined && input.OrganizationalUnitArns !== null) {
|
|
35922
|
+
const memberEntries = serializeAws_ec2OrganizationalUnitArnStringList(input.OrganizationalUnitArns, context);
|
|
35923
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
35924
|
+
const loc = `OrganizationalUnitArn.${key.substring(key.indexOf(".") + 1)}`;
|
|
35925
|
+
entries[loc] = value;
|
|
35926
|
+
});
|
|
35927
|
+
}
|
|
35831
35928
|
return entries;
|
|
35832
35929
|
};
|
|
35833
35930
|
const serializeAws_ec2ModifyInstanceAttributeRequest = (input, context) => {
|
|
@@ -36140,6 +36237,25 @@ const serializeAws_ec2ModifyNetworkInterfaceAttributeRequest = (input, context)
|
|
|
36140
36237
|
}
|
|
36141
36238
|
return entries;
|
|
36142
36239
|
};
|
|
36240
|
+
const serializeAws_ec2ModifyPrivateDnsNameOptionsRequest = (input, context) => {
|
|
36241
|
+
const entries = {};
|
|
36242
|
+
if (input.DryRun !== undefined && input.DryRun !== null) {
|
|
36243
|
+
entries["DryRun"] = input.DryRun;
|
|
36244
|
+
}
|
|
36245
|
+
if (input.InstanceId !== undefined && input.InstanceId !== null) {
|
|
36246
|
+
entries["InstanceId"] = input.InstanceId;
|
|
36247
|
+
}
|
|
36248
|
+
if (input.PrivateDnsHostnameType !== undefined && input.PrivateDnsHostnameType !== null) {
|
|
36249
|
+
entries["PrivateDnsHostnameType"] = input.PrivateDnsHostnameType;
|
|
36250
|
+
}
|
|
36251
|
+
if (input.EnableResourceNameDnsARecord !== undefined && input.EnableResourceNameDnsARecord !== null) {
|
|
36252
|
+
entries["EnableResourceNameDnsARecord"] = input.EnableResourceNameDnsARecord;
|
|
36253
|
+
}
|
|
36254
|
+
if (input.EnableResourceNameDnsAAAARecord !== undefined && input.EnableResourceNameDnsAAAARecord !== null) {
|
|
36255
|
+
entries["EnableResourceNameDnsAAAARecord"] = input.EnableResourceNameDnsAAAARecord;
|
|
36256
|
+
}
|
|
36257
|
+
return entries;
|
|
36258
|
+
};
|
|
36143
36259
|
const serializeAws_ec2ModifyReservedInstancesRequest = (input, context) => {
|
|
36144
36260
|
const entries = {};
|
|
36145
36261
|
if (input.ReservedInstancesIds !== undefined && input.ReservedInstancesIds !== null) {
|
|
@@ -36270,6 +36386,31 @@ const serializeAws_ec2ModifySubnetAttributeRequest = (input, context) => {
|
|
|
36270
36386
|
if (input.CustomerOwnedIpv4Pool !== undefined && input.CustomerOwnedIpv4Pool !== null) {
|
|
36271
36387
|
entries["CustomerOwnedIpv4Pool"] = input.CustomerOwnedIpv4Pool;
|
|
36272
36388
|
}
|
|
36389
|
+
if (input.EnableDns64 !== undefined && input.EnableDns64 !== null) {
|
|
36390
|
+
const memberEntries = serializeAws_ec2AttributeBooleanValue(input.EnableDns64, context);
|
|
36391
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
36392
|
+
const loc = `EnableDns64.${key}`;
|
|
36393
|
+
entries[loc] = value;
|
|
36394
|
+
});
|
|
36395
|
+
}
|
|
36396
|
+
if (input.PrivateDnsHostnameTypeOnLaunch !== undefined && input.PrivateDnsHostnameTypeOnLaunch !== null) {
|
|
36397
|
+
entries["PrivateDnsHostnameTypeOnLaunch"] = input.PrivateDnsHostnameTypeOnLaunch;
|
|
36398
|
+
}
|
|
36399
|
+
if (input.EnableResourceNameDnsARecordOnLaunch !== undefined && input.EnableResourceNameDnsARecordOnLaunch !== null) {
|
|
36400
|
+
const memberEntries = serializeAws_ec2AttributeBooleanValue(input.EnableResourceNameDnsARecordOnLaunch, context);
|
|
36401
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
36402
|
+
const loc = `EnableResourceNameDnsARecordOnLaunch.${key}`;
|
|
36403
|
+
entries[loc] = value;
|
|
36404
|
+
});
|
|
36405
|
+
}
|
|
36406
|
+
if (input.EnableResourceNameDnsAAAARecordOnLaunch !== undefined &&
|
|
36407
|
+
input.EnableResourceNameDnsAAAARecordOnLaunch !== null) {
|
|
36408
|
+
const memberEntries = serializeAws_ec2AttributeBooleanValue(input.EnableResourceNameDnsAAAARecordOnLaunch, context);
|
|
36409
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
36410
|
+
const loc = `EnableResourceNameDnsAAAARecordOnLaunch.${key}`;
|
|
36411
|
+
entries[loc] = value;
|
|
36412
|
+
});
|
|
36413
|
+
}
|
|
36273
36414
|
return entries;
|
|
36274
36415
|
};
|
|
36275
36416
|
const serializeAws_ec2ModifyTrafficMirrorFilterNetworkServicesRequest = (input, context) => {
|
|
@@ -37110,6 +37251,30 @@ const serializeAws_ec2OnDemandOptionsRequest = (input, context) => {
|
|
|
37110
37251
|
}
|
|
37111
37252
|
return entries;
|
|
37112
37253
|
};
|
|
37254
|
+
const serializeAws_ec2OrganizationalUnitArnStringList = (input, context) => {
|
|
37255
|
+
const entries = {};
|
|
37256
|
+
let counter = 1;
|
|
37257
|
+
for (const entry of input) {
|
|
37258
|
+
if (entry === null) {
|
|
37259
|
+
continue;
|
|
37260
|
+
}
|
|
37261
|
+
entries[`OrganizationalUnitArn.${counter}`] = entry;
|
|
37262
|
+
counter++;
|
|
37263
|
+
}
|
|
37264
|
+
return entries;
|
|
37265
|
+
};
|
|
37266
|
+
const serializeAws_ec2OrganizationArnStringList = (input, context) => {
|
|
37267
|
+
const entries = {};
|
|
37268
|
+
let counter = 1;
|
|
37269
|
+
for (const entry of input) {
|
|
37270
|
+
if (entry === null) {
|
|
37271
|
+
continue;
|
|
37272
|
+
}
|
|
37273
|
+
entries[`OrganizationArn.${counter}`] = entry;
|
|
37274
|
+
counter++;
|
|
37275
|
+
}
|
|
37276
|
+
return entries;
|
|
37277
|
+
};
|
|
37113
37278
|
const serializeAws_ec2OwnerStringList = (input, context) => {
|
|
37114
37279
|
const entries = {};
|
|
37115
37280
|
let counter = 1;
|
|
@@ -37396,6 +37561,19 @@ const serializeAws_ec2PriceScheduleSpecificationList = (input, context) => {
|
|
|
37396
37561
|
}
|
|
37397
37562
|
return entries;
|
|
37398
37563
|
};
|
|
37564
|
+
const serializeAws_ec2PrivateDnsNameOptionsRequest = (input, context) => {
|
|
37565
|
+
const entries = {};
|
|
37566
|
+
if (input.HostnameType !== undefined && input.HostnameType !== null) {
|
|
37567
|
+
entries["HostnameType"] = input.HostnameType;
|
|
37568
|
+
}
|
|
37569
|
+
if (input.EnableResourceNameDnsARecord !== undefined && input.EnableResourceNameDnsARecord !== null) {
|
|
37570
|
+
entries["EnableResourceNameDnsARecord"] = input.EnableResourceNameDnsARecord;
|
|
37571
|
+
}
|
|
37572
|
+
if (input.EnableResourceNameDnsAAAARecord !== undefined && input.EnableResourceNameDnsAAAARecord !== null) {
|
|
37573
|
+
entries["EnableResourceNameDnsAAAARecord"] = input.EnableResourceNameDnsAAAARecord;
|
|
37574
|
+
}
|
|
37575
|
+
return entries;
|
|
37576
|
+
};
|
|
37399
37577
|
const serializeAws_ec2PrivateIpAddressConfigSet = (input, context) => {
|
|
37400
37578
|
const entries = {};
|
|
37401
37579
|
let counter = 1;
|
|
@@ -38046,6 +38224,9 @@ const serializeAws_ec2ReplaceRouteRequest = (input, context) => {
|
|
|
38046
38224
|
if (input.VpcPeeringConnectionId !== undefined && input.VpcPeeringConnectionId !== null) {
|
|
38047
38225
|
entries["VpcPeeringConnectionId"] = input.VpcPeeringConnectionId;
|
|
38048
38226
|
}
|
|
38227
|
+
if (input.CoreNetworkArn !== undefined && input.CoreNetworkArn !== null) {
|
|
38228
|
+
entries["CoreNetworkArn"] = input.CoreNetworkArn;
|
|
38229
|
+
}
|
|
38049
38230
|
return entries;
|
|
38050
38231
|
};
|
|
38051
38232
|
const serializeAws_ec2ReplaceRouteTableAssociationRequest = (input, context) => {
|
|
@@ -38311,6 +38492,13 @@ const serializeAws_ec2RequestLaunchTemplateData = (input, context) => {
|
|
|
38311
38492
|
entries[loc] = value;
|
|
38312
38493
|
});
|
|
38313
38494
|
}
|
|
38495
|
+
if (input.PrivateDnsNameOptions !== undefined && input.PrivateDnsNameOptions !== null) {
|
|
38496
|
+
const memberEntries = serializeAws_ec2LaunchTemplatePrivateDnsNameOptionsRequest(input.PrivateDnsNameOptions, context);
|
|
38497
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
38498
|
+
const loc = `PrivateDnsNameOptions.${key}`;
|
|
38499
|
+
entries[loc] = value;
|
|
38500
|
+
});
|
|
38501
|
+
}
|
|
38314
38502
|
return entries;
|
|
38315
38503
|
};
|
|
38316
38504
|
const serializeAws_ec2RequestSpotFleetRequest = (input, context) => {
|
|
@@ -39082,6 +39270,13 @@ const serializeAws_ec2RunInstancesRequest = (input, context) => {
|
|
|
39082
39270
|
entries[loc] = value;
|
|
39083
39271
|
});
|
|
39084
39272
|
}
|
|
39273
|
+
if (input.PrivateDnsNameOptions !== undefined && input.PrivateDnsNameOptions !== null) {
|
|
39274
|
+
const memberEntries = serializeAws_ec2PrivateDnsNameOptionsRequest(input.PrivateDnsNameOptions, context);
|
|
39275
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
39276
|
+
const loc = `PrivateDnsNameOptions.${key}`;
|
|
39277
|
+
entries[loc] = value;
|
|
39278
|
+
});
|
|
39279
|
+
}
|
|
39085
39280
|
return entries;
|
|
39086
39281
|
};
|
|
39087
39282
|
const serializeAws_ec2RunScheduledInstancesRequest = (input, context) => {
|
|
@@ -39705,6 +39900,9 @@ const serializeAws_ec2SpotCapacityRebalance = (input, context) => {
|
|
|
39705
39900
|
if (input.ReplacementStrategy !== undefined && input.ReplacementStrategy !== null) {
|
|
39706
39901
|
entries["ReplacementStrategy"] = input.ReplacementStrategy;
|
|
39707
39902
|
}
|
|
39903
|
+
if (input.TerminationDelay !== undefined && input.TerminationDelay !== null) {
|
|
39904
|
+
entries["TerminationDelay"] = input.TerminationDelay;
|
|
39905
|
+
}
|
|
39708
39906
|
return entries;
|
|
39709
39907
|
};
|
|
39710
39908
|
const serializeAws_ec2SpotFleetLaunchSpecification = (input, context) => {
|
|
@@ -48887,10 +49085,14 @@ const deserializeAws_ec2FleetSet = (output, context) => {
|
|
|
48887
49085
|
const deserializeAws_ec2FleetSpotCapacityRebalance = (output, context) => {
|
|
48888
49086
|
const contents = {
|
|
48889
49087
|
ReplacementStrategy: undefined,
|
|
49088
|
+
TerminationDelay: undefined,
|
|
48890
49089
|
};
|
|
48891
49090
|
if (output["replacementStrategy"] !== undefined) {
|
|
48892
49091
|
contents.ReplacementStrategy = smithy_client_1.expectString(output["replacementStrategy"]);
|
|
48893
49092
|
}
|
|
49093
|
+
if (output["terminationDelay"] !== undefined) {
|
|
49094
|
+
contents.TerminationDelay = smithy_client_1.strictParseInt32(output["terminationDelay"]);
|
|
49095
|
+
}
|
|
48894
49096
|
return contents;
|
|
48895
49097
|
};
|
|
48896
49098
|
const deserializeAws_ec2FleetSpotMaintenanceStrategies = (output, context) => {
|
|
@@ -50856,6 +51058,8 @@ const deserializeAws_ec2Instance = (output, context) => {
|
|
|
50856
51058
|
PlatformDetails: undefined,
|
|
50857
51059
|
UsageOperation: undefined,
|
|
50858
51060
|
UsageOperationUpdateTime: undefined,
|
|
51061
|
+
PrivateDnsNameOptions: undefined,
|
|
51062
|
+
Ipv6Address: undefined,
|
|
50859
51063
|
};
|
|
50860
51064
|
if (output["amiLaunchIndex"] !== undefined) {
|
|
50861
51065
|
contents.AmiLaunchIndex = smithy_client_1.strictParseInt32(output["amiLaunchIndex"]);
|
|
@@ -51038,6 +51242,12 @@ const deserializeAws_ec2Instance = (output, context) => {
|
|
|
51038
51242
|
if (output["usageOperationUpdateTime"] !== undefined) {
|
|
51039
51243
|
contents.UsageOperationUpdateTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output["usageOperationUpdateTime"]));
|
|
51040
51244
|
}
|
|
51245
|
+
if (output["privateDnsNameOptions"] !== undefined) {
|
|
51246
|
+
contents.PrivateDnsNameOptions = deserializeAws_ec2PrivateDnsNameOptionsResponse(output["privateDnsNameOptions"], context);
|
|
51247
|
+
}
|
|
51248
|
+
if (output["ipv6Address"] !== undefined) {
|
|
51249
|
+
contents.Ipv6Address = smithy_client_1.expectString(output["ipv6Address"]);
|
|
51250
|
+
}
|
|
51041
51251
|
return contents;
|
|
51042
51252
|
};
|
|
51043
51253
|
const deserializeAws_ec2InstanceAttribute = (output, context) => {
|
|
@@ -51599,6 +51809,7 @@ const deserializeAws_ec2InstanceNetworkInterface = (output, context) => {
|
|
|
51599
51809
|
const deserializeAws_ec2InstanceNetworkInterfaceAssociation = (output, context) => {
|
|
51600
51810
|
const contents = {
|
|
51601
51811
|
CarrierIp: undefined,
|
|
51812
|
+
CustomerOwnedIp: undefined,
|
|
51602
51813
|
IpOwnerId: undefined,
|
|
51603
51814
|
PublicDnsName: undefined,
|
|
51604
51815
|
PublicIp: undefined,
|
|
@@ -51606,6 +51817,9 @@ const deserializeAws_ec2InstanceNetworkInterfaceAssociation = (output, context)
|
|
|
51606
51817
|
if (output["carrierIp"] !== undefined) {
|
|
51607
51818
|
contents.CarrierIp = smithy_client_1.expectString(output["carrierIp"]);
|
|
51608
51819
|
}
|
|
51820
|
+
if (output["customerOwnedIp"] !== undefined) {
|
|
51821
|
+
contents.CustomerOwnedIp = smithy_client_1.expectString(output["customerOwnedIp"]);
|
|
51822
|
+
}
|
|
51609
51823
|
if (output["ipOwnerId"] !== undefined) {
|
|
51610
51824
|
contents.IpOwnerId = smithy_client_1.expectString(output["ipOwnerId"]);
|
|
51611
51825
|
}
|
|
@@ -52792,6 +53006,8 @@ const deserializeAws_ec2LaunchPermission = (output, context) => {
|
|
|
52792
53006
|
const contents = {
|
|
52793
53007
|
Group: undefined,
|
|
52794
53008
|
UserId: undefined,
|
|
53009
|
+
OrganizationArn: undefined,
|
|
53010
|
+
OrganizationalUnitArn: undefined,
|
|
52795
53011
|
};
|
|
52796
53012
|
if (output["group"] !== undefined) {
|
|
52797
53013
|
contents.Group = smithy_client_1.expectString(output["group"]);
|
|
@@ -52799,6 +53015,12 @@ const deserializeAws_ec2LaunchPermission = (output, context) => {
|
|
|
52799
53015
|
if (output["userId"] !== undefined) {
|
|
52800
53016
|
contents.UserId = smithy_client_1.expectString(output["userId"]);
|
|
52801
53017
|
}
|
|
53018
|
+
if (output["organizationArn"] !== undefined) {
|
|
53019
|
+
contents.OrganizationArn = smithy_client_1.expectString(output["organizationArn"]);
|
|
53020
|
+
}
|
|
53021
|
+
if (output["organizationalUnitArn"] !== undefined) {
|
|
53022
|
+
contents.OrganizationalUnitArn = smithy_client_1.expectString(output["organizationalUnitArn"]);
|
|
53023
|
+
}
|
|
52802
53024
|
return contents;
|
|
52803
53025
|
};
|
|
52804
53026
|
const deserializeAws_ec2LaunchPermissionList = (output, context) => {
|
|
@@ -53361,6 +53583,23 @@ const deserializeAws_ec2LaunchTemplatePlacement = (output, context) => {
|
|
|
53361
53583
|
}
|
|
53362
53584
|
return contents;
|
|
53363
53585
|
};
|
|
53586
|
+
const deserializeAws_ec2LaunchTemplatePrivateDnsNameOptions = (output, context) => {
|
|
53587
|
+
const contents = {
|
|
53588
|
+
HostnameType: undefined,
|
|
53589
|
+
EnableResourceNameDnsARecord: undefined,
|
|
53590
|
+
EnableResourceNameDnsAAAARecord: undefined,
|
|
53591
|
+
};
|
|
53592
|
+
if (output["hostnameType"] !== undefined) {
|
|
53593
|
+
contents.HostnameType = smithy_client_1.expectString(output["hostnameType"]);
|
|
53594
|
+
}
|
|
53595
|
+
if (output["enableResourceNameDnsARecord"] !== undefined) {
|
|
53596
|
+
contents.EnableResourceNameDnsARecord = smithy_client_1.parseBoolean(output["enableResourceNameDnsARecord"]);
|
|
53597
|
+
}
|
|
53598
|
+
if (output["enableResourceNameDnsAAAARecord"] !== undefined) {
|
|
53599
|
+
contents.EnableResourceNameDnsAAAARecord = smithy_client_1.parseBoolean(output["enableResourceNameDnsAAAARecord"]);
|
|
53600
|
+
}
|
|
53601
|
+
return contents;
|
|
53602
|
+
};
|
|
53364
53603
|
const deserializeAws_ec2LaunchTemplateSet = (output, context) => {
|
|
53365
53604
|
return (output || [])
|
|
53366
53605
|
.filter((e) => e != null)
|
|
@@ -54157,6 +54396,15 @@ const deserializeAws_ec2ModifyManagedPrefixListResult = (output, context) => {
|
|
|
54157
54396
|
}
|
|
54158
54397
|
return contents;
|
|
54159
54398
|
};
|
|
54399
|
+
const deserializeAws_ec2ModifyPrivateDnsNameOptionsResult = (output, context) => {
|
|
54400
|
+
const contents = {
|
|
54401
|
+
Return: undefined,
|
|
54402
|
+
};
|
|
54403
|
+
if (output["return"] !== undefined) {
|
|
54404
|
+
contents.Return = smithy_client_1.parseBoolean(output["return"]);
|
|
54405
|
+
}
|
|
54406
|
+
return contents;
|
|
54407
|
+
};
|
|
54160
54408
|
const deserializeAws_ec2ModifyReservedInstancesResult = (output, context) => {
|
|
54161
54409
|
const contents = {
|
|
54162
54410
|
ReservedInstancesModificationId: undefined,
|
|
@@ -54876,6 +55124,8 @@ const deserializeAws_ec2NetworkInterface = (output, context) => {
|
|
|
54876
55124
|
TagSet: undefined,
|
|
54877
55125
|
VpcId: undefined,
|
|
54878
55126
|
DenyAllIgwTraffic: undefined,
|
|
55127
|
+
Ipv6Native: undefined,
|
|
55128
|
+
Ipv6Address: undefined,
|
|
54879
55129
|
};
|
|
54880
55130
|
if (output["association"] !== undefined) {
|
|
54881
55131
|
contents.Association = deserializeAws_ec2NetworkInterfaceAssociation(output["association"], context);
|
|
@@ -54967,6 +55217,12 @@ const deserializeAws_ec2NetworkInterface = (output, context) => {
|
|
|
54967
55217
|
if (output["denyAllIgwTraffic"] !== undefined) {
|
|
54968
55218
|
contents.DenyAllIgwTraffic = smithy_client_1.parseBoolean(output["denyAllIgwTraffic"]);
|
|
54969
55219
|
}
|
|
55220
|
+
if (output["ipv6Native"] !== undefined) {
|
|
55221
|
+
contents.Ipv6Native = smithy_client_1.parseBoolean(output["ipv6Native"]);
|
|
55222
|
+
}
|
|
55223
|
+
if (output["ipv6Address"] !== undefined) {
|
|
55224
|
+
contents.Ipv6Address = smithy_client_1.expectString(output["ipv6Address"]);
|
|
55225
|
+
}
|
|
54970
55226
|
return contents;
|
|
54971
55227
|
};
|
|
54972
55228
|
const deserializeAws_ec2NetworkInterfaceAssociation = (output, context) => {
|
|
@@ -55825,6 +56081,40 @@ const deserializeAws_ec2PrivateDnsNameConfiguration = (output, context) => {
|
|
|
55825
56081
|
}
|
|
55826
56082
|
return contents;
|
|
55827
56083
|
};
|
|
56084
|
+
const deserializeAws_ec2PrivateDnsNameOptionsOnLaunch = (output, context) => {
|
|
56085
|
+
const contents = {
|
|
56086
|
+
HostnameType: undefined,
|
|
56087
|
+
EnableResourceNameDnsARecord: undefined,
|
|
56088
|
+
EnableResourceNameDnsAAAARecord: undefined,
|
|
56089
|
+
};
|
|
56090
|
+
if (output["hostnameType"] !== undefined) {
|
|
56091
|
+
contents.HostnameType = smithy_client_1.expectString(output["hostnameType"]);
|
|
56092
|
+
}
|
|
56093
|
+
if (output["enableResourceNameDnsARecord"] !== undefined) {
|
|
56094
|
+
contents.EnableResourceNameDnsARecord = smithy_client_1.parseBoolean(output["enableResourceNameDnsARecord"]);
|
|
56095
|
+
}
|
|
56096
|
+
if (output["enableResourceNameDnsAAAARecord"] !== undefined) {
|
|
56097
|
+
contents.EnableResourceNameDnsAAAARecord = smithy_client_1.parseBoolean(output["enableResourceNameDnsAAAARecord"]);
|
|
56098
|
+
}
|
|
56099
|
+
return contents;
|
|
56100
|
+
};
|
|
56101
|
+
const deserializeAws_ec2PrivateDnsNameOptionsResponse = (output, context) => {
|
|
56102
|
+
const contents = {
|
|
56103
|
+
HostnameType: undefined,
|
|
56104
|
+
EnableResourceNameDnsARecord: undefined,
|
|
56105
|
+
EnableResourceNameDnsAAAARecord: undefined,
|
|
56106
|
+
};
|
|
56107
|
+
if (output["hostnameType"] !== undefined) {
|
|
56108
|
+
contents.HostnameType = smithy_client_1.expectString(output["hostnameType"]);
|
|
56109
|
+
}
|
|
56110
|
+
if (output["enableResourceNameDnsARecord"] !== undefined) {
|
|
56111
|
+
contents.EnableResourceNameDnsARecord = smithy_client_1.parseBoolean(output["enableResourceNameDnsARecord"]);
|
|
56112
|
+
}
|
|
56113
|
+
if (output["enableResourceNameDnsAAAARecord"] !== undefined) {
|
|
56114
|
+
contents.EnableResourceNameDnsAAAARecord = smithy_client_1.parseBoolean(output["enableResourceNameDnsAAAARecord"]);
|
|
56115
|
+
}
|
|
56116
|
+
return contents;
|
|
56117
|
+
};
|
|
55828
56118
|
const deserializeAws_ec2PrivateIpAddressSpecification = (output, context) => {
|
|
55829
56119
|
const contents = {
|
|
55830
56120
|
Primary: undefined,
|
|
@@ -56960,6 +57250,7 @@ const deserializeAws_ec2ResponseLaunchTemplateData = (output, context) => {
|
|
|
56960
57250
|
MetadataOptions: undefined,
|
|
56961
57251
|
EnclaveOptions: undefined,
|
|
56962
57252
|
InstanceRequirements: undefined,
|
|
57253
|
+
PrivateDnsNameOptions: undefined,
|
|
56963
57254
|
};
|
|
56964
57255
|
if (output["kernelId"] !== undefined) {
|
|
56965
57256
|
contents.KernelId = smithy_client_1.expectString(output["kernelId"]);
|
|
@@ -57072,6 +57363,9 @@ const deserializeAws_ec2ResponseLaunchTemplateData = (output, context) => {
|
|
|
57072
57363
|
if (output["instanceRequirements"] !== undefined) {
|
|
57073
57364
|
contents.InstanceRequirements = deserializeAws_ec2InstanceRequirements(output["instanceRequirements"], context);
|
|
57074
57365
|
}
|
|
57366
|
+
if (output["privateDnsNameOptions"] !== undefined) {
|
|
57367
|
+
contents.PrivateDnsNameOptions = deserializeAws_ec2LaunchTemplatePrivateDnsNameOptions(output["privateDnsNameOptions"], context);
|
|
57368
|
+
}
|
|
57075
57369
|
return contents;
|
|
57076
57370
|
};
|
|
57077
57371
|
const deserializeAws_ec2RestoreAddressToClassicResult = (output, context) => {
|
|
@@ -57164,6 +57458,7 @@ const deserializeAws_ec2Route = (output, context) => {
|
|
|
57164
57458
|
Origin: undefined,
|
|
57165
57459
|
State: undefined,
|
|
57166
57460
|
VpcPeeringConnectionId: undefined,
|
|
57461
|
+
CoreNetworkArn: undefined,
|
|
57167
57462
|
};
|
|
57168
57463
|
if (output["destinationCidrBlock"] !== undefined) {
|
|
57169
57464
|
contents.DestinationCidrBlock = smithy_client_1.expectString(output["destinationCidrBlock"]);
|
|
@@ -57210,6 +57505,9 @@ const deserializeAws_ec2Route = (output, context) => {
|
|
|
57210
57505
|
if (output["vpcPeeringConnectionId"] !== undefined) {
|
|
57211
57506
|
contents.VpcPeeringConnectionId = smithy_client_1.expectString(output["vpcPeeringConnectionId"]);
|
|
57212
57507
|
}
|
|
57508
|
+
if (output["coreNetworkArn"] !== undefined) {
|
|
57509
|
+
contents.CoreNetworkArn = smithy_client_1.expectString(output["coreNetworkArn"]);
|
|
57510
|
+
}
|
|
57213
57511
|
return contents;
|
|
57214
57512
|
};
|
|
57215
57513
|
const deserializeAws_ec2RouteList = (output, context) => {
|
|
@@ -58202,10 +58500,14 @@ const deserializeAws_ec2SnapshotTaskDetail = (output, context) => {
|
|
|
58202
58500
|
const deserializeAws_ec2SpotCapacityRebalance = (output, context) => {
|
|
58203
58501
|
const contents = {
|
|
58204
58502
|
ReplacementStrategy: undefined,
|
|
58503
|
+
TerminationDelay: undefined,
|
|
58205
58504
|
};
|
|
58206
58505
|
if (output["replacementStrategy"] !== undefined) {
|
|
58207
58506
|
contents.ReplacementStrategy = smithy_client_1.expectString(output["replacementStrategy"]);
|
|
58208
58507
|
}
|
|
58508
|
+
if (output["terminationDelay"] !== undefined) {
|
|
58509
|
+
contents.TerminationDelay = smithy_client_1.strictParseInt32(output["terminationDelay"]);
|
|
58510
|
+
}
|
|
58209
58511
|
return contents;
|
|
58210
58512
|
};
|
|
58211
58513
|
const deserializeAws_ec2SpotDatafeedSubscription = (output, context) => {
|
|
@@ -58999,6 +59301,9 @@ const deserializeAws_ec2Subnet = (output, context) => {
|
|
|
58999
59301
|
Tags: undefined,
|
|
59000
59302
|
SubnetArn: undefined,
|
|
59001
59303
|
OutpostArn: undefined,
|
|
59304
|
+
EnableDns64: undefined,
|
|
59305
|
+
Ipv6Native: undefined,
|
|
59306
|
+
PrivateDnsNameOptionsOnLaunch: undefined,
|
|
59002
59307
|
};
|
|
59003
59308
|
if (output["availabilityZone"] !== undefined) {
|
|
59004
59309
|
contents.AvailabilityZone = smithy_client_1.expectString(output["availabilityZone"]);
|
|
@@ -59058,6 +59363,15 @@ const deserializeAws_ec2Subnet = (output, context) => {
|
|
|
59058
59363
|
if (output["outpostArn"] !== undefined) {
|
|
59059
59364
|
contents.OutpostArn = smithy_client_1.expectString(output["outpostArn"]);
|
|
59060
59365
|
}
|
|
59366
|
+
if (output["enableDns64"] !== undefined) {
|
|
59367
|
+
contents.EnableDns64 = smithy_client_1.parseBoolean(output["enableDns64"]);
|
|
59368
|
+
}
|
|
59369
|
+
if (output["ipv6Native"] !== undefined) {
|
|
59370
|
+
contents.Ipv6Native = smithy_client_1.parseBoolean(output["ipv6Native"]);
|
|
59371
|
+
}
|
|
59372
|
+
if (output["privateDnsNameOptionsOnLaunch"] !== undefined) {
|
|
59373
|
+
contents.PrivateDnsNameOptionsOnLaunch = deserializeAws_ec2PrivateDnsNameOptionsOnLaunch(output["privateDnsNameOptionsOnLaunch"], context);
|
|
59374
|
+
}
|
|
59061
59375
|
return contents;
|
|
59062
59376
|
};
|
|
59063
59377
|
const deserializeAws_ec2SubnetAssociation = (output, context) => {
|