@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_StopWorkflowCommand, se_StopWorkflowCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class StopWorkflowCommand 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, StopWorkflowCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "MigrationHubOrchestratorClient";
26
- const commandName = "StopWorkflowCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSMigrationHubOrchestrator",
35
- operation: "StopWorkflow",
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_StopWorkflowCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_StopWorkflowCommand(output, context);
46
- }
7
+ export class StopWorkflowCommand 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", "StopWorkflow", {})
19
+ .n("MigrationHubOrchestratorClient", "StopWorkflowCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_StopWorkflowCommand)
22
+ .de(de_StopWorkflowCommand)
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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class TagResourceCommand 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, TagResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "MigrationHubOrchestratorClient";
26
- const commandName = "TagResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSMigrationHubOrchestrator",
35
- operation: "TagResource",
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_TagResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_TagResourceCommand(output, context);
46
- }
7
+ export class TagResourceCommand 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", "TagResource", {})
19
+ .n("MigrationHubOrchestratorClient", "TagResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_TagResourceCommand)
22
+ .de(de_TagResourceCommand)
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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UntagResourceCommand 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, UntagResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "MigrationHubOrchestratorClient";
26
- const commandName = "UntagResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSMigrationHubOrchestrator",
35
- operation: "UntagResource",
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_UntagResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UntagResourceCommand(output, context);
46
- }
7
+ export class UntagResourceCommand 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", "UntagResource", {})
19
+ .n("MigrationHubOrchestratorClient", "UntagResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UntagResourceCommand)
22
+ .de(de_UntagResourceCommand)
23
+ .build() {
47
24
  }
@@ -1,48 +1,25 @@
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 { UpdateMigrationWorkflowRequestFilterSensitiveLog, UpdateMigrationWorkflowResponseFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_UpdateWorkflowCommand, se_UpdateWorkflowCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class UpdateWorkflowCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateWorkflowCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "MigrationHubOrchestratorClient";
27
- const commandName = "UpdateWorkflowCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: UpdateMigrationWorkflowRequestFilterSensitiveLog,
33
- outputFilterSensitiveLog: UpdateMigrationWorkflowResponseFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "AWSMigrationHubOrchestrator",
36
- operation: "UpdateWorkflow",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_UpdateWorkflowCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_UpdateWorkflowCommand(output, context);
47
- }
8
+ export class UpdateWorkflowCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("AWSMigrationHubOrchestrator", "UpdateWorkflow", {})
20
+ .n("MigrationHubOrchestratorClient", "UpdateWorkflowCommand")
21
+ .f(UpdateMigrationWorkflowRequestFilterSensitiveLog, UpdateMigrationWorkflowResponseFilterSensitiveLog)
22
+ .ser(se_UpdateWorkflowCommand)
23
+ .de(de_UpdateWorkflowCommand)
24
+ .build() {
48
25
  }
@@ -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_UpdateWorkflowStepCommand, se_UpdateWorkflowStepCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateWorkflowStepCommand 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, UpdateWorkflowStepCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "MigrationHubOrchestratorClient";
26
- const commandName = "UpdateWorkflowStepCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSMigrationHubOrchestrator",
35
- operation: "UpdateWorkflowStep",
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_UpdateWorkflowStepCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateWorkflowStepCommand(output, context);
46
- }
7
+ export class UpdateWorkflowStepCommand 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", "UpdateWorkflowStep", {})
19
+ .n("MigrationHubOrchestratorClient", "UpdateWorkflowStepCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateWorkflowStepCommand)
22
+ .de(de_UpdateWorkflowStepCommand)
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_UpdateWorkflowStepGroupCommand, se_UpdateWorkflowStepGroupCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateWorkflowStepGroupCommand 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, UpdateWorkflowStepGroupCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "MigrationHubOrchestratorClient";
26
- const commandName = "UpdateWorkflowStepGroupCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSMigrationHubOrchestrator",
35
- operation: "UpdateWorkflowStepGroup",
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_UpdateWorkflowStepGroupCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateWorkflowStepGroupCommand(output, context);
46
- }
7
+ export class UpdateWorkflowStepGroupCommand 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", "UpdateWorkflowStepGroup", {})
19
+ .n("MigrationHubOrchestratorClient", "UpdateWorkflowStepGroupCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateWorkflowStepGroupCommand)
22
+ .de(de_UpdateWorkflowStepGroupCommand)
23
+ .build() {
47
24
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "migrationhub-orchestrator",
7
7
  };
8
8
  };
9
+ export const commonParams = {
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
+ };
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListPluginsCommand } from "../commands/ListPluginsCommand";
2
3
  import { MigrationHubOrchestratorClient } from "../MigrationHubOrchestratorClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListPluginsCommand(input), ...args);
5
- };
6
- export async function* paginateListPlugins(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.nextToken = token;
12
- input["maxResults"] = config.pageSize;
13
- if (config.client instanceof MigrationHubOrchestratorClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected MigrationHubOrchestrator | MigrationHubOrchestratorClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.nextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListPlugins = createPaginator(MigrationHubOrchestratorClient, ListPluginsCommand, "nextToken", "nextToken", "maxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListTemplateStepGroupsCommand, } from "../commands/ListTemplateStepGroupsCommand";
2
3
  import { MigrationHubOrchestratorClient } from "../MigrationHubOrchestratorClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListTemplateStepGroupsCommand(input), ...args);
5
- };
6
- export async function* paginateListTemplateStepGroups(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.nextToken = token;
12
- input["maxResults"] = config.pageSize;
13
- if (config.client instanceof MigrationHubOrchestratorClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected MigrationHubOrchestrator | MigrationHubOrchestratorClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.nextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListTemplateStepGroups = createPaginator(MigrationHubOrchestratorClient, ListTemplateStepGroupsCommand, "nextToken", "nextToken", "maxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListTemplateStepsCommand, } from "../commands/ListTemplateStepsCommand";
2
3
  import { MigrationHubOrchestratorClient } from "../MigrationHubOrchestratorClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListTemplateStepsCommand(input), ...args);
5
- };
6
- export async function* paginateListTemplateSteps(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.nextToken = token;
12
- input["maxResults"] = config.pageSize;
13
- if (config.client instanceof MigrationHubOrchestratorClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected MigrationHubOrchestrator | MigrationHubOrchestratorClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.nextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListTemplateSteps = createPaginator(MigrationHubOrchestratorClient, ListTemplateStepsCommand, "nextToken", "nextToken", "maxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListTemplatesCommand, } from "../commands/ListTemplatesCommand";
2
3
  import { MigrationHubOrchestratorClient } from "../MigrationHubOrchestratorClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListTemplatesCommand(input), ...args);
5
- };
6
- export async function* paginateListTemplates(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.nextToken = token;
12
- input["maxResults"] = config.pageSize;
13
- if (config.client instanceof MigrationHubOrchestratorClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected MigrationHubOrchestrator | MigrationHubOrchestratorClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.nextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListTemplates = createPaginator(MigrationHubOrchestratorClient, ListTemplatesCommand, "nextToken", "nextToken", "maxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListWorkflowStepGroupsCommand, } from "../commands/ListWorkflowStepGroupsCommand";
2
3
  import { MigrationHubOrchestratorClient } from "../MigrationHubOrchestratorClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListWorkflowStepGroupsCommand(input), ...args);
5
- };
6
- export async function* paginateListWorkflowStepGroups(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.nextToken = token;
12
- input["maxResults"] = config.pageSize;
13
- if (config.client instanceof MigrationHubOrchestratorClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected MigrationHubOrchestrator | MigrationHubOrchestratorClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.nextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListWorkflowStepGroups = createPaginator(MigrationHubOrchestratorClient, ListWorkflowStepGroupsCommand, "nextToken", "nextToken", "maxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListWorkflowStepsCommand, } from "../commands/ListWorkflowStepsCommand";
2
3
  import { MigrationHubOrchestratorClient } from "../MigrationHubOrchestratorClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListWorkflowStepsCommand(input), ...args);
5
- };
6
- export async function* paginateListWorkflowSteps(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.nextToken = token;
12
- input["maxResults"] = config.pageSize;
13
- if (config.client instanceof MigrationHubOrchestratorClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected MigrationHubOrchestrator | MigrationHubOrchestratorClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.nextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListWorkflowSteps = createPaginator(MigrationHubOrchestratorClient, ListWorkflowStepsCommand, "nextToken", "nextToken", "maxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListWorkflowsCommand, } from "../commands/ListWorkflowsCommand";
2
3
  import { MigrationHubOrchestratorClient } from "../MigrationHubOrchestratorClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListWorkflowsCommand(input), ...args);
5
- };
6
- export async function* paginateListWorkflows(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.nextToken = token;
12
- input["maxResults"] = config.pageSize;
13
- if (config.client instanceof MigrationHubOrchestratorClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected MigrationHubOrchestrator | MigrationHubOrchestratorClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.nextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListWorkflows = createPaginator(MigrationHubOrchestratorClient, ListWorkflowsCommand, "nextToken", "nextToken", "maxResults");