@aws-sdk/client-backup-gateway 3.1077.0 → 3.1079.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/index.js +33 -253
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateGatewayToServerCommand.js +2 -14
- package/dist-es/commands/CreateGatewayCommand.js +2 -14
- package/dist-es/commands/DeleteGatewayCommand.js +2 -14
- package/dist-es/commands/DeleteHypervisorCommand.js +2 -14
- package/dist-es/commands/DisassociateGatewayFromServerCommand.js +2 -14
- package/dist-es/commands/GetBandwidthRateLimitScheduleCommand.js +2 -14
- package/dist-es/commands/GetGatewayCommand.js +2 -14
- package/dist-es/commands/GetHypervisorCommand.js +2 -14
- package/dist-es/commands/GetHypervisorPropertyMappingsCommand.js +2 -14
- package/dist-es/commands/GetVirtualMachineCommand.js +2 -14
- package/dist-es/commands/ImportHypervisorConfigurationCommand.js +2 -14
- package/dist-es/commands/ListGatewaysCommand.js +2 -14
- package/dist-es/commands/ListHypervisorsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListVirtualMachinesCommand.js +2 -14
- package/dist-es/commands/PutBandwidthRateLimitScheduleCommand.js +2 -14
- package/dist-es/commands/PutHypervisorPropertyMappingsCommand.js +2 -14
- package/dist-es/commands/PutMaintenanceStartTimeCommand.js +2 -14
- package/dist-es/commands/StartVirtualMachinesMetadataSyncCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/TestHypervisorConfigurationCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateGatewayInformationCommand.js +2 -14
- package/dist-es/commands/UpdateGatewaySoftwareNowCommand.js +2 -14
- package/dist-es/commands/UpdateHypervisorCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateGatewayToServerCommand.d.ts +3 -8
- package/dist-types/commands/CreateGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DeleteHypervisorCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateGatewayFromServerCommand.d.ts +3 -8
- package/dist-types/commands/GetBandwidthRateLimitScheduleCommand.d.ts +3 -8
- package/dist-types/commands/GetGatewayCommand.d.ts +3 -8
- package/dist-types/commands/GetHypervisorCommand.d.ts +3 -8
- package/dist-types/commands/GetHypervisorPropertyMappingsCommand.d.ts +3 -8
- package/dist-types/commands/GetVirtualMachineCommand.d.ts +3 -8
- package/dist-types/commands/ImportHypervisorConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ListGatewaysCommand.d.ts +3 -8
- package/dist-types/commands/ListHypervisorsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListVirtualMachinesCommand.d.ts +3 -8
- package/dist-types/commands/PutBandwidthRateLimitScheduleCommand.d.ts +3 -8
- package/dist-types/commands/PutHypervisorPropertyMappingsCommand.d.ts +3 -8
- package/dist-types/commands/PutMaintenanceStartTimeCommand.d.ts +3 -8
- package/dist-types/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/TestHypervisorConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +3 -8
- package/dist-types/commands/UpdateHypervisorCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBandwidthRateLimitScheduleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHypervisorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHypervisorPropertyMappingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetVirtualMachineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBandwidthRateLimitScheduleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutHypervisorPropertyMappingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BackupGatewayClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BackupGatewayClient";
|
|
8
2
|
import {
|
|
9
3
|
StartVirtualMachinesMetadataSyncInput,
|
|
10
4
|
StartVirtualMachinesMetadataSyncOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface StartVirtualMachinesMetadataSyncCommandInput
|
|
15
8
|
extends StartVirtualMachinesMetadataSyncInput {}
|
|
16
9
|
export interface StartVirtualMachinesMetadataSyncCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const StartVirtualMachinesMetadataSyncCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
StartVirtualMachinesMetadataSyncCommandInput,
|
|
24
17
|
StartVirtualMachinesMetadataSyncCommandOutput,
|
|
25
|
-
BackupGatewayClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: StartVirtualMachinesMetadataSyncCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
StartVirtualMachinesMetadataSyncCommandInput,
|
|
33
26
|
StartVirtualMachinesMetadataSyncCommandOutput,
|
|
34
|
-
BackupGatewayClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class StartVirtualMachinesMetadataSyncCommand extends StartVirtualMachinesMetadataSyncCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BackupGatewayClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BackupGatewayClient";
|
|
8
2
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
12
5
|
export interface TagResourceCommandOutput
|
|
13
6
|
extends TagResourceOutput,
|
|
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
TagResourceCommandInput,
|
|
20
13
|
TagResourceCommandOutput,
|
|
21
|
-
BackupGatewayClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: TagResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
TagResourceCommandInput,
|
|
29
22
|
TagResourceCommandOutput,
|
|
30
|
-
BackupGatewayClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BackupGatewayClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BackupGatewayClient";
|
|
8
2
|
import {
|
|
9
3
|
TestHypervisorConfigurationInput,
|
|
10
4
|
TestHypervisorConfigurationOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface TestHypervisorConfigurationCommandInput
|
|
15
8
|
extends TestHypervisorConfigurationInput {}
|
|
16
9
|
export interface TestHypervisorConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const TestHypervisorConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
TestHypervisorConfigurationCommandInput,
|
|
24
17
|
TestHypervisorConfigurationCommandOutput,
|
|
25
|
-
BackupGatewayClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: TestHypervisorConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
TestHypervisorConfigurationCommandInput,
|
|
33
26
|
TestHypervisorConfigurationCommandOutput,
|
|
34
|
-
BackupGatewayClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class TestHypervisorConfigurationCommand extends TestHypervisorConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BackupGatewayClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BackupGatewayClient";
|
|
8
2
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
12
5
|
export interface UntagResourceCommandOutput
|
|
13
6
|
extends UntagResourceOutput,
|
|
@@ -18,22 +11,20 @@ declare const UntagResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UntagResourceCommandInput,
|
|
20
13
|
UntagResourceCommandOutput,
|
|
21
|
-
BackupGatewayClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UntagResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UntagResourceCommandInput,
|
|
29
22
|
UntagResourceCommandOutput,
|
|
30
|
-
BackupGatewayClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BackupGatewayClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BackupGatewayClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateGatewayInformationInput,
|
|
10
4
|
UpdateGatewayInformationOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateGatewayInformationCommandInput
|
|
15
8
|
extends UpdateGatewayInformationInput {}
|
|
16
9
|
export interface UpdateGatewayInformationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateGatewayInformationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateGatewayInformationCommandInput,
|
|
24
17
|
UpdateGatewayInformationCommandOutput,
|
|
25
|
-
BackupGatewayClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateGatewayInformationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateGatewayInformationCommandInput,
|
|
33
26
|
UpdateGatewayInformationCommandOutput,
|
|
34
|
-
BackupGatewayClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateGatewayInformationCommand extends UpdateGatewayInformationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BackupGatewayClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BackupGatewayClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateGatewaySoftwareNowInput,
|
|
10
4
|
UpdateGatewaySoftwareNowOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateGatewaySoftwareNowCommandInput
|
|
15
8
|
extends UpdateGatewaySoftwareNowInput {}
|
|
16
9
|
export interface UpdateGatewaySoftwareNowCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateGatewaySoftwareNowCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateGatewaySoftwareNowCommandInput,
|
|
24
17
|
UpdateGatewaySoftwareNowCommandOutput,
|
|
25
|
-
BackupGatewayClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateGatewaySoftwareNowCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateGatewaySoftwareNowCommandInput,
|
|
33
26
|
UpdateGatewaySoftwareNowCommandOutput,
|
|
34
|
-
BackupGatewayClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateGatewaySoftwareNowCommand extends UpdateGatewaySoftwareNowCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BackupGatewayClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BackupGatewayClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateHypervisorInput,
|
|
10
4
|
UpdateHypervisorOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateHypervisorCommandInput extends UpdateHypervisorInput {}
|
|
15
8
|
export interface UpdateHypervisorCommandOutput
|
|
16
9
|
extends UpdateHypervisorOutput,
|
|
@@ -21,22 +14,20 @@ declare const UpdateHypervisorCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UpdateHypervisorCommandInput,
|
|
23
16
|
UpdateHypervisorCommandOutput,
|
|
24
|
-
BackupGatewayClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UpdateHypervisorCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UpdateHypervisorCommandInput,
|
|
32
25
|
UpdateHypervisorCommandOutput,
|
|
33
|
-
BackupGatewayClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").BackupGatewayClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class UpdateHypervisorCommand extends UpdateHypervisorCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { BackupGatewayExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./models/enums";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-backup-gateway",
|
|
3
3
|
"description": "AWS SDK for JavaScript Backup Gateway Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1079.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.974.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.973.
|
|
25
|
-
"@smithy/core": "^3.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.15.
|
|
22
|
+
"@aws-sdk/core": "^3.974.27",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.62",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|