@aws-sdk/client-migrationhuborchestrator 3.477.0 → 3.481.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 (145) hide show
  1. package/dist-cjs/commands/CreateWorkflowCommand.js +18 -41
  2. package/dist-cjs/commands/CreateWorkflowStepCommand.js +18 -41
  3. package/dist-cjs/commands/CreateWorkflowStepGroupCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteWorkflowCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteWorkflowStepCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteWorkflowStepGroupCommand.js +18 -41
  7. package/dist-cjs/commands/GetTemplateCommand.js +18 -41
  8. package/dist-cjs/commands/GetTemplateStepCommand.js +18 -41
  9. package/dist-cjs/commands/GetTemplateStepGroupCommand.js +18 -41
  10. package/dist-cjs/commands/GetWorkflowCommand.js +18 -41
  11. package/dist-cjs/commands/GetWorkflowStepCommand.js +18 -41
  12. package/dist-cjs/commands/GetWorkflowStepGroupCommand.js +18 -41
  13. package/dist-cjs/commands/ListPluginsCommand.js +18 -41
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  15. package/dist-cjs/commands/ListTemplateStepGroupsCommand.js +18 -41
  16. package/dist-cjs/commands/ListTemplateStepsCommand.js +18 -41
  17. package/dist-cjs/commands/ListTemplatesCommand.js +18 -41
  18. package/dist-cjs/commands/ListWorkflowStepGroupsCommand.js +18 -41
  19. package/dist-cjs/commands/ListWorkflowStepsCommand.js +18 -41
  20. package/dist-cjs/commands/ListWorkflowsCommand.js +18 -41
  21. package/dist-cjs/commands/RetryWorkflowStepCommand.js +18 -41
  22. package/dist-cjs/commands/StartWorkflowCommand.js +18 -41
  23. package/dist-cjs/commands/StopWorkflowCommand.js +18 -41
  24. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  25. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  26. package/dist-cjs/commands/UpdateWorkflowCommand.js +18 -41
  27. package/dist-cjs/commands/UpdateWorkflowStepCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateWorkflowStepGroupCommand.js +18 -41
  29. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  30. package/dist-cjs/pagination/ListPluginsPaginator.js +2 -24
  31. package/dist-cjs/pagination/ListTemplateStepGroupsPaginator.js +2 -24
  32. package/dist-cjs/pagination/ListTemplateStepsPaginator.js +2 -24
  33. package/dist-cjs/pagination/ListTemplatesPaginator.js +2 -24
  34. package/dist-cjs/pagination/ListWorkflowStepGroupsPaginator.js +2 -24
  35. package/dist-cjs/pagination/ListWorkflowStepsPaginator.js +2 -24
  36. package/dist-cjs/pagination/ListWorkflowsPaginator.js +2 -24
  37. package/dist-es/commands/CreateWorkflowCommand.js +18 -41
  38. package/dist-es/commands/CreateWorkflowStepCommand.js +18 -41
  39. package/dist-es/commands/CreateWorkflowStepGroupCommand.js +18 -41
  40. package/dist-es/commands/DeleteWorkflowCommand.js +18 -41
  41. package/dist-es/commands/DeleteWorkflowStepCommand.js +18 -41
  42. package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +18 -41
  43. package/dist-es/commands/GetTemplateCommand.js +18 -41
  44. package/dist-es/commands/GetTemplateStepCommand.js +18 -41
  45. package/dist-es/commands/GetTemplateStepGroupCommand.js +18 -41
  46. package/dist-es/commands/GetWorkflowCommand.js +18 -41
  47. package/dist-es/commands/GetWorkflowStepCommand.js +18 -41
  48. package/dist-es/commands/GetWorkflowStepGroupCommand.js +18 -41
  49. package/dist-es/commands/ListPluginsCommand.js +18 -41
  50. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  51. package/dist-es/commands/ListTemplateStepGroupsCommand.js +18 -41
  52. package/dist-es/commands/ListTemplateStepsCommand.js +18 -41
  53. package/dist-es/commands/ListTemplatesCommand.js +18 -41
  54. package/dist-es/commands/ListWorkflowStepGroupsCommand.js +18 -41
  55. package/dist-es/commands/ListWorkflowStepsCommand.js +18 -41
  56. package/dist-es/commands/ListWorkflowsCommand.js +18 -41
  57. package/dist-es/commands/RetryWorkflowStepCommand.js +18 -41
  58. package/dist-es/commands/StartWorkflowCommand.js +18 -41
  59. package/dist-es/commands/StopWorkflowCommand.js +18 -41
  60. package/dist-es/commands/TagResourceCommand.js +18 -41
  61. package/dist-es/commands/UntagResourceCommand.js +18 -41
  62. package/dist-es/commands/UpdateWorkflowCommand.js +18 -41
  63. package/dist-es/commands/UpdateWorkflowStepCommand.js +18 -41
  64. package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +18 -41
  65. package/dist-es/endpoint/EndpointParameters.js +6 -0
  66. package/dist-es/pagination/ListPluginsPaginator.js +2 -23
  67. package/dist-es/pagination/ListTemplateStepGroupsPaginator.js +2 -23
  68. package/dist-es/pagination/ListTemplateStepsPaginator.js +2 -23
  69. package/dist-es/pagination/ListTemplatesPaginator.js +2 -23
  70. package/dist-es/pagination/ListWorkflowStepGroupsPaginator.js +2 -23
  71. package/dist-es/pagination/ListWorkflowStepsPaginator.js +2 -23
  72. package/dist-es/pagination/ListWorkflowsPaginator.js +2 -23
  73. package/dist-types/commands/CreateWorkflowCommand.d.ts +6 -21
  74. package/dist-types/commands/CreateWorkflowStepCommand.d.ts +6 -21
  75. package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +6 -21
  76. package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -21
  77. package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +6 -21
  78. package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +6 -21
  79. package/dist-types/commands/GetTemplateCommand.d.ts +6 -21
  80. package/dist-types/commands/GetTemplateStepCommand.d.ts +6 -21
  81. package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +6 -21
  82. package/dist-types/commands/GetWorkflowCommand.d.ts +6 -21
  83. package/dist-types/commands/GetWorkflowStepCommand.d.ts +6 -21
  84. package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +6 -21
  85. package/dist-types/commands/ListPluginsCommand.d.ts +6 -21
  86. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  87. package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +6 -21
  88. package/dist-types/commands/ListTemplateStepsCommand.d.ts +6 -21
  89. package/dist-types/commands/ListTemplatesCommand.d.ts +6 -21
  90. package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +6 -21
  91. package/dist-types/commands/ListWorkflowStepsCommand.d.ts +6 -21
  92. package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -21
  93. package/dist-types/commands/RetryWorkflowStepCommand.d.ts +6 -21
  94. package/dist-types/commands/StartWorkflowCommand.d.ts +6 -21
  95. package/dist-types/commands/StopWorkflowCommand.d.ts +6 -21
  96. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  97. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  98. package/dist-types/commands/UpdateWorkflowCommand.d.ts +6 -21
  99. package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +6 -21
  100. package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +6 -21
  101. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  102. package/dist-types/pagination/ListPluginsPaginator.d.ts +1 -1
  103. package/dist-types/pagination/ListTemplateStepGroupsPaginator.d.ts +1 -1
  104. package/dist-types/pagination/ListTemplateStepsPaginator.d.ts +1 -1
  105. package/dist-types/pagination/ListTemplatesPaginator.d.ts +1 -1
  106. package/dist-types/pagination/ListWorkflowStepGroupsPaginator.d.ts +1 -1
  107. package/dist-types/pagination/ListWorkflowStepsPaginator.d.ts +1 -1
  108. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/CreateWorkflowStepCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/CreateWorkflowStepGroupCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/DeleteWorkflowStepCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/DeleteWorkflowStepGroupCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/GetTemplateStepCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/GetTemplateStepGroupCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/GetWorkflowStepCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/GetWorkflowStepGroupCommand.d.ts +12 -24
  121. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/ListTemplateStepGroupsCommand.d.ts +12 -24
  124. package/dist-types/ts3.4/commands/ListTemplateStepsCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/ListWorkflowStepGroupsCommand.d.ts +12 -24
  127. package/dist-types/ts3.4/commands/ListWorkflowStepsCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/RetryWorkflowStepCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/StartWorkflowCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/StopWorkflowCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  133. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/UpdateWorkflowStepCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/UpdateWorkflowStepGroupCommand.d.ts +12 -24
  137. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  138. package/dist-types/ts3.4/pagination/ListPluginsPaginator.d.ts +3 -3
  139. package/dist-types/ts3.4/pagination/ListTemplateStepGroupsPaginator.d.ts +3 -3
  140. package/dist-types/ts3.4/pagination/ListTemplateStepsPaginator.d.ts +3 -3
  141. package/dist-types/ts3.4/pagination/ListTemplatesPaginator.d.ts +3 -3
  142. package/dist-types/ts3.4/pagination/ListWorkflowStepGroupsPaginator.d.ts +3 -3
  143. package/dist-types/ts3.4/pagination/ListWorkflowStepsPaginator.d.ts +3 -3
  144. package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +3 -3
  145. package/package.json +11 -11
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class ListTagsForResourceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "MigrationHubOrchestratorClient";
26
- const commandName = "ListTagsForResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSMigrationHubOrchestrator",
35
- operation: "ListTagsForResource",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListTagsForResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListTagsForResourceCommand(output, context);
46
- }
7
+ export class ListTagsForResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSMigrationHubOrchestrator", "ListTagsForResource", {})
19
+ .n("MigrationHubOrchestratorClient", "ListTagsForResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListTagsForResourceCommand)
22
+ .de(de_ListTagsForResourceCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListTemplateStepGroupsCommand, se_ListTemplateStepGroupsCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class ListTemplateStepGroupsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListTemplateStepGroupsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "MigrationHubOrchestratorClient";
26
- const commandName = "ListTemplateStepGroupsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSMigrationHubOrchestrator",
35
- operation: "ListTemplateStepGroups",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListTemplateStepGroupsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListTemplateStepGroupsCommand(output, context);
46
- }
7
+ export class ListTemplateStepGroupsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSMigrationHubOrchestrator", "ListTemplateStepGroups", {})
19
+ .n("MigrationHubOrchestratorClient", "ListTemplateStepGroupsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListTemplateStepGroupsCommand)
22
+ .de(de_ListTemplateStepGroupsCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListTemplateStepsCommand, se_ListTemplateStepsCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class ListTemplateStepsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListTemplateStepsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "MigrationHubOrchestratorClient";
26
- const commandName = "ListTemplateStepsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSMigrationHubOrchestrator",
35
- operation: "ListTemplateSteps",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListTemplateStepsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListTemplateStepsCommand(output, context);
46
- }
7
+ export class ListTemplateStepsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSMigrationHubOrchestrator", "ListTemplateSteps", {})
19
+ .n("MigrationHubOrchestratorClient", "ListTemplateStepsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListTemplateStepsCommand)
22
+ .de(de_ListTemplateStepsCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListTemplatesCommand, se_ListTemplatesCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class ListTemplatesCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListTemplatesCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "MigrationHubOrchestratorClient";
26
- const commandName = "ListTemplatesCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSMigrationHubOrchestrator",
35
- operation: "ListTemplates",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListTemplatesCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListTemplatesCommand(output, context);
46
- }
7
+ export class ListTemplatesCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSMigrationHubOrchestrator", "ListTemplates", {})
19
+ .n("MigrationHubOrchestratorClient", "ListTemplatesCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListTemplatesCommand)
22
+ .de(de_ListTemplatesCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListWorkflowStepGroupsCommand, se_ListWorkflowStepGroupsCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class ListWorkflowStepGroupsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListWorkflowStepGroupsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "MigrationHubOrchestratorClient";
26
- const commandName = "ListWorkflowStepGroupsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSMigrationHubOrchestrator",
35
- operation: "ListWorkflowStepGroups",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListWorkflowStepGroupsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListWorkflowStepGroupsCommand(output, context);
46
- }
7
+ export class ListWorkflowStepGroupsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSMigrationHubOrchestrator", "ListWorkflowStepGroups", {})
19
+ .n("MigrationHubOrchestratorClient", "ListWorkflowStepGroupsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListWorkflowStepGroupsCommand)
22
+ .de(de_ListWorkflowStepGroupsCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListWorkflowStepsCommand, se_ListWorkflowStepsCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class ListWorkflowStepsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListWorkflowStepsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "MigrationHubOrchestratorClient";
26
- const commandName = "ListWorkflowStepsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSMigrationHubOrchestrator",
35
- operation: "ListWorkflowSteps",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListWorkflowStepsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListWorkflowStepsCommand(output, context);
46
- }
7
+ export class ListWorkflowStepsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSMigrationHubOrchestrator", "ListWorkflowSteps", {})
19
+ .n("MigrationHubOrchestratorClient", "ListWorkflowStepsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListWorkflowStepsCommand)
22
+ .de(de_ListWorkflowStepsCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListWorkflowsCommand, se_ListWorkflowsCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class ListWorkflowsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListWorkflowsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "MigrationHubOrchestratorClient";
26
- const commandName = "ListWorkflowsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSMigrationHubOrchestrator",
35
- operation: "ListWorkflows",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListWorkflowsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListWorkflowsCommand(output, context);
46
- }
7
+ export class ListWorkflowsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSMigrationHubOrchestrator", "ListWorkflows", {})
19
+ .n("MigrationHubOrchestratorClient", "ListWorkflowsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListWorkflowsCommand)
22
+ .de(de_ListWorkflowsCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_RetryWorkflowStepCommand, se_RetryWorkflowStepCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class RetryWorkflowStepCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, RetryWorkflowStepCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "MigrationHubOrchestratorClient";
26
- const commandName = "RetryWorkflowStepCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSMigrationHubOrchestrator",
35
- operation: "RetryWorkflowStep",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_RetryWorkflowStepCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_RetryWorkflowStepCommand(output, context);
46
- }
7
+ export class RetryWorkflowStepCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSMigrationHubOrchestrator", "RetryWorkflowStep", {})
19
+ .n("MigrationHubOrchestratorClient", "RetryWorkflowStepCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_RetryWorkflowStepCommand)
22
+ .de(de_RetryWorkflowStepCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_StartWorkflowCommand, se_StartWorkflowCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class StartWorkflowCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, StartWorkflowCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "MigrationHubOrchestratorClient";
26
- const commandName = "StartWorkflowCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSMigrationHubOrchestrator",
35
- operation: "StartWorkflow",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_StartWorkflowCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_StartWorkflowCommand(output, context);
46
- }
7
+ export class StartWorkflowCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSMigrationHubOrchestrator", "StartWorkflow", {})
19
+ .n("MigrationHubOrchestratorClient", "StartWorkflowCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_StartWorkflowCommand)
22
+ .de(de_StartWorkflowCommand)
23
+ .build() {
47
24
  }