@aws-sdk/client-migrationhuborchestrator 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 (49) hide show
  1. package/dist-cjs/MigrationHubOrchestrator.js +1 -67
  2. package/dist-cjs/MigrationHubOrchestratorClient.js +1 -43
  3. package/dist-cjs/commands/CreateWorkflowCommand.js +1 -29
  4. package/dist-cjs/commands/CreateWorkflowStepCommand.js +1 -28
  5. package/dist-cjs/commands/CreateWorkflowStepGroupCommand.js +1 -28
  6. package/dist-cjs/commands/DeleteWorkflowCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteWorkflowStepCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteWorkflowStepGroupCommand.js +1 -28
  9. package/dist-cjs/commands/GetTemplateCommand.js +1 -28
  10. package/dist-cjs/commands/GetTemplateStepCommand.js +1 -28
  11. package/dist-cjs/commands/GetTemplateStepGroupCommand.js +1 -28
  12. package/dist-cjs/commands/GetWorkflowCommand.js +1 -29
  13. package/dist-cjs/commands/GetWorkflowStepCommand.js +1 -28
  14. package/dist-cjs/commands/GetWorkflowStepGroupCommand.js +1 -28
  15. package/dist-cjs/commands/ListPluginsCommand.js +1 -28
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  17. package/dist-cjs/commands/ListTemplateStepGroupsCommand.js +1 -28
  18. package/dist-cjs/commands/ListTemplateStepsCommand.js +1 -28
  19. package/dist-cjs/commands/ListTemplatesCommand.js +1 -28
  20. package/dist-cjs/commands/ListWorkflowStepGroupsCommand.js +1 -28
  21. package/dist-cjs/commands/ListWorkflowStepsCommand.js +1 -28
  22. package/dist-cjs/commands/ListWorkflowsCommand.js +1 -28
  23. package/dist-cjs/commands/RetryWorkflowStepCommand.js +1 -28
  24. package/dist-cjs/commands/StartWorkflowCommand.js +1 -28
  25. package/dist-cjs/commands/StopWorkflowCommand.js +1 -28
  26. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  27. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  28. package/dist-cjs/commands/UpdateWorkflowCommand.js +1 -29
  29. package/dist-cjs/commands/UpdateWorkflowStepCommand.js +1 -28
  30. package/dist-cjs/commands/UpdateWorkflowStepGroupCommand.js +1 -28
  31. package/dist-cjs/commands/index.js +1 -31
  32. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  33. package/dist-cjs/extensionConfiguration.js +1 -2
  34. package/dist-cjs/index.js +2857 -11
  35. package/dist-cjs/models/MigrationHubOrchestratorServiceException.js +1 -12
  36. package/dist-cjs/models/index.js +1 -4
  37. package/dist-cjs/models/models_0.js +1 -188
  38. package/dist-cjs/pagination/Interfaces.js +1 -2
  39. package/dist-cjs/pagination/ListPluginsPaginator.js +1 -7
  40. package/dist-cjs/pagination/ListTemplateStepGroupsPaginator.js +1 -7
  41. package/dist-cjs/pagination/ListTemplateStepsPaginator.js +1 -7
  42. package/dist-cjs/pagination/ListTemplatesPaginator.js +1 -7
  43. package/dist-cjs/pagination/ListWorkflowStepGroupsPaginator.js +1 -7
  44. package/dist-cjs/pagination/ListWorkflowStepsPaginator.js +1 -7
  45. package/dist-cjs/pagination/ListWorkflowsPaginator.js +1 -7
  46. package/dist-cjs/pagination/index.js +1 -11
  47. package/dist-cjs/protocols/Aws_restJson1.js +1 -1910
  48. package/dist-cjs/runtimeExtensions.js +1 -22
  49. package/package.json +40 -40
@@ -1,67 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MigrationHubOrchestrator = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CreateWorkflowCommand_1 = require("./commands/CreateWorkflowCommand");
6
- const CreateWorkflowStepCommand_1 = require("./commands/CreateWorkflowStepCommand");
7
- const CreateWorkflowStepGroupCommand_1 = require("./commands/CreateWorkflowStepGroupCommand");
8
- const DeleteWorkflowCommand_1 = require("./commands/DeleteWorkflowCommand");
9
- const DeleteWorkflowStepCommand_1 = require("./commands/DeleteWorkflowStepCommand");
10
- const DeleteWorkflowStepGroupCommand_1 = require("./commands/DeleteWorkflowStepGroupCommand");
11
- const GetTemplateCommand_1 = require("./commands/GetTemplateCommand");
12
- const GetTemplateStepCommand_1 = require("./commands/GetTemplateStepCommand");
13
- const GetTemplateStepGroupCommand_1 = require("./commands/GetTemplateStepGroupCommand");
14
- const GetWorkflowCommand_1 = require("./commands/GetWorkflowCommand");
15
- const GetWorkflowStepCommand_1 = require("./commands/GetWorkflowStepCommand");
16
- const GetWorkflowStepGroupCommand_1 = require("./commands/GetWorkflowStepGroupCommand");
17
- const ListPluginsCommand_1 = require("./commands/ListPluginsCommand");
18
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
19
- const ListTemplatesCommand_1 = require("./commands/ListTemplatesCommand");
20
- const ListTemplateStepGroupsCommand_1 = require("./commands/ListTemplateStepGroupsCommand");
21
- const ListTemplateStepsCommand_1 = require("./commands/ListTemplateStepsCommand");
22
- const ListWorkflowsCommand_1 = require("./commands/ListWorkflowsCommand");
23
- const ListWorkflowStepGroupsCommand_1 = require("./commands/ListWorkflowStepGroupsCommand");
24
- const ListWorkflowStepsCommand_1 = require("./commands/ListWorkflowStepsCommand");
25
- const RetryWorkflowStepCommand_1 = require("./commands/RetryWorkflowStepCommand");
26
- const StartWorkflowCommand_1 = require("./commands/StartWorkflowCommand");
27
- const StopWorkflowCommand_1 = require("./commands/StopWorkflowCommand");
28
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
29
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
30
- const UpdateWorkflowCommand_1 = require("./commands/UpdateWorkflowCommand");
31
- const UpdateWorkflowStepCommand_1 = require("./commands/UpdateWorkflowStepCommand");
32
- const UpdateWorkflowStepGroupCommand_1 = require("./commands/UpdateWorkflowStepGroupCommand");
33
- const MigrationHubOrchestratorClient_1 = require("./MigrationHubOrchestratorClient");
34
- const commands = {
35
- CreateWorkflowCommand: CreateWorkflowCommand_1.CreateWorkflowCommand,
36
- CreateWorkflowStepCommand: CreateWorkflowStepCommand_1.CreateWorkflowStepCommand,
37
- CreateWorkflowStepGroupCommand: CreateWorkflowStepGroupCommand_1.CreateWorkflowStepGroupCommand,
38
- DeleteWorkflowCommand: DeleteWorkflowCommand_1.DeleteWorkflowCommand,
39
- DeleteWorkflowStepCommand: DeleteWorkflowStepCommand_1.DeleteWorkflowStepCommand,
40
- DeleteWorkflowStepGroupCommand: DeleteWorkflowStepGroupCommand_1.DeleteWorkflowStepGroupCommand,
41
- GetTemplateCommand: GetTemplateCommand_1.GetTemplateCommand,
42
- GetTemplateStepCommand: GetTemplateStepCommand_1.GetTemplateStepCommand,
43
- GetTemplateStepGroupCommand: GetTemplateStepGroupCommand_1.GetTemplateStepGroupCommand,
44
- GetWorkflowCommand: GetWorkflowCommand_1.GetWorkflowCommand,
45
- GetWorkflowStepCommand: GetWorkflowStepCommand_1.GetWorkflowStepCommand,
46
- GetWorkflowStepGroupCommand: GetWorkflowStepGroupCommand_1.GetWorkflowStepGroupCommand,
47
- ListPluginsCommand: ListPluginsCommand_1.ListPluginsCommand,
48
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
49
- ListTemplatesCommand: ListTemplatesCommand_1.ListTemplatesCommand,
50
- ListTemplateStepGroupsCommand: ListTemplateStepGroupsCommand_1.ListTemplateStepGroupsCommand,
51
- ListTemplateStepsCommand: ListTemplateStepsCommand_1.ListTemplateStepsCommand,
52
- ListWorkflowsCommand: ListWorkflowsCommand_1.ListWorkflowsCommand,
53
- ListWorkflowStepGroupsCommand: ListWorkflowStepGroupsCommand_1.ListWorkflowStepGroupsCommand,
54
- ListWorkflowStepsCommand: ListWorkflowStepsCommand_1.ListWorkflowStepsCommand,
55
- RetryWorkflowStepCommand: RetryWorkflowStepCommand_1.RetryWorkflowStepCommand,
56
- StartWorkflowCommand: StartWorkflowCommand_1.StartWorkflowCommand,
57
- StopWorkflowCommand: StopWorkflowCommand_1.StopWorkflowCommand,
58
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
59
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
60
- UpdateWorkflowCommand: UpdateWorkflowCommand_1.UpdateWorkflowCommand,
61
- UpdateWorkflowStepCommand: UpdateWorkflowStepCommand_1.UpdateWorkflowStepCommand,
62
- UpdateWorkflowStepGroupCommand: UpdateWorkflowStepGroupCommand_1.UpdateWorkflowStepGroupCommand,
63
- };
64
- class MigrationHubOrchestrator extends MigrationHubOrchestratorClient_1.MigrationHubOrchestratorClient {
65
- }
66
- exports.MigrationHubOrchestrator = MigrationHubOrchestrator;
67
- (0, smithy_client_1.createAggregatedClient)(commands, MigrationHubOrchestrator);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MigrationHubOrchestratorClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
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
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class MigrationHubOrchestratorClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.MigrationHubOrchestratorClient = MigrationHubOrchestratorClient;
1
+ module.exports = require("./index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWorkflowCommand = 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 CreateWorkflowCommand 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("AWSMigrationHubOrchestrator", "CreateWorkflow", {})
23
- .n("MigrationHubOrchestratorClient", "CreateWorkflowCommand")
24
- .f(models_0_1.CreateMigrationWorkflowRequestFilterSensitiveLog, models_0_1.CreateMigrationWorkflowResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateWorkflowCommand)
26
- .de(Aws_restJson1_1.de_CreateWorkflowCommand)
27
- .build() {
28
- }
29
- exports.CreateWorkflowCommand = CreateWorkflowCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWorkflowStepCommand = 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 CreateWorkflowStepCommand 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("AWSMigrationHubOrchestrator", "CreateWorkflowStep", {})
22
- .n("MigrationHubOrchestratorClient", "CreateWorkflowStepCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateWorkflowStepCommand)
25
- .de(Aws_restJson1_1.de_CreateWorkflowStepCommand)
26
- .build() {
27
- }
28
- exports.CreateWorkflowStepCommand = CreateWorkflowStepCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWorkflowStepGroupCommand = 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 CreateWorkflowStepGroupCommand 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("AWSMigrationHubOrchestrator", "CreateWorkflowStepGroup", {})
22
- .n("MigrationHubOrchestratorClient", "CreateWorkflowStepGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateWorkflowStepGroupCommand)
25
- .de(Aws_restJson1_1.de_CreateWorkflowStepGroupCommand)
26
- .build() {
27
- }
28
- exports.CreateWorkflowStepGroupCommand = CreateWorkflowStepGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteWorkflowCommand = 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 DeleteWorkflowCommand 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("AWSMigrationHubOrchestrator", "DeleteWorkflow", {})
22
- .n("MigrationHubOrchestratorClient", "DeleteWorkflowCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteWorkflowCommand)
25
- .de(Aws_restJson1_1.de_DeleteWorkflowCommand)
26
- .build() {
27
- }
28
- exports.DeleteWorkflowCommand = DeleteWorkflowCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteWorkflowStepCommand = 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 DeleteWorkflowStepCommand 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("AWSMigrationHubOrchestrator", "DeleteWorkflowStep", {})
22
- .n("MigrationHubOrchestratorClient", "DeleteWorkflowStepCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteWorkflowStepCommand)
25
- .de(Aws_restJson1_1.de_DeleteWorkflowStepCommand)
26
- .build() {
27
- }
28
- exports.DeleteWorkflowStepCommand = DeleteWorkflowStepCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteWorkflowStepGroupCommand = 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 DeleteWorkflowStepGroupCommand 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("AWSMigrationHubOrchestrator", "DeleteWorkflowStepGroup", {})
22
- .n("MigrationHubOrchestratorClient", "DeleteWorkflowStepGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteWorkflowStepGroupCommand)
25
- .de(Aws_restJson1_1.de_DeleteWorkflowStepGroupCommand)
26
- .build() {
27
- }
28
- exports.DeleteWorkflowStepGroupCommand = DeleteWorkflowStepGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTemplateCommand = 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 GetTemplateCommand 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("AWSMigrationHubOrchestrator", "GetTemplate", {})
22
- .n("MigrationHubOrchestratorClient", "GetTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetTemplateCommand)
25
- .de(Aws_restJson1_1.de_GetTemplateCommand)
26
- .build() {
27
- }
28
- exports.GetTemplateCommand = GetTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTemplateStepCommand = 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 GetTemplateStepCommand 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("AWSMigrationHubOrchestrator", "GetTemplateStep", {})
22
- .n("MigrationHubOrchestratorClient", "GetTemplateStepCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetTemplateStepCommand)
25
- .de(Aws_restJson1_1.de_GetTemplateStepCommand)
26
- .build() {
27
- }
28
- exports.GetTemplateStepCommand = GetTemplateStepCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTemplateStepGroupCommand = 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 GetTemplateStepGroupCommand 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("AWSMigrationHubOrchestrator", "GetTemplateStepGroup", {})
22
- .n("MigrationHubOrchestratorClient", "GetTemplateStepGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetTemplateStepGroupCommand)
25
- .de(Aws_restJson1_1.de_GetTemplateStepGroupCommand)
26
- .build() {
27
- }
28
- exports.GetTemplateStepGroupCommand = GetTemplateStepGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetWorkflowCommand = 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 GetWorkflowCommand 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("AWSMigrationHubOrchestrator", "GetWorkflow", {})
23
- .n("MigrationHubOrchestratorClient", "GetWorkflowCommand")
24
- .f(void 0, models_0_1.GetMigrationWorkflowResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetWorkflowCommand)
26
- .de(Aws_restJson1_1.de_GetWorkflowCommand)
27
- .build() {
28
- }
29
- exports.GetWorkflowCommand = GetWorkflowCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetWorkflowStepCommand = 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 GetWorkflowStepCommand 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("AWSMigrationHubOrchestrator", "GetWorkflowStep", {})
22
- .n("MigrationHubOrchestratorClient", "GetWorkflowStepCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetWorkflowStepCommand)
25
- .de(Aws_restJson1_1.de_GetWorkflowStepCommand)
26
- .build() {
27
- }
28
- exports.GetWorkflowStepCommand = GetWorkflowStepCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetWorkflowStepGroupCommand = 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 GetWorkflowStepGroupCommand 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("AWSMigrationHubOrchestrator", "GetWorkflowStepGroup", {})
22
- .n("MigrationHubOrchestratorClient", "GetWorkflowStepGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetWorkflowStepGroupCommand)
25
- .de(Aws_restJson1_1.de_GetWorkflowStepGroupCommand)
26
- .build() {
27
- }
28
- exports.GetWorkflowStepGroupCommand = GetWorkflowStepGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPluginsCommand = 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 ListPluginsCommand 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("AWSMigrationHubOrchestrator", "ListPlugins", {})
22
- .n("MigrationHubOrchestratorClient", "ListPluginsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListPluginsCommand)
25
- .de(Aws_restJson1_1.de_ListPluginsCommand)
26
- .build() {
27
- }
28
- exports.ListPluginsCommand = ListPluginsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +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 Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand 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("AWSMigrationHubOrchestrator", "ListTagsForResource", {})
22
- .n("MigrationHubOrchestratorClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTemplateStepGroupsCommand = 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 ListTemplateStepGroupsCommand 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("AWSMigrationHubOrchestrator", "ListTemplateStepGroups", {})
22
- .n("MigrationHubOrchestratorClient", "ListTemplateStepGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTemplateStepGroupsCommand)
25
- .de(Aws_restJson1_1.de_ListTemplateStepGroupsCommand)
26
- .build() {
27
- }
28
- exports.ListTemplateStepGroupsCommand = ListTemplateStepGroupsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTemplateStepsCommand = 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 ListTemplateStepsCommand 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("AWSMigrationHubOrchestrator", "ListTemplateSteps", {})
22
- .n("MigrationHubOrchestratorClient", "ListTemplateStepsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTemplateStepsCommand)
25
- .de(Aws_restJson1_1.de_ListTemplateStepsCommand)
26
- .build() {
27
- }
28
- exports.ListTemplateStepsCommand = ListTemplateStepsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTemplatesCommand = 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 ListTemplatesCommand 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("AWSMigrationHubOrchestrator", "ListTemplates", {})
22
- .n("MigrationHubOrchestratorClient", "ListTemplatesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTemplatesCommand)
25
- .de(Aws_restJson1_1.de_ListTemplatesCommand)
26
- .build() {
27
- }
28
- exports.ListTemplatesCommand = ListTemplatesCommand;
1
+ module.exports = require("../index.js");