@aws-sdk/client-ec2 3.49.0 → 3.50.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 +11 -0
- package/dist-cjs/EC2.js +30 -0
- package/dist-cjs/commands/ListImagesInRecycleBinCommand.js +36 -0
- package/dist-cjs/commands/ResetInstanceAttributeCommand.js +2 -2
- package/dist-cjs/commands/ResetNetworkInterfaceAttributeCommand.js +2 -2
- package/dist-cjs/commands/ResetSnapshotAttributeCommand.js +2 -2
- package/dist-cjs/commands/RestoreImageFromRecycleBinCommand.js +36 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_5.js +23 -23
- package/dist-cjs/models/models_6.js +32 -2
- package/dist-cjs/pagination/ListImagesInRecycleBinPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_ec2.js +207 -13
- package/dist-es/EC2.js +30 -0
- package/dist-es/commands/ListImagesInRecycleBinCommand.js +39 -0
- package/dist-es/commands/ResetInstanceAttributeCommand.js +1 -1
- package/dist-es/commands/ResetNetworkInterfaceAttributeCommand.js +1 -1
- package/dist-es/commands/ResetSnapshotAttributeCommand.js +1 -1
- package/dist-es/commands/RestoreImageFromRecycleBinCommand.js +39 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_5.js +12 -12
- package/dist-es/models/models_6.js +20 -0
- package/dist-es/pagination/ListImagesInRecycleBinPaginator.js +74 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_ec2.js +199 -0
- package/dist-types/EC2.d.ts +40 -4
- package/dist-types/EC2Client.d.ts +4 -2
- package/dist-types/commands/CreateImageCommand.d.ts +6 -0
- package/dist-types/commands/DeregisterImageCommand.d.ts +12 -4
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +3 -0
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +3 -0
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +37 -0
- 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/RestoreImageFromRecycleBinCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +28 -0
- package/dist-types/models/models_2.d.ts +25 -0
- package/dist-types/models/models_4.d.ts +1 -1
- package/dist-types/models/models_5.d.ts +90 -75
- package/dist-types/models/models_6.d.ts +107 -2
- package/dist-types/pagination/ListImagesInRecycleBinPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_ec2.d.ts +6 -0
- package/package.json +27 -27
- package/dist-types/ts3.4/EC2.d.ts +0 -2600
- package/dist-types/ts3.4/EC2Client.d.ts +0 -592
- package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +0 -18
- package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +0 -18
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +0 -18
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +0 -18
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +0 -18
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +0 -18
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -519
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -6
- package/dist-types/ts3.4/models/index.d.ts +0 -7
- package/dist-types/ts3.4/models/models_0.d.ts +0 -3396
- package/dist-types/ts3.4/models/models_1.d.ts +0 -3934
- package/dist-types/ts3.4/models/models_2.d.ts +0 -3422
- package/dist-types/ts3.4/models/models_3.d.ts +0 -3964
- package/dist-types/ts3.4/models/models_4.d.ts +0 -3933
- package/dist-types/ts3.4/models/models_5.d.ts +0 -3831
- package/dist-types/ts3.4/models/models_6.d.ts +0 -1013
- package/dist-types/ts3.4/pagination/DescribeAddressesAttributePaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeByoipCidrsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeCapacityReservationFleetsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeCapacityReservationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeCarrierGatewaysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeClassicLinkInstancesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnAuthorizationRulesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnConnectionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnEndpointsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnRoutesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnTargetNetworksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeCoipPoolsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeDhcpOptionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeEgressOnlyInternetGatewaysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeExportImageTasksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeFastLaunchImagesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeFastSnapshotRestoresPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeFleetsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeFlowLogsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeFpgaImagesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeHostReservationOfferingsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeHostReservationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeHostsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeIamInstanceProfileAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeImportImageTasksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeImportSnapshotTasksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceCreditSpecificationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceEventWindowsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceStatusPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceTypeOfferingsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceTypesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInternetGatewaysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeIpamPoolsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeIpamScopesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeIpamsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeIpv6PoolsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLaunchTemplateVersionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLaunchTemplatesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTablesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewaysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeManagedPrefixListsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeMovingAddressesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNatGatewaysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkAclsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAnalysesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsPathsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInterfacePermissionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInterfacesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribePrefixListsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribePrincipalIdFormatPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribePublicIpv4PoolsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeReplaceRootVolumeTasksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeReservedInstancesModificationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeReservedInstancesOfferingsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeRouteTablesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeScheduledInstanceAvailabilityPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeScheduledInstancesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSecurityGroupRulesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSecurityGroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSnapshotTierStatusPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSpotFleetRequestsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSpotInstanceRequestsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSpotPriceHistoryPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeStaleSecurityGroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeStoreImageTasksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSubnetsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorFiltersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorSessionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorTargetsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayAttachmentsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectPeersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayMulticastDomainsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTablesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewaysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTrunkInterfaceAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVolumeStatusPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVolumesModificationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVolumesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcClassicLinkDnsSupportPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointServicePermissionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcPeeringConnectionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeVpcsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetAssociatedIpv6PoolCidrsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetGroupsForCapacityReservationPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetIpamAddressHistoryPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetIpamPoolAllocationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetIpamPoolCidrsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetIpamResourceCidrsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetManagedPrefixListAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetManagedPrefixListEntriesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetSpotPlacementScoresPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayAttachmentPropagationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayPrefixListReferencesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTableAssociationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTablePropagationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetVpnConnectionDeviceTypesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListSnapshotsInRecycleBinPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/SearchLocalGatewayRoutesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/SearchTransitGatewayMulticastGroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -118
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +0 -1559
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
- package/dist-types/ts3.4/waiters/index.d.ts +0 -33
- package/dist-types/ts3.4/waiters/waitForBundleTaskComplete.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForConversionTaskCancelled.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForConversionTaskCompleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForConversionTaskDeleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForCustomerGatewayAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForExportTaskCancelled.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForExportTaskCompleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForImageAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForImageExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForInstanceExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForInstanceRunning.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForInstanceStatusOk.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForInstanceStopped.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForInstanceTerminated.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForInternetGatewayExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForKeyPairExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForNatGatewayAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForNetworkInterfaceAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForPasswordDataAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForSecurityGroupExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForSnapshotCompleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForSpotInstanceRequestFulfilled.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForSubnetAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForSystemStatusOk.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVolumeAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVolumeDeleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVolumeInUse.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVpcAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVpcExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionDeleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVpnConnectionAvailable.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVpnConnectionDeleted.d.ts +0 -7
|
@@ -1,1559 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
-
import { AcceptReservedInstancesExchangeQuoteCommandInput, AcceptReservedInstancesExchangeQuoteCommandOutput } from "../commands/AcceptReservedInstancesExchangeQuoteCommand";
|
|
4
|
-
import { AcceptTransitGatewayMulticastDomainAssociationsCommandInput, AcceptTransitGatewayMulticastDomainAssociationsCommandOutput } from "../commands/AcceptTransitGatewayMulticastDomainAssociationsCommand";
|
|
5
|
-
import { AcceptTransitGatewayPeeringAttachmentCommandInput, AcceptTransitGatewayPeeringAttachmentCommandOutput } from "../commands/AcceptTransitGatewayPeeringAttachmentCommand";
|
|
6
|
-
import { AcceptTransitGatewayVpcAttachmentCommandInput, AcceptTransitGatewayVpcAttachmentCommandOutput } from "../commands/AcceptTransitGatewayVpcAttachmentCommand";
|
|
7
|
-
import { AcceptVpcEndpointConnectionsCommandInput, AcceptVpcEndpointConnectionsCommandOutput } from "../commands/AcceptVpcEndpointConnectionsCommand";
|
|
8
|
-
import { AcceptVpcPeeringConnectionCommandInput, AcceptVpcPeeringConnectionCommandOutput } from "../commands/AcceptVpcPeeringConnectionCommand";
|
|
9
|
-
import { AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput } from "../commands/AdvertiseByoipCidrCommand";
|
|
10
|
-
import { AllocateAddressCommandInput, AllocateAddressCommandOutput } from "../commands/AllocateAddressCommand";
|
|
11
|
-
import { AllocateHostsCommandInput, AllocateHostsCommandOutput } from "../commands/AllocateHostsCommand";
|
|
12
|
-
import { AllocateIpamPoolCidrCommandInput, AllocateIpamPoolCidrCommandOutput } from "../commands/AllocateIpamPoolCidrCommand";
|
|
13
|
-
import { ApplySecurityGroupsToClientVpnTargetNetworkCommandInput, ApplySecurityGroupsToClientVpnTargetNetworkCommandOutput } from "../commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand";
|
|
14
|
-
import { AssignIpv6AddressesCommandInput, AssignIpv6AddressesCommandOutput } from "../commands/AssignIpv6AddressesCommand";
|
|
15
|
-
import { AssignPrivateIpAddressesCommandInput, AssignPrivateIpAddressesCommandOutput } from "../commands/AssignPrivateIpAddressesCommand";
|
|
16
|
-
import { AssociateAddressCommandInput, AssociateAddressCommandOutput } from "../commands/AssociateAddressCommand";
|
|
17
|
-
import { AssociateClientVpnTargetNetworkCommandInput, AssociateClientVpnTargetNetworkCommandOutput } from "../commands/AssociateClientVpnTargetNetworkCommand";
|
|
18
|
-
import { AssociateDhcpOptionsCommandInput, AssociateDhcpOptionsCommandOutput } from "../commands/AssociateDhcpOptionsCommand";
|
|
19
|
-
import { AssociateEnclaveCertificateIamRoleCommandInput, AssociateEnclaveCertificateIamRoleCommandOutput } from "../commands/AssociateEnclaveCertificateIamRoleCommand";
|
|
20
|
-
import { AssociateIamInstanceProfileCommandInput, AssociateIamInstanceProfileCommandOutput } from "../commands/AssociateIamInstanceProfileCommand";
|
|
21
|
-
import { AssociateInstanceEventWindowCommandInput, AssociateInstanceEventWindowCommandOutput } from "../commands/AssociateInstanceEventWindowCommand";
|
|
22
|
-
import { AssociateRouteTableCommandInput, AssociateRouteTableCommandOutput } from "../commands/AssociateRouteTableCommand";
|
|
23
|
-
import { AssociateSubnetCidrBlockCommandInput, AssociateSubnetCidrBlockCommandOutput } from "../commands/AssociateSubnetCidrBlockCommand";
|
|
24
|
-
import { AssociateTransitGatewayMulticastDomainCommandInput, AssociateTransitGatewayMulticastDomainCommandOutput } from "../commands/AssociateTransitGatewayMulticastDomainCommand";
|
|
25
|
-
import { AssociateTransitGatewayRouteTableCommandInput, AssociateTransitGatewayRouteTableCommandOutput } from "../commands/AssociateTransitGatewayRouteTableCommand";
|
|
26
|
-
import { AssociateTrunkInterfaceCommandInput, AssociateTrunkInterfaceCommandOutput } from "../commands/AssociateTrunkInterfaceCommand";
|
|
27
|
-
import { AssociateVpcCidrBlockCommandInput, AssociateVpcCidrBlockCommandOutput } from "../commands/AssociateVpcCidrBlockCommand";
|
|
28
|
-
import { AttachClassicLinkVpcCommandInput, AttachClassicLinkVpcCommandOutput } from "../commands/AttachClassicLinkVpcCommand";
|
|
29
|
-
import { AttachInternetGatewayCommandInput, AttachInternetGatewayCommandOutput } from "../commands/AttachInternetGatewayCommand";
|
|
30
|
-
import { AttachNetworkInterfaceCommandInput, AttachNetworkInterfaceCommandOutput } from "../commands/AttachNetworkInterfaceCommand";
|
|
31
|
-
import { AttachVolumeCommandInput, AttachVolumeCommandOutput } from "../commands/AttachVolumeCommand";
|
|
32
|
-
import { AttachVpnGatewayCommandInput, AttachVpnGatewayCommandOutput } from "../commands/AttachVpnGatewayCommand";
|
|
33
|
-
import { AuthorizeClientVpnIngressCommandInput, AuthorizeClientVpnIngressCommandOutput } from "../commands/AuthorizeClientVpnIngressCommand";
|
|
34
|
-
import { AuthorizeSecurityGroupEgressCommandInput, AuthorizeSecurityGroupEgressCommandOutput } from "../commands/AuthorizeSecurityGroupEgressCommand";
|
|
35
|
-
import { AuthorizeSecurityGroupIngressCommandInput, AuthorizeSecurityGroupIngressCommandOutput } from "../commands/AuthorizeSecurityGroupIngressCommand";
|
|
36
|
-
import { BundleInstanceCommandInput, BundleInstanceCommandOutput } from "../commands/BundleInstanceCommand";
|
|
37
|
-
import { CancelBundleTaskCommandInput, CancelBundleTaskCommandOutput } from "../commands/CancelBundleTaskCommand";
|
|
38
|
-
import { CancelCapacityReservationCommandInput, CancelCapacityReservationCommandOutput } from "../commands/CancelCapacityReservationCommand";
|
|
39
|
-
import { CancelCapacityReservationFleetsCommandInput, CancelCapacityReservationFleetsCommandOutput } from "../commands/CancelCapacityReservationFleetsCommand";
|
|
40
|
-
import { CancelConversionTaskCommandInput, CancelConversionTaskCommandOutput } from "../commands/CancelConversionTaskCommand";
|
|
41
|
-
import { CancelExportTaskCommandInput, CancelExportTaskCommandOutput } from "../commands/CancelExportTaskCommand";
|
|
42
|
-
import { CancelImportTaskCommandInput, CancelImportTaskCommandOutput } from "../commands/CancelImportTaskCommand";
|
|
43
|
-
import { CancelReservedInstancesListingCommandInput, CancelReservedInstancesListingCommandOutput } from "../commands/CancelReservedInstancesListingCommand";
|
|
44
|
-
import { CancelSpotFleetRequestsCommandInput, CancelSpotFleetRequestsCommandOutput } from "../commands/CancelSpotFleetRequestsCommand";
|
|
45
|
-
import { CancelSpotInstanceRequestsCommandInput, CancelSpotInstanceRequestsCommandOutput } from "../commands/CancelSpotInstanceRequestsCommand";
|
|
46
|
-
import { ConfirmProductInstanceCommandInput, ConfirmProductInstanceCommandOutput } from "../commands/ConfirmProductInstanceCommand";
|
|
47
|
-
import { CopyFpgaImageCommandInput, CopyFpgaImageCommandOutput } from "../commands/CopyFpgaImageCommand";
|
|
48
|
-
import { CopyImageCommandInput, CopyImageCommandOutput } from "../commands/CopyImageCommand";
|
|
49
|
-
import { CopySnapshotCommandInput, CopySnapshotCommandOutput } from "../commands/CopySnapshotCommand";
|
|
50
|
-
import { CreateCapacityReservationCommandInput, CreateCapacityReservationCommandOutput } from "../commands/CreateCapacityReservationCommand";
|
|
51
|
-
import { CreateCapacityReservationFleetCommandInput, CreateCapacityReservationFleetCommandOutput } from "../commands/CreateCapacityReservationFleetCommand";
|
|
52
|
-
import { CreateCarrierGatewayCommandInput, CreateCarrierGatewayCommandOutput } from "../commands/CreateCarrierGatewayCommand";
|
|
53
|
-
import { CreateClientVpnEndpointCommandInput, CreateClientVpnEndpointCommandOutput } from "../commands/CreateClientVpnEndpointCommand";
|
|
54
|
-
import { CreateClientVpnRouteCommandInput, CreateClientVpnRouteCommandOutput } from "../commands/CreateClientVpnRouteCommand";
|
|
55
|
-
import { CreateCustomerGatewayCommandInput, CreateCustomerGatewayCommandOutput } from "../commands/CreateCustomerGatewayCommand";
|
|
56
|
-
import { CreateDefaultSubnetCommandInput, CreateDefaultSubnetCommandOutput } from "../commands/CreateDefaultSubnetCommand";
|
|
57
|
-
import { CreateDefaultVpcCommandInput, CreateDefaultVpcCommandOutput } from "../commands/CreateDefaultVpcCommand";
|
|
58
|
-
import { CreateDhcpOptionsCommandInput, CreateDhcpOptionsCommandOutput } from "../commands/CreateDhcpOptionsCommand";
|
|
59
|
-
import { CreateEgressOnlyInternetGatewayCommandInput, CreateEgressOnlyInternetGatewayCommandOutput } from "../commands/CreateEgressOnlyInternetGatewayCommand";
|
|
60
|
-
import { CreateFleetCommandInput, CreateFleetCommandOutput } from "../commands/CreateFleetCommand";
|
|
61
|
-
import { CreateFlowLogsCommandInput, CreateFlowLogsCommandOutput } from "../commands/CreateFlowLogsCommand";
|
|
62
|
-
import { CreateFpgaImageCommandInput, CreateFpgaImageCommandOutput } from "../commands/CreateFpgaImageCommand";
|
|
63
|
-
import { CreateImageCommandInput, CreateImageCommandOutput } from "../commands/CreateImageCommand";
|
|
64
|
-
import { CreateInstanceEventWindowCommandInput, CreateInstanceEventWindowCommandOutput } from "../commands/CreateInstanceEventWindowCommand";
|
|
65
|
-
import { CreateInstanceExportTaskCommandInput, CreateInstanceExportTaskCommandOutput } from "../commands/CreateInstanceExportTaskCommand";
|
|
66
|
-
import { CreateInternetGatewayCommandInput, CreateInternetGatewayCommandOutput } from "../commands/CreateInternetGatewayCommand";
|
|
67
|
-
import { CreateIpamCommandInput, CreateIpamCommandOutput } from "../commands/CreateIpamCommand";
|
|
68
|
-
import { CreateIpamPoolCommandInput, CreateIpamPoolCommandOutput } from "../commands/CreateIpamPoolCommand";
|
|
69
|
-
import { CreateIpamScopeCommandInput, CreateIpamScopeCommandOutput } from "../commands/CreateIpamScopeCommand";
|
|
70
|
-
import { CreateKeyPairCommandInput, CreateKeyPairCommandOutput } from "../commands/CreateKeyPairCommand";
|
|
71
|
-
import { CreateLaunchTemplateCommandInput, CreateLaunchTemplateCommandOutput } from "../commands/CreateLaunchTemplateCommand";
|
|
72
|
-
import { CreateLaunchTemplateVersionCommandInput, CreateLaunchTemplateVersionCommandOutput } from "../commands/CreateLaunchTemplateVersionCommand";
|
|
73
|
-
import { CreateLocalGatewayRouteCommandInput, CreateLocalGatewayRouteCommandOutput } from "../commands/CreateLocalGatewayRouteCommand";
|
|
74
|
-
import { CreateLocalGatewayRouteTableVpcAssociationCommandInput, CreateLocalGatewayRouteTableVpcAssociationCommandOutput } from "../commands/CreateLocalGatewayRouteTableVpcAssociationCommand";
|
|
75
|
-
import { CreateManagedPrefixListCommandInput, CreateManagedPrefixListCommandOutput } from "../commands/CreateManagedPrefixListCommand";
|
|
76
|
-
import { CreateNatGatewayCommandInput, CreateNatGatewayCommandOutput } from "../commands/CreateNatGatewayCommand";
|
|
77
|
-
import { CreateNetworkAclCommandInput, CreateNetworkAclCommandOutput } from "../commands/CreateNetworkAclCommand";
|
|
78
|
-
import { CreateNetworkAclEntryCommandInput, CreateNetworkAclEntryCommandOutput } from "../commands/CreateNetworkAclEntryCommand";
|
|
79
|
-
import { CreateNetworkInsightsAccessScopeCommandInput, CreateNetworkInsightsAccessScopeCommandOutput } from "../commands/CreateNetworkInsightsAccessScopeCommand";
|
|
80
|
-
import { CreateNetworkInsightsPathCommandInput, CreateNetworkInsightsPathCommandOutput } from "../commands/CreateNetworkInsightsPathCommand";
|
|
81
|
-
import { CreateNetworkInterfaceCommandInput, CreateNetworkInterfaceCommandOutput } from "../commands/CreateNetworkInterfaceCommand";
|
|
82
|
-
import { CreateNetworkInterfacePermissionCommandInput, CreateNetworkInterfacePermissionCommandOutput } from "../commands/CreateNetworkInterfacePermissionCommand";
|
|
83
|
-
import { CreatePlacementGroupCommandInput, CreatePlacementGroupCommandOutput } from "../commands/CreatePlacementGroupCommand";
|
|
84
|
-
import { CreatePublicIpv4PoolCommandInput, CreatePublicIpv4PoolCommandOutput } from "../commands/CreatePublicIpv4PoolCommand";
|
|
85
|
-
import { CreateReplaceRootVolumeTaskCommandInput, CreateReplaceRootVolumeTaskCommandOutput } from "../commands/CreateReplaceRootVolumeTaskCommand";
|
|
86
|
-
import { CreateReservedInstancesListingCommandInput, CreateReservedInstancesListingCommandOutput } from "../commands/CreateReservedInstancesListingCommand";
|
|
87
|
-
import { CreateRestoreImageTaskCommandInput, CreateRestoreImageTaskCommandOutput } from "../commands/CreateRestoreImageTaskCommand";
|
|
88
|
-
import { CreateRouteCommandInput, CreateRouteCommandOutput } from "../commands/CreateRouteCommand";
|
|
89
|
-
import { CreateRouteTableCommandInput, CreateRouteTableCommandOutput } from "../commands/CreateRouteTableCommand";
|
|
90
|
-
import { CreateSecurityGroupCommandInput, CreateSecurityGroupCommandOutput } from "../commands/CreateSecurityGroupCommand";
|
|
91
|
-
import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "../commands/CreateSnapshotCommand";
|
|
92
|
-
import { CreateSnapshotsCommandInput, CreateSnapshotsCommandOutput } from "../commands/CreateSnapshotsCommand";
|
|
93
|
-
import { CreateSpotDatafeedSubscriptionCommandInput, CreateSpotDatafeedSubscriptionCommandOutput } from "../commands/CreateSpotDatafeedSubscriptionCommand";
|
|
94
|
-
import { CreateStoreImageTaskCommandInput, CreateStoreImageTaskCommandOutput } from "../commands/CreateStoreImageTaskCommand";
|
|
95
|
-
import { CreateSubnetCidrReservationCommandInput, CreateSubnetCidrReservationCommandOutput } from "../commands/CreateSubnetCidrReservationCommand";
|
|
96
|
-
import { CreateSubnetCommandInput, CreateSubnetCommandOutput } from "../commands/CreateSubnetCommand";
|
|
97
|
-
import { CreateTagsCommandInput, CreateTagsCommandOutput } from "../commands/CreateTagsCommand";
|
|
98
|
-
import { CreateTrafficMirrorFilterCommandInput, CreateTrafficMirrorFilterCommandOutput } from "../commands/CreateTrafficMirrorFilterCommand";
|
|
99
|
-
import { CreateTrafficMirrorFilterRuleCommandInput, CreateTrafficMirrorFilterRuleCommandOutput } from "../commands/CreateTrafficMirrorFilterRuleCommand";
|
|
100
|
-
import { CreateTrafficMirrorSessionCommandInput, CreateTrafficMirrorSessionCommandOutput } from "../commands/CreateTrafficMirrorSessionCommand";
|
|
101
|
-
import { CreateTrafficMirrorTargetCommandInput, CreateTrafficMirrorTargetCommandOutput } from "../commands/CreateTrafficMirrorTargetCommand";
|
|
102
|
-
import { CreateTransitGatewayCommandInput, CreateTransitGatewayCommandOutput } from "../commands/CreateTransitGatewayCommand";
|
|
103
|
-
import { CreateTransitGatewayConnectCommandInput, CreateTransitGatewayConnectCommandOutput } from "../commands/CreateTransitGatewayConnectCommand";
|
|
104
|
-
import { CreateTransitGatewayConnectPeerCommandInput, CreateTransitGatewayConnectPeerCommandOutput } from "../commands/CreateTransitGatewayConnectPeerCommand";
|
|
105
|
-
import { CreateTransitGatewayMulticastDomainCommandInput, CreateTransitGatewayMulticastDomainCommandOutput } from "../commands/CreateTransitGatewayMulticastDomainCommand";
|
|
106
|
-
import { CreateTransitGatewayPeeringAttachmentCommandInput, CreateTransitGatewayPeeringAttachmentCommandOutput } from "../commands/CreateTransitGatewayPeeringAttachmentCommand";
|
|
107
|
-
import { CreateTransitGatewayPrefixListReferenceCommandInput, CreateTransitGatewayPrefixListReferenceCommandOutput } from "../commands/CreateTransitGatewayPrefixListReferenceCommand";
|
|
108
|
-
import { CreateTransitGatewayRouteCommandInput, CreateTransitGatewayRouteCommandOutput } from "../commands/CreateTransitGatewayRouteCommand";
|
|
109
|
-
import { CreateTransitGatewayRouteTableCommandInput, CreateTransitGatewayRouteTableCommandOutput } from "../commands/CreateTransitGatewayRouteTableCommand";
|
|
110
|
-
import { CreateTransitGatewayVpcAttachmentCommandInput, CreateTransitGatewayVpcAttachmentCommandOutput } from "../commands/CreateTransitGatewayVpcAttachmentCommand";
|
|
111
|
-
import { CreateVolumeCommandInput, CreateVolumeCommandOutput } from "../commands/CreateVolumeCommand";
|
|
112
|
-
import { CreateVpcCommandInput, CreateVpcCommandOutput } from "../commands/CreateVpcCommand";
|
|
113
|
-
import { CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput } from "../commands/CreateVpcEndpointCommand";
|
|
114
|
-
import { CreateVpcEndpointConnectionNotificationCommandInput, CreateVpcEndpointConnectionNotificationCommandOutput } from "../commands/CreateVpcEndpointConnectionNotificationCommand";
|
|
115
|
-
import { CreateVpcEndpointServiceConfigurationCommandInput, CreateVpcEndpointServiceConfigurationCommandOutput } from "../commands/CreateVpcEndpointServiceConfigurationCommand";
|
|
116
|
-
import { CreateVpcPeeringConnectionCommandInput, CreateVpcPeeringConnectionCommandOutput } from "../commands/CreateVpcPeeringConnectionCommand";
|
|
117
|
-
import { CreateVpnConnectionCommandInput, CreateVpnConnectionCommandOutput } from "../commands/CreateVpnConnectionCommand";
|
|
118
|
-
import { CreateVpnConnectionRouteCommandInput, CreateVpnConnectionRouteCommandOutput } from "../commands/CreateVpnConnectionRouteCommand";
|
|
119
|
-
import { CreateVpnGatewayCommandInput, CreateVpnGatewayCommandOutput } from "../commands/CreateVpnGatewayCommand";
|
|
120
|
-
import { DeleteCarrierGatewayCommandInput, DeleteCarrierGatewayCommandOutput } from "../commands/DeleteCarrierGatewayCommand";
|
|
121
|
-
import { DeleteClientVpnEndpointCommandInput, DeleteClientVpnEndpointCommandOutput } from "../commands/DeleteClientVpnEndpointCommand";
|
|
122
|
-
import { DeleteClientVpnRouteCommandInput, DeleteClientVpnRouteCommandOutput } from "../commands/DeleteClientVpnRouteCommand";
|
|
123
|
-
import { DeleteCustomerGatewayCommandInput, DeleteCustomerGatewayCommandOutput } from "../commands/DeleteCustomerGatewayCommand";
|
|
124
|
-
import { DeleteDhcpOptionsCommandInput, DeleteDhcpOptionsCommandOutput } from "../commands/DeleteDhcpOptionsCommand";
|
|
125
|
-
import { DeleteEgressOnlyInternetGatewayCommandInput, DeleteEgressOnlyInternetGatewayCommandOutput } from "../commands/DeleteEgressOnlyInternetGatewayCommand";
|
|
126
|
-
import { DeleteFleetsCommandInput, DeleteFleetsCommandOutput } from "../commands/DeleteFleetsCommand";
|
|
127
|
-
import { DeleteFlowLogsCommandInput, DeleteFlowLogsCommandOutput } from "../commands/DeleteFlowLogsCommand";
|
|
128
|
-
import { DeleteFpgaImageCommandInput, DeleteFpgaImageCommandOutput } from "../commands/DeleteFpgaImageCommand";
|
|
129
|
-
import { DeleteInstanceEventWindowCommandInput, DeleteInstanceEventWindowCommandOutput } from "../commands/DeleteInstanceEventWindowCommand";
|
|
130
|
-
import { DeleteInternetGatewayCommandInput, DeleteInternetGatewayCommandOutput } from "../commands/DeleteInternetGatewayCommand";
|
|
131
|
-
import { DeleteIpamCommandInput, DeleteIpamCommandOutput } from "../commands/DeleteIpamCommand";
|
|
132
|
-
import { DeleteIpamPoolCommandInput, DeleteIpamPoolCommandOutput } from "../commands/DeleteIpamPoolCommand";
|
|
133
|
-
import { DeleteIpamScopeCommandInput, DeleteIpamScopeCommandOutput } from "../commands/DeleteIpamScopeCommand";
|
|
134
|
-
import { DeleteKeyPairCommandInput, DeleteKeyPairCommandOutput } from "../commands/DeleteKeyPairCommand";
|
|
135
|
-
import { DeleteLaunchTemplateCommandInput, DeleteLaunchTemplateCommandOutput } from "../commands/DeleteLaunchTemplateCommand";
|
|
136
|
-
import { DeleteLaunchTemplateVersionsCommandInput, DeleteLaunchTemplateVersionsCommandOutput } from "../commands/DeleteLaunchTemplateVersionsCommand";
|
|
137
|
-
import { DeleteLocalGatewayRouteCommandInput, DeleteLocalGatewayRouteCommandOutput } from "../commands/DeleteLocalGatewayRouteCommand";
|
|
138
|
-
import { DeleteLocalGatewayRouteTableVpcAssociationCommandInput, DeleteLocalGatewayRouteTableVpcAssociationCommandOutput } from "../commands/DeleteLocalGatewayRouteTableVpcAssociationCommand";
|
|
139
|
-
import { DeleteManagedPrefixListCommandInput, DeleteManagedPrefixListCommandOutput } from "../commands/DeleteManagedPrefixListCommand";
|
|
140
|
-
import { DeleteNatGatewayCommandInput, DeleteNatGatewayCommandOutput } from "../commands/DeleteNatGatewayCommand";
|
|
141
|
-
import { DeleteNetworkAclCommandInput, DeleteNetworkAclCommandOutput } from "../commands/DeleteNetworkAclCommand";
|
|
142
|
-
import { DeleteNetworkAclEntryCommandInput, DeleteNetworkAclEntryCommandOutput } from "../commands/DeleteNetworkAclEntryCommand";
|
|
143
|
-
import { DeleteNetworkInsightsAccessScopeAnalysisCommandInput, DeleteNetworkInsightsAccessScopeAnalysisCommandOutput } from "../commands/DeleteNetworkInsightsAccessScopeAnalysisCommand";
|
|
144
|
-
import { DeleteNetworkInsightsAccessScopeCommandInput, DeleteNetworkInsightsAccessScopeCommandOutput } from "../commands/DeleteNetworkInsightsAccessScopeCommand";
|
|
145
|
-
import { DeleteNetworkInsightsAnalysisCommandInput, DeleteNetworkInsightsAnalysisCommandOutput } from "../commands/DeleteNetworkInsightsAnalysisCommand";
|
|
146
|
-
import { DeleteNetworkInsightsPathCommandInput, DeleteNetworkInsightsPathCommandOutput } from "../commands/DeleteNetworkInsightsPathCommand";
|
|
147
|
-
import { DeleteNetworkInterfaceCommandInput, DeleteNetworkInterfaceCommandOutput } from "../commands/DeleteNetworkInterfaceCommand";
|
|
148
|
-
import { DeleteNetworkInterfacePermissionCommandInput, DeleteNetworkInterfacePermissionCommandOutput } from "../commands/DeleteNetworkInterfacePermissionCommand";
|
|
149
|
-
import { DeletePlacementGroupCommandInput, DeletePlacementGroupCommandOutput } from "../commands/DeletePlacementGroupCommand";
|
|
150
|
-
import { DeletePublicIpv4PoolCommandInput, DeletePublicIpv4PoolCommandOutput } from "../commands/DeletePublicIpv4PoolCommand";
|
|
151
|
-
import { DeleteQueuedReservedInstancesCommandInput, DeleteQueuedReservedInstancesCommandOutput } from "../commands/DeleteQueuedReservedInstancesCommand";
|
|
152
|
-
import { DeleteRouteCommandInput, DeleteRouteCommandOutput } from "../commands/DeleteRouteCommand";
|
|
153
|
-
import { DeleteRouteTableCommandInput, DeleteRouteTableCommandOutput } from "../commands/DeleteRouteTableCommand";
|
|
154
|
-
import { DeleteSecurityGroupCommandInput, DeleteSecurityGroupCommandOutput } from "../commands/DeleteSecurityGroupCommand";
|
|
155
|
-
import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "../commands/DeleteSnapshotCommand";
|
|
156
|
-
import { DeleteSpotDatafeedSubscriptionCommandInput, DeleteSpotDatafeedSubscriptionCommandOutput } from "../commands/DeleteSpotDatafeedSubscriptionCommand";
|
|
157
|
-
import { DeleteSubnetCidrReservationCommandInput, DeleteSubnetCidrReservationCommandOutput } from "../commands/DeleteSubnetCidrReservationCommand";
|
|
158
|
-
import { DeleteSubnetCommandInput, DeleteSubnetCommandOutput } from "../commands/DeleteSubnetCommand";
|
|
159
|
-
import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "../commands/DeleteTagsCommand";
|
|
160
|
-
import { DeleteTrafficMirrorFilterCommandInput, DeleteTrafficMirrorFilterCommandOutput } from "../commands/DeleteTrafficMirrorFilterCommand";
|
|
161
|
-
import { DeleteTrafficMirrorFilterRuleCommandInput, DeleteTrafficMirrorFilterRuleCommandOutput } from "../commands/DeleteTrafficMirrorFilterRuleCommand";
|
|
162
|
-
import { DeleteTrafficMirrorSessionCommandInput, DeleteTrafficMirrorSessionCommandOutput } from "../commands/DeleteTrafficMirrorSessionCommand";
|
|
163
|
-
import { DeleteTrafficMirrorTargetCommandInput, DeleteTrafficMirrorTargetCommandOutput } from "../commands/DeleteTrafficMirrorTargetCommand";
|
|
164
|
-
import { DeleteTransitGatewayCommandInput, DeleteTransitGatewayCommandOutput } from "../commands/DeleteTransitGatewayCommand";
|
|
165
|
-
import { DeleteTransitGatewayConnectCommandInput, DeleteTransitGatewayConnectCommandOutput } from "../commands/DeleteTransitGatewayConnectCommand";
|
|
166
|
-
import { DeleteTransitGatewayConnectPeerCommandInput, DeleteTransitGatewayConnectPeerCommandOutput } from "../commands/DeleteTransitGatewayConnectPeerCommand";
|
|
167
|
-
import { DeleteTransitGatewayMulticastDomainCommandInput, DeleteTransitGatewayMulticastDomainCommandOutput } from "../commands/DeleteTransitGatewayMulticastDomainCommand";
|
|
168
|
-
import { DeleteTransitGatewayPeeringAttachmentCommandInput, DeleteTransitGatewayPeeringAttachmentCommandOutput } from "../commands/DeleteTransitGatewayPeeringAttachmentCommand";
|
|
169
|
-
import { DeleteTransitGatewayPrefixListReferenceCommandInput, DeleteTransitGatewayPrefixListReferenceCommandOutput } from "../commands/DeleteTransitGatewayPrefixListReferenceCommand";
|
|
170
|
-
import { DeleteTransitGatewayRouteCommandInput, DeleteTransitGatewayRouteCommandOutput } from "../commands/DeleteTransitGatewayRouteCommand";
|
|
171
|
-
import { DeleteTransitGatewayRouteTableCommandInput, DeleteTransitGatewayRouteTableCommandOutput } from "../commands/DeleteTransitGatewayRouteTableCommand";
|
|
172
|
-
import { DeleteTransitGatewayVpcAttachmentCommandInput, DeleteTransitGatewayVpcAttachmentCommandOutput } from "../commands/DeleteTransitGatewayVpcAttachmentCommand";
|
|
173
|
-
import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "../commands/DeleteVolumeCommand";
|
|
174
|
-
import { DeleteVpcCommandInput, DeleteVpcCommandOutput } from "../commands/DeleteVpcCommand";
|
|
175
|
-
import { DeleteVpcEndpointConnectionNotificationsCommandInput, DeleteVpcEndpointConnectionNotificationsCommandOutput } from "../commands/DeleteVpcEndpointConnectionNotificationsCommand";
|
|
176
|
-
import { DeleteVpcEndpointsCommandInput, DeleteVpcEndpointsCommandOutput } from "../commands/DeleteVpcEndpointsCommand";
|
|
177
|
-
import { DeleteVpcEndpointServiceConfigurationsCommandInput, DeleteVpcEndpointServiceConfigurationsCommandOutput } from "../commands/DeleteVpcEndpointServiceConfigurationsCommand";
|
|
178
|
-
import { DeleteVpcPeeringConnectionCommandInput, DeleteVpcPeeringConnectionCommandOutput } from "../commands/DeleteVpcPeeringConnectionCommand";
|
|
179
|
-
import { DeleteVpnConnectionCommandInput, DeleteVpnConnectionCommandOutput } from "../commands/DeleteVpnConnectionCommand";
|
|
180
|
-
import { DeleteVpnConnectionRouteCommandInput, DeleteVpnConnectionRouteCommandOutput } from "../commands/DeleteVpnConnectionRouteCommand";
|
|
181
|
-
import { DeleteVpnGatewayCommandInput, DeleteVpnGatewayCommandOutput } from "../commands/DeleteVpnGatewayCommand";
|
|
182
|
-
import { DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput } from "../commands/DeprovisionByoipCidrCommand";
|
|
183
|
-
import { DeprovisionIpamPoolCidrCommandInput, DeprovisionIpamPoolCidrCommandOutput } from "../commands/DeprovisionIpamPoolCidrCommand";
|
|
184
|
-
import { DeprovisionPublicIpv4PoolCidrCommandInput, DeprovisionPublicIpv4PoolCidrCommandOutput } from "../commands/DeprovisionPublicIpv4PoolCidrCommand";
|
|
185
|
-
import { DeregisterImageCommandInput, DeregisterImageCommandOutput } from "../commands/DeregisterImageCommand";
|
|
186
|
-
import { DeregisterInstanceEventNotificationAttributesCommandInput, DeregisterInstanceEventNotificationAttributesCommandOutput } from "../commands/DeregisterInstanceEventNotificationAttributesCommand";
|
|
187
|
-
import { DeregisterTransitGatewayMulticastGroupMembersCommandInput, DeregisterTransitGatewayMulticastGroupMembersCommandOutput } from "../commands/DeregisterTransitGatewayMulticastGroupMembersCommand";
|
|
188
|
-
import { DeregisterTransitGatewayMulticastGroupSourcesCommandInput, DeregisterTransitGatewayMulticastGroupSourcesCommandOutput } from "../commands/DeregisterTransitGatewayMulticastGroupSourcesCommand";
|
|
189
|
-
import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "../commands/DescribeAccountAttributesCommand";
|
|
190
|
-
import { DescribeAddressesAttributeCommandInput, DescribeAddressesAttributeCommandOutput } from "../commands/DescribeAddressesAttributeCommand";
|
|
191
|
-
import { DescribeAddressesCommandInput, DescribeAddressesCommandOutput } from "../commands/DescribeAddressesCommand";
|
|
192
|
-
import { DescribeAggregateIdFormatCommandInput, DescribeAggregateIdFormatCommandOutput } from "../commands/DescribeAggregateIdFormatCommand";
|
|
193
|
-
import { DescribeAvailabilityZonesCommandInput, DescribeAvailabilityZonesCommandOutput } from "../commands/DescribeAvailabilityZonesCommand";
|
|
194
|
-
import { DescribeBundleTasksCommandInput, DescribeBundleTasksCommandOutput } from "../commands/DescribeBundleTasksCommand";
|
|
195
|
-
import { DescribeByoipCidrsCommandInput, DescribeByoipCidrsCommandOutput } from "../commands/DescribeByoipCidrsCommand";
|
|
196
|
-
import { DescribeCapacityReservationFleetsCommandInput, DescribeCapacityReservationFleetsCommandOutput } from "../commands/DescribeCapacityReservationFleetsCommand";
|
|
197
|
-
import { DescribeCapacityReservationsCommandInput, DescribeCapacityReservationsCommandOutput } from "../commands/DescribeCapacityReservationsCommand";
|
|
198
|
-
import { DescribeCarrierGatewaysCommandInput, DescribeCarrierGatewaysCommandOutput } from "../commands/DescribeCarrierGatewaysCommand";
|
|
199
|
-
import { DescribeClassicLinkInstancesCommandInput, DescribeClassicLinkInstancesCommandOutput } from "../commands/DescribeClassicLinkInstancesCommand";
|
|
200
|
-
import { DescribeClientVpnAuthorizationRulesCommandInput, DescribeClientVpnAuthorizationRulesCommandOutput } from "../commands/DescribeClientVpnAuthorizationRulesCommand";
|
|
201
|
-
import { DescribeClientVpnConnectionsCommandInput, DescribeClientVpnConnectionsCommandOutput } from "../commands/DescribeClientVpnConnectionsCommand";
|
|
202
|
-
import { DescribeClientVpnEndpointsCommandInput, DescribeClientVpnEndpointsCommandOutput } from "../commands/DescribeClientVpnEndpointsCommand";
|
|
203
|
-
import { DescribeClientVpnRoutesCommandInput, DescribeClientVpnRoutesCommandOutput } from "../commands/DescribeClientVpnRoutesCommand";
|
|
204
|
-
import { DescribeClientVpnTargetNetworksCommandInput, DescribeClientVpnTargetNetworksCommandOutput } from "../commands/DescribeClientVpnTargetNetworksCommand";
|
|
205
|
-
import { DescribeCoipPoolsCommandInput, DescribeCoipPoolsCommandOutput } from "../commands/DescribeCoipPoolsCommand";
|
|
206
|
-
import { DescribeConversionTasksCommandInput, DescribeConversionTasksCommandOutput } from "../commands/DescribeConversionTasksCommand";
|
|
207
|
-
import { DescribeCustomerGatewaysCommandInput, DescribeCustomerGatewaysCommandOutput } from "../commands/DescribeCustomerGatewaysCommand";
|
|
208
|
-
import { DescribeDhcpOptionsCommandInput, DescribeDhcpOptionsCommandOutput } from "../commands/DescribeDhcpOptionsCommand";
|
|
209
|
-
import { DescribeEgressOnlyInternetGatewaysCommandInput, DescribeEgressOnlyInternetGatewaysCommandOutput } from "../commands/DescribeEgressOnlyInternetGatewaysCommand";
|
|
210
|
-
import { DescribeElasticGpusCommandInput, DescribeElasticGpusCommandOutput } from "../commands/DescribeElasticGpusCommand";
|
|
211
|
-
import { DescribeExportImageTasksCommandInput, DescribeExportImageTasksCommandOutput } from "../commands/DescribeExportImageTasksCommand";
|
|
212
|
-
import { DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput } from "../commands/DescribeExportTasksCommand";
|
|
213
|
-
import { DescribeFastLaunchImagesCommandInput, DescribeFastLaunchImagesCommandOutput } from "../commands/DescribeFastLaunchImagesCommand";
|
|
214
|
-
import { DescribeFastSnapshotRestoresCommandInput, DescribeFastSnapshotRestoresCommandOutput } from "../commands/DescribeFastSnapshotRestoresCommand";
|
|
215
|
-
import { DescribeFleetHistoryCommandInput, DescribeFleetHistoryCommandOutput } from "../commands/DescribeFleetHistoryCommand";
|
|
216
|
-
import { DescribeFleetInstancesCommandInput, DescribeFleetInstancesCommandOutput } from "../commands/DescribeFleetInstancesCommand";
|
|
217
|
-
import { DescribeFleetsCommandInput, DescribeFleetsCommandOutput } from "../commands/DescribeFleetsCommand";
|
|
218
|
-
import { DescribeFlowLogsCommandInput, DescribeFlowLogsCommandOutput } from "../commands/DescribeFlowLogsCommand";
|
|
219
|
-
import { DescribeFpgaImageAttributeCommandInput, DescribeFpgaImageAttributeCommandOutput } from "../commands/DescribeFpgaImageAttributeCommand";
|
|
220
|
-
import { DescribeFpgaImagesCommandInput, DescribeFpgaImagesCommandOutput } from "../commands/DescribeFpgaImagesCommand";
|
|
221
|
-
import { DescribeHostReservationOfferingsCommandInput, DescribeHostReservationOfferingsCommandOutput } from "../commands/DescribeHostReservationOfferingsCommand";
|
|
222
|
-
import { DescribeHostReservationsCommandInput, DescribeHostReservationsCommandOutput } from "../commands/DescribeHostReservationsCommand";
|
|
223
|
-
import { DescribeHostsCommandInput, DescribeHostsCommandOutput } from "../commands/DescribeHostsCommand";
|
|
224
|
-
import { DescribeIamInstanceProfileAssociationsCommandInput, DescribeIamInstanceProfileAssociationsCommandOutput } from "../commands/DescribeIamInstanceProfileAssociationsCommand";
|
|
225
|
-
import { DescribeIdentityIdFormatCommandInput, DescribeIdentityIdFormatCommandOutput } from "../commands/DescribeIdentityIdFormatCommand";
|
|
226
|
-
import { DescribeIdFormatCommandInput, DescribeIdFormatCommandOutput } from "../commands/DescribeIdFormatCommand";
|
|
227
|
-
import { DescribeImageAttributeCommandInput, DescribeImageAttributeCommandOutput } from "../commands/DescribeImageAttributeCommand";
|
|
228
|
-
import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "../commands/DescribeImagesCommand";
|
|
229
|
-
import { DescribeImportImageTasksCommandInput, DescribeImportImageTasksCommandOutput } from "../commands/DescribeImportImageTasksCommand";
|
|
230
|
-
import { DescribeImportSnapshotTasksCommandInput, DescribeImportSnapshotTasksCommandOutput } from "../commands/DescribeImportSnapshotTasksCommand";
|
|
231
|
-
import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "../commands/DescribeInstanceAttributeCommand";
|
|
232
|
-
import { DescribeInstanceCreditSpecificationsCommandInput, DescribeInstanceCreditSpecificationsCommandOutput } from "../commands/DescribeInstanceCreditSpecificationsCommand";
|
|
233
|
-
import { DescribeInstanceEventNotificationAttributesCommandInput, DescribeInstanceEventNotificationAttributesCommandOutput } from "../commands/DescribeInstanceEventNotificationAttributesCommand";
|
|
234
|
-
import { DescribeInstanceEventWindowsCommandInput, DescribeInstanceEventWindowsCommandOutput } from "../commands/DescribeInstanceEventWindowsCommand";
|
|
235
|
-
import { DescribeInstancesCommandInput, DescribeInstancesCommandOutput } from "../commands/DescribeInstancesCommand";
|
|
236
|
-
import { DescribeInstanceStatusCommandInput, DescribeInstanceStatusCommandOutput } from "../commands/DescribeInstanceStatusCommand";
|
|
237
|
-
import { DescribeInstanceTypeOfferingsCommandInput, DescribeInstanceTypeOfferingsCommandOutput } from "../commands/DescribeInstanceTypeOfferingsCommand";
|
|
238
|
-
import { DescribeInstanceTypesCommandInput, DescribeInstanceTypesCommandOutput } from "../commands/DescribeInstanceTypesCommand";
|
|
239
|
-
import { DescribeInternetGatewaysCommandInput, DescribeInternetGatewaysCommandOutput } from "../commands/DescribeInternetGatewaysCommand";
|
|
240
|
-
import { DescribeIpamPoolsCommandInput, DescribeIpamPoolsCommandOutput } from "../commands/DescribeIpamPoolsCommand";
|
|
241
|
-
import { DescribeIpamsCommandInput, DescribeIpamsCommandOutput } from "../commands/DescribeIpamsCommand";
|
|
242
|
-
import { DescribeIpamScopesCommandInput, DescribeIpamScopesCommandOutput } from "../commands/DescribeIpamScopesCommand";
|
|
243
|
-
import { DescribeIpv6PoolsCommandInput, DescribeIpv6PoolsCommandOutput } from "../commands/DescribeIpv6PoolsCommand";
|
|
244
|
-
import { DescribeKeyPairsCommandInput, DescribeKeyPairsCommandOutput } from "../commands/DescribeKeyPairsCommand";
|
|
245
|
-
import { DescribeLaunchTemplatesCommandInput, DescribeLaunchTemplatesCommandOutput } from "../commands/DescribeLaunchTemplatesCommand";
|
|
246
|
-
import { DescribeLaunchTemplateVersionsCommandInput, DescribeLaunchTemplateVersionsCommandOutput } from "../commands/DescribeLaunchTemplateVersionsCommand";
|
|
247
|
-
import { DescribeLocalGatewayRouteTablesCommandInput, DescribeLocalGatewayRouteTablesCommandOutput } from "../commands/DescribeLocalGatewayRouteTablesCommand";
|
|
248
|
-
import { DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput, DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput } from "../commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand";
|
|
249
|
-
import { DescribeLocalGatewayRouteTableVpcAssociationsCommandInput, DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput } from "../commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand";
|
|
250
|
-
import { DescribeLocalGatewaysCommandInput, DescribeLocalGatewaysCommandOutput } from "../commands/DescribeLocalGatewaysCommand";
|
|
251
|
-
import { DescribeLocalGatewayVirtualInterfaceGroupsCommandInput, DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput } from "../commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand";
|
|
252
|
-
import { DescribeLocalGatewayVirtualInterfacesCommandInput, DescribeLocalGatewayVirtualInterfacesCommandOutput } from "../commands/DescribeLocalGatewayVirtualInterfacesCommand";
|
|
253
|
-
import { DescribeManagedPrefixListsCommandInput, DescribeManagedPrefixListsCommandOutput } from "../commands/DescribeManagedPrefixListsCommand";
|
|
254
|
-
import { DescribeMovingAddressesCommandInput, DescribeMovingAddressesCommandOutput } from "../commands/DescribeMovingAddressesCommand";
|
|
255
|
-
import { DescribeNatGatewaysCommandInput, DescribeNatGatewaysCommandOutput } from "../commands/DescribeNatGatewaysCommand";
|
|
256
|
-
import { DescribeNetworkAclsCommandInput, DescribeNetworkAclsCommandOutput } from "../commands/DescribeNetworkAclsCommand";
|
|
257
|
-
import { DescribeNetworkInsightsAccessScopeAnalysesCommandInput, DescribeNetworkInsightsAccessScopeAnalysesCommandOutput } from "../commands/DescribeNetworkInsightsAccessScopeAnalysesCommand";
|
|
258
|
-
import { DescribeNetworkInsightsAccessScopesCommandInput, DescribeNetworkInsightsAccessScopesCommandOutput } from "../commands/DescribeNetworkInsightsAccessScopesCommand";
|
|
259
|
-
import { DescribeNetworkInsightsAnalysesCommandInput, DescribeNetworkInsightsAnalysesCommandOutput } from "../commands/DescribeNetworkInsightsAnalysesCommand";
|
|
260
|
-
import { DescribeNetworkInsightsPathsCommandInput, DescribeNetworkInsightsPathsCommandOutput } from "../commands/DescribeNetworkInsightsPathsCommand";
|
|
261
|
-
import { DescribeNetworkInterfaceAttributeCommandInput, DescribeNetworkInterfaceAttributeCommandOutput } from "../commands/DescribeNetworkInterfaceAttributeCommand";
|
|
262
|
-
import { DescribeNetworkInterfacePermissionsCommandInput, DescribeNetworkInterfacePermissionsCommandOutput } from "../commands/DescribeNetworkInterfacePermissionsCommand";
|
|
263
|
-
import { DescribeNetworkInterfacesCommandInput, DescribeNetworkInterfacesCommandOutput } from "../commands/DescribeNetworkInterfacesCommand";
|
|
264
|
-
import { DescribePlacementGroupsCommandInput, DescribePlacementGroupsCommandOutput } from "../commands/DescribePlacementGroupsCommand";
|
|
265
|
-
import { DescribePrefixListsCommandInput, DescribePrefixListsCommandOutput } from "../commands/DescribePrefixListsCommand";
|
|
266
|
-
import { DescribePrincipalIdFormatCommandInput, DescribePrincipalIdFormatCommandOutput } from "../commands/DescribePrincipalIdFormatCommand";
|
|
267
|
-
import { DescribePublicIpv4PoolsCommandInput, DescribePublicIpv4PoolsCommandOutput } from "../commands/DescribePublicIpv4PoolsCommand";
|
|
268
|
-
import { DescribeRegionsCommandInput, DescribeRegionsCommandOutput } from "../commands/DescribeRegionsCommand";
|
|
269
|
-
import { DescribeReplaceRootVolumeTasksCommandInput, DescribeReplaceRootVolumeTasksCommandOutput } from "../commands/DescribeReplaceRootVolumeTasksCommand";
|
|
270
|
-
import { DescribeReservedInstancesCommandInput, DescribeReservedInstancesCommandOutput } from "../commands/DescribeReservedInstancesCommand";
|
|
271
|
-
import { DescribeReservedInstancesListingsCommandInput, DescribeReservedInstancesListingsCommandOutput } from "../commands/DescribeReservedInstancesListingsCommand";
|
|
272
|
-
import { DescribeReservedInstancesModificationsCommandInput, DescribeReservedInstancesModificationsCommandOutput } from "../commands/DescribeReservedInstancesModificationsCommand";
|
|
273
|
-
import { DescribeReservedInstancesOfferingsCommandInput, DescribeReservedInstancesOfferingsCommandOutput } from "../commands/DescribeReservedInstancesOfferingsCommand";
|
|
274
|
-
import { DescribeRouteTablesCommandInput, DescribeRouteTablesCommandOutput } from "../commands/DescribeRouteTablesCommand";
|
|
275
|
-
import { DescribeScheduledInstanceAvailabilityCommandInput, DescribeScheduledInstanceAvailabilityCommandOutput } from "../commands/DescribeScheduledInstanceAvailabilityCommand";
|
|
276
|
-
import { DescribeScheduledInstancesCommandInput, DescribeScheduledInstancesCommandOutput } from "../commands/DescribeScheduledInstancesCommand";
|
|
277
|
-
import { DescribeSecurityGroupReferencesCommandInput, DescribeSecurityGroupReferencesCommandOutput } from "../commands/DescribeSecurityGroupReferencesCommand";
|
|
278
|
-
import { DescribeSecurityGroupRulesCommandInput, DescribeSecurityGroupRulesCommandOutput } from "../commands/DescribeSecurityGroupRulesCommand";
|
|
279
|
-
import { DescribeSecurityGroupsCommandInput, DescribeSecurityGroupsCommandOutput } from "../commands/DescribeSecurityGroupsCommand";
|
|
280
|
-
import { DescribeSnapshotAttributeCommandInput, DescribeSnapshotAttributeCommandOutput } from "../commands/DescribeSnapshotAttributeCommand";
|
|
281
|
-
import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "../commands/DescribeSnapshotsCommand";
|
|
282
|
-
import { DescribeSnapshotTierStatusCommandInput, DescribeSnapshotTierStatusCommandOutput } from "../commands/DescribeSnapshotTierStatusCommand";
|
|
283
|
-
import { DescribeSpotDatafeedSubscriptionCommandInput, DescribeSpotDatafeedSubscriptionCommandOutput } from "../commands/DescribeSpotDatafeedSubscriptionCommand";
|
|
284
|
-
import { DescribeSpotFleetInstancesCommandInput, DescribeSpotFleetInstancesCommandOutput } from "../commands/DescribeSpotFleetInstancesCommand";
|
|
285
|
-
import { DescribeSpotFleetRequestHistoryCommandInput, DescribeSpotFleetRequestHistoryCommandOutput } from "../commands/DescribeSpotFleetRequestHistoryCommand";
|
|
286
|
-
import { DescribeSpotFleetRequestsCommandInput, DescribeSpotFleetRequestsCommandOutput } from "../commands/DescribeSpotFleetRequestsCommand";
|
|
287
|
-
import { DescribeSpotInstanceRequestsCommandInput, DescribeSpotInstanceRequestsCommandOutput } from "../commands/DescribeSpotInstanceRequestsCommand";
|
|
288
|
-
import { DescribeSpotPriceHistoryCommandInput, DescribeSpotPriceHistoryCommandOutput } from "../commands/DescribeSpotPriceHistoryCommand";
|
|
289
|
-
import { DescribeStaleSecurityGroupsCommandInput, DescribeStaleSecurityGroupsCommandOutput } from "../commands/DescribeStaleSecurityGroupsCommand";
|
|
290
|
-
import { DescribeStoreImageTasksCommandInput, DescribeStoreImageTasksCommandOutput } from "../commands/DescribeStoreImageTasksCommand";
|
|
291
|
-
import { DescribeSubnetsCommandInput, DescribeSubnetsCommandOutput } from "../commands/DescribeSubnetsCommand";
|
|
292
|
-
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "../commands/DescribeTagsCommand";
|
|
293
|
-
import { DescribeTrafficMirrorFiltersCommandInput, DescribeTrafficMirrorFiltersCommandOutput } from "../commands/DescribeTrafficMirrorFiltersCommand";
|
|
294
|
-
import { DescribeTrafficMirrorSessionsCommandInput, DescribeTrafficMirrorSessionsCommandOutput } from "../commands/DescribeTrafficMirrorSessionsCommand";
|
|
295
|
-
import { DescribeTrafficMirrorTargetsCommandInput, DescribeTrafficMirrorTargetsCommandOutput } from "../commands/DescribeTrafficMirrorTargetsCommand";
|
|
296
|
-
import { DescribeTransitGatewayAttachmentsCommandInput, DescribeTransitGatewayAttachmentsCommandOutput } from "../commands/DescribeTransitGatewayAttachmentsCommand";
|
|
297
|
-
import { DescribeTransitGatewayConnectPeersCommandInput, DescribeTransitGatewayConnectPeersCommandOutput } from "../commands/DescribeTransitGatewayConnectPeersCommand";
|
|
298
|
-
import { DescribeTransitGatewayConnectsCommandInput, DescribeTransitGatewayConnectsCommandOutput } from "../commands/DescribeTransitGatewayConnectsCommand";
|
|
299
|
-
import { DescribeTransitGatewayMulticastDomainsCommandInput, DescribeTransitGatewayMulticastDomainsCommandOutput } from "../commands/DescribeTransitGatewayMulticastDomainsCommand";
|
|
300
|
-
import { DescribeTransitGatewayPeeringAttachmentsCommandInput, DescribeTransitGatewayPeeringAttachmentsCommandOutput } from "../commands/DescribeTransitGatewayPeeringAttachmentsCommand";
|
|
301
|
-
import { DescribeTransitGatewayRouteTablesCommandInput, DescribeTransitGatewayRouteTablesCommandOutput } from "../commands/DescribeTransitGatewayRouteTablesCommand";
|
|
302
|
-
import { DescribeTransitGatewaysCommandInput, DescribeTransitGatewaysCommandOutput } from "../commands/DescribeTransitGatewaysCommand";
|
|
303
|
-
import { DescribeTransitGatewayVpcAttachmentsCommandInput, DescribeTransitGatewayVpcAttachmentsCommandOutput } from "../commands/DescribeTransitGatewayVpcAttachmentsCommand";
|
|
304
|
-
import { DescribeTrunkInterfaceAssociationsCommandInput, DescribeTrunkInterfaceAssociationsCommandOutput } from "../commands/DescribeTrunkInterfaceAssociationsCommand";
|
|
305
|
-
import { DescribeVolumeAttributeCommandInput, DescribeVolumeAttributeCommandOutput } from "../commands/DescribeVolumeAttributeCommand";
|
|
306
|
-
import { DescribeVolumesCommandInput, DescribeVolumesCommandOutput } from "../commands/DescribeVolumesCommand";
|
|
307
|
-
import { DescribeVolumesModificationsCommandInput, DescribeVolumesModificationsCommandOutput } from "../commands/DescribeVolumesModificationsCommand";
|
|
308
|
-
import { DescribeVolumeStatusCommandInput, DescribeVolumeStatusCommandOutput } from "../commands/DescribeVolumeStatusCommand";
|
|
309
|
-
import { DescribeVpcAttributeCommandInput, DescribeVpcAttributeCommandOutput } from "../commands/DescribeVpcAttributeCommand";
|
|
310
|
-
import { DescribeVpcClassicLinkCommandInput, DescribeVpcClassicLinkCommandOutput } from "../commands/DescribeVpcClassicLinkCommand";
|
|
311
|
-
import { DescribeVpcClassicLinkDnsSupportCommandInput, DescribeVpcClassicLinkDnsSupportCommandOutput } from "../commands/DescribeVpcClassicLinkDnsSupportCommand";
|
|
312
|
-
import { DescribeVpcEndpointConnectionNotificationsCommandInput, DescribeVpcEndpointConnectionNotificationsCommandOutput } from "../commands/DescribeVpcEndpointConnectionNotificationsCommand";
|
|
313
|
-
import { DescribeVpcEndpointConnectionsCommandInput, DescribeVpcEndpointConnectionsCommandOutput } from "../commands/DescribeVpcEndpointConnectionsCommand";
|
|
314
|
-
import { DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput } from "../commands/DescribeVpcEndpointsCommand";
|
|
315
|
-
import { DescribeVpcEndpointServiceConfigurationsCommandInput, DescribeVpcEndpointServiceConfigurationsCommandOutput } from "../commands/DescribeVpcEndpointServiceConfigurationsCommand";
|
|
316
|
-
import { DescribeVpcEndpointServicePermissionsCommandInput, DescribeVpcEndpointServicePermissionsCommandOutput } from "../commands/DescribeVpcEndpointServicePermissionsCommand";
|
|
317
|
-
import { DescribeVpcEndpointServicesCommandInput, DescribeVpcEndpointServicesCommandOutput } from "../commands/DescribeVpcEndpointServicesCommand";
|
|
318
|
-
import { DescribeVpcPeeringConnectionsCommandInput, DescribeVpcPeeringConnectionsCommandOutput } from "../commands/DescribeVpcPeeringConnectionsCommand";
|
|
319
|
-
import { DescribeVpcsCommandInput, DescribeVpcsCommandOutput } from "../commands/DescribeVpcsCommand";
|
|
320
|
-
import { DescribeVpnConnectionsCommandInput, DescribeVpnConnectionsCommandOutput } from "../commands/DescribeVpnConnectionsCommand";
|
|
321
|
-
import { DescribeVpnGatewaysCommandInput, DescribeVpnGatewaysCommandOutput } from "../commands/DescribeVpnGatewaysCommand";
|
|
322
|
-
import { DetachClassicLinkVpcCommandInput, DetachClassicLinkVpcCommandOutput } from "../commands/DetachClassicLinkVpcCommand";
|
|
323
|
-
import { DetachInternetGatewayCommandInput, DetachInternetGatewayCommandOutput } from "../commands/DetachInternetGatewayCommand";
|
|
324
|
-
import { DetachNetworkInterfaceCommandInput, DetachNetworkInterfaceCommandOutput } from "../commands/DetachNetworkInterfaceCommand";
|
|
325
|
-
import { DetachVolumeCommandInput, DetachVolumeCommandOutput } from "../commands/DetachVolumeCommand";
|
|
326
|
-
import { DetachVpnGatewayCommandInput, DetachVpnGatewayCommandOutput } from "../commands/DetachVpnGatewayCommand";
|
|
327
|
-
import { DisableEbsEncryptionByDefaultCommandInput, DisableEbsEncryptionByDefaultCommandOutput } from "../commands/DisableEbsEncryptionByDefaultCommand";
|
|
328
|
-
import { DisableFastLaunchCommandInput, DisableFastLaunchCommandOutput } from "../commands/DisableFastLaunchCommand";
|
|
329
|
-
import { DisableFastSnapshotRestoresCommandInput, DisableFastSnapshotRestoresCommandOutput } from "../commands/DisableFastSnapshotRestoresCommand";
|
|
330
|
-
import { DisableImageDeprecationCommandInput, DisableImageDeprecationCommandOutput } from "../commands/DisableImageDeprecationCommand";
|
|
331
|
-
import { DisableIpamOrganizationAdminAccountCommandInput, DisableIpamOrganizationAdminAccountCommandOutput } from "../commands/DisableIpamOrganizationAdminAccountCommand";
|
|
332
|
-
import { DisableSerialConsoleAccessCommandInput, DisableSerialConsoleAccessCommandOutput } from "../commands/DisableSerialConsoleAccessCommand";
|
|
333
|
-
import { DisableTransitGatewayRouteTablePropagationCommandInput, DisableTransitGatewayRouteTablePropagationCommandOutput } from "../commands/DisableTransitGatewayRouteTablePropagationCommand";
|
|
334
|
-
import { DisableVgwRoutePropagationCommandInput, DisableVgwRoutePropagationCommandOutput } from "../commands/DisableVgwRoutePropagationCommand";
|
|
335
|
-
import { DisableVpcClassicLinkCommandInput, DisableVpcClassicLinkCommandOutput } from "../commands/DisableVpcClassicLinkCommand";
|
|
336
|
-
import { DisableVpcClassicLinkDnsSupportCommandInput, DisableVpcClassicLinkDnsSupportCommandOutput } from "../commands/DisableVpcClassicLinkDnsSupportCommand";
|
|
337
|
-
import { DisassociateAddressCommandInput, DisassociateAddressCommandOutput } from "../commands/DisassociateAddressCommand";
|
|
338
|
-
import { DisassociateClientVpnTargetNetworkCommandInput, DisassociateClientVpnTargetNetworkCommandOutput } from "../commands/DisassociateClientVpnTargetNetworkCommand";
|
|
339
|
-
import { DisassociateEnclaveCertificateIamRoleCommandInput, DisassociateEnclaveCertificateIamRoleCommandOutput } from "../commands/DisassociateEnclaveCertificateIamRoleCommand";
|
|
340
|
-
import { DisassociateIamInstanceProfileCommandInput, DisassociateIamInstanceProfileCommandOutput } from "../commands/DisassociateIamInstanceProfileCommand";
|
|
341
|
-
import { DisassociateInstanceEventWindowCommandInput, DisassociateInstanceEventWindowCommandOutput } from "../commands/DisassociateInstanceEventWindowCommand";
|
|
342
|
-
import { DisassociateRouteTableCommandInput, DisassociateRouteTableCommandOutput } from "../commands/DisassociateRouteTableCommand";
|
|
343
|
-
import { DisassociateSubnetCidrBlockCommandInput, DisassociateSubnetCidrBlockCommandOutput } from "../commands/DisassociateSubnetCidrBlockCommand";
|
|
344
|
-
import { DisassociateTransitGatewayMulticastDomainCommandInput, DisassociateTransitGatewayMulticastDomainCommandOutput } from "../commands/DisassociateTransitGatewayMulticastDomainCommand";
|
|
345
|
-
import { DisassociateTransitGatewayRouteTableCommandInput, DisassociateTransitGatewayRouteTableCommandOutput } from "../commands/DisassociateTransitGatewayRouteTableCommand";
|
|
346
|
-
import { DisassociateTrunkInterfaceCommandInput, DisassociateTrunkInterfaceCommandOutput } from "../commands/DisassociateTrunkInterfaceCommand";
|
|
347
|
-
import { DisassociateVpcCidrBlockCommandInput, DisassociateVpcCidrBlockCommandOutput } from "../commands/DisassociateVpcCidrBlockCommand";
|
|
348
|
-
import { EnableEbsEncryptionByDefaultCommandInput, EnableEbsEncryptionByDefaultCommandOutput } from "../commands/EnableEbsEncryptionByDefaultCommand";
|
|
349
|
-
import { EnableFastLaunchCommandInput, EnableFastLaunchCommandOutput } from "../commands/EnableFastLaunchCommand";
|
|
350
|
-
import { EnableFastSnapshotRestoresCommandInput, EnableFastSnapshotRestoresCommandOutput } from "../commands/EnableFastSnapshotRestoresCommand";
|
|
351
|
-
import { EnableImageDeprecationCommandInput, EnableImageDeprecationCommandOutput } from "../commands/EnableImageDeprecationCommand";
|
|
352
|
-
import { EnableIpamOrganizationAdminAccountCommandInput, EnableIpamOrganizationAdminAccountCommandOutput } from "../commands/EnableIpamOrganizationAdminAccountCommand";
|
|
353
|
-
import { EnableSerialConsoleAccessCommandInput, EnableSerialConsoleAccessCommandOutput } from "../commands/EnableSerialConsoleAccessCommand";
|
|
354
|
-
import { EnableTransitGatewayRouteTablePropagationCommandInput, EnableTransitGatewayRouteTablePropagationCommandOutput } from "../commands/EnableTransitGatewayRouteTablePropagationCommand";
|
|
355
|
-
import { EnableVgwRoutePropagationCommandInput, EnableVgwRoutePropagationCommandOutput } from "../commands/EnableVgwRoutePropagationCommand";
|
|
356
|
-
import { EnableVolumeIOCommandInput, EnableVolumeIOCommandOutput } from "../commands/EnableVolumeIOCommand";
|
|
357
|
-
import { EnableVpcClassicLinkCommandInput, EnableVpcClassicLinkCommandOutput } from "../commands/EnableVpcClassicLinkCommand";
|
|
358
|
-
import { EnableVpcClassicLinkDnsSupportCommandInput, EnableVpcClassicLinkDnsSupportCommandOutput } from "../commands/EnableVpcClassicLinkDnsSupportCommand";
|
|
359
|
-
import { ExportClientVpnClientCertificateRevocationListCommandInput, ExportClientVpnClientCertificateRevocationListCommandOutput } from "../commands/ExportClientVpnClientCertificateRevocationListCommand";
|
|
360
|
-
import { ExportClientVpnClientConfigurationCommandInput, ExportClientVpnClientConfigurationCommandOutput } from "../commands/ExportClientVpnClientConfigurationCommand";
|
|
361
|
-
import { ExportImageCommandInput, ExportImageCommandOutput } from "../commands/ExportImageCommand";
|
|
362
|
-
import { ExportTransitGatewayRoutesCommandInput, ExportTransitGatewayRoutesCommandOutput } from "../commands/ExportTransitGatewayRoutesCommand";
|
|
363
|
-
import { GetAssociatedEnclaveCertificateIamRolesCommandInput, GetAssociatedEnclaveCertificateIamRolesCommandOutput } from "../commands/GetAssociatedEnclaveCertificateIamRolesCommand";
|
|
364
|
-
import { GetAssociatedIpv6PoolCidrsCommandInput, GetAssociatedIpv6PoolCidrsCommandOutput } from "../commands/GetAssociatedIpv6PoolCidrsCommand";
|
|
365
|
-
import { GetCapacityReservationUsageCommandInput, GetCapacityReservationUsageCommandOutput } from "../commands/GetCapacityReservationUsageCommand";
|
|
366
|
-
import { GetCoipPoolUsageCommandInput, GetCoipPoolUsageCommandOutput } from "../commands/GetCoipPoolUsageCommand";
|
|
367
|
-
import { GetConsoleOutputCommandInput, GetConsoleOutputCommandOutput } from "../commands/GetConsoleOutputCommand";
|
|
368
|
-
import { GetConsoleScreenshotCommandInput, GetConsoleScreenshotCommandOutput } from "../commands/GetConsoleScreenshotCommand";
|
|
369
|
-
import { GetDefaultCreditSpecificationCommandInput, GetDefaultCreditSpecificationCommandOutput } from "../commands/GetDefaultCreditSpecificationCommand";
|
|
370
|
-
import { GetEbsDefaultKmsKeyIdCommandInput, GetEbsDefaultKmsKeyIdCommandOutput } from "../commands/GetEbsDefaultKmsKeyIdCommand";
|
|
371
|
-
import { GetEbsEncryptionByDefaultCommandInput, GetEbsEncryptionByDefaultCommandOutput } from "../commands/GetEbsEncryptionByDefaultCommand";
|
|
372
|
-
import { GetFlowLogsIntegrationTemplateCommandInput, GetFlowLogsIntegrationTemplateCommandOutput } from "../commands/GetFlowLogsIntegrationTemplateCommand";
|
|
373
|
-
import { GetGroupsForCapacityReservationCommandInput, GetGroupsForCapacityReservationCommandOutput } from "../commands/GetGroupsForCapacityReservationCommand";
|
|
374
|
-
import { GetHostReservationPurchasePreviewCommandInput, GetHostReservationPurchasePreviewCommandOutput } from "../commands/GetHostReservationPurchasePreviewCommand";
|
|
375
|
-
import { GetInstanceTypesFromInstanceRequirementsCommandInput, GetInstanceTypesFromInstanceRequirementsCommandOutput } from "../commands/GetInstanceTypesFromInstanceRequirementsCommand";
|
|
376
|
-
import { GetIpamAddressHistoryCommandInput, GetIpamAddressHistoryCommandOutput } from "../commands/GetIpamAddressHistoryCommand";
|
|
377
|
-
import { GetIpamPoolAllocationsCommandInput, GetIpamPoolAllocationsCommandOutput } from "../commands/GetIpamPoolAllocationsCommand";
|
|
378
|
-
import { GetIpamPoolCidrsCommandInput, GetIpamPoolCidrsCommandOutput } from "../commands/GetIpamPoolCidrsCommand";
|
|
379
|
-
import { GetIpamResourceCidrsCommandInput, GetIpamResourceCidrsCommandOutput } from "../commands/GetIpamResourceCidrsCommand";
|
|
380
|
-
import { GetLaunchTemplateDataCommandInput, GetLaunchTemplateDataCommandOutput } from "../commands/GetLaunchTemplateDataCommand";
|
|
381
|
-
import { GetManagedPrefixListAssociationsCommandInput, GetManagedPrefixListAssociationsCommandOutput } from "../commands/GetManagedPrefixListAssociationsCommand";
|
|
382
|
-
import { GetManagedPrefixListEntriesCommandInput, GetManagedPrefixListEntriesCommandOutput } from "../commands/GetManagedPrefixListEntriesCommand";
|
|
383
|
-
import { GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput, GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput } from "../commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand";
|
|
384
|
-
import { GetNetworkInsightsAccessScopeContentCommandInput, GetNetworkInsightsAccessScopeContentCommandOutput } from "../commands/GetNetworkInsightsAccessScopeContentCommand";
|
|
385
|
-
import { GetPasswordDataCommandInput, GetPasswordDataCommandOutput } from "../commands/GetPasswordDataCommand";
|
|
386
|
-
import { GetReservedInstancesExchangeQuoteCommandInput, GetReservedInstancesExchangeQuoteCommandOutput } from "../commands/GetReservedInstancesExchangeQuoteCommand";
|
|
387
|
-
import { GetSerialConsoleAccessStatusCommandInput, GetSerialConsoleAccessStatusCommandOutput } from "../commands/GetSerialConsoleAccessStatusCommand";
|
|
388
|
-
import { GetSpotPlacementScoresCommandInput, GetSpotPlacementScoresCommandOutput } from "../commands/GetSpotPlacementScoresCommand";
|
|
389
|
-
import { GetSubnetCidrReservationsCommandInput, GetSubnetCidrReservationsCommandOutput } from "../commands/GetSubnetCidrReservationsCommand";
|
|
390
|
-
import { GetTransitGatewayAttachmentPropagationsCommandInput, GetTransitGatewayAttachmentPropagationsCommandOutput } from "../commands/GetTransitGatewayAttachmentPropagationsCommand";
|
|
391
|
-
import { GetTransitGatewayMulticastDomainAssociationsCommandInput, GetTransitGatewayMulticastDomainAssociationsCommandOutput } from "../commands/GetTransitGatewayMulticastDomainAssociationsCommand";
|
|
392
|
-
import { GetTransitGatewayPrefixListReferencesCommandInput, GetTransitGatewayPrefixListReferencesCommandOutput } from "../commands/GetTransitGatewayPrefixListReferencesCommand";
|
|
393
|
-
import { GetTransitGatewayRouteTableAssociationsCommandInput, GetTransitGatewayRouteTableAssociationsCommandOutput } from "../commands/GetTransitGatewayRouteTableAssociationsCommand";
|
|
394
|
-
import { GetTransitGatewayRouteTablePropagationsCommandInput, GetTransitGatewayRouteTablePropagationsCommandOutput } from "../commands/GetTransitGatewayRouteTablePropagationsCommand";
|
|
395
|
-
import { GetVpnConnectionDeviceSampleConfigurationCommandInput, GetVpnConnectionDeviceSampleConfigurationCommandOutput } from "../commands/GetVpnConnectionDeviceSampleConfigurationCommand";
|
|
396
|
-
import { GetVpnConnectionDeviceTypesCommandInput, GetVpnConnectionDeviceTypesCommandOutput } from "../commands/GetVpnConnectionDeviceTypesCommand";
|
|
397
|
-
import { ImportClientVpnClientCertificateRevocationListCommandInput, ImportClientVpnClientCertificateRevocationListCommandOutput } from "../commands/ImportClientVpnClientCertificateRevocationListCommand";
|
|
398
|
-
import { ImportImageCommandInput, ImportImageCommandOutput } from "../commands/ImportImageCommand";
|
|
399
|
-
import { ImportInstanceCommandInput, ImportInstanceCommandOutput } from "../commands/ImportInstanceCommand";
|
|
400
|
-
import { ImportKeyPairCommandInput, ImportKeyPairCommandOutput } from "../commands/ImportKeyPairCommand";
|
|
401
|
-
import { ImportSnapshotCommandInput, ImportSnapshotCommandOutput } from "../commands/ImportSnapshotCommand";
|
|
402
|
-
import { ImportVolumeCommandInput, ImportVolumeCommandOutput } from "../commands/ImportVolumeCommand";
|
|
403
|
-
import { ListSnapshotsInRecycleBinCommandInput, ListSnapshotsInRecycleBinCommandOutput } from "../commands/ListSnapshotsInRecycleBinCommand";
|
|
404
|
-
import { ModifyAddressAttributeCommandInput, ModifyAddressAttributeCommandOutput } from "../commands/ModifyAddressAttributeCommand";
|
|
405
|
-
import { ModifyAvailabilityZoneGroupCommandInput, ModifyAvailabilityZoneGroupCommandOutput } from "../commands/ModifyAvailabilityZoneGroupCommand";
|
|
406
|
-
import { ModifyCapacityReservationCommandInput, ModifyCapacityReservationCommandOutput } from "../commands/ModifyCapacityReservationCommand";
|
|
407
|
-
import { ModifyCapacityReservationFleetCommandInput, ModifyCapacityReservationFleetCommandOutput } from "../commands/ModifyCapacityReservationFleetCommand";
|
|
408
|
-
import { ModifyClientVpnEndpointCommandInput, ModifyClientVpnEndpointCommandOutput } from "../commands/ModifyClientVpnEndpointCommand";
|
|
409
|
-
import { ModifyDefaultCreditSpecificationCommandInput, ModifyDefaultCreditSpecificationCommandOutput } from "../commands/ModifyDefaultCreditSpecificationCommand";
|
|
410
|
-
import { ModifyEbsDefaultKmsKeyIdCommandInput, ModifyEbsDefaultKmsKeyIdCommandOutput } from "../commands/ModifyEbsDefaultKmsKeyIdCommand";
|
|
411
|
-
import { ModifyFleetCommandInput, ModifyFleetCommandOutput } from "../commands/ModifyFleetCommand";
|
|
412
|
-
import { ModifyFpgaImageAttributeCommandInput, ModifyFpgaImageAttributeCommandOutput } from "../commands/ModifyFpgaImageAttributeCommand";
|
|
413
|
-
import { ModifyHostsCommandInput, ModifyHostsCommandOutput } from "../commands/ModifyHostsCommand";
|
|
414
|
-
import { ModifyIdentityIdFormatCommandInput, ModifyIdentityIdFormatCommandOutput } from "../commands/ModifyIdentityIdFormatCommand";
|
|
415
|
-
import { ModifyIdFormatCommandInput, ModifyIdFormatCommandOutput } from "../commands/ModifyIdFormatCommand";
|
|
416
|
-
import { ModifyImageAttributeCommandInput, ModifyImageAttributeCommandOutput } from "../commands/ModifyImageAttributeCommand";
|
|
417
|
-
import { ModifyInstanceAttributeCommandInput, ModifyInstanceAttributeCommandOutput } from "../commands/ModifyInstanceAttributeCommand";
|
|
418
|
-
import { ModifyInstanceCapacityReservationAttributesCommandInput, ModifyInstanceCapacityReservationAttributesCommandOutput } from "../commands/ModifyInstanceCapacityReservationAttributesCommand";
|
|
419
|
-
import { ModifyInstanceCreditSpecificationCommandInput, ModifyInstanceCreditSpecificationCommandOutput } from "../commands/ModifyInstanceCreditSpecificationCommand";
|
|
420
|
-
import { ModifyInstanceEventStartTimeCommandInput, ModifyInstanceEventStartTimeCommandOutput } from "../commands/ModifyInstanceEventStartTimeCommand";
|
|
421
|
-
import { ModifyInstanceEventWindowCommandInput, ModifyInstanceEventWindowCommandOutput } from "../commands/ModifyInstanceEventWindowCommand";
|
|
422
|
-
import { ModifyInstanceMetadataOptionsCommandInput, ModifyInstanceMetadataOptionsCommandOutput } from "../commands/ModifyInstanceMetadataOptionsCommand";
|
|
423
|
-
import { ModifyInstancePlacementCommandInput, ModifyInstancePlacementCommandOutput } from "../commands/ModifyInstancePlacementCommand";
|
|
424
|
-
import { ModifyIpamCommandInput, ModifyIpamCommandOutput } from "../commands/ModifyIpamCommand";
|
|
425
|
-
import { ModifyIpamPoolCommandInput, ModifyIpamPoolCommandOutput } from "../commands/ModifyIpamPoolCommand";
|
|
426
|
-
import { ModifyIpamResourceCidrCommandInput, ModifyIpamResourceCidrCommandOutput } from "../commands/ModifyIpamResourceCidrCommand";
|
|
427
|
-
import { ModifyIpamScopeCommandInput, ModifyIpamScopeCommandOutput } from "../commands/ModifyIpamScopeCommand";
|
|
428
|
-
import { ModifyLaunchTemplateCommandInput, ModifyLaunchTemplateCommandOutput } from "../commands/ModifyLaunchTemplateCommand";
|
|
429
|
-
import { ModifyManagedPrefixListCommandInput, ModifyManagedPrefixListCommandOutput } from "../commands/ModifyManagedPrefixListCommand";
|
|
430
|
-
import { ModifyNetworkInterfaceAttributeCommandInput, ModifyNetworkInterfaceAttributeCommandOutput } from "../commands/ModifyNetworkInterfaceAttributeCommand";
|
|
431
|
-
import { ModifyPrivateDnsNameOptionsCommandInput, ModifyPrivateDnsNameOptionsCommandOutput } from "../commands/ModifyPrivateDnsNameOptionsCommand";
|
|
432
|
-
import { ModifyReservedInstancesCommandInput, ModifyReservedInstancesCommandOutput } from "../commands/ModifyReservedInstancesCommand";
|
|
433
|
-
import { ModifySecurityGroupRulesCommandInput, ModifySecurityGroupRulesCommandOutput } from "../commands/ModifySecurityGroupRulesCommand";
|
|
434
|
-
import { ModifySnapshotAttributeCommandInput, ModifySnapshotAttributeCommandOutput } from "../commands/ModifySnapshotAttributeCommand";
|
|
435
|
-
import { ModifySnapshotTierCommandInput, ModifySnapshotTierCommandOutput } from "../commands/ModifySnapshotTierCommand";
|
|
436
|
-
import { ModifySpotFleetRequestCommandInput, ModifySpotFleetRequestCommandOutput } from "../commands/ModifySpotFleetRequestCommand";
|
|
437
|
-
import { ModifySubnetAttributeCommandInput, ModifySubnetAttributeCommandOutput } from "../commands/ModifySubnetAttributeCommand";
|
|
438
|
-
import { ModifyTrafficMirrorFilterNetworkServicesCommandInput, ModifyTrafficMirrorFilterNetworkServicesCommandOutput } from "../commands/ModifyTrafficMirrorFilterNetworkServicesCommand";
|
|
439
|
-
import { ModifyTrafficMirrorFilterRuleCommandInput, ModifyTrafficMirrorFilterRuleCommandOutput } from "../commands/ModifyTrafficMirrorFilterRuleCommand";
|
|
440
|
-
import { ModifyTrafficMirrorSessionCommandInput, ModifyTrafficMirrorSessionCommandOutput } from "../commands/ModifyTrafficMirrorSessionCommand";
|
|
441
|
-
import { ModifyTransitGatewayCommandInput, ModifyTransitGatewayCommandOutput } from "../commands/ModifyTransitGatewayCommand";
|
|
442
|
-
import { ModifyTransitGatewayPrefixListReferenceCommandInput, ModifyTransitGatewayPrefixListReferenceCommandOutput } from "../commands/ModifyTransitGatewayPrefixListReferenceCommand";
|
|
443
|
-
import { ModifyTransitGatewayVpcAttachmentCommandInput, ModifyTransitGatewayVpcAttachmentCommandOutput } from "../commands/ModifyTransitGatewayVpcAttachmentCommand";
|
|
444
|
-
import { ModifyVolumeAttributeCommandInput, ModifyVolumeAttributeCommandOutput } from "../commands/ModifyVolumeAttributeCommand";
|
|
445
|
-
import { ModifyVolumeCommandInput, ModifyVolumeCommandOutput } from "../commands/ModifyVolumeCommand";
|
|
446
|
-
import { ModifyVpcAttributeCommandInput, ModifyVpcAttributeCommandOutput } from "../commands/ModifyVpcAttributeCommand";
|
|
447
|
-
import { ModifyVpcEndpointCommandInput, ModifyVpcEndpointCommandOutput } from "../commands/ModifyVpcEndpointCommand";
|
|
448
|
-
import { ModifyVpcEndpointConnectionNotificationCommandInput, ModifyVpcEndpointConnectionNotificationCommandOutput } from "../commands/ModifyVpcEndpointConnectionNotificationCommand";
|
|
449
|
-
import { ModifyVpcEndpointServiceConfigurationCommandInput, ModifyVpcEndpointServiceConfigurationCommandOutput } from "../commands/ModifyVpcEndpointServiceConfigurationCommand";
|
|
450
|
-
import { ModifyVpcEndpointServicePayerResponsibilityCommandInput, ModifyVpcEndpointServicePayerResponsibilityCommandOutput } from "../commands/ModifyVpcEndpointServicePayerResponsibilityCommand";
|
|
451
|
-
import { ModifyVpcEndpointServicePermissionsCommandInput, ModifyVpcEndpointServicePermissionsCommandOutput } from "../commands/ModifyVpcEndpointServicePermissionsCommand";
|
|
452
|
-
import { ModifyVpcPeeringConnectionOptionsCommandInput, ModifyVpcPeeringConnectionOptionsCommandOutput } from "../commands/ModifyVpcPeeringConnectionOptionsCommand";
|
|
453
|
-
import { ModifyVpcTenancyCommandInput, ModifyVpcTenancyCommandOutput } from "../commands/ModifyVpcTenancyCommand";
|
|
454
|
-
import { ModifyVpnConnectionCommandInput, ModifyVpnConnectionCommandOutput } from "../commands/ModifyVpnConnectionCommand";
|
|
455
|
-
import { ModifyVpnConnectionOptionsCommandInput, ModifyVpnConnectionOptionsCommandOutput } from "../commands/ModifyVpnConnectionOptionsCommand";
|
|
456
|
-
import { ModifyVpnTunnelCertificateCommandInput, ModifyVpnTunnelCertificateCommandOutput } from "../commands/ModifyVpnTunnelCertificateCommand";
|
|
457
|
-
import { ModifyVpnTunnelOptionsCommandInput, ModifyVpnTunnelOptionsCommandOutput } from "../commands/ModifyVpnTunnelOptionsCommand";
|
|
458
|
-
import { MonitorInstancesCommandInput, MonitorInstancesCommandOutput } from "../commands/MonitorInstancesCommand";
|
|
459
|
-
import { MoveAddressToVpcCommandInput, MoveAddressToVpcCommandOutput } from "../commands/MoveAddressToVpcCommand";
|
|
460
|
-
import { MoveByoipCidrToIpamCommandInput, MoveByoipCidrToIpamCommandOutput } from "../commands/MoveByoipCidrToIpamCommand";
|
|
461
|
-
import { ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput } from "../commands/ProvisionByoipCidrCommand";
|
|
462
|
-
import { ProvisionIpamPoolCidrCommandInput, ProvisionIpamPoolCidrCommandOutput } from "../commands/ProvisionIpamPoolCidrCommand";
|
|
463
|
-
import { ProvisionPublicIpv4PoolCidrCommandInput, ProvisionPublicIpv4PoolCidrCommandOutput } from "../commands/ProvisionPublicIpv4PoolCidrCommand";
|
|
464
|
-
import { PurchaseHostReservationCommandInput, PurchaseHostReservationCommandOutput } from "../commands/PurchaseHostReservationCommand";
|
|
465
|
-
import { PurchaseReservedInstancesOfferingCommandInput, PurchaseReservedInstancesOfferingCommandOutput } from "../commands/PurchaseReservedInstancesOfferingCommand";
|
|
466
|
-
import { PurchaseScheduledInstancesCommandInput, PurchaseScheduledInstancesCommandOutput } from "../commands/PurchaseScheduledInstancesCommand";
|
|
467
|
-
import { RebootInstancesCommandInput, RebootInstancesCommandOutput } from "../commands/RebootInstancesCommand";
|
|
468
|
-
import { RegisterImageCommandInput, RegisterImageCommandOutput } from "../commands/RegisterImageCommand";
|
|
469
|
-
import { RegisterInstanceEventNotificationAttributesCommandInput, RegisterInstanceEventNotificationAttributesCommandOutput } from "../commands/RegisterInstanceEventNotificationAttributesCommand";
|
|
470
|
-
import { RegisterTransitGatewayMulticastGroupMembersCommandInput, RegisterTransitGatewayMulticastGroupMembersCommandOutput } from "../commands/RegisterTransitGatewayMulticastGroupMembersCommand";
|
|
471
|
-
import { RegisterTransitGatewayMulticastGroupSourcesCommandInput, RegisterTransitGatewayMulticastGroupSourcesCommandOutput } from "../commands/RegisterTransitGatewayMulticastGroupSourcesCommand";
|
|
472
|
-
import { RejectTransitGatewayMulticastDomainAssociationsCommandInput, RejectTransitGatewayMulticastDomainAssociationsCommandOutput } from "../commands/RejectTransitGatewayMulticastDomainAssociationsCommand";
|
|
473
|
-
import { RejectTransitGatewayPeeringAttachmentCommandInput, RejectTransitGatewayPeeringAttachmentCommandOutput } from "../commands/RejectTransitGatewayPeeringAttachmentCommand";
|
|
474
|
-
import { RejectTransitGatewayVpcAttachmentCommandInput, RejectTransitGatewayVpcAttachmentCommandOutput } from "../commands/RejectTransitGatewayVpcAttachmentCommand";
|
|
475
|
-
import { RejectVpcEndpointConnectionsCommandInput, RejectVpcEndpointConnectionsCommandOutput } from "../commands/RejectVpcEndpointConnectionsCommand";
|
|
476
|
-
import { RejectVpcPeeringConnectionCommandInput, RejectVpcPeeringConnectionCommandOutput } from "../commands/RejectVpcPeeringConnectionCommand";
|
|
477
|
-
import { ReleaseAddressCommandInput, ReleaseAddressCommandOutput } from "../commands/ReleaseAddressCommand";
|
|
478
|
-
import { ReleaseHostsCommandInput, ReleaseHostsCommandOutput } from "../commands/ReleaseHostsCommand";
|
|
479
|
-
import { ReleaseIpamPoolAllocationCommandInput, ReleaseIpamPoolAllocationCommandOutput } from "../commands/ReleaseIpamPoolAllocationCommand";
|
|
480
|
-
import { ReplaceIamInstanceProfileAssociationCommandInput, ReplaceIamInstanceProfileAssociationCommandOutput } from "../commands/ReplaceIamInstanceProfileAssociationCommand";
|
|
481
|
-
import { ReplaceNetworkAclAssociationCommandInput, ReplaceNetworkAclAssociationCommandOutput } from "../commands/ReplaceNetworkAclAssociationCommand";
|
|
482
|
-
import { ReplaceNetworkAclEntryCommandInput, ReplaceNetworkAclEntryCommandOutput } from "../commands/ReplaceNetworkAclEntryCommand";
|
|
483
|
-
import { ReplaceRouteCommandInput, ReplaceRouteCommandOutput } from "../commands/ReplaceRouteCommand";
|
|
484
|
-
import { ReplaceRouteTableAssociationCommandInput, ReplaceRouteTableAssociationCommandOutput } from "../commands/ReplaceRouteTableAssociationCommand";
|
|
485
|
-
import { ReplaceTransitGatewayRouteCommandInput, ReplaceTransitGatewayRouteCommandOutput } from "../commands/ReplaceTransitGatewayRouteCommand";
|
|
486
|
-
import { ReportInstanceStatusCommandInput, ReportInstanceStatusCommandOutput } from "../commands/ReportInstanceStatusCommand";
|
|
487
|
-
import { RequestSpotFleetCommandInput, RequestSpotFleetCommandOutput } from "../commands/RequestSpotFleetCommand";
|
|
488
|
-
import { RequestSpotInstancesCommandInput, RequestSpotInstancesCommandOutput } from "../commands/RequestSpotInstancesCommand";
|
|
489
|
-
import { ResetAddressAttributeCommandInput, ResetAddressAttributeCommandOutput } from "../commands/ResetAddressAttributeCommand";
|
|
490
|
-
import { ResetEbsDefaultKmsKeyIdCommandInput, ResetEbsDefaultKmsKeyIdCommandOutput } from "../commands/ResetEbsDefaultKmsKeyIdCommand";
|
|
491
|
-
import { ResetFpgaImageAttributeCommandInput, ResetFpgaImageAttributeCommandOutput } from "../commands/ResetFpgaImageAttributeCommand";
|
|
492
|
-
import { ResetImageAttributeCommandInput, ResetImageAttributeCommandOutput } from "../commands/ResetImageAttributeCommand";
|
|
493
|
-
import { ResetInstanceAttributeCommandInput, ResetInstanceAttributeCommandOutput } from "../commands/ResetInstanceAttributeCommand";
|
|
494
|
-
import { ResetNetworkInterfaceAttributeCommandInput, ResetNetworkInterfaceAttributeCommandOutput } from "../commands/ResetNetworkInterfaceAttributeCommand";
|
|
495
|
-
import { ResetSnapshotAttributeCommandInput, ResetSnapshotAttributeCommandOutput } from "../commands/ResetSnapshotAttributeCommand";
|
|
496
|
-
import { RestoreAddressToClassicCommandInput, RestoreAddressToClassicCommandOutput } from "../commands/RestoreAddressToClassicCommand";
|
|
497
|
-
import { RestoreManagedPrefixListVersionCommandInput, RestoreManagedPrefixListVersionCommandOutput } from "../commands/RestoreManagedPrefixListVersionCommand";
|
|
498
|
-
import { RestoreSnapshotFromRecycleBinCommandInput, RestoreSnapshotFromRecycleBinCommandOutput } from "../commands/RestoreSnapshotFromRecycleBinCommand";
|
|
499
|
-
import { RestoreSnapshotTierCommandInput, RestoreSnapshotTierCommandOutput } from "../commands/RestoreSnapshotTierCommand";
|
|
500
|
-
import { RevokeClientVpnIngressCommandInput, RevokeClientVpnIngressCommandOutput } from "../commands/RevokeClientVpnIngressCommand";
|
|
501
|
-
import { RevokeSecurityGroupEgressCommandInput, RevokeSecurityGroupEgressCommandOutput } from "../commands/RevokeSecurityGroupEgressCommand";
|
|
502
|
-
import { RevokeSecurityGroupIngressCommandInput, RevokeSecurityGroupIngressCommandOutput } from "../commands/RevokeSecurityGroupIngressCommand";
|
|
503
|
-
import { RunInstancesCommandInput, RunInstancesCommandOutput } from "../commands/RunInstancesCommand";
|
|
504
|
-
import { RunScheduledInstancesCommandInput, RunScheduledInstancesCommandOutput } from "../commands/RunScheduledInstancesCommand";
|
|
505
|
-
import { SearchLocalGatewayRoutesCommandInput, SearchLocalGatewayRoutesCommandOutput } from "../commands/SearchLocalGatewayRoutesCommand";
|
|
506
|
-
import { SearchTransitGatewayMulticastGroupsCommandInput, SearchTransitGatewayMulticastGroupsCommandOutput } from "../commands/SearchTransitGatewayMulticastGroupsCommand";
|
|
507
|
-
import { SearchTransitGatewayRoutesCommandInput, SearchTransitGatewayRoutesCommandOutput } from "../commands/SearchTransitGatewayRoutesCommand";
|
|
508
|
-
import { SendDiagnosticInterruptCommandInput, SendDiagnosticInterruptCommandOutput } from "../commands/SendDiagnosticInterruptCommand";
|
|
509
|
-
import { StartInstancesCommandInput, StartInstancesCommandOutput } from "../commands/StartInstancesCommand";
|
|
510
|
-
import { StartNetworkInsightsAccessScopeAnalysisCommandInput, StartNetworkInsightsAccessScopeAnalysisCommandOutput } from "../commands/StartNetworkInsightsAccessScopeAnalysisCommand";
|
|
511
|
-
import { StartNetworkInsightsAnalysisCommandInput, StartNetworkInsightsAnalysisCommandOutput } from "../commands/StartNetworkInsightsAnalysisCommand";
|
|
512
|
-
import { StartVpcEndpointServicePrivateDnsVerificationCommandInput, StartVpcEndpointServicePrivateDnsVerificationCommandOutput } from "../commands/StartVpcEndpointServicePrivateDnsVerificationCommand";
|
|
513
|
-
import { StopInstancesCommandInput, StopInstancesCommandOutput } from "../commands/StopInstancesCommand";
|
|
514
|
-
import { TerminateClientVpnConnectionsCommandInput, TerminateClientVpnConnectionsCommandOutput } from "../commands/TerminateClientVpnConnectionsCommand";
|
|
515
|
-
import { TerminateInstancesCommandInput, TerminateInstancesCommandOutput } from "../commands/TerminateInstancesCommand";
|
|
516
|
-
import { UnassignIpv6AddressesCommandInput, UnassignIpv6AddressesCommandOutput } from "../commands/UnassignIpv6AddressesCommand";
|
|
517
|
-
import { UnassignPrivateIpAddressesCommandInput, UnassignPrivateIpAddressesCommandOutput } from "../commands/UnassignPrivateIpAddressesCommand";
|
|
518
|
-
import { UnmonitorInstancesCommandInput, UnmonitorInstancesCommandOutput } from "../commands/UnmonitorInstancesCommand";
|
|
519
|
-
import { UpdateSecurityGroupRuleDescriptionsEgressCommandInput, UpdateSecurityGroupRuleDescriptionsEgressCommandOutput } from "../commands/UpdateSecurityGroupRuleDescriptionsEgressCommand";
|
|
520
|
-
import { UpdateSecurityGroupRuleDescriptionsIngressCommandInput, UpdateSecurityGroupRuleDescriptionsIngressCommandOutput } from "../commands/UpdateSecurityGroupRuleDescriptionsIngressCommand";
|
|
521
|
-
import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "../commands/WithdrawByoipCidrCommand";
|
|
522
|
-
export declare const serializeAws_ec2AcceptReservedInstancesExchangeQuoteCommand: (input: AcceptReservedInstancesExchangeQuoteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
523
|
-
export declare const serializeAws_ec2AcceptTransitGatewayMulticastDomainAssociationsCommand: (input: AcceptTransitGatewayMulticastDomainAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
524
|
-
export declare const serializeAws_ec2AcceptTransitGatewayPeeringAttachmentCommand: (input: AcceptTransitGatewayPeeringAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
525
|
-
export declare const serializeAws_ec2AcceptTransitGatewayVpcAttachmentCommand: (input: AcceptTransitGatewayVpcAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
526
|
-
export declare const serializeAws_ec2AcceptVpcEndpointConnectionsCommand: (input: AcceptVpcEndpointConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
527
|
-
export declare const serializeAws_ec2AcceptVpcPeeringConnectionCommand: (input: AcceptVpcPeeringConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
528
|
-
export declare const serializeAws_ec2AdvertiseByoipCidrCommand: (input: AdvertiseByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
529
|
-
export declare const serializeAws_ec2AllocateAddressCommand: (input: AllocateAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
530
|
-
export declare const serializeAws_ec2AllocateHostsCommand: (input: AllocateHostsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
531
|
-
export declare const serializeAws_ec2AllocateIpamPoolCidrCommand: (input: AllocateIpamPoolCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
532
|
-
export declare const serializeAws_ec2ApplySecurityGroupsToClientVpnTargetNetworkCommand: (input: ApplySecurityGroupsToClientVpnTargetNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
533
|
-
export declare const serializeAws_ec2AssignIpv6AddressesCommand: (input: AssignIpv6AddressesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
534
|
-
export declare const serializeAws_ec2AssignPrivateIpAddressesCommand: (input: AssignPrivateIpAddressesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
535
|
-
export declare const serializeAws_ec2AssociateAddressCommand: (input: AssociateAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
536
|
-
export declare const serializeAws_ec2AssociateClientVpnTargetNetworkCommand: (input: AssociateClientVpnTargetNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
537
|
-
export declare const serializeAws_ec2AssociateDhcpOptionsCommand: (input: AssociateDhcpOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
538
|
-
export declare const serializeAws_ec2AssociateEnclaveCertificateIamRoleCommand: (input: AssociateEnclaveCertificateIamRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
539
|
-
export declare const serializeAws_ec2AssociateIamInstanceProfileCommand: (input: AssociateIamInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
540
|
-
export declare const serializeAws_ec2AssociateInstanceEventWindowCommand: (input: AssociateInstanceEventWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
541
|
-
export declare const serializeAws_ec2AssociateRouteTableCommand: (input: AssociateRouteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
542
|
-
export declare const serializeAws_ec2AssociateSubnetCidrBlockCommand: (input: AssociateSubnetCidrBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
543
|
-
export declare const serializeAws_ec2AssociateTransitGatewayMulticastDomainCommand: (input: AssociateTransitGatewayMulticastDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
544
|
-
export declare const serializeAws_ec2AssociateTransitGatewayRouteTableCommand: (input: AssociateTransitGatewayRouteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
545
|
-
export declare const serializeAws_ec2AssociateTrunkInterfaceCommand: (input: AssociateTrunkInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
546
|
-
export declare const serializeAws_ec2AssociateVpcCidrBlockCommand: (input: AssociateVpcCidrBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
547
|
-
export declare const serializeAws_ec2AttachClassicLinkVpcCommand: (input: AttachClassicLinkVpcCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
548
|
-
export declare const serializeAws_ec2AttachInternetGatewayCommand: (input: AttachInternetGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
549
|
-
export declare const serializeAws_ec2AttachNetworkInterfaceCommand: (input: AttachNetworkInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
550
|
-
export declare const serializeAws_ec2AttachVolumeCommand: (input: AttachVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
551
|
-
export declare const serializeAws_ec2AttachVpnGatewayCommand: (input: AttachVpnGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
552
|
-
export declare const serializeAws_ec2AuthorizeClientVpnIngressCommand: (input: AuthorizeClientVpnIngressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
553
|
-
export declare const serializeAws_ec2AuthorizeSecurityGroupEgressCommand: (input: AuthorizeSecurityGroupEgressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
554
|
-
export declare const serializeAws_ec2AuthorizeSecurityGroupIngressCommand: (input: AuthorizeSecurityGroupIngressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
555
|
-
export declare const serializeAws_ec2BundleInstanceCommand: (input: BundleInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
556
|
-
export declare const serializeAws_ec2CancelBundleTaskCommand: (input: CancelBundleTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
557
|
-
export declare const serializeAws_ec2CancelCapacityReservationCommand: (input: CancelCapacityReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
558
|
-
export declare const serializeAws_ec2CancelCapacityReservationFleetsCommand: (input: CancelCapacityReservationFleetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
559
|
-
export declare const serializeAws_ec2CancelConversionTaskCommand: (input: CancelConversionTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
560
|
-
export declare const serializeAws_ec2CancelExportTaskCommand: (input: CancelExportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
561
|
-
export declare const serializeAws_ec2CancelImportTaskCommand: (input: CancelImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
562
|
-
export declare const serializeAws_ec2CancelReservedInstancesListingCommand: (input: CancelReservedInstancesListingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
563
|
-
export declare const serializeAws_ec2CancelSpotFleetRequestsCommand: (input: CancelSpotFleetRequestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
564
|
-
export declare const serializeAws_ec2CancelSpotInstanceRequestsCommand: (input: CancelSpotInstanceRequestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
565
|
-
export declare const serializeAws_ec2ConfirmProductInstanceCommand: (input: ConfirmProductInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
566
|
-
export declare const serializeAws_ec2CopyFpgaImageCommand: (input: CopyFpgaImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
567
|
-
export declare const serializeAws_ec2CopyImageCommand: (input: CopyImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
568
|
-
export declare const serializeAws_ec2CopySnapshotCommand: (input: CopySnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
569
|
-
export declare const serializeAws_ec2CreateCapacityReservationCommand: (input: CreateCapacityReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
570
|
-
export declare const serializeAws_ec2CreateCapacityReservationFleetCommand: (input: CreateCapacityReservationFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
571
|
-
export declare const serializeAws_ec2CreateCarrierGatewayCommand: (input: CreateCarrierGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
572
|
-
export declare const serializeAws_ec2CreateClientVpnEndpointCommand: (input: CreateClientVpnEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
573
|
-
export declare const serializeAws_ec2CreateClientVpnRouteCommand: (input: CreateClientVpnRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
574
|
-
export declare const serializeAws_ec2CreateCustomerGatewayCommand: (input: CreateCustomerGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
575
|
-
export declare const serializeAws_ec2CreateDefaultSubnetCommand: (input: CreateDefaultSubnetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
576
|
-
export declare const serializeAws_ec2CreateDefaultVpcCommand: (input: CreateDefaultVpcCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
577
|
-
export declare const serializeAws_ec2CreateDhcpOptionsCommand: (input: CreateDhcpOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
578
|
-
export declare const serializeAws_ec2CreateEgressOnlyInternetGatewayCommand: (input: CreateEgressOnlyInternetGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
579
|
-
export declare const serializeAws_ec2CreateFleetCommand: (input: CreateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
580
|
-
export declare const serializeAws_ec2CreateFlowLogsCommand: (input: CreateFlowLogsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
581
|
-
export declare const serializeAws_ec2CreateFpgaImageCommand: (input: CreateFpgaImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
582
|
-
export declare const serializeAws_ec2CreateImageCommand: (input: CreateImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
583
|
-
export declare const serializeAws_ec2CreateInstanceEventWindowCommand: (input: CreateInstanceEventWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
584
|
-
export declare const serializeAws_ec2CreateInstanceExportTaskCommand: (input: CreateInstanceExportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
585
|
-
export declare const serializeAws_ec2CreateInternetGatewayCommand: (input: CreateInternetGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
586
|
-
export declare const serializeAws_ec2CreateIpamCommand: (input: CreateIpamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
587
|
-
export declare const serializeAws_ec2CreateIpamPoolCommand: (input: CreateIpamPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
588
|
-
export declare const serializeAws_ec2CreateIpamScopeCommand: (input: CreateIpamScopeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
589
|
-
export declare const serializeAws_ec2CreateKeyPairCommand: (input: CreateKeyPairCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
590
|
-
export declare const serializeAws_ec2CreateLaunchTemplateCommand: (input: CreateLaunchTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
591
|
-
export declare const serializeAws_ec2CreateLaunchTemplateVersionCommand: (input: CreateLaunchTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
592
|
-
export declare const serializeAws_ec2CreateLocalGatewayRouteCommand: (input: CreateLocalGatewayRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
593
|
-
export declare const serializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationCommand: (input: CreateLocalGatewayRouteTableVpcAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
594
|
-
export declare const serializeAws_ec2CreateManagedPrefixListCommand: (input: CreateManagedPrefixListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
595
|
-
export declare const serializeAws_ec2CreateNatGatewayCommand: (input: CreateNatGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
596
|
-
export declare const serializeAws_ec2CreateNetworkAclCommand: (input: CreateNetworkAclCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
597
|
-
export declare const serializeAws_ec2CreateNetworkAclEntryCommand: (input: CreateNetworkAclEntryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
598
|
-
export declare const serializeAws_ec2CreateNetworkInsightsAccessScopeCommand: (input: CreateNetworkInsightsAccessScopeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
599
|
-
export declare const serializeAws_ec2CreateNetworkInsightsPathCommand: (input: CreateNetworkInsightsPathCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
600
|
-
export declare const serializeAws_ec2CreateNetworkInterfaceCommand: (input: CreateNetworkInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
601
|
-
export declare const serializeAws_ec2CreateNetworkInterfacePermissionCommand: (input: CreateNetworkInterfacePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
602
|
-
export declare const serializeAws_ec2CreatePlacementGroupCommand: (input: CreatePlacementGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
603
|
-
export declare const serializeAws_ec2CreatePublicIpv4PoolCommand: (input: CreatePublicIpv4PoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
604
|
-
export declare const serializeAws_ec2CreateReplaceRootVolumeTaskCommand: (input: CreateReplaceRootVolumeTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
605
|
-
export declare const serializeAws_ec2CreateReservedInstancesListingCommand: (input: CreateReservedInstancesListingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
606
|
-
export declare const serializeAws_ec2CreateRestoreImageTaskCommand: (input: CreateRestoreImageTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
607
|
-
export declare const serializeAws_ec2CreateRouteCommand: (input: CreateRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
608
|
-
export declare const serializeAws_ec2CreateRouteTableCommand: (input: CreateRouteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
609
|
-
export declare const serializeAws_ec2CreateSecurityGroupCommand: (input: CreateSecurityGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
610
|
-
export declare const serializeAws_ec2CreateSnapshotCommand: (input: CreateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
611
|
-
export declare const serializeAws_ec2CreateSnapshotsCommand: (input: CreateSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
612
|
-
export declare const serializeAws_ec2CreateSpotDatafeedSubscriptionCommand: (input: CreateSpotDatafeedSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
613
|
-
export declare const serializeAws_ec2CreateStoreImageTaskCommand: (input: CreateStoreImageTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
614
|
-
export declare const serializeAws_ec2CreateSubnetCommand: (input: CreateSubnetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
615
|
-
export declare const serializeAws_ec2CreateSubnetCidrReservationCommand: (input: CreateSubnetCidrReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
616
|
-
export declare const serializeAws_ec2CreateTagsCommand: (input: CreateTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
617
|
-
export declare const serializeAws_ec2CreateTrafficMirrorFilterCommand: (input: CreateTrafficMirrorFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
618
|
-
export declare const serializeAws_ec2CreateTrafficMirrorFilterRuleCommand: (input: CreateTrafficMirrorFilterRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
619
|
-
export declare const serializeAws_ec2CreateTrafficMirrorSessionCommand: (input: CreateTrafficMirrorSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
620
|
-
export declare const serializeAws_ec2CreateTrafficMirrorTargetCommand: (input: CreateTrafficMirrorTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
621
|
-
export declare const serializeAws_ec2CreateTransitGatewayCommand: (input: CreateTransitGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
622
|
-
export declare const serializeAws_ec2CreateTransitGatewayConnectCommand: (input: CreateTransitGatewayConnectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
623
|
-
export declare const serializeAws_ec2CreateTransitGatewayConnectPeerCommand: (input: CreateTransitGatewayConnectPeerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
624
|
-
export declare const serializeAws_ec2CreateTransitGatewayMulticastDomainCommand: (input: CreateTransitGatewayMulticastDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
625
|
-
export declare const serializeAws_ec2CreateTransitGatewayPeeringAttachmentCommand: (input: CreateTransitGatewayPeeringAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
626
|
-
export declare const serializeAws_ec2CreateTransitGatewayPrefixListReferenceCommand: (input: CreateTransitGatewayPrefixListReferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
627
|
-
export declare const serializeAws_ec2CreateTransitGatewayRouteCommand: (input: CreateTransitGatewayRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
628
|
-
export declare const serializeAws_ec2CreateTransitGatewayRouteTableCommand: (input: CreateTransitGatewayRouteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
629
|
-
export declare const serializeAws_ec2CreateTransitGatewayVpcAttachmentCommand: (input: CreateTransitGatewayVpcAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
630
|
-
export declare const serializeAws_ec2CreateVolumeCommand: (input: CreateVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
631
|
-
export declare const serializeAws_ec2CreateVpcCommand: (input: CreateVpcCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
632
|
-
export declare const serializeAws_ec2CreateVpcEndpointCommand: (input: CreateVpcEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
633
|
-
export declare const serializeAws_ec2CreateVpcEndpointConnectionNotificationCommand: (input: CreateVpcEndpointConnectionNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
634
|
-
export declare const serializeAws_ec2CreateVpcEndpointServiceConfigurationCommand: (input: CreateVpcEndpointServiceConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
635
|
-
export declare const serializeAws_ec2CreateVpcPeeringConnectionCommand: (input: CreateVpcPeeringConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
636
|
-
export declare const serializeAws_ec2CreateVpnConnectionCommand: (input: CreateVpnConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
637
|
-
export declare const serializeAws_ec2CreateVpnConnectionRouteCommand: (input: CreateVpnConnectionRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
638
|
-
export declare const serializeAws_ec2CreateVpnGatewayCommand: (input: CreateVpnGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
639
|
-
export declare const serializeAws_ec2DeleteCarrierGatewayCommand: (input: DeleteCarrierGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
640
|
-
export declare const serializeAws_ec2DeleteClientVpnEndpointCommand: (input: DeleteClientVpnEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
641
|
-
export declare const serializeAws_ec2DeleteClientVpnRouteCommand: (input: DeleteClientVpnRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
642
|
-
export declare const serializeAws_ec2DeleteCustomerGatewayCommand: (input: DeleteCustomerGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
643
|
-
export declare const serializeAws_ec2DeleteDhcpOptionsCommand: (input: DeleteDhcpOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
644
|
-
export declare const serializeAws_ec2DeleteEgressOnlyInternetGatewayCommand: (input: DeleteEgressOnlyInternetGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
645
|
-
export declare const serializeAws_ec2DeleteFleetsCommand: (input: DeleteFleetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
646
|
-
export declare const serializeAws_ec2DeleteFlowLogsCommand: (input: DeleteFlowLogsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
647
|
-
export declare const serializeAws_ec2DeleteFpgaImageCommand: (input: DeleteFpgaImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
648
|
-
export declare const serializeAws_ec2DeleteInstanceEventWindowCommand: (input: DeleteInstanceEventWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
649
|
-
export declare const serializeAws_ec2DeleteInternetGatewayCommand: (input: DeleteInternetGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
650
|
-
export declare const serializeAws_ec2DeleteIpamCommand: (input: DeleteIpamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
651
|
-
export declare const serializeAws_ec2DeleteIpamPoolCommand: (input: DeleteIpamPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
652
|
-
export declare const serializeAws_ec2DeleteIpamScopeCommand: (input: DeleteIpamScopeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
653
|
-
export declare const serializeAws_ec2DeleteKeyPairCommand: (input: DeleteKeyPairCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
654
|
-
export declare const serializeAws_ec2DeleteLaunchTemplateCommand: (input: DeleteLaunchTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
655
|
-
export declare const serializeAws_ec2DeleteLaunchTemplateVersionsCommand: (input: DeleteLaunchTemplateVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
656
|
-
export declare const serializeAws_ec2DeleteLocalGatewayRouteCommand: (input: DeleteLocalGatewayRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
657
|
-
export declare const serializeAws_ec2DeleteLocalGatewayRouteTableVpcAssociationCommand: (input: DeleteLocalGatewayRouteTableVpcAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
658
|
-
export declare const serializeAws_ec2DeleteManagedPrefixListCommand: (input: DeleteManagedPrefixListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
659
|
-
export declare const serializeAws_ec2DeleteNatGatewayCommand: (input: DeleteNatGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
660
|
-
export declare const serializeAws_ec2DeleteNetworkAclCommand: (input: DeleteNetworkAclCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
661
|
-
export declare const serializeAws_ec2DeleteNetworkAclEntryCommand: (input: DeleteNetworkAclEntryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
662
|
-
export declare const serializeAws_ec2DeleteNetworkInsightsAccessScopeCommand: (input: DeleteNetworkInsightsAccessScopeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
663
|
-
export declare const serializeAws_ec2DeleteNetworkInsightsAccessScopeAnalysisCommand: (input: DeleteNetworkInsightsAccessScopeAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
664
|
-
export declare const serializeAws_ec2DeleteNetworkInsightsAnalysisCommand: (input: DeleteNetworkInsightsAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
665
|
-
export declare const serializeAws_ec2DeleteNetworkInsightsPathCommand: (input: DeleteNetworkInsightsPathCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
666
|
-
export declare const serializeAws_ec2DeleteNetworkInterfaceCommand: (input: DeleteNetworkInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
667
|
-
export declare const serializeAws_ec2DeleteNetworkInterfacePermissionCommand: (input: DeleteNetworkInterfacePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
668
|
-
export declare const serializeAws_ec2DeletePlacementGroupCommand: (input: DeletePlacementGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
669
|
-
export declare const serializeAws_ec2DeletePublicIpv4PoolCommand: (input: DeletePublicIpv4PoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
670
|
-
export declare const serializeAws_ec2DeleteQueuedReservedInstancesCommand: (input: DeleteQueuedReservedInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
671
|
-
export declare const serializeAws_ec2DeleteRouteCommand: (input: DeleteRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
672
|
-
export declare const serializeAws_ec2DeleteRouteTableCommand: (input: DeleteRouteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
673
|
-
export declare const serializeAws_ec2DeleteSecurityGroupCommand: (input: DeleteSecurityGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
674
|
-
export declare const serializeAws_ec2DeleteSnapshotCommand: (input: DeleteSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
675
|
-
export declare const serializeAws_ec2DeleteSpotDatafeedSubscriptionCommand: (input: DeleteSpotDatafeedSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
676
|
-
export declare const serializeAws_ec2DeleteSubnetCommand: (input: DeleteSubnetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
677
|
-
export declare const serializeAws_ec2DeleteSubnetCidrReservationCommand: (input: DeleteSubnetCidrReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
678
|
-
export declare const serializeAws_ec2DeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
679
|
-
export declare const serializeAws_ec2DeleteTrafficMirrorFilterCommand: (input: DeleteTrafficMirrorFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
680
|
-
export declare const serializeAws_ec2DeleteTrafficMirrorFilterRuleCommand: (input: DeleteTrafficMirrorFilterRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
681
|
-
export declare const serializeAws_ec2DeleteTrafficMirrorSessionCommand: (input: DeleteTrafficMirrorSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
682
|
-
export declare const serializeAws_ec2DeleteTrafficMirrorTargetCommand: (input: DeleteTrafficMirrorTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
683
|
-
export declare const serializeAws_ec2DeleteTransitGatewayCommand: (input: DeleteTransitGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
684
|
-
export declare const serializeAws_ec2DeleteTransitGatewayConnectCommand: (input: DeleteTransitGatewayConnectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
685
|
-
export declare const serializeAws_ec2DeleteTransitGatewayConnectPeerCommand: (input: DeleteTransitGatewayConnectPeerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
686
|
-
export declare const serializeAws_ec2DeleteTransitGatewayMulticastDomainCommand: (input: DeleteTransitGatewayMulticastDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
687
|
-
export declare const serializeAws_ec2DeleteTransitGatewayPeeringAttachmentCommand: (input: DeleteTransitGatewayPeeringAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
688
|
-
export declare const serializeAws_ec2DeleteTransitGatewayPrefixListReferenceCommand: (input: DeleteTransitGatewayPrefixListReferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
689
|
-
export declare const serializeAws_ec2DeleteTransitGatewayRouteCommand: (input: DeleteTransitGatewayRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
690
|
-
export declare const serializeAws_ec2DeleteTransitGatewayRouteTableCommand: (input: DeleteTransitGatewayRouteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
691
|
-
export declare const serializeAws_ec2DeleteTransitGatewayVpcAttachmentCommand: (input: DeleteTransitGatewayVpcAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
692
|
-
export declare const serializeAws_ec2DeleteVolumeCommand: (input: DeleteVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
693
|
-
export declare const serializeAws_ec2DeleteVpcCommand: (input: DeleteVpcCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
694
|
-
export declare const serializeAws_ec2DeleteVpcEndpointConnectionNotificationsCommand: (input: DeleteVpcEndpointConnectionNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
695
|
-
export declare const serializeAws_ec2DeleteVpcEndpointsCommand: (input: DeleteVpcEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
696
|
-
export declare const serializeAws_ec2DeleteVpcEndpointServiceConfigurationsCommand: (input: DeleteVpcEndpointServiceConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
697
|
-
export declare const serializeAws_ec2DeleteVpcPeeringConnectionCommand: (input: DeleteVpcPeeringConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
698
|
-
export declare const serializeAws_ec2DeleteVpnConnectionCommand: (input: DeleteVpnConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
699
|
-
export declare const serializeAws_ec2DeleteVpnConnectionRouteCommand: (input: DeleteVpnConnectionRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
700
|
-
export declare const serializeAws_ec2DeleteVpnGatewayCommand: (input: DeleteVpnGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
701
|
-
export declare const serializeAws_ec2DeprovisionByoipCidrCommand: (input: DeprovisionByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
702
|
-
export declare const serializeAws_ec2DeprovisionIpamPoolCidrCommand: (input: DeprovisionIpamPoolCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
703
|
-
export declare const serializeAws_ec2DeprovisionPublicIpv4PoolCidrCommand: (input: DeprovisionPublicIpv4PoolCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
704
|
-
export declare const serializeAws_ec2DeregisterImageCommand: (input: DeregisterImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
705
|
-
export declare const serializeAws_ec2DeregisterInstanceEventNotificationAttributesCommand: (input: DeregisterInstanceEventNotificationAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
706
|
-
export declare const serializeAws_ec2DeregisterTransitGatewayMulticastGroupMembersCommand: (input: DeregisterTransitGatewayMulticastGroupMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
707
|
-
export declare const serializeAws_ec2DeregisterTransitGatewayMulticastGroupSourcesCommand: (input: DeregisterTransitGatewayMulticastGroupSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
708
|
-
export declare const serializeAws_ec2DescribeAccountAttributesCommand: (input: DescribeAccountAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
709
|
-
export declare const serializeAws_ec2DescribeAddressesCommand: (input: DescribeAddressesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
710
|
-
export declare const serializeAws_ec2DescribeAddressesAttributeCommand: (input: DescribeAddressesAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
711
|
-
export declare const serializeAws_ec2DescribeAggregateIdFormatCommand: (input: DescribeAggregateIdFormatCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
712
|
-
export declare const serializeAws_ec2DescribeAvailabilityZonesCommand: (input: DescribeAvailabilityZonesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
713
|
-
export declare const serializeAws_ec2DescribeBundleTasksCommand: (input: DescribeBundleTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
714
|
-
export declare const serializeAws_ec2DescribeByoipCidrsCommand: (input: DescribeByoipCidrsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
715
|
-
export declare const serializeAws_ec2DescribeCapacityReservationFleetsCommand: (input: DescribeCapacityReservationFleetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
716
|
-
export declare const serializeAws_ec2DescribeCapacityReservationsCommand: (input: DescribeCapacityReservationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
717
|
-
export declare const serializeAws_ec2DescribeCarrierGatewaysCommand: (input: DescribeCarrierGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
718
|
-
export declare const serializeAws_ec2DescribeClassicLinkInstancesCommand: (input: DescribeClassicLinkInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
719
|
-
export declare const serializeAws_ec2DescribeClientVpnAuthorizationRulesCommand: (input: DescribeClientVpnAuthorizationRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
720
|
-
export declare const serializeAws_ec2DescribeClientVpnConnectionsCommand: (input: DescribeClientVpnConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
721
|
-
export declare const serializeAws_ec2DescribeClientVpnEndpointsCommand: (input: DescribeClientVpnEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
722
|
-
export declare const serializeAws_ec2DescribeClientVpnRoutesCommand: (input: DescribeClientVpnRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
723
|
-
export declare const serializeAws_ec2DescribeClientVpnTargetNetworksCommand: (input: DescribeClientVpnTargetNetworksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
724
|
-
export declare const serializeAws_ec2DescribeCoipPoolsCommand: (input: DescribeCoipPoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
725
|
-
export declare const serializeAws_ec2DescribeConversionTasksCommand: (input: DescribeConversionTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
726
|
-
export declare const serializeAws_ec2DescribeCustomerGatewaysCommand: (input: DescribeCustomerGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
727
|
-
export declare const serializeAws_ec2DescribeDhcpOptionsCommand: (input: DescribeDhcpOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
728
|
-
export declare const serializeAws_ec2DescribeEgressOnlyInternetGatewaysCommand: (input: DescribeEgressOnlyInternetGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
729
|
-
export declare const serializeAws_ec2DescribeElasticGpusCommand: (input: DescribeElasticGpusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
730
|
-
export declare const serializeAws_ec2DescribeExportImageTasksCommand: (input: DescribeExportImageTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
731
|
-
export declare const serializeAws_ec2DescribeExportTasksCommand: (input: DescribeExportTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
732
|
-
export declare const serializeAws_ec2DescribeFastLaunchImagesCommand: (input: DescribeFastLaunchImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
733
|
-
export declare const serializeAws_ec2DescribeFastSnapshotRestoresCommand: (input: DescribeFastSnapshotRestoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
734
|
-
export declare const serializeAws_ec2DescribeFleetHistoryCommand: (input: DescribeFleetHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
735
|
-
export declare const serializeAws_ec2DescribeFleetInstancesCommand: (input: DescribeFleetInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
736
|
-
export declare const serializeAws_ec2DescribeFleetsCommand: (input: DescribeFleetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
737
|
-
export declare const serializeAws_ec2DescribeFlowLogsCommand: (input: DescribeFlowLogsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
738
|
-
export declare const serializeAws_ec2DescribeFpgaImageAttributeCommand: (input: DescribeFpgaImageAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
739
|
-
export declare const serializeAws_ec2DescribeFpgaImagesCommand: (input: DescribeFpgaImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
740
|
-
export declare const serializeAws_ec2DescribeHostReservationOfferingsCommand: (input: DescribeHostReservationOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
741
|
-
export declare const serializeAws_ec2DescribeHostReservationsCommand: (input: DescribeHostReservationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
742
|
-
export declare const serializeAws_ec2DescribeHostsCommand: (input: DescribeHostsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
743
|
-
export declare const serializeAws_ec2DescribeIamInstanceProfileAssociationsCommand: (input: DescribeIamInstanceProfileAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
744
|
-
export declare const serializeAws_ec2DescribeIdentityIdFormatCommand: (input: DescribeIdentityIdFormatCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
745
|
-
export declare const serializeAws_ec2DescribeIdFormatCommand: (input: DescribeIdFormatCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
746
|
-
export declare const serializeAws_ec2DescribeImageAttributeCommand: (input: DescribeImageAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
747
|
-
export declare const serializeAws_ec2DescribeImagesCommand: (input: DescribeImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
748
|
-
export declare const serializeAws_ec2DescribeImportImageTasksCommand: (input: DescribeImportImageTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
749
|
-
export declare const serializeAws_ec2DescribeImportSnapshotTasksCommand: (input: DescribeImportSnapshotTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
750
|
-
export declare const serializeAws_ec2DescribeInstanceAttributeCommand: (input: DescribeInstanceAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
751
|
-
export declare const serializeAws_ec2DescribeInstanceCreditSpecificationsCommand: (input: DescribeInstanceCreditSpecificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
752
|
-
export declare const serializeAws_ec2DescribeInstanceEventNotificationAttributesCommand: (input: DescribeInstanceEventNotificationAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
753
|
-
export declare const serializeAws_ec2DescribeInstanceEventWindowsCommand: (input: DescribeInstanceEventWindowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
754
|
-
export declare const serializeAws_ec2DescribeInstancesCommand: (input: DescribeInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
755
|
-
export declare const serializeAws_ec2DescribeInstanceStatusCommand: (input: DescribeInstanceStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
756
|
-
export declare const serializeAws_ec2DescribeInstanceTypeOfferingsCommand: (input: DescribeInstanceTypeOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
757
|
-
export declare const serializeAws_ec2DescribeInstanceTypesCommand: (input: DescribeInstanceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
758
|
-
export declare const serializeAws_ec2DescribeInternetGatewaysCommand: (input: DescribeInternetGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
759
|
-
export declare const serializeAws_ec2DescribeIpamPoolsCommand: (input: DescribeIpamPoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
760
|
-
export declare const serializeAws_ec2DescribeIpamsCommand: (input: DescribeIpamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
761
|
-
export declare const serializeAws_ec2DescribeIpamScopesCommand: (input: DescribeIpamScopesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
762
|
-
export declare const serializeAws_ec2DescribeIpv6PoolsCommand: (input: DescribeIpv6PoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
763
|
-
export declare const serializeAws_ec2DescribeKeyPairsCommand: (input: DescribeKeyPairsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
764
|
-
export declare const serializeAws_ec2DescribeLaunchTemplatesCommand: (input: DescribeLaunchTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
765
|
-
export declare const serializeAws_ec2DescribeLaunchTemplateVersionsCommand: (input: DescribeLaunchTemplateVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
766
|
-
export declare const serializeAws_ec2DescribeLocalGatewayRouteTablesCommand: (input: DescribeLocalGatewayRouteTablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
767
|
-
export declare const serializeAws_ec2DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand: (input: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
768
|
-
export declare const serializeAws_ec2DescribeLocalGatewayRouteTableVpcAssociationsCommand: (input: DescribeLocalGatewayRouteTableVpcAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
769
|
-
export declare const serializeAws_ec2DescribeLocalGatewaysCommand: (input: DescribeLocalGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
770
|
-
export declare const serializeAws_ec2DescribeLocalGatewayVirtualInterfaceGroupsCommand: (input: DescribeLocalGatewayVirtualInterfaceGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
771
|
-
export declare const serializeAws_ec2DescribeLocalGatewayVirtualInterfacesCommand: (input: DescribeLocalGatewayVirtualInterfacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
772
|
-
export declare const serializeAws_ec2DescribeManagedPrefixListsCommand: (input: DescribeManagedPrefixListsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
773
|
-
export declare const serializeAws_ec2DescribeMovingAddressesCommand: (input: DescribeMovingAddressesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
774
|
-
export declare const serializeAws_ec2DescribeNatGatewaysCommand: (input: DescribeNatGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
775
|
-
export declare const serializeAws_ec2DescribeNetworkAclsCommand: (input: DescribeNetworkAclsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
776
|
-
export declare const serializeAws_ec2DescribeNetworkInsightsAccessScopeAnalysesCommand: (input: DescribeNetworkInsightsAccessScopeAnalysesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
777
|
-
export declare const serializeAws_ec2DescribeNetworkInsightsAccessScopesCommand: (input: DescribeNetworkInsightsAccessScopesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
778
|
-
export declare const serializeAws_ec2DescribeNetworkInsightsAnalysesCommand: (input: DescribeNetworkInsightsAnalysesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
779
|
-
export declare const serializeAws_ec2DescribeNetworkInsightsPathsCommand: (input: DescribeNetworkInsightsPathsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
780
|
-
export declare const serializeAws_ec2DescribeNetworkInterfaceAttributeCommand: (input: DescribeNetworkInterfaceAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
781
|
-
export declare const serializeAws_ec2DescribeNetworkInterfacePermissionsCommand: (input: DescribeNetworkInterfacePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
782
|
-
export declare const serializeAws_ec2DescribeNetworkInterfacesCommand: (input: DescribeNetworkInterfacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
783
|
-
export declare const serializeAws_ec2DescribePlacementGroupsCommand: (input: DescribePlacementGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
784
|
-
export declare const serializeAws_ec2DescribePrefixListsCommand: (input: DescribePrefixListsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
785
|
-
export declare const serializeAws_ec2DescribePrincipalIdFormatCommand: (input: DescribePrincipalIdFormatCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
786
|
-
export declare const serializeAws_ec2DescribePublicIpv4PoolsCommand: (input: DescribePublicIpv4PoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
787
|
-
export declare const serializeAws_ec2DescribeRegionsCommand: (input: DescribeRegionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
788
|
-
export declare const serializeAws_ec2DescribeReplaceRootVolumeTasksCommand: (input: DescribeReplaceRootVolumeTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
789
|
-
export declare const serializeAws_ec2DescribeReservedInstancesCommand: (input: DescribeReservedInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
790
|
-
export declare const serializeAws_ec2DescribeReservedInstancesListingsCommand: (input: DescribeReservedInstancesListingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
791
|
-
export declare const serializeAws_ec2DescribeReservedInstancesModificationsCommand: (input: DescribeReservedInstancesModificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
792
|
-
export declare const serializeAws_ec2DescribeReservedInstancesOfferingsCommand: (input: DescribeReservedInstancesOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
793
|
-
export declare const serializeAws_ec2DescribeRouteTablesCommand: (input: DescribeRouteTablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
794
|
-
export declare const serializeAws_ec2DescribeScheduledInstanceAvailabilityCommand: (input: DescribeScheduledInstanceAvailabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
795
|
-
export declare const serializeAws_ec2DescribeScheduledInstancesCommand: (input: DescribeScheduledInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
796
|
-
export declare const serializeAws_ec2DescribeSecurityGroupReferencesCommand: (input: DescribeSecurityGroupReferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
797
|
-
export declare const serializeAws_ec2DescribeSecurityGroupRulesCommand: (input: DescribeSecurityGroupRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
798
|
-
export declare const serializeAws_ec2DescribeSecurityGroupsCommand: (input: DescribeSecurityGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
799
|
-
export declare const serializeAws_ec2DescribeSnapshotAttributeCommand: (input: DescribeSnapshotAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
800
|
-
export declare const serializeAws_ec2DescribeSnapshotsCommand: (input: DescribeSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
801
|
-
export declare const serializeAws_ec2DescribeSnapshotTierStatusCommand: (input: DescribeSnapshotTierStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
802
|
-
export declare const serializeAws_ec2DescribeSpotDatafeedSubscriptionCommand: (input: DescribeSpotDatafeedSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
803
|
-
export declare const serializeAws_ec2DescribeSpotFleetInstancesCommand: (input: DescribeSpotFleetInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
804
|
-
export declare const serializeAws_ec2DescribeSpotFleetRequestHistoryCommand: (input: DescribeSpotFleetRequestHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
805
|
-
export declare const serializeAws_ec2DescribeSpotFleetRequestsCommand: (input: DescribeSpotFleetRequestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
806
|
-
export declare const serializeAws_ec2DescribeSpotInstanceRequestsCommand: (input: DescribeSpotInstanceRequestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
807
|
-
export declare const serializeAws_ec2DescribeSpotPriceHistoryCommand: (input: DescribeSpotPriceHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
808
|
-
export declare const serializeAws_ec2DescribeStaleSecurityGroupsCommand: (input: DescribeStaleSecurityGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
809
|
-
export declare const serializeAws_ec2DescribeStoreImageTasksCommand: (input: DescribeStoreImageTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
810
|
-
export declare const serializeAws_ec2DescribeSubnetsCommand: (input: DescribeSubnetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
811
|
-
export declare const serializeAws_ec2DescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
812
|
-
export declare const serializeAws_ec2DescribeTrafficMirrorFiltersCommand: (input: DescribeTrafficMirrorFiltersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
813
|
-
export declare const serializeAws_ec2DescribeTrafficMirrorSessionsCommand: (input: DescribeTrafficMirrorSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
814
|
-
export declare const serializeAws_ec2DescribeTrafficMirrorTargetsCommand: (input: DescribeTrafficMirrorTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
815
|
-
export declare const serializeAws_ec2DescribeTransitGatewayAttachmentsCommand: (input: DescribeTransitGatewayAttachmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
816
|
-
export declare const serializeAws_ec2DescribeTransitGatewayConnectPeersCommand: (input: DescribeTransitGatewayConnectPeersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
817
|
-
export declare const serializeAws_ec2DescribeTransitGatewayConnectsCommand: (input: DescribeTransitGatewayConnectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
818
|
-
export declare const serializeAws_ec2DescribeTransitGatewayMulticastDomainsCommand: (input: DescribeTransitGatewayMulticastDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
819
|
-
export declare const serializeAws_ec2DescribeTransitGatewayPeeringAttachmentsCommand: (input: DescribeTransitGatewayPeeringAttachmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
820
|
-
export declare const serializeAws_ec2DescribeTransitGatewayRouteTablesCommand: (input: DescribeTransitGatewayRouteTablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
821
|
-
export declare const serializeAws_ec2DescribeTransitGatewaysCommand: (input: DescribeTransitGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
822
|
-
export declare const serializeAws_ec2DescribeTransitGatewayVpcAttachmentsCommand: (input: DescribeTransitGatewayVpcAttachmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
823
|
-
export declare const serializeAws_ec2DescribeTrunkInterfaceAssociationsCommand: (input: DescribeTrunkInterfaceAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
824
|
-
export declare const serializeAws_ec2DescribeVolumeAttributeCommand: (input: DescribeVolumeAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
825
|
-
export declare const serializeAws_ec2DescribeVolumesCommand: (input: DescribeVolumesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
826
|
-
export declare const serializeAws_ec2DescribeVolumesModificationsCommand: (input: DescribeVolumesModificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
827
|
-
export declare const serializeAws_ec2DescribeVolumeStatusCommand: (input: DescribeVolumeStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
828
|
-
export declare const serializeAws_ec2DescribeVpcAttributeCommand: (input: DescribeVpcAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
829
|
-
export declare const serializeAws_ec2DescribeVpcClassicLinkCommand: (input: DescribeVpcClassicLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
830
|
-
export declare const serializeAws_ec2DescribeVpcClassicLinkDnsSupportCommand: (input: DescribeVpcClassicLinkDnsSupportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
831
|
-
export declare const serializeAws_ec2DescribeVpcEndpointConnectionNotificationsCommand: (input: DescribeVpcEndpointConnectionNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
832
|
-
export declare const serializeAws_ec2DescribeVpcEndpointConnectionsCommand: (input: DescribeVpcEndpointConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
833
|
-
export declare const serializeAws_ec2DescribeVpcEndpointsCommand: (input: DescribeVpcEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
834
|
-
export declare const serializeAws_ec2DescribeVpcEndpointServiceConfigurationsCommand: (input: DescribeVpcEndpointServiceConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
835
|
-
export declare const serializeAws_ec2DescribeVpcEndpointServicePermissionsCommand: (input: DescribeVpcEndpointServicePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
836
|
-
export declare const serializeAws_ec2DescribeVpcEndpointServicesCommand: (input: DescribeVpcEndpointServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
837
|
-
export declare const serializeAws_ec2DescribeVpcPeeringConnectionsCommand: (input: DescribeVpcPeeringConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
838
|
-
export declare const serializeAws_ec2DescribeVpcsCommand: (input: DescribeVpcsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
839
|
-
export declare const serializeAws_ec2DescribeVpnConnectionsCommand: (input: DescribeVpnConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
840
|
-
export declare const serializeAws_ec2DescribeVpnGatewaysCommand: (input: DescribeVpnGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
841
|
-
export declare const serializeAws_ec2DetachClassicLinkVpcCommand: (input: DetachClassicLinkVpcCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
842
|
-
export declare const serializeAws_ec2DetachInternetGatewayCommand: (input: DetachInternetGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
843
|
-
export declare const serializeAws_ec2DetachNetworkInterfaceCommand: (input: DetachNetworkInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
844
|
-
export declare const serializeAws_ec2DetachVolumeCommand: (input: DetachVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
845
|
-
export declare const serializeAws_ec2DetachVpnGatewayCommand: (input: DetachVpnGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
846
|
-
export declare const serializeAws_ec2DisableEbsEncryptionByDefaultCommand: (input: DisableEbsEncryptionByDefaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
847
|
-
export declare const serializeAws_ec2DisableFastLaunchCommand: (input: DisableFastLaunchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
848
|
-
export declare const serializeAws_ec2DisableFastSnapshotRestoresCommand: (input: DisableFastSnapshotRestoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
849
|
-
export declare const serializeAws_ec2DisableImageDeprecationCommand: (input: DisableImageDeprecationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
850
|
-
export declare const serializeAws_ec2DisableIpamOrganizationAdminAccountCommand: (input: DisableIpamOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
851
|
-
export declare const serializeAws_ec2DisableSerialConsoleAccessCommand: (input: DisableSerialConsoleAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
852
|
-
export declare const serializeAws_ec2DisableTransitGatewayRouteTablePropagationCommand: (input: DisableTransitGatewayRouteTablePropagationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
853
|
-
export declare const serializeAws_ec2DisableVgwRoutePropagationCommand: (input: DisableVgwRoutePropagationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
854
|
-
export declare const serializeAws_ec2DisableVpcClassicLinkCommand: (input: DisableVpcClassicLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
855
|
-
export declare const serializeAws_ec2DisableVpcClassicLinkDnsSupportCommand: (input: DisableVpcClassicLinkDnsSupportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
856
|
-
export declare const serializeAws_ec2DisassociateAddressCommand: (input: DisassociateAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
857
|
-
export declare const serializeAws_ec2DisassociateClientVpnTargetNetworkCommand: (input: DisassociateClientVpnTargetNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
858
|
-
export declare const serializeAws_ec2DisassociateEnclaveCertificateIamRoleCommand: (input: DisassociateEnclaveCertificateIamRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
859
|
-
export declare const serializeAws_ec2DisassociateIamInstanceProfileCommand: (input: DisassociateIamInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
860
|
-
export declare const serializeAws_ec2DisassociateInstanceEventWindowCommand: (input: DisassociateInstanceEventWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
861
|
-
export declare const serializeAws_ec2DisassociateRouteTableCommand: (input: DisassociateRouteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
862
|
-
export declare const serializeAws_ec2DisassociateSubnetCidrBlockCommand: (input: DisassociateSubnetCidrBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
863
|
-
export declare const serializeAws_ec2DisassociateTransitGatewayMulticastDomainCommand: (input: DisassociateTransitGatewayMulticastDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
864
|
-
export declare const serializeAws_ec2DisassociateTransitGatewayRouteTableCommand: (input: DisassociateTransitGatewayRouteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
865
|
-
export declare const serializeAws_ec2DisassociateTrunkInterfaceCommand: (input: DisassociateTrunkInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
866
|
-
export declare const serializeAws_ec2DisassociateVpcCidrBlockCommand: (input: DisassociateVpcCidrBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
867
|
-
export declare const serializeAws_ec2EnableEbsEncryptionByDefaultCommand: (input: EnableEbsEncryptionByDefaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
868
|
-
export declare const serializeAws_ec2EnableFastLaunchCommand: (input: EnableFastLaunchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
869
|
-
export declare const serializeAws_ec2EnableFastSnapshotRestoresCommand: (input: EnableFastSnapshotRestoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
870
|
-
export declare const serializeAws_ec2EnableImageDeprecationCommand: (input: EnableImageDeprecationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
871
|
-
export declare const serializeAws_ec2EnableIpamOrganizationAdminAccountCommand: (input: EnableIpamOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
872
|
-
export declare const serializeAws_ec2EnableSerialConsoleAccessCommand: (input: EnableSerialConsoleAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
873
|
-
export declare const serializeAws_ec2EnableTransitGatewayRouteTablePropagationCommand: (input: EnableTransitGatewayRouteTablePropagationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
874
|
-
export declare const serializeAws_ec2EnableVgwRoutePropagationCommand: (input: EnableVgwRoutePropagationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
875
|
-
export declare const serializeAws_ec2EnableVolumeIOCommand: (input: EnableVolumeIOCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
876
|
-
export declare const serializeAws_ec2EnableVpcClassicLinkCommand: (input: EnableVpcClassicLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
877
|
-
export declare const serializeAws_ec2EnableVpcClassicLinkDnsSupportCommand: (input: EnableVpcClassicLinkDnsSupportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
878
|
-
export declare const serializeAws_ec2ExportClientVpnClientCertificateRevocationListCommand: (input: ExportClientVpnClientCertificateRevocationListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
879
|
-
export declare const serializeAws_ec2ExportClientVpnClientConfigurationCommand: (input: ExportClientVpnClientConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
880
|
-
export declare const serializeAws_ec2ExportImageCommand: (input: ExportImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
881
|
-
export declare const serializeAws_ec2ExportTransitGatewayRoutesCommand: (input: ExportTransitGatewayRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
882
|
-
export declare const serializeAws_ec2GetAssociatedEnclaveCertificateIamRolesCommand: (input: GetAssociatedEnclaveCertificateIamRolesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
883
|
-
export declare const serializeAws_ec2GetAssociatedIpv6PoolCidrsCommand: (input: GetAssociatedIpv6PoolCidrsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
884
|
-
export declare const serializeAws_ec2GetCapacityReservationUsageCommand: (input: GetCapacityReservationUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
885
|
-
export declare const serializeAws_ec2GetCoipPoolUsageCommand: (input: GetCoipPoolUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
886
|
-
export declare const serializeAws_ec2GetConsoleOutputCommand: (input: GetConsoleOutputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
887
|
-
export declare const serializeAws_ec2GetConsoleScreenshotCommand: (input: GetConsoleScreenshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
888
|
-
export declare const serializeAws_ec2GetDefaultCreditSpecificationCommand: (input: GetDefaultCreditSpecificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
889
|
-
export declare const serializeAws_ec2GetEbsDefaultKmsKeyIdCommand: (input: GetEbsDefaultKmsKeyIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
890
|
-
export declare const serializeAws_ec2GetEbsEncryptionByDefaultCommand: (input: GetEbsEncryptionByDefaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
891
|
-
export declare const serializeAws_ec2GetFlowLogsIntegrationTemplateCommand: (input: GetFlowLogsIntegrationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
892
|
-
export declare const serializeAws_ec2GetGroupsForCapacityReservationCommand: (input: GetGroupsForCapacityReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
893
|
-
export declare const serializeAws_ec2GetHostReservationPurchasePreviewCommand: (input: GetHostReservationPurchasePreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
894
|
-
export declare const serializeAws_ec2GetInstanceTypesFromInstanceRequirementsCommand: (input: GetInstanceTypesFromInstanceRequirementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
895
|
-
export declare const serializeAws_ec2GetIpamAddressHistoryCommand: (input: GetIpamAddressHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
896
|
-
export declare const serializeAws_ec2GetIpamPoolAllocationsCommand: (input: GetIpamPoolAllocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
897
|
-
export declare const serializeAws_ec2GetIpamPoolCidrsCommand: (input: GetIpamPoolCidrsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
898
|
-
export declare const serializeAws_ec2GetIpamResourceCidrsCommand: (input: GetIpamResourceCidrsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
899
|
-
export declare const serializeAws_ec2GetLaunchTemplateDataCommand: (input: GetLaunchTemplateDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
900
|
-
export declare const serializeAws_ec2GetManagedPrefixListAssociationsCommand: (input: GetManagedPrefixListAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
901
|
-
export declare const serializeAws_ec2GetManagedPrefixListEntriesCommand: (input: GetManagedPrefixListEntriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
902
|
-
export declare const serializeAws_ec2GetNetworkInsightsAccessScopeAnalysisFindingsCommand: (input: GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
903
|
-
export declare const serializeAws_ec2GetNetworkInsightsAccessScopeContentCommand: (input: GetNetworkInsightsAccessScopeContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
904
|
-
export declare const serializeAws_ec2GetPasswordDataCommand: (input: GetPasswordDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
905
|
-
export declare const serializeAws_ec2GetReservedInstancesExchangeQuoteCommand: (input: GetReservedInstancesExchangeQuoteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
906
|
-
export declare const serializeAws_ec2GetSerialConsoleAccessStatusCommand: (input: GetSerialConsoleAccessStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
907
|
-
export declare const serializeAws_ec2GetSpotPlacementScoresCommand: (input: GetSpotPlacementScoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
908
|
-
export declare const serializeAws_ec2GetSubnetCidrReservationsCommand: (input: GetSubnetCidrReservationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
909
|
-
export declare const serializeAws_ec2GetTransitGatewayAttachmentPropagationsCommand: (input: GetTransitGatewayAttachmentPropagationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
910
|
-
export declare const serializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommand: (input: GetTransitGatewayMulticastDomainAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
911
|
-
export declare const serializeAws_ec2GetTransitGatewayPrefixListReferencesCommand: (input: GetTransitGatewayPrefixListReferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
912
|
-
export declare const serializeAws_ec2GetTransitGatewayRouteTableAssociationsCommand: (input: GetTransitGatewayRouteTableAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
913
|
-
export declare const serializeAws_ec2GetTransitGatewayRouteTablePropagationsCommand: (input: GetTransitGatewayRouteTablePropagationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
914
|
-
export declare const serializeAws_ec2GetVpnConnectionDeviceSampleConfigurationCommand: (input: GetVpnConnectionDeviceSampleConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
915
|
-
export declare const serializeAws_ec2GetVpnConnectionDeviceTypesCommand: (input: GetVpnConnectionDeviceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
916
|
-
export declare const serializeAws_ec2ImportClientVpnClientCertificateRevocationListCommand: (input: ImportClientVpnClientCertificateRevocationListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
917
|
-
export declare const serializeAws_ec2ImportImageCommand: (input: ImportImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
918
|
-
export declare const serializeAws_ec2ImportInstanceCommand: (input: ImportInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
919
|
-
export declare const serializeAws_ec2ImportKeyPairCommand: (input: ImportKeyPairCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
920
|
-
export declare const serializeAws_ec2ImportSnapshotCommand: (input: ImportSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
921
|
-
export declare const serializeAws_ec2ImportVolumeCommand: (input: ImportVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
922
|
-
export declare const serializeAws_ec2ListSnapshotsInRecycleBinCommand: (input: ListSnapshotsInRecycleBinCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
923
|
-
export declare const serializeAws_ec2ModifyAddressAttributeCommand: (input: ModifyAddressAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
924
|
-
export declare const serializeAws_ec2ModifyAvailabilityZoneGroupCommand: (input: ModifyAvailabilityZoneGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
925
|
-
export declare const serializeAws_ec2ModifyCapacityReservationCommand: (input: ModifyCapacityReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
926
|
-
export declare const serializeAws_ec2ModifyCapacityReservationFleetCommand: (input: ModifyCapacityReservationFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
927
|
-
export declare const serializeAws_ec2ModifyClientVpnEndpointCommand: (input: ModifyClientVpnEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
928
|
-
export declare const serializeAws_ec2ModifyDefaultCreditSpecificationCommand: (input: ModifyDefaultCreditSpecificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
929
|
-
export declare const serializeAws_ec2ModifyEbsDefaultKmsKeyIdCommand: (input: ModifyEbsDefaultKmsKeyIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
930
|
-
export declare const serializeAws_ec2ModifyFleetCommand: (input: ModifyFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
931
|
-
export declare const serializeAws_ec2ModifyFpgaImageAttributeCommand: (input: ModifyFpgaImageAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
932
|
-
export declare const serializeAws_ec2ModifyHostsCommand: (input: ModifyHostsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
933
|
-
export declare const serializeAws_ec2ModifyIdentityIdFormatCommand: (input: ModifyIdentityIdFormatCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
934
|
-
export declare const serializeAws_ec2ModifyIdFormatCommand: (input: ModifyIdFormatCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
935
|
-
export declare const serializeAws_ec2ModifyImageAttributeCommand: (input: ModifyImageAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
936
|
-
export declare const serializeAws_ec2ModifyInstanceAttributeCommand: (input: ModifyInstanceAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
937
|
-
export declare const serializeAws_ec2ModifyInstanceCapacityReservationAttributesCommand: (input: ModifyInstanceCapacityReservationAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
938
|
-
export declare const serializeAws_ec2ModifyInstanceCreditSpecificationCommand: (input: ModifyInstanceCreditSpecificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
939
|
-
export declare const serializeAws_ec2ModifyInstanceEventStartTimeCommand: (input: ModifyInstanceEventStartTimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
940
|
-
export declare const serializeAws_ec2ModifyInstanceEventWindowCommand: (input: ModifyInstanceEventWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
941
|
-
export declare const serializeAws_ec2ModifyInstanceMetadataOptionsCommand: (input: ModifyInstanceMetadataOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
942
|
-
export declare const serializeAws_ec2ModifyInstancePlacementCommand: (input: ModifyInstancePlacementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
943
|
-
export declare const serializeAws_ec2ModifyIpamCommand: (input: ModifyIpamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
944
|
-
export declare const serializeAws_ec2ModifyIpamPoolCommand: (input: ModifyIpamPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
945
|
-
export declare const serializeAws_ec2ModifyIpamResourceCidrCommand: (input: ModifyIpamResourceCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
946
|
-
export declare const serializeAws_ec2ModifyIpamScopeCommand: (input: ModifyIpamScopeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
947
|
-
export declare const serializeAws_ec2ModifyLaunchTemplateCommand: (input: ModifyLaunchTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
948
|
-
export declare const serializeAws_ec2ModifyManagedPrefixListCommand: (input: ModifyManagedPrefixListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
949
|
-
export declare const serializeAws_ec2ModifyNetworkInterfaceAttributeCommand: (input: ModifyNetworkInterfaceAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
950
|
-
export declare const serializeAws_ec2ModifyPrivateDnsNameOptionsCommand: (input: ModifyPrivateDnsNameOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
951
|
-
export declare const serializeAws_ec2ModifyReservedInstancesCommand: (input: ModifyReservedInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
952
|
-
export declare const serializeAws_ec2ModifySecurityGroupRulesCommand: (input: ModifySecurityGroupRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
953
|
-
export declare const serializeAws_ec2ModifySnapshotAttributeCommand: (input: ModifySnapshotAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
954
|
-
export declare const serializeAws_ec2ModifySnapshotTierCommand: (input: ModifySnapshotTierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
955
|
-
export declare const serializeAws_ec2ModifySpotFleetRequestCommand: (input: ModifySpotFleetRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
956
|
-
export declare const serializeAws_ec2ModifySubnetAttributeCommand: (input: ModifySubnetAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
957
|
-
export declare const serializeAws_ec2ModifyTrafficMirrorFilterNetworkServicesCommand: (input: ModifyTrafficMirrorFilterNetworkServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
958
|
-
export declare const serializeAws_ec2ModifyTrafficMirrorFilterRuleCommand: (input: ModifyTrafficMirrorFilterRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
959
|
-
export declare const serializeAws_ec2ModifyTrafficMirrorSessionCommand: (input: ModifyTrafficMirrorSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
960
|
-
export declare const serializeAws_ec2ModifyTransitGatewayCommand: (input: ModifyTransitGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
961
|
-
export declare const serializeAws_ec2ModifyTransitGatewayPrefixListReferenceCommand: (input: ModifyTransitGatewayPrefixListReferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
962
|
-
export declare const serializeAws_ec2ModifyTransitGatewayVpcAttachmentCommand: (input: ModifyTransitGatewayVpcAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
963
|
-
export declare const serializeAws_ec2ModifyVolumeCommand: (input: ModifyVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
964
|
-
export declare const serializeAws_ec2ModifyVolumeAttributeCommand: (input: ModifyVolumeAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
965
|
-
export declare const serializeAws_ec2ModifyVpcAttributeCommand: (input: ModifyVpcAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
966
|
-
export declare const serializeAws_ec2ModifyVpcEndpointCommand: (input: ModifyVpcEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
967
|
-
export declare const serializeAws_ec2ModifyVpcEndpointConnectionNotificationCommand: (input: ModifyVpcEndpointConnectionNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
968
|
-
export declare const serializeAws_ec2ModifyVpcEndpointServiceConfigurationCommand: (input: ModifyVpcEndpointServiceConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
969
|
-
export declare const serializeAws_ec2ModifyVpcEndpointServicePayerResponsibilityCommand: (input: ModifyVpcEndpointServicePayerResponsibilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
970
|
-
export declare const serializeAws_ec2ModifyVpcEndpointServicePermissionsCommand: (input: ModifyVpcEndpointServicePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
971
|
-
export declare const serializeAws_ec2ModifyVpcPeeringConnectionOptionsCommand: (input: ModifyVpcPeeringConnectionOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
972
|
-
export declare const serializeAws_ec2ModifyVpcTenancyCommand: (input: ModifyVpcTenancyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
973
|
-
export declare const serializeAws_ec2ModifyVpnConnectionCommand: (input: ModifyVpnConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
974
|
-
export declare const serializeAws_ec2ModifyVpnConnectionOptionsCommand: (input: ModifyVpnConnectionOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
975
|
-
export declare const serializeAws_ec2ModifyVpnTunnelCertificateCommand: (input: ModifyVpnTunnelCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
976
|
-
export declare const serializeAws_ec2ModifyVpnTunnelOptionsCommand: (input: ModifyVpnTunnelOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
977
|
-
export declare const serializeAws_ec2MonitorInstancesCommand: (input: MonitorInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
978
|
-
export declare const serializeAws_ec2MoveAddressToVpcCommand: (input: MoveAddressToVpcCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
979
|
-
export declare const serializeAws_ec2MoveByoipCidrToIpamCommand: (input: MoveByoipCidrToIpamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
980
|
-
export declare const serializeAws_ec2ProvisionByoipCidrCommand: (input: ProvisionByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
981
|
-
export declare const serializeAws_ec2ProvisionIpamPoolCidrCommand: (input: ProvisionIpamPoolCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
982
|
-
export declare const serializeAws_ec2ProvisionPublicIpv4PoolCidrCommand: (input: ProvisionPublicIpv4PoolCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
983
|
-
export declare const serializeAws_ec2PurchaseHostReservationCommand: (input: PurchaseHostReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
984
|
-
export declare const serializeAws_ec2PurchaseReservedInstancesOfferingCommand: (input: PurchaseReservedInstancesOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
985
|
-
export declare const serializeAws_ec2PurchaseScheduledInstancesCommand: (input: PurchaseScheduledInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
986
|
-
export declare const serializeAws_ec2RebootInstancesCommand: (input: RebootInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
987
|
-
export declare const serializeAws_ec2RegisterImageCommand: (input: RegisterImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
988
|
-
export declare const serializeAws_ec2RegisterInstanceEventNotificationAttributesCommand: (input: RegisterInstanceEventNotificationAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
989
|
-
export declare const serializeAws_ec2RegisterTransitGatewayMulticastGroupMembersCommand: (input: RegisterTransitGatewayMulticastGroupMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
990
|
-
export declare const serializeAws_ec2RegisterTransitGatewayMulticastGroupSourcesCommand: (input: RegisterTransitGatewayMulticastGroupSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
991
|
-
export declare const serializeAws_ec2RejectTransitGatewayMulticastDomainAssociationsCommand: (input: RejectTransitGatewayMulticastDomainAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
992
|
-
export declare const serializeAws_ec2RejectTransitGatewayPeeringAttachmentCommand: (input: RejectTransitGatewayPeeringAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
993
|
-
export declare const serializeAws_ec2RejectTransitGatewayVpcAttachmentCommand: (input: RejectTransitGatewayVpcAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
994
|
-
export declare const serializeAws_ec2RejectVpcEndpointConnectionsCommand: (input: RejectVpcEndpointConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
995
|
-
export declare const serializeAws_ec2RejectVpcPeeringConnectionCommand: (input: RejectVpcPeeringConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
996
|
-
export declare const serializeAws_ec2ReleaseAddressCommand: (input: ReleaseAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
997
|
-
export declare const serializeAws_ec2ReleaseHostsCommand: (input: ReleaseHostsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
998
|
-
export declare const serializeAws_ec2ReleaseIpamPoolAllocationCommand: (input: ReleaseIpamPoolAllocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
999
|
-
export declare const serializeAws_ec2ReplaceIamInstanceProfileAssociationCommand: (input: ReplaceIamInstanceProfileAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1000
|
-
export declare const serializeAws_ec2ReplaceNetworkAclAssociationCommand: (input: ReplaceNetworkAclAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1001
|
-
export declare const serializeAws_ec2ReplaceNetworkAclEntryCommand: (input: ReplaceNetworkAclEntryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1002
|
-
export declare const serializeAws_ec2ReplaceRouteCommand: (input: ReplaceRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1003
|
-
export declare const serializeAws_ec2ReplaceRouteTableAssociationCommand: (input: ReplaceRouteTableAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1004
|
-
export declare const serializeAws_ec2ReplaceTransitGatewayRouteCommand: (input: ReplaceTransitGatewayRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1005
|
-
export declare const serializeAws_ec2ReportInstanceStatusCommand: (input: ReportInstanceStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1006
|
-
export declare const serializeAws_ec2RequestSpotFleetCommand: (input: RequestSpotFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1007
|
-
export declare const serializeAws_ec2RequestSpotInstancesCommand: (input: RequestSpotInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1008
|
-
export declare const serializeAws_ec2ResetAddressAttributeCommand: (input: ResetAddressAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1009
|
-
export declare const serializeAws_ec2ResetEbsDefaultKmsKeyIdCommand: (input: ResetEbsDefaultKmsKeyIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1010
|
-
export declare const serializeAws_ec2ResetFpgaImageAttributeCommand: (input: ResetFpgaImageAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1011
|
-
export declare const serializeAws_ec2ResetImageAttributeCommand: (input: ResetImageAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1012
|
-
export declare const serializeAws_ec2ResetInstanceAttributeCommand: (input: ResetInstanceAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1013
|
-
export declare const serializeAws_ec2ResetNetworkInterfaceAttributeCommand: (input: ResetNetworkInterfaceAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1014
|
-
export declare const serializeAws_ec2ResetSnapshotAttributeCommand: (input: ResetSnapshotAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1015
|
-
export declare const serializeAws_ec2RestoreAddressToClassicCommand: (input: RestoreAddressToClassicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1016
|
-
export declare const serializeAws_ec2RestoreManagedPrefixListVersionCommand: (input: RestoreManagedPrefixListVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1017
|
-
export declare const serializeAws_ec2RestoreSnapshotFromRecycleBinCommand: (input: RestoreSnapshotFromRecycleBinCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1018
|
-
export declare const serializeAws_ec2RestoreSnapshotTierCommand: (input: RestoreSnapshotTierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1019
|
-
export declare const serializeAws_ec2RevokeClientVpnIngressCommand: (input: RevokeClientVpnIngressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1020
|
-
export declare const serializeAws_ec2RevokeSecurityGroupEgressCommand: (input: RevokeSecurityGroupEgressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1021
|
-
export declare const serializeAws_ec2RevokeSecurityGroupIngressCommand: (input: RevokeSecurityGroupIngressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1022
|
-
export declare const serializeAws_ec2RunInstancesCommand: (input: RunInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1023
|
-
export declare const serializeAws_ec2RunScheduledInstancesCommand: (input: RunScheduledInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1024
|
-
export declare const serializeAws_ec2SearchLocalGatewayRoutesCommand: (input: SearchLocalGatewayRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1025
|
-
export declare const serializeAws_ec2SearchTransitGatewayMulticastGroupsCommand: (input: SearchTransitGatewayMulticastGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1026
|
-
export declare const serializeAws_ec2SearchTransitGatewayRoutesCommand: (input: SearchTransitGatewayRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1027
|
-
export declare const serializeAws_ec2SendDiagnosticInterruptCommand: (input: SendDiagnosticInterruptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1028
|
-
export declare const serializeAws_ec2StartInstancesCommand: (input: StartInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1029
|
-
export declare const serializeAws_ec2StartNetworkInsightsAccessScopeAnalysisCommand: (input: StartNetworkInsightsAccessScopeAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1030
|
-
export declare const serializeAws_ec2StartNetworkInsightsAnalysisCommand: (input: StartNetworkInsightsAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1031
|
-
export declare const serializeAws_ec2StartVpcEndpointServicePrivateDnsVerificationCommand: (input: StartVpcEndpointServicePrivateDnsVerificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1032
|
-
export declare const serializeAws_ec2StopInstancesCommand: (input: StopInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1033
|
-
export declare const serializeAws_ec2TerminateClientVpnConnectionsCommand: (input: TerminateClientVpnConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1034
|
-
export declare const serializeAws_ec2TerminateInstancesCommand: (input: TerminateInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1035
|
-
export declare const serializeAws_ec2UnassignIpv6AddressesCommand: (input: UnassignIpv6AddressesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1036
|
-
export declare const serializeAws_ec2UnassignPrivateIpAddressesCommand: (input: UnassignPrivateIpAddressesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1037
|
-
export declare const serializeAws_ec2UnmonitorInstancesCommand: (input: UnmonitorInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1038
|
-
export declare const serializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand: (input: UpdateSecurityGroupRuleDescriptionsEgressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1039
|
-
export declare const serializeAws_ec2UpdateSecurityGroupRuleDescriptionsIngressCommand: (input: UpdateSecurityGroupRuleDescriptionsIngressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1040
|
-
export declare const serializeAws_ec2WithdrawByoipCidrCommand: (input: WithdrawByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1041
|
-
export declare const deserializeAws_ec2AcceptReservedInstancesExchangeQuoteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptReservedInstancesExchangeQuoteCommandOutput>;
|
|
1042
|
-
export declare const deserializeAws_ec2AcceptTransitGatewayMulticastDomainAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptTransitGatewayMulticastDomainAssociationsCommandOutput>;
|
|
1043
|
-
export declare const deserializeAws_ec2AcceptTransitGatewayPeeringAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptTransitGatewayPeeringAttachmentCommandOutput>;
|
|
1044
|
-
export declare const deserializeAws_ec2AcceptTransitGatewayVpcAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptTransitGatewayVpcAttachmentCommandOutput>;
|
|
1045
|
-
export declare const deserializeAws_ec2AcceptVpcEndpointConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptVpcEndpointConnectionsCommandOutput>;
|
|
1046
|
-
export declare const deserializeAws_ec2AcceptVpcPeeringConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptVpcPeeringConnectionCommandOutput>;
|
|
1047
|
-
export declare const deserializeAws_ec2AdvertiseByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdvertiseByoipCidrCommandOutput>;
|
|
1048
|
-
export declare const deserializeAws_ec2AllocateAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AllocateAddressCommandOutput>;
|
|
1049
|
-
export declare const deserializeAws_ec2AllocateHostsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AllocateHostsCommandOutput>;
|
|
1050
|
-
export declare const deserializeAws_ec2AllocateIpamPoolCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AllocateIpamPoolCidrCommandOutput>;
|
|
1051
|
-
export declare const deserializeAws_ec2ApplySecurityGroupsToClientVpnTargetNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ApplySecurityGroupsToClientVpnTargetNetworkCommandOutput>;
|
|
1052
|
-
export declare const deserializeAws_ec2AssignIpv6AddressesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssignIpv6AddressesCommandOutput>;
|
|
1053
|
-
export declare const deserializeAws_ec2AssignPrivateIpAddressesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssignPrivateIpAddressesCommandOutput>;
|
|
1054
|
-
export declare const deserializeAws_ec2AssociateAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAddressCommandOutput>;
|
|
1055
|
-
export declare const deserializeAws_ec2AssociateClientVpnTargetNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateClientVpnTargetNetworkCommandOutput>;
|
|
1056
|
-
export declare const deserializeAws_ec2AssociateDhcpOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateDhcpOptionsCommandOutput>;
|
|
1057
|
-
export declare const deserializeAws_ec2AssociateEnclaveCertificateIamRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateEnclaveCertificateIamRoleCommandOutput>;
|
|
1058
|
-
export declare const deserializeAws_ec2AssociateIamInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateIamInstanceProfileCommandOutput>;
|
|
1059
|
-
export declare const deserializeAws_ec2AssociateInstanceEventWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateInstanceEventWindowCommandOutput>;
|
|
1060
|
-
export declare const deserializeAws_ec2AssociateRouteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateRouteTableCommandOutput>;
|
|
1061
|
-
export declare const deserializeAws_ec2AssociateSubnetCidrBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSubnetCidrBlockCommandOutput>;
|
|
1062
|
-
export declare const deserializeAws_ec2AssociateTransitGatewayMulticastDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTransitGatewayMulticastDomainCommandOutput>;
|
|
1063
|
-
export declare const deserializeAws_ec2AssociateTransitGatewayRouteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTransitGatewayRouteTableCommandOutput>;
|
|
1064
|
-
export declare const deserializeAws_ec2AssociateTrunkInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTrunkInterfaceCommandOutput>;
|
|
1065
|
-
export declare const deserializeAws_ec2AssociateVpcCidrBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateVpcCidrBlockCommandOutput>;
|
|
1066
|
-
export declare const deserializeAws_ec2AttachClassicLinkVpcCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachClassicLinkVpcCommandOutput>;
|
|
1067
|
-
export declare const deserializeAws_ec2AttachInternetGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachInternetGatewayCommandOutput>;
|
|
1068
|
-
export declare const deserializeAws_ec2AttachNetworkInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachNetworkInterfaceCommandOutput>;
|
|
1069
|
-
export declare const deserializeAws_ec2AttachVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachVolumeCommandOutput>;
|
|
1070
|
-
export declare const deserializeAws_ec2AttachVpnGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachVpnGatewayCommandOutput>;
|
|
1071
|
-
export declare const deserializeAws_ec2AuthorizeClientVpnIngressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AuthorizeClientVpnIngressCommandOutput>;
|
|
1072
|
-
export declare const deserializeAws_ec2AuthorizeSecurityGroupEgressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AuthorizeSecurityGroupEgressCommandOutput>;
|
|
1073
|
-
export declare const deserializeAws_ec2AuthorizeSecurityGroupIngressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AuthorizeSecurityGroupIngressCommandOutput>;
|
|
1074
|
-
export declare const deserializeAws_ec2BundleInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BundleInstanceCommandOutput>;
|
|
1075
|
-
export declare const deserializeAws_ec2CancelBundleTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelBundleTaskCommandOutput>;
|
|
1076
|
-
export declare const deserializeAws_ec2CancelCapacityReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelCapacityReservationCommandOutput>;
|
|
1077
|
-
export declare const deserializeAws_ec2CancelCapacityReservationFleetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelCapacityReservationFleetsCommandOutput>;
|
|
1078
|
-
export declare const deserializeAws_ec2CancelConversionTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelConversionTaskCommandOutput>;
|
|
1079
|
-
export declare const deserializeAws_ec2CancelExportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelExportTaskCommandOutput>;
|
|
1080
|
-
export declare const deserializeAws_ec2CancelImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelImportTaskCommandOutput>;
|
|
1081
|
-
export declare const deserializeAws_ec2CancelReservedInstancesListingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelReservedInstancesListingCommandOutput>;
|
|
1082
|
-
export declare const deserializeAws_ec2CancelSpotFleetRequestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelSpotFleetRequestsCommandOutput>;
|
|
1083
|
-
export declare const deserializeAws_ec2CancelSpotInstanceRequestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelSpotInstanceRequestsCommandOutput>;
|
|
1084
|
-
export declare const deserializeAws_ec2ConfirmProductInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfirmProductInstanceCommandOutput>;
|
|
1085
|
-
export declare const deserializeAws_ec2CopyFpgaImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyFpgaImageCommandOutput>;
|
|
1086
|
-
export declare const deserializeAws_ec2CopyImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyImageCommandOutput>;
|
|
1087
|
-
export declare const deserializeAws_ec2CopySnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopySnapshotCommandOutput>;
|
|
1088
|
-
export declare const deserializeAws_ec2CreateCapacityReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCapacityReservationCommandOutput>;
|
|
1089
|
-
export declare const deserializeAws_ec2CreateCapacityReservationFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCapacityReservationFleetCommandOutput>;
|
|
1090
|
-
export declare const deserializeAws_ec2CreateCarrierGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCarrierGatewayCommandOutput>;
|
|
1091
|
-
export declare const deserializeAws_ec2CreateClientVpnEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClientVpnEndpointCommandOutput>;
|
|
1092
|
-
export declare const deserializeAws_ec2CreateClientVpnRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClientVpnRouteCommandOutput>;
|
|
1093
|
-
export declare const deserializeAws_ec2CreateCustomerGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomerGatewayCommandOutput>;
|
|
1094
|
-
export declare const deserializeAws_ec2CreateDefaultSubnetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDefaultSubnetCommandOutput>;
|
|
1095
|
-
export declare const deserializeAws_ec2CreateDefaultVpcCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDefaultVpcCommandOutput>;
|
|
1096
|
-
export declare const deserializeAws_ec2CreateDhcpOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDhcpOptionsCommandOutput>;
|
|
1097
|
-
export declare const deserializeAws_ec2CreateEgressOnlyInternetGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEgressOnlyInternetGatewayCommandOutput>;
|
|
1098
|
-
export declare const deserializeAws_ec2CreateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFleetCommandOutput>;
|
|
1099
|
-
export declare const deserializeAws_ec2CreateFlowLogsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFlowLogsCommandOutput>;
|
|
1100
|
-
export declare const deserializeAws_ec2CreateFpgaImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFpgaImageCommandOutput>;
|
|
1101
|
-
export declare const deserializeAws_ec2CreateImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageCommandOutput>;
|
|
1102
|
-
export declare const deserializeAws_ec2CreateInstanceEventWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInstanceEventWindowCommandOutput>;
|
|
1103
|
-
export declare const deserializeAws_ec2CreateInstanceExportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInstanceExportTaskCommandOutput>;
|
|
1104
|
-
export declare const deserializeAws_ec2CreateInternetGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInternetGatewayCommandOutput>;
|
|
1105
|
-
export declare const deserializeAws_ec2CreateIpamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIpamCommandOutput>;
|
|
1106
|
-
export declare const deserializeAws_ec2CreateIpamPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIpamPoolCommandOutput>;
|
|
1107
|
-
export declare const deserializeAws_ec2CreateIpamScopeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIpamScopeCommandOutput>;
|
|
1108
|
-
export declare const deserializeAws_ec2CreateKeyPairCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKeyPairCommandOutput>;
|
|
1109
|
-
export declare const deserializeAws_ec2CreateLaunchTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLaunchTemplateCommandOutput>;
|
|
1110
|
-
export declare const deserializeAws_ec2CreateLaunchTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLaunchTemplateVersionCommandOutput>;
|
|
1111
|
-
export declare const deserializeAws_ec2CreateLocalGatewayRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocalGatewayRouteCommandOutput>;
|
|
1112
|
-
export declare const deserializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocalGatewayRouteTableVpcAssociationCommandOutput>;
|
|
1113
|
-
export declare const deserializeAws_ec2CreateManagedPrefixListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateManagedPrefixListCommandOutput>;
|
|
1114
|
-
export declare const deserializeAws_ec2CreateNatGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNatGatewayCommandOutput>;
|
|
1115
|
-
export declare const deserializeAws_ec2CreateNetworkAclCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNetworkAclCommandOutput>;
|
|
1116
|
-
export declare const deserializeAws_ec2CreateNetworkAclEntryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNetworkAclEntryCommandOutput>;
|
|
1117
|
-
export declare const deserializeAws_ec2CreateNetworkInsightsAccessScopeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNetworkInsightsAccessScopeCommandOutput>;
|
|
1118
|
-
export declare const deserializeAws_ec2CreateNetworkInsightsPathCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNetworkInsightsPathCommandOutput>;
|
|
1119
|
-
export declare const deserializeAws_ec2CreateNetworkInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNetworkInterfaceCommandOutput>;
|
|
1120
|
-
export declare const deserializeAws_ec2CreateNetworkInterfacePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNetworkInterfacePermissionCommandOutput>;
|
|
1121
|
-
export declare const deserializeAws_ec2CreatePlacementGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePlacementGroupCommandOutput>;
|
|
1122
|
-
export declare const deserializeAws_ec2CreatePublicIpv4PoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePublicIpv4PoolCommandOutput>;
|
|
1123
|
-
export declare const deserializeAws_ec2CreateReplaceRootVolumeTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReplaceRootVolumeTaskCommandOutput>;
|
|
1124
|
-
export declare const deserializeAws_ec2CreateReservedInstancesListingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReservedInstancesListingCommandOutput>;
|
|
1125
|
-
export declare const deserializeAws_ec2CreateRestoreImageTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRestoreImageTaskCommandOutput>;
|
|
1126
|
-
export declare const deserializeAws_ec2CreateRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRouteCommandOutput>;
|
|
1127
|
-
export declare const deserializeAws_ec2CreateRouteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRouteTableCommandOutput>;
|
|
1128
|
-
export declare const deserializeAws_ec2CreateSecurityGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSecurityGroupCommandOutput>;
|
|
1129
|
-
export declare const deserializeAws_ec2CreateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotCommandOutput>;
|
|
1130
|
-
export declare const deserializeAws_ec2CreateSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotsCommandOutput>;
|
|
1131
|
-
export declare const deserializeAws_ec2CreateSpotDatafeedSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSpotDatafeedSubscriptionCommandOutput>;
|
|
1132
|
-
export declare const deserializeAws_ec2CreateStoreImageTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStoreImageTaskCommandOutput>;
|
|
1133
|
-
export declare const deserializeAws_ec2CreateSubnetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubnetCommandOutput>;
|
|
1134
|
-
export declare const deserializeAws_ec2CreateSubnetCidrReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubnetCidrReservationCommandOutput>;
|
|
1135
|
-
export declare const deserializeAws_ec2CreateTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTagsCommandOutput>;
|
|
1136
|
-
export declare const deserializeAws_ec2CreateTrafficMirrorFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrafficMirrorFilterCommandOutput>;
|
|
1137
|
-
export declare const deserializeAws_ec2CreateTrafficMirrorFilterRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrafficMirrorFilterRuleCommandOutput>;
|
|
1138
|
-
export declare const deserializeAws_ec2CreateTrafficMirrorSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrafficMirrorSessionCommandOutput>;
|
|
1139
|
-
export declare const deserializeAws_ec2CreateTrafficMirrorTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrafficMirrorTargetCommandOutput>;
|
|
1140
|
-
export declare const deserializeAws_ec2CreateTransitGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransitGatewayCommandOutput>;
|
|
1141
|
-
export declare const deserializeAws_ec2CreateTransitGatewayConnectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransitGatewayConnectCommandOutput>;
|
|
1142
|
-
export declare const deserializeAws_ec2CreateTransitGatewayConnectPeerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransitGatewayConnectPeerCommandOutput>;
|
|
1143
|
-
export declare const deserializeAws_ec2CreateTransitGatewayMulticastDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransitGatewayMulticastDomainCommandOutput>;
|
|
1144
|
-
export declare const deserializeAws_ec2CreateTransitGatewayPeeringAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransitGatewayPeeringAttachmentCommandOutput>;
|
|
1145
|
-
export declare const deserializeAws_ec2CreateTransitGatewayPrefixListReferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransitGatewayPrefixListReferenceCommandOutput>;
|
|
1146
|
-
export declare const deserializeAws_ec2CreateTransitGatewayRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransitGatewayRouteCommandOutput>;
|
|
1147
|
-
export declare const deserializeAws_ec2CreateTransitGatewayRouteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransitGatewayRouteTableCommandOutput>;
|
|
1148
|
-
export declare const deserializeAws_ec2CreateTransitGatewayVpcAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTransitGatewayVpcAttachmentCommandOutput>;
|
|
1149
|
-
export declare const deserializeAws_ec2CreateVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVolumeCommandOutput>;
|
|
1150
|
-
export declare const deserializeAws_ec2CreateVpcCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcCommandOutput>;
|
|
1151
|
-
export declare const deserializeAws_ec2CreateVpcEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcEndpointCommandOutput>;
|
|
1152
|
-
export declare const deserializeAws_ec2CreateVpcEndpointConnectionNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcEndpointConnectionNotificationCommandOutput>;
|
|
1153
|
-
export declare const deserializeAws_ec2CreateVpcEndpointServiceConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcEndpointServiceConfigurationCommandOutput>;
|
|
1154
|
-
export declare const deserializeAws_ec2CreateVpcPeeringConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcPeeringConnectionCommandOutput>;
|
|
1155
|
-
export declare const deserializeAws_ec2CreateVpnConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpnConnectionCommandOutput>;
|
|
1156
|
-
export declare const deserializeAws_ec2CreateVpnConnectionRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpnConnectionRouteCommandOutput>;
|
|
1157
|
-
export declare const deserializeAws_ec2CreateVpnGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpnGatewayCommandOutput>;
|
|
1158
|
-
export declare const deserializeAws_ec2DeleteCarrierGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCarrierGatewayCommandOutput>;
|
|
1159
|
-
export declare const deserializeAws_ec2DeleteClientVpnEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClientVpnEndpointCommandOutput>;
|
|
1160
|
-
export declare const deserializeAws_ec2DeleteClientVpnRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClientVpnRouteCommandOutput>;
|
|
1161
|
-
export declare const deserializeAws_ec2DeleteCustomerGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomerGatewayCommandOutput>;
|
|
1162
|
-
export declare const deserializeAws_ec2DeleteDhcpOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDhcpOptionsCommandOutput>;
|
|
1163
|
-
export declare const deserializeAws_ec2DeleteEgressOnlyInternetGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEgressOnlyInternetGatewayCommandOutput>;
|
|
1164
|
-
export declare const deserializeAws_ec2DeleteFleetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFleetsCommandOutput>;
|
|
1165
|
-
export declare const deserializeAws_ec2DeleteFlowLogsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFlowLogsCommandOutput>;
|
|
1166
|
-
export declare const deserializeAws_ec2DeleteFpgaImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFpgaImageCommandOutput>;
|
|
1167
|
-
export declare const deserializeAws_ec2DeleteInstanceEventWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInstanceEventWindowCommandOutput>;
|
|
1168
|
-
export declare const deserializeAws_ec2DeleteInternetGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInternetGatewayCommandOutput>;
|
|
1169
|
-
export declare const deserializeAws_ec2DeleteIpamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIpamCommandOutput>;
|
|
1170
|
-
export declare const deserializeAws_ec2DeleteIpamPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIpamPoolCommandOutput>;
|
|
1171
|
-
export declare const deserializeAws_ec2DeleteIpamScopeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIpamScopeCommandOutput>;
|
|
1172
|
-
export declare const deserializeAws_ec2DeleteKeyPairCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKeyPairCommandOutput>;
|
|
1173
|
-
export declare const deserializeAws_ec2DeleteLaunchTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLaunchTemplateCommandOutput>;
|
|
1174
|
-
export declare const deserializeAws_ec2DeleteLaunchTemplateVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLaunchTemplateVersionsCommandOutput>;
|
|
1175
|
-
export declare const deserializeAws_ec2DeleteLocalGatewayRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLocalGatewayRouteCommandOutput>;
|
|
1176
|
-
export declare const deserializeAws_ec2DeleteLocalGatewayRouteTableVpcAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLocalGatewayRouteTableVpcAssociationCommandOutput>;
|
|
1177
|
-
export declare const deserializeAws_ec2DeleteManagedPrefixListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteManagedPrefixListCommandOutput>;
|
|
1178
|
-
export declare const deserializeAws_ec2DeleteNatGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNatGatewayCommandOutput>;
|
|
1179
|
-
export declare const deserializeAws_ec2DeleteNetworkAclCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkAclCommandOutput>;
|
|
1180
|
-
export declare const deserializeAws_ec2DeleteNetworkAclEntryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkAclEntryCommandOutput>;
|
|
1181
|
-
export declare const deserializeAws_ec2DeleteNetworkInsightsAccessScopeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkInsightsAccessScopeCommandOutput>;
|
|
1182
|
-
export declare const deserializeAws_ec2DeleteNetworkInsightsAccessScopeAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkInsightsAccessScopeAnalysisCommandOutput>;
|
|
1183
|
-
export declare const deserializeAws_ec2DeleteNetworkInsightsAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkInsightsAnalysisCommandOutput>;
|
|
1184
|
-
export declare const deserializeAws_ec2DeleteNetworkInsightsPathCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkInsightsPathCommandOutput>;
|
|
1185
|
-
export declare const deserializeAws_ec2DeleteNetworkInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkInterfaceCommandOutput>;
|
|
1186
|
-
export declare const deserializeAws_ec2DeleteNetworkInterfacePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkInterfacePermissionCommandOutput>;
|
|
1187
|
-
export declare const deserializeAws_ec2DeletePlacementGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePlacementGroupCommandOutput>;
|
|
1188
|
-
export declare const deserializeAws_ec2DeletePublicIpv4PoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePublicIpv4PoolCommandOutput>;
|
|
1189
|
-
export declare const deserializeAws_ec2DeleteQueuedReservedInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueuedReservedInstancesCommandOutput>;
|
|
1190
|
-
export declare const deserializeAws_ec2DeleteRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteCommandOutput>;
|
|
1191
|
-
export declare const deserializeAws_ec2DeleteRouteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteTableCommandOutput>;
|
|
1192
|
-
export declare const deserializeAws_ec2DeleteSecurityGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSecurityGroupCommandOutput>;
|
|
1193
|
-
export declare const deserializeAws_ec2DeleteSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSnapshotCommandOutput>;
|
|
1194
|
-
export declare const deserializeAws_ec2DeleteSpotDatafeedSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSpotDatafeedSubscriptionCommandOutput>;
|
|
1195
|
-
export declare const deserializeAws_ec2DeleteSubnetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubnetCommandOutput>;
|
|
1196
|
-
export declare const deserializeAws_ec2DeleteSubnetCidrReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubnetCidrReservationCommandOutput>;
|
|
1197
|
-
export declare const deserializeAws_ec2DeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
|
|
1198
|
-
export declare const deserializeAws_ec2DeleteTrafficMirrorFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrafficMirrorFilterCommandOutput>;
|
|
1199
|
-
export declare const deserializeAws_ec2DeleteTrafficMirrorFilterRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrafficMirrorFilterRuleCommandOutput>;
|
|
1200
|
-
export declare const deserializeAws_ec2DeleteTrafficMirrorSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrafficMirrorSessionCommandOutput>;
|
|
1201
|
-
export declare const deserializeAws_ec2DeleteTrafficMirrorTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrafficMirrorTargetCommandOutput>;
|
|
1202
|
-
export declare const deserializeAws_ec2DeleteTransitGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTransitGatewayCommandOutput>;
|
|
1203
|
-
export declare const deserializeAws_ec2DeleteTransitGatewayConnectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTransitGatewayConnectCommandOutput>;
|
|
1204
|
-
export declare const deserializeAws_ec2DeleteTransitGatewayConnectPeerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTransitGatewayConnectPeerCommandOutput>;
|
|
1205
|
-
export declare const deserializeAws_ec2DeleteTransitGatewayMulticastDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTransitGatewayMulticastDomainCommandOutput>;
|
|
1206
|
-
export declare const deserializeAws_ec2DeleteTransitGatewayPeeringAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTransitGatewayPeeringAttachmentCommandOutput>;
|
|
1207
|
-
export declare const deserializeAws_ec2DeleteTransitGatewayPrefixListReferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTransitGatewayPrefixListReferenceCommandOutput>;
|
|
1208
|
-
export declare const deserializeAws_ec2DeleteTransitGatewayRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTransitGatewayRouteCommandOutput>;
|
|
1209
|
-
export declare const deserializeAws_ec2DeleteTransitGatewayRouteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTransitGatewayRouteTableCommandOutput>;
|
|
1210
|
-
export declare const deserializeAws_ec2DeleteTransitGatewayVpcAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTransitGatewayVpcAttachmentCommandOutput>;
|
|
1211
|
-
export declare const deserializeAws_ec2DeleteVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVolumeCommandOutput>;
|
|
1212
|
-
export declare const deserializeAws_ec2DeleteVpcCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcCommandOutput>;
|
|
1213
|
-
export declare const deserializeAws_ec2DeleteVpcEndpointConnectionNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcEndpointConnectionNotificationsCommandOutput>;
|
|
1214
|
-
export declare const deserializeAws_ec2DeleteVpcEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcEndpointsCommandOutput>;
|
|
1215
|
-
export declare const deserializeAws_ec2DeleteVpcEndpointServiceConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcEndpointServiceConfigurationsCommandOutput>;
|
|
1216
|
-
export declare const deserializeAws_ec2DeleteVpcPeeringConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcPeeringConnectionCommandOutput>;
|
|
1217
|
-
export declare const deserializeAws_ec2DeleteVpnConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpnConnectionCommandOutput>;
|
|
1218
|
-
export declare const deserializeAws_ec2DeleteVpnConnectionRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpnConnectionRouteCommandOutput>;
|
|
1219
|
-
export declare const deserializeAws_ec2DeleteVpnGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpnGatewayCommandOutput>;
|
|
1220
|
-
export declare const deserializeAws_ec2DeprovisionByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeprovisionByoipCidrCommandOutput>;
|
|
1221
|
-
export declare const deserializeAws_ec2DeprovisionIpamPoolCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeprovisionIpamPoolCidrCommandOutput>;
|
|
1222
|
-
export declare const deserializeAws_ec2DeprovisionPublicIpv4PoolCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeprovisionPublicIpv4PoolCidrCommandOutput>;
|
|
1223
|
-
export declare const deserializeAws_ec2DeregisterImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterImageCommandOutput>;
|
|
1224
|
-
export declare const deserializeAws_ec2DeregisterInstanceEventNotificationAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterInstanceEventNotificationAttributesCommandOutput>;
|
|
1225
|
-
export declare const deserializeAws_ec2DeregisterTransitGatewayMulticastGroupMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterTransitGatewayMulticastGroupMembersCommandOutput>;
|
|
1226
|
-
export declare const deserializeAws_ec2DeregisterTransitGatewayMulticastGroupSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterTransitGatewayMulticastGroupSourcesCommandOutput>;
|
|
1227
|
-
export declare const deserializeAws_ec2DescribeAccountAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountAttributesCommandOutput>;
|
|
1228
|
-
export declare const deserializeAws_ec2DescribeAddressesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddressesCommandOutput>;
|
|
1229
|
-
export declare const deserializeAws_ec2DescribeAddressesAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddressesAttributeCommandOutput>;
|
|
1230
|
-
export declare const deserializeAws_ec2DescribeAggregateIdFormatCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAggregateIdFormatCommandOutput>;
|
|
1231
|
-
export declare const deserializeAws_ec2DescribeAvailabilityZonesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAvailabilityZonesCommandOutput>;
|
|
1232
|
-
export declare const deserializeAws_ec2DescribeBundleTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBundleTasksCommandOutput>;
|
|
1233
|
-
export declare const deserializeAws_ec2DescribeByoipCidrsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeByoipCidrsCommandOutput>;
|
|
1234
|
-
export declare const deserializeAws_ec2DescribeCapacityReservationFleetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCapacityReservationFleetsCommandOutput>;
|
|
1235
|
-
export declare const deserializeAws_ec2DescribeCapacityReservationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCapacityReservationsCommandOutput>;
|
|
1236
|
-
export declare const deserializeAws_ec2DescribeCarrierGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCarrierGatewaysCommandOutput>;
|
|
1237
|
-
export declare const deserializeAws_ec2DescribeClassicLinkInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClassicLinkInstancesCommandOutput>;
|
|
1238
|
-
export declare const deserializeAws_ec2DescribeClientVpnAuthorizationRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClientVpnAuthorizationRulesCommandOutput>;
|
|
1239
|
-
export declare const deserializeAws_ec2DescribeClientVpnConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClientVpnConnectionsCommandOutput>;
|
|
1240
|
-
export declare const deserializeAws_ec2DescribeClientVpnEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClientVpnEndpointsCommandOutput>;
|
|
1241
|
-
export declare const deserializeAws_ec2DescribeClientVpnRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClientVpnRoutesCommandOutput>;
|
|
1242
|
-
export declare const deserializeAws_ec2DescribeClientVpnTargetNetworksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClientVpnTargetNetworksCommandOutput>;
|
|
1243
|
-
export declare const deserializeAws_ec2DescribeCoipPoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCoipPoolsCommandOutput>;
|
|
1244
|
-
export declare const deserializeAws_ec2DescribeConversionTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConversionTasksCommandOutput>;
|
|
1245
|
-
export declare const deserializeAws_ec2DescribeCustomerGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomerGatewaysCommandOutput>;
|
|
1246
|
-
export declare const deserializeAws_ec2DescribeDhcpOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDhcpOptionsCommandOutput>;
|
|
1247
|
-
export declare const deserializeAws_ec2DescribeEgressOnlyInternetGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEgressOnlyInternetGatewaysCommandOutput>;
|
|
1248
|
-
export declare const deserializeAws_ec2DescribeElasticGpusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeElasticGpusCommandOutput>;
|
|
1249
|
-
export declare const deserializeAws_ec2DescribeExportImageTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExportImageTasksCommandOutput>;
|
|
1250
|
-
export declare const deserializeAws_ec2DescribeExportTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExportTasksCommandOutput>;
|
|
1251
|
-
export declare const deserializeAws_ec2DescribeFastLaunchImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFastLaunchImagesCommandOutput>;
|
|
1252
|
-
export declare const deserializeAws_ec2DescribeFastSnapshotRestoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFastSnapshotRestoresCommandOutput>;
|
|
1253
|
-
export declare const deserializeAws_ec2DescribeFleetHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetHistoryCommandOutput>;
|
|
1254
|
-
export declare const deserializeAws_ec2DescribeFleetInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetInstancesCommandOutput>;
|
|
1255
|
-
export declare const deserializeAws_ec2DescribeFleetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetsCommandOutput>;
|
|
1256
|
-
export declare const deserializeAws_ec2DescribeFlowLogsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlowLogsCommandOutput>;
|
|
1257
|
-
export declare const deserializeAws_ec2DescribeFpgaImageAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFpgaImageAttributeCommandOutput>;
|
|
1258
|
-
export declare const deserializeAws_ec2DescribeFpgaImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFpgaImagesCommandOutput>;
|
|
1259
|
-
export declare const deserializeAws_ec2DescribeHostReservationOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHostReservationOfferingsCommandOutput>;
|
|
1260
|
-
export declare const deserializeAws_ec2DescribeHostReservationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHostReservationsCommandOutput>;
|
|
1261
|
-
export declare const deserializeAws_ec2DescribeHostsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHostsCommandOutput>;
|
|
1262
|
-
export declare const deserializeAws_ec2DescribeIamInstanceProfileAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIamInstanceProfileAssociationsCommandOutput>;
|
|
1263
|
-
export declare const deserializeAws_ec2DescribeIdentityIdFormatCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIdentityIdFormatCommandOutput>;
|
|
1264
|
-
export declare const deserializeAws_ec2DescribeIdFormatCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIdFormatCommandOutput>;
|
|
1265
|
-
export declare const deserializeAws_ec2DescribeImageAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageAttributeCommandOutput>;
|
|
1266
|
-
export declare const deserializeAws_ec2DescribeImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImagesCommandOutput>;
|
|
1267
|
-
export declare const deserializeAws_ec2DescribeImportImageTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImportImageTasksCommandOutput>;
|
|
1268
|
-
export declare const deserializeAws_ec2DescribeImportSnapshotTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImportSnapshotTasksCommandOutput>;
|
|
1269
|
-
export declare const deserializeAws_ec2DescribeInstanceAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceAttributeCommandOutput>;
|
|
1270
|
-
export declare const deserializeAws_ec2DescribeInstanceCreditSpecificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceCreditSpecificationsCommandOutput>;
|
|
1271
|
-
export declare const deserializeAws_ec2DescribeInstanceEventNotificationAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceEventNotificationAttributesCommandOutput>;
|
|
1272
|
-
export declare const deserializeAws_ec2DescribeInstanceEventWindowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceEventWindowsCommandOutput>;
|
|
1273
|
-
export declare const deserializeAws_ec2DescribeInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstancesCommandOutput>;
|
|
1274
|
-
export declare const deserializeAws_ec2DescribeInstanceStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceStatusCommandOutput>;
|
|
1275
|
-
export declare const deserializeAws_ec2DescribeInstanceTypeOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceTypeOfferingsCommandOutput>;
|
|
1276
|
-
export declare const deserializeAws_ec2DescribeInstanceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceTypesCommandOutput>;
|
|
1277
|
-
export declare const deserializeAws_ec2DescribeInternetGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInternetGatewaysCommandOutput>;
|
|
1278
|
-
export declare const deserializeAws_ec2DescribeIpamPoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpamPoolsCommandOutput>;
|
|
1279
|
-
export declare const deserializeAws_ec2DescribeIpamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpamsCommandOutput>;
|
|
1280
|
-
export declare const deserializeAws_ec2DescribeIpamScopesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpamScopesCommandOutput>;
|
|
1281
|
-
export declare const deserializeAws_ec2DescribeIpv6PoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpv6PoolsCommandOutput>;
|
|
1282
|
-
export declare const deserializeAws_ec2DescribeKeyPairsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeKeyPairsCommandOutput>;
|
|
1283
|
-
export declare const deserializeAws_ec2DescribeLaunchTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLaunchTemplatesCommandOutput>;
|
|
1284
|
-
export declare const deserializeAws_ec2DescribeLaunchTemplateVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLaunchTemplateVersionsCommandOutput>;
|
|
1285
|
-
export declare const deserializeAws_ec2DescribeLocalGatewayRouteTablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocalGatewayRouteTablesCommandOutput>;
|
|
1286
|
-
export declare const deserializeAws_ec2DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput>;
|
|
1287
|
-
export declare const deserializeAws_ec2DescribeLocalGatewayRouteTableVpcAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput>;
|
|
1288
|
-
export declare const deserializeAws_ec2DescribeLocalGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocalGatewaysCommandOutput>;
|
|
1289
|
-
export declare const deserializeAws_ec2DescribeLocalGatewayVirtualInterfaceGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput>;
|
|
1290
|
-
export declare const deserializeAws_ec2DescribeLocalGatewayVirtualInterfacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocalGatewayVirtualInterfacesCommandOutput>;
|
|
1291
|
-
export declare const deserializeAws_ec2DescribeManagedPrefixListsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeManagedPrefixListsCommandOutput>;
|
|
1292
|
-
export declare const deserializeAws_ec2DescribeMovingAddressesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMovingAddressesCommandOutput>;
|
|
1293
|
-
export declare const deserializeAws_ec2DescribeNatGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNatGatewaysCommandOutput>;
|
|
1294
|
-
export declare const deserializeAws_ec2DescribeNetworkAclsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNetworkAclsCommandOutput>;
|
|
1295
|
-
export declare const deserializeAws_ec2DescribeNetworkInsightsAccessScopeAnalysesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNetworkInsightsAccessScopeAnalysesCommandOutput>;
|
|
1296
|
-
export declare const deserializeAws_ec2DescribeNetworkInsightsAccessScopesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNetworkInsightsAccessScopesCommandOutput>;
|
|
1297
|
-
export declare const deserializeAws_ec2DescribeNetworkInsightsAnalysesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNetworkInsightsAnalysesCommandOutput>;
|
|
1298
|
-
export declare const deserializeAws_ec2DescribeNetworkInsightsPathsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNetworkInsightsPathsCommandOutput>;
|
|
1299
|
-
export declare const deserializeAws_ec2DescribeNetworkInterfaceAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNetworkInterfaceAttributeCommandOutput>;
|
|
1300
|
-
export declare const deserializeAws_ec2DescribeNetworkInterfacePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNetworkInterfacePermissionsCommandOutput>;
|
|
1301
|
-
export declare const deserializeAws_ec2DescribeNetworkInterfacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNetworkInterfacesCommandOutput>;
|
|
1302
|
-
export declare const deserializeAws_ec2DescribePlacementGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePlacementGroupsCommandOutput>;
|
|
1303
|
-
export declare const deserializeAws_ec2DescribePrefixListsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePrefixListsCommandOutput>;
|
|
1304
|
-
export declare const deserializeAws_ec2DescribePrincipalIdFormatCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePrincipalIdFormatCommandOutput>;
|
|
1305
|
-
export declare const deserializeAws_ec2DescribePublicIpv4PoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePublicIpv4PoolsCommandOutput>;
|
|
1306
|
-
export declare const deserializeAws_ec2DescribeRegionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRegionsCommandOutput>;
|
|
1307
|
-
export declare const deserializeAws_ec2DescribeReplaceRootVolumeTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplaceRootVolumeTasksCommandOutput>;
|
|
1308
|
-
export declare const deserializeAws_ec2DescribeReservedInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedInstancesCommandOutput>;
|
|
1309
|
-
export declare const deserializeAws_ec2DescribeReservedInstancesListingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedInstancesListingsCommandOutput>;
|
|
1310
|
-
export declare const deserializeAws_ec2DescribeReservedInstancesModificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedInstancesModificationsCommandOutput>;
|
|
1311
|
-
export declare const deserializeAws_ec2DescribeReservedInstancesOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedInstancesOfferingsCommandOutput>;
|
|
1312
|
-
export declare const deserializeAws_ec2DescribeRouteTablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRouteTablesCommandOutput>;
|
|
1313
|
-
export declare const deserializeAws_ec2DescribeScheduledInstanceAvailabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScheduledInstanceAvailabilityCommandOutput>;
|
|
1314
|
-
export declare const deserializeAws_ec2DescribeScheduledInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScheduledInstancesCommandOutput>;
|
|
1315
|
-
export declare const deserializeAws_ec2DescribeSecurityGroupReferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSecurityGroupReferencesCommandOutput>;
|
|
1316
|
-
export declare const deserializeAws_ec2DescribeSecurityGroupRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSecurityGroupRulesCommandOutput>;
|
|
1317
|
-
export declare const deserializeAws_ec2DescribeSecurityGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSecurityGroupsCommandOutput>;
|
|
1318
|
-
export declare const deserializeAws_ec2DescribeSnapshotAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSnapshotAttributeCommandOutput>;
|
|
1319
|
-
export declare const deserializeAws_ec2DescribeSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSnapshotsCommandOutput>;
|
|
1320
|
-
export declare const deserializeAws_ec2DescribeSnapshotTierStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSnapshotTierStatusCommandOutput>;
|
|
1321
|
-
export declare const deserializeAws_ec2DescribeSpotDatafeedSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSpotDatafeedSubscriptionCommandOutput>;
|
|
1322
|
-
export declare const deserializeAws_ec2DescribeSpotFleetInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSpotFleetInstancesCommandOutput>;
|
|
1323
|
-
export declare const deserializeAws_ec2DescribeSpotFleetRequestHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSpotFleetRequestHistoryCommandOutput>;
|
|
1324
|
-
export declare const deserializeAws_ec2DescribeSpotFleetRequestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSpotFleetRequestsCommandOutput>;
|
|
1325
|
-
export declare const deserializeAws_ec2DescribeSpotInstanceRequestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSpotInstanceRequestsCommandOutput>;
|
|
1326
|
-
export declare const deserializeAws_ec2DescribeSpotPriceHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSpotPriceHistoryCommandOutput>;
|
|
1327
|
-
export declare const deserializeAws_ec2DescribeStaleSecurityGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStaleSecurityGroupsCommandOutput>;
|
|
1328
|
-
export declare const deserializeAws_ec2DescribeStoreImageTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStoreImageTasksCommandOutput>;
|
|
1329
|
-
export declare const deserializeAws_ec2DescribeSubnetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSubnetsCommandOutput>;
|
|
1330
|
-
export declare const deserializeAws_ec2DescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
|
|
1331
|
-
export declare const deserializeAws_ec2DescribeTrafficMirrorFiltersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrafficMirrorFiltersCommandOutput>;
|
|
1332
|
-
export declare const deserializeAws_ec2DescribeTrafficMirrorSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrafficMirrorSessionsCommandOutput>;
|
|
1333
|
-
export declare const deserializeAws_ec2DescribeTrafficMirrorTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrafficMirrorTargetsCommandOutput>;
|
|
1334
|
-
export declare const deserializeAws_ec2DescribeTransitGatewayAttachmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTransitGatewayAttachmentsCommandOutput>;
|
|
1335
|
-
export declare const deserializeAws_ec2DescribeTransitGatewayConnectPeersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTransitGatewayConnectPeersCommandOutput>;
|
|
1336
|
-
export declare const deserializeAws_ec2DescribeTransitGatewayConnectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTransitGatewayConnectsCommandOutput>;
|
|
1337
|
-
export declare const deserializeAws_ec2DescribeTransitGatewayMulticastDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTransitGatewayMulticastDomainsCommandOutput>;
|
|
1338
|
-
export declare const deserializeAws_ec2DescribeTransitGatewayPeeringAttachmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTransitGatewayPeeringAttachmentsCommandOutput>;
|
|
1339
|
-
export declare const deserializeAws_ec2DescribeTransitGatewayRouteTablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTransitGatewayRouteTablesCommandOutput>;
|
|
1340
|
-
export declare const deserializeAws_ec2DescribeTransitGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTransitGatewaysCommandOutput>;
|
|
1341
|
-
export declare const deserializeAws_ec2DescribeTransitGatewayVpcAttachmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTransitGatewayVpcAttachmentsCommandOutput>;
|
|
1342
|
-
export declare const deserializeAws_ec2DescribeTrunkInterfaceAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrunkInterfaceAssociationsCommandOutput>;
|
|
1343
|
-
export declare const deserializeAws_ec2DescribeVolumeAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVolumeAttributeCommandOutput>;
|
|
1344
|
-
export declare const deserializeAws_ec2DescribeVolumesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVolumesCommandOutput>;
|
|
1345
|
-
export declare const deserializeAws_ec2DescribeVolumesModificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVolumesModificationsCommandOutput>;
|
|
1346
|
-
export declare const deserializeAws_ec2DescribeVolumeStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVolumeStatusCommandOutput>;
|
|
1347
|
-
export declare const deserializeAws_ec2DescribeVpcAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcAttributeCommandOutput>;
|
|
1348
|
-
export declare const deserializeAws_ec2DescribeVpcClassicLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcClassicLinkCommandOutput>;
|
|
1349
|
-
export declare const deserializeAws_ec2DescribeVpcClassicLinkDnsSupportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcClassicLinkDnsSupportCommandOutput>;
|
|
1350
|
-
export declare const deserializeAws_ec2DescribeVpcEndpointConnectionNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcEndpointConnectionNotificationsCommandOutput>;
|
|
1351
|
-
export declare const deserializeAws_ec2DescribeVpcEndpointConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcEndpointConnectionsCommandOutput>;
|
|
1352
|
-
export declare const deserializeAws_ec2DescribeVpcEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcEndpointsCommandOutput>;
|
|
1353
|
-
export declare const deserializeAws_ec2DescribeVpcEndpointServiceConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcEndpointServiceConfigurationsCommandOutput>;
|
|
1354
|
-
export declare const deserializeAws_ec2DescribeVpcEndpointServicePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcEndpointServicePermissionsCommandOutput>;
|
|
1355
|
-
export declare const deserializeAws_ec2DescribeVpcEndpointServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcEndpointServicesCommandOutput>;
|
|
1356
|
-
export declare const deserializeAws_ec2DescribeVpcPeeringConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcPeeringConnectionsCommandOutput>;
|
|
1357
|
-
export declare const deserializeAws_ec2DescribeVpcsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcsCommandOutput>;
|
|
1358
|
-
export declare const deserializeAws_ec2DescribeVpnConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpnConnectionsCommandOutput>;
|
|
1359
|
-
export declare const deserializeAws_ec2DescribeVpnGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpnGatewaysCommandOutput>;
|
|
1360
|
-
export declare const deserializeAws_ec2DetachClassicLinkVpcCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachClassicLinkVpcCommandOutput>;
|
|
1361
|
-
export declare const deserializeAws_ec2DetachInternetGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachInternetGatewayCommandOutput>;
|
|
1362
|
-
export declare const deserializeAws_ec2DetachNetworkInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachNetworkInterfaceCommandOutput>;
|
|
1363
|
-
export declare const deserializeAws_ec2DetachVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachVolumeCommandOutput>;
|
|
1364
|
-
export declare const deserializeAws_ec2DetachVpnGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachVpnGatewayCommandOutput>;
|
|
1365
|
-
export declare const deserializeAws_ec2DisableEbsEncryptionByDefaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableEbsEncryptionByDefaultCommandOutput>;
|
|
1366
|
-
export declare const deserializeAws_ec2DisableFastLaunchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableFastLaunchCommandOutput>;
|
|
1367
|
-
export declare const deserializeAws_ec2DisableFastSnapshotRestoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableFastSnapshotRestoresCommandOutput>;
|
|
1368
|
-
export declare const deserializeAws_ec2DisableImageDeprecationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableImageDeprecationCommandOutput>;
|
|
1369
|
-
export declare const deserializeAws_ec2DisableIpamOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableIpamOrganizationAdminAccountCommandOutput>;
|
|
1370
|
-
export declare const deserializeAws_ec2DisableSerialConsoleAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableSerialConsoleAccessCommandOutput>;
|
|
1371
|
-
export declare const deserializeAws_ec2DisableTransitGatewayRouteTablePropagationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableTransitGatewayRouteTablePropagationCommandOutput>;
|
|
1372
|
-
export declare const deserializeAws_ec2DisableVgwRoutePropagationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableVgwRoutePropagationCommandOutput>;
|
|
1373
|
-
export declare const deserializeAws_ec2DisableVpcClassicLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableVpcClassicLinkCommandOutput>;
|
|
1374
|
-
export declare const deserializeAws_ec2DisableVpcClassicLinkDnsSupportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableVpcClassicLinkDnsSupportCommandOutput>;
|
|
1375
|
-
export declare const deserializeAws_ec2DisassociateAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAddressCommandOutput>;
|
|
1376
|
-
export declare const deserializeAws_ec2DisassociateClientVpnTargetNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateClientVpnTargetNetworkCommandOutput>;
|
|
1377
|
-
export declare const deserializeAws_ec2DisassociateEnclaveCertificateIamRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateEnclaveCertificateIamRoleCommandOutput>;
|
|
1378
|
-
export declare const deserializeAws_ec2DisassociateIamInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateIamInstanceProfileCommandOutput>;
|
|
1379
|
-
export declare const deserializeAws_ec2DisassociateInstanceEventWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateInstanceEventWindowCommandOutput>;
|
|
1380
|
-
export declare const deserializeAws_ec2DisassociateRouteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateRouteTableCommandOutput>;
|
|
1381
|
-
export declare const deserializeAws_ec2DisassociateSubnetCidrBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSubnetCidrBlockCommandOutput>;
|
|
1382
|
-
export declare const deserializeAws_ec2DisassociateTransitGatewayMulticastDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTransitGatewayMulticastDomainCommandOutput>;
|
|
1383
|
-
export declare const deserializeAws_ec2DisassociateTransitGatewayRouteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTransitGatewayRouteTableCommandOutput>;
|
|
1384
|
-
export declare const deserializeAws_ec2DisassociateTrunkInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTrunkInterfaceCommandOutput>;
|
|
1385
|
-
export declare const deserializeAws_ec2DisassociateVpcCidrBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateVpcCidrBlockCommandOutput>;
|
|
1386
|
-
export declare const deserializeAws_ec2EnableEbsEncryptionByDefaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableEbsEncryptionByDefaultCommandOutput>;
|
|
1387
|
-
export declare const deserializeAws_ec2EnableFastLaunchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableFastLaunchCommandOutput>;
|
|
1388
|
-
export declare const deserializeAws_ec2EnableFastSnapshotRestoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableFastSnapshotRestoresCommandOutput>;
|
|
1389
|
-
export declare const deserializeAws_ec2EnableImageDeprecationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableImageDeprecationCommandOutput>;
|
|
1390
|
-
export declare const deserializeAws_ec2EnableIpamOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableIpamOrganizationAdminAccountCommandOutput>;
|
|
1391
|
-
export declare const deserializeAws_ec2EnableSerialConsoleAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableSerialConsoleAccessCommandOutput>;
|
|
1392
|
-
export declare const deserializeAws_ec2EnableTransitGatewayRouteTablePropagationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableTransitGatewayRouteTablePropagationCommandOutput>;
|
|
1393
|
-
export declare const deserializeAws_ec2EnableVgwRoutePropagationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableVgwRoutePropagationCommandOutput>;
|
|
1394
|
-
export declare const deserializeAws_ec2EnableVolumeIOCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableVolumeIOCommandOutput>;
|
|
1395
|
-
export declare const deserializeAws_ec2EnableVpcClassicLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableVpcClassicLinkCommandOutput>;
|
|
1396
|
-
export declare const deserializeAws_ec2EnableVpcClassicLinkDnsSupportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableVpcClassicLinkDnsSupportCommandOutput>;
|
|
1397
|
-
export declare const deserializeAws_ec2ExportClientVpnClientCertificateRevocationListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportClientVpnClientCertificateRevocationListCommandOutput>;
|
|
1398
|
-
export declare const deserializeAws_ec2ExportClientVpnClientConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportClientVpnClientConfigurationCommandOutput>;
|
|
1399
|
-
export declare const deserializeAws_ec2ExportImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportImageCommandOutput>;
|
|
1400
|
-
export declare const deserializeAws_ec2ExportTransitGatewayRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportTransitGatewayRoutesCommandOutput>;
|
|
1401
|
-
export declare const deserializeAws_ec2GetAssociatedEnclaveCertificateIamRolesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssociatedEnclaveCertificateIamRolesCommandOutput>;
|
|
1402
|
-
export declare const deserializeAws_ec2GetAssociatedIpv6PoolCidrsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssociatedIpv6PoolCidrsCommandOutput>;
|
|
1403
|
-
export declare const deserializeAws_ec2GetCapacityReservationUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCapacityReservationUsageCommandOutput>;
|
|
1404
|
-
export declare const deserializeAws_ec2GetCoipPoolUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCoipPoolUsageCommandOutput>;
|
|
1405
|
-
export declare const deserializeAws_ec2GetConsoleOutputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConsoleOutputCommandOutput>;
|
|
1406
|
-
export declare const deserializeAws_ec2GetConsoleScreenshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConsoleScreenshotCommandOutput>;
|
|
1407
|
-
export declare const deserializeAws_ec2GetDefaultCreditSpecificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDefaultCreditSpecificationCommandOutput>;
|
|
1408
|
-
export declare const deserializeAws_ec2GetEbsDefaultKmsKeyIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEbsDefaultKmsKeyIdCommandOutput>;
|
|
1409
|
-
export declare const deserializeAws_ec2GetEbsEncryptionByDefaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEbsEncryptionByDefaultCommandOutput>;
|
|
1410
|
-
export declare const deserializeAws_ec2GetFlowLogsIntegrationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFlowLogsIntegrationTemplateCommandOutput>;
|
|
1411
|
-
export declare const deserializeAws_ec2GetGroupsForCapacityReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupsForCapacityReservationCommandOutput>;
|
|
1412
|
-
export declare const deserializeAws_ec2GetHostReservationPurchasePreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHostReservationPurchasePreviewCommandOutput>;
|
|
1413
|
-
export declare const deserializeAws_ec2GetInstanceTypesFromInstanceRequirementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceTypesFromInstanceRequirementsCommandOutput>;
|
|
1414
|
-
export declare const deserializeAws_ec2GetIpamAddressHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIpamAddressHistoryCommandOutput>;
|
|
1415
|
-
export declare const deserializeAws_ec2GetIpamPoolAllocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIpamPoolAllocationsCommandOutput>;
|
|
1416
|
-
export declare const deserializeAws_ec2GetIpamPoolCidrsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIpamPoolCidrsCommandOutput>;
|
|
1417
|
-
export declare const deserializeAws_ec2GetIpamResourceCidrsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIpamResourceCidrsCommandOutput>;
|
|
1418
|
-
export declare const deserializeAws_ec2GetLaunchTemplateDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLaunchTemplateDataCommandOutput>;
|
|
1419
|
-
export declare const deserializeAws_ec2GetManagedPrefixListAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedPrefixListAssociationsCommandOutput>;
|
|
1420
|
-
export declare const deserializeAws_ec2GetManagedPrefixListEntriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedPrefixListEntriesCommandOutput>;
|
|
1421
|
-
export declare const deserializeAws_ec2GetNetworkInsightsAccessScopeAnalysisFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput>;
|
|
1422
|
-
export declare const deserializeAws_ec2GetNetworkInsightsAccessScopeContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkInsightsAccessScopeContentCommandOutput>;
|
|
1423
|
-
export declare const deserializeAws_ec2GetPasswordDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPasswordDataCommandOutput>;
|
|
1424
|
-
export declare const deserializeAws_ec2GetReservedInstancesExchangeQuoteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReservedInstancesExchangeQuoteCommandOutput>;
|
|
1425
|
-
export declare const deserializeAws_ec2GetSerialConsoleAccessStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSerialConsoleAccessStatusCommandOutput>;
|
|
1426
|
-
export declare const deserializeAws_ec2GetSpotPlacementScoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSpotPlacementScoresCommandOutput>;
|
|
1427
|
-
export declare const deserializeAws_ec2GetSubnetCidrReservationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubnetCidrReservationsCommandOutput>;
|
|
1428
|
-
export declare const deserializeAws_ec2GetTransitGatewayAttachmentPropagationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayAttachmentPropagationsCommandOutput>;
|
|
1429
|
-
export declare const deserializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayMulticastDomainAssociationsCommandOutput>;
|
|
1430
|
-
export declare const deserializeAws_ec2GetTransitGatewayPrefixListReferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayPrefixListReferencesCommandOutput>;
|
|
1431
|
-
export declare const deserializeAws_ec2GetTransitGatewayRouteTableAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayRouteTableAssociationsCommandOutput>;
|
|
1432
|
-
export declare const deserializeAws_ec2GetTransitGatewayRouteTablePropagationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayRouteTablePropagationsCommandOutput>;
|
|
1433
|
-
export declare const deserializeAws_ec2GetVpnConnectionDeviceSampleConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVpnConnectionDeviceSampleConfigurationCommandOutput>;
|
|
1434
|
-
export declare const deserializeAws_ec2GetVpnConnectionDeviceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVpnConnectionDeviceTypesCommandOutput>;
|
|
1435
|
-
export declare const deserializeAws_ec2ImportClientVpnClientCertificateRevocationListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportClientVpnClientCertificateRevocationListCommandOutput>;
|
|
1436
|
-
export declare const deserializeAws_ec2ImportImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportImageCommandOutput>;
|
|
1437
|
-
export declare const deserializeAws_ec2ImportInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportInstanceCommandOutput>;
|
|
1438
|
-
export declare const deserializeAws_ec2ImportKeyPairCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportKeyPairCommandOutput>;
|
|
1439
|
-
export declare const deserializeAws_ec2ImportSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportSnapshotCommandOutput>;
|
|
1440
|
-
export declare const deserializeAws_ec2ImportVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportVolumeCommandOutput>;
|
|
1441
|
-
export declare const deserializeAws_ec2ListSnapshotsInRecycleBinCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSnapshotsInRecycleBinCommandOutput>;
|
|
1442
|
-
export declare const deserializeAws_ec2ModifyAddressAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyAddressAttributeCommandOutput>;
|
|
1443
|
-
export declare const deserializeAws_ec2ModifyAvailabilityZoneGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyAvailabilityZoneGroupCommandOutput>;
|
|
1444
|
-
export declare const deserializeAws_ec2ModifyCapacityReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyCapacityReservationCommandOutput>;
|
|
1445
|
-
export declare const deserializeAws_ec2ModifyCapacityReservationFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyCapacityReservationFleetCommandOutput>;
|
|
1446
|
-
export declare const deserializeAws_ec2ModifyClientVpnEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyClientVpnEndpointCommandOutput>;
|
|
1447
|
-
export declare const deserializeAws_ec2ModifyDefaultCreditSpecificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyDefaultCreditSpecificationCommandOutput>;
|
|
1448
|
-
export declare const deserializeAws_ec2ModifyEbsDefaultKmsKeyIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyEbsDefaultKmsKeyIdCommandOutput>;
|
|
1449
|
-
export declare const deserializeAws_ec2ModifyFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyFleetCommandOutput>;
|
|
1450
|
-
export declare const deserializeAws_ec2ModifyFpgaImageAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyFpgaImageAttributeCommandOutput>;
|
|
1451
|
-
export declare const deserializeAws_ec2ModifyHostsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyHostsCommandOutput>;
|
|
1452
|
-
export declare const deserializeAws_ec2ModifyIdentityIdFormatCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyIdentityIdFormatCommandOutput>;
|
|
1453
|
-
export declare const deserializeAws_ec2ModifyIdFormatCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyIdFormatCommandOutput>;
|
|
1454
|
-
export declare const deserializeAws_ec2ModifyImageAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyImageAttributeCommandOutput>;
|
|
1455
|
-
export declare const deserializeAws_ec2ModifyInstanceAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyInstanceAttributeCommandOutput>;
|
|
1456
|
-
export declare const deserializeAws_ec2ModifyInstanceCapacityReservationAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyInstanceCapacityReservationAttributesCommandOutput>;
|
|
1457
|
-
export declare const deserializeAws_ec2ModifyInstanceCreditSpecificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyInstanceCreditSpecificationCommandOutput>;
|
|
1458
|
-
export declare const deserializeAws_ec2ModifyInstanceEventStartTimeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyInstanceEventStartTimeCommandOutput>;
|
|
1459
|
-
export declare const deserializeAws_ec2ModifyInstanceEventWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyInstanceEventWindowCommandOutput>;
|
|
1460
|
-
export declare const deserializeAws_ec2ModifyInstanceMetadataOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyInstanceMetadataOptionsCommandOutput>;
|
|
1461
|
-
export declare const deserializeAws_ec2ModifyInstancePlacementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyInstancePlacementCommandOutput>;
|
|
1462
|
-
export declare const deserializeAws_ec2ModifyIpamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyIpamCommandOutput>;
|
|
1463
|
-
export declare const deserializeAws_ec2ModifyIpamPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyIpamPoolCommandOutput>;
|
|
1464
|
-
export declare const deserializeAws_ec2ModifyIpamResourceCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyIpamResourceCidrCommandOutput>;
|
|
1465
|
-
export declare const deserializeAws_ec2ModifyIpamScopeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyIpamScopeCommandOutput>;
|
|
1466
|
-
export declare const deserializeAws_ec2ModifyLaunchTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyLaunchTemplateCommandOutput>;
|
|
1467
|
-
export declare const deserializeAws_ec2ModifyManagedPrefixListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyManagedPrefixListCommandOutput>;
|
|
1468
|
-
export declare const deserializeAws_ec2ModifyNetworkInterfaceAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyNetworkInterfaceAttributeCommandOutput>;
|
|
1469
|
-
export declare const deserializeAws_ec2ModifyPrivateDnsNameOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyPrivateDnsNameOptionsCommandOutput>;
|
|
1470
|
-
export declare const deserializeAws_ec2ModifyReservedInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyReservedInstancesCommandOutput>;
|
|
1471
|
-
export declare const deserializeAws_ec2ModifySecurityGroupRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifySecurityGroupRulesCommandOutput>;
|
|
1472
|
-
export declare const deserializeAws_ec2ModifySnapshotAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifySnapshotAttributeCommandOutput>;
|
|
1473
|
-
export declare const deserializeAws_ec2ModifySnapshotTierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifySnapshotTierCommandOutput>;
|
|
1474
|
-
export declare const deserializeAws_ec2ModifySpotFleetRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifySpotFleetRequestCommandOutput>;
|
|
1475
|
-
export declare const deserializeAws_ec2ModifySubnetAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifySubnetAttributeCommandOutput>;
|
|
1476
|
-
export declare const deserializeAws_ec2ModifyTrafficMirrorFilterNetworkServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyTrafficMirrorFilterNetworkServicesCommandOutput>;
|
|
1477
|
-
export declare const deserializeAws_ec2ModifyTrafficMirrorFilterRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyTrafficMirrorFilterRuleCommandOutput>;
|
|
1478
|
-
export declare const deserializeAws_ec2ModifyTrafficMirrorSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyTrafficMirrorSessionCommandOutput>;
|
|
1479
|
-
export declare const deserializeAws_ec2ModifyTransitGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyTransitGatewayCommandOutput>;
|
|
1480
|
-
export declare const deserializeAws_ec2ModifyTransitGatewayPrefixListReferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyTransitGatewayPrefixListReferenceCommandOutput>;
|
|
1481
|
-
export declare const deserializeAws_ec2ModifyTransitGatewayVpcAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyTransitGatewayVpcAttachmentCommandOutput>;
|
|
1482
|
-
export declare const deserializeAws_ec2ModifyVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyVolumeCommandOutput>;
|
|
1483
|
-
export declare const deserializeAws_ec2ModifyVolumeAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyVolumeAttributeCommandOutput>;
|
|
1484
|
-
export declare const deserializeAws_ec2ModifyVpcAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyVpcAttributeCommandOutput>;
|
|
1485
|
-
export declare const deserializeAws_ec2ModifyVpcEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyVpcEndpointCommandOutput>;
|
|
1486
|
-
export declare const deserializeAws_ec2ModifyVpcEndpointConnectionNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyVpcEndpointConnectionNotificationCommandOutput>;
|
|
1487
|
-
export declare const deserializeAws_ec2ModifyVpcEndpointServiceConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyVpcEndpointServiceConfigurationCommandOutput>;
|
|
1488
|
-
export declare const deserializeAws_ec2ModifyVpcEndpointServicePayerResponsibilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyVpcEndpointServicePayerResponsibilityCommandOutput>;
|
|
1489
|
-
export declare const deserializeAws_ec2ModifyVpcEndpointServicePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyVpcEndpointServicePermissionsCommandOutput>;
|
|
1490
|
-
export declare const deserializeAws_ec2ModifyVpcPeeringConnectionOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyVpcPeeringConnectionOptionsCommandOutput>;
|
|
1491
|
-
export declare const deserializeAws_ec2ModifyVpcTenancyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyVpcTenancyCommandOutput>;
|
|
1492
|
-
export declare const deserializeAws_ec2ModifyVpnConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyVpnConnectionCommandOutput>;
|
|
1493
|
-
export declare const deserializeAws_ec2ModifyVpnConnectionOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyVpnConnectionOptionsCommandOutput>;
|
|
1494
|
-
export declare const deserializeAws_ec2ModifyVpnTunnelCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyVpnTunnelCertificateCommandOutput>;
|
|
1495
|
-
export declare const deserializeAws_ec2ModifyVpnTunnelOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyVpnTunnelOptionsCommandOutput>;
|
|
1496
|
-
export declare const deserializeAws_ec2MonitorInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MonitorInstancesCommandOutput>;
|
|
1497
|
-
export declare const deserializeAws_ec2MoveAddressToVpcCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MoveAddressToVpcCommandOutput>;
|
|
1498
|
-
export declare const deserializeAws_ec2MoveByoipCidrToIpamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MoveByoipCidrToIpamCommandOutput>;
|
|
1499
|
-
export declare const deserializeAws_ec2ProvisionByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ProvisionByoipCidrCommandOutput>;
|
|
1500
|
-
export declare const deserializeAws_ec2ProvisionIpamPoolCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ProvisionIpamPoolCidrCommandOutput>;
|
|
1501
|
-
export declare const deserializeAws_ec2ProvisionPublicIpv4PoolCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ProvisionPublicIpv4PoolCidrCommandOutput>;
|
|
1502
|
-
export declare const deserializeAws_ec2PurchaseHostReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseHostReservationCommandOutput>;
|
|
1503
|
-
export declare const deserializeAws_ec2PurchaseReservedInstancesOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseReservedInstancesOfferingCommandOutput>;
|
|
1504
|
-
export declare const deserializeAws_ec2PurchaseScheduledInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseScheduledInstancesCommandOutput>;
|
|
1505
|
-
export declare const deserializeAws_ec2RebootInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootInstancesCommandOutput>;
|
|
1506
|
-
export declare const deserializeAws_ec2RegisterImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterImageCommandOutput>;
|
|
1507
|
-
export declare const deserializeAws_ec2RegisterInstanceEventNotificationAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterInstanceEventNotificationAttributesCommandOutput>;
|
|
1508
|
-
export declare const deserializeAws_ec2RegisterTransitGatewayMulticastGroupMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterTransitGatewayMulticastGroupMembersCommandOutput>;
|
|
1509
|
-
export declare const deserializeAws_ec2RegisterTransitGatewayMulticastGroupSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterTransitGatewayMulticastGroupSourcesCommandOutput>;
|
|
1510
|
-
export declare const deserializeAws_ec2RejectTransitGatewayMulticastDomainAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectTransitGatewayMulticastDomainAssociationsCommandOutput>;
|
|
1511
|
-
export declare const deserializeAws_ec2RejectTransitGatewayPeeringAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectTransitGatewayPeeringAttachmentCommandOutput>;
|
|
1512
|
-
export declare const deserializeAws_ec2RejectTransitGatewayVpcAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectTransitGatewayVpcAttachmentCommandOutput>;
|
|
1513
|
-
export declare const deserializeAws_ec2RejectVpcEndpointConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectVpcEndpointConnectionsCommandOutput>;
|
|
1514
|
-
export declare const deserializeAws_ec2RejectVpcPeeringConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectVpcPeeringConnectionCommandOutput>;
|
|
1515
|
-
export declare const deserializeAws_ec2ReleaseAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReleaseAddressCommandOutput>;
|
|
1516
|
-
export declare const deserializeAws_ec2ReleaseHostsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReleaseHostsCommandOutput>;
|
|
1517
|
-
export declare const deserializeAws_ec2ReleaseIpamPoolAllocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReleaseIpamPoolAllocationCommandOutput>;
|
|
1518
|
-
export declare const deserializeAws_ec2ReplaceIamInstanceProfileAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReplaceIamInstanceProfileAssociationCommandOutput>;
|
|
1519
|
-
export declare const deserializeAws_ec2ReplaceNetworkAclAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReplaceNetworkAclAssociationCommandOutput>;
|
|
1520
|
-
export declare const deserializeAws_ec2ReplaceNetworkAclEntryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReplaceNetworkAclEntryCommandOutput>;
|
|
1521
|
-
export declare const deserializeAws_ec2ReplaceRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReplaceRouteCommandOutput>;
|
|
1522
|
-
export declare const deserializeAws_ec2ReplaceRouteTableAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReplaceRouteTableAssociationCommandOutput>;
|
|
1523
|
-
export declare const deserializeAws_ec2ReplaceTransitGatewayRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReplaceTransitGatewayRouteCommandOutput>;
|
|
1524
|
-
export declare const deserializeAws_ec2ReportInstanceStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReportInstanceStatusCommandOutput>;
|
|
1525
|
-
export declare const deserializeAws_ec2RequestSpotFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RequestSpotFleetCommandOutput>;
|
|
1526
|
-
export declare const deserializeAws_ec2RequestSpotInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RequestSpotInstancesCommandOutput>;
|
|
1527
|
-
export declare const deserializeAws_ec2ResetAddressAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetAddressAttributeCommandOutput>;
|
|
1528
|
-
export declare const deserializeAws_ec2ResetEbsDefaultKmsKeyIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetEbsDefaultKmsKeyIdCommandOutput>;
|
|
1529
|
-
export declare const deserializeAws_ec2ResetFpgaImageAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetFpgaImageAttributeCommandOutput>;
|
|
1530
|
-
export declare const deserializeAws_ec2ResetImageAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetImageAttributeCommandOutput>;
|
|
1531
|
-
export declare const deserializeAws_ec2ResetInstanceAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetInstanceAttributeCommandOutput>;
|
|
1532
|
-
export declare const deserializeAws_ec2ResetNetworkInterfaceAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetNetworkInterfaceAttributeCommandOutput>;
|
|
1533
|
-
export declare const deserializeAws_ec2ResetSnapshotAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetSnapshotAttributeCommandOutput>;
|
|
1534
|
-
export declare const deserializeAws_ec2RestoreAddressToClassicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreAddressToClassicCommandOutput>;
|
|
1535
|
-
export declare const deserializeAws_ec2RestoreManagedPrefixListVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreManagedPrefixListVersionCommandOutput>;
|
|
1536
|
-
export declare const deserializeAws_ec2RestoreSnapshotFromRecycleBinCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreSnapshotFromRecycleBinCommandOutput>;
|
|
1537
|
-
export declare const deserializeAws_ec2RestoreSnapshotTierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreSnapshotTierCommandOutput>;
|
|
1538
|
-
export declare const deserializeAws_ec2RevokeClientVpnIngressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeClientVpnIngressCommandOutput>;
|
|
1539
|
-
export declare const deserializeAws_ec2RevokeSecurityGroupEgressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeSecurityGroupEgressCommandOutput>;
|
|
1540
|
-
export declare const deserializeAws_ec2RevokeSecurityGroupIngressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeSecurityGroupIngressCommandOutput>;
|
|
1541
|
-
export declare const deserializeAws_ec2RunInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RunInstancesCommandOutput>;
|
|
1542
|
-
export declare const deserializeAws_ec2RunScheduledInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RunScheduledInstancesCommandOutput>;
|
|
1543
|
-
export declare const deserializeAws_ec2SearchLocalGatewayRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchLocalGatewayRoutesCommandOutput>;
|
|
1544
|
-
export declare const deserializeAws_ec2SearchTransitGatewayMulticastGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchTransitGatewayMulticastGroupsCommandOutput>;
|
|
1545
|
-
export declare const deserializeAws_ec2SearchTransitGatewayRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchTransitGatewayRoutesCommandOutput>;
|
|
1546
|
-
export declare const deserializeAws_ec2SendDiagnosticInterruptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendDiagnosticInterruptCommandOutput>;
|
|
1547
|
-
export declare const deserializeAws_ec2StartInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartInstancesCommandOutput>;
|
|
1548
|
-
export declare const deserializeAws_ec2StartNetworkInsightsAccessScopeAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartNetworkInsightsAccessScopeAnalysisCommandOutput>;
|
|
1549
|
-
export declare const deserializeAws_ec2StartNetworkInsightsAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartNetworkInsightsAnalysisCommandOutput>;
|
|
1550
|
-
export declare const deserializeAws_ec2StartVpcEndpointServicePrivateDnsVerificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartVpcEndpointServicePrivateDnsVerificationCommandOutput>;
|
|
1551
|
-
export declare const deserializeAws_ec2StopInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopInstancesCommandOutput>;
|
|
1552
|
-
export declare const deserializeAws_ec2TerminateClientVpnConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateClientVpnConnectionsCommandOutput>;
|
|
1553
|
-
export declare const deserializeAws_ec2TerminateInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateInstancesCommandOutput>;
|
|
1554
|
-
export declare const deserializeAws_ec2UnassignIpv6AddressesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnassignIpv6AddressesCommandOutput>;
|
|
1555
|
-
export declare const deserializeAws_ec2UnassignPrivateIpAddressesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnassignPrivateIpAddressesCommandOutput>;
|
|
1556
|
-
export declare const deserializeAws_ec2UnmonitorInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnmonitorInstancesCommandOutput>;
|
|
1557
|
-
export declare const deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSecurityGroupRuleDescriptionsEgressCommandOutput>;
|
|
1558
|
-
export declare const deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsIngressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSecurityGroupRuleDescriptionsIngressCommandOutput>;
|
|
1559
|
-
export declare const deserializeAws_ec2WithdrawByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<WithdrawByoipCidrCommandOutput>;
|