@aws-sdk/client-drs 3.489.0 → 3.495.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 (75) hide show
  1. package/dist-cjs/Drs.js +1 -111
  2. package/dist-cjs/DrsClient.js +1 -43
  3. package/dist-cjs/commands/AssociateSourceNetworkStackCommand.js +1 -29
  4. package/dist-cjs/commands/CreateExtendedSourceServerCommand.js +1 -29
  5. package/dist-cjs/commands/CreateLaunchConfigurationTemplateCommand.js +1 -29
  6. package/dist-cjs/commands/CreateReplicationConfigurationTemplateCommand.js +1 -29
  7. package/dist-cjs/commands/CreateSourceNetworkCommand.js +1 -29
  8. package/dist-cjs/commands/DeleteJobCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteLaunchActionCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteLaunchConfigurationTemplateCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteRecoveryInstanceCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteReplicationConfigurationTemplateCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteSourceNetworkCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteSourceServerCommand.js +1 -28
  15. package/dist-cjs/commands/DescribeJobLogItemsCommand.js +1 -28
  16. package/dist-cjs/commands/DescribeJobsCommand.js +1 -29
  17. package/dist-cjs/commands/DescribeLaunchConfigurationTemplatesCommand.js +1 -29
  18. package/dist-cjs/commands/DescribeRecoveryInstancesCommand.js +1 -29
  19. package/dist-cjs/commands/DescribeRecoverySnapshotsCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeReplicationConfigurationTemplatesCommand.js +1 -29
  21. package/dist-cjs/commands/DescribeSourceNetworksCommand.js +1 -29
  22. package/dist-cjs/commands/DescribeSourceServersCommand.js +1 -29
  23. package/dist-cjs/commands/DisconnectRecoveryInstanceCommand.js +1 -28
  24. package/dist-cjs/commands/DisconnectSourceServerCommand.js +1 -29
  25. package/dist-cjs/commands/ExportSourceNetworkCfnTemplateCommand.js +1 -28
  26. package/dist-cjs/commands/GetFailbackReplicationConfigurationCommand.js +1 -28
  27. package/dist-cjs/commands/GetLaunchConfigurationCommand.js +1 -28
  28. package/dist-cjs/commands/GetReplicationConfigurationCommand.js +1 -29
  29. package/dist-cjs/commands/InitializeServiceCommand.js +1 -28
  30. package/dist-cjs/commands/ListExtensibleSourceServersCommand.js +1 -29
  31. package/dist-cjs/commands/ListLaunchActionsCommand.js +1 -28
  32. package/dist-cjs/commands/ListStagingAccountsCommand.js +1 -28
  33. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -29
  34. package/dist-cjs/commands/PutLaunchActionCommand.js +1 -28
  35. package/dist-cjs/commands/RetryDataReplicationCommand.js +1 -29
  36. package/dist-cjs/commands/ReverseReplicationCommand.js +1 -28
  37. package/dist-cjs/commands/StartFailbackLaunchCommand.js +1 -29
  38. package/dist-cjs/commands/StartRecoveryCommand.js +1 -29
  39. package/dist-cjs/commands/StartReplicationCommand.js +1 -29
  40. package/dist-cjs/commands/StartSourceNetworkRecoveryCommand.js +1 -29
  41. package/dist-cjs/commands/StartSourceNetworkReplicationCommand.js +1 -29
  42. package/dist-cjs/commands/StopFailbackCommand.js +1 -28
  43. package/dist-cjs/commands/StopReplicationCommand.js +1 -29
  44. package/dist-cjs/commands/StopSourceNetworkReplicationCommand.js +1 -29
  45. package/dist-cjs/commands/TagResourceCommand.js +1 -29
  46. package/dist-cjs/commands/TerminateRecoveryInstancesCommand.js +1 -29
  47. package/dist-cjs/commands/UntagResourceCommand.js +1 -29
  48. package/dist-cjs/commands/UpdateFailbackReplicationConfigurationCommand.js +1 -28
  49. package/dist-cjs/commands/UpdateLaunchConfigurationCommand.js +1 -28
  50. package/dist-cjs/commands/UpdateLaunchConfigurationTemplateCommand.js +1 -29
  51. package/dist-cjs/commands/UpdateReplicationConfigurationCommand.js +1 -29
  52. package/dist-cjs/commands/UpdateReplicationConfigurationTemplateCommand.js +1 -29
  53. package/dist-cjs/commands/index.js +1 -53
  54. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  55. package/dist-cjs/extensionConfiguration.js +1 -2
  56. package/dist-cjs/index.js +5484 -11
  57. package/dist-cjs/models/DrsServiceException.js +1 -12
  58. package/dist-cjs/models/index.js +1 -4
  59. package/dist-cjs/models/models_0.js +1 -660
  60. package/dist-cjs/pagination/DescribeJobLogItemsPaginator.js +1 -7
  61. package/dist-cjs/pagination/DescribeJobsPaginator.js +1 -7
  62. package/dist-cjs/pagination/DescribeLaunchConfigurationTemplatesPaginator.js +1 -7
  63. package/dist-cjs/pagination/DescribeRecoveryInstancesPaginator.js +1 -7
  64. package/dist-cjs/pagination/DescribeRecoverySnapshotsPaginator.js +1 -7
  65. package/dist-cjs/pagination/DescribeReplicationConfigurationTemplatesPaginator.js +1 -7
  66. package/dist-cjs/pagination/DescribeSourceNetworksPaginator.js +1 -7
  67. package/dist-cjs/pagination/DescribeSourceServersPaginator.js +1 -7
  68. package/dist-cjs/pagination/Interfaces.js +1 -2
  69. package/dist-cjs/pagination/ListExtensibleSourceServersPaginator.js +1 -7
  70. package/dist-cjs/pagination/ListLaunchActionsPaginator.js +1 -7
  71. package/dist-cjs/pagination/ListStagingAccountsPaginator.js +1 -7
  72. package/dist-cjs/pagination/index.js +1 -15
  73. package/dist-cjs/protocols/Aws_restJson1.js +1 -3451
  74. package/dist-cjs/runtimeExtensions.js +1 -22
  75. package/package.json +40 -40
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeRecoveryInstancesCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class DescribeRecoveryInstancesCommand 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("ElasticDisasterRecoveryService", "DescribeRecoveryInstances", {})
23
- .n("DrsClient", "DescribeRecoveryInstancesCommand")
24
- .f(void 0, models_0_1.DescribeRecoveryInstancesResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_DescribeRecoveryInstancesCommand)
26
- .de(Aws_restJson1_1.de_DescribeRecoveryInstancesCommand)
27
- .build() {
28
- }
29
- exports.DescribeRecoveryInstancesCommand = DescribeRecoveryInstancesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeRecoverySnapshotsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeRecoverySnapshotsCommand 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("ElasticDisasterRecoveryService", "DescribeRecoverySnapshots", {})
22
- .n("DrsClient", "DescribeRecoverySnapshotsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeRecoverySnapshotsCommand)
25
- .de(Aws_restJson1_1.de_DescribeRecoverySnapshotsCommand)
26
- .build() {
27
- }
28
- exports.DescribeRecoverySnapshotsCommand = DescribeRecoverySnapshotsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeReplicationConfigurationTemplatesCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class DescribeReplicationConfigurationTemplatesCommand 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("ElasticDisasterRecoveryService", "DescribeReplicationConfigurationTemplates", {})
23
- .n("DrsClient", "DescribeReplicationConfigurationTemplatesCommand")
24
- .f(void 0, models_0_1.DescribeReplicationConfigurationTemplatesResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_DescribeReplicationConfigurationTemplatesCommand)
26
- .de(Aws_restJson1_1.de_DescribeReplicationConfigurationTemplatesCommand)
27
- .build() {
28
- }
29
- exports.DescribeReplicationConfigurationTemplatesCommand = DescribeReplicationConfigurationTemplatesCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeSourceNetworksCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class DescribeSourceNetworksCommand 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("ElasticDisasterRecoveryService", "DescribeSourceNetworks", {})
23
- .n("DrsClient", "DescribeSourceNetworksCommand")
24
- .f(void 0, models_0_1.DescribeSourceNetworksResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_DescribeSourceNetworksCommand)
26
- .de(Aws_restJson1_1.de_DescribeSourceNetworksCommand)
27
- .build() {
28
- }
29
- exports.DescribeSourceNetworksCommand = DescribeSourceNetworksCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeSourceServersCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class DescribeSourceServersCommand 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("ElasticDisasterRecoveryService", "DescribeSourceServers", {})
23
- .n("DrsClient", "DescribeSourceServersCommand")
24
- .f(void 0, models_0_1.DescribeSourceServersResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_DescribeSourceServersCommand)
26
- .de(Aws_restJson1_1.de_DescribeSourceServersCommand)
27
- .build() {
28
- }
29
- exports.DescribeSourceServersCommand = DescribeSourceServersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisconnectRecoveryInstanceCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DisconnectRecoveryInstanceCommand 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("ElasticDisasterRecoveryService", "DisconnectRecoveryInstance", {})
22
- .n("DrsClient", "DisconnectRecoveryInstanceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DisconnectRecoveryInstanceCommand)
25
- .de(Aws_restJson1_1.de_DisconnectRecoveryInstanceCommand)
26
- .build() {
27
- }
28
- exports.DisconnectRecoveryInstanceCommand = DisconnectRecoveryInstanceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisconnectSourceServerCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class DisconnectSourceServerCommand 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("ElasticDisasterRecoveryService", "DisconnectSourceServer", {})
23
- .n("DrsClient", "DisconnectSourceServerCommand")
24
- .f(void 0, models_0_1.SourceServerFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_DisconnectSourceServerCommand)
26
- .de(Aws_restJson1_1.de_DisconnectSourceServerCommand)
27
- .build() {
28
- }
29
- exports.DisconnectSourceServerCommand = DisconnectSourceServerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExportSourceNetworkCfnTemplateCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ExportSourceNetworkCfnTemplateCommand 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("ElasticDisasterRecoveryService", "ExportSourceNetworkCfnTemplate", {})
22
- .n("DrsClient", "ExportSourceNetworkCfnTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ExportSourceNetworkCfnTemplateCommand)
25
- .de(Aws_restJson1_1.de_ExportSourceNetworkCfnTemplateCommand)
26
- .build() {
27
- }
28
- exports.ExportSourceNetworkCfnTemplateCommand = ExportSourceNetworkCfnTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetFailbackReplicationConfigurationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetFailbackReplicationConfigurationCommand 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("ElasticDisasterRecoveryService", "GetFailbackReplicationConfiguration", {})
22
- .n("DrsClient", "GetFailbackReplicationConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetFailbackReplicationConfigurationCommand)
25
- .de(Aws_restJson1_1.de_GetFailbackReplicationConfigurationCommand)
26
- .build() {
27
- }
28
- exports.GetFailbackReplicationConfigurationCommand = GetFailbackReplicationConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetLaunchConfigurationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetLaunchConfigurationCommand 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("ElasticDisasterRecoveryService", "GetLaunchConfiguration", {})
22
- .n("DrsClient", "GetLaunchConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetLaunchConfigurationCommand)
25
- .de(Aws_restJson1_1.de_GetLaunchConfigurationCommand)
26
- .build() {
27
- }
28
- exports.GetLaunchConfigurationCommand = GetLaunchConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetReplicationConfigurationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetReplicationConfigurationCommand 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("ElasticDisasterRecoveryService", "GetReplicationConfiguration", {})
23
- .n("DrsClient", "GetReplicationConfigurationCommand")
24
- .f(void 0, models_0_1.ReplicationConfigurationFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetReplicationConfigurationCommand)
26
- .de(Aws_restJson1_1.de_GetReplicationConfigurationCommand)
27
- .build() {
28
- }
29
- exports.GetReplicationConfigurationCommand = GetReplicationConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InitializeServiceCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class InitializeServiceCommand 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("ElasticDisasterRecoveryService", "InitializeService", {})
22
- .n("DrsClient", "InitializeServiceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_InitializeServiceCommand)
25
- .de(Aws_restJson1_1.de_InitializeServiceCommand)
26
- .build() {
27
- }
28
- exports.InitializeServiceCommand = InitializeServiceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListExtensibleSourceServersCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListExtensibleSourceServersCommand 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("ElasticDisasterRecoveryService", "ListExtensibleSourceServers", {})
23
- .n("DrsClient", "ListExtensibleSourceServersCommand")
24
- .f(void 0, models_0_1.ListExtensibleSourceServersResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListExtensibleSourceServersCommand)
26
- .de(Aws_restJson1_1.de_ListExtensibleSourceServersCommand)
27
- .build() {
28
- }
29
- exports.ListExtensibleSourceServersCommand = ListExtensibleSourceServersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListLaunchActionsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListLaunchActionsCommand 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("ElasticDisasterRecoveryService", "ListLaunchActions", {})
22
- .n("DrsClient", "ListLaunchActionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListLaunchActionsCommand)
25
- .de(Aws_restJson1_1.de_ListLaunchActionsCommand)
26
- .build() {
27
- }
28
- exports.ListLaunchActionsCommand = ListLaunchActionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListStagingAccountsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListStagingAccountsCommand 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("ElasticDisasterRecoveryService", "ListStagingAccounts", {})
22
- .n("DrsClient", "ListStagingAccountsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListStagingAccountsCommand)
25
- .de(Aws_restJson1_1.de_ListStagingAccountsCommand)
26
- .build() {
27
- }
28
- exports.ListStagingAccountsCommand = ListStagingAccountsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListTagsForResourceCommand 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("ElasticDisasterRecoveryService", "ListTagsForResource", {})
23
- .n("DrsClient", "ListTagsForResourceCommand")
24
- .f(void 0, models_0_1.ListTagsForResourceResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
26
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
27
- .build() {
28
- }
29
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutLaunchActionCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class PutLaunchActionCommand 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("ElasticDisasterRecoveryService", "PutLaunchAction", {})
22
- .n("DrsClient", "PutLaunchActionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PutLaunchActionCommand)
25
- .de(Aws_restJson1_1.de_PutLaunchActionCommand)
26
- .build() {
27
- }
28
- exports.PutLaunchActionCommand = PutLaunchActionCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RetryDataReplicationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class RetryDataReplicationCommand 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("ElasticDisasterRecoveryService", "RetryDataReplication", {})
23
- .n("DrsClient", "RetryDataReplicationCommand")
24
- .f(void 0, models_0_1.SourceServerFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_RetryDataReplicationCommand)
26
- .de(Aws_restJson1_1.de_RetryDataReplicationCommand)
27
- .build() {
28
- }
29
- exports.RetryDataReplicationCommand = RetryDataReplicationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ReverseReplicationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ReverseReplicationCommand 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("ElasticDisasterRecoveryService", "ReverseReplication", {})
22
- .n("DrsClient", "ReverseReplicationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ReverseReplicationCommand)
25
- .de(Aws_restJson1_1.de_ReverseReplicationCommand)
26
- .build() {
27
- }
28
- exports.ReverseReplicationCommand = ReverseReplicationCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartFailbackLaunchCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class StartFailbackLaunchCommand 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("ElasticDisasterRecoveryService", "StartFailbackLaunch", {})
23
- .n("DrsClient", "StartFailbackLaunchCommand")
24
- .f(models_0_1.StartFailbackLaunchRequestFilterSensitiveLog, models_0_1.StartFailbackLaunchResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_StartFailbackLaunchCommand)
26
- .de(Aws_restJson1_1.de_StartFailbackLaunchCommand)
27
- .build() {
28
- }
29
- exports.StartFailbackLaunchCommand = StartFailbackLaunchCommand;
1
+ module.exports = require("../index.js");