@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,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { ListTemplateStepGroupsRequest, ListTemplateStepGroupsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTemplateStepGroupsCommandInput extends ListTemplateStepGrou
21
20
  */
22
21
  export interface ListTemplateStepGroupsCommandOutput extends ListTemplateStepGroupsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTemplateStepGroupsCommand_base: {
24
+ new (input: ListTemplateStepGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the step groups in a template.</p>
@@ -77,23 +80,5 @@ export interface ListTemplateStepGroupsCommandOutput extends ListTemplateStepGro
77
80
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
78
81
  *
79
82
  */
80
- export declare class ListTemplateStepGroupsCommand extends $Command<ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
81
- readonly input: ListTemplateStepGroupsCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListTemplateStepGroupsCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListTemplateStepGroupsCommand extends ListTemplateStepGroupsCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { ListTemplateStepsRequest, ListTemplateStepsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTemplateStepsCommandInput extends ListTemplateStepsRequest
21
20
  */
22
21
  export interface ListTemplateStepsCommandOutput extends ListTemplateStepsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTemplateStepsCommand_base: {
24
+ new (input: ListTemplateStepsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the steps in a template.</p>
@@ -86,23 +89,5 @@ export interface ListTemplateStepsCommandOutput extends ListTemplateStepsRespons
86
89
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
87
90
  *
88
91
  */
89
- export declare class ListTemplateStepsCommand extends $Command<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
90
- readonly input: ListTemplateStepsCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: ListTemplateStepsCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class ListTemplateStepsCommand extends ListTemplateStepsCommand_base {
108
93
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { ListMigrationWorkflowTemplatesRequest, ListMigrationWorkflowTemplatesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTemplatesCommandInput extends ListMigrationWorkflowTemplate
21
20
  */
22
21
  export interface ListTemplatesCommandOutput extends ListMigrationWorkflowTemplatesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTemplatesCommand_base: {
24
+ new (input: ListTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the templates available in Migration Hub Orchestrator to create a migration workflow.</p>
@@ -70,23 +73,5 @@ export interface ListTemplatesCommandOutput extends ListMigrationWorkflowTemplat
70
73
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
71
74
  *
72
75
  */
73
- export declare class ListTemplatesCommand extends $Command<ListTemplatesCommandInput, ListTemplatesCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
74
- readonly input: ListTemplatesCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: ListTemplatesCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTemplatesCommandInput, ListTemplatesCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class ListTemplatesCommand extends ListTemplatesCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { ListWorkflowStepGroupsRequest, ListWorkflowStepGroupsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListWorkflowStepGroupsCommandInput extends ListWorkflowStepGrou
21
20
  */
22
21
  export interface ListWorkflowStepGroupsCommandOutput extends ListWorkflowStepGroupsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListWorkflowStepGroupsCommand_base: {
24
+ new (input: ListWorkflowStepGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the step groups in a migration workflow.</p>
@@ -82,23 +85,5 @@ export interface ListWorkflowStepGroupsCommandOutput extends ListWorkflowStepGro
82
85
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
83
86
  *
84
87
  */
85
- export declare class ListWorkflowStepGroupsCommand extends $Command<ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
86
- readonly input: ListWorkflowStepGroupsCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: ListWorkflowStepGroupsCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class ListWorkflowStepGroupsCommand extends ListWorkflowStepGroupsCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { ListWorkflowStepsRequest, ListWorkflowStepsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListWorkflowStepsCommandInput extends ListWorkflowStepsRequest
21
20
  */
22
21
  export interface ListWorkflowStepsCommandOutput extends ListWorkflowStepsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListWorkflowStepsCommand_base: {
24
+ new (input: ListWorkflowStepsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the steps in a workflow.</p>
@@ -87,23 +90,5 @@ export interface ListWorkflowStepsCommandOutput extends ListWorkflowStepsRespons
87
90
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
88
91
  *
89
92
  */
90
- export declare class ListWorkflowStepsCommand extends $Command<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
91
- readonly input: ListWorkflowStepsCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: ListWorkflowStepsCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class ListWorkflowStepsCommand extends ListWorkflowStepsCommand_base {
109
94
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { ListMigrationWorkflowsRequest, ListMigrationWorkflowsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListWorkflowsCommandInput extends ListMigrationWorkflowsRequest
21
20
  */
22
21
  export interface ListWorkflowsCommandOutput extends ListMigrationWorkflowsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListWorkflowsCommand_base: {
24
+ new (input: ListWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the migration workflows.</p>
@@ -85,23 +88,5 @@ export interface ListWorkflowsCommandOutput extends ListMigrationWorkflowsRespon
85
88
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
86
89
  *
87
90
  */
88
- export declare class ListWorkflowsCommand extends $Command<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
89
- readonly input: ListWorkflowsCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: ListWorkflowsCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkflowsCommandInput, ListWorkflowsCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {
107
92
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { RetryWorkflowStepRequest, RetryWorkflowStepResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RetryWorkflowStepCommandInput extends RetryWorkflowStepRequest
21
20
  */
22
21
  export interface RetryWorkflowStepCommandOutput extends RetryWorkflowStepResponse, __MetadataBearer {
23
22
  }
23
+ declare const RetryWorkflowStepCommand_base: {
24
+ new (input: RetryWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retry a failed step in a migration workflow.</p>
@@ -68,23 +71,5 @@ export interface RetryWorkflowStepCommandOutput extends RetryWorkflowStepRespons
68
71
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
69
72
  *
70
73
  */
71
- export declare class RetryWorkflowStepCommand extends $Command<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
72
- readonly input: RetryWorkflowStepCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: RetryWorkflowStepCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class RetryWorkflowStepCommand extends RetryWorkflowStepCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { StartMigrationWorkflowRequest, StartMigrationWorkflowResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartWorkflowCommandInput extends StartMigrationWorkflowRequest
21
20
  */
22
21
  export interface StartWorkflowCommandOutput extends StartMigrationWorkflowResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartWorkflowCommand_base: {
24
+ new (input: StartWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowCommandInput, StartWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Start a migration workflow.</p>
@@ -70,23 +73,5 @@ export interface StartWorkflowCommandOutput extends StartMigrationWorkflowRespon
70
73
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
71
74
  *
72
75
  */
73
- export declare class StartWorkflowCommand extends $Command<StartWorkflowCommandInput, StartWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
74
- readonly input: StartWorkflowCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: StartWorkflowCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartWorkflowCommandInput, StartWorkflowCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class StartWorkflowCommand extends StartWorkflowCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { StopMigrationWorkflowRequest, StopMigrationWorkflowResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopWorkflowCommandInput extends StopMigrationWorkflowRequest {
21
20
  */
22
21
  export interface StopWorkflowCommandOutput extends StopMigrationWorkflowResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopWorkflowCommand_base: {
24
+ new (input: StopWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<StopWorkflowCommandInput, StopWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stop an ongoing migration workflow.</p>
@@ -70,23 +73,5 @@ export interface StopWorkflowCommandOutput extends StopMigrationWorkflowResponse
70
73
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
71
74
  *
72
75
  */
73
- export declare class StopWorkflowCommand extends $Command<StopWorkflowCommandInput, StopWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
74
- readonly input: StopWorkflowCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: StopWorkflowCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopWorkflowCommandInput, StopWorkflowCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class StopWorkflowCommand extends StopWorkflowCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Tag a resource by specifying its Amazon Resource Name (ARN).</p>
@@ -58,23 +61,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
58
61
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
59
62
  *
60
63
  */
61
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
62
- readonly input: TagResourceCommandInput;
63
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
- /**
65
- * @public
66
- */
67
- constructor(input: TagResourceCommandInput);
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
72
- /**
73
- * @internal
74
- */
75
- private serialize;
76
- /**
77
- * @internal
78
- */
79
- private deserialize;
64
+ export declare class TagResourceCommand extends TagResourceCommand_base {
80
65
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the tags for a resource.</p>
@@ -58,23 +61,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
58
61
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
59
62
  *
60
63
  */
61
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
62
- readonly input: UntagResourceCommandInput;
63
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
- /**
65
- * @public
66
- */
67
- constructor(input: UntagResourceCommandInput);
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
72
- /**
73
- * @internal
74
- */
75
- private serialize;
76
- /**
77
- * @internal
78
- */
79
- private deserialize;
64
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
80
65
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { UpdateMigrationWorkflowRequest, UpdateMigrationWorkflowResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateWorkflowCommandInput extends UpdateMigrationWorkflowReque
21
20
  */
22
21
  export interface UpdateWorkflowCommandOutput extends UpdateMigrationWorkflowResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateWorkflowCommand_base: {
24
+ new (input: UpdateWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update a migration workflow.</p>
@@ -109,23 +112,5 @@ export interface UpdateWorkflowCommandOutput extends UpdateMigrationWorkflowResp
109
112
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
110
113
  *
111
114
  */
112
- export declare class UpdateWorkflowCommand extends $Command<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
113
- readonly input: UpdateWorkflowCommandInput;
114
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
115
- /**
116
- * @public
117
- */
118
- constructor(input: UpdateWorkflowCommandInput);
119
- /**
120
- * @internal
121
- */
122
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput>;
123
- /**
124
- * @internal
125
- */
126
- private serialize;
127
- /**
128
- * @internal
129
- */
130
- private deserialize;
115
+ export declare class UpdateWorkflowCommand extends UpdateWorkflowCommand_base {
131
116
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { UpdateWorkflowStepRequest, UpdateWorkflowStepResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateWorkflowStepCommandInput extends UpdateWorkflowStepReques
21
20
  */
22
21
  export interface UpdateWorkflowStepCommandOutput extends UpdateWorkflowStepResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateWorkflowStepCommand_base: {
24
+ new (input: UpdateWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkflowStepCommandInput, UpdateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update a step in a migration workflow.</p>
@@ -108,23 +111,5 @@ export interface UpdateWorkflowStepCommandOutput extends UpdateWorkflowStepRespo
108
111
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
109
112
  *
110
113
  */
111
- export declare class UpdateWorkflowStepCommand extends $Command<UpdateWorkflowStepCommandInput, UpdateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
112
- readonly input: UpdateWorkflowStepCommandInput;
113
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
114
- /**
115
- * @public
116
- */
117
- constructor(input: UpdateWorkflowStepCommandInput);
118
- /**
119
- * @internal
120
- */
121
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkflowStepCommandInput, UpdateWorkflowStepCommandOutput>;
122
- /**
123
- * @internal
124
- */
125
- private serialize;
126
- /**
127
- * @internal
128
- */
129
- private deserialize;
114
+ export declare class UpdateWorkflowStepCommand extends UpdateWorkflowStepCommand_base {
130
115
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { UpdateWorkflowStepGroupRequest, UpdateWorkflowStepGroupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateWorkflowStepGroupCommandInput extends UpdateWorkflowStepG
21
20
  */
22
21
  export interface UpdateWorkflowStepGroupCommandOutput extends UpdateWorkflowStepGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateWorkflowStepGroupCommand_base: {
24
+ new (input: UpdateWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkflowStepGroupCommandInput, UpdateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update the step group in a migration workflow.</p>
@@ -91,23 +94,5 @@ export interface UpdateWorkflowStepGroupCommandOutput extends UpdateWorkflowStep
91
94
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
92
95
  *
93
96
  */
94
- export declare class UpdateWorkflowStepGroupCommand extends $Command<UpdateWorkflowStepGroupCommandInput, UpdateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
95
- readonly input: UpdateWorkflowStepGroupCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: UpdateWorkflowStepGroupCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkflowStepGroupCommandInput, UpdateWorkflowStepGroupCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class UpdateWorkflowStepGroupCommand extends UpdateWorkflowStepGroupCommand_base {
113
98
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { MigrationHubOrchestratorPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListPlugins(config: MigrationHubOrchestratorPaginationConfiguration, input: ListPluginsCommandInput, ...additionalArguments: any): Paginator<ListPluginsCommandOutput>;
7
+ export declare const paginateListPlugins: (config: MigrationHubOrchestratorPaginationConfiguration, input: ListPluginsCommandInput, ...rest: any[]) => Paginator<ListPluginsCommandOutput>;