@aws-sdk/client-backup-gateway 3.362.0 → 3.369.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/BackupGateway.js +1 -1
- package/dist-cjs/BackupGatewayClient.js +5 -5
- package/dist-cjs/commands/AssociateGatewayToServerCommand.js +3 -3
- package/dist-cjs/commands/CreateGatewayCommand.js +3 -3
- package/dist-cjs/commands/DeleteGatewayCommand.js +3 -3
- package/dist-cjs/commands/DeleteHypervisorCommand.js +3 -3
- package/dist-cjs/commands/DisassociateGatewayFromServerCommand.js +3 -3
- package/dist-cjs/commands/GetBandwidthRateLimitScheduleCommand.js +3 -3
- package/dist-cjs/commands/GetGatewayCommand.js +3 -3
- package/dist-cjs/commands/GetHypervisorCommand.js +3 -3
- package/dist-cjs/commands/GetHypervisorPropertyMappingsCommand.js +3 -3
- package/dist-cjs/commands/GetVirtualMachineCommand.js +3 -3
- package/dist-cjs/commands/ImportHypervisorConfigurationCommand.js +3 -3
- package/dist-cjs/commands/ListGatewaysCommand.js +3 -3
- package/dist-cjs/commands/ListHypervisorsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ListVirtualMachinesCommand.js +3 -3
- package/dist-cjs/commands/PutBandwidthRateLimitScheduleCommand.js +3 -3
- package/dist-cjs/commands/PutHypervisorPropertyMappingsCommand.js +3 -3
- package/dist-cjs/commands/PutMaintenanceStartTimeCommand.js +3 -3
- package/dist-cjs/commands/StartVirtualMachinesMetadataSyncCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/TestHypervisorConfigurationCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateGatewayInformationCommand.js +3 -3
- package/dist-cjs/commands/UpdateGatewaySoftwareNowCommand.js +3 -3
- package/dist-cjs/commands/UpdateHypervisorCommand.js +3 -3
- package/dist-cjs/models/BackupGatewayServiceException.js +1 -1
- package/dist-cjs/models/models_0.js +1 -1
- package/dist-cjs/protocols/Aws_json1_0.js +1 -1
- package/dist-cjs/runtimeConfig.browser.js +7 -7
- package/dist-cjs/runtimeConfig.js +10 -10
- package/dist-cjs/runtimeConfig.shared.js +4 -4
- package/dist-es/BackupGateway.js +1 -1
- package/dist-es/BackupGatewayClient.js +5 -5
- package/dist-es/commands/AssociateGatewayToServerCommand.js +3 -3
- package/dist-es/commands/CreateGatewayCommand.js +3 -3
- package/dist-es/commands/DeleteGatewayCommand.js +3 -3
- package/dist-es/commands/DeleteHypervisorCommand.js +3 -3
- package/dist-es/commands/DisassociateGatewayFromServerCommand.js +3 -3
- package/dist-es/commands/GetBandwidthRateLimitScheduleCommand.js +3 -3
- package/dist-es/commands/GetGatewayCommand.js +3 -3
- package/dist-es/commands/GetHypervisorCommand.js +3 -3
- package/dist-es/commands/GetHypervisorPropertyMappingsCommand.js +3 -3
- package/dist-es/commands/GetVirtualMachineCommand.js +3 -3
- package/dist-es/commands/ImportHypervisorConfigurationCommand.js +3 -3
- package/dist-es/commands/ListGatewaysCommand.js +3 -3
- package/dist-es/commands/ListHypervisorsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListVirtualMachinesCommand.js +3 -3
- package/dist-es/commands/PutBandwidthRateLimitScheduleCommand.js +3 -3
- package/dist-es/commands/PutHypervisorPropertyMappingsCommand.js +3 -3
- package/dist-es/commands/PutMaintenanceStartTimeCommand.js +3 -3
- package/dist-es/commands/StartVirtualMachinesMetadataSyncCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/TestHypervisorConfigurationCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateGatewayInformationCommand.js +3 -3
- package/dist-es/commands/UpdateGatewaySoftwareNowCommand.js +3 -3
- package/dist-es/commands/UpdateHypervisorCommand.js +3 -3
- package/dist-es/models/BackupGatewayServiceException.js +1 -1
- package/dist-es/models/models_0.js +1 -1
- package/dist-es/protocols/Aws_json1_0.js +1 -1
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +10 -10
- package/dist-es/runtimeConfig.shared.js +4 -4
- package/dist-types/BackupGateway.d.ts +1 -1
- package/dist-types/BackupGatewayClient.d.ts +8 -8
- package/dist-types/commands/AssociateGatewayToServerCommand.d.ts +3 -3
- package/dist-types/commands/CreateGatewayCommand.d.ts +3 -3
- package/dist-types/commands/DeleteGatewayCommand.d.ts +3 -3
- package/dist-types/commands/DeleteHypervisorCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateGatewayFromServerCommand.d.ts +3 -3
- package/dist-types/commands/GetBandwidthRateLimitScheduleCommand.d.ts +3 -3
- package/dist-types/commands/GetGatewayCommand.d.ts +3 -3
- package/dist-types/commands/GetHypervisorCommand.d.ts +3 -3
- package/dist-types/commands/GetHypervisorPropertyMappingsCommand.d.ts +3 -3
- package/dist-types/commands/GetVirtualMachineCommand.d.ts +3 -3
- package/dist-types/commands/ImportHypervisorConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/ListGatewaysCommand.d.ts +3 -3
- package/dist-types/commands/ListHypervisorsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListVirtualMachinesCommand.d.ts +3 -3
- package/dist-types/commands/PutBandwidthRateLimitScheduleCommand.d.ts +3 -3
- package/dist-types/commands/PutHypervisorPropertyMappingsCommand.d.ts +3 -3
- package/dist-types/commands/PutMaintenanceStartTimeCommand.d.ts +3 -3
- package/dist-types/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/TestHypervisorConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +3 -3
- package/dist-types/commands/UpdateHypervisorCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/endpoint/ruleset.d.ts +1 -1
- package/dist-types/models/BackupGatewayServiceException.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- 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/runtimeConfig.browser.d.ts +20 -20
- package/dist-types/runtimeConfig.d.ts +20 -20
- package/dist-types/runtimeConfig.native.d.ts +19 -19
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/BackupGateway.d.ts +1 -1
- package/dist-types/ts3.4/BackupGatewayClient.d.ts +19 -21
- package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetBandwidthRateLimitScheduleCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetHypervisorCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetHypervisorPropertyMappingsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetVirtualMachineCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/PutBandwidthRateLimitScheduleCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/PutHypervisorPropertyMappingsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +3 -3
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
- package/dist-types/ts3.4/models/BackupGatewayServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListHypervisorsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListVirtualMachinesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/package.json +34 -33
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.BackupGateway = void 0;
|
|
4
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const BackupGatewayClient_1 = require("./BackupGatewayClient");
|
|
6
6
|
const AssociateGatewayToServerCommand_1 = require("./commands/AssociateGatewayToServerCommand");
|
|
7
7
|
const CreateGatewayCommand_1 = require("./commands/CreateGatewayCommand");
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.BackupGatewayClient = exports.__Client = void 0;
|
|
4
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
|
-
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
6
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
7
4
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
8
5
|
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
9
6
|
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
10
|
-
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
11
7
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
12
8
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
13
|
-
const
|
|
9
|
+
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
+
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
+
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
14
|
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
15
|
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
16
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssociateGatewayToServerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class AssociateGatewayToServerCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateGatewayCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class CreateGatewayCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteGatewayCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class DeleteGatewayCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteHypervisorCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class DeleteHypervisorCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DisassociateGatewayFromServerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class DisassociateGatewayFromServerCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetBandwidthRateLimitScheduleCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class GetBandwidthRateLimitScheduleCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetGatewayCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class GetGatewayCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetHypervisorCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class GetHypervisorCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetHypervisorPropertyMappingsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class GetHypervisorPropertyMappingsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetVirtualMachineCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class GetVirtualMachineCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ImportHypervisorConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListGatewaysCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class ListGatewaysCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListHypervisorsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class ListHypervisorsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListTagsForResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListVirtualMachinesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class ListVirtualMachinesCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutBandwidthRateLimitScheduleCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class PutBandwidthRateLimitScheduleCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutHypervisorPropertyMappingsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class PutHypervisorPropertyMappingsCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutMaintenanceStartTimeCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class PutMaintenanceStartTimeCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StartVirtualMachinesMetadataSyncCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class StartVirtualMachinesMetadataSyncCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TestHypervisorConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateGatewayInformationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class UpdateGatewayInformationCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateGatewaySoftwareNowCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class UpdateGatewaySoftwareNowCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateHypervisorCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.BackupGatewayServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
6
|
class BackupGatewayServiceException extends smithy_client_1.ServiceException {
|
|
7
7
|
constructor(options) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateHypervisorInputFilterSensitiveLog = exports.ImportHypervisorConfigurationInputFilterSensitiveLog = exports.TestHypervisorConfigurationInputFilterSensitiveLog = exports.HypervisorState = exports.SyncMetadataStatus = exports.GatewayType = exports.ResourceNotFoundException = exports.ValidationException = exports.ThrottlingException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const BackupGatewayServiceException_1 = require("./BackupGatewayServiceException");
|
|
6
6
|
class AccessDeniedException extends BackupGatewayServiceException_1.BackupGatewayServiceException {
|
|
7
7
|
constructor(opts) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.de_UpdateHypervisorCommand = exports.de_UpdateGatewaySoftwareNowCommand = exports.de_UpdateGatewayInformationCommand = exports.de_UntagResourceCommand = exports.de_TestHypervisorConfigurationCommand = exports.de_TagResourceCommand = exports.de_StartVirtualMachinesMetadataSyncCommand = exports.de_PutMaintenanceStartTimeCommand = exports.de_PutHypervisorPropertyMappingsCommand = exports.de_PutBandwidthRateLimitScheduleCommand = exports.de_ListVirtualMachinesCommand = exports.de_ListTagsForResourceCommand = exports.de_ListHypervisorsCommand = exports.de_ListGatewaysCommand = exports.de_ImportHypervisorConfigurationCommand = exports.de_GetVirtualMachineCommand = exports.de_GetHypervisorPropertyMappingsCommand = exports.de_GetHypervisorCommand = exports.de_GetGatewayCommand = exports.de_GetBandwidthRateLimitScheduleCommand = exports.de_DisassociateGatewayFromServerCommand = exports.de_DeleteHypervisorCommand = exports.de_DeleteGatewayCommand = exports.de_CreateGatewayCommand = exports.de_AssociateGatewayToServerCommand = exports.se_UpdateHypervisorCommand = exports.se_UpdateGatewaySoftwareNowCommand = exports.se_UpdateGatewayInformationCommand = exports.se_UntagResourceCommand = exports.se_TestHypervisorConfigurationCommand = exports.se_TagResourceCommand = exports.se_StartVirtualMachinesMetadataSyncCommand = exports.se_PutMaintenanceStartTimeCommand = exports.se_PutHypervisorPropertyMappingsCommand = exports.se_PutBandwidthRateLimitScheduleCommand = exports.se_ListVirtualMachinesCommand = exports.se_ListTagsForResourceCommand = exports.se_ListHypervisorsCommand = exports.se_ListGatewaysCommand = exports.se_ImportHypervisorConfigurationCommand = exports.se_GetVirtualMachineCommand = exports.se_GetHypervisorPropertyMappingsCommand = exports.se_GetHypervisorCommand = exports.se_GetGatewayCommand = exports.se_GetBandwidthRateLimitScheduleCommand = exports.se_DisassociateGatewayFromServerCommand = exports.se_DeleteHypervisorCommand = exports.se_DeleteGatewayCommand = exports.se_CreateGatewayCommand = exports.se_AssociateGatewayToServerCommand = void 0;
|
|
4
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
4
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
5
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
6
|
const BackupGatewayServiceException_1 = require("../models/BackupGatewayServiceException");
|
|
7
7
|
const models_0_1 = require("../models/models_0");
|
|
8
8
|
const se_AssociateGatewayToServerCommand = async (input, context) => {
|
|
@@ -4,15 +4,15 @@ exports.getRuntimeConfig = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
|
-
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
9
|
-
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
10
|
-
const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
11
|
-
const util_retry_1 = require("@aws-sdk/util-retry");
|
|
12
7
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
8
|
+
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
|
+
const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
|
|
10
|
+
const invalid_dependency_1 = require("@smithy/invalid-dependency");
|
|
11
|
+
const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
|
|
12
|
+
const util_retry_1 = require("@smithy/util-retry");
|
|
13
13
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
14
|
-
const smithy_client_1 = require("@
|
|
15
|
-
const util_defaults_mode_browser_1 = require("@
|
|
14
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
+
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
16
16
|
const getRuntimeConfig = (config) => {
|
|
17
17
|
const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
|
|
18
18
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
@@ -4,19 +4,19 @@ exports.getRuntimeConfig = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
7
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
9
|
-
const hash_node_1 = require("@aws-sdk/hash-node");
|
|
10
|
-
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
11
|
-
const node_config_provider_1 = require("@aws-sdk/node-config-provider");
|
|
12
|
-
const node_http_handler_1 = require("@aws-sdk/node-http-handler");
|
|
13
|
-
const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
14
|
-
const util_retry_1 = require("@aws-sdk/util-retry");
|
|
15
8
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
9
|
+
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
+
const hash_node_1 = require("@smithy/hash-node");
|
|
11
|
+
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
12
|
+
const node_config_provider_1 = require("@smithy/node-config-provider");
|
|
13
|
+
const node_http_handler_1 = require("@smithy/node-http-handler");
|
|
14
|
+
const util_body_length_node_1 = require("@smithy/util-body-length-node");
|
|
15
|
+
const util_retry_1 = require("@smithy/util-retry");
|
|
16
16
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
17
|
-
const smithy_client_1 = require("@
|
|
18
|
-
const util_defaults_mode_node_1 = require("@
|
|
19
|
-
const smithy_client_2 = require("@
|
|
17
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
18
|
+
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
19
|
+
const smithy_client_2 = require("@smithy/smithy-client");
|
|
20
20
|
const getRuntimeConfig = (config) => {
|
|
21
21
|
(0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
22
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const smithy_client_1 = require("@
|
|
5
|
-
const url_parser_1 = require("@
|
|
6
|
-
const util_base64_1 = require("@
|
|
7
|
-
const util_utf8_1 = require("@
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
+
const url_parser_1 = require("@smithy/url-parser");
|
|
6
|
+
const util_base64_1 = require("@smithy/util-base64");
|
|
7
|
+
const util_utf8_1 = require("@smithy/util-utf8");
|
|
8
8
|
const endpointResolver_1 = require("./endpoint/endpointResolver");
|
|
9
9
|
const getRuntimeConfig = (config) => ({
|
|
10
10
|
apiVersion: "2021-01-01",
|
package/dist-es/BackupGateway.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createAggregatedClient } from "@
|
|
1
|
+
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
2
|
import { BackupGatewayClient } from "./BackupGatewayClient";
|
|
3
3
|
import { AssociateGatewayToServerCommand, } from "./commands/AssociateGatewayToServerCommand";
|
|
4
4
|
import { CreateGatewayCommand, } from "./commands/CreateGatewayCommand";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { resolveRegionConfig } from "@aws-sdk/config-resolver";
|
|
2
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
3
|
-
import { resolveEndpointConfig } from "@aws-sdk/middleware-endpoint";
|
|
4
1
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
5
2
|
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
6
3
|
import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
|
|
7
|
-
import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
8
4
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
9
5
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
10
|
-
import {
|
|
6
|
+
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
7
|
+
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
8
|
+
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
9
|
+
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
10
|
+
import { Client as __Client, } from "@smithy/smithy-client";
|
|
11
11
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
12
12
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
13
13
|
export { __Client };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_AssociateGatewayToServerCommand, se_AssociateGatewayToServerCommand } from "../protocols/Aws_json1_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateGatewayToServerCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_CreateGatewayCommand, se_CreateGatewayCommand } from "../protocols/Aws_json1_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateGatewayCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DeleteGatewayCommand, se_DeleteGatewayCommand } from "../protocols/Aws_json1_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteGatewayCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DeleteHypervisorCommand, se_DeleteHypervisorCommand } from "../protocols/Aws_json1_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteHypervisorCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DisassociateGatewayFromServerCommand, se_DisassociateGatewayFromServerCommand, } from "../protocols/Aws_json1_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateGatewayFromServerCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_GetBandwidthRateLimitScheduleCommand, se_GetBandwidthRateLimitScheduleCommand, } from "../protocols/Aws_json1_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetBandwidthRateLimitScheduleCommand extends $Command {
|