@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,592 +0,0 @@
|
|
|
1
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
-
import { AcceptReservedInstancesExchangeQuoteCommandInput, AcceptReservedInstancesExchangeQuoteCommandOutput } from "./commands/AcceptReservedInstancesExchangeQuoteCommand";
|
|
10
|
-
import { AcceptTransitGatewayMulticastDomainAssociationsCommandInput, AcceptTransitGatewayMulticastDomainAssociationsCommandOutput } from "./commands/AcceptTransitGatewayMulticastDomainAssociationsCommand";
|
|
11
|
-
import { AcceptTransitGatewayPeeringAttachmentCommandInput, AcceptTransitGatewayPeeringAttachmentCommandOutput } from "./commands/AcceptTransitGatewayPeeringAttachmentCommand";
|
|
12
|
-
import { AcceptTransitGatewayVpcAttachmentCommandInput, AcceptTransitGatewayVpcAttachmentCommandOutput } from "./commands/AcceptTransitGatewayVpcAttachmentCommand";
|
|
13
|
-
import { AcceptVpcEndpointConnectionsCommandInput, AcceptVpcEndpointConnectionsCommandOutput } from "./commands/AcceptVpcEndpointConnectionsCommand";
|
|
14
|
-
import { AcceptVpcPeeringConnectionCommandInput, AcceptVpcPeeringConnectionCommandOutput } from "./commands/AcceptVpcPeeringConnectionCommand";
|
|
15
|
-
import { AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput } from "./commands/AdvertiseByoipCidrCommand";
|
|
16
|
-
import { AllocateAddressCommandInput, AllocateAddressCommandOutput } from "./commands/AllocateAddressCommand";
|
|
17
|
-
import { AllocateHostsCommandInput, AllocateHostsCommandOutput } from "./commands/AllocateHostsCommand";
|
|
18
|
-
import { AllocateIpamPoolCidrCommandInput, AllocateIpamPoolCidrCommandOutput } from "./commands/AllocateIpamPoolCidrCommand";
|
|
19
|
-
import { ApplySecurityGroupsToClientVpnTargetNetworkCommandInput, ApplySecurityGroupsToClientVpnTargetNetworkCommandOutput } from "./commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand";
|
|
20
|
-
import { AssignIpv6AddressesCommandInput, AssignIpv6AddressesCommandOutput } from "./commands/AssignIpv6AddressesCommand";
|
|
21
|
-
import { AssignPrivateIpAddressesCommandInput, AssignPrivateIpAddressesCommandOutput } from "./commands/AssignPrivateIpAddressesCommand";
|
|
22
|
-
import { AssociateAddressCommandInput, AssociateAddressCommandOutput } from "./commands/AssociateAddressCommand";
|
|
23
|
-
import { AssociateClientVpnTargetNetworkCommandInput, AssociateClientVpnTargetNetworkCommandOutput } from "./commands/AssociateClientVpnTargetNetworkCommand";
|
|
24
|
-
import { AssociateDhcpOptionsCommandInput, AssociateDhcpOptionsCommandOutput } from "./commands/AssociateDhcpOptionsCommand";
|
|
25
|
-
import { AssociateEnclaveCertificateIamRoleCommandInput, AssociateEnclaveCertificateIamRoleCommandOutput } from "./commands/AssociateEnclaveCertificateIamRoleCommand";
|
|
26
|
-
import { AssociateIamInstanceProfileCommandInput, AssociateIamInstanceProfileCommandOutput } from "./commands/AssociateIamInstanceProfileCommand";
|
|
27
|
-
import { AssociateInstanceEventWindowCommandInput, AssociateInstanceEventWindowCommandOutput } from "./commands/AssociateInstanceEventWindowCommand";
|
|
28
|
-
import { AssociateRouteTableCommandInput, AssociateRouteTableCommandOutput } from "./commands/AssociateRouteTableCommand";
|
|
29
|
-
import { AssociateSubnetCidrBlockCommandInput, AssociateSubnetCidrBlockCommandOutput } from "./commands/AssociateSubnetCidrBlockCommand";
|
|
30
|
-
import { AssociateTransitGatewayMulticastDomainCommandInput, AssociateTransitGatewayMulticastDomainCommandOutput } from "./commands/AssociateTransitGatewayMulticastDomainCommand";
|
|
31
|
-
import { AssociateTransitGatewayRouteTableCommandInput, AssociateTransitGatewayRouteTableCommandOutput } from "./commands/AssociateTransitGatewayRouteTableCommand";
|
|
32
|
-
import { AssociateTrunkInterfaceCommandInput, AssociateTrunkInterfaceCommandOutput } from "./commands/AssociateTrunkInterfaceCommand";
|
|
33
|
-
import { AssociateVpcCidrBlockCommandInput, AssociateVpcCidrBlockCommandOutput } from "./commands/AssociateVpcCidrBlockCommand";
|
|
34
|
-
import { AttachClassicLinkVpcCommandInput, AttachClassicLinkVpcCommandOutput } from "./commands/AttachClassicLinkVpcCommand";
|
|
35
|
-
import { AttachInternetGatewayCommandInput, AttachInternetGatewayCommandOutput } from "./commands/AttachInternetGatewayCommand";
|
|
36
|
-
import { AttachNetworkInterfaceCommandInput, AttachNetworkInterfaceCommandOutput } from "./commands/AttachNetworkInterfaceCommand";
|
|
37
|
-
import { AttachVolumeCommandInput, AttachVolumeCommandOutput } from "./commands/AttachVolumeCommand";
|
|
38
|
-
import { AttachVpnGatewayCommandInput, AttachVpnGatewayCommandOutput } from "./commands/AttachVpnGatewayCommand";
|
|
39
|
-
import { AuthorizeClientVpnIngressCommandInput, AuthorizeClientVpnIngressCommandOutput } from "./commands/AuthorizeClientVpnIngressCommand";
|
|
40
|
-
import { AuthorizeSecurityGroupEgressCommandInput, AuthorizeSecurityGroupEgressCommandOutput } from "./commands/AuthorizeSecurityGroupEgressCommand";
|
|
41
|
-
import { AuthorizeSecurityGroupIngressCommandInput, AuthorizeSecurityGroupIngressCommandOutput } from "./commands/AuthorizeSecurityGroupIngressCommand";
|
|
42
|
-
import { BundleInstanceCommandInput, BundleInstanceCommandOutput } from "./commands/BundleInstanceCommand";
|
|
43
|
-
import { CancelBundleTaskCommandInput, CancelBundleTaskCommandOutput } from "./commands/CancelBundleTaskCommand";
|
|
44
|
-
import { CancelCapacityReservationCommandInput, CancelCapacityReservationCommandOutput } from "./commands/CancelCapacityReservationCommand";
|
|
45
|
-
import { CancelCapacityReservationFleetsCommandInput, CancelCapacityReservationFleetsCommandOutput } from "./commands/CancelCapacityReservationFleetsCommand";
|
|
46
|
-
import { CancelConversionTaskCommandInput, CancelConversionTaskCommandOutput } from "./commands/CancelConversionTaskCommand";
|
|
47
|
-
import { CancelExportTaskCommandInput, CancelExportTaskCommandOutput } from "./commands/CancelExportTaskCommand";
|
|
48
|
-
import { CancelImportTaskCommandInput, CancelImportTaskCommandOutput } from "./commands/CancelImportTaskCommand";
|
|
49
|
-
import { CancelReservedInstancesListingCommandInput, CancelReservedInstancesListingCommandOutput } from "./commands/CancelReservedInstancesListingCommand";
|
|
50
|
-
import { CancelSpotFleetRequestsCommandInput, CancelSpotFleetRequestsCommandOutput } from "./commands/CancelSpotFleetRequestsCommand";
|
|
51
|
-
import { CancelSpotInstanceRequestsCommandInput, CancelSpotInstanceRequestsCommandOutput } from "./commands/CancelSpotInstanceRequestsCommand";
|
|
52
|
-
import { ConfirmProductInstanceCommandInput, ConfirmProductInstanceCommandOutput } from "./commands/ConfirmProductInstanceCommand";
|
|
53
|
-
import { CopyFpgaImageCommandInput, CopyFpgaImageCommandOutput } from "./commands/CopyFpgaImageCommand";
|
|
54
|
-
import { CopyImageCommandInput, CopyImageCommandOutput } from "./commands/CopyImageCommand";
|
|
55
|
-
import { CopySnapshotCommandInput, CopySnapshotCommandOutput } from "./commands/CopySnapshotCommand";
|
|
56
|
-
import { CreateCapacityReservationCommandInput, CreateCapacityReservationCommandOutput } from "./commands/CreateCapacityReservationCommand";
|
|
57
|
-
import { CreateCapacityReservationFleetCommandInput, CreateCapacityReservationFleetCommandOutput } from "./commands/CreateCapacityReservationFleetCommand";
|
|
58
|
-
import { CreateCarrierGatewayCommandInput, CreateCarrierGatewayCommandOutput } from "./commands/CreateCarrierGatewayCommand";
|
|
59
|
-
import { CreateClientVpnEndpointCommandInput, CreateClientVpnEndpointCommandOutput } from "./commands/CreateClientVpnEndpointCommand";
|
|
60
|
-
import { CreateClientVpnRouteCommandInput, CreateClientVpnRouteCommandOutput } from "./commands/CreateClientVpnRouteCommand";
|
|
61
|
-
import { CreateCustomerGatewayCommandInput, CreateCustomerGatewayCommandOutput } from "./commands/CreateCustomerGatewayCommand";
|
|
62
|
-
import { CreateDefaultSubnetCommandInput, CreateDefaultSubnetCommandOutput } from "./commands/CreateDefaultSubnetCommand";
|
|
63
|
-
import { CreateDefaultVpcCommandInput, CreateDefaultVpcCommandOutput } from "./commands/CreateDefaultVpcCommand";
|
|
64
|
-
import { CreateDhcpOptionsCommandInput, CreateDhcpOptionsCommandOutput } from "./commands/CreateDhcpOptionsCommand";
|
|
65
|
-
import { CreateEgressOnlyInternetGatewayCommandInput, CreateEgressOnlyInternetGatewayCommandOutput } from "./commands/CreateEgressOnlyInternetGatewayCommand";
|
|
66
|
-
import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
|
|
67
|
-
import { CreateFlowLogsCommandInput, CreateFlowLogsCommandOutput } from "./commands/CreateFlowLogsCommand";
|
|
68
|
-
import { CreateFpgaImageCommandInput, CreateFpgaImageCommandOutput } from "./commands/CreateFpgaImageCommand";
|
|
69
|
-
import { CreateImageCommandInput, CreateImageCommandOutput } from "./commands/CreateImageCommand";
|
|
70
|
-
import { CreateInstanceEventWindowCommandInput, CreateInstanceEventWindowCommandOutput } from "./commands/CreateInstanceEventWindowCommand";
|
|
71
|
-
import { CreateInstanceExportTaskCommandInput, CreateInstanceExportTaskCommandOutput } from "./commands/CreateInstanceExportTaskCommand";
|
|
72
|
-
import { CreateInternetGatewayCommandInput, CreateInternetGatewayCommandOutput } from "./commands/CreateInternetGatewayCommand";
|
|
73
|
-
import { CreateIpamCommandInput, CreateIpamCommandOutput } from "./commands/CreateIpamCommand";
|
|
74
|
-
import { CreateIpamPoolCommandInput, CreateIpamPoolCommandOutput } from "./commands/CreateIpamPoolCommand";
|
|
75
|
-
import { CreateIpamScopeCommandInput, CreateIpamScopeCommandOutput } from "./commands/CreateIpamScopeCommand";
|
|
76
|
-
import { CreateKeyPairCommandInput, CreateKeyPairCommandOutput } from "./commands/CreateKeyPairCommand";
|
|
77
|
-
import { CreateLaunchTemplateCommandInput, CreateLaunchTemplateCommandOutput } from "./commands/CreateLaunchTemplateCommand";
|
|
78
|
-
import { CreateLaunchTemplateVersionCommandInput, CreateLaunchTemplateVersionCommandOutput } from "./commands/CreateLaunchTemplateVersionCommand";
|
|
79
|
-
import { CreateLocalGatewayRouteCommandInput, CreateLocalGatewayRouteCommandOutput } from "./commands/CreateLocalGatewayRouteCommand";
|
|
80
|
-
import { CreateLocalGatewayRouteTableVpcAssociationCommandInput, CreateLocalGatewayRouteTableVpcAssociationCommandOutput } from "./commands/CreateLocalGatewayRouteTableVpcAssociationCommand";
|
|
81
|
-
import { CreateManagedPrefixListCommandInput, CreateManagedPrefixListCommandOutput } from "./commands/CreateManagedPrefixListCommand";
|
|
82
|
-
import { CreateNatGatewayCommandInput, CreateNatGatewayCommandOutput } from "./commands/CreateNatGatewayCommand";
|
|
83
|
-
import { CreateNetworkAclCommandInput, CreateNetworkAclCommandOutput } from "./commands/CreateNetworkAclCommand";
|
|
84
|
-
import { CreateNetworkAclEntryCommandInput, CreateNetworkAclEntryCommandOutput } from "./commands/CreateNetworkAclEntryCommand";
|
|
85
|
-
import { CreateNetworkInsightsAccessScopeCommandInput, CreateNetworkInsightsAccessScopeCommandOutput } from "./commands/CreateNetworkInsightsAccessScopeCommand";
|
|
86
|
-
import { CreateNetworkInsightsPathCommandInput, CreateNetworkInsightsPathCommandOutput } from "./commands/CreateNetworkInsightsPathCommand";
|
|
87
|
-
import { CreateNetworkInterfaceCommandInput, CreateNetworkInterfaceCommandOutput } from "./commands/CreateNetworkInterfaceCommand";
|
|
88
|
-
import { CreateNetworkInterfacePermissionCommandInput, CreateNetworkInterfacePermissionCommandOutput } from "./commands/CreateNetworkInterfacePermissionCommand";
|
|
89
|
-
import { CreatePlacementGroupCommandInput, CreatePlacementGroupCommandOutput } from "./commands/CreatePlacementGroupCommand";
|
|
90
|
-
import { CreatePublicIpv4PoolCommandInput, CreatePublicIpv4PoolCommandOutput } from "./commands/CreatePublicIpv4PoolCommand";
|
|
91
|
-
import { CreateReplaceRootVolumeTaskCommandInput, CreateReplaceRootVolumeTaskCommandOutput } from "./commands/CreateReplaceRootVolumeTaskCommand";
|
|
92
|
-
import { CreateReservedInstancesListingCommandInput, CreateReservedInstancesListingCommandOutput } from "./commands/CreateReservedInstancesListingCommand";
|
|
93
|
-
import { CreateRestoreImageTaskCommandInput, CreateRestoreImageTaskCommandOutput } from "./commands/CreateRestoreImageTaskCommand";
|
|
94
|
-
import { CreateRouteCommandInput, CreateRouteCommandOutput } from "./commands/CreateRouteCommand";
|
|
95
|
-
import { CreateRouteTableCommandInput, CreateRouteTableCommandOutput } from "./commands/CreateRouteTableCommand";
|
|
96
|
-
import { CreateSecurityGroupCommandInput, CreateSecurityGroupCommandOutput } from "./commands/CreateSecurityGroupCommand";
|
|
97
|
-
import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
|
|
98
|
-
import { CreateSnapshotsCommandInput, CreateSnapshotsCommandOutput } from "./commands/CreateSnapshotsCommand";
|
|
99
|
-
import { CreateSpotDatafeedSubscriptionCommandInput, CreateSpotDatafeedSubscriptionCommandOutput } from "./commands/CreateSpotDatafeedSubscriptionCommand";
|
|
100
|
-
import { CreateStoreImageTaskCommandInput, CreateStoreImageTaskCommandOutput } from "./commands/CreateStoreImageTaskCommand";
|
|
101
|
-
import { CreateSubnetCidrReservationCommandInput, CreateSubnetCidrReservationCommandOutput } from "./commands/CreateSubnetCidrReservationCommand";
|
|
102
|
-
import { CreateSubnetCommandInput, CreateSubnetCommandOutput } from "./commands/CreateSubnetCommand";
|
|
103
|
-
import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
|
|
104
|
-
import { CreateTrafficMirrorFilterCommandInput, CreateTrafficMirrorFilterCommandOutput } from "./commands/CreateTrafficMirrorFilterCommand";
|
|
105
|
-
import { CreateTrafficMirrorFilterRuleCommandInput, CreateTrafficMirrorFilterRuleCommandOutput } from "./commands/CreateTrafficMirrorFilterRuleCommand";
|
|
106
|
-
import { CreateTrafficMirrorSessionCommandInput, CreateTrafficMirrorSessionCommandOutput } from "./commands/CreateTrafficMirrorSessionCommand";
|
|
107
|
-
import { CreateTrafficMirrorTargetCommandInput, CreateTrafficMirrorTargetCommandOutput } from "./commands/CreateTrafficMirrorTargetCommand";
|
|
108
|
-
import { CreateTransitGatewayCommandInput, CreateTransitGatewayCommandOutput } from "./commands/CreateTransitGatewayCommand";
|
|
109
|
-
import { CreateTransitGatewayConnectCommandInput, CreateTransitGatewayConnectCommandOutput } from "./commands/CreateTransitGatewayConnectCommand";
|
|
110
|
-
import { CreateTransitGatewayConnectPeerCommandInput, CreateTransitGatewayConnectPeerCommandOutput } from "./commands/CreateTransitGatewayConnectPeerCommand";
|
|
111
|
-
import { CreateTransitGatewayMulticastDomainCommandInput, CreateTransitGatewayMulticastDomainCommandOutput } from "./commands/CreateTransitGatewayMulticastDomainCommand";
|
|
112
|
-
import { CreateTransitGatewayPeeringAttachmentCommandInput, CreateTransitGatewayPeeringAttachmentCommandOutput } from "./commands/CreateTransitGatewayPeeringAttachmentCommand";
|
|
113
|
-
import { CreateTransitGatewayPrefixListReferenceCommandInput, CreateTransitGatewayPrefixListReferenceCommandOutput } from "./commands/CreateTransitGatewayPrefixListReferenceCommand";
|
|
114
|
-
import { CreateTransitGatewayRouteCommandInput, CreateTransitGatewayRouteCommandOutput } from "./commands/CreateTransitGatewayRouteCommand";
|
|
115
|
-
import { CreateTransitGatewayRouteTableCommandInput, CreateTransitGatewayRouteTableCommandOutput } from "./commands/CreateTransitGatewayRouteTableCommand";
|
|
116
|
-
import { CreateTransitGatewayVpcAttachmentCommandInput, CreateTransitGatewayVpcAttachmentCommandOutput } from "./commands/CreateTransitGatewayVpcAttachmentCommand";
|
|
117
|
-
import { CreateVolumeCommandInput, CreateVolumeCommandOutput } from "./commands/CreateVolumeCommand";
|
|
118
|
-
import { CreateVpcCommandInput, CreateVpcCommandOutput } from "./commands/CreateVpcCommand";
|
|
119
|
-
import { CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput } from "./commands/CreateVpcEndpointCommand";
|
|
120
|
-
import { CreateVpcEndpointConnectionNotificationCommandInput, CreateVpcEndpointConnectionNotificationCommandOutput } from "./commands/CreateVpcEndpointConnectionNotificationCommand";
|
|
121
|
-
import { CreateVpcEndpointServiceConfigurationCommandInput, CreateVpcEndpointServiceConfigurationCommandOutput } from "./commands/CreateVpcEndpointServiceConfigurationCommand";
|
|
122
|
-
import { CreateVpcPeeringConnectionCommandInput, CreateVpcPeeringConnectionCommandOutput } from "./commands/CreateVpcPeeringConnectionCommand";
|
|
123
|
-
import { CreateVpnConnectionCommandInput, CreateVpnConnectionCommandOutput } from "./commands/CreateVpnConnectionCommand";
|
|
124
|
-
import { CreateVpnConnectionRouteCommandInput, CreateVpnConnectionRouteCommandOutput } from "./commands/CreateVpnConnectionRouteCommand";
|
|
125
|
-
import { CreateVpnGatewayCommandInput, CreateVpnGatewayCommandOutput } from "./commands/CreateVpnGatewayCommand";
|
|
126
|
-
import { DeleteCarrierGatewayCommandInput, DeleteCarrierGatewayCommandOutput } from "./commands/DeleteCarrierGatewayCommand";
|
|
127
|
-
import { DeleteClientVpnEndpointCommandInput, DeleteClientVpnEndpointCommandOutput } from "./commands/DeleteClientVpnEndpointCommand";
|
|
128
|
-
import { DeleteClientVpnRouteCommandInput, DeleteClientVpnRouteCommandOutput } from "./commands/DeleteClientVpnRouteCommand";
|
|
129
|
-
import { DeleteCustomerGatewayCommandInput, DeleteCustomerGatewayCommandOutput } from "./commands/DeleteCustomerGatewayCommand";
|
|
130
|
-
import { DeleteDhcpOptionsCommandInput, DeleteDhcpOptionsCommandOutput } from "./commands/DeleteDhcpOptionsCommand";
|
|
131
|
-
import { DeleteEgressOnlyInternetGatewayCommandInput, DeleteEgressOnlyInternetGatewayCommandOutput } from "./commands/DeleteEgressOnlyInternetGatewayCommand";
|
|
132
|
-
import { DeleteFleetsCommandInput, DeleteFleetsCommandOutput } from "./commands/DeleteFleetsCommand";
|
|
133
|
-
import { DeleteFlowLogsCommandInput, DeleteFlowLogsCommandOutput } from "./commands/DeleteFlowLogsCommand";
|
|
134
|
-
import { DeleteFpgaImageCommandInput, DeleteFpgaImageCommandOutput } from "./commands/DeleteFpgaImageCommand";
|
|
135
|
-
import { DeleteInstanceEventWindowCommandInput, DeleteInstanceEventWindowCommandOutput } from "./commands/DeleteInstanceEventWindowCommand";
|
|
136
|
-
import { DeleteInternetGatewayCommandInput, DeleteInternetGatewayCommandOutput } from "./commands/DeleteInternetGatewayCommand";
|
|
137
|
-
import { DeleteIpamCommandInput, DeleteIpamCommandOutput } from "./commands/DeleteIpamCommand";
|
|
138
|
-
import { DeleteIpamPoolCommandInput, DeleteIpamPoolCommandOutput } from "./commands/DeleteIpamPoolCommand";
|
|
139
|
-
import { DeleteIpamScopeCommandInput, DeleteIpamScopeCommandOutput } from "./commands/DeleteIpamScopeCommand";
|
|
140
|
-
import { DeleteKeyPairCommandInput, DeleteKeyPairCommandOutput } from "./commands/DeleteKeyPairCommand";
|
|
141
|
-
import { DeleteLaunchTemplateCommandInput, DeleteLaunchTemplateCommandOutput } from "./commands/DeleteLaunchTemplateCommand";
|
|
142
|
-
import { DeleteLaunchTemplateVersionsCommandInput, DeleteLaunchTemplateVersionsCommandOutput } from "./commands/DeleteLaunchTemplateVersionsCommand";
|
|
143
|
-
import { DeleteLocalGatewayRouteCommandInput, DeleteLocalGatewayRouteCommandOutput } from "./commands/DeleteLocalGatewayRouteCommand";
|
|
144
|
-
import { DeleteLocalGatewayRouteTableVpcAssociationCommandInput, DeleteLocalGatewayRouteTableVpcAssociationCommandOutput } from "./commands/DeleteLocalGatewayRouteTableVpcAssociationCommand";
|
|
145
|
-
import { DeleteManagedPrefixListCommandInput, DeleteManagedPrefixListCommandOutput } from "./commands/DeleteManagedPrefixListCommand";
|
|
146
|
-
import { DeleteNatGatewayCommandInput, DeleteNatGatewayCommandOutput } from "./commands/DeleteNatGatewayCommand";
|
|
147
|
-
import { DeleteNetworkAclCommandInput, DeleteNetworkAclCommandOutput } from "./commands/DeleteNetworkAclCommand";
|
|
148
|
-
import { DeleteNetworkAclEntryCommandInput, DeleteNetworkAclEntryCommandOutput } from "./commands/DeleteNetworkAclEntryCommand";
|
|
149
|
-
import { DeleteNetworkInsightsAccessScopeAnalysisCommandInput, DeleteNetworkInsightsAccessScopeAnalysisCommandOutput } from "./commands/DeleteNetworkInsightsAccessScopeAnalysisCommand";
|
|
150
|
-
import { DeleteNetworkInsightsAccessScopeCommandInput, DeleteNetworkInsightsAccessScopeCommandOutput } from "./commands/DeleteNetworkInsightsAccessScopeCommand";
|
|
151
|
-
import { DeleteNetworkInsightsAnalysisCommandInput, DeleteNetworkInsightsAnalysisCommandOutput } from "./commands/DeleteNetworkInsightsAnalysisCommand";
|
|
152
|
-
import { DeleteNetworkInsightsPathCommandInput, DeleteNetworkInsightsPathCommandOutput } from "./commands/DeleteNetworkInsightsPathCommand";
|
|
153
|
-
import { DeleteNetworkInterfaceCommandInput, DeleteNetworkInterfaceCommandOutput } from "./commands/DeleteNetworkInterfaceCommand";
|
|
154
|
-
import { DeleteNetworkInterfacePermissionCommandInput, DeleteNetworkInterfacePermissionCommandOutput } from "./commands/DeleteNetworkInterfacePermissionCommand";
|
|
155
|
-
import { DeletePlacementGroupCommandInput, DeletePlacementGroupCommandOutput } from "./commands/DeletePlacementGroupCommand";
|
|
156
|
-
import { DeletePublicIpv4PoolCommandInput, DeletePublicIpv4PoolCommandOutput } from "./commands/DeletePublicIpv4PoolCommand";
|
|
157
|
-
import { DeleteQueuedReservedInstancesCommandInput, DeleteQueuedReservedInstancesCommandOutput } from "./commands/DeleteQueuedReservedInstancesCommand";
|
|
158
|
-
import { DeleteRouteCommandInput, DeleteRouteCommandOutput } from "./commands/DeleteRouteCommand";
|
|
159
|
-
import { DeleteRouteTableCommandInput, DeleteRouteTableCommandOutput } from "./commands/DeleteRouteTableCommand";
|
|
160
|
-
import { DeleteSecurityGroupCommandInput, DeleteSecurityGroupCommandOutput } from "./commands/DeleteSecurityGroupCommand";
|
|
161
|
-
import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
|
|
162
|
-
import { DeleteSpotDatafeedSubscriptionCommandInput, DeleteSpotDatafeedSubscriptionCommandOutput } from "./commands/DeleteSpotDatafeedSubscriptionCommand";
|
|
163
|
-
import { DeleteSubnetCidrReservationCommandInput, DeleteSubnetCidrReservationCommandOutput } from "./commands/DeleteSubnetCidrReservationCommand";
|
|
164
|
-
import { DeleteSubnetCommandInput, DeleteSubnetCommandOutput } from "./commands/DeleteSubnetCommand";
|
|
165
|
-
import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
|
|
166
|
-
import { DeleteTrafficMirrorFilterCommandInput, DeleteTrafficMirrorFilterCommandOutput } from "./commands/DeleteTrafficMirrorFilterCommand";
|
|
167
|
-
import { DeleteTrafficMirrorFilterRuleCommandInput, DeleteTrafficMirrorFilterRuleCommandOutput } from "./commands/DeleteTrafficMirrorFilterRuleCommand";
|
|
168
|
-
import { DeleteTrafficMirrorSessionCommandInput, DeleteTrafficMirrorSessionCommandOutput } from "./commands/DeleteTrafficMirrorSessionCommand";
|
|
169
|
-
import { DeleteTrafficMirrorTargetCommandInput, DeleteTrafficMirrorTargetCommandOutput } from "./commands/DeleteTrafficMirrorTargetCommand";
|
|
170
|
-
import { DeleteTransitGatewayCommandInput, DeleteTransitGatewayCommandOutput } from "./commands/DeleteTransitGatewayCommand";
|
|
171
|
-
import { DeleteTransitGatewayConnectCommandInput, DeleteTransitGatewayConnectCommandOutput } from "./commands/DeleteTransitGatewayConnectCommand";
|
|
172
|
-
import { DeleteTransitGatewayConnectPeerCommandInput, DeleteTransitGatewayConnectPeerCommandOutput } from "./commands/DeleteTransitGatewayConnectPeerCommand";
|
|
173
|
-
import { DeleteTransitGatewayMulticastDomainCommandInput, DeleteTransitGatewayMulticastDomainCommandOutput } from "./commands/DeleteTransitGatewayMulticastDomainCommand";
|
|
174
|
-
import { DeleteTransitGatewayPeeringAttachmentCommandInput, DeleteTransitGatewayPeeringAttachmentCommandOutput } from "./commands/DeleteTransitGatewayPeeringAttachmentCommand";
|
|
175
|
-
import { DeleteTransitGatewayPrefixListReferenceCommandInput, DeleteTransitGatewayPrefixListReferenceCommandOutput } from "./commands/DeleteTransitGatewayPrefixListReferenceCommand";
|
|
176
|
-
import { DeleteTransitGatewayRouteCommandInput, DeleteTransitGatewayRouteCommandOutput } from "./commands/DeleteTransitGatewayRouteCommand";
|
|
177
|
-
import { DeleteTransitGatewayRouteTableCommandInput, DeleteTransitGatewayRouteTableCommandOutput } from "./commands/DeleteTransitGatewayRouteTableCommand";
|
|
178
|
-
import { DeleteTransitGatewayVpcAttachmentCommandInput, DeleteTransitGatewayVpcAttachmentCommandOutput } from "./commands/DeleteTransitGatewayVpcAttachmentCommand";
|
|
179
|
-
import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "./commands/DeleteVolumeCommand";
|
|
180
|
-
import { DeleteVpcCommandInput, DeleteVpcCommandOutput } from "./commands/DeleteVpcCommand";
|
|
181
|
-
import { DeleteVpcEndpointConnectionNotificationsCommandInput, DeleteVpcEndpointConnectionNotificationsCommandOutput } from "./commands/DeleteVpcEndpointConnectionNotificationsCommand";
|
|
182
|
-
import { DeleteVpcEndpointsCommandInput, DeleteVpcEndpointsCommandOutput } from "./commands/DeleteVpcEndpointsCommand";
|
|
183
|
-
import { DeleteVpcEndpointServiceConfigurationsCommandInput, DeleteVpcEndpointServiceConfigurationsCommandOutput } from "./commands/DeleteVpcEndpointServiceConfigurationsCommand";
|
|
184
|
-
import { DeleteVpcPeeringConnectionCommandInput, DeleteVpcPeeringConnectionCommandOutput } from "./commands/DeleteVpcPeeringConnectionCommand";
|
|
185
|
-
import { DeleteVpnConnectionCommandInput, DeleteVpnConnectionCommandOutput } from "./commands/DeleteVpnConnectionCommand";
|
|
186
|
-
import { DeleteVpnConnectionRouteCommandInput, DeleteVpnConnectionRouteCommandOutput } from "./commands/DeleteVpnConnectionRouteCommand";
|
|
187
|
-
import { DeleteVpnGatewayCommandInput, DeleteVpnGatewayCommandOutput } from "./commands/DeleteVpnGatewayCommand";
|
|
188
|
-
import { DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput } from "./commands/DeprovisionByoipCidrCommand";
|
|
189
|
-
import { DeprovisionIpamPoolCidrCommandInput, DeprovisionIpamPoolCidrCommandOutput } from "./commands/DeprovisionIpamPoolCidrCommand";
|
|
190
|
-
import { DeprovisionPublicIpv4PoolCidrCommandInput, DeprovisionPublicIpv4PoolCidrCommandOutput } from "./commands/DeprovisionPublicIpv4PoolCidrCommand";
|
|
191
|
-
import { DeregisterImageCommandInput, DeregisterImageCommandOutput } from "./commands/DeregisterImageCommand";
|
|
192
|
-
import { DeregisterInstanceEventNotificationAttributesCommandInput, DeregisterInstanceEventNotificationAttributesCommandOutput } from "./commands/DeregisterInstanceEventNotificationAttributesCommand";
|
|
193
|
-
import { DeregisterTransitGatewayMulticastGroupMembersCommandInput, DeregisterTransitGatewayMulticastGroupMembersCommandOutput } from "./commands/DeregisterTransitGatewayMulticastGroupMembersCommand";
|
|
194
|
-
import { DeregisterTransitGatewayMulticastGroupSourcesCommandInput, DeregisterTransitGatewayMulticastGroupSourcesCommandOutput } from "./commands/DeregisterTransitGatewayMulticastGroupSourcesCommand";
|
|
195
|
-
import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "./commands/DescribeAccountAttributesCommand";
|
|
196
|
-
import { DescribeAddressesAttributeCommandInput, DescribeAddressesAttributeCommandOutput } from "./commands/DescribeAddressesAttributeCommand";
|
|
197
|
-
import { DescribeAddressesCommandInput, DescribeAddressesCommandOutput } from "./commands/DescribeAddressesCommand";
|
|
198
|
-
import { DescribeAggregateIdFormatCommandInput, DescribeAggregateIdFormatCommandOutput } from "./commands/DescribeAggregateIdFormatCommand";
|
|
199
|
-
import { DescribeAvailabilityZonesCommandInput, DescribeAvailabilityZonesCommandOutput } from "./commands/DescribeAvailabilityZonesCommand";
|
|
200
|
-
import { DescribeBundleTasksCommandInput, DescribeBundleTasksCommandOutput } from "./commands/DescribeBundleTasksCommand";
|
|
201
|
-
import { DescribeByoipCidrsCommandInput, DescribeByoipCidrsCommandOutput } from "./commands/DescribeByoipCidrsCommand";
|
|
202
|
-
import { DescribeCapacityReservationFleetsCommandInput, DescribeCapacityReservationFleetsCommandOutput } from "./commands/DescribeCapacityReservationFleetsCommand";
|
|
203
|
-
import { DescribeCapacityReservationsCommandInput, DescribeCapacityReservationsCommandOutput } from "./commands/DescribeCapacityReservationsCommand";
|
|
204
|
-
import { DescribeCarrierGatewaysCommandInput, DescribeCarrierGatewaysCommandOutput } from "./commands/DescribeCarrierGatewaysCommand";
|
|
205
|
-
import { DescribeClassicLinkInstancesCommandInput, DescribeClassicLinkInstancesCommandOutput } from "./commands/DescribeClassicLinkInstancesCommand";
|
|
206
|
-
import { DescribeClientVpnAuthorizationRulesCommandInput, DescribeClientVpnAuthorizationRulesCommandOutput } from "./commands/DescribeClientVpnAuthorizationRulesCommand";
|
|
207
|
-
import { DescribeClientVpnConnectionsCommandInput, DescribeClientVpnConnectionsCommandOutput } from "./commands/DescribeClientVpnConnectionsCommand";
|
|
208
|
-
import { DescribeClientVpnEndpointsCommandInput, DescribeClientVpnEndpointsCommandOutput } from "./commands/DescribeClientVpnEndpointsCommand";
|
|
209
|
-
import { DescribeClientVpnRoutesCommandInput, DescribeClientVpnRoutesCommandOutput } from "./commands/DescribeClientVpnRoutesCommand";
|
|
210
|
-
import { DescribeClientVpnTargetNetworksCommandInput, DescribeClientVpnTargetNetworksCommandOutput } from "./commands/DescribeClientVpnTargetNetworksCommand";
|
|
211
|
-
import { DescribeCoipPoolsCommandInput, DescribeCoipPoolsCommandOutput } from "./commands/DescribeCoipPoolsCommand";
|
|
212
|
-
import { DescribeConversionTasksCommandInput, DescribeConversionTasksCommandOutput } from "./commands/DescribeConversionTasksCommand";
|
|
213
|
-
import { DescribeCustomerGatewaysCommandInput, DescribeCustomerGatewaysCommandOutput } from "./commands/DescribeCustomerGatewaysCommand";
|
|
214
|
-
import { DescribeDhcpOptionsCommandInput, DescribeDhcpOptionsCommandOutput } from "./commands/DescribeDhcpOptionsCommand";
|
|
215
|
-
import { DescribeEgressOnlyInternetGatewaysCommandInput, DescribeEgressOnlyInternetGatewaysCommandOutput } from "./commands/DescribeEgressOnlyInternetGatewaysCommand";
|
|
216
|
-
import { DescribeElasticGpusCommandInput, DescribeElasticGpusCommandOutput } from "./commands/DescribeElasticGpusCommand";
|
|
217
|
-
import { DescribeExportImageTasksCommandInput, DescribeExportImageTasksCommandOutput } from "./commands/DescribeExportImageTasksCommand";
|
|
218
|
-
import { DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput } from "./commands/DescribeExportTasksCommand";
|
|
219
|
-
import { DescribeFastLaunchImagesCommandInput, DescribeFastLaunchImagesCommandOutput } from "./commands/DescribeFastLaunchImagesCommand";
|
|
220
|
-
import { DescribeFastSnapshotRestoresCommandInput, DescribeFastSnapshotRestoresCommandOutput } from "./commands/DescribeFastSnapshotRestoresCommand";
|
|
221
|
-
import { DescribeFleetHistoryCommandInput, DescribeFleetHistoryCommandOutput } from "./commands/DescribeFleetHistoryCommand";
|
|
222
|
-
import { DescribeFleetInstancesCommandInput, DescribeFleetInstancesCommandOutput } from "./commands/DescribeFleetInstancesCommand";
|
|
223
|
-
import { DescribeFleetsCommandInput, DescribeFleetsCommandOutput } from "./commands/DescribeFleetsCommand";
|
|
224
|
-
import { DescribeFlowLogsCommandInput, DescribeFlowLogsCommandOutput } from "./commands/DescribeFlowLogsCommand";
|
|
225
|
-
import { DescribeFpgaImageAttributeCommandInput, DescribeFpgaImageAttributeCommandOutput } from "./commands/DescribeFpgaImageAttributeCommand";
|
|
226
|
-
import { DescribeFpgaImagesCommandInput, DescribeFpgaImagesCommandOutput } from "./commands/DescribeFpgaImagesCommand";
|
|
227
|
-
import { DescribeHostReservationOfferingsCommandInput, DescribeHostReservationOfferingsCommandOutput } from "./commands/DescribeHostReservationOfferingsCommand";
|
|
228
|
-
import { DescribeHostReservationsCommandInput, DescribeHostReservationsCommandOutput } from "./commands/DescribeHostReservationsCommand";
|
|
229
|
-
import { DescribeHostsCommandInput, DescribeHostsCommandOutput } from "./commands/DescribeHostsCommand";
|
|
230
|
-
import { DescribeIamInstanceProfileAssociationsCommandInput, DescribeIamInstanceProfileAssociationsCommandOutput } from "./commands/DescribeIamInstanceProfileAssociationsCommand";
|
|
231
|
-
import { DescribeIdentityIdFormatCommandInput, DescribeIdentityIdFormatCommandOutput } from "./commands/DescribeIdentityIdFormatCommand";
|
|
232
|
-
import { DescribeIdFormatCommandInput, DescribeIdFormatCommandOutput } from "./commands/DescribeIdFormatCommand";
|
|
233
|
-
import { DescribeImageAttributeCommandInput, DescribeImageAttributeCommandOutput } from "./commands/DescribeImageAttributeCommand";
|
|
234
|
-
import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "./commands/DescribeImagesCommand";
|
|
235
|
-
import { DescribeImportImageTasksCommandInput, DescribeImportImageTasksCommandOutput } from "./commands/DescribeImportImageTasksCommand";
|
|
236
|
-
import { DescribeImportSnapshotTasksCommandInput, DescribeImportSnapshotTasksCommandOutput } from "./commands/DescribeImportSnapshotTasksCommand";
|
|
237
|
-
import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "./commands/DescribeInstanceAttributeCommand";
|
|
238
|
-
import { DescribeInstanceCreditSpecificationsCommandInput, DescribeInstanceCreditSpecificationsCommandOutput } from "./commands/DescribeInstanceCreditSpecificationsCommand";
|
|
239
|
-
import { DescribeInstanceEventNotificationAttributesCommandInput, DescribeInstanceEventNotificationAttributesCommandOutput } from "./commands/DescribeInstanceEventNotificationAttributesCommand";
|
|
240
|
-
import { DescribeInstanceEventWindowsCommandInput, DescribeInstanceEventWindowsCommandOutput } from "./commands/DescribeInstanceEventWindowsCommand";
|
|
241
|
-
import { DescribeInstancesCommandInput, DescribeInstancesCommandOutput } from "./commands/DescribeInstancesCommand";
|
|
242
|
-
import { DescribeInstanceStatusCommandInput, DescribeInstanceStatusCommandOutput } from "./commands/DescribeInstanceStatusCommand";
|
|
243
|
-
import { DescribeInstanceTypeOfferingsCommandInput, DescribeInstanceTypeOfferingsCommandOutput } from "./commands/DescribeInstanceTypeOfferingsCommand";
|
|
244
|
-
import { DescribeInstanceTypesCommandInput, DescribeInstanceTypesCommandOutput } from "./commands/DescribeInstanceTypesCommand";
|
|
245
|
-
import { DescribeInternetGatewaysCommandInput, DescribeInternetGatewaysCommandOutput } from "./commands/DescribeInternetGatewaysCommand";
|
|
246
|
-
import { DescribeIpamPoolsCommandInput, DescribeIpamPoolsCommandOutput } from "./commands/DescribeIpamPoolsCommand";
|
|
247
|
-
import { DescribeIpamsCommandInput, DescribeIpamsCommandOutput } from "./commands/DescribeIpamsCommand";
|
|
248
|
-
import { DescribeIpamScopesCommandInput, DescribeIpamScopesCommandOutput } from "./commands/DescribeIpamScopesCommand";
|
|
249
|
-
import { DescribeIpv6PoolsCommandInput, DescribeIpv6PoolsCommandOutput } from "./commands/DescribeIpv6PoolsCommand";
|
|
250
|
-
import { DescribeKeyPairsCommandInput, DescribeKeyPairsCommandOutput } from "./commands/DescribeKeyPairsCommand";
|
|
251
|
-
import { DescribeLaunchTemplatesCommandInput, DescribeLaunchTemplatesCommandOutput } from "./commands/DescribeLaunchTemplatesCommand";
|
|
252
|
-
import { DescribeLaunchTemplateVersionsCommandInput, DescribeLaunchTemplateVersionsCommandOutput } from "./commands/DescribeLaunchTemplateVersionsCommand";
|
|
253
|
-
import { DescribeLocalGatewayRouteTablesCommandInput, DescribeLocalGatewayRouteTablesCommandOutput } from "./commands/DescribeLocalGatewayRouteTablesCommand";
|
|
254
|
-
import { DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput, DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput } from "./commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand";
|
|
255
|
-
import { DescribeLocalGatewayRouteTableVpcAssociationsCommandInput, DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput } from "./commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand";
|
|
256
|
-
import { DescribeLocalGatewaysCommandInput, DescribeLocalGatewaysCommandOutput } from "./commands/DescribeLocalGatewaysCommand";
|
|
257
|
-
import { DescribeLocalGatewayVirtualInterfaceGroupsCommandInput, DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput } from "./commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand";
|
|
258
|
-
import { DescribeLocalGatewayVirtualInterfacesCommandInput, DescribeLocalGatewayVirtualInterfacesCommandOutput } from "./commands/DescribeLocalGatewayVirtualInterfacesCommand";
|
|
259
|
-
import { DescribeManagedPrefixListsCommandInput, DescribeManagedPrefixListsCommandOutput } from "./commands/DescribeManagedPrefixListsCommand";
|
|
260
|
-
import { DescribeMovingAddressesCommandInput, DescribeMovingAddressesCommandOutput } from "./commands/DescribeMovingAddressesCommand";
|
|
261
|
-
import { DescribeNatGatewaysCommandInput, DescribeNatGatewaysCommandOutput } from "./commands/DescribeNatGatewaysCommand";
|
|
262
|
-
import { DescribeNetworkAclsCommandInput, DescribeNetworkAclsCommandOutput } from "./commands/DescribeNetworkAclsCommand";
|
|
263
|
-
import { DescribeNetworkInsightsAccessScopeAnalysesCommandInput, DescribeNetworkInsightsAccessScopeAnalysesCommandOutput } from "./commands/DescribeNetworkInsightsAccessScopeAnalysesCommand";
|
|
264
|
-
import { DescribeNetworkInsightsAccessScopesCommandInput, DescribeNetworkInsightsAccessScopesCommandOutput } from "./commands/DescribeNetworkInsightsAccessScopesCommand";
|
|
265
|
-
import { DescribeNetworkInsightsAnalysesCommandInput, DescribeNetworkInsightsAnalysesCommandOutput } from "./commands/DescribeNetworkInsightsAnalysesCommand";
|
|
266
|
-
import { DescribeNetworkInsightsPathsCommandInput, DescribeNetworkInsightsPathsCommandOutput } from "./commands/DescribeNetworkInsightsPathsCommand";
|
|
267
|
-
import { DescribeNetworkInterfaceAttributeCommandInput, DescribeNetworkInterfaceAttributeCommandOutput } from "./commands/DescribeNetworkInterfaceAttributeCommand";
|
|
268
|
-
import { DescribeNetworkInterfacePermissionsCommandInput, DescribeNetworkInterfacePermissionsCommandOutput } from "./commands/DescribeNetworkInterfacePermissionsCommand";
|
|
269
|
-
import { DescribeNetworkInterfacesCommandInput, DescribeNetworkInterfacesCommandOutput } from "./commands/DescribeNetworkInterfacesCommand";
|
|
270
|
-
import { DescribePlacementGroupsCommandInput, DescribePlacementGroupsCommandOutput } from "./commands/DescribePlacementGroupsCommand";
|
|
271
|
-
import { DescribePrefixListsCommandInput, DescribePrefixListsCommandOutput } from "./commands/DescribePrefixListsCommand";
|
|
272
|
-
import { DescribePrincipalIdFormatCommandInput, DescribePrincipalIdFormatCommandOutput } from "./commands/DescribePrincipalIdFormatCommand";
|
|
273
|
-
import { DescribePublicIpv4PoolsCommandInput, DescribePublicIpv4PoolsCommandOutput } from "./commands/DescribePublicIpv4PoolsCommand";
|
|
274
|
-
import { DescribeRegionsCommandInput, DescribeRegionsCommandOutput } from "./commands/DescribeRegionsCommand";
|
|
275
|
-
import { DescribeReplaceRootVolumeTasksCommandInput, DescribeReplaceRootVolumeTasksCommandOutput } from "./commands/DescribeReplaceRootVolumeTasksCommand";
|
|
276
|
-
import { DescribeReservedInstancesCommandInput, DescribeReservedInstancesCommandOutput } from "./commands/DescribeReservedInstancesCommand";
|
|
277
|
-
import { DescribeReservedInstancesListingsCommandInput, DescribeReservedInstancesListingsCommandOutput } from "./commands/DescribeReservedInstancesListingsCommand";
|
|
278
|
-
import { DescribeReservedInstancesModificationsCommandInput, DescribeReservedInstancesModificationsCommandOutput } from "./commands/DescribeReservedInstancesModificationsCommand";
|
|
279
|
-
import { DescribeReservedInstancesOfferingsCommandInput, DescribeReservedInstancesOfferingsCommandOutput } from "./commands/DescribeReservedInstancesOfferingsCommand";
|
|
280
|
-
import { DescribeRouteTablesCommandInput, DescribeRouteTablesCommandOutput } from "./commands/DescribeRouteTablesCommand";
|
|
281
|
-
import { DescribeScheduledInstanceAvailabilityCommandInput, DescribeScheduledInstanceAvailabilityCommandOutput } from "./commands/DescribeScheduledInstanceAvailabilityCommand";
|
|
282
|
-
import { DescribeScheduledInstancesCommandInput, DescribeScheduledInstancesCommandOutput } from "./commands/DescribeScheduledInstancesCommand";
|
|
283
|
-
import { DescribeSecurityGroupReferencesCommandInput, DescribeSecurityGroupReferencesCommandOutput } from "./commands/DescribeSecurityGroupReferencesCommand";
|
|
284
|
-
import { DescribeSecurityGroupRulesCommandInput, DescribeSecurityGroupRulesCommandOutput } from "./commands/DescribeSecurityGroupRulesCommand";
|
|
285
|
-
import { DescribeSecurityGroupsCommandInput, DescribeSecurityGroupsCommandOutput } from "./commands/DescribeSecurityGroupsCommand";
|
|
286
|
-
import { DescribeSnapshotAttributeCommandInput, DescribeSnapshotAttributeCommandOutput } from "./commands/DescribeSnapshotAttributeCommand";
|
|
287
|
-
import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "./commands/DescribeSnapshotsCommand";
|
|
288
|
-
import { DescribeSnapshotTierStatusCommandInput, DescribeSnapshotTierStatusCommandOutput } from "./commands/DescribeSnapshotTierStatusCommand";
|
|
289
|
-
import { DescribeSpotDatafeedSubscriptionCommandInput, DescribeSpotDatafeedSubscriptionCommandOutput } from "./commands/DescribeSpotDatafeedSubscriptionCommand";
|
|
290
|
-
import { DescribeSpotFleetInstancesCommandInput, DescribeSpotFleetInstancesCommandOutput } from "./commands/DescribeSpotFleetInstancesCommand";
|
|
291
|
-
import { DescribeSpotFleetRequestHistoryCommandInput, DescribeSpotFleetRequestHistoryCommandOutput } from "./commands/DescribeSpotFleetRequestHistoryCommand";
|
|
292
|
-
import { DescribeSpotFleetRequestsCommandInput, DescribeSpotFleetRequestsCommandOutput } from "./commands/DescribeSpotFleetRequestsCommand";
|
|
293
|
-
import { DescribeSpotInstanceRequestsCommandInput, DescribeSpotInstanceRequestsCommandOutput } from "./commands/DescribeSpotInstanceRequestsCommand";
|
|
294
|
-
import { DescribeSpotPriceHistoryCommandInput, DescribeSpotPriceHistoryCommandOutput } from "./commands/DescribeSpotPriceHistoryCommand";
|
|
295
|
-
import { DescribeStaleSecurityGroupsCommandInput, DescribeStaleSecurityGroupsCommandOutput } from "./commands/DescribeStaleSecurityGroupsCommand";
|
|
296
|
-
import { DescribeStoreImageTasksCommandInput, DescribeStoreImageTasksCommandOutput } from "./commands/DescribeStoreImageTasksCommand";
|
|
297
|
-
import { DescribeSubnetsCommandInput, DescribeSubnetsCommandOutput } from "./commands/DescribeSubnetsCommand";
|
|
298
|
-
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
|
|
299
|
-
import { DescribeTrafficMirrorFiltersCommandInput, DescribeTrafficMirrorFiltersCommandOutput } from "./commands/DescribeTrafficMirrorFiltersCommand";
|
|
300
|
-
import { DescribeTrafficMirrorSessionsCommandInput, DescribeTrafficMirrorSessionsCommandOutput } from "./commands/DescribeTrafficMirrorSessionsCommand";
|
|
301
|
-
import { DescribeTrafficMirrorTargetsCommandInput, DescribeTrafficMirrorTargetsCommandOutput } from "./commands/DescribeTrafficMirrorTargetsCommand";
|
|
302
|
-
import { DescribeTransitGatewayAttachmentsCommandInput, DescribeTransitGatewayAttachmentsCommandOutput } from "./commands/DescribeTransitGatewayAttachmentsCommand";
|
|
303
|
-
import { DescribeTransitGatewayConnectPeersCommandInput, DescribeTransitGatewayConnectPeersCommandOutput } from "./commands/DescribeTransitGatewayConnectPeersCommand";
|
|
304
|
-
import { DescribeTransitGatewayConnectsCommandInput, DescribeTransitGatewayConnectsCommandOutput } from "./commands/DescribeTransitGatewayConnectsCommand";
|
|
305
|
-
import { DescribeTransitGatewayMulticastDomainsCommandInput, DescribeTransitGatewayMulticastDomainsCommandOutput } from "./commands/DescribeTransitGatewayMulticastDomainsCommand";
|
|
306
|
-
import { DescribeTransitGatewayPeeringAttachmentsCommandInput, DescribeTransitGatewayPeeringAttachmentsCommandOutput } from "./commands/DescribeTransitGatewayPeeringAttachmentsCommand";
|
|
307
|
-
import { DescribeTransitGatewayRouteTablesCommandInput, DescribeTransitGatewayRouteTablesCommandOutput } from "./commands/DescribeTransitGatewayRouteTablesCommand";
|
|
308
|
-
import { DescribeTransitGatewaysCommandInput, DescribeTransitGatewaysCommandOutput } from "./commands/DescribeTransitGatewaysCommand";
|
|
309
|
-
import { DescribeTransitGatewayVpcAttachmentsCommandInput, DescribeTransitGatewayVpcAttachmentsCommandOutput } from "./commands/DescribeTransitGatewayVpcAttachmentsCommand";
|
|
310
|
-
import { DescribeTrunkInterfaceAssociationsCommandInput, DescribeTrunkInterfaceAssociationsCommandOutput } from "./commands/DescribeTrunkInterfaceAssociationsCommand";
|
|
311
|
-
import { DescribeVolumeAttributeCommandInput, DescribeVolumeAttributeCommandOutput } from "./commands/DescribeVolumeAttributeCommand";
|
|
312
|
-
import { DescribeVolumesCommandInput, DescribeVolumesCommandOutput } from "./commands/DescribeVolumesCommand";
|
|
313
|
-
import { DescribeVolumesModificationsCommandInput, DescribeVolumesModificationsCommandOutput } from "./commands/DescribeVolumesModificationsCommand";
|
|
314
|
-
import { DescribeVolumeStatusCommandInput, DescribeVolumeStatusCommandOutput } from "./commands/DescribeVolumeStatusCommand";
|
|
315
|
-
import { DescribeVpcAttributeCommandInput, DescribeVpcAttributeCommandOutput } from "./commands/DescribeVpcAttributeCommand";
|
|
316
|
-
import { DescribeVpcClassicLinkCommandInput, DescribeVpcClassicLinkCommandOutput } from "./commands/DescribeVpcClassicLinkCommand";
|
|
317
|
-
import { DescribeVpcClassicLinkDnsSupportCommandInput, DescribeVpcClassicLinkDnsSupportCommandOutput } from "./commands/DescribeVpcClassicLinkDnsSupportCommand";
|
|
318
|
-
import { DescribeVpcEndpointConnectionNotificationsCommandInput, DescribeVpcEndpointConnectionNotificationsCommandOutput } from "./commands/DescribeVpcEndpointConnectionNotificationsCommand";
|
|
319
|
-
import { DescribeVpcEndpointConnectionsCommandInput, DescribeVpcEndpointConnectionsCommandOutput } from "./commands/DescribeVpcEndpointConnectionsCommand";
|
|
320
|
-
import { DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput } from "./commands/DescribeVpcEndpointsCommand";
|
|
321
|
-
import { DescribeVpcEndpointServiceConfigurationsCommandInput, DescribeVpcEndpointServiceConfigurationsCommandOutput } from "./commands/DescribeVpcEndpointServiceConfigurationsCommand";
|
|
322
|
-
import { DescribeVpcEndpointServicePermissionsCommandInput, DescribeVpcEndpointServicePermissionsCommandOutput } from "./commands/DescribeVpcEndpointServicePermissionsCommand";
|
|
323
|
-
import { DescribeVpcEndpointServicesCommandInput, DescribeVpcEndpointServicesCommandOutput } from "./commands/DescribeVpcEndpointServicesCommand";
|
|
324
|
-
import { DescribeVpcPeeringConnectionsCommandInput, DescribeVpcPeeringConnectionsCommandOutput } from "./commands/DescribeVpcPeeringConnectionsCommand";
|
|
325
|
-
import { DescribeVpcsCommandInput, DescribeVpcsCommandOutput } from "./commands/DescribeVpcsCommand";
|
|
326
|
-
import { DescribeVpnConnectionsCommandInput, DescribeVpnConnectionsCommandOutput } from "./commands/DescribeVpnConnectionsCommand";
|
|
327
|
-
import { DescribeVpnGatewaysCommandInput, DescribeVpnGatewaysCommandOutput } from "./commands/DescribeVpnGatewaysCommand";
|
|
328
|
-
import { DetachClassicLinkVpcCommandInput, DetachClassicLinkVpcCommandOutput } from "./commands/DetachClassicLinkVpcCommand";
|
|
329
|
-
import { DetachInternetGatewayCommandInput, DetachInternetGatewayCommandOutput } from "./commands/DetachInternetGatewayCommand";
|
|
330
|
-
import { DetachNetworkInterfaceCommandInput, DetachNetworkInterfaceCommandOutput } from "./commands/DetachNetworkInterfaceCommand";
|
|
331
|
-
import { DetachVolumeCommandInput, DetachVolumeCommandOutput } from "./commands/DetachVolumeCommand";
|
|
332
|
-
import { DetachVpnGatewayCommandInput, DetachVpnGatewayCommandOutput } from "./commands/DetachVpnGatewayCommand";
|
|
333
|
-
import { DisableEbsEncryptionByDefaultCommandInput, DisableEbsEncryptionByDefaultCommandOutput } from "./commands/DisableEbsEncryptionByDefaultCommand";
|
|
334
|
-
import { DisableFastLaunchCommandInput, DisableFastLaunchCommandOutput } from "./commands/DisableFastLaunchCommand";
|
|
335
|
-
import { DisableFastSnapshotRestoresCommandInput, DisableFastSnapshotRestoresCommandOutput } from "./commands/DisableFastSnapshotRestoresCommand";
|
|
336
|
-
import { DisableImageDeprecationCommandInput, DisableImageDeprecationCommandOutput } from "./commands/DisableImageDeprecationCommand";
|
|
337
|
-
import { DisableIpamOrganizationAdminAccountCommandInput, DisableIpamOrganizationAdminAccountCommandOutput } from "./commands/DisableIpamOrganizationAdminAccountCommand";
|
|
338
|
-
import { DisableSerialConsoleAccessCommandInput, DisableSerialConsoleAccessCommandOutput } from "./commands/DisableSerialConsoleAccessCommand";
|
|
339
|
-
import { DisableTransitGatewayRouteTablePropagationCommandInput, DisableTransitGatewayRouteTablePropagationCommandOutput } from "./commands/DisableTransitGatewayRouteTablePropagationCommand";
|
|
340
|
-
import { DisableVgwRoutePropagationCommandInput, DisableVgwRoutePropagationCommandOutput } from "./commands/DisableVgwRoutePropagationCommand";
|
|
341
|
-
import { DisableVpcClassicLinkCommandInput, DisableVpcClassicLinkCommandOutput } from "./commands/DisableVpcClassicLinkCommand";
|
|
342
|
-
import { DisableVpcClassicLinkDnsSupportCommandInput, DisableVpcClassicLinkDnsSupportCommandOutput } from "./commands/DisableVpcClassicLinkDnsSupportCommand";
|
|
343
|
-
import { DisassociateAddressCommandInput, DisassociateAddressCommandOutput } from "./commands/DisassociateAddressCommand";
|
|
344
|
-
import { DisassociateClientVpnTargetNetworkCommandInput, DisassociateClientVpnTargetNetworkCommandOutput } from "./commands/DisassociateClientVpnTargetNetworkCommand";
|
|
345
|
-
import { DisassociateEnclaveCertificateIamRoleCommandInput, DisassociateEnclaveCertificateIamRoleCommandOutput } from "./commands/DisassociateEnclaveCertificateIamRoleCommand";
|
|
346
|
-
import { DisassociateIamInstanceProfileCommandInput, DisassociateIamInstanceProfileCommandOutput } from "./commands/DisassociateIamInstanceProfileCommand";
|
|
347
|
-
import { DisassociateInstanceEventWindowCommandInput, DisassociateInstanceEventWindowCommandOutput } from "./commands/DisassociateInstanceEventWindowCommand";
|
|
348
|
-
import { DisassociateRouteTableCommandInput, DisassociateRouteTableCommandOutput } from "./commands/DisassociateRouteTableCommand";
|
|
349
|
-
import { DisassociateSubnetCidrBlockCommandInput, DisassociateSubnetCidrBlockCommandOutput } from "./commands/DisassociateSubnetCidrBlockCommand";
|
|
350
|
-
import { DisassociateTransitGatewayMulticastDomainCommandInput, DisassociateTransitGatewayMulticastDomainCommandOutput } from "./commands/DisassociateTransitGatewayMulticastDomainCommand";
|
|
351
|
-
import { DisassociateTransitGatewayRouteTableCommandInput, DisassociateTransitGatewayRouteTableCommandOutput } from "./commands/DisassociateTransitGatewayRouteTableCommand";
|
|
352
|
-
import { DisassociateTrunkInterfaceCommandInput, DisassociateTrunkInterfaceCommandOutput } from "./commands/DisassociateTrunkInterfaceCommand";
|
|
353
|
-
import { DisassociateVpcCidrBlockCommandInput, DisassociateVpcCidrBlockCommandOutput } from "./commands/DisassociateVpcCidrBlockCommand";
|
|
354
|
-
import { EnableEbsEncryptionByDefaultCommandInput, EnableEbsEncryptionByDefaultCommandOutput } from "./commands/EnableEbsEncryptionByDefaultCommand";
|
|
355
|
-
import { EnableFastLaunchCommandInput, EnableFastLaunchCommandOutput } from "./commands/EnableFastLaunchCommand";
|
|
356
|
-
import { EnableFastSnapshotRestoresCommandInput, EnableFastSnapshotRestoresCommandOutput } from "./commands/EnableFastSnapshotRestoresCommand";
|
|
357
|
-
import { EnableImageDeprecationCommandInput, EnableImageDeprecationCommandOutput } from "./commands/EnableImageDeprecationCommand";
|
|
358
|
-
import { EnableIpamOrganizationAdminAccountCommandInput, EnableIpamOrganizationAdminAccountCommandOutput } from "./commands/EnableIpamOrganizationAdminAccountCommand";
|
|
359
|
-
import { EnableSerialConsoleAccessCommandInput, EnableSerialConsoleAccessCommandOutput } from "./commands/EnableSerialConsoleAccessCommand";
|
|
360
|
-
import { EnableTransitGatewayRouteTablePropagationCommandInput, EnableTransitGatewayRouteTablePropagationCommandOutput } from "./commands/EnableTransitGatewayRouteTablePropagationCommand";
|
|
361
|
-
import { EnableVgwRoutePropagationCommandInput, EnableVgwRoutePropagationCommandOutput } from "./commands/EnableVgwRoutePropagationCommand";
|
|
362
|
-
import { EnableVolumeIOCommandInput, EnableVolumeIOCommandOutput } from "./commands/EnableVolumeIOCommand";
|
|
363
|
-
import { EnableVpcClassicLinkCommandInput, EnableVpcClassicLinkCommandOutput } from "./commands/EnableVpcClassicLinkCommand";
|
|
364
|
-
import { EnableVpcClassicLinkDnsSupportCommandInput, EnableVpcClassicLinkDnsSupportCommandOutput } from "./commands/EnableVpcClassicLinkDnsSupportCommand";
|
|
365
|
-
import { ExportClientVpnClientCertificateRevocationListCommandInput, ExportClientVpnClientCertificateRevocationListCommandOutput } from "./commands/ExportClientVpnClientCertificateRevocationListCommand";
|
|
366
|
-
import { ExportClientVpnClientConfigurationCommandInput, ExportClientVpnClientConfigurationCommandOutput } from "./commands/ExportClientVpnClientConfigurationCommand";
|
|
367
|
-
import { ExportImageCommandInput, ExportImageCommandOutput } from "./commands/ExportImageCommand";
|
|
368
|
-
import { ExportTransitGatewayRoutesCommandInput, ExportTransitGatewayRoutesCommandOutput } from "./commands/ExportTransitGatewayRoutesCommand";
|
|
369
|
-
import { GetAssociatedEnclaveCertificateIamRolesCommandInput, GetAssociatedEnclaveCertificateIamRolesCommandOutput } from "./commands/GetAssociatedEnclaveCertificateIamRolesCommand";
|
|
370
|
-
import { GetAssociatedIpv6PoolCidrsCommandInput, GetAssociatedIpv6PoolCidrsCommandOutput } from "./commands/GetAssociatedIpv6PoolCidrsCommand";
|
|
371
|
-
import { GetCapacityReservationUsageCommandInput, GetCapacityReservationUsageCommandOutput } from "./commands/GetCapacityReservationUsageCommand";
|
|
372
|
-
import { GetCoipPoolUsageCommandInput, GetCoipPoolUsageCommandOutput } from "./commands/GetCoipPoolUsageCommand";
|
|
373
|
-
import { GetConsoleOutputCommandInput, GetConsoleOutputCommandOutput } from "./commands/GetConsoleOutputCommand";
|
|
374
|
-
import { GetConsoleScreenshotCommandInput, GetConsoleScreenshotCommandOutput } from "./commands/GetConsoleScreenshotCommand";
|
|
375
|
-
import { GetDefaultCreditSpecificationCommandInput, GetDefaultCreditSpecificationCommandOutput } from "./commands/GetDefaultCreditSpecificationCommand";
|
|
376
|
-
import { GetEbsDefaultKmsKeyIdCommandInput, GetEbsDefaultKmsKeyIdCommandOutput } from "./commands/GetEbsDefaultKmsKeyIdCommand";
|
|
377
|
-
import { GetEbsEncryptionByDefaultCommandInput, GetEbsEncryptionByDefaultCommandOutput } from "./commands/GetEbsEncryptionByDefaultCommand";
|
|
378
|
-
import { GetFlowLogsIntegrationTemplateCommandInput, GetFlowLogsIntegrationTemplateCommandOutput } from "./commands/GetFlowLogsIntegrationTemplateCommand";
|
|
379
|
-
import { GetGroupsForCapacityReservationCommandInput, GetGroupsForCapacityReservationCommandOutput } from "./commands/GetGroupsForCapacityReservationCommand";
|
|
380
|
-
import { GetHostReservationPurchasePreviewCommandInput, GetHostReservationPurchasePreviewCommandOutput } from "./commands/GetHostReservationPurchasePreviewCommand";
|
|
381
|
-
import { GetInstanceTypesFromInstanceRequirementsCommandInput, GetInstanceTypesFromInstanceRequirementsCommandOutput } from "./commands/GetInstanceTypesFromInstanceRequirementsCommand";
|
|
382
|
-
import { GetIpamAddressHistoryCommandInput, GetIpamAddressHistoryCommandOutput } from "./commands/GetIpamAddressHistoryCommand";
|
|
383
|
-
import { GetIpamPoolAllocationsCommandInput, GetIpamPoolAllocationsCommandOutput } from "./commands/GetIpamPoolAllocationsCommand";
|
|
384
|
-
import { GetIpamPoolCidrsCommandInput, GetIpamPoolCidrsCommandOutput } from "./commands/GetIpamPoolCidrsCommand";
|
|
385
|
-
import { GetIpamResourceCidrsCommandInput, GetIpamResourceCidrsCommandOutput } from "./commands/GetIpamResourceCidrsCommand";
|
|
386
|
-
import { GetLaunchTemplateDataCommandInput, GetLaunchTemplateDataCommandOutput } from "./commands/GetLaunchTemplateDataCommand";
|
|
387
|
-
import { GetManagedPrefixListAssociationsCommandInput, GetManagedPrefixListAssociationsCommandOutput } from "./commands/GetManagedPrefixListAssociationsCommand";
|
|
388
|
-
import { GetManagedPrefixListEntriesCommandInput, GetManagedPrefixListEntriesCommandOutput } from "./commands/GetManagedPrefixListEntriesCommand";
|
|
389
|
-
import { GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput, GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput } from "./commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand";
|
|
390
|
-
import { GetNetworkInsightsAccessScopeContentCommandInput, GetNetworkInsightsAccessScopeContentCommandOutput } from "./commands/GetNetworkInsightsAccessScopeContentCommand";
|
|
391
|
-
import { GetPasswordDataCommandInput, GetPasswordDataCommandOutput } from "./commands/GetPasswordDataCommand";
|
|
392
|
-
import { GetReservedInstancesExchangeQuoteCommandInput, GetReservedInstancesExchangeQuoteCommandOutput } from "./commands/GetReservedInstancesExchangeQuoteCommand";
|
|
393
|
-
import { GetSerialConsoleAccessStatusCommandInput, GetSerialConsoleAccessStatusCommandOutput } from "./commands/GetSerialConsoleAccessStatusCommand";
|
|
394
|
-
import { GetSpotPlacementScoresCommandInput, GetSpotPlacementScoresCommandOutput } from "./commands/GetSpotPlacementScoresCommand";
|
|
395
|
-
import { GetSubnetCidrReservationsCommandInput, GetSubnetCidrReservationsCommandOutput } from "./commands/GetSubnetCidrReservationsCommand";
|
|
396
|
-
import { GetTransitGatewayAttachmentPropagationsCommandInput, GetTransitGatewayAttachmentPropagationsCommandOutput } from "./commands/GetTransitGatewayAttachmentPropagationsCommand";
|
|
397
|
-
import { GetTransitGatewayMulticastDomainAssociationsCommandInput, GetTransitGatewayMulticastDomainAssociationsCommandOutput } from "./commands/GetTransitGatewayMulticastDomainAssociationsCommand";
|
|
398
|
-
import { GetTransitGatewayPrefixListReferencesCommandInput, GetTransitGatewayPrefixListReferencesCommandOutput } from "./commands/GetTransitGatewayPrefixListReferencesCommand";
|
|
399
|
-
import { GetTransitGatewayRouteTableAssociationsCommandInput, GetTransitGatewayRouteTableAssociationsCommandOutput } from "./commands/GetTransitGatewayRouteTableAssociationsCommand";
|
|
400
|
-
import { GetTransitGatewayRouteTablePropagationsCommandInput, GetTransitGatewayRouteTablePropagationsCommandOutput } from "./commands/GetTransitGatewayRouteTablePropagationsCommand";
|
|
401
|
-
import { GetVpnConnectionDeviceSampleConfigurationCommandInput, GetVpnConnectionDeviceSampleConfigurationCommandOutput } from "./commands/GetVpnConnectionDeviceSampleConfigurationCommand";
|
|
402
|
-
import { GetVpnConnectionDeviceTypesCommandInput, GetVpnConnectionDeviceTypesCommandOutput } from "./commands/GetVpnConnectionDeviceTypesCommand";
|
|
403
|
-
import { ImportClientVpnClientCertificateRevocationListCommandInput, ImportClientVpnClientCertificateRevocationListCommandOutput } from "./commands/ImportClientVpnClientCertificateRevocationListCommand";
|
|
404
|
-
import { ImportImageCommandInput, ImportImageCommandOutput } from "./commands/ImportImageCommand";
|
|
405
|
-
import { ImportInstanceCommandInput, ImportInstanceCommandOutput } from "./commands/ImportInstanceCommand";
|
|
406
|
-
import { ImportKeyPairCommandInput, ImportKeyPairCommandOutput } from "./commands/ImportKeyPairCommand";
|
|
407
|
-
import { ImportSnapshotCommandInput, ImportSnapshotCommandOutput } from "./commands/ImportSnapshotCommand";
|
|
408
|
-
import { ImportVolumeCommandInput, ImportVolumeCommandOutput } from "./commands/ImportVolumeCommand";
|
|
409
|
-
import { ListSnapshotsInRecycleBinCommandInput, ListSnapshotsInRecycleBinCommandOutput } from "./commands/ListSnapshotsInRecycleBinCommand";
|
|
410
|
-
import { ModifyAddressAttributeCommandInput, ModifyAddressAttributeCommandOutput } from "./commands/ModifyAddressAttributeCommand";
|
|
411
|
-
import { ModifyAvailabilityZoneGroupCommandInput, ModifyAvailabilityZoneGroupCommandOutput } from "./commands/ModifyAvailabilityZoneGroupCommand";
|
|
412
|
-
import { ModifyCapacityReservationCommandInput, ModifyCapacityReservationCommandOutput } from "./commands/ModifyCapacityReservationCommand";
|
|
413
|
-
import { ModifyCapacityReservationFleetCommandInput, ModifyCapacityReservationFleetCommandOutput } from "./commands/ModifyCapacityReservationFleetCommand";
|
|
414
|
-
import { ModifyClientVpnEndpointCommandInput, ModifyClientVpnEndpointCommandOutput } from "./commands/ModifyClientVpnEndpointCommand";
|
|
415
|
-
import { ModifyDefaultCreditSpecificationCommandInput, ModifyDefaultCreditSpecificationCommandOutput } from "./commands/ModifyDefaultCreditSpecificationCommand";
|
|
416
|
-
import { ModifyEbsDefaultKmsKeyIdCommandInput, ModifyEbsDefaultKmsKeyIdCommandOutput } from "./commands/ModifyEbsDefaultKmsKeyIdCommand";
|
|
417
|
-
import { ModifyFleetCommandInput, ModifyFleetCommandOutput } from "./commands/ModifyFleetCommand";
|
|
418
|
-
import { ModifyFpgaImageAttributeCommandInput, ModifyFpgaImageAttributeCommandOutput } from "./commands/ModifyFpgaImageAttributeCommand";
|
|
419
|
-
import { ModifyHostsCommandInput, ModifyHostsCommandOutput } from "./commands/ModifyHostsCommand";
|
|
420
|
-
import { ModifyIdentityIdFormatCommandInput, ModifyIdentityIdFormatCommandOutput } from "./commands/ModifyIdentityIdFormatCommand";
|
|
421
|
-
import { ModifyIdFormatCommandInput, ModifyIdFormatCommandOutput } from "./commands/ModifyIdFormatCommand";
|
|
422
|
-
import { ModifyImageAttributeCommandInput, ModifyImageAttributeCommandOutput } from "./commands/ModifyImageAttributeCommand";
|
|
423
|
-
import { ModifyInstanceAttributeCommandInput, ModifyInstanceAttributeCommandOutput } from "./commands/ModifyInstanceAttributeCommand";
|
|
424
|
-
import { ModifyInstanceCapacityReservationAttributesCommandInput, ModifyInstanceCapacityReservationAttributesCommandOutput } from "./commands/ModifyInstanceCapacityReservationAttributesCommand";
|
|
425
|
-
import { ModifyInstanceCreditSpecificationCommandInput, ModifyInstanceCreditSpecificationCommandOutput } from "./commands/ModifyInstanceCreditSpecificationCommand";
|
|
426
|
-
import { ModifyInstanceEventStartTimeCommandInput, ModifyInstanceEventStartTimeCommandOutput } from "./commands/ModifyInstanceEventStartTimeCommand";
|
|
427
|
-
import { ModifyInstanceEventWindowCommandInput, ModifyInstanceEventWindowCommandOutput } from "./commands/ModifyInstanceEventWindowCommand";
|
|
428
|
-
import { ModifyInstanceMetadataOptionsCommandInput, ModifyInstanceMetadataOptionsCommandOutput } from "./commands/ModifyInstanceMetadataOptionsCommand";
|
|
429
|
-
import { ModifyInstancePlacementCommandInput, ModifyInstancePlacementCommandOutput } from "./commands/ModifyInstancePlacementCommand";
|
|
430
|
-
import { ModifyIpamCommandInput, ModifyIpamCommandOutput } from "./commands/ModifyIpamCommand";
|
|
431
|
-
import { ModifyIpamPoolCommandInput, ModifyIpamPoolCommandOutput } from "./commands/ModifyIpamPoolCommand";
|
|
432
|
-
import { ModifyIpamResourceCidrCommandInput, ModifyIpamResourceCidrCommandOutput } from "./commands/ModifyIpamResourceCidrCommand";
|
|
433
|
-
import { ModifyIpamScopeCommandInput, ModifyIpamScopeCommandOutput } from "./commands/ModifyIpamScopeCommand";
|
|
434
|
-
import { ModifyLaunchTemplateCommandInput, ModifyLaunchTemplateCommandOutput } from "./commands/ModifyLaunchTemplateCommand";
|
|
435
|
-
import { ModifyManagedPrefixListCommandInput, ModifyManagedPrefixListCommandOutput } from "./commands/ModifyManagedPrefixListCommand";
|
|
436
|
-
import { ModifyNetworkInterfaceAttributeCommandInput, ModifyNetworkInterfaceAttributeCommandOutput } from "./commands/ModifyNetworkInterfaceAttributeCommand";
|
|
437
|
-
import { ModifyPrivateDnsNameOptionsCommandInput, ModifyPrivateDnsNameOptionsCommandOutput } from "./commands/ModifyPrivateDnsNameOptionsCommand";
|
|
438
|
-
import { ModifyReservedInstancesCommandInput, ModifyReservedInstancesCommandOutput } from "./commands/ModifyReservedInstancesCommand";
|
|
439
|
-
import { ModifySecurityGroupRulesCommandInput, ModifySecurityGroupRulesCommandOutput } from "./commands/ModifySecurityGroupRulesCommand";
|
|
440
|
-
import { ModifySnapshotAttributeCommandInput, ModifySnapshotAttributeCommandOutput } from "./commands/ModifySnapshotAttributeCommand";
|
|
441
|
-
import { ModifySnapshotTierCommandInput, ModifySnapshotTierCommandOutput } from "./commands/ModifySnapshotTierCommand";
|
|
442
|
-
import { ModifySpotFleetRequestCommandInput, ModifySpotFleetRequestCommandOutput } from "./commands/ModifySpotFleetRequestCommand";
|
|
443
|
-
import { ModifySubnetAttributeCommandInput, ModifySubnetAttributeCommandOutput } from "./commands/ModifySubnetAttributeCommand";
|
|
444
|
-
import { ModifyTrafficMirrorFilterNetworkServicesCommandInput, ModifyTrafficMirrorFilterNetworkServicesCommandOutput } from "./commands/ModifyTrafficMirrorFilterNetworkServicesCommand";
|
|
445
|
-
import { ModifyTrafficMirrorFilterRuleCommandInput, ModifyTrafficMirrorFilterRuleCommandOutput } from "./commands/ModifyTrafficMirrorFilterRuleCommand";
|
|
446
|
-
import { ModifyTrafficMirrorSessionCommandInput, ModifyTrafficMirrorSessionCommandOutput } from "./commands/ModifyTrafficMirrorSessionCommand";
|
|
447
|
-
import { ModifyTransitGatewayCommandInput, ModifyTransitGatewayCommandOutput } from "./commands/ModifyTransitGatewayCommand";
|
|
448
|
-
import { ModifyTransitGatewayPrefixListReferenceCommandInput, ModifyTransitGatewayPrefixListReferenceCommandOutput } from "./commands/ModifyTransitGatewayPrefixListReferenceCommand";
|
|
449
|
-
import { ModifyTransitGatewayVpcAttachmentCommandInput, ModifyTransitGatewayVpcAttachmentCommandOutput } from "./commands/ModifyTransitGatewayVpcAttachmentCommand";
|
|
450
|
-
import { ModifyVolumeAttributeCommandInput, ModifyVolumeAttributeCommandOutput } from "./commands/ModifyVolumeAttributeCommand";
|
|
451
|
-
import { ModifyVolumeCommandInput, ModifyVolumeCommandOutput } from "./commands/ModifyVolumeCommand";
|
|
452
|
-
import { ModifyVpcAttributeCommandInput, ModifyVpcAttributeCommandOutput } from "./commands/ModifyVpcAttributeCommand";
|
|
453
|
-
import { ModifyVpcEndpointCommandInput, ModifyVpcEndpointCommandOutput } from "./commands/ModifyVpcEndpointCommand";
|
|
454
|
-
import { ModifyVpcEndpointConnectionNotificationCommandInput, ModifyVpcEndpointConnectionNotificationCommandOutput } from "./commands/ModifyVpcEndpointConnectionNotificationCommand";
|
|
455
|
-
import { ModifyVpcEndpointServiceConfigurationCommandInput, ModifyVpcEndpointServiceConfigurationCommandOutput } from "./commands/ModifyVpcEndpointServiceConfigurationCommand";
|
|
456
|
-
import { ModifyVpcEndpointServicePayerResponsibilityCommandInput, ModifyVpcEndpointServicePayerResponsibilityCommandOutput } from "./commands/ModifyVpcEndpointServicePayerResponsibilityCommand";
|
|
457
|
-
import { ModifyVpcEndpointServicePermissionsCommandInput, ModifyVpcEndpointServicePermissionsCommandOutput } from "./commands/ModifyVpcEndpointServicePermissionsCommand";
|
|
458
|
-
import { ModifyVpcPeeringConnectionOptionsCommandInput, ModifyVpcPeeringConnectionOptionsCommandOutput } from "./commands/ModifyVpcPeeringConnectionOptionsCommand";
|
|
459
|
-
import { ModifyVpcTenancyCommandInput, ModifyVpcTenancyCommandOutput } from "./commands/ModifyVpcTenancyCommand";
|
|
460
|
-
import { ModifyVpnConnectionCommandInput, ModifyVpnConnectionCommandOutput } from "./commands/ModifyVpnConnectionCommand";
|
|
461
|
-
import { ModifyVpnConnectionOptionsCommandInput, ModifyVpnConnectionOptionsCommandOutput } from "./commands/ModifyVpnConnectionOptionsCommand";
|
|
462
|
-
import { ModifyVpnTunnelCertificateCommandInput, ModifyVpnTunnelCertificateCommandOutput } from "./commands/ModifyVpnTunnelCertificateCommand";
|
|
463
|
-
import { ModifyVpnTunnelOptionsCommandInput, ModifyVpnTunnelOptionsCommandOutput } from "./commands/ModifyVpnTunnelOptionsCommand";
|
|
464
|
-
import { MonitorInstancesCommandInput, MonitorInstancesCommandOutput } from "./commands/MonitorInstancesCommand";
|
|
465
|
-
import { MoveAddressToVpcCommandInput, MoveAddressToVpcCommandOutput } from "./commands/MoveAddressToVpcCommand";
|
|
466
|
-
import { MoveByoipCidrToIpamCommandInput, MoveByoipCidrToIpamCommandOutput } from "./commands/MoveByoipCidrToIpamCommand";
|
|
467
|
-
import { ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput } from "./commands/ProvisionByoipCidrCommand";
|
|
468
|
-
import { ProvisionIpamPoolCidrCommandInput, ProvisionIpamPoolCidrCommandOutput } from "./commands/ProvisionIpamPoolCidrCommand";
|
|
469
|
-
import { ProvisionPublicIpv4PoolCidrCommandInput, ProvisionPublicIpv4PoolCidrCommandOutput } from "./commands/ProvisionPublicIpv4PoolCidrCommand";
|
|
470
|
-
import { PurchaseHostReservationCommandInput, PurchaseHostReservationCommandOutput } from "./commands/PurchaseHostReservationCommand";
|
|
471
|
-
import { PurchaseReservedInstancesOfferingCommandInput, PurchaseReservedInstancesOfferingCommandOutput } from "./commands/PurchaseReservedInstancesOfferingCommand";
|
|
472
|
-
import { PurchaseScheduledInstancesCommandInput, PurchaseScheduledInstancesCommandOutput } from "./commands/PurchaseScheduledInstancesCommand";
|
|
473
|
-
import { RebootInstancesCommandInput, RebootInstancesCommandOutput } from "./commands/RebootInstancesCommand";
|
|
474
|
-
import { RegisterImageCommandInput, RegisterImageCommandOutput } from "./commands/RegisterImageCommand";
|
|
475
|
-
import { RegisterInstanceEventNotificationAttributesCommandInput, RegisterInstanceEventNotificationAttributesCommandOutput } from "./commands/RegisterInstanceEventNotificationAttributesCommand";
|
|
476
|
-
import { RegisterTransitGatewayMulticastGroupMembersCommandInput, RegisterTransitGatewayMulticastGroupMembersCommandOutput } from "./commands/RegisterTransitGatewayMulticastGroupMembersCommand";
|
|
477
|
-
import { RegisterTransitGatewayMulticastGroupSourcesCommandInput, RegisterTransitGatewayMulticastGroupSourcesCommandOutput } from "./commands/RegisterTransitGatewayMulticastGroupSourcesCommand";
|
|
478
|
-
import { RejectTransitGatewayMulticastDomainAssociationsCommandInput, RejectTransitGatewayMulticastDomainAssociationsCommandOutput } from "./commands/RejectTransitGatewayMulticastDomainAssociationsCommand";
|
|
479
|
-
import { RejectTransitGatewayPeeringAttachmentCommandInput, RejectTransitGatewayPeeringAttachmentCommandOutput } from "./commands/RejectTransitGatewayPeeringAttachmentCommand";
|
|
480
|
-
import { RejectTransitGatewayVpcAttachmentCommandInput, RejectTransitGatewayVpcAttachmentCommandOutput } from "./commands/RejectTransitGatewayVpcAttachmentCommand";
|
|
481
|
-
import { RejectVpcEndpointConnectionsCommandInput, RejectVpcEndpointConnectionsCommandOutput } from "./commands/RejectVpcEndpointConnectionsCommand";
|
|
482
|
-
import { RejectVpcPeeringConnectionCommandInput, RejectVpcPeeringConnectionCommandOutput } from "./commands/RejectVpcPeeringConnectionCommand";
|
|
483
|
-
import { ReleaseAddressCommandInput, ReleaseAddressCommandOutput } from "./commands/ReleaseAddressCommand";
|
|
484
|
-
import { ReleaseHostsCommandInput, ReleaseHostsCommandOutput } from "./commands/ReleaseHostsCommand";
|
|
485
|
-
import { ReleaseIpamPoolAllocationCommandInput, ReleaseIpamPoolAllocationCommandOutput } from "./commands/ReleaseIpamPoolAllocationCommand";
|
|
486
|
-
import { ReplaceIamInstanceProfileAssociationCommandInput, ReplaceIamInstanceProfileAssociationCommandOutput } from "./commands/ReplaceIamInstanceProfileAssociationCommand";
|
|
487
|
-
import { ReplaceNetworkAclAssociationCommandInput, ReplaceNetworkAclAssociationCommandOutput } from "./commands/ReplaceNetworkAclAssociationCommand";
|
|
488
|
-
import { ReplaceNetworkAclEntryCommandInput, ReplaceNetworkAclEntryCommandOutput } from "./commands/ReplaceNetworkAclEntryCommand";
|
|
489
|
-
import { ReplaceRouteCommandInput, ReplaceRouteCommandOutput } from "./commands/ReplaceRouteCommand";
|
|
490
|
-
import { ReplaceRouteTableAssociationCommandInput, ReplaceRouteTableAssociationCommandOutput } from "./commands/ReplaceRouteTableAssociationCommand";
|
|
491
|
-
import { ReplaceTransitGatewayRouteCommandInput, ReplaceTransitGatewayRouteCommandOutput } from "./commands/ReplaceTransitGatewayRouteCommand";
|
|
492
|
-
import { ReportInstanceStatusCommandInput, ReportInstanceStatusCommandOutput } from "./commands/ReportInstanceStatusCommand";
|
|
493
|
-
import { RequestSpotFleetCommandInput, RequestSpotFleetCommandOutput } from "./commands/RequestSpotFleetCommand";
|
|
494
|
-
import { RequestSpotInstancesCommandInput, RequestSpotInstancesCommandOutput } from "./commands/RequestSpotInstancesCommand";
|
|
495
|
-
import { ResetAddressAttributeCommandInput, ResetAddressAttributeCommandOutput } from "./commands/ResetAddressAttributeCommand";
|
|
496
|
-
import { ResetEbsDefaultKmsKeyIdCommandInput, ResetEbsDefaultKmsKeyIdCommandOutput } from "./commands/ResetEbsDefaultKmsKeyIdCommand";
|
|
497
|
-
import { ResetFpgaImageAttributeCommandInput, ResetFpgaImageAttributeCommandOutput } from "./commands/ResetFpgaImageAttributeCommand";
|
|
498
|
-
import { ResetImageAttributeCommandInput, ResetImageAttributeCommandOutput } from "./commands/ResetImageAttributeCommand";
|
|
499
|
-
import { ResetInstanceAttributeCommandInput, ResetInstanceAttributeCommandOutput } from "./commands/ResetInstanceAttributeCommand";
|
|
500
|
-
import { ResetNetworkInterfaceAttributeCommandInput, ResetNetworkInterfaceAttributeCommandOutput } from "./commands/ResetNetworkInterfaceAttributeCommand";
|
|
501
|
-
import { ResetSnapshotAttributeCommandInput, ResetSnapshotAttributeCommandOutput } from "./commands/ResetSnapshotAttributeCommand";
|
|
502
|
-
import { RestoreAddressToClassicCommandInput, RestoreAddressToClassicCommandOutput } from "./commands/RestoreAddressToClassicCommand";
|
|
503
|
-
import { RestoreManagedPrefixListVersionCommandInput, RestoreManagedPrefixListVersionCommandOutput } from "./commands/RestoreManagedPrefixListVersionCommand";
|
|
504
|
-
import { RestoreSnapshotFromRecycleBinCommandInput, RestoreSnapshotFromRecycleBinCommandOutput } from "./commands/RestoreSnapshotFromRecycleBinCommand";
|
|
505
|
-
import { RestoreSnapshotTierCommandInput, RestoreSnapshotTierCommandOutput } from "./commands/RestoreSnapshotTierCommand";
|
|
506
|
-
import { RevokeClientVpnIngressCommandInput, RevokeClientVpnIngressCommandOutput } from "./commands/RevokeClientVpnIngressCommand";
|
|
507
|
-
import { RevokeSecurityGroupEgressCommandInput, RevokeSecurityGroupEgressCommandOutput } from "./commands/RevokeSecurityGroupEgressCommand";
|
|
508
|
-
import { RevokeSecurityGroupIngressCommandInput, RevokeSecurityGroupIngressCommandOutput } from "./commands/RevokeSecurityGroupIngressCommand";
|
|
509
|
-
import { RunInstancesCommandInput, RunInstancesCommandOutput } from "./commands/RunInstancesCommand";
|
|
510
|
-
import { RunScheduledInstancesCommandInput, RunScheduledInstancesCommandOutput } from "./commands/RunScheduledInstancesCommand";
|
|
511
|
-
import { SearchLocalGatewayRoutesCommandInput, SearchLocalGatewayRoutesCommandOutput } from "./commands/SearchLocalGatewayRoutesCommand";
|
|
512
|
-
import { SearchTransitGatewayMulticastGroupsCommandInput, SearchTransitGatewayMulticastGroupsCommandOutput } from "./commands/SearchTransitGatewayMulticastGroupsCommand";
|
|
513
|
-
import { SearchTransitGatewayRoutesCommandInput, SearchTransitGatewayRoutesCommandOutput } from "./commands/SearchTransitGatewayRoutesCommand";
|
|
514
|
-
import { SendDiagnosticInterruptCommandInput, SendDiagnosticInterruptCommandOutput } from "./commands/SendDiagnosticInterruptCommand";
|
|
515
|
-
import { StartInstancesCommandInput, StartInstancesCommandOutput } from "./commands/StartInstancesCommand";
|
|
516
|
-
import { StartNetworkInsightsAccessScopeAnalysisCommandInput, StartNetworkInsightsAccessScopeAnalysisCommandOutput } from "./commands/StartNetworkInsightsAccessScopeAnalysisCommand";
|
|
517
|
-
import { StartNetworkInsightsAnalysisCommandInput, StartNetworkInsightsAnalysisCommandOutput } from "./commands/StartNetworkInsightsAnalysisCommand";
|
|
518
|
-
import { StartVpcEndpointServicePrivateDnsVerificationCommandInput, StartVpcEndpointServicePrivateDnsVerificationCommandOutput } from "./commands/StartVpcEndpointServicePrivateDnsVerificationCommand";
|
|
519
|
-
import { StopInstancesCommandInput, StopInstancesCommandOutput } from "./commands/StopInstancesCommand";
|
|
520
|
-
import { TerminateClientVpnConnectionsCommandInput, TerminateClientVpnConnectionsCommandOutput } from "./commands/TerminateClientVpnConnectionsCommand";
|
|
521
|
-
import { TerminateInstancesCommandInput, TerminateInstancesCommandOutput } from "./commands/TerminateInstancesCommand";
|
|
522
|
-
import { UnassignIpv6AddressesCommandInput, UnassignIpv6AddressesCommandOutput } from "./commands/UnassignIpv6AddressesCommand";
|
|
523
|
-
import { UnassignPrivateIpAddressesCommandInput, UnassignPrivateIpAddressesCommandOutput } from "./commands/UnassignPrivateIpAddressesCommand";
|
|
524
|
-
import { UnmonitorInstancesCommandInput, UnmonitorInstancesCommandOutput } from "./commands/UnmonitorInstancesCommand";
|
|
525
|
-
import { UpdateSecurityGroupRuleDescriptionsEgressCommandInput, UpdateSecurityGroupRuleDescriptionsEgressCommandOutput } from "./commands/UpdateSecurityGroupRuleDescriptionsEgressCommand";
|
|
526
|
-
import { UpdateSecurityGroupRuleDescriptionsIngressCommandInput, UpdateSecurityGroupRuleDescriptionsIngressCommandOutput } from "./commands/UpdateSecurityGroupRuleDescriptionsIngressCommand";
|
|
527
|
-
import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "./commands/WithdrawByoipCidrCommand";
|
|
528
|
-
export declare type ServiceInputTypes = AcceptReservedInstancesExchangeQuoteCommandInput | AcceptTransitGatewayMulticastDomainAssociationsCommandInput | AcceptTransitGatewayPeeringAttachmentCommandInput | AcceptTransitGatewayVpcAttachmentCommandInput | AcceptVpcEndpointConnectionsCommandInput | AcceptVpcPeeringConnectionCommandInput | AdvertiseByoipCidrCommandInput | AllocateAddressCommandInput | AllocateHostsCommandInput | AllocateIpamPoolCidrCommandInput | ApplySecurityGroupsToClientVpnTargetNetworkCommandInput | AssignIpv6AddressesCommandInput | AssignPrivateIpAddressesCommandInput | AssociateAddressCommandInput | AssociateClientVpnTargetNetworkCommandInput | AssociateDhcpOptionsCommandInput | AssociateEnclaveCertificateIamRoleCommandInput | AssociateIamInstanceProfileCommandInput | AssociateInstanceEventWindowCommandInput | AssociateRouteTableCommandInput | AssociateSubnetCidrBlockCommandInput | AssociateTransitGatewayMulticastDomainCommandInput | AssociateTransitGatewayRouteTableCommandInput | AssociateTrunkInterfaceCommandInput | AssociateVpcCidrBlockCommandInput | AttachClassicLinkVpcCommandInput | AttachInternetGatewayCommandInput | AttachNetworkInterfaceCommandInput | AttachVolumeCommandInput | AttachVpnGatewayCommandInput | AuthorizeClientVpnIngressCommandInput | AuthorizeSecurityGroupEgressCommandInput | AuthorizeSecurityGroupIngressCommandInput | BundleInstanceCommandInput | CancelBundleTaskCommandInput | CancelCapacityReservationCommandInput | CancelCapacityReservationFleetsCommandInput | CancelConversionTaskCommandInput | CancelExportTaskCommandInput | CancelImportTaskCommandInput | CancelReservedInstancesListingCommandInput | CancelSpotFleetRequestsCommandInput | CancelSpotInstanceRequestsCommandInput | ConfirmProductInstanceCommandInput | CopyFpgaImageCommandInput | CopyImageCommandInput | CopySnapshotCommandInput | CreateCapacityReservationCommandInput | CreateCapacityReservationFleetCommandInput | CreateCarrierGatewayCommandInput | CreateClientVpnEndpointCommandInput | CreateClientVpnRouteCommandInput | CreateCustomerGatewayCommandInput | CreateDefaultSubnetCommandInput | CreateDefaultVpcCommandInput | CreateDhcpOptionsCommandInput | CreateEgressOnlyInternetGatewayCommandInput | CreateFleetCommandInput | CreateFlowLogsCommandInput | CreateFpgaImageCommandInput | CreateImageCommandInput | CreateInstanceEventWindowCommandInput | CreateInstanceExportTaskCommandInput | CreateInternetGatewayCommandInput | CreateIpamCommandInput | CreateIpamPoolCommandInput | CreateIpamScopeCommandInput | CreateKeyPairCommandInput | CreateLaunchTemplateCommandInput | CreateLaunchTemplateVersionCommandInput | CreateLocalGatewayRouteCommandInput | CreateLocalGatewayRouteTableVpcAssociationCommandInput | CreateManagedPrefixListCommandInput | CreateNatGatewayCommandInput | CreateNetworkAclCommandInput | CreateNetworkAclEntryCommandInput | CreateNetworkInsightsAccessScopeCommandInput | CreateNetworkInsightsPathCommandInput | CreateNetworkInterfaceCommandInput | CreateNetworkInterfacePermissionCommandInput | CreatePlacementGroupCommandInput | CreatePublicIpv4PoolCommandInput | CreateReplaceRootVolumeTaskCommandInput | CreateReservedInstancesListingCommandInput | CreateRestoreImageTaskCommandInput | CreateRouteCommandInput | CreateRouteTableCommandInput | CreateSecurityGroupCommandInput | CreateSnapshotCommandInput | CreateSnapshotsCommandInput | CreateSpotDatafeedSubscriptionCommandInput | CreateStoreImageTaskCommandInput | CreateSubnetCidrReservationCommandInput | CreateSubnetCommandInput | CreateTagsCommandInput | CreateTrafficMirrorFilterCommandInput | CreateTrafficMirrorFilterRuleCommandInput | CreateTrafficMirrorSessionCommandInput | CreateTrafficMirrorTargetCommandInput | CreateTransitGatewayCommandInput | CreateTransitGatewayConnectCommandInput | CreateTransitGatewayConnectPeerCommandInput | CreateTransitGatewayMulticastDomainCommandInput | CreateTransitGatewayPeeringAttachmentCommandInput | CreateTransitGatewayPrefixListReferenceCommandInput | CreateTransitGatewayRouteCommandInput | CreateTransitGatewayRouteTableCommandInput | CreateTransitGatewayVpcAttachmentCommandInput | CreateVolumeCommandInput | CreateVpcCommandInput | CreateVpcEndpointCommandInput | CreateVpcEndpointConnectionNotificationCommandInput | CreateVpcEndpointServiceConfigurationCommandInput | CreateVpcPeeringConnectionCommandInput | CreateVpnConnectionCommandInput | CreateVpnConnectionRouteCommandInput | CreateVpnGatewayCommandInput | DeleteCarrierGatewayCommandInput | DeleteClientVpnEndpointCommandInput | DeleteClientVpnRouteCommandInput | DeleteCustomerGatewayCommandInput | DeleteDhcpOptionsCommandInput | DeleteEgressOnlyInternetGatewayCommandInput | DeleteFleetsCommandInput | DeleteFlowLogsCommandInput | DeleteFpgaImageCommandInput | DeleteInstanceEventWindowCommandInput | DeleteInternetGatewayCommandInput | DeleteIpamCommandInput | DeleteIpamPoolCommandInput | DeleteIpamScopeCommandInput | DeleteKeyPairCommandInput | DeleteLaunchTemplateCommandInput | DeleteLaunchTemplateVersionsCommandInput | DeleteLocalGatewayRouteCommandInput | DeleteLocalGatewayRouteTableVpcAssociationCommandInput | DeleteManagedPrefixListCommandInput | DeleteNatGatewayCommandInput | DeleteNetworkAclCommandInput | DeleteNetworkAclEntryCommandInput | DeleteNetworkInsightsAccessScopeAnalysisCommandInput | DeleteNetworkInsightsAccessScopeCommandInput | DeleteNetworkInsightsAnalysisCommandInput | DeleteNetworkInsightsPathCommandInput | DeleteNetworkInterfaceCommandInput | DeleteNetworkInterfacePermissionCommandInput | DeletePlacementGroupCommandInput | DeletePublicIpv4PoolCommandInput | DeleteQueuedReservedInstancesCommandInput | DeleteRouteCommandInput | DeleteRouteTableCommandInput | DeleteSecurityGroupCommandInput | DeleteSnapshotCommandInput | DeleteSpotDatafeedSubscriptionCommandInput | DeleteSubnetCidrReservationCommandInput | DeleteSubnetCommandInput | DeleteTagsCommandInput | DeleteTrafficMirrorFilterCommandInput | DeleteTrafficMirrorFilterRuleCommandInput | DeleteTrafficMirrorSessionCommandInput | DeleteTrafficMirrorTargetCommandInput | DeleteTransitGatewayCommandInput | DeleteTransitGatewayConnectCommandInput | DeleteTransitGatewayConnectPeerCommandInput | DeleteTransitGatewayMulticastDomainCommandInput | DeleteTransitGatewayPeeringAttachmentCommandInput | DeleteTransitGatewayPrefixListReferenceCommandInput | DeleteTransitGatewayRouteCommandInput | DeleteTransitGatewayRouteTableCommandInput | DeleteTransitGatewayVpcAttachmentCommandInput | DeleteVolumeCommandInput | DeleteVpcCommandInput | DeleteVpcEndpointConnectionNotificationsCommandInput | DeleteVpcEndpointServiceConfigurationsCommandInput | DeleteVpcEndpointsCommandInput | DeleteVpcPeeringConnectionCommandInput | DeleteVpnConnectionCommandInput | DeleteVpnConnectionRouteCommandInput | DeleteVpnGatewayCommandInput | DeprovisionByoipCidrCommandInput | DeprovisionIpamPoolCidrCommandInput | DeprovisionPublicIpv4PoolCidrCommandInput | DeregisterImageCommandInput | DeregisterInstanceEventNotificationAttributesCommandInput | DeregisterTransitGatewayMulticastGroupMembersCommandInput | DeregisterTransitGatewayMulticastGroupSourcesCommandInput | DescribeAccountAttributesCommandInput | DescribeAddressesAttributeCommandInput | DescribeAddressesCommandInput | DescribeAggregateIdFormatCommandInput | DescribeAvailabilityZonesCommandInput | DescribeBundleTasksCommandInput | DescribeByoipCidrsCommandInput | DescribeCapacityReservationFleetsCommandInput | DescribeCapacityReservationsCommandInput | DescribeCarrierGatewaysCommandInput | DescribeClassicLinkInstancesCommandInput | DescribeClientVpnAuthorizationRulesCommandInput | DescribeClientVpnConnectionsCommandInput | DescribeClientVpnEndpointsCommandInput | DescribeClientVpnRoutesCommandInput | DescribeClientVpnTargetNetworksCommandInput | DescribeCoipPoolsCommandInput | DescribeConversionTasksCommandInput | DescribeCustomerGatewaysCommandInput | DescribeDhcpOptionsCommandInput | DescribeEgressOnlyInternetGatewaysCommandInput | DescribeElasticGpusCommandInput | DescribeExportImageTasksCommandInput | DescribeExportTasksCommandInput | DescribeFastLaunchImagesCommandInput | DescribeFastSnapshotRestoresCommandInput | DescribeFleetHistoryCommandInput | DescribeFleetInstancesCommandInput | DescribeFleetsCommandInput | DescribeFlowLogsCommandInput | DescribeFpgaImageAttributeCommandInput | DescribeFpgaImagesCommandInput | DescribeHostReservationOfferingsCommandInput | DescribeHostReservationsCommandInput | DescribeHostsCommandInput | DescribeIamInstanceProfileAssociationsCommandInput | DescribeIdFormatCommandInput | DescribeIdentityIdFormatCommandInput | DescribeImageAttributeCommandInput | DescribeImagesCommandInput | DescribeImportImageTasksCommandInput | DescribeImportSnapshotTasksCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCreditSpecificationsCommandInput | DescribeInstanceEventNotificationAttributesCommandInput | DescribeInstanceEventWindowsCommandInput | DescribeInstanceStatusCommandInput | DescribeInstanceTypeOfferingsCommandInput | DescribeInstanceTypesCommandInput | DescribeInstancesCommandInput | DescribeInternetGatewaysCommandInput | DescribeIpamPoolsCommandInput | DescribeIpamScopesCommandInput | DescribeIpamsCommandInput | DescribeIpv6PoolsCommandInput | DescribeKeyPairsCommandInput | DescribeLaunchTemplateVersionsCommandInput | DescribeLaunchTemplatesCommandInput | DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput | DescribeLocalGatewayRouteTableVpcAssociationsCommandInput | DescribeLocalGatewayRouteTablesCommandInput | DescribeLocalGatewayVirtualInterfaceGroupsCommandInput | DescribeLocalGatewayVirtualInterfacesCommandInput | DescribeLocalGatewaysCommandInput | DescribeManagedPrefixListsCommandInput | DescribeMovingAddressesCommandInput | DescribeNatGatewaysCommandInput | DescribeNetworkAclsCommandInput | DescribeNetworkInsightsAccessScopeAnalysesCommandInput | DescribeNetworkInsightsAccessScopesCommandInput | DescribeNetworkInsightsAnalysesCommandInput | DescribeNetworkInsightsPathsCommandInput | DescribeNetworkInterfaceAttributeCommandInput | DescribeNetworkInterfacePermissionsCommandInput | DescribeNetworkInterfacesCommandInput | DescribePlacementGroupsCommandInput | DescribePrefixListsCommandInput | DescribePrincipalIdFormatCommandInput | DescribePublicIpv4PoolsCommandInput | DescribeRegionsCommandInput | DescribeReplaceRootVolumeTasksCommandInput | DescribeReservedInstancesCommandInput | DescribeReservedInstancesListingsCommandInput | DescribeReservedInstancesModificationsCommandInput | DescribeReservedInstancesOfferingsCommandInput | DescribeRouteTablesCommandInput | DescribeScheduledInstanceAvailabilityCommandInput | DescribeScheduledInstancesCommandInput | DescribeSecurityGroupReferencesCommandInput | DescribeSecurityGroupRulesCommandInput | DescribeSecurityGroupsCommandInput | DescribeSnapshotAttributeCommandInput | DescribeSnapshotTierStatusCommandInput | DescribeSnapshotsCommandInput | DescribeSpotDatafeedSubscriptionCommandInput | DescribeSpotFleetInstancesCommandInput | DescribeSpotFleetRequestHistoryCommandInput | DescribeSpotFleetRequestsCommandInput | DescribeSpotInstanceRequestsCommandInput | DescribeSpotPriceHistoryCommandInput | DescribeStaleSecurityGroupsCommandInput | DescribeStoreImageTasksCommandInput | DescribeSubnetsCommandInput | DescribeTagsCommandInput | DescribeTrafficMirrorFiltersCommandInput | DescribeTrafficMirrorSessionsCommandInput | DescribeTrafficMirrorTargetsCommandInput | DescribeTransitGatewayAttachmentsCommandInput | DescribeTransitGatewayConnectPeersCommandInput | DescribeTransitGatewayConnectsCommandInput | DescribeTransitGatewayMulticastDomainsCommandInput | DescribeTransitGatewayPeeringAttachmentsCommandInput | DescribeTransitGatewayRouteTablesCommandInput | DescribeTransitGatewayVpcAttachmentsCommandInput | DescribeTransitGatewaysCommandInput | DescribeTrunkInterfaceAssociationsCommandInput | DescribeVolumeAttributeCommandInput | DescribeVolumeStatusCommandInput | DescribeVolumesCommandInput | DescribeVolumesModificationsCommandInput | DescribeVpcAttributeCommandInput | DescribeVpcClassicLinkCommandInput | DescribeVpcClassicLinkDnsSupportCommandInput | DescribeVpcEndpointConnectionNotificationsCommandInput | DescribeVpcEndpointConnectionsCommandInput | DescribeVpcEndpointServiceConfigurationsCommandInput | DescribeVpcEndpointServicePermissionsCommandInput | DescribeVpcEndpointServicesCommandInput | DescribeVpcEndpointsCommandInput | DescribeVpcPeeringConnectionsCommandInput | DescribeVpcsCommandInput | DescribeVpnConnectionsCommandInput | DescribeVpnGatewaysCommandInput | DetachClassicLinkVpcCommandInput | DetachInternetGatewayCommandInput | DetachNetworkInterfaceCommandInput | DetachVolumeCommandInput | DetachVpnGatewayCommandInput | DisableEbsEncryptionByDefaultCommandInput | DisableFastLaunchCommandInput | DisableFastSnapshotRestoresCommandInput | DisableImageDeprecationCommandInput | DisableIpamOrganizationAdminAccountCommandInput | DisableSerialConsoleAccessCommandInput | DisableTransitGatewayRouteTablePropagationCommandInput | DisableVgwRoutePropagationCommandInput | DisableVpcClassicLinkCommandInput | DisableVpcClassicLinkDnsSupportCommandInput | DisassociateAddressCommandInput | DisassociateClientVpnTargetNetworkCommandInput | DisassociateEnclaveCertificateIamRoleCommandInput | DisassociateIamInstanceProfileCommandInput | DisassociateInstanceEventWindowCommandInput | DisassociateRouteTableCommandInput | DisassociateSubnetCidrBlockCommandInput | DisassociateTransitGatewayMulticastDomainCommandInput | DisassociateTransitGatewayRouteTableCommandInput | DisassociateTrunkInterfaceCommandInput | DisassociateVpcCidrBlockCommandInput | EnableEbsEncryptionByDefaultCommandInput | EnableFastLaunchCommandInput | EnableFastSnapshotRestoresCommandInput | EnableImageDeprecationCommandInput | EnableIpamOrganizationAdminAccountCommandInput | EnableSerialConsoleAccessCommandInput | EnableTransitGatewayRouteTablePropagationCommandInput | EnableVgwRoutePropagationCommandInput | EnableVolumeIOCommandInput | EnableVpcClassicLinkCommandInput | EnableVpcClassicLinkDnsSupportCommandInput | ExportClientVpnClientCertificateRevocationListCommandInput | ExportClientVpnClientConfigurationCommandInput | ExportImageCommandInput | ExportTransitGatewayRoutesCommandInput | GetAssociatedEnclaveCertificateIamRolesCommandInput | GetAssociatedIpv6PoolCidrsCommandInput | GetCapacityReservationUsageCommandInput | GetCoipPoolUsageCommandInput | GetConsoleOutputCommandInput | GetConsoleScreenshotCommandInput | GetDefaultCreditSpecificationCommandInput | GetEbsDefaultKmsKeyIdCommandInput | GetEbsEncryptionByDefaultCommandInput | GetFlowLogsIntegrationTemplateCommandInput | GetGroupsForCapacityReservationCommandInput | GetHostReservationPurchasePreviewCommandInput | GetInstanceTypesFromInstanceRequirementsCommandInput | GetIpamAddressHistoryCommandInput | GetIpamPoolAllocationsCommandInput | GetIpamPoolCidrsCommandInput | GetIpamResourceCidrsCommandInput | GetLaunchTemplateDataCommandInput | GetManagedPrefixListAssociationsCommandInput | GetManagedPrefixListEntriesCommandInput | GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput | GetNetworkInsightsAccessScopeContentCommandInput | GetPasswordDataCommandInput | GetReservedInstancesExchangeQuoteCommandInput | GetSerialConsoleAccessStatusCommandInput | GetSpotPlacementScoresCommandInput | GetSubnetCidrReservationsCommandInput | GetTransitGatewayAttachmentPropagationsCommandInput | GetTransitGatewayMulticastDomainAssociationsCommandInput | GetTransitGatewayPrefixListReferencesCommandInput | GetTransitGatewayRouteTableAssociationsCommandInput | GetTransitGatewayRouteTablePropagationsCommandInput | GetVpnConnectionDeviceSampleConfigurationCommandInput | GetVpnConnectionDeviceTypesCommandInput | ImportClientVpnClientCertificateRevocationListCommandInput | ImportImageCommandInput | ImportInstanceCommandInput | ImportKeyPairCommandInput | ImportSnapshotCommandInput | ImportVolumeCommandInput | ListSnapshotsInRecycleBinCommandInput | ModifyAddressAttributeCommandInput | ModifyAvailabilityZoneGroupCommandInput | ModifyCapacityReservationCommandInput | ModifyCapacityReservationFleetCommandInput | ModifyClientVpnEndpointCommandInput | ModifyDefaultCreditSpecificationCommandInput | ModifyEbsDefaultKmsKeyIdCommandInput | ModifyFleetCommandInput | ModifyFpgaImageAttributeCommandInput | ModifyHostsCommandInput | ModifyIdFormatCommandInput | ModifyIdentityIdFormatCommandInput | ModifyImageAttributeCommandInput | ModifyInstanceAttributeCommandInput | ModifyInstanceCapacityReservationAttributesCommandInput | ModifyInstanceCreditSpecificationCommandInput | ModifyInstanceEventStartTimeCommandInput | ModifyInstanceEventWindowCommandInput | ModifyInstanceMetadataOptionsCommandInput | ModifyInstancePlacementCommandInput | ModifyIpamCommandInput | ModifyIpamPoolCommandInput | ModifyIpamResourceCidrCommandInput | ModifyIpamScopeCommandInput | ModifyLaunchTemplateCommandInput | ModifyManagedPrefixListCommandInput | ModifyNetworkInterfaceAttributeCommandInput | ModifyPrivateDnsNameOptionsCommandInput | ModifyReservedInstancesCommandInput | ModifySecurityGroupRulesCommandInput | ModifySnapshotAttributeCommandInput | ModifySnapshotTierCommandInput | ModifySpotFleetRequestCommandInput | ModifySubnetAttributeCommandInput | ModifyTrafficMirrorFilterNetworkServicesCommandInput | ModifyTrafficMirrorFilterRuleCommandInput | ModifyTrafficMirrorSessionCommandInput | ModifyTransitGatewayCommandInput | ModifyTransitGatewayPrefixListReferenceCommandInput | ModifyTransitGatewayVpcAttachmentCommandInput | ModifyVolumeAttributeCommandInput | ModifyVolumeCommandInput | ModifyVpcAttributeCommandInput | ModifyVpcEndpointCommandInput | ModifyVpcEndpointConnectionNotificationCommandInput | ModifyVpcEndpointServiceConfigurationCommandInput | ModifyVpcEndpointServicePayerResponsibilityCommandInput | ModifyVpcEndpointServicePermissionsCommandInput | ModifyVpcPeeringConnectionOptionsCommandInput | ModifyVpcTenancyCommandInput | ModifyVpnConnectionCommandInput | ModifyVpnConnectionOptionsCommandInput | ModifyVpnTunnelCertificateCommandInput | ModifyVpnTunnelOptionsCommandInput | MonitorInstancesCommandInput | MoveAddressToVpcCommandInput | MoveByoipCidrToIpamCommandInput | ProvisionByoipCidrCommandInput | ProvisionIpamPoolCidrCommandInput | ProvisionPublicIpv4PoolCidrCommandInput | PurchaseHostReservationCommandInput | PurchaseReservedInstancesOfferingCommandInput | PurchaseScheduledInstancesCommandInput | RebootInstancesCommandInput | RegisterImageCommandInput | RegisterInstanceEventNotificationAttributesCommandInput | RegisterTransitGatewayMulticastGroupMembersCommandInput | RegisterTransitGatewayMulticastGroupSourcesCommandInput | RejectTransitGatewayMulticastDomainAssociationsCommandInput | RejectTransitGatewayPeeringAttachmentCommandInput | RejectTransitGatewayVpcAttachmentCommandInput | RejectVpcEndpointConnectionsCommandInput | RejectVpcPeeringConnectionCommandInput | ReleaseAddressCommandInput | ReleaseHostsCommandInput | ReleaseIpamPoolAllocationCommandInput | ReplaceIamInstanceProfileAssociationCommandInput | ReplaceNetworkAclAssociationCommandInput | ReplaceNetworkAclEntryCommandInput | ReplaceRouteCommandInput | ReplaceRouteTableAssociationCommandInput | ReplaceTransitGatewayRouteCommandInput | ReportInstanceStatusCommandInput | RequestSpotFleetCommandInput | RequestSpotInstancesCommandInput | ResetAddressAttributeCommandInput | ResetEbsDefaultKmsKeyIdCommandInput | ResetFpgaImageAttributeCommandInput | ResetImageAttributeCommandInput | ResetInstanceAttributeCommandInput | ResetNetworkInterfaceAttributeCommandInput | ResetSnapshotAttributeCommandInput | RestoreAddressToClassicCommandInput | RestoreManagedPrefixListVersionCommandInput | RestoreSnapshotFromRecycleBinCommandInput | RestoreSnapshotTierCommandInput | RevokeClientVpnIngressCommandInput | RevokeSecurityGroupEgressCommandInput | RevokeSecurityGroupIngressCommandInput | RunInstancesCommandInput | RunScheduledInstancesCommandInput | SearchLocalGatewayRoutesCommandInput | SearchTransitGatewayMulticastGroupsCommandInput | SearchTransitGatewayRoutesCommandInput | SendDiagnosticInterruptCommandInput | StartInstancesCommandInput | StartNetworkInsightsAccessScopeAnalysisCommandInput | StartNetworkInsightsAnalysisCommandInput | StartVpcEndpointServicePrivateDnsVerificationCommandInput | StopInstancesCommandInput | TerminateClientVpnConnectionsCommandInput | TerminateInstancesCommandInput | UnassignIpv6AddressesCommandInput | UnassignPrivateIpAddressesCommandInput | UnmonitorInstancesCommandInput | UpdateSecurityGroupRuleDescriptionsEgressCommandInput | UpdateSecurityGroupRuleDescriptionsIngressCommandInput | WithdrawByoipCidrCommandInput;
|
|
529
|
-
export declare type ServiceOutputTypes = AcceptReservedInstancesExchangeQuoteCommandOutput | AcceptTransitGatewayMulticastDomainAssociationsCommandOutput | AcceptTransitGatewayPeeringAttachmentCommandOutput | AcceptTransitGatewayVpcAttachmentCommandOutput | AcceptVpcEndpointConnectionsCommandOutput | AcceptVpcPeeringConnectionCommandOutput | AdvertiseByoipCidrCommandOutput | AllocateAddressCommandOutput | AllocateHostsCommandOutput | AllocateIpamPoolCidrCommandOutput | ApplySecurityGroupsToClientVpnTargetNetworkCommandOutput | AssignIpv6AddressesCommandOutput | AssignPrivateIpAddressesCommandOutput | AssociateAddressCommandOutput | AssociateClientVpnTargetNetworkCommandOutput | AssociateDhcpOptionsCommandOutput | AssociateEnclaveCertificateIamRoleCommandOutput | AssociateIamInstanceProfileCommandOutput | AssociateInstanceEventWindowCommandOutput | AssociateRouteTableCommandOutput | AssociateSubnetCidrBlockCommandOutput | AssociateTransitGatewayMulticastDomainCommandOutput | AssociateTransitGatewayRouteTableCommandOutput | AssociateTrunkInterfaceCommandOutput | AssociateVpcCidrBlockCommandOutput | AttachClassicLinkVpcCommandOutput | AttachInternetGatewayCommandOutput | AttachNetworkInterfaceCommandOutput | AttachVolumeCommandOutput | AttachVpnGatewayCommandOutput | AuthorizeClientVpnIngressCommandOutput | AuthorizeSecurityGroupEgressCommandOutput | AuthorizeSecurityGroupIngressCommandOutput | BundleInstanceCommandOutput | CancelBundleTaskCommandOutput | CancelCapacityReservationCommandOutput | CancelCapacityReservationFleetsCommandOutput | CancelConversionTaskCommandOutput | CancelExportTaskCommandOutput | CancelImportTaskCommandOutput | CancelReservedInstancesListingCommandOutput | CancelSpotFleetRequestsCommandOutput | CancelSpotInstanceRequestsCommandOutput | ConfirmProductInstanceCommandOutput | CopyFpgaImageCommandOutput | CopyImageCommandOutput | CopySnapshotCommandOutput | CreateCapacityReservationCommandOutput | CreateCapacityReservationFleetCommandOutput | CreateCarrierGatewayCommandOutput | CreateClientVpnEndpointCommandOutput | CreateClientVpnRouteCommandOutput | CreateCustomerGatewayCommandOutput | CreateDefaultSubnetCommandOutput | CreateDefaultVpcCommandOutput | CreateDhcpOptionsCommandOutput | CreateEgressOnlyInternetGatewayCommandOutput | CreateFleetCommandOutput | CreateFlowLogsCommandOutput | CreateFpgaImageCommandOutput | CreateImageCommandOutput | CreateInstanceEventWindowCommandOutput | CreateInstanceExportTaskCommandOutput | CreateInternetGatewayCommandOutput | CreateIpamCommandOutput | CreateIpamPoolCommandOutput | CreateIpamScopeCommandOutput | CreateKeyPairCommandOutput | CreateLaunchTemplateCommandOutput | CreateLaunchTemplateVersionCommandOutput | CreateLocalGatewayRouteCommandOutput | CreateLocalGatewayRouteTableVpcAssociationCommandOutput | CreateManagedPrefixListCommandOutput | CreateNatGatewayCommandOutput | CreateNetworkAclCommandOutput | CreateNetworkAclEntryCommandOutput | CreateNetworkInsightsAccessScopeCommandOutput | CreateNetworkInsightsPathCommandOutput | CreateNetworkInterfaceCommandOutput | CreateNetworkInterfacePermissionCommandOutput | CreatePlacementGroupCommandOutput | CreatePublicIpv4PoolCommandOutput | CreateReplaceRootVolumeTaskCommandOutput | CreateReservedInstancesListingCommandOutput | CreateRestoreImageTaskCommandOutput | CreateRouteCommandOutput | CreateRouteTableCommandOutput | CreateSecurityGroupCommandOutput | CreateSnapshotCommandOutput | CreateSnapshotsCommandOutput | CreateSpotDatafeedSubscriptionCommandOutput | CreateStoreImageTaskCommandOutput | CreateSubnetCidrReservationCommandOutput | CreateSubnetCommandOutput | CreateTagsCommandOutput | CreateTrafficMirrorFilterCommandOutput | CreateTrafficMirrorFilterRuleCommandOutput | CreateTrafficMirrorSessionCommandOutput | CreateTrafficMirrorTargetCommandOutput | CreateTransitGatewayCommandOutput | CreateTransitGatewayConnectCommandOutput | CreateTransitGatewayConnectPeerCommandOutput | CreateTransitGatewayMulticastDomainCommandOutput | CreateTransitGatewayPeeringAttachmentCommandOutput | CreateTransitGatewayPrefixListReferenceCommandOutput | CreateTransitGatewayRouteCommandOutput | CreateTransitGatewayRouteTableCommandOutput | CreateTransitGatewayVpcAttachmentCommandOutput | CreateVolumeCommandOutput | CreateVpcCommandOutput | CreateVpcEndpointCommandOutput | CreateVpcEndpointConnectionNotificationCommandOutput | CreateVpcEndpointServiceConfigurationCommandOutput | CreateVpcPeeringConnectionCommandOutput | CreateVpnConnectionCommandOutput | CreateVpnConnectionRouteCommandOutput | CreateVpnGatewayCommandOutput | DeleteCarrierGatewayCommandOutput | DeleteClientVpnEndpointCommandOutput | DeleteClientVpnRouteCommandOutput | DeleteCustomerGatewayCommandOutput | DeleteDhcpOptionsCommandOutput | DeleteEgressOnlyInternetGatewayCommandOutput | DeleteFleetsCommandOutput | DeleteFlowLogsCommandOutput | DeleteFpgaImageCommandOutput | DeleteInstanceEventWindowCommandOutput | DeleteInternetGatewayCommandOutput | DeleteIpamCommandOutput | DeleteIpamPoolCommandOutput | DeleteIpamScopeCommandOutput | DeleteKeyPairCommandOutput | DeleteLaunchTemplateCommandOutput | DeleteLaunchTemplateVersionsCommandOutput | DeleteLocalGatewayRouteCommandOutput | DeleteLocalGatewayRouteTableVpcAssociationCommandOutput | DeleteManagedPrefixListCommandOutput | DeleteNatGatewayCommandOutput | DeleteNetworkAclCommandOutput | DeleteNetworkAclEntryCommandOutput | DeleteNetworkInsightsAccessScopeAnalysisCommandOutput | DeleteNetworkInsightsAccessScopeCommandOutput | DeleteNetworkInsightsAnalysisCommandOutput | DeleteNetworkInsightsPathCommandOutput | DeleteNetworkInterfaceCommandOutput | DeleteNetworkInterfacePermissionCommandOutput | DeletePlacementGroupCommandOutput | DeletePublicIpv4PoolCommandOutput | DeleteQueuedReservedInstancesCommandOutput | DeleteRouteCommandOutput | DeleteRouteTableCommandOutput | DeleteSecurityGroupCommandOutput | DeleteSnapshotCommandOutput | DeleteSpotDatafeedSubscriptionCommandOutput | DeleteSubnetCidrReservationCommandOutput | DeleteSubnetCommandOutput | DeleteTagsCommandOutput | DeleteTrafficMirrorFilterCommandOutput | DeleteTrafficMirrorFilterRuleCommandOutput | DeleteTrafficMirrorSessionCommandOutput | DeleteTrafficMirrorTargetCommandOutput | DeleteTransitGatewayCommandOutput | DeleteTransitGatewayConnectCommandOutput | DeleteTransitGatewayConnectPeerCommandOutput | DeleteTransitGatewayMulticastDomainCommandOutput | DeleteTransitGatewayPeeringAttachmentCommandOutput | DeleteTransitGatewayPrefixListReferenceCommandOutput | DeleteTransitGatewayRouteCommandOutput | DeleteTransitGatewayRouteTableCommandOutput | DeleteTransitGatewayVpcAttachmentCommandOutput | DeleteVolumeCommandOutput | DeleteVpcCommandOutput | DeleteVpcEndpointConnectionNotificationsCommandOutput | DeleteVpcEndpointServiceConfigurationsCommandOutput | DeleteVpcEndpointsCommandOutput | DeleteVpcPeeringConnectionCommandOutput | DeleteVpnConnectionCommandOutput | DeleteVpnConnectionRouteCommandOutput | DeleteVpnGatewayCommandOutput | DeprovisionByoipCidrCommandOutput | DeprovisionIpamPoolCidrCommandOutput | DeprovisionPublicIpv4PoolCidrCommandOutput | DeregisterImageCommandOutput | DeregisterInstanceEventNotificationAttributesCommandOutput | DeregisterTransitGatewayMulticastGroupMembersCommandOutput | DeregisterTransitGatewayMulticastGroupSourcesCommandOutput | DescribeAccountAttributesCommandOutput | DescribeAddressesAttributeCommandOutput | DescribeAddressesCommandOutput | DescribeAggregateIdFormatCommandOutput | DescribeAvailabilityZonesCommandOutput | DescribeBundleTasksCommandOutput | DescribeByoipCidrsCommandOutput | DescribeCapacityReservationFleetsCommandOutput | DescribeCapacityReservationsCommandOutput | DescribeCarrierGatewaysCommandOutput | DescribeClassicLinkInstancesCommandOutput | DescribeClientVpnAuthorizationRulesCommandOutput | DescribeClientVpnConnectionsCommandOutput | DescribeClientVpnEndpointsCommandOutput | DescribeClientVpnRoutesCommandOutput | DescribeClientVpnTargetNetworksCommandOutput | DescribeCoipPoolsCommandOutput | DescribeConversionTasksCommandOutput | DescribeCustomerGatewaysCommandOutput | DescribeDhcpOptionsCommandOutput | DescribeEgressOnlyInternetGatewaysCommandOutput | DescribeElasticGpusCommandOutput | DescribeExportImageTasksCommandOutput | DescribeExportTasksCommandOutput | DescribeFastLaunchImagesCommandOutput | DescribeFastSnapshotRestoresCommandOutput | DescribeFleetHistoryCommandOutput | DescribeFleetInstancesCommandOutput | DescribeFleetsCommandOutput | DescribeFlowLogsCommandOutput | DescribeFpgaImageAttributeCommandOutput | DescribeFpgaImagesCommandOutput | DescribeHostReservationOfferingsCommandOutput | DescribeHostReservationsCommandOutput | DescribeHostsCommandOutput | DescribeIamInstanceProfileAssociationsCommandOutput | DescribeIdFormatCommandOutput | DescribeIdentityIdFormatCommandOutput | DescribeImageAttributeCommandOutput | DescribeImagesCommandOutput | DescribeImportImageTasksCommandOutput | DescribeImportSnapshotTasksCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCreditSpecificationsCommandOutput | DescribeInstanceEventNotificationAttributesCommandOutput | DescribeInstanceEventWindowsCommandOutput | DescribeInstanceStatusCommandOutput | DescribeInstanceTypeOfferingsCommandOutput | DescribeInstanceTypesCommandOutput | DescribeInstancesCommandOutput | DescribeInternetGatewaysCommandOutput | DescribeIpamPoolsCommandOutput | DescribeIpamScopesCommandOutput | DescribeIpamsCommandOutput | DescribeIpv6PoolsCommandOutput | DescribeKeyPairsCommandOutput | DescribeLaunchTemplateVersionsCommandOutput | DescribeLaunchTemplatesCommandOutput | DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput | DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput | DescribeLocalGatewayRouteTablesCommandOutput | DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput | DescribeLocalGatewayVirtualInterfacesCommandOutput | DescribeLocalGatewaysCommandOutput | DescribeManagedPrefixListsCommandOutput | DescribeMovingAddressesCommandOutput | DescribeNatGatewaysCommandOutput | DescribeNetworkAclsCommandOutput | DescribeNetworkInsightsAccessScopeAnalysesCommandOutput | DescribeNetworkInsightsAccessScopesCommandOutput | DescribeNetworkInsightsAnalysesCommandOutput | DescribeNetworkInsightsPathsCommandOutput | DescribeNetworkInterfaceAttributeCommandOutput | DescribeNetworkInterfacePermissionsCommandOutput | DescribeNetworkInterfacesCommandOutput | DescribePlacementGroupsCommandOutput | DescribePrefixListsCommandOutput | DescribePrincipalIdFormatCommandOutput | DescribePublicIpv4PoolsCommandOutput | DescribeRegionsCommandOutput | DescribeReplaceRootVolumeTasksCommandOutput | DescribeReservedInstancesCommandOutput | DescribeReservedInstancesListingsCommandOutput | DescribeReservedInstancesModificationsCommandOutput | DescribeReservedInstancesOfferingsCommandOutput | DescribeRouteTablesCommandOutput | DescribeScheduledInstanceAvailabilityCommandOutput | DescribeScheduledInstancesCommandOutput | DescribeSecurityGroupReferencesCommandOutput | DescribeSecurityGroupRulesCommandOutput | DescribeSecurityGroupsCommandOutput | DescribeSnapshotAttributeCommandOutput | DescribeSnapshotTierStatusCommandOutput | DescribeSnapshotsCommandOutput | DescribeSpotDatafeedSubscriptionCommandOutput | DescribeSpotFleetInstancesCommandOutput | DescribeSpotFleetRequestHistoryCommandOutput | DescribeSpotFleetRequestsCommandOutput | DescribeSpotInstanceRequestsCommandOutput | DescribeSpotPriceHistoryCommandOutput | DescribeStaleSecurityGroupsCommandOutput | DescribeStoreImageTasksCommandOutput | DescribeSubnetsCommandOutput | DescribeTagsCommandOutput | DescribeTrafficMirrorFiltersCommandOutput | DescribeTrafficMirrorSessionsCommandOutput | DescribeTrafficMirrorTargetsCommandOutput | DescribeTransitGatewayAttachmentsCommandOutput | DescribeTransitGatewayConnectPeersCommandOutput | DescribeTransitGatewayConnectsCommandOutput | DescribeTransitGatewayMulticastDomainsCommandOutput | DescribeTransitGatewayPeeringAttachmentsCommandOutput | DescribeTransitGatewayRouteTablesCommandOutput | DescribeTransitGatewayVpcAttachmentsCommandOutput | DescribeTransitGatewaysCommandOutput | DescribeTrunkInterfaceAssociationsCommandOutput | DescribeVolumeAttributeCommandOutput | DescribeVolumeStatusCommandOutput | DescribeVolumesCommandOutput | DescribeVolumesModificationsCommandOutput | DescribeVpcAttributeCommandOutput | DescribeVpcClassicLinkCommandOutput | DescribeVpcClassicLinkDnsSupportCommandOutput | DescribeVpcEndpointConnectionNotificationsCommandOutput | DescribeVpcEndpointConnectionsCommandOutput | DescribeVpcEndpointServiceConfigurationsCommandOutput | DescribeVpcEndpointServicePermissionsCommandOutput | DescribeVpcEndpointServicesCommandOutput | DescribeVpcEndpointsCommandOutput | DescribeVpcPeeringConnectionsCommandOutput | DescribeVpcsCommandOutput | DescribeVpnConnectionsCommandOutput | DescribeVpnGatewaysCommandOutput | DetachClassicLinkVpcCommandOutput | DetachInternetGatewayCommandOutput | DetachNetworkInterfaceCommandOutput | DetachVolumeCommandOutput | DetachVpnGatewayCommandOutput | DisableEbsEncryptionByDefaultCommandOutput | DisableFastLaunchCommandOutput | DisableFastSnapshotRestoresCommandOutput | DisableImageDeprecationCommandOutput | DisableIpamOrganizationAdminAccountCommandOutput | DisableSerialConsoleAccessCommandOutput | DisableTransitGatewayRouteTablePropagationCommandOutput | DisableVgwRoutePropagationCommandOutput | DisableVpcClassicLinkCommandOutput | DisableVpcClassicLinkDnsSupportCommandOutput | DisassociateAddressCommandOutput | DisassociateClientVpnTargetNetworkCommandOutput | DisassociateEnclaveCertificateIamRoleCommandOutput | DisassociateIamInstanceProfileCommandOutput | DisassociateInstanceEventWindowCommandOutput | DisassociateRouteTableCommandOutput | DisassociateSubnetCidrBlockCommandOutput | DisassociateTransitGatewayMulticastDomainCommandOutput | DisassociateTransitGatewayRouteTableCommandOutput | DisassociateTrunkInterfaceCommandOutput | DisassociateVpcCidrBlockCommandOutput | EnableEbsEncryptionByDefaultCommandOutput | EnableFastLaunchCommandOutput | EnableFastSnapshotRestoresCommandOutput | EnableImageDeprecationCommandOutput | EnableIpamOrganizationAdminAccountCommandOutput | EnableSerialConsoleAccessCommandOutput | EnableTransitGatewayRouteTablePropagationCommandOutput | EnableVgwRoutePropagationCommandOutput | EnableVolumeIOCommandOutput | EnableVpcClassicLinkCommandOutput | EnableVpcClassicLinkDnsSupportCommandOutput | ExportClientVpnClientCertificateRevocationListCommandOutput | ExportClientVpnClientConfigurationCommandOutput | ExportImageCommandOutput | ExportTransitGatewayRoutesCommandOutput | GetAssociatedEnclaveCertificateIamRolesCommandOutput | GetAssociatedIpv6PoolCidrsCommandOutput | GetCapacityReservationUsageCommandOutput | GetCoipPoolUsageCommandOutput | GetConsoleOutputCommandOutput | GetConsoleScreenshotCommandOutput | GetDefaultCreditSpecificationCommandOutput | GetEbsDefaultKmsKeyIdCommandOutput | GetEbsEncryptionByDefaultCommandOutput | GetFlowLogsIntegrationTemplateCommandOutput | GetGroupsForCapacityReservationCommandOutput | GetHostReservationPurchasePreviewCommandOutput | GetInstanceTypesFromInstanceRequirementsCommandOutput | GetIpamAddressHistoryCommandOutput | GetIpamPoolAllocationsCommandOutput | GetIpamPoolCidrsCommandOutput | GetIpamResourceCidrsCommandOutput | GetLaunchTemplateDataCommandOutput | GetManagedPrefixListAssociationsCommandOutput | GetManagedPrefixListEntriesCommandOutput | GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput | GetNetworkInsightsAccessScopeContentCommandOutput | GetPasswordDataCommandOutput | GetReservedInstancesExchangeQuoteCommandOutput | GetSerialConsoleAccessStatusCommandOutput | GetSpotPlacementScoresCommandOutput | GetSubnetCidrReservationsCommandOutput | GetTransitGatewayAttachmentPropagationsCommandOutput | GetTransitGatewayMulticastDomainAssociationsCommandOutput | GetTransitGatewayPrefixListReferencesCommandOutput | GetTransitGatewayRouteTableAssociationsCommandOutput | GetTransitGatewayRouteTablePropagationsCommandOutput | GetVpnConnectionDeviceSampleConfigurationCommandOutput | GetVpnConnectionDeviceTypesCommandOutput | ImportClientVpnClientCertificateRevocationListCommandOutput | ImportImageCommandOutput | ImportInstanceCommandOutput | ImportKeyPairCommandOutput | ImportSnapshotCommandOutput | ImportVolumeCommandOutput | ListSnapshotsInRecycleBinCommandOutput | ModifyAddressAttributeCommandOutput | ModifyAvailabilityZoneGroupCommandOutput | ModifyCapacityReservationCommandOutput | ModifyCapacityReservationFleetCommandOutput | ModifyClientVpnEndpointCommandOutput | ModifyDefaultCreditSpecificationCommandOutput | ModifyEbsDefaultKmsKeyIdCommandOutput | ModifyFleetCommandOutput | ModifyFpgaImageAttributeCommandOutput | ModifyHostsCommandOutput | ModifyIdFormatCommandOutput | ModifyIdentityIdFormatCommandOutput | ModifyImageAttributeCommandOutput | ModifyInstanceAttributeCommandOutput | ModifyInstanceCapacityReservationAttributesCommandOutput | ModifyInstanceCreditSpecificationCommandOutput | ModifyInstanceEventStartTimeCommandOutput | ModifyInstanceEventWindowCommandOutput | ModifyInstanceMetadataOptionsCommandOutput | ModifyInstancePlacementCommandOutput | ModifyIpamCommandOutput | ModifyIpamPoolCommandOutput | ModifyIpamResourceCidrCommandOutput | ModifyIpamScopeCommandOutput | ModifyLaunchTemplateCommandOutput | ModifyManagedPrefixListCommandOutput | ModifyNetworkInterfaceAttributeCommandOutput | ModifyPrivateDnsNameOptionsCommandOutput | ModifyReservedInstancesCommandOutput | ModifySecurityGroupRulesCommandOutput | ModifySnapshotAttributeCommandOutput | ModifySnapshotTierCommandOutput | ModifySpotFleetRequestCommandOutput | ModifySubnetAttributeCommandOutput | ModifyTrafficMirrorFilterNetworkServicesCommandOutput | ModifyTrafficMirrorFilterRuleCommandOutput | ModifyTrafficMirrorSessionCommandOutput | ModifyTransitGatewayCommandOutput | ModifyTransitGatewayPrefixListReferenceCommandOutput | ModifyTransitGatewayVpcAttachmentCommandOutput | ModifyVolumeAttributeCommandOutput | ModifyVolumeCommandOutput | ModifyVpcAttributeCommandOutput | ModifyVpcEndpointCommandOutput | ModifyVpcEndpointConnectionNotificationCommandOutput | ModifyVpcEndpointServiceConfigurationCommandOutput | ModifyVpcEndpointServicePayerResponsibilityCommandOutput | ModifyVpcEndpointServicePermissionsCommandOutput | ModifyVpcPeeringConnectionOptionsCommandOutput | ModifyVpcTenancyCommandOutput | ModifyVpnConnectionCommandOutput | ModifyVpnConnectionOptionsCommandOutput | ModifyVpnTunnelCertificateCommandOutput | ModifyVpnTunnelOptionsCommandOutput | MonitorInstancesCommandOutput | MoveAddressToVpcCommandOutput | MoveByoipCidrToIpamCommandOutput | ProvisionByoipCidrCommandOutput | ProvisionIpamPoolCidrCommandOutput | ProvisionPublicIpv4PoolCidrCommandOutput | PurchaseHostReservationCommandOutput | PurchaseReservedInstancesOfferingCommandOutput | PurchaseScheduledInstancesCommandOutput | RebootInstancesCommandOutput | RegisterImageCommandOutput | RegisterInstanceEventNotificationAttributesCommandOutput | RegisterTransitGatewayMulticastGroupMembersCommandOutput | RegisterTransitGatewayMulticastGroupSourcesCommandOutput | RejectTransitGatewayMulticastDomainAssociationsCommandOutput | RejectTransitGatewayPeeringAttachmentCommandOutput | RejectTransitGatewayVpcAttachmentCommandOutput | RejectVpcEndpointConnectionsCommandOutput | RejectVpcPeeringConnectionCommandOutput | ReleaseAddressCommandOutput | ReleaseHostsCommandOutput | ReleaseIpamPoolAllocationCommandOutput | ReplaceIamInstanceProfileAssociationCommandOutput | ReplaceNetworkAclAssociationCommandOutput | ReplaceNetworkAclEntryCommandOutput | ReplaceRouteCommandOutput | ReplaceRouteTableAssociationCommandOutput | ReplaceTransitGatewayRouteCommandOutput | ReportInstanceStatusCommandOutput | RequestSpotFleetCommandOutput | RequestSpotInstancesCommandOutput | ResetAddressAttributeCommandOutput | ResetEbsDefaultKmsKeyIdCommandOutput | ResetFpgaImageAttributeCommandOutput | ResetImageAttributeCommandOutput | ResetInstanceAttributeCommandOutput | ResetNetworkInterfaceAttributeCommandOutput | ResetSnapshotAttributeCommandOutput | RestoreAddressToClassicCommandOutput | RestoreManagedPrefixListVersionCommandOutput | RestoreSnapshotFromRecycleBinCommandOutput | RestoreSnapshotTierCommandOutput | RevokeClientVpnIngressCommandOutput | RevokeSecurityGroupEgressCommandOutput | RevokeSecurityGroupIngressCommandOutput | RunInstancesCommandOutput | RunScheduledInstancesCommandOutput | SearchLocalGatewayRoutesCommandOutput | SearchTransitGatewayMulticastGroupsCommandOutput | SearchTransitGatewayRoutesCommandOutput | SendDiagnosticInterruptCommandOutput | StartInstancesCommandOutput | StartNetworkInsightsAccessScopeAnalysisCommandOutput | StartNetworkInsightsAnalysisCommandOutput | StartVpcEndpointServicePrivateDnsVerificationCommandOutput | StopInstancesCommandOutput | TerminateClientVpnConnectionsCommandOutput | TerminateInstancesCommandOutput | UnassignIpv6AddressesCommandOutput | UnassignPrivateIpAddressesCommandOutput | UnmonitorInstancesCommandOutput | UpdateSecurityGroupRuleDescriptionsEgressCommandOutput | UpdateSecurityGroupRuleDescriptionsIngressCommandOutput | WithdrawByoipCidrCommandOutput;
|
|
530
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
531
|
-
|
|
532
|
-
requestHandler?: __HttpHandler;
|
|
533
|
-
|
|
534
|
-
sha256?: __HashConstructor;
|
|
535
|
-
|
|
536
|
-
urlParser?: __UrlParser;
|
|
537
|
-
|
|
538
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
539
|
-
|
|
540
|
-
streamCollector?: __StreamCollector;
|
|
541
|
-
|
|
542
|
-
base64Decoder?: __Decoder;
|
|
543
|
-
|
|
544
|
-
base64Encoder?: __Encoder;
|
|
545
|
-
|
|
546
|
-
utf8Decoder?: __Decoder;
|
|
547
|
-
|
|
548
|
-
utf8Encoder?: __Encoder;
|
|
549
|
-
|
|
550
|
-
runtime?: string;
|
|
551
|
-
|
|
552
|
-
disableHostPrefix?: boolean;
|
|
553
|
-
|
|
554
|
-
maxAttempts?: number | __Provider<number>;
|
|
555
|
-
|
|
556
|
-
retryMode?: string | __Provider<string>;
|
|
557
|
-
|
|
558
|
-
logger?: __Logger;
|
|
559
|
-
|
|
560
|
-
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
561
|
-
|
|
562
|
-
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
563
|
-
|
|
564
|
-
serviceId?: string;
|
|
565
|
-
|
|
566
|
-
region?: string | __Provider<string>;
|
|
567
|
-
|
|
568
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
569
|
-
|
|
570
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
571
|
-
|
|
572
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
573
|
-
|
|
574
|
-
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
575
|
-
}
|
|
576
|
-
declare type EC2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
577
|
-
|
|
578
|
-
export interface EC2ClientConfig extends EC2ClientConfigType {
|
|
579
|
-
}
|
|
580
|
-
declare type EC2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
581
|
-
|
|
582
|
-
export interface EC2ClientResolvedConfig extends EC2ClientResolvedConfigType {
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
export declare class EC2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EC2ClientResolvedConfig> {
|
|
586
|
-
|
|
587
|
-
readonly config: EC2ClientResolvedConfig;
|
|
588
|
-
constructor(configuration: EC2ClientConfig);
|
|
589
|
-
|
|
590
|
-
destroy(): void;
|
|
591
|
-
}
|
|
592
|
-
export {};
|