@aws-sdk/client-backup-gateway 3.477.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AssociateGatewayToServerCommand.js +18 -41
- package/dist-cjs/commands/CreateGatewayCommand.js +18 -41
- package/dist-cjs/commands/DeleteGatewayCommand.js +18 -41
- package/dist-cjs/commands/DeleteHypervisorCommand.js +18 -41
- package/dist-cjs/commands/DisassociateGatewayFromServerCommand.js +18 -41
- package/dist-cjs/commands/GetBandwidthRateLimitScheduleCommand.js +18 -41
- package/dist-cjs/commands/GetGatewayCommand.js +18 -41
- package/dist-cjs/commands/GetHypervisorCommand.js +18 -41
- package/dist-cjs/commands/GetHypervisorPropertyMappingsCommand.js +18 -41
- package/dist-cjs/commands/GetVirtualMachineCommand.js +18 -41
- package/dist-cjs/commands/ImportHypervisorConfigurationCommand.js +18 -41
- package/dist-cjs/commands/ListGatewaysCommand.js +18 -41
- package/dist-cjs/commands/ListHypervisorsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListVirtualMachinesCommand.js +18 -41
- package/dist-cjs/commands/PutBandwidthRateLimitScheduleCommand.js +18 -41
- package/dist-cjs/commands/PutHypervisorPropertyMappingsCommand.js +18 -41
- package/dist-cjs/commands/PutMaintenanceStartTimeCommand.js +18 -41
- package/dist-cjs/commands/StartVirtualMachinesMetadataSyncCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/TestHypervisorConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateGatewayInformationCommand.js +18 -41
- package/dist-cjs/commands/UpdateGatewaySoftwareNowCommand.js +18 -41
- package/dist-cjs/commands/UpdateHypervisorCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListGatewaysPaginator.js +2 -24
- package/dist-cjs/pagination/ListHypervisorsPaginator.js +2 -24
- package/dist-cjs/pagination/ListVirtualMachinesPaginator.js +2 -24
- package/dist-es/commands/AssociateGatewayToServerCommand.js +18 -41
- package/dist-es/commands/CreateGatewayCommand.js +18 -41
- package/dist-es/commands/DeleteGatewayCommand.js +18 -41
- package/dist-es/commands/DeleteHypervisorCommand.js +18 -41
- package/dist-es/commands/DisassociateGatewayFromServerCommand.js +18 -41
- package/dist-es/commands/GetBandwidthRateLimitScheduleCommand.js +18 -41
- package/dist-es/commands/GetGatewayCommand.js +18 -41
- package/dist-es/commands/GetHypervisorCommand.js +18 -41
- package/dist-es/commands/GetHypervisorPropertyMappingsCommand.js +18 -41
- package/dist-es/commands/GetVirtualMachineCommand.js +18 -41
- package/dist-es/commands/ImportHypervisorConfigurationCommand.js +18 -41
- package/dist-es/commands/ListGatewaysCommand.js +18 -41
- package/dist-es/commands/ListHypervisorsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListVirtualMachinesCommand.js +18 -41
- package/dist-es/commands/PutBandwidthRateLimitScheduleCommand.js +18 -41
- package/dist-es/commands/PutHypervisorPropertyMappingsCommand.js +18 -41
- package/dist-es/commands/PutMaintenanceStartTimeCommand.js +18 -41
- package/dist-es/commands/StartVirtualMachinesMetadataSyncCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/TestHypervisorConfigurationCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateGatewayInformationCommand.js +18 -41
- package/dist-es/commands/UpdateGatewaySoftwareNowCommand.js +18 -41
- package/dist-es/commands/UpdateHypervisorCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListGatewaysPaginator.js +2 -23
- package/dist-es/pagination/ListHypervisorsPaginator.js +2 -23
- package/dist-es/pagination/ListVirtualMachinesPaginator.js +2 -23
- package/dist-types/commands/AssociateGatewayToServerCommand.d.ts +6 -21
- package/dist-types/commands/CreateGatewayCommand.d.ts +6 -21
- package/dist-types/commands/DeleteGatewayCommand.d.ts +6 -21
- package/dist-types/commands/DeleteHypervisorCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateGatewayFromServerCommand.d.ts +6 -21
- package/dist-types/commands/GetBandwidthRateLimitScheduleCommand.d.ts +6 -21
- package/dist-types/commands/GetGatewayCommand.d.ts +6 -21
- package/dist-types/commands/GetHypervisorCommand.d.ts +6 -21
- package/dist-types/commands/GetHypervisorPropertyMappingsCommand.d.ts +6 -21
- package/dist-types/commands/GetVirtualMachineCommand.d.ts +6 -21
- package/dist-types/commands/ImportHypervisorConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/ListGatewaysCommand.d.ts +6 -21
- package/dist-types/commands/ListHypervisorsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListVirtualMachinesCommand.d.ts +6 -21
- package/dist-types/commands/PutBandwidthRateLimitScheduleCommand.d.ts +6 -21
- package/dist-types/commands/PutHypervisorPropertyMappingsCommand.d.ts +6 -21
- package/dist-types/commands/PutMaintenanceStartTimeCommand.d.ts +6 -21
- package/dist-types/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/TestHypervisorConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +6 -21
- package/dist-types/commands/UpdateHypervisorCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListGatewaysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListHypervisorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVirtualMachinesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetBandwidthRateLimitScheduleCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetHypervisorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetHypervisorPropertyMappingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetVirtualMachineCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutBandwidthRateLimitScheduleCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutHypervisorPropertyMappingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListHypervisorsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListVirtualMachinesPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
|
|
5
4
|
import { CreateGatewayInput, CreateGatewayOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateGatewayCommandInput extends CreateGatewayInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateGatewayCommandOutput extends CreateGatewayOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateGatewayCommand_base: {
|
|
24
|
+
new (input: CreateGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGatewayCommandInput, CreateGatewayCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a backup gateway. After you create a gateway, you can associate it with a server
|
|
@@ -70,23 +73,5 @@ export interface CreateGatewayCommandOutput extends CreateGatewayOutput, __Metad
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from BackupGateway service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class CreateGatewayCommand extends
|
|
74
|
-
readonly input: CreateGatewayCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: CreateGatewayCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGatewayCommandInput, CreateGatewayCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class CreateGatewayCommand extends CreateGatewayCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
|
|
5
4
|
import { DeleteGatewayInput, DeleteGatewayOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteGatewayCommandInput extends DeleteGatewayInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteGatewayCommandOutput extends DeleteGatewayOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteGatewayCommand_base: {
|
|
24
|
+
new (input: DeleteGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a backup gateway.</p>
|
|
@@ -64,23 +67,5 @@ export interface DeleteGatewayCommandOutput extends DeleteGatewayOutput, __Metad
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from BackupGateway service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class DeleteGatewayCommand extends
|
|
68
|
-
readonly input: DeleteGatewayCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: DeleteGatewayCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGatewayCommandInput, DeleteGatewayCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class DeleteGatewayCommand extends DeleteGatewayCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
|
|
5
4
|
import { DeleteHypervisorInput, DeleteHypervisorOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteHypervisorCommandInput extends DeleteHypervisorInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteHypervisorCommandOutput extends DeleteHypervisorOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteHypervisorCommand_base: {
|
|
24
|
+
new (input: DeleteHypervisorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a hypervisor.</p>
|
|
@@ -70,23 +73,5 @@ export interface DeleteHypervisorCommandOutput extends DeleteHypervisorOutput, _
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from BackupGateway service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class DeleteHypervisorCommand extends
|
|
74
|
-
readonly input: DeleteHypervisorCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: DeleteHypervisorCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class DeleteHypervisorCommand extends DeleteHypervisorCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
|
|
5
4
|
import { DisassociateGatewayFromServerInput, DisassociateGatewayFromServerOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisassociateGatewayFromServerCommandInput extends DisassociateG
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisassociateGatewayFromServerCommandOutput extends DisassociateGatewayFromServerOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisassociateGatewayFromServerCommand_base: {
|
|
24
|
+
new (input: DisassociateGatewayFromServerCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Disassociates a backup gateway from the specified server. After the disassociation process
|
|
@@ -68,23 +71,5 @@ export interface DisassociateGatewayFromServerCommandOutput extends Disassociate
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from BackupGateway service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class DisassociateGatewayFromServerCommand extends
|
|
72
|
-
readonly input: DisassociateGatewayFromServerCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: DisassociateGatewayFromServerCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class DisassociateGatewayFromServerCommand extends DisassociateGatewayFromServerCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
|
|
5
4
|
import { GetBandwidthRateLimitScheduleInput, GetBandwidthRateLimitScheduleOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetBandwidthRateLimitScheduleCommandInput extends GetBandwidthR
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetBandwidthRateLimitScheduleCommandOutput extends GetBandwidthRateLimitScheduleOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetBandwidthRateLimitScheduleCommand_base: {
|
|
24
|
+
new (input: GetBandwidthRateLimitScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<GetBandwidthRateLimitScheduleCommandInput, GetBandwidthRateLimitScheduleCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the bandwidth rate limit schedule for a specified gateway.
|
|
@@ -79,23 +82,5 @@ export interface GetBandwidthRateLimitScheduleCommandOutput extends GetBandwidth
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from BackupGateway service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class GetBandwidthRateLimitScheduleCommand extends
|
|
83
|
-
readonly input: GetBandwidthRateLimitScheduleCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: GetBandwidthRateLimitScheduleCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBandwidthRateLimitScheduleCommandInput, GetBandwidthRateLimitScheduleCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class GetBandwidthRateLimitScheduleCommand extends GetBandwidthRateLimitScheduleCommand_base {
|
|
101
86
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
|
|
5
4
|
import { GetGatewayInput, GetGatewayOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetGatewayCommandInput extends GetGatewayInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetGatewayCommandOutput extends GetGatewayOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetGatewayCommand_base: {
|
|
24
|
+
new (input: GetGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<GetGatewayCommandInput, GetGatewayCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>By providing the ARN (Amazon Resource Name), this
|
|
@@ -79,23 +82,5 @@ export interface GetGatewayCommandOutput extends GetGatewayOutput, __MetadataBea
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from BackupGateway service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class GetGatewayCommand extends
|
|
83
|
-
readonly input: GetGatewayCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: GetGatewayCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGatewayCommandInput, GetGatewayCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class GetGatewayCommand extends GetGatewayCommand_base {
|
|
101
86
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
|
|
5
4
|
import { GetHypervisorInput, GetHypervisorOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetHypervisorCommandInput extends GetHypervisorInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetHypervisorCommandOutput extends GetHypervisorOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetHypervisorCommand_base: {
|
|
24
|
+
new (input: GetHypervisorCommandInput): import("@smithy/smithy-client").CommandImpl<GetHypervisorCommandInput, GetHypervisorCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>This action requests information about the specified hypervisor to which the gateway will connect.
|
|
@@ -76,23 +79,5 @@ export interface GetHypervisorCommandOutput extends GetHypervisorOutput, __Metad
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from BackupGateway service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class GetHypervisorCommand extends
|
|
80
|
-
readonly input: GetHypervisorCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: GetHypervisorCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetHypervisorCommandInput, GetHypervisorCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class GetHypervisorCommand extends GetHypervisorCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
|
|
5
4
|
import { GetHypervisorPropertyMappingsInput, GetHypervisorPropertyMappingsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetHypervisorPropertyMappingsCommandInput extends GetHypervisor
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetHypervisorPropertyMappingsCommandOutput extends GetHypervisorPropertyMappingsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetHypervisorPropertyMappingsCommand_base: {
|
|
24
|
+
new (input: GetHypervisorPropertyMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetHypervisorPropertyMappingsCommandInput, GetHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>This action retrieves the property mappings for the specified hypervisor.
|
|
@@ -75,23 +78,5 @@ export interface GetHypervisorPropertyMappingsCommandOutput extends GetHyperviso
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from BackupGateway service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class GetHypervisorPropertyMappingsCommand extends
|
|
79
|
-
readonly input: GetHypervisorPropertyMappingsCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: GetHypervisorPropertyMappingsCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetHypervisorPropertyMappingsCommandInput, GetHypervisorPropertyMappingsCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class GetHypervisorPropertyMappingsCommand extends GetHypervisorPropertyMappingsCommand_base {
|
|
97
82
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
|
|
5
4
|
import { GetVirtualMachineInput, GetVirtualMachineOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetVirtualMachineCommandInput extends GetVirtualMachineInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetVirtualMachineCommandOutput extends GetVirtualMachineOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetVirtualMachineCommand_base: {
|
|
24
|
+
new (input: GetVirtualMachineCommandInput): import("@smithy/smithy-client").CommandImpl<GetVirtualMachineCommandInput, GetVirtualMachineCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>By providing the ARN (Amazon Resource Name), this API returns the virtual machine.</p>
|
|
@@ -78,23 +81,5 @@ export interface GetVirtualMachineCommandOutput extends GetVirtualMachineOutput,
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from BackupGateway service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class GetVirtualMachineCommand extends
|
|
82
|
-
readonly input: GetVirtualMachineCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: GetVirtualMachineCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVirtualMachineCommandInput, GetVirtualMachineCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class GetVirtualMachineCommand extends GetVirtualMachineCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
|
|
5
4
|
import { ImportHypervisorConfigurationInput, ImportHypervisorConfigurationOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ImportHypervisorConfigurationCommandInput extends ImportHypervi
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ImportHypervisorConfigurationCommandOutput extends ImportHypervisorConfigurationOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ImportHypervisorConfigurationCommand_base: {
|
|
24
|
+
new (input: ImportHypervisorConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Connect to a hypervisor by importing its configuration.</p>
|
|
@@ -77,23 +80,5 @@ export interface ImportHypervisorConfigurationCommandOutput extends ImportHyperv
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from BackupGateway service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class ImportHypervisorConfigurationCommand extends
|
|
81
|
-
readonly input: ImportHypervisorConfigurationCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: ImportHypervisorConfigurationCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class ImportHypervisorConfigurationCommand extends ImportHypervisorConfigurationCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
|
|
5
4
|
import { ListGatewaysInput, ListGatewaysOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListGatewaysCommandInput extends ListGatewaysInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListGatewaysCommandOutput extends ListGatewaysOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListGatewaysCommand_base: {
|
|
24
|
+
new (input: ListGatewaysCommandInput): import("@smithy/smithy-client").CommandImpl<ListGatewaysCommandInput, ListGatewaysCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists backup gateways owned by an Amazon Web Services account in an Amazon Web Services Region. The returned list is ordered by gateway Amazon Resource Name (ARN).</p>
|
|
@@ -71,23 +74,5 @@ export interface ListGatewaysCommandOutput extends ListGatewaysOutput, __Metadat
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from BackupGateway service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class ListGatewaysCommand extends
|
|
75
|
-
readonly input: ListGatewaysCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: ListGatewaysCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGatewaysCommandInput, ListGatewaysCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class ListGatewaysCommand extends ListGatewaysCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
|
|
5
4
|
import { ListHypervisorsInput, ListHypervisorsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListHypervisorsCommandInput extends ListHypervisorsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListHypervisorsCommandOutput extends ListHypervisorsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListHypervisorsCommand_base: {
|
|
24
|
+
new (input: ListHypervisorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHypervisorsCommandInput, ListHypervisorsCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists your hypervisors.</p>
|
|
@@ -71,23 +74,5 @@ export interface ListHypervisorsCommandOutput extends ListHypervisorsOutput, __M
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from BackupGateway service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class ListHypervisorsCommand extends
|
|
75
|
-
readonly input: ListHypervisorsCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: ListHypervisorsCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHypervisorsCommandInput, ListHypervisorsCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class ListHypervisorsCommand extends ListHypervisorsCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
|
|
5
4
|
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the tags applied to the resource identified by its Amazon Resource Name
|
|
@@ -71,23 +74,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from BackupGateway service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class ListTagsForResourceCommand extends
|
|
75
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupGatewayClient";
|
|
5
4
|
import { ListVirtualMachinesInput, ListVirtualMachinesOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListVirtualMachinesCommandInput extends ListVirtualMachinesInpu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListVirtualMachinesCommandOutput extends ListVirtualMachinesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListVirtualMachinesCommand_base: {
|
|
24
|
+
new (input: ListVirtualMachinesCommandInput): import("@smithy/smithy-client").CommandImpl<ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput, BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists your virtual machines.</p>
|
|
@@ -73,23 +76,5 @@ export interface ListVirtualMachinesCommandOutput extends ListVirtualMachinesOut
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from BackupGateway service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class ListVirtualMachinesCommand extends
|
|
77
|
-
readonly input: ListVirtualMachinesCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: ListVirtualMachinesCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class ListVirtualMachinesCommand extends ListVirtualMachinesCommand_base {
|
|
95
80
|
}
|