@aws-sdk/client-backup-gateway 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.
Files changed (35) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +25 -25
  3. package/dist-types/ts3.4/BackupGateway.d.ts +0 -85
  4. package/dist-types/ts3.4/BackupGatewayClient.d.ts +0 -89
  5. package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/index.d.ts +0 -16
  22. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  23. package/dist-types/ts3.4/index.d.ts +0 -5
  24. package/dist-types/ts3.4/models/index.d.ts +0 -1
  25. package/dist-types/ts3.4/models/models_0.d.ts +0 -426
  26. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  27. package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +0 -4
  28. package/dist-types/ts3.4/pagination/ListHypervisorsPaginator.d.ts +0 -4
  29. package/dist-types/ts3.4/pagination/ListVirtualMachinesPaginator.d.ts +0 -4
  30. package/dist-types/ts3.4/pagination/index.d.ts +0 -4
  31. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -50
  32. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  35. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-backup-gateway
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-backup-gateway
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-backup-gateway",
3
3
  "description": "AWS SDK for JavaScript Backup Gateway Client for Node.js, Browser and React Native",
4
- "version": "3.49.0",
4
+ "version": "3.50.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,34 +18,34 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.49.0",
22
- "@aws-sdk/config-resolver": "3.49.0",
23
- "@aws-sdk/credential-provider-node": "3.49.0",
24
- "@aws-sdk/fetch-http-handler": "3.49.0",
25
- "@aws-sdk/hash-node": "3.49.0",
26
- "@aws-sdk/invalid-dependency": "3.49.0",
27
- "@aws-sdk/middleware-content-length": "3.49.0",
28
- "@aws-sdk/middleware-host-header": "3.49.0",
29
- "@aws-sdk/middleware-logger": "3.49.0",
30
- "@aws-sdk/middleware-retry": "3.49.0",
31
- "@aws-sdk/middleware-serde": "3.49.0",
32
- "@aws-sdk/middleware-signing": "3.49.0",
33
- "@aws-sdk/middleware-stack": "3.49.0",
34
- "@aws-sdk/middleware-user-agent": "3.49.0",
35
- "@aws-sdk/node-config-provider": "3.49.0",
36
- "@aws-sdk/node-http-handler": "3.49.0",
37
- "@aws-sdk/protocol-http": "3.49.0",
38
- "@aws-sdk/smithy-client": "3.49.0",
39
- "@aws-sdk/types": "3.49.0",
40
- "@aws-sdk/url-parser": "3.49.0",
21
+ "@aws-sdk/client-sts": "3.50.0",
22
+ "@aws-sdk/config-resolver": "3.50.0",
23
+ "@aws-sdk/credential-provider-node": "3.50.0",
24
+ "@aws-sdk/fetch-http-handler": "3.50.0",
25
+ "@aws-sdk/hash-node": "3.50.0",
26
+ "@aws-sdk/invalid-dependency": "3.50.0",
27
+ "@aws-sdk/middleware-content-length": "3.50.0",
28
+ "@aws-sdk/middleware-host-header": "3.50.0",
29
+ "@aws-sdk/middleware-logger": "3.50.0",
30
+ "@aws-sdk/middleware-retry": "3.50.0",
31
+ "@aws-sdk/middleware-serde": "3.50.0",
32
+ "@aws-sdk/middleware-signing": "3.50.0",
33
+ "@aws-sdk/middleware-stack": "3.50.0",
34
+ "@aws-sdk/middleware-user-agent": "3.50.0",
35
+ "@aws-sdk/node-config-provider": "3.50.0",
36
+ "@aws-sdk/node-http-handler": "3.50.0",
37
+ "@aws-sdk/protocol-http": "3.50.0",
38
+ "@aws-sdk/smithy-client": "3.50.0",
39
+ "@aws-sdk/types": "3.50.0",
40
+ "@aws-sdk/url-parser": "3.50.0",
41
41
  "@aws-sdk/util-base64-browser": "3.49.0",
42
42
  "@aws-sdk/util-base64-node": "3.49.0",
43
43
  "@aws-sdk/util-body-length-browser": "3.49.0",
44
44
  "@aws-sdk/util-body-length-node": "3.49.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.49.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.49.0",
47
- "@aws-sdk/util-user-agent-browser": "3.49.0",
48
- "@aws-sdk/util-user-agent-node": "3.49.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.50.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.50.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.50.0",
48
+ "@aws-sdk/util-user-agent-node": "3.50.0",
49
49
  "@aws-sdk/util-utf8-browser": "3.49.0",
50
50
  "@aws-sdk/util-utf8-node": "3.49.0",
51
51
  "tslib": "^2.3.0"
@@ -1,85 +0,0 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { BackupGatewayClient } from "./BackupGatewayClient";
3
- import { AssociateGatewayToServerCommandInput, AssociateGatewayToServerCommandOutput } from "./commands/AssociateGatewayToServerCommand";
4
- import { CreateGatewayCommandInput, CreateGatewayCommandOutput } from "./commands/CreateGatewayCommand";
5
- import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
6
- import { DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput } from "./commands/DeleteHypervisorCommand";
7
- import { DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput } from "./commands/DisassociateGatewayFromServerCommand";
8
- import { ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput } from "./commands/ImportHypervisorConfigurationCommand";
9
- import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
10
- import { ListHypervisorsCommandInput, ListHypervisorsCommandOutput } from "./commands/ListHypervisorsCommand";
11
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
12
- import { ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput } from "./commands/ListVirtualMachinesCommand";
13
- import { PutMaintenanceStartTimeCommandInput, PutMaintenanceStartTimeCommandOutput } from "./commands/PutMaintenanceStartTimeCommand";
14
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
15
- import { TestHypervisorConfigurationCommandInput, TestHypervisorConfigurationCommandOutput } from "./commands/TestHypervisorConfigurationCommand";
16
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
17
- import { UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput } from "./commands/UpdateGatewayInformationCommand";
18
- import { UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput } from "./commands/UpdateHypervisorCommand";
19
-
20
- export declare class BackupGateway extends BackupGatewayClient {
21
-
22
- associateGatewayToServer(args: AssociateGatewayToServerCommandInput, options?: __HttpHandlerOptions): Promise<AssociateGatewayToServerCommandOutput>;
23
- associateGatewayToServer(args: AssociateGatewayToServerCommandInput, cb: (err: any, data?: AssociateGatewayToServerCommandOutput) => void): void;
24
- associateGatewayToServer(args: AssociateGatewayToServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateGatewayToServerCommandOutput) => void): void;
25
-
26
- createGateway(args: CreateGatewayCommandInput, options?: __HttpHandlerOptions): Promise<CreateGatewayCommandOutput>;
27
- createGateway(args: CreateGatewayCommandInput, cb: (err: any, data?: CreateGatewayCommandOutput) => void): void;
28
- createGateway(args: CreateGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGatewayCommandOutput) => void): void;
29
-
30
- deleteGateway(args: DeleteGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGatewayCommandOutput>;
31
- deleteGateway(args: DeleteGatewayCommandInput, cb: (err: any, data?: DeleteGatewayCommandOutput) => void): void;
32
- deleteGateway(args: DeleteGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGatewayCommandOutput) => void): void;
33
-
34
- deleteHypervisor(args: DeleteHypervisorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHypervisorCommandOutput>;
35
- deleteHypervisor(args: DeleteHypervisorCommandInput, cb: (err: any, data?: DeleteHypervisorCommandOutput) => void): void;
36
- deleteHypervisor(args: DeleteHypervisorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHypervisorCommandOutput) => void): void;
37
-
38
- disassociateGatewayFromServer(args: DisassociateGatewayFromServerCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateGatewayFromServerCommandOutput>;
39
- disassociateGatewayFromServer(args: DisassociateGatewayFromServerCommandInput, cb: (err: any, data?: DisassociateGatewayFromServerCommandOutput) => void): void;
40
- disassociateGatewayFromServer(args: DisassociateGatewayFromServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateGatewayFromServerCommandOutput) => void): void;
41
-
42
- importHypervisorConfiguration(args: ImportHypervisorConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ImportHypervisorConfigurationCommandOutput>;
43
- importHypervisorConfiguration(args: ImportHypervisorConfigurationCommandInput, cb: (err: any, data?: ImportHypervisorConfigurationCommandOutput) => void): void;
44
- importHypervisorConfiguration(args: ImportHypervisorConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportHypervisorConfigurationCommandOutput) => void): void;
45
-
46
- listGateways(args: ListGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<ListGatewaysCommandOutput>;
47
- listGateways(args: ListGatewaysCommandInput, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
48
- listGateways(args: ListGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
49
-
50
- listHypervisors(args: ListHypervisorsCommandInput, options?: __HttpHandlerOptions): Promise<ListHypervisorsCommandOutput>;
51
- listHypervisors(args: ListHypervisorsCommandInput, cb: (err: any, data?: ListHypervisorsCommandOutput) => void): void;
52
- listHypervisors(args: ListHypervisorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHypervisorsCommandOutput) => void): void;
53
-
54
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
55
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
56
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
57
-
58
- listVirtualMachines(args: ListVirtualMachinesCommandInput, options?: __HttpHandlerOptions): Promise<ListVirtualMachinesCommandOutput>;
59
- listVirtualMachines(args: ListVirtualMachinesCommandInput, cb: (err: any, data?: ListVirtualMachinesCommandOutput) => void): void;
60
- listVirtualMachines(args: ListVirtualMachinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVirtualMachinesCommandOutput) => void): void;
61
-
62
- putMaintenanceStartTime(args: PutMaintenanceStartTimeCommandInput, options?: __HttpHandlerOptions): Promise<PutMaintenanceStartTimeCommandOutput>;
63
- putMaintenanceStartTime(args: PutMaintenanceStartTimeCommandInput, cb: (err: any, data?: PutMaintenanceStartTimeCommandOutput) => void): void;
64
- putMaintenanceStartTime(args: PutMaintenanceStartTimeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutMaintenanceStartTimeCommandOutput) => void): void;
65
-
66
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
67
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
68
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
69
-
70
- testHypervisorConfiguration(args: TestHypervisorConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<TestHypervisorConfigurationCommandOutput>;
71
- testHypervisorConfiguration(args: TestHypervisorConfigurationCommandInput, cb: (err: any, data?: TestHypervisorConfigurationCommandOutput) => void): void;
72
- testHypervisorConfiguration(args: TestHypervisorConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestHypervisorConfigurationCommandOutput) => void): void;
73
-
74
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
75
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
76
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
77
-
78
- updateGatewayInformation(args: UpdateGatewayInformationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGatewayInformationCommandOutput>;
79
- updateGatewayInformation(args: UpdateGatewayInformationCommandInput, cb: (err: any, data?: UpdateGatewayInformationCommandOutput) => void): void;
80
- updateGatewayInformation(args: UpdateGatewayInformationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGatewayInformationCommandOutput) => void): void;
81
-
82
- updateHypervisor(args: UpdateHypervisorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHypervisorCommandOutput>;
83
- updateHypervisor(args: UpdateHypervisorCommandInput, cb: (err: any, data?: UpdateHypervisorCommandOutput) => void): void;
84
- updateHypervisor(args: UpdateHypervisorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHypervisorCommandOutput) => void): void;
85
- }
@@ -1,89 +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 { AssociateGatewayToServerCommandInput, AssociateGatewayToServerCommandOutput } from "./commands/AssociateGatewayToServerCommand";
10
- import { CreateGatewayCommandInput, CreateGatewayCommandOutput } from "./commands/CreateGatewayCommand";
11
- import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
12
- import { DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput } from "./commands/DeleteHypervisorCommand";
13
- import { DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput } from "./commands/DisassociateGatewayFromServerCommand";
14
- import { ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput } from "./commands/ImportHypervisorConfigurationCommand";
15
- import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
16
- import { ListHypervisorsCommandInput, ListHypervisorsCommandOutput } from "./commands/ListHypervisorsCommand";
17
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
18
- import { ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput } from "./commands/ListVirtualMachinesCommand";
19
- import { PutMaintenanceStartTimeCommandInput, PutMaintenanceStartTimeCommandOutput } from "./commands/PutMaintenanceStartTimeCommand";
20
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
21
- import { TestHypervisorConfigurationCommandInput, TestHypervisorConfigurationCommandOutput } from "./commands/TestHypervisorConfigurationCommand";
22
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
23
- import { UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput } from "./commands/UpdateGatewayInformationCommand";
24
- import { UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput } from "./commands/UpdateHypervisorCommand";
25
- export declare type ServiceInputTypes = AssociateGatewayToServerCommandInput | CreateGatewayCommandInput | DeleteGatewayCommandInput | DeleteHypervisorCommandInput | DisassociateGatewayFromServerCommandInput | ImportHypervisorConfigurationCommandInput | ListGatewaysCommandInput | ListHypervisorsCommandInput | ListTagsForResourceCommandInput | ListVirtualMachinesCommandInput | PutMaintenanceStartTimeCommandInput | TagResourceCommandInput | TestHypervisorConfigurationCommandInput | UntagResourceCommandInput | UpdateGatewayInformationCommandInput | UpdateHypervisorCommandInput;
26
- export declare type ServiceOutputTypes = AssociateGatewayToServerCommandOutput | CreateGatewayCommandOutput | DeleteGatewayCommandOutput | DeleteHypervisorCommandOutput | DisassociateGatewayFromServerCommandOutput | ImportHypervisorConfigurationCommandOutput | ListGatewaysCommandOutput | ListHypervisorsCommandOutput | ListTagsForResourceCommandOutput | ListVirtualMachinesCommandOutput | PutMaintenanceStartTimeCommandOutput | TagResourceCommandOutput | TestHypervisorConfigurationCommandOutput | UntagResourceCommandOutput | UpdateGatewayInformationCommandOutput | UpdateHypervisorCommandOutput;
27
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
28
-
29
- requestHandler?: __HttpHandler;
30
-
31
- sha256?: __HashConstructor;
32
-
33
- urlParser?: __UrlParser;
34
-
35
- bodyLengthChecker?: (body: any) => number | undefined;
36
-
37
- streamCollector?: __StreamCollector;
38
-
39
- base64Decoder?: __Decoder;
40
-
41
- base64Encoder?: __Encoder;
42
-
43
- utf8Decoder?: __Decoder;
44
-
45
- utf8Encoder?: __Encoder;
46
-
47
- runtime?: string;
48
-
49
- disableHostPrefix?: boolean;
50
-
51
- maxAttempts?: number | __Provider<number>;
52
-
53
- retryMode?: string | __Provider<string>;
54
-
55
- logger?: __Logger;
56
-
57
- useDualstackEndpoint?: boolean | __Provider<boolean>;
58
-
59
- useFipsEndpoint?: boolean | __Provider<boolean>;
60
-
61
- serviceId?: string;
62
-
63
- region?: string | __Provider<string>;
64
-
65
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
66
-
67
- regionInfoProvider?: RegionInfoProvider;
68
-
69
- defaultUserAgentProvider?: Provider<__UserAgent>;
70
-
71
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
72
- }
73
- declare type BackupGatewayClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
74
-
75
- export interface BackupGatewayClientConfig extends BackupGatewayClientConfigType {
76
- }
77
- declare type BackupGatewayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
78
-
79
- export interface BackupGatewayClientResolvedConfig extends BackupGatewayClientResolvedConfigType {
80
- }
81
-
82
- export declare class BackupGatewayClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, BackupGatewayClientResolvedConfig> {
83
-
84
- readonly config: BackupGatewayClientResolvedConfig;
85
- constructor(configuration: BackupGatewayClientConfig);
86
-
87
- destroy(): void;
88
- }
89
- export {};
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
- import { AssociateGatewayToServerInput, AssociateGatewayToServerOutput } from "../models/models_0";
5
- export interface AssociateGatewayToServerCommandInput extends AssociateGatewayToServerInput {
6
- }
7
- export interface AssociateGatewayToServerCommandOutput extends AssociateGatewayToServerOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateGatewayToServerCommand extends $Command<AssociateGatewayToServerCommandInput, AssociateGatewayToServerCommandOutput, BackupGatewayClientResolvedConfig> {
11
- readonly input: AssociateGatewayToServerCommandInput;
12
- constructor(input: AssociateGatewayToServerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateGatewayToServerCommandInput, AssociateGatewayToServerCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
- import { CreateGatewayInput, CreateGatewayOutput } from "../models/models_0";
5
- export interface CreateGatewayCommandInput extends CreateGatewayInput {
6
- }
7
- export interface CreateGatewayCommandOutput extends CreateGatewayOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateGatewayCommand extends $Command<CreateGatewayCommandInput, CreateGatewayCommandOutput, BackupGatewayClientResolvedConfig> {
11
- readonly input: CreateGatewayCommandInput;
12
- constructor(input: CreateGatewayCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGatewayCommandInput, CreateGatewayCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
- import { DeleteGatewayInput, DeleteGatewayOutput } from "../models/models_0";
5
- export interface DeleteGatewayCommandInput extends DeleteGatewayInput {
6
- }
7
- export interface DeleteGatewayCommandOutput extends DeleteGatewayOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteGatewayCommand extends $Command<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, BackupGatewayClientResolvedConfig> {
11
- readonly input: DeleteGatewayCommandInput;
12
- constructor(input: DeleteGatewayCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGatewayCommandInput, DeleteGatewayCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
- import { DeleteHypervisorInput, DeleteHypervisorOutput } from "../models/models_0";
5
- export interface DeleteHypervisorCommandInput extends DeleteHypervisorInput {
6
- }
7
- export interface DeleteHypervisorCommandOutput extends DeleteHypervisorOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteHypervisorCommand extends $Command<DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput, BackupGatewayClientResolvedConfig> {
11
- readonly input: DeleteHypervisorCommandInput;
12
- constructor(input: DeleteHypervisorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
- import { DisassociateGatewayFromServerInput, DisassociateGatewayFromServerOutput } from "../models/models_0";
5
- export interface DisassociateGatewayFromServerCommandInput extends DisassociateGatewayFromServerInput {
6
- }
7
- export interface DisassociateGatewayFromServerCommandOutput extends DisassociateGatewayFromServerOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateGatewayFromServerCommand extends $Command<DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput, BackupGatewayClientResolvedConfig> {
11
- readonly input: DisassociateGatewayFromServerCommandInput;
12
- constructor(input: DisassociateGatewayFromServerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
- import { ImportHypervisorConfigurationInput, ImportHypervisorConfigurationOutput } from "../models/models_0";
5
- export interface ImportHypervisorConfigurationCommandInput extends ImportHypervisorConfigurationInput {
6
- }
7
- export interface ImportHypervisorConfigurationCommandOutput extends ImportHypervisorConfigurationOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ImportHypervisorConfigurationCommand extends $Command<ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig> {
11
- readonly input: ImportHypervisorConfigurationCommandInput;
12
- constructor(input: ImportHypervisorConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
- import { ListGatewaysInput, ListGatewaysOutput } from "../models/models_0";
5
- export interface ListGatewaysCommandInput extends ListGatewaysInput {
6
- }
7
- export interface ListGatewaysCommandOutput extends ListGatewaysOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListGatewaysCommand extends $Command<ListGatewaysCommandInput, ListGatewaysCommandOutput, BackupGatewayClientResolvedConfig> {
11
- readonly input: ListGatewaysCommandInput;
12
- constructor(input: ListGatewaysCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGatewaysCommandInput, ListGatewaysCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
- import { ListHypervisorsInput, ListHypervisorsOutput } from "../models/models_0";
5
- export interface ListHypervisorsCommandInput extends ListHypervisorsInput {
6
- }
7
- export interface ListHypervisorsCommandOutput extends ListHypervisorsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListHypervisorsCommand extends $Command<ListHypervisorsCommandInput, ListHypervisorsCommandOutput, BackupGatewayClientResolvedConfig> {
11
- readonly input: ListHypervisorsCommandInput;
12
- constructor(input: ListHypervisorsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHypervisorsCommandInput, ListHypervisorsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
- import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BackupGatewayClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
- import { ListVirtualMachinesInput, ListVirtualMachinesOutput } from "../models/models_0";
5
- export interface ListVirtualMachinesCommandInput extends ListVirtualMachinesInput {
6
- }
7
- export interface ListVirtualMachinesCommandOutput extends ListVirtualMachinesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListVirtualMachinesCommand extends $Command<ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput, BackupGatewayClientResolvedConfig> {
11
- readonly input: ListVirtualMachinesCommandInput;
12
- constructor(input: ListVirtualMachinesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
- import { PutMaintenanceStartTimeInput, PutMaintenanceStartTimeOutput } from "../models/models_0";
5
- export interface PutMaintenanceStartTimeCommandInput extends PutMaintenanceStartTimeInput {
6
- }
7
- export interface PutMaintenanceStartTimeCommandOutput extends PutMaintenanceStartTimeOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class PutMaintenanceStartTimeCommand extends $Command<PutMaintenanceStartTimeCommandInput, PutMaintenanceStartTimeCommandOutput, BackupGatewayClientResolvedConfig> {
11
- readonly input: PutMaintenanceStartTimeCommandInput;
12
- constructor(input: PutMaintenanceStartTimeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMaintenanceStartTimeCommandInput, PutMaintenanceStartTimeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
- import { TagResourceInput, TagResourceOutput } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceInput {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, BackupGatewayClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
- import { TestHypervisorConfigurationInput, TestHypervisorConfigurationOutput } from "../models/models_0";
5
- export interface TestHypervisorConfigurationCommandInput extends TestHypervisorConfigurationInput {
6
- }
7
- export interface TestHypervisorConfigurationCommandOutput extends TestHypervisorConfigurationOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class TestHypervisorConfigurationCommand extends $Command<TestHypervisorConfigurationCommandInput, TestHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig> {
11
- readonly input: TestHypervisorConfigurationCommandInput;
12
- constructor(input: TestHypervisorConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestHypervisorConfigurationCommandInput, TestHypervisorConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
- import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceInput {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, BackupGatewayClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
- import { UpdateGatewayInformationInput, UpdateGatewayInformationOutput } from "../models/models_0";
5
- export interface UpdateGatewayInformationCommandInput extends UpdateGatewayInformationInput {
6
- }
7
- export interface UpdateGatewayInformationCommandOutput extends UpdateGatewayInformationOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateGatewayInformationCommand extends $Command<UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput, BackupGatewayClientResolvedConfig> {
11
- readonly input: UpdateGatewayInformationCommandInput;
12
- constructor(input: UpdateGatewayInformationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
4
- import { UpdateHypervisorInput, UpdateHypervisorOutput } from "../models/models_0";
5
- export interface UpdateHypervisorCommandInput extends UpdateHypervisorInput {
6
- }
7
- export interface UpdateHypervisorCommandOutput extends UpdateHypervisorOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateHypervisorCommand extends $Command<UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput, BackupGatewayClientResolvedConfig> {
11
- readonly input: UpdateHypervisorCommandInput;
12
- constructor(input: UpdateHypervisorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,16 +0,0 @@
1
- export * from "./AssociateGatewayToServerCommand";
2
- export * from "./CreateGatewayCommand";
3
- export * from "./DeleteGatewayCommand";
4
- export * from "./DeleteHypervisorCommand";
5
- export * from "./DisassociateGatewayFromServerCommand";
6
- export * from "./ImportHypervisorConfigurationCommand";
7
- export * from "./ListGatewaysCommand";
8
- export * from "./ListHypervisorsCommand";
9
- export * from "./ListTagsForResourceCommand";
10
- export * from "./ListVirtualMachinesCommand";
11
- export * from "./PutMaintenanceStartTimeCommand";
12
- export * from "./TagResourceCommand";
13
- export * from "./TestHypervisorConfigurationCommand";
14
- export * from "./UntagResourceCommand";
15
- export * from "./UpdateGatewayInformationCommand";
16
- export * from "./UpdateHypervisorCommand";
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,5 +0,0 @@
1
- export * from "./BackupGateway";
2
- export * from "./BackupGatewayClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1,426 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
-
3
- export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
4
- name: "AccessDeniedException";
5
- $fault: "client";
6
-
7
- ErrorCode: string | undefined;
8
- Message?: string;
9
- }
10
- export interface AssociateGatewayToServerInput {
11
-
12
- GatewayArn: string | undefined;
13
-
14
- ServerArn: string | undefined;
15
- }
16
- export declare namespace AssociateGatewayToServerInput {
17
-
18
- const filterSensitiveLog: (obj: AssociateGatewayToServerInput) => any;
19
- }
20
- export interface AssociateGatewayToServerOutput {
21
-
22
- GatewayArn?: string;
23
- }
24
- export declare namespace AssociateGatewayToServerOutput {
25
-
26
- const filterSensitiveLog: (obj: AssociateGatewayToServerOutput) => any;
27
- }
28
-
29
- export interface ConflictException extends __SmithyException, $MetadataBearer {
30
- name: "ConflictException";
31
- $fault: "client";
32
-
33
- ErrorCode: string | undefined;
34
- Message?: string;
35
- }
36
-
37
- export interface InternalServerException extends __SmithyException, $MetadataBearer {
38
- name: "InternalServerException";
39
- $fault: "server";
40
-
41
- ErrorCode?: string;
42
- Message?: string;
43
- }
44
-
45
- export interface ValidationException extends __SmithyException, $MetadataBearer {
46
- name: "ValidationException";
47
- $fault: "client";
48
-
49
- ErrorCode?: string;
50
- Message?: string;
51
- }
52
- export declare enum GatewayType {
53
- BACKUP_VM = "BACKUP_VM"
54
- }
55
-
56
- export interface Tag {
57
-
58
- Key: string | undefined;
59
-
60
- Value: string | undefined;
61
- }
62
- export declare namespace Tag {
63
-
64
- const filterSensitiveLog: (obj: Tag) => any;
65
- }
66
- export interface CreateGatewayInput {
67
-
68
- ActivationKey: string | undefined;
69
-
70
- GatewayDisplayName: string | undefined;
71
-
72
- GatewayType: GatewayType | string | undefined;
73
-
74
- Tags?: Tag[];
75
- }
76
- export declare namespace CreateGatewayInput {
77
-
78
- const filterSensitiveLog: (obj: CreateGatewayInput) => any;
79
- }
80
- export interface CreateGatewayOutput {
81
-
82
- GatewayArn?: string;
83
- }
84
- export declare namespace CreateGatewayOutput {
85
-
86
- const filterSensitiveLog: (obj: CreateGatewayOutput) => any;
87
- }
88
- export interface DeleteGatewayInput {
89
-
90
- GatewayArn: string | undefined;
91
- }
92
- export declare namespace DeleteGatewayInput {
93
-
94
- const filterSensitiveLog: (obj: DeleteGatewayInput) => any;
95
- }
96
- export interface DeleteGatewayOutput {
97
-
98
- GatewayArn?: string;
99
- }
100
- export declare namespace DeleteGatewayOutput {
101
-
102
- const filterSensitiveLog: (obj: DeleteGatewayOutput) => any;
103
- }
104
-
105
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
106
- name: "ResourceNotFoundException";
107
- $fault: "client";
108
-
109
- ErrorCode?: string;
110
- Message?: string;
111
- }
112
- export interface DisassociateGatewayFromServerInput {
113
-
114
- GatewayArn: string | undefined;
115
- }
116
- export declare namespace DisassociateGatewayFromServerInput {
117
-
118
- const filterSensitiveLog: (obj: DisassociateGatewayFromServerInput) => any;
119
- }
120
- export interface DisassociateGatewayFromServerOutput {
121
-
122
- GatewayArn?: string;
123
- }
124
- export declare namespace DisassociateGatewayFromServerOutput {
125
-
126
- const filterSensitiveLog: (obj: DisassociateGatewayFromServerOutput) => any;
127
- }
128
- export interface ListGatewaysInput {
129
-
130
- MaxResults?: number;
131
-
132
- NextToken?: string;
133
- }
134
- export declare namespace ListGatewaysInput {
135
-
136
- const filterSensitiveLog: (obj: ListGatewaysInput) => any;
137
- }
138
-
139
- export interface Gateway {
140
-
141
- GatewayArn?: string;
142
-
143
- GatewayDisplayName?: string;
144
-
145
- GatewayType?: GatewayType | string;
146
-
147
- HypervisorId?: string;
148
-
149
- LastSeenTime?: Date;
150
- }
151
- export declare namespace Gateway {
152
-
153
- const filterSensitiveLog: (obj: Gateway) => any;
154
- }
155
- export interface ListGatewaysOutput {
156
-
157
- Gateways?: Gateway[];
158
-
159
- NextToken?: string;
160
- }
161
- export declare namespace ListGatewaysOutput {
162
-
163
- const filterSensitiveLog: (obj: ListGatewaysOutput) => any;
164
- }
165
- export interface PutMaintenanceStartTimeInput {
166
-
167
- GatewayArn: string | undefined;
168
-
169
- HourOfDay: number | undefined;
170
-
171
- MinuteOfHour: number | undefined;
172
-
173
- DayOfWeek?: number;
174
-
175
- DayOfMonth?: number;
176
- }
177
- export declare namespace PutMaintenanceStartTimeInput {
178
-
179
- const filterSensitiveLog: (obj: PutMaintenanceStartTimeInput) => any;
180
- }
181
- export interface PutMaintenanceStartTimeOutput {
182
-
183
- GatewayArn?: string;
184
- }
185
- export declare namespace PutMaintenanceStartTimeOutput {
186
-
187
- const filterSensitiveLog: (obj: PutMaintenanceStartTimeOutput) => any;
188
- }
189
- export interface TestHypervisorConfigurationInput {
190
-
191
- GatewayArn: string | undefined;
192
-
193
- Host: string | undefined;
194
-
195
- Username?: string;
196
-
197
- Password?: string;
198
- }
199
- export declare namespace TestHypervisorConfigurationInput {
200
-
201
- const filterSensitiveLog: (obj: TestHypervisorConfigurationInput) => any;
202
- }
203
- export interface TestHypervisorConfigurationOutput {
204
- }
205
- export declare namespace TestHypervisorConfigurationOutput {
206
-
207
- const filterSensitiveLog: (obj: TestHypervisorConfigurationOutput) => any;
208
- }
209
- export interface UpdateGatewayInformationInput {
210
-
211
- GatewayArn: string | undefined;
212
-
213
- GatewayDisplayName?: string;
214
- }
215
- export declare namespace UpdateGatewayInformationInput {
216
-
217
- const filterSensitiveLog: (obj: UpdateGatewayInformationInput) => any;
218
- }
219
- export interface UpdateGatewayInformationOutput {
220
-
221
- GatewayArn?: string;
222
- }
223
- export declare namespace UpdateGatewayInformationOutput {
224
-
225
- const filterSensitiveLog: (obj: UpdateGatewayInformationOutput) => any;
226
- }
227
- export interface DeleteHypervisorInput {
228
-
229
- HypervisorArn: string | undefined;
230
- }
231
- export declare namespace DeleteHypervisorInput {
232
-
233
- const filterSensitiveLog: (obj: DeleteHypervisorInput) => any;
234
- }
235
- export interface DeleteHypervisorOutput {
236
-
237
- HypervisorArn?: string;
238
- }
239
- export declare namespace DeleteHypervisorOutput {
240
-
241
- const filterSensitiveLog: (obj: DeleteHypervisorOutput) => any;
242
- }
243
- export interface ImportHypervisorConfigurationInput {
244
-
245
- Name: string | undefined;
246
-
247
- Host: string | undefined;
248
-
249
- Username?: string;
250
-
251
- Password?: string;
252
-
253
- KmsKeyArn?: string;
254
-
255
- Tags?: Tag[];
256
- }
257
- export declare namespace ImportHypervisorConfigurationInput {
258
-
259
- const filterSensitiveLog: (obj: ImportHypervisorConfigurationInput) => any;
260
- }
261
- export interface ImportHypervisorConfigurationOutput {
262
-
263
- HypervisorArn?: string;
264
- }
265
- export declare namespace ImportHypervisorConfigurationOutput {
266
-
267
- const filterSensitiveLog: (obj: ImportHypervisorConfigurationOutput) => any;
268
- }
269
- export interface ListHypervisorsInput {
270
-
271
- MaxResults?: number;
272
-
273
- NextToken?: string;
274
- }
275
- export declare namespace ListHypervisorsInput {
276
-
277
- const filterSensitiveLog: (obj: ListHypervisorsInput) => any;
278
- }
279
- export declare enum HypervisorState {
280
- ERROR = "ERROR",
281
- OFFLINE = "OFFLINE",
282
- ONLINE = "ONLINE",
283
- PENDING = "PENDING"
284
- }
285
-
286
- export interface Hypervisor {
287
-
288
- Host?: string;
289
-
290
- HypervisorArn?: string;
291
-
292
- KmsKeyArn?: string;
293
-
294
- Name?: string;
295
-
296
- State?: HypervisorState | string;
297
- }
298
- export declare namespace Hypervisor {
299
-
300
- const filterSensitiveLog: (obj: Hypervisor) => any;
301
- }
302
- export interface ListHypervisorsOutput {
303
-
304
- Hypervisors?: Hypervisor[];
305
-
306
- NextToken?: string;
307
- }
308
- export declare namespace ListHypervisorsOutput {
309
-
310
- const filterSensitiveLog: (obj: ListHypervisorsOutput) => any;
311
- }
312
- export interface UpdateHypervisorInput {
313
-
314
- HypervisorArn: string | undefined;
315
-
316
- Host?: string;
317
-
318
- Username?: string;
319
-
320
- Password?: string;
321
- }
322
- export declare namespace UpdateHypervisorInput {
323
-
324
- const filterSensitiveLog: (obj: UpdateHypervisorInput) => any;
325
- }
326
- export interface UpdateHypervisorOutput {
327
-
328
- HypervisorArn?: string;
329
- }
330
- export declare namespace UpdateHypervisorOutput {
331
-
332
- const filterSensitiveLog: (obj: UpdateHypervisorOutput) => any;
333
- }
334
- export interface ListTagsForResourceInput {
335
-
336
- ResourceArn: string | undefined;
337
- }
338
- export declare namespace ListTagsForResourceInput {
339
-
340
- const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
341
- }
342
- export interface ListTagsForResourceOutput {
343
-
344
- ResourceArn?: string;
345
-
346
- Tags?: Tag[];
347
- }
348
- export declare namespace ListTagsForResourceOutput {
349
-
350
- const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
351
- }
352
- export interface ListVirtualMachinesInput {
353
-
354
- MaxResults?: number;
355
-
356
- NextToken?: string;
357
- }
358
- export declare namespace ListVirtualMachinesInput {
359
-
360
- const filterSensitiveLog: (obj: ListVirtualMachinesInput) => any;
361
- }
362
-
363
- export interface VirtualMachine {
364
-
365
- HostName?: string;
366
-
367
- HypervisorId?: string;
368
-
369
- Name?: string;
370
-
371
- Path?: string;
372
-
373
- ResourceArn?: string;
374
-
375
- LastBackupDate?: Date;
376
- }
377
- export declare namespace VirtualMachine {
378
-
379
- const filterSensitiveLog: (obj: VirtualMachine) => any;
380
- }
381
- export interface ListVirtualMachinesOutput {
382
-
383
- VirtualMachines?: VirtualMachine[];
384
-
385
- NextToken?: string;
386
- }
387
- export declare namespace ListVirtualMachinesOutput {
388
-
389
- const filterSensitiveLog: (obj: ListVirtualMachinesOutput) => any;
390
- }
391
- export interface TagResourceInput {
392
-
393
- ResourceARN: string | undefined;
394
-
395
- Tags: Tag[] | undefined;
396
- }
397
- export declare namespace TagResourceInput {
398
-
399
- const filterSensitiveLog: (obj: TagResourceInput) => any;
400
- }
401
- export interface TagResourceOutput {
402
-
403
- ResourceARN?: string;
404
- }
405
- export declare namespace TagResourceOutput {
406
-
407
- const filterSensitiveLog: (obj: TagResourceOutput) => any;
408
- }
409
- export interface UntagResourceInput {
410
-
411
- ResourceARN: string | undefined;
412
-
413
- TagKeys: string[] | undefined;
414
- }
415
- export declare namespace UntagResourceInput {
416
-
417
- const filterSensitiveLog: (obj: UntagResourceInput) => any;
418
- }
419
- export interface UntagResourceOutput {
420
-
421
- ResourceARN?: string;
422
- }
423
- export declare namespace UntagResourceOutput {
424
-
425
- const filterSensitiveLog: (obj: UntagResourceOutput) => any;
426
- }
@@ -1,6 +0,0 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { BackupGateway } from "../BackupGateway";
3
- import { BackupGatewayClient } from "../BackupGatewayClient";
4
- export interface BackupGatewayPaginationConfiguration extends PaginationConfiguration {
5
- client: BackupGateway | BackupGatewayClient;
6
- }
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "../commands/ListGatewaysCommand";
3
- import { BackupGatewayPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListGateways(config: BackupGatewayPaginationConfiguration, input: ListGatewaysCommandInput, ...additionalArguments: any): Paginator<ListGatewaysCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListHypervisorsCommandInput, ListHypervisorsCommandOutput } from "../commands/ListHypervisorsCommand";
3
- import { BackupGatewayPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListHypervisors(config: BackupGatewayPaginationConfiguration, input: ListHypervisorsCommandInput, ...additionalArguments: any): Paginator<ListHypervisorsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput } from "../commands/ListVirtualMachinesCommand";
3
- import { BackupGatewayPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListVirtualMachines(config: BackupGatewayPaginationConfiguration, input: ListVirtualMachinesCommandInput, ...additionalArguments: any): Paginator<ListVirtualMachinesCommandOutput>;
@@ -1,4 +0,0 @@
1
- export * from "./Interfaces";
2
- export * from "./ListGatewaysPaginator";
3
- export * from "./ListHypervisorsPaginator";
4
- export * from "./ListVirtualMachinesPaginator";
@@ -1,50 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AssociateGatewayToServerCommandInput, AssociateGatewayToServerCommandOutput } from "../commands/AssociateGatewayToServerCommand";
4
- import { CreateGatewayCommandInput, CreateGatewayCommandOutput } from "../commands/CreateGatewayCommand";
5
- import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "../commands/DeleteGatewayCommand";
6
- import { DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput } from "../commands/DeleteHypervisorCommand";
7
- import { DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput } from "../commands/DisassociateGatewayFromServerCommand";
8
- import { ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput } from "../commands/ImportHypervisorConfigurationCommand";
9
- import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "../commands/ListGatewaysCommand";
10
- import { ListHypervisorsCommandInput, ListHypervisorsCommandOutput } from "../commands/ListHypervisorsCommand";
11
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
12
- import { ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput } from "../commands/ListVirtualMachinesCommand";
13
- import { PutMaintenanceStartTimeCommandInput, PutMaintenanceStartTimeCommandOutput } from "../commands/PutMaintenanceStartTimeCommand";
14
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
15
- import { TestHypervisorConfigurationCommandInput, TestHypervisorConfigurationCommandOutput } from "../commands/TestHypervisorConfigurationCommand";
16
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
17
- import { UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput } from "../commands/UpdateGatewayInformationCommand";
18
- import { UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput } from "../commands/UpdateHypervisorCommand";
19
- export declare const serializeAws_json1_0AssociateGatewayToServerCommand: (input: AssociateGatewayToServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
- export declare const serializeAws_json1_0CreateGatewayCommand: (input: CreateGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
- export declare const serializeAws_json1_0DeleteGatewayCommand: (input: DeleteGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
- export declare const serializeAws_json1_0DeleteHypervisorCommand: (input: DeleteHypervisorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
- export declare const serializeAws_json1_0DisassociateGatewayFromServerCommand: (input: DisassociateGatewayFromServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- export declare const serializeAws_json1_0ImportHypervisorConfigurationCommand: (input: ImportHypervisorConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- export declare const serializeAws_json1_0ListGatewaysCommand: (input: ListGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- export declare const serializeAws_json1_0ListHypervisorsCommand: (input: ListHypervisorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_json1_0ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_json1_0ListVirtualMachinesCommand: (input: ListVirtualMachinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_json1_0PutMaintenanceStartTimeCommand: (input: PutMaintenanceStartTimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_json1_0TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_json1_0TestHypervisorConfigurationCommand: (input: TestHypervisorConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_json1_0UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_json1_0UpdateGatewayInformationCommand: (input: UpdateGatewayInformationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_json1_0UpdateHypervisorCommand: (input: UpdateHypervisorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const deserializeAws_json1_0AssociateGatewayToServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateGatewayToServerCommandOutput>;
36
- export declare const deserializeAws_json1_0CreateGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGatewayCommandOutput>;
37
- export declare const deserializeAws_json1_0DeleteGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGatewayCommandOutput>;
38
- export declare const deserializeAws_json1_0DeleteHypervisorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHypervisorCommandOutput>;
39
- export declare const deserializeAws_json1_0DisassociateGatewayFromServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateGatewayFromServerCommandOutput>;
40
- export declare const deserializeAws_json1_0ImportHypervisorConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportHypervisorConfigurationCommandOutput>;
41
- export declare const deserializeAws_json1_0ListGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGatewaysCommandOutput>;
42
- export declare const deserializeAws_json1_0ListHypervisorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHypervisorsCommandOutput>;
43
- export declare const deserializeAws_json1_0ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
44
- export declare const deserializeAws_json1_0ListVirtualMachinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVirtualMachinesCommandOutput>;
45
- export declare const deserializeAws_json1_0PutMaintenanceStartTimeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMaintenanceStartTimeCommandOutput>;
46
- export declare const deserializeAws_json1_0TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
47
- export declare const deserializeAws_json1_0TestHypervisorConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestHypervisorConfigurationCommandOutput>;
48
- export declare const deserializeAws_json1_0UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
49
- export declare const deserializeAws_json1_0UpdateGatewayInformationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGatewayInformationCommandOutput>;
50
- export declare const deserializeAws_json1_0UpdateHypervisorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHypervisorCommandOutput>;
@@ -1,38 +0,0 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { BackupGatewayClientConfig } from "./BackupGatewayClient";
3
-
4
- export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
@@ -1,38 +0,0 @@
1
- import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
- import { BackupGatewayClientConfig } from "./BackupGatewayClient";
3
-
4
- export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<string>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
@@ -1,37 +0,0 @@
1
- import { BackupGatewayClientConfig } from "./BackupGatewayClient";
2
-
3
- export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
4
- runtime: string;
5
- sha256: import("@aws-sdk/types").HashConstructor;
6
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
- apiVersion: string;
8
- urlParser: import("@aws-sdk/types").UrlParser;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- streamCollector: import("@aws-sdk/types").StreamCollector;
11
- base64Decoder: import("@aws-sdk/types").Decoder;
12
- base64Encoder: import("@aws-sdk/types").Encoder;
13
- utf8Decoder: import("@aws-sdk/types").Decoder;
14
- utf8Encoder: import("@aws-sdk/types").Encoder;
15
- disableHostPrefix: boolean;
16
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
- retryMode: string | import("@aws-sdk/types").Provider<string>;
18
- logger: import("@aws-sdk/types").Logger;
19
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
- serviceId: string;
22
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
27
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
- tls?: boolean | undefined;
29
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
- signingEscapePath?: boolean | undefined;
33
- systemClockOffset?: number | undefined;
34
- signingRegion?: string | undefined;
35
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
- };
@@ -1,11 +0,0 @@
1
- import { Logger as __Logger } from "@aws-sdk/types";
2
- import { BackupGatewayClientConfig } from "./BackupGatewayClient";
3
-
4
- export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
5
- apiVersion: string;
6
- disableHostPrefix: boolean;
7
- logger: __Logger;
8
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
9
- serviceId: string;
10
- urlParser: import("@aws-sdk/types").UrlParser;
11
- };