@aws-sdk/client-backup-gateway 3.490.0 → 3.496.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/dist-cjs/BackupGateway.js +1 -61
  2. package/dist-cjs/BackupGatewayClient.js +1 -43
  3. package/dist-cjs/commands/AssociateGatewayToServerCommand.js +1 -28
  4. package/dist-cjs/commands/CreateGatewayCommand.js +1 -28
  5. package/dist-cjs/commands/DeleteGatewayCommand.js +1 -28
  6. package/dist-cjs/commands/DeleteHypervisorCommand.js +1 -28
  7. package/dist-cjs/commands/DisassociateGatewayFromServerCommand.js +1 -28
  8. package/dist-cjs/commands/GetBandwidthRateLimitScheduleCommand.js +1 -28
  9. package/dist-cjs/commands/GetGatewayCommand.js +1 -28
  10. package/dist-cjs/commands/GetHypervisorCommand.js +1 -28
  11. package/dist-cjs/commands/GetHypervisorPropertyMappingsCommand.js +1 -28
  12. package/dist-cjs/commands/GetVirtualMachineCommand.js +1 -28
  13. package/dist-cjs/commands/ImportHypervisorConfigurationCommand.js +1 -29
  14. package/dist-cjs/commands/ListGatewaysCommand.js +1 -28
  15. package/dist-cjs/commands/ListHypervisorsCommand.js +1 -28
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  17. package/dist-cjs/commands/ListVirtualMachinesCommand.js +1 -28
  18. package/dist-cjs/commands/PutBandwidthRateLimitScheduleCommand.js +1 -28
  19. package/dist-cjs/commands/PutHypervisorPropertyMappingsCommand.js +1 -28
  20. package/dist-cjs/commands/PutMaintenanceStartTimeCommand.js +1 -28
  21. package/dist-cjs/commands/StartVirtualMachinesMetadataSyncCommand.js +1 -28
  22. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  23. package/dist-cjs/commands/TestHypervisorConfigurationCommand.js +1 -29
  24. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  25. package/dist-cjs/commands/UpdateGatewayInformationCommand.js +1 -28
  26. package/dist-cjs/commands/UpdateGatewaySoftwareNowCommand.js +1 -28
  27. package/dist-cjs/commands/UpdateHypervisorCommand.js +1 -29
  28. package/dist-cjs/commands/index.js +1 -28
  29. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  30. package/dist-cjs/extensionConfiguration.js +1 -2
  31. package/dist-cjs/index.js +2269 -11
  32. package/dist-cjs/models/BackupGatewayServiceException.js +1 -12
  33. package/dist-cjs/models/index.js +1 -4
  34. package/dist-cjs/models/models_0.js +1 -129
  35. package/dist-cjs/pagination/Interfaces.js +1 -2
  36. package/dist-cjs/pagination/ListGatewaysPaginator.js +1 -7
  37. package/dist-cjs/pagination/ListHypervisorsPaginator.js +1 -7
  38. package/dist-cjs/pagination/ListVirtualMachinesPaginator.js +1 -7
  39. package/dist-cjs/pagination/index.js +1 -7
  40. package/dist-cjs/protocols/Aws_json1_0.js +1 -1480
  41. package/dist-cjs/runtimeExtensions.js +1 -22
  42. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutMaintenanceStartTimeCommand = exports.$Command = void 0;
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
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class PutMaintenanceStartTimeCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("BackupOnPremises_v20210101", "PutMaintenanceStartTime", {})
22
- .n("BackupGatewayClient", "PutMaintenanceStartTimeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_PutMaintenanceStartTimeCommand)
25
- .de(Aws_json1_0_1.de_PutMaintenanceStartTimeCommand)
26
- .build() {
27
- }
28
- exports.PutMaintenanceStartTimeCommand = PutMaintenanceStartTimeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartVirtualMachinesMetadataSyncCommand = exports.$Command = void 0;
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
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class StartVirtualMachinesMetadataSyncCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("BackupOnPremises_v20210101", "StartVirtualMachinesMetadataSync", {})
22
- .n("BackupGatewayClient", "StartVirtualMachinesMetadataSyncCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_StartVirtualMachinesMetadataSyncCommand)
25
- .de(Aws_json1_0_1.de_StartVirtualMachinesMetadataSyncCommand)
26
- .build() {
27
- }
28
- exports.StartVirtualMachinesMetadataSyncCommand = StartVirtualMachinesMetadataSyncCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
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
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("BackupOnPremises_v20210101", "TagResource", {})
22
- .n("BackupGatewayClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_TagResourceCommand)
25
- .de(Aws_json1_0_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TestHypervisorConfigurationCommand = exports.$Command = void 0;
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
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
11
- class TestHypervisorConfigurationCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("BackupOnPremises_v20210101", "TestHypervisorConfiguration", {})
23
- .n("BackupGatewayClient", "TestHypervisorConfigurationCommand")
24
- .f(models_0_1.TestHypervisorConfigurationInputFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_0_1.se_TestHypervisorConfigurationCommand)
26
- .de(Aws_json1_0_1.de_TestHypervisorConfigurationCommand)
27
- .build() {
28
- }
29
- exports.TestHypervisorConfigurationCommand = TestHypervisorConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = exports.$Command = void 0;
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
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("BackupOnPremises_v20210101", "UntagResource", {})
22
- .n("BackupGatewayClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_UntagResourceCommand)
25
- .de(Aws_json1_0_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateGatewayInformationCommand = exports.$Command = void 0;
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
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class UpdateGatewayInformationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("BackupOnPremises_v20210101", "UpdateGatewayInformation", {})
22
- .n("BackupGatewayClient", "UpdateGatewayInformationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_UpdateGatewayInformationCommand)
25
- .de(Aws_json1_0_1.de_UpdateGatewayInformationCommand)
26
- .build() {
27
- }
28
- exports.UpdateGatewayInformationCommand = UpdateGatewayInformationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateGatewaySoftwareNowCommand = exports.$Command = void 0;
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
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class UpdateGatewaySoftwareNowCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("BackupOnPremises_v20210101", "UpdateGatewaySoftwareNow", {})
22
- .n("BackupGatewayClient", "UpdateGatewaySoftwareNowCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_UpdateGatewaySoftwareNowCommand)
25
- .de(Aws_json1_0_1.de_UpdateGatewaySoftwareNowCommand)
26
- .build() {
27
- }
28
- exports.UpdateGatewaySoftwareNowCommand = UpdateGatewaySoftwareNowCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateHypervisorCommand = exports.$Command = void 0;
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
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
11
- class UpdateHypervisorCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("BackupOnPremises_v20210101", "UpdateHypervisor", {})
23
- .n("BackupGatewayClient", "UpdateHypervisorCommand")
24
- .f(models_0_1.UpdateHypervisorInputFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_0_1.se_UpdateHypervisorCommand)
26
- .de(Aws_json1_0_1.de_UpdateHypervisorCommand)
27
- .build() {
28
- }
29
- exports.UpdateHypervisorCommand = UpdateHypervisorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AssociateGatewayToServerCommand"), exports);
5
- tslib_1.__exportStar(require("./CreateGatewayCommand"), exports);
6
- tslib_1.__exportStar(require("./DeleteGatewayCommand"), exports);
7
- tslib_1.__exportStar(require("./DeleteHypervisorCommand"), exports);
8
- tslib_1.__exportStar(require("./DisassociateGatewayFromServerCommand"), exports);
9
- tslib_1.__exportStar(require("./GetBandwidthRateLimitScheduleCommand"), exports);
10
- tslib_1.__exportStar(require("./GetGatewayCommand"), exports);
11
- tslib_1.__exportStar(require("./GetHypervisorCommand"), exports);
12
- tslib_1.__exportStar(require("./GetHypervisorPropertyMappingsCommand"), exports);
13
- tslib_1.__exportStar(require("./GetVirtualMachineCommand"), exports);
14
- tslib_1.__exportStar(require("./ImportHypervisorConfigurationCommand"), exports);
15
- tslib_1.__exportStar(require("./ListGatewaysCommand"), exports);
16
- tslib_1.__exportStar(require("./ListHypervisorsCommand"), exports);
17
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
18
- tslib_1.__exportStar(require("./ListVirtualMachinesCommand"), exports);
19
- tslib_1.__exportStar(require("./PutBandwidthRateLimitScheduleCommand"), exports);
20
- tslib_1.__exportStar(require("./PutHypervisorPropertyMappingsCommand"), exports);
21
- tslib_1.__exportStar(require("./PutMaintenanceStartTimeCommand"), exports);
22
- tslib_1.__exportStar(require("./StartVirtualMachinesMetadataSyncCommand"), exports);
23
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
24
- tslib_1.__exportStar(require("./TestHypervisorConfigurationCommand"), exports);
25
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
26
- tslib_1.__exportStar(require("./UpdateGatewayInformationCommand"), exports);
27
- tslib_1.__exportStar(require("./UpdateGatewaySoftwareNowCommand"), exports);
28
- tslib_1.__exportStar(require("./UpdateHypervisorCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "backup-gateway",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");