@aws-sdk/client-backup-gateway 3.169.0 → 3.171.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 (38) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/BackupGateway.d.ts +310 -95
  3. package/dist-types/ts3.4/BackupGatewayClient.d.ts +213 -91
  4. package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/index.d.ts +18 -18
  23. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  24. package/dist-types/ts3.4/index.d.ts +6 -6
  25. package/dist-types/ts3.4/models/BackupGatewayServiceException.d.ts +7 -6
  26. package/dist-types/ts3.4/models/index.d.ts +1 -1
  27. package/dist-types/ts3.4/models/models_0.d.ts +342 -410
  28. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  29. package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +11 -4
  30. package/dist-types/ts3.4/pagination/ListHypervisorsPaginator.d.ts +11 -4
  31. package/dist-types/ts3.4/pagination/ListVirtualMachinesPaginator.d.ts +11 -4
  32. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  33. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +221 -56
  34. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  35. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  36. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  37. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  38. package/package.json +34 -34
@@ -1,17 +1,39 @@
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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BackupGatewayClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BackupGatewayClient";
13
+ import {
14
+ ImportHypervisorConfigurationInput,
15
+ ImportHypervisorConfigurationOutput,
16
+ } from "../models/models_0";
17
+ export interface ImportHypervisorConfigurationCommandInput
18
+ extends ImportHypervisorConfigurationInput {}
19
+ export interface ImportHypervisorConfigurationCommandOutput
20
+ extends ImportHypervisorConfigurationOutput,
21
+ __MetadataBearer {}
22
+ export declare class ImportHypervisorConfigurationCommand extends $Command<
23
+ ImportHypervisorConfigurationCommandInput,
24
+ ImportHypervisorConfigurationCommandOutput,
25
+ BackupGatewayClientResolvedConfig
26
+ > {
27
+ readonly input: ImportHypervisorConfigurationCommandInput;
28
+ constructor(input: ImportHypervisorConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: BackupGatewayClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ImportHypervisorConfigurationCommandInput,
35
+ ImportHypervisorConfigurationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BackupGatewayClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BackupGatewayClient";
13
+ import { ListGatewaysInput, ListGatewaysOutput } from "../models/models_0";
14
+ export interface ListGatewaysCommandInput extends ListGatewaysInput {}
15
+ export interface ListGatewaysCommandOutput
16
+ extends ListGatewaysOutput,
17
+ __MetadataBearer {}
18
+ export declare class ListGatewaysCommand extends $Command<
19
+ ListGatewaysCommandInput,
20
+ ListGatewaysCommandOutput,
21
+ BackupGatewayClientResolvedConfig
22
+ > {
23
+ readonly input: ListGatewaysCommandInput;
24
+ constructor(input: ListGatewaysCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: BackupGatewayClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListGatewaysCommandInput, ListGatewaysCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BackupGatewayClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BackupGatewayClient";
13
+ import {
14
+ ListHypervisorsInput,
15
+ ListHypervisorsOutput,
16
+ } from "../models/models_0";
17
+ export interface ListHypervisorsCommandInput extends ListHypervisorsInput {}
18
+ export interface ListHypervisorsCommandOutput
19
+ extends ListHypervisorsOutput,
20
+ __MetadataBearer {}
21
+ export declare class ListHypervisorsCommand extends $Command<
22
+ ListHypervisorsCommandInput,
23
+ ListHypervisorsCommandOutput,
24
+ BackupGatewayClientResolvedConfig
25
+ > {
26
+ readonly input: ListHypervisorsCommandInput;
27
+ constructor(input: ListHypervisorsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: BackupGatewayClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListHypervisorsCommandInput, ListHypervisorsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BackupGatewayClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BackupGatewayClient";
13
+ import {
14
+ ListTagsForResourceInput,
15
+ ListTagsForResourceOutput,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceInput {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceOutput,
21
+ __MetadataBearer {}
22
+ export declare class ListTagsForResourceCommand extends $Command<
23
+ ListTagsForResourceCommandInput,
24
+ ListTagsForResourceCommandOutput,
25
+ BackupGatewayClientResolvedConfig
26
+ > {
27
+ readonly input: ListTagsForResourceCommandInput;
28
+ constructor(input: ListTagsForResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: BackupGatewayClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,36 @@
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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BackupGatewayClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BackupGatewayClient";
13
+ import {
14
+ ListVirtualMachinesInput,
15
+ ListVirtualMachinesOutput,
16
+ } from "../models/models_0";
17
+ export interface ListVirtualMachinesCommandInput
18
+ extends ListVirtualMachinesInput {}
19
+ export interface ListVirtualMachinesCommandOutput
20
+ extends ListVirtualMachinesOutput,
21
+ __MetadataBearer {}
22
+ export declare class ListVirtualMachinesCommand extends $Command<
23
+ ListVirtualMachinesCommandInput,
24
+ ListVirtualMachinesCommandOutput,
25
+ BackupGatewayClientResolvedConfig
26
+ > {
27
+ readonly input: ListVirtualMachinesCommandInput;
28
+ constructor(input: ListVirtualMachinesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: BackupGatewayClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BackupGatewayClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BackupGatewayClient";
13
+ import {
14
+ PutMaintenanceStartTimeInput,
15
+ PutMaintenanceStartTimeOutput,
16
+ } from "../models/models_0";
17
+ export interface PutMaintenanceStartTimeCommandInput
18
+ extends PutMaintenanceStartTimeInput {}
19
+ export interface PutMaintenanceStartTimeCommandOutput
20
+ extends PutMaintenanceStartTimeOutput,
21
+ __MetadataBearer {}
22
+ export declare class PutMaintenanceStartTimeCommand extends $Command<
23
+ PutMaintenanceStartTimeCommandInput,
24
+ PutMaintenanceStartTimeCommandOutput,
25
+ BackupGatewayClientResolvedConfig
26
+ > {
27
+ readonly input: PutMaintenanceStartTimeCommandInput;
28
+ constructor(input: PutMaintenanceStartTimeCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: BackupGatewayClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ PutMaintenanceStartTimeCommandInput,
35
+ PutMaintenanceStartTimeCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BackupGatewayClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BackupGatewayClient";
13
+ import { TagResourceInput, TagResourceOutput } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceInput {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceOutput,
17
+ __MetadataBearer {}
18
+ export declare class TagResourceCommand extends $Command<
19
+ TagResourceCommandInput,
20
+ TagResourceCommandOutput,
21
+ BackupGatewayClientResolvedConfig
22
+ > {
23
+ readonly input: TagResourceCommandInput;
24
+ constructor(input: TagResourceCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: BackupGatewayClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BackupGatewayClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BackupGatewayClient";
13
+ import {
14
+ TestHypervisorConfigurationInput,
15
+ TestHypervisorConfigurationOutput,
16
+ } from "../models/models_0";
17
+ export interface TestHypervisorConfigurationCommandInput
18
+ extends TestHypervisorConfigurationInput {}
19
+ export interface TestHypervisorConfigurationCommandOutput
20
+ extends TestHypervisorConfigurationOutput,
21
+ __MetadataBearer {}
22
+ export declare class TestHypervisorConfigurationCommand extends $Command<
23
+ TestHypervisorConfigurationCommandInput,
24
+ TestHypervisorConfigurationCommandOutput,
25
+ BackupGatewayClientResolvedConfig
26
+ > {
27
+ readonly input: TestHypervisorConfigurationCommandInput;
28
+ constructor(input: TestHypervisorConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: BackupGatewayClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ TestHypervisorConfigurationCommandInput,
35
+ TestHypervisorConfigurationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BackupGatewayClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BackupGatewayClient";
13
+ import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
14
+ export interface UntagResourceCommandInput extends UntagResourceInput {}
15
+ export interface UntagResourceCommandOutput
16
+ extends UntagResourceOutput,
17
+ __MetadataBearer {}
18
+ export declare class UntagResourceCommand extends $Command<
19
+ UntagResourceCommandInput,
20
+ UntagResourceCommandOutput,
21
+ BackupGatewayClientResolvedConfig
22
+ > {
23
+ readonly input: UntagResourceCommandInput;
24
+ constructor(input: UntagResourceCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: BackupGatewayClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BackupGatewayClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BackupGatewayClient";
13
+ import {
14
+ UpdateGatewayInformationInput,
15
+ UpdateGatewayInformationOutput,
16
+ } from "../models/models_0";
17
+ export interface UpdateGatewayInformationCommandInput
18
+ extends UpdateGatewayInformationInput {}
19
+ export interface UpdateGatewayInformationCommandOutput
20
+ extends UpdateGatewayInformationOutput,
21
+ __MetadataBearer {}
22
+ export declare class UpdateGatewayInformationCommand extends $Command<
23
+ UpdateGatewayInformationCommandInput,
24
+ UpdateGatewayInformationCommandOutput,
25
+ BackupGatewayClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateGatewayInformationCommandInput;
28
+ constructor(input: UpdateGatewayInformationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: BackupGatewayClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateGatewayInformationCommandInput,
35
+ UpdateGatewayInformationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { UpdateGatewaySoftwareNowInput, UpdateGatewaySoftwareNowOutput } from "../models/models_0";
5
- export interface UpdateGatewaySoftwareNowCommandInput extends UpdateGatewaySoftwareNowInput {
6
- }
7
- export interface UpdateGatewaySoftwareNowCommandOutput extends UpdateGatewaySoftwareNowOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateGatewaySoftwareNowCommand extends $Command<UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput, BackupGatewayClientResolvedConfig> {
11
- readonly input: UpdateGatewaySoftwareNowCommandInput;
12
- constructor(input: UpdateGatewaySoftwareNowCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BackupGatewayClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BackupGatewayClient";
13
+ import {
14
+ UpdateGatewaySoftwareNowInput,
15
+ UpdateGatewaySoftwareNowOutput,
16
+ } from "../models/models_0";
17
+ export interface UpdateGatewaySoftwareNowCommandInput
18
+ extends UpdateGatewaySoftwareNowInput {}
19
+ export interface UpdateGatewaySoftwareNowCommandOutput
20
+ extends UpdateGatewaySoftwareNowOutput,
21
+ __MetadataBearer {}
22
+ export declare class UpdateGatewaySoftwareNowCommand extends $Command<
23
+ UpdateGatewaySoftwareNowCommandInput,
24
+ UpdateGatewaySoftwareNowCommandOutput,
25
+ BackupGatewayClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateGatewaySoftwareNowCommandInput;
28
+ constructor(input: UpdateGatewaySoftwareNowCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: BackupGatewayClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateGatewaySoftwareNowCommandInput,
35
+ UpdateGatewaySoftwareNowCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }