import { HostHeaderInputConfig, HostHeaderResolvedConfig, UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/core/client"; import { DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client, } from "@smithy/core/client"; import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config"; import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints"; import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols"; import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry"; import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, } from "@smithy/types"; import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig, } from "./auth/httpAuthSchemeProvider"; import { AssociateGatewayToServerCommandInput, AssociateGatewayToServerCommandOutput, } from "./commands/AssociateGatewayToServerCommand"; import { CreateGatewayCommandInput, CreateGatewayCommandOutput, } from "./commands/CreateGatewayCommand"; import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput, } from "./commands/DeleteGatewayCommand"; import { DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput, } from "./commands/DeleteHypervisorCommand"; import { DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput, } from "./commands/DisassociateGatewayFromServerCommand"; import { GetBandwidthRateLimitScheduleCommandInput, GetBandwidthRateLimitScheduleCommandOutput, } from "./commands/GetBandwidthRateLimitScheduleCommand"; import { GetGatewayCommandInput, GetGatewayCommandOutput } from "./commands/GetGatewayCommand"; import { GetHypervisorCommandInput, GetHypervisorCommandOutput, } from "./commands/GetHypervisorCommand"; import { GetHypervisorPropertyMappingsCommandInput, GetHypervisorPropertyMappingsCommandOutput, } from "./commands/GetHypervisorPropertyMappingsCommand"; import { GetVirtualMachineCommandInput, GetVirtualMachineCommandOutput, } from "./commands/GetVirtualMachineCommand"; import { ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput, } from "./commands/ImportHypervisorConfigurationCommand"; import { ListGatewaysCommandInput, ListGatewaysCommandOutput, } from "./commands/ListGatewaysCommand"; import { ListHypervisorsCommandInput, ListHypervisorsCommandOutput, } from "./commands/ListHypervisorsCommand"; import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, } from "./commands/ListTagsForResourceCommand"; import { ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput, } from "./commands/ListVirtualMachinesCommand"; import { PutBandwidthRateLimitScheduleCommandInput, PutBandwidthRateLimitScheduleCommandOutput, } from "./commands/PutBandwidthRateLimitScheduleCommand"; import { PutHypervisorPropertyMappingsCommandInput, PutHypervisorPropertyMappingsCommandOutput, } from "./commands/PutHypervisorPropertyMappingsCommand"; import { PutMaintenanceStartTimeCommandInput, PutMaintenanceStartTimeCommandOutput, } from "./commands/PutMaintenanceStartTimeCommand"; import { StartVirtualMachinesMetadataSyncCommandInput, StartVirtualMachinesMetadataSyncCommandOutput, } from "./commands/StartVirtualMachinesMetadataSyncCommand"; import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand"; import { TestHypervisorConfigurationCommandInput, TestHypervisorConfigurationCommandOutput, } from "./commands/TestHypervisorConfigurationCommand"; import { UntagResourceCommandInput, UntagResourceCommandOutput, } from "./commands/UntagResourceCommand"; import { UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput, } from "./commands/UpdateGatewayInformationCommand"; import { UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput, } from "./commands/UpdateGatewaySoftwareNowCommand"; import { UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput, } from "./commands/UpdateHypervisorCommand"; import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters, } from "./endpoint/EndpointParameters"; import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions"; export { __Client }; export type ServiceInputTypes = | AssociateGatewayToServerCommandInput | CreateGatewayCommandInput | DeleteGatewayCommandInput | DeleteHypervisorCommandInput | DisassociateGatewayFromServerCommandInput | GetBandwidthRateLimitScheduleCommandInput | GetGatewayCommandInput | GetHypervisorCommandInput | GetHypervisorPropertyMappingsCommandInput | GetVirtualMachineCommandInput | ImportHypervisorConfigurationCommandInput | ListGatewaysCommandInput | ListHypervisorsCommandInput | ListTagsForResourceCommandInput | ListVirtualMachinesCommandInput | PutBandwidthRateLimitScheduleCommandInput | PutHypervisorPropertyMappingsCommandInput | PutMaintenanceStartTimeCommandInput | StartVirtualMachinesMetadataSyncCommandInput | TagResourceCommandInput | TestHypervisorConfigurationCommandInput | UntagResourceCommandInput | UpdateGatewayInformationCommandInput | UpdateGatewaySoftwareNowCommandInput | UpdateHypervisorCommandInput; export type ServiceOutputTypes = | AssociateGatewayToServerCommandOutput | CreateGatewayCommandOutput | DeleteGatewayCommandOutput | DeleteHypervisorCommandOutput | DisassociateGatewayFromServerCommandOutput | GetBandwidthRateLimitScheduleCommandOutput | GetGatewayCommandOutput | GetHypervisorCommandOutput | GetHypervisorPropertyMappingsCommandOutput | GetVirtualMachineCommandOutput | ImportHypervisorConfigurationCommandOutput | ListGatewaysCommandOutput | ListHypervisorsCommandOutput | ListTagsForResourceCommandOutput | ListVirtualMachinesCommandOutput | PutBandwidthRateLimitScheduleCommandOutput | PutHypervisorPropertyMappingsCommandOutput | PutMaintenanceStartTimeCommandOutput | StartVirtualMachinesMetadataSyncCommandOutput | TagResourceCommandOutput | TestHypervisorConfigurationCommandOutput | UntagResourceCommandOutput | UpdateGatewayInformationCommandOutput | UpdateGatewaySoftwareNowCommandOutput | UpdateHypervisorCommandOutput; export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> { requestHandler?: __HttpHandlerUserInput; sha256?: __ChecksumConstructor | __HashConstructor; urlParser?: __UrlParser; bodyLengthChecker?: __BodyLengthCalculator; streamCollector?: __StreamCollector; base64Decoder?: __Decoder; base64Encoder?: __Encoder; utf8Decoder?: __Decoder; utf8Encoder?: __Encoder; runtime?: string; disableHostPrefix?: boolean; serviceId?: string; useDualstackEndpoint?: boolean | __Provider; useFipsEndpoint?: boolean | __Provider; region?: string | __Provider; profile?: string; defaultUserAgentProvider?: __Provider<__UserAgent>; credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider; maxAttempts?: number | __Provider; retryMode?: string | __Provider; logger?: __Logger; extensions?: RuntimeExtension[]; defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } export type BackupGatewayClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & UserAgentInputConfig & RetryInputConfig & RegionInputConfig & HostHeaderInputConfig & EndpointInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters; export interface BackupGatewayClientConfig extends BackupGatewayClientConfigType {} export type BackupGatewayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RuntimeExtensionsConfig & UserAgentResolvedConfig & RetryResolvedConfig & RegionResolvedConfig & HostHeaderResolvedConfig & EndpointResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters; export interface BackupGatewayClientResolvedConfig extends BackupGatewayClientResolvedConfigType {} export declare class BackupGatewayClient extends __Client< __HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, BackupGatewayClientResolvedConfig > { readonly config: BackupGatewayClientResolvedConfig; constructor(...[configuration]: __CheckOptionalClientConfig); destroy(): void; }