@aws-sdk/client-backup-gateway 3.529.1 → 3.535.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-types/BackupGateway.d.ts +4 -1
- package/dist-types/BackupGatewayClient.d.ts +1 -1
- package/dist-types/commands/AssociateGatewayToServerCommand.d.ts +2 -1
- package/dist-types/commands/CreateGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteHypervisorCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateGatewayFromServerCommand.d.ts +2 -1
- package/dist-types/commands/GetBandwidthRateLimitScheduleCommand.d.ts +2 -1
- package/dist-types/commands/GetGatewayCommand.d.ts +2 -1
- package/dist-types/commands/GetHypervisorCommand.d.ts +2 -1
- package/dist-types/commands/GetHypervisorPropertyMappingsCommand.d.ts +2 -1
- package/dist-types/commands/GetVirtualMachineCommand.d.ts +2 -1
- package/dist-types/commands/ImportHypervisorConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/ListGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/ListHypervisorsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListVirtualMachinesCommand.d.ts +2 -1
- package/dist-types/commands/PutBandwidthRateLimitScheduleCommand.d.ts +2 -1
- package/dist-types/commands/PutHypervisorPropertyMappingsCommand.d.ts +2 -1
- package/dist-types/commands/PutMaintenanceStartTimeCommand.d.ts +2 -1
- package/dist-types/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/TestHypervisorConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +2 -1
- package/dist-types/commands/UpdateHypervisorCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +169 -169
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/BackupGateway.d.ts +3 -0
- package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBandwidthRateLimitScheduleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetHypervisorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetHypervisorPropertyMappingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetVirtualMachineCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutBandwidthRateLimitScheduleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutHypervisorPropertyMappingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
|
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@smithy/types").Decoder;
|
|
14
|
-
base64Encoder:
|
|
14
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
15
15
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
utf8Encoder:
|
|
16
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -5,7 +5,7 @@ import { BackupGatewayClientConfig } from "./BackupGatewayClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
|
|
6
6
|
apiVersion: string;
|
|
7
7
|
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
-
base64Encoder:
|
|
8
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger | undefined;
|
|
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
|
|
|
17
17
|
serviceId: string;
|
|
18
18
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
};
|
|
@@ -244,6 +244,7 @@ export interface BackupGateway {
|
|
|
244
244
|
options: __HttpHandlerOptions,
|
|
245
245
|
cb: (err: any, data?: ImportHypervisorConfigurationCommandOutput) => void
|
|
246
246
|
): void;
|
|
247
|
+
listGateways(): Promise<ListGatewaysCommandOutput>;
|
|
247
248
|
listGateways(
|
|
248
249
|
args: ListGatewaysCommandInput,
|
|
249
250
|
options?: __HttpHandlerOptions
|
|
@@ -257,6 +258,7 @@ export interface BackupGateway {
|
|
|
257
258
|
options: __HttpHandlerOptions,
|
|
258
259
|
cb: (err: any, data?: ListGatewaysCommandOutput) => void
|
|
259
260
|
): void;
|
|
261
|
+
listHypervisors(): Promise<ListHypervisorsCommandOutput>;
|
|
260
262
|
listHypervisors(
|
|
261
263
|
args: ListHypervisorsCommandInput,
|
|
262
264
|
options?: __HttpHandlerOptions
|
|
@@ -283,6 +285,7 @@ export interface BackupGateway {
|
|
|
283
285
|
options: __HttpHandlerOptions,
|
|
284
286
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
285
287
|
): void;
|
|
288
|
+
listVirtualMachines(): Promise<ListVirtualMachinesCommandOutput>;
|
|
286
289
|
listVirtualMachines(
|
|
287
290
|
args: ListVirtualMachinesCommandInput,
|
|
288
291
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const AssociateGatewayToServerCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AssociateGatewayToServerCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AssociateGatewayToServerCommandInput,
|
|
32
|
+
AssociateGatewayToServerCommandOutput,
|
|
33
|
+
BackupGatewayClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AssociateGatewayToServerCommand extends AssociateGatewayToServerCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateGatewayCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateGatewayCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateGatewayCommandInput,
|
|
28
|
+
CreateGatewayCommandOutput,
|
|
29
|
+
BackupGatewayClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateGatewayCommand extends CreateGatewayCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteGatewayCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteGatewayCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteGatewayCommandInput,
|
|
28
|
+
DeleteGatewayCommandOutput,
|
|
29
|
+
BackupGatewayClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteGatewayCommand extends DeleteGatewayCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteHypervisorCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteHypervisorCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteHypervisorCommandInput,
|
|
31
|
+
DeleteHypervisorCommandOutput,
|
|
32
|
+
BackupGatewayClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteHypervisorCommand extends DeleteHypervisorCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DisassociateGatewayFromServerCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DisassociateGatewayFromServerCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DisassociateGatewayFromServerCommandInput,
|
|
32
|
+
DisassociateGatewayFromServerCommandOutput,
|
|
33
|
+
BackupGatewayClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DisassociateGatewayFromServerCommand extends DisassociateGatewayFromServerCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetBandwidthRateLimitScheduleCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetBandwidthRateLimitScheduleCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetBandwidthRateLimitScheduleCommandInput,
|
|
32
|
+
GetBandwidthRateLimitScheduleCommandOutput,
|
|
33
|
+
BackupGatewayClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetBandwidthRateLimitScheduleCommand extends GetBandwidthRateLimitScheduleCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetGatewayCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetGatewayCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetGatewayCommandInput,
|
|
28
|
+
GetGatewayCommandOutput,
|
|
29
|
+
BackupGatewayClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetGatewayCommand extends GetGatewayCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetHypervisorCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetHypervisorCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetHypervisorCommandInput,
|
|
28
|
+
GetHypervisorCommandOutput,
|
|
29
|
+
BackupGatewayClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetHypervisorCommand extends GetHypervisorCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetHypervisorPropertyMappingsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetHypervisorPropertyMappingsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetHypervisorPropertyMappingsCommandInput,
|
|
32
|
+
GetHypervisorPropertyMappingsCommandOutput,
|
|
33
|
+
BackupGatewayClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetHypervisorPropertyMappingsCommand extends GetHypervisorPropertyMappingsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetVirtualMachineCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetVirtualMachineCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetVirtualMachineCommandInput,
|
|
31
|
+
GetVirtualMachineCommandOutput,
|
|
32
|
+
BackupGatewayClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetVirtualMachineCommand extends GetVirtualMachineCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ImportHypervisorConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ImportHypervisorConfigurationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ImportHypervisorConfigurationCommandInput,
|
|
32
|
+
ImportHypervisorConfigurationCommandOutput,
|
|
33
|
+
BackupGatewayClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ImportHypervisorConfigurationCommand extends ImportHypervisorConfigurationCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListGatewaysCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ListGatewaysCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListGatewaysCommandInput,
|
|
28
|
+
ListGatewaysCommandOutput,
|
|
29
|
+
BackupGatewayClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListGatewaysCommand extends ListGatewaysCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListHypervisorsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListHypervisorsCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListHypervisorsCommandInput,
|
|
31
|
+
ListHypervisorsCommandOutput,
|
|
32
|
+
BackupGatewayClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListHypervisorsCommand extends ListHypervisorsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListTagsForResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTagsForResourceCommandInput,
|
|
32
|
+
ListTagsForResourceCommandOutput,
|
|
33
|
+
BackupGatewayClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListVirtualMachinesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListVirtualMachinesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListVirtualMachinesCommandInput,
|
|
32
|
+
ListVirtualMachinesCommandOutput,
|
|
33
|
+
BackupGatewayClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListVirtualMachinesCommand extends ListVirtualMachinesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const PutBandwidthRateLimitScheduleCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: PutBandwidthRateLimitScheduleCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
PutBandwidthRateLimitScheduleCommandInput,
|
|
32
|
+
PutBandwidthRateLimitScheduleCommandOutput,
|
|
33
|
+
BackupGatewayClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class PutBandwidthRateLimitScheduleCommand extends PutBandwidthRateLimitScheduleCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const PutHypervisorPropertyMappingsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: PutHypervisorPropertyMappingsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
PutHypervisorPropertyMappingsCommandInput,
|
|
32
|
+
PutHypervisorPropertyMappingsCommandOutput,
|
|
33
|
+
BackupGatewayClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class PutHypervisorPropertyMappingsCommand extends PutHypervisorPropertyMappingsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const PutMaintenanceStartTimeCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: PutMaintenanceStartTimeCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
PutMaintenanceStartTimeCommandInput,
|
|
32
|
+
PutMaintenanceStartTimeCommandOutput,
|
|
33
|
+
BackupGatewayClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class PutMaintenanceStartTimeCommand extends PutMaintenanceStartTimeCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const StartVirtualMachinesMetadataSyncCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StartVirtualMachinesMetadataSyncCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StartVirtualMachinesMetadataSyncCommandInput,
|
|
32
|
+
StartVirtualMachinesMetadataSyncCommandOutput,
|
|
33
|
+
BackupGatewayClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class StartVirtualMachinesMetadataSyncCommand extends StartVirtualMachinesMetadataSyncCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: TagResourceCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
TagResourceCommandInput,
|
|
28
|
+
TagResourceCommandOutput,
|
|
29
|
+
BackupGatewayClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class TagResourceCommand extends TagResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const TestHypervisorConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: TestHypervisorConfigurationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
TestHypervisorConfigurationCommandInput,
|
|
32
|
+
TestHypervisorConfigurationCommandOutput,
|
|
33
|
+
BackupGatewayClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class TestHypervisorConfigurationCommand extends TestHypervisorConfigurationCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const UntagResourceCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: UntagResourceCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
UntagResourceCommandInput,
|
|
28
|
+
UntagResourceCommandOutput,
|
|
29
|
+
BackupGatewayClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateGatewayInformationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateGatewayInformationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateGatewayInformationCommandInput,
|
|
32
|
+
UpdateGatewayInformationCommandOutput,
|
|
33
|
+
BackupGatewayClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateGatewayInformationCommand extends UpdateGatewayInformationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateGatewaySoftwareNowCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateGatewaySoftwareNowCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateGatewaySoftwareNowCommandInput,
|
|
32
|
+
UpdateGatewaySoftwareNowCommandOutput,
|
|
33
|
+
BackupGatewayClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateGatewaySoftwareNowCommand extends UpdateGatewaySoftwareNowCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UpdateHypervisorCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UpdateHypervisorCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UpdateHypervisorCommandInput,
|
|
31
|
+
UpdateHypervisorCommandOutput,
|
|
32
|
+
BackupGatewayClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UpdateHypervisorCommand extends UpdateHypervisorCommand_base {}
|
|
@@ -25,9 +25,9 @@ export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
|
|
|
25
25
|
apiVersion: string;
|
|
26
26
|
urlParser: import("@smithy/types").UrlParser;
|
|
27
27
|
base64Decoder: import("@smithy/types").Decoder;
|
|
28
|
-
base64Encoder:
|
|
28
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
29
29
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
30
|
-
utf8Encoder:
|
|
30
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
31
31
|
disableHostPrefix: boolean;
|
|
32
32
|
serviceId: string;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
@@ -29,9 +29,9 @@ export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
|
|
|
29
29
|
apiVersion: string;
|
|
30
30
|
urlParser: import("@smithy/types").UrlParser;
|
|
31
31
|
base64Decoder: import("@smithy/types").Decoder;
|
|
32
|
-
base64Encoder:
|
|
32
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
33
33
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
34
|
-
utf8Encoder:
|
|
34
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
35
35
|
disableHostPrefix: boolean;
|
|
36
36
|
serviceId: string;
|
|
37
37
|
logger: import("@smithy/types").Logger;
|
|
@@ -13,9 +13,9 @@ export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
|
|
|
13
13
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
14
14
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
15
15
|
base64Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
base64Encoder:
|
|
16
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
17
17
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
18
|
-
utf8Encoder:
|
|
18
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
19
19
|
disableHostPrefix: boolean;
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -2,7 +2,7 @@ import { BackupGatewayClientConfig } from "./BackupGatewayClient";
|
|
|
2
2
|
export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
|
|
3
3
|
apiVersion: string;
|
|
4
4
|
base64Decoder: import("@smithy/types").Decoder;
|
|
5
|
-
base64Encoder:
|
|
5
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
6
6
|
disableHostPrefix: boolean;
|
|
7
7
|
endpointProvider: (
|
|
8
8
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
|
|
|
17
17
|
serviceId: string;
|
|
18
18
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
};
|