@aws-sdk/client-migrationhuborchestrator 3.1077.0 → 3.1079.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. package/dist-cjs/index.js +39 -313
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateTemplateCommand.js +2 -14
  4. package/dist-es/commands/CreateWorkflowCommand.js +2 -14
  5. package/dist-es/commands/CreateWorkflowStepCommand.js +2 -14
  6. package/dist-es/commands/CreateWorkflowStepGroupCommand.js +2 -14
  7. package/dist-es/commands/DeleteTemplateCommand.js +2 -14
  8. package/dist-es/commands/DeleteWorkflowCommand.js +2 -14
  9. package/dist-es/commands/DeleteWorkflowStepCommand.js +2 -14
  10. package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +2 -14
  11. package/dist-es/commands/GetTemplateCommand.js +2 -14
  12. package/dist-es/commands/GetTemplateStepCommand.js +2 -14
  13. package/dist-es/commands/GetTemplateStepGroupCommand.js +2 -14
  14. package/dist-es/commands/GetWorkflowCommand.js +2 -14
  15. package/dist-es/commands/GetWorkflowStepCommand.js +2 -14
  16. package/dist-es/commands/GetWorkflowStepGroupCommand.js +2 -14
  17. package/dist-es/commands/ListPluginsCommand.js +2 -14
  18. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  19. package/dist-es/commands/ListTemplateStepGroupsCommand.js +2 -14
  20. package/dist-es/commands/ListTemplateStepsCommand.js +2 -14
  21. package/dist-es/commands/ListTemplatesCommand.js +2 -14
  22. package/dist-es/commands/ListWorkflowStepGroupsCommand.js +2 -14
  23. package/dist-es/commands/ListWorkflowStepsCommand.js +2 -14
  24. package/dist-es/commands/ListWorkflowsCommand.js +2 -14
  25. package/dist-es/commands/RetryWorkflowStepCommand.js +2 -14
  26. package/dist-es/commands/StartWorkflowCommand.js +2 -14
  27. package/dist-es/commands/StopWorkflowCommand.js +2 -14
  28. package/dist-es/commands/TagResourceCommand.js +2 -14
  29. package/dist-es/commands/UntagResourceCommand.js +2 -14
  30. package/dist-es/commands/UpdateTemplateCommand.js +2 -14
  31. package/dist-es/commands/UpdateWorkflowCommand.js +2 -14
  32. package/dist-es/commands/UpdateWorkflowStepCommand.js +2 -14
  33. package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +2 -14
  34. package/dist-es/index.js +1 -0
  35. package/dist-types/commandBuilder.d.ts +18 -0
  36. package/dist-types/commands/CreateTemplateCommand.d.ts +3 -8
  37. package/dist-types/commands/CreateWorkflowCommand.d.ts +3 -8
  38. package/dist-types/commands/CreateWorkflowStepCommand.d.ts +3 -8
  39. package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +3 -8
  40. package/dist-types/commands/DeleteTemplateCommand.d.ts +3 -8
  41. package/dist-types/commands/DeleteWorkflowCommand.d.ts +3 -8
  42. package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +3 -8
  43. package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +3 -8
  44. package/dist-types/commands/GetTemplateCommand.d.ts +3 -8
  45. package/dist-types/commands/GetTemplateStepCommand.d.ts +3 -8
  46. package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +3 -8
  47. package/dist-types/commands/GetWorkflowCommand.d.ts +3 -8
  48. package/dist-types/commands/GetWorkflowStepCommand.d.ts +3 -8
  49. package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +3 -8
  50. package/dist-types/commands/ListPluginsCommand.d.ts +3 -8
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  52. package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +3 -8
  53. package/dist-types/commands/ListTemplateStepsCommand.d.ts +3 -8
  54. package/dist-types/commands/ListTemplatesCommand.d.ts +3 -8
  55. package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +3 -8
  56. package/dist-types/commands/ListWorkflowStepsCommand.d.ts +3 -8
  57. package/dist-types/commands/ListWorkflowsCommand.d.ts +3 -8
  58. package/dist-types/commands/RetryWorkflowStepCommand.d.ts +3 -8
  59. package/dist-types/commands/StartWorkflowCommand.d.ts +3 -8
  60. package/dist-types/commands/StopWorkflowCommand.d.ts +3 -8
  61. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  62. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  63. package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -8
  64. package/dist-types/commands/UpdateWorkflowCommand.d.ts +3 -8
  65. package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +3 -8
  66. package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +3 -8
  67. package/dist-types/index.d.ts +1 -0
  68. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  69. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/CreateWorkflowStepCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/CreateWorkflowStepGroupCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/DeleteWorkflowStepCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DeleteWorkflowStepGroupCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/GetTemplateStepCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/GetTemplateStepGroupCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/GetWorkflowStepCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/GetWorkflowStepGroupCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/ListTemplateStepGroupsCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/ListTemplateStepsCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/ListWorkflowStepGroupsCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/ListWorkflowStepsCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/RetryWorkflowStepCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/StartWorkflowCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/StopWorkflowCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/UpdateWorkflowStepCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/UpdateWorkflowStepGroupCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/index.d.ts +1 -0
  101. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetWorkflow$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetWorkflowCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSMigrationHubOrchestrator", "GetWorkflow", {})
13
- .n("MigrationHubOrchestratorClient", "GetWorkflowCommand")
14
- .sc(GetWorkflow$)
15
- .build() {
3
+ export class GetWorkflowCommand extends command(_ep0, _mw0, "GetWorkflow", GetWorkflow$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetWorkflowStep$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetWorkflowStepCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSMigrationHubOrchestrator", "GetWorkflowStep", {})
13
- .n("MigrationHubOrchestratorClient", "GetWorkflowStepCommand")
14
- .sc(GetWorkflowStep$)
15
- .build() {
3
+ export class GetWorkflowStepCommand extends command(_ep0, _mw0, "GetWorkflowStep", GetWorkflowStep$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetWorkflowStepGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetWorkflowStepGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSMigrationHubOrchestrator", "GetWorkflowStepGroup", {})
13
- .n("MigrationHubOrchestratorClient", "GetWorkflowStepGroupCommand")
14
- .sc(GetWorkflowStepGroup$)
15
- .build() {
3
+ export class GetWorkflowStepGroupCommand extends command(_ep0, _mw0, "GetWorkflowStepGroup", GetWorkflowStepGroup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListPlugins$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListPluginsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSMigrationHubOrchestrator", "ListPlugins", {})
13
- .n("MigrationHubOrchestratorClient", "ListPluginsCommand")
14
- .sc(ListPlugins$)
15
- .build() {
3
+ export class ListPluginsCommand extends command(_ep0, _mw0, "ListPlugins", ListPlugins$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSMigrationHubOrchestrator", "ListTagsForResource", {})
13
- .n("MigrationHubOrchestratorClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTemplateStepGroups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTemplateStepGroupsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSMigrationHubOrchestrator", "ListTemplateStepGroups", {})
13
- .n("MigrationHubOrchestratorClient", "ListTemplateStepGroupsCommand")
14
- .sc(ListTemplateStepGroups$)
15
- .build() {
3
+ export class ListTemplateStepGroupsCommand extends command(_ep0, _mw0, "ListTemplateStepGroups", ListTemplateStepGroups$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTemplateSteps$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTemplateStepsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSMigrationHubOrchestrator", "ListTemplateSteps", {})
13
- .n("MigrationHubOrchestratorClient", "ListTemplateStepsCommand")
14
- .sc(ListTemplateSteps$)
15
- .build() {
3
+ export class ListTemplateStepsCommand extends command(_ep0, _mw0, "ListTemplateSteps", ListTemplateSteps$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTemplates$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTemplatesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSMigrationHubOrchestrator", "ListTemplates", {})
13
- .n("MigrationHubOrchestratorClient", "ListTemplatesCommand")
14
- .sc(ListTemplates$)
15
- .build() {
3
+ export class ListTemplatesCommand extends command(_ep0, _mw0, "ListTemplates", ListTemplates$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListWorkflowStepGroups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListWorkflowStepGroupsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSMigrationHubOrchestrator", "ListWorkflowStepGroups", {})
13
- .n("MigrationHubOrchestratorClient", "ListWorkflowStepGroupsCommand")
14
- .sc(ListWorkflowStepGroups$)
15
- .build() {
3
+ export class ListWorkflowStepGroupsCommand extends command(_ep0, _mw0, "ListWorkflowStepGroups", ListWorkflowStepGroups$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListWorkflowSteps$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListWorkflowStepsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSMigrationHubOrchestrator", "ListWorkflowSteps", {})
13
- .n("MigrationHubOrchestratorClient", "ListWorkflowStepsCommand")
14
- .sc(ListWorkflowSteps$)
15
- .build() {
3
+ export class ListWorkflowStepsCommand extends command(_ep0, _mw0, "ListWorkflowSteps", ListWorkflowSteps$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListWorkflows$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListWorkflowsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSMigrationHubOrchestrator", "ListWorkflows", {})
13
- .n("MigrationHubOrchestratorClient", "ListWorkflowsCommand")
14
- .sc(ListWorkflows$)
15
- .build() {
3
+ export class ListWorkflowsCommand extends command(_ep0, _mw0, "ListWorkflows", ListWorkflows$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RetryWorkflowStep$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RetryWorkflowStepCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSMigrationHubOrchestrator", "RetryWorkflowStep", {})
13
- .n("MigrationHubOrchestratorClient", "RetryWorkflowStepCommand")
14
- .sc(RetryWorkflowStep$)
15
- .build() {
3
+ export class RetryWorkflowStepCommand extends command(_ep0, _mw0, "RetryWorkflowStep", RetryWorkflowStep$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartWorkflow$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartWorkflowCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSMigrationHubOrchestrator", "StartWorkflow", {})
13
- .n("MigrationHubOrchestratorClient", "StartWorkflowCommand")
14
- .sc(StartWorkflow$)
15
- .build() {
3
+ export class StartWorkflowCommand extends command(_ep0, _mw0, "StartWorkflow", StartWorkflow$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopWorkflow$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopWorkflowCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSMigrationHubOrchestrator", "StopWorkflow", {})
13
- .n("MigrationHubOrchestratorClient", "StopWorkflowCommand")
14
- .sc(StopWorkflow$)
15
- .build() {
3
+ export class StopWorkflowCommand extends command(_ep0, _mw0, "StopWorkflow", StopWorkflow$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSMigrationHubOrchestrator", "TagResource", {})
13
- .n("MigrationHubOrchestratorClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSMigrationHubOrchestrator", "UntagResource", {})
13
- .n("MigrationHubOrchestratorClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateTemplate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateTemplateCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSMigrationHubOrchestrator", "UpdateTemplate", {})
13
- .n("MigrationHubOrchestratorClient", "UpdateTemplateCommand")
14
- .sc(UpdateTemplate$)
15
- .build() {
3
+ export class UpdateTemplateCommand extends command(_ep0, _mw0, "UpdateTemplate", UpdateTemplate$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateWorkflow$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateWorkflowCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSMigrationHubOrchestrator", "UpdateWorkflow", {})
13
- .n("MigrationHubOrchestratorClient", "UpdateWorkflowCommand")
14
- .sc(UpdateWorkflow$)
15
- .build() {
3
+ export class UpdateWorkflowCommand extends command(_ep0, _mw0, "UpdateWorkflow", UpdateWorkflow$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateWorkflowStep$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateWorkflowStepCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSMigrationHubOrchestrator", "UpdateWorkflowStep", {})
13
- .n("MigrationHubOrchestratorClient", "UpdateWorkflowStepCommand")
14
- .sc(UpdateWorkflowStep$)
15
- .build() {
3
+ export class UpdateWorkflowStepCommand extends command(_ep0, _mw0, "UpdateWorkflowStep", UpdateWorkflowStep$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateWorkflowStepGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateWorkflowStepGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSMigrationHubOrchestrator", "UpdateWorkflowStepGroup", {})
13
- .n("MigrationHubOrchestratorClient", "UpdateWorkflowStepGroupCommand")
14
- .sc(UpdateWorkflowStepGroup$)
15
- .build() {
3
+ export class UpdateWorkflowStepGroupCommand extends command(_ep0, _mw0, "UpdateWorkflowStepGroup", UpdateWorkflowStepGroup$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./MigrationHubOrchestratorClient";
2
2
  export * from "./MigrationHubOrchestrator";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./MigrationHubOrchestratorClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateTemplateCommandInput extends CreateTemplateRequest {
22
19
  export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateTemplateCommand_base: {
25
- new (input: CreateTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a migration workflow template.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { CreateMigrationWorkflowRequest, CreateMigrationWorkflowResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateWorkflowCommandInput extends CreateMigrationWorkflowReque
22
19
  export interface CreateWorkflowCommandOutput extends CreateMigrationWorkflowResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateWorkflowCommand_base: {
25
- new (input: CreateWorkflowCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateWorkflowCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateWorkflowCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateWorkflowCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Create a workflow to orchestrate your migrations.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { CreateWorkflowStepRequest, CreateWorkflowStepResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateWorkflowStepCommandInput extends CreateWorkflowStepReques
22
19
  export interface CreateWorkflowStepCommandOutput extends CreateWorkflowStepResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateWorkflowStepCommand_base: {
25
- new (input: CreateWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Create a step in the migration workflow.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { CreateWorkflowStepGroupRequest, CreateWorkflowStepGroupResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateWorkflowStepGroupCommandInput extends CreateWorkflowStepG
22
19
  export interface CreateWorkflowStepGroupCommandOutput extends CreateWorkflowStepGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateWorkflowStepGroupCommand_base: {
25
- new (input: CreateWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowStepGroupCommandInput, CreateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowStepGroupCommandInput, CreateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowStepGroupCommandInput, CreateWorkflowStepGroupCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowStepGroupCommandInput, CreateWorkflowStepGroupCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Create a step group in a migration workflow.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { DeleteTemplateRequest, DeleteTemplateResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteTemplateCommandInput extends DeleteTemplateRequest {
22
19
  export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTemplateCommand_base: {
25
- new (input: DeleteTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a migration workflow template.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { DeleteMigrationWorkflowRequest, DeleteMigrationWorkflowResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteWorkflowCommandInput extends DeleteMigrationWorkflowReque
22
19
  export interface DeleteWorkflowCommandOutput extends DeleteMigrationWorkflowResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteWorkflowCommand_base: {
25
- new (input: DeleteWorkflowCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWorkflowCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteWorkflowCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteWorkflowCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Delete a migration workflow. You must pause a running workflow in Migration Hub Orchestrator console to