@aws-sdk/client-migrationhuborchestrator 3.181.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 (204) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +201 -0
  3. package/README.md +209 -0
  4. package/dist-cjs/MigrationHubOrchestrator.js +427 -0
  5. package/dist-cjs/MigrationHubOrchestratorClient.js +37 -0
  6. package/dist-cjs/commands/CreateWorkflowCommand.js +36 -0
  7. package/dist-cjs/commands/CreateWorkflowStepCommand.js +36 -0
  8. package/dist-cjs/commands/CreateWorkflowStepGroupCommand.js +36 -0
  9. package/dist-cjs/commands/DeleteWorkflowCommand.js +36 -0
  10. package/dist-cjs/commands/DeleteWorkflowStepCommand.js +36 -0
  11. package/dist-cjs/commands/DeleteWorkflowStepGroupCommand.js +36 -0
  12. package/dist-cjs/commands/GetTemplateCommand.js +36 -0
  13. package/dist-cjs/commands/GetTemplateStepCommand.js +36 -0
  14. package/dist-cjs/commands/GetTemplateStepGroupCommand.js +36 -0
  15. package/dist-cjs/commands/GetWorkflowCommand.js +36 -0
  16. package/dist-cjs/commands/GetWorkflowStepCommand.js +36 -0
  17. package/dist-cjs/commands/GetWorkflowStepGroupCommand.js +36 -0
  18. package/dist-cjs/commands/ListPluginsCommand.js +36 -0
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  20. package/dist-cjs/commands/ListTemplateStepGroupsCommand.js +36 -0
  21. package/dist-cjs/commands/ListTemplateStepsCommand.js +36 -0
  22. package/dist-cjs/commands/ListTemplatesCommand.js +36 -0
  23. package/dist-cjs/commands/ListWorkflowStepGroupsCommand.js +36 -0
  24. package/dist-cjs/commands/ListWorkflowStepsCommand.js +36 -0
  25. package/dist-cjs/commands/ListWorkflowsCommand.js +36 -0
  26. package/dist-cjs/commands/RetryWorkflowStepCommand.js +36 -0
  27. package/dist-cjs/commands/StartWorkflowCommand.js +36 -0
  28. package/dist-cjs/commands/StopWorkflowCommand.js +36 -0
  29. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  30. package/dist-cjs/commands/UntagResourceCommand.js +36 -0
  31. package/dist-cjs/commands/UpdateWorkflowCommand.js +36 -0
  32. package/dist-cjs/commands/UpdateWorkflowStepCommand.js +36 -0
  33. package/dist-cjs/commands/UpdateWorkflowStepGroupCommand.js +36 -0
  34. package/dist-cjs/commands/index.js +31 -0
  35. package/dist-cjs/endpoints.js +132 -0
  36. package/dist-cjs/index.js +11 -0
  37. package/dist-cjs/models/MigrationHubOrchestratorServiceException.js +11 -0
  38. package/dist-cjs/models/index.js +4 -0
  39. package/dist-cjs/models/models_0.js +491 -0
  40. package/dist-cjs/pagination/Interfaces.js +2 -0
  41. package/dist-cjs/pagination/ListPluginsPaginator.js +36 -0
  42. package/dist-cjs/pagination/ListTemplateStepGroupsPaginator.js +36 -0
  43. package/dist-cjs/pagination/ListTemplateStepsPaginator.js +36 -0
  44. package/dist-cjs/pagination/ListTemplatesPaginator.js +36 -0
  45. package/dist-cjs/pagination/ListWorkflowStepGroupsPaginator.js +36 -0
  46. package/dist-cjs/pagination/ListWorkflowStepsPaginator.js +36 -0
  47. package/dist-cjs/pagination/ListWorkflowsPaginator.js +36 -0
  48. package/dist-cjs/pagination/index.js +11 -0
  49. package/dist-cjs/protocols/Aws_restJson1.js +2816 -0
  50. package/dist-cjs/runtimeConfig.browser.js +45 -0
  51. package/dist-cjs/runtimeConfig.js +52 -0
  52. package/dist-cjs/runtimeConfig.native.js +16 -0
  53. package/dist-cjs/runtimeConfig.shared.js +17 -0
  54. package/dist-es/MigrationHubOrchestrator.js +430 -0
  55. package/dist-es/MigrationHubOrchestratorClient.js +39 -0
  56. package/dist-es/commands/CreateWorkflowCommand.js +39 -0
  57. package/dist-es/commands/CreateWorkflowStepCommand.js +39 -0
  58. package/dist-es/commands/CreateWorkflowStepGroupCommand.js +39 -0
  59. package/dist-es/commands/DeleteWorkflowCommand.js +39 -0
  60. package/dist-es/commands/DeleteWorkflowStepCommand.js +39 -0
  61. package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +39 -0
  62. package/dist-es/commands/GetTemplateCommand.js +39 -0
  63. package/dist-es/commands/GetTemplateStepCommand.js +39 -0
  64. package/dist-es/commands/GetTemplateStepGroupCommand.js +39 -0
  65. package/dist-es/commands/GetWorkflowCommand.js +39 -0
  66. package/dist-es/commands/GetWorkflowStepCommand.js +39 -0
  67. package/dist-es/commands/GetWorkflowStepGroupCommand.js +39 -0
  68. package/dist-es/commands/ListPluginsCommand.js +39 -0
  69. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  70. package/dist-es/commands/ListTemplateStepGroupsCommand.js +39 -0
  71. package/dist-es/commands/ListTemplateStepsCommand.js +39 -0
  72. package/dist-es/commands/ListTemplatesCommand.js +39 -0
  73. package/dist-es/commands/ListWorkflowStepGroupsCommand.js +39 -0
  74. package/dist-es/commands/ListWorkflowStepsCommand.js +39 -0
  75. package/dist-es/commands/ListWorkflowsCommand.js +39 -0
  76. package/dist-es/commands/RetryWorkflowStepCommand.js +39 -0
  77. package/dist-es/commands/StartWorkflowCommand.js +39 -0
  78. package/dist-es/commands/StopWorkflowCommand.js +39 -0
  79. package/dist-es/commands/TagResourceCommand.js +39 -0
  80. package/dist-es/commands/UntagResourceCommand.js +39 -0
  81. package/dist-es/commands/UpdateWorkflowCommand.js +39 -0
  82. package/dist-es/commands/UpdateWorkflowStepCommand.js +39 -0
  83. package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +39 -0
  84. package/dist-es/commands/index.js +28 -0
  85. package/dist-es/endpoints.js +128 -0
  86. package/dist-es/index.js +6 -0
  87. package/dist-es/models/MigrationHubOrchestratorServiceException.js +12 -0
  88. package/dist-es/models/index.js +1 -0
  89. package/dist-es/models/models_0.js +261 -0
  90. package/dist-es/pagination/Interfaces.js +1 -0
  91. package/dist-es/pagination/ListPluginsPaginator.js +75 -0
  92. package/dist-es/pagination/ListTemplateStepGroupsPaginator.js +75 -0
  93. package/dist-es/pagination/ListTemplateStepsPaginator.js +75 -0
  94. package/dist-es/pagination/ListTemplatesPaginator.js +75 -0
  95. package/dist-es/pagination/ListWorkflowStepGroupsPaginator.js +75 -0
  96. package/dist-es/pagination/ListWorkflowStepsPaginator.js +75 -0
  97. package/dist-es/pagination/ListWorkflowsPaginator.js +75 -0
  98. package/dist-es/pagination/index.js +8 -0
  99. package/dist-es/protocols/Aws_restJson1.js +3593 -0
  100. package/dist-es/runtimeConfig.browser.js +26 -0
  101. package/dist-es/runtimeConfig.js +30 -0
  102. package/dist-es/runtimeConfig.native.js +8 -0
  103. package/dist-es/runtimeConfig.shared.js +13 -0
  104. package/dist-types/MigrationHubOrchestrator.d.ts +209 -0
  105. package/dist-types/MigrationHubOrchestratorClient.d.ts +176 -0
  106. package/dist-types/commands/CreateWorkflowCommand.d.ts +35 -0
  107. package/dist-types/commands/CreateWorkflowStepCommand.d.ts +35 -0
  108. package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +35 -0
  109. package/dist-types/commands/DeleteWorkflowCommand.d.ts +36 -0
  110. package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +36 -0
  111. package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +35 -0
  112. package/dist-types/commands/GetTemplateCommand.d.ts +35 -0
  113. package/dist-types/commands/GetTemplateStepCommand.d.ts +35 -0
  114. package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +35 -0
  115. package/dist-types/commands/GetWorkflowCommand.d.ts +35 -0
  116. package/dist-types/commands/GetWorkflowStepCommand.d.ts +35 -0
  117. package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +35 -0
  118. package/dist-types/commands/ListPluginsCommand.d.ts +35 -0
  119. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  120. package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +35 -0
  121. package/dist-types/commands/ListTemplateStepsCommand.d.ts +35 -0
  122. package/dist-types/commands/ListTemplatesCommand.d.ts +35 -0
  123. package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +35 -0
  124. package/dist-types/commands/ListWorkflowStepsCommand.d.ts +35 -0
  125. package/dist-types/commands/ListWorkflowsCommand.d.ts +35 -0
  126. package/dist-types/commands/RetryWorkflowStepCommand.d.ts +35 -0
  127. package/dist-types/commands/StartWorkflowCommand.d.ts +35 -0
  128. package/dist-types/commands/StopWorkflowCommand.d.ts +35 -0
  129. package/dist-types/commands/TagResourceCommand.d.ts +35 -0
  130. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  131. package/dist-types/commands/UpdateWorkflowCommand.d.ts +35 -0
  132. package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +35 -0
  133. package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +35 -0
  134. package/dist-types/commands/index.d.ts +28 -0
  135. package/dist-types/endpoints.d.ts +2 -0
  136. package/dist-types/index.d.ts +6 -0
  137. package/dist-types/models/MigrationHubOrchestratorServiceException.d.ts +10 -0
  138. package/dist-types/models/index.d.ts +1 -0
  139. package/dist-types/models/models_0.d.ts +2063 -0
  140. package/dist-types/pagination/Interfaces.d.ts +6 -0
  141. package/dist-types/pagination/ListPluginsPaginator.d.ts +4 -0
  142. package/dist-types/pagination/ListTemplateStepGroupsPaginator.d.ts +4 -0
  143. package/dist-types/pagination/ListTemplateStepsPaginator.d.ts +4 -0
  144. package/dist-types/pagination/ListTemplatesPaginator.d.ts +4 -0
  145. package/dist-types/pagination/ListWorkflowStepGroupsPaginator.d.ts +4 -0
  146. package/dist-types/pagination/ListWorkflowStepsPaginator.d.ts +4 -0
  147. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +4 -0
  148. package/dist-types/pagination/index.d.ts +8 -0
  149. package/dist-types/protocols/Aws_restJson1.d.ts +86 -0
  150. package/dist-types/runtimeConfig.browser.d.ts +40 -0
  151. package/dist-types/runtimeConfig.d.ts +40 -0
  152. package/dist-types/runtimeConfig.native.d.ts +39 -0
  153. package/dist-types/runtimeConfig.shared.d.ts +13 -0
  154. package/dist-types/ts3.4/MigrationHubOrchestrator.d.ts +480 -0
  155. package/dist-types/ts3.4/MigrationHubOrchestratorClient.d.ts +273 -0
  156. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +36 -0
  157. package/dist-types/ts3.4/commands/CreateWorkflowStepCommand.d.ts +36 -0
  158. package/dist-types/ts3.4/commands/CreateWorkflowStepGroupCommand.d.ts +39 -0
  159. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +36 -0
  160. package/dist-types/ts3.4/commands/DeleteWorkflowStepCommand.d.ts +36 -0
  161. package/dist-types/ts3.4/commands/DeleteWorkflowStepGroupCommand.d.ts +39 -0
  162. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +36 -0
  163. package/dist-types/ts3.4/commands/GetTemplateStepCommand.d.ts +35 -0
  164. package/dist-types/ts3.4/commands/GetTemplateStepGroupCommand.d.ts +39 -0
  165. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +35 -0
  166. package/dist-types/ts3.4/commands/GetWorkflowStepCommand.d.ts +35 -0
  167. package/dist-types/ts3.4/commands/GetWorkflowStepGroupCommand.d.ts +39 -0
  168. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +32 -0
  169. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -0
  170. package/dist-types/ts3.4/commands/ListTemplateStepGroupsCommand.d.ts +39 -0
  171. package/dist-types/ts3.4/commands/ListTemplateStepsCommand.d.ts +36 -0
  172. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +36 -0
  173. package/dist-types/ts3.4/commands/ListWorkflowStepGroupsCommand.d.ts +39 -0
  174. package/dist-types/ts3.4/commands/ListWorkflowStepsCommand.d.ts +36 -0
  175. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +36 -0
  176. package/dist-types/ts3.4/commands/RetryWorkflowStepCommand.d.ts +36 -0
  177. package/dist-types/ts3.4/commands/StartWorkflowCommand.d.ts +36 -0
  178. package/dist-types/ts3.4/commands/StopWorkflowCommand.d.ts +36 -0
  179. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -0
  180. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
  181. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +36 -0
  182. package/dist-types/ts3.4/commands/UpdateWorkflowStepCommand.d.ts +36 -0
  183. package/dist-types/ts3.4/commands/UpdateWorkflowStepGroupCommand.d.ts +39 -0
  184. package/dist-types/ts3.4/commands/index.d.ts +28 -0
  185. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  186. package/dist-types/ts3.4/index.d.ts +6 -0
  187. package/dist-types/ts3.4/models/MigrationHubOrchestratorServiceException.d.ts +7 -0
  188. package/dist-types/ts3.4/models/index.d.ts +1 -0
  189. package/dist-types/ts3.4/models/models_0.d.ts +880 -0
  190. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -0
  191. package/dist-types/ts3.4/pagination/ListPluginsPaginator.d.ts +11 -0
  192. package/dist-types/ts3.4/pagination/ListTemplateStepGroupsPaginator.d.ts +11 -0
  193. package/dist-types/ts3.4/pagination/ListTemplateStepsPaginator.d.ts +11 -0
  194. package/dist-types/ts3.4/pagination/ListTemplatesPaginator.d.ts +11 -0
  195. package/dist-types/ts3.4/pagination/ListWorkflowStepGroupsPaginator.d.ts +11 -0
  196. package/dist-types/ts3.4/pagination/ListWorkflowStepsPaginator.d.ts +11 -0
  197. package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -0
  198. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  199. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +341 -0
  200. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +69 -0
  201. package/dist-types/ts3.4/runtimeConfig.d.ts +69 -0
  202. package/dist-types/ts3.4/runtimeConfig.native.d.ts +70 -0
  203. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -0
  204. package/package.json +100 -0
@@ -0,0 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { MigrationHubOrchestrator } from "../MigrationHubOrchestrator";
3
+ import { MigrationHubOrchestratorClient } from "../MigrationHubOrchestratorClient";
4
+ export interface MigrationHubOrchestratorPaginationConfiguration extends PaginationConfiguration {
5
+ client: MigrationHubOrchestrator | MigrationHubOrchestratorClient;
6
+ }
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListPluginsCommandInput, ListPluginsCommandOutput } from "../commands/ListPluginsCommand";
3
+ import { MigrationHubOrchestratorPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListPlugins(config: MigrationHubOrchestratorPaginationConfiguration, input: ListPluginsCommandInput, ...additionalArguments: any): Paginator<ListPluginsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput } from "../commands/ListTemplateStepGroupsCommand";
3
+ import { MigrationHubOrchestratorPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListTemplateStepGroups(config: MigrationHubOrchestratorPaginationConfiguration, input: ListTemplateStepGroupsCommandInput, ...additionalArguments: any): Paginator<ListTemplateStepGroupsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput } from "../commands/ListTemplateStepsCommand";
3
+ import { MigrationHubOrchestratorPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListTemplateSteps(config: MigrationHubOrchestratorPaginationConfiguration, input: ListTemplateStepsCommandInput, ...additionalArguments: any): Paginator<ListTemplateStepsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListTemplatesCommandInput, ListTemplatesCommandOutput } from "../commands/ListTemplatesCommand";
3
+ import { MigrationHubOrchestratorPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListTemplates(config: MigrationHubOrchestratorPaginationConfiguration, input: ListTemplatesCommandInput, ...additionalArguments: any): Paginator<ListTemplatesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput } from "../commands/ListWorkflowStepGroupsCommand";
3
+ import { MigrationHubOrchestratorPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListWorkflowStepGroups(config: MigrationHubOrchestratorPaginationConfiguration, input: ListWorkflowStepGroupsCommandInput, ...additionalArguments: any): Paginator<ListWorkflowStepGroupsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput } from "../commands/ListWorkflowStepsCommand";
3
+ import { MigrationHubOrchestratorPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListWorkflowSteps(config: MigrationHubOrchestratorPaginationConfiguration, input: ListWorkflowStepsCommandInput, ...additionalArguments: any): Paginator<ListWorkflowStepsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
3
+ import { MigrationHubOrchestratorPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListWorkflows(config: MigrationHubOrchestratorPaginationConfiguration, input: ListWorkflowsCommandInput, ...additionalArguments: any): Paginator<ListWorkflowsCommandOutput>;
@@ -0,0 +1,8 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListPluginsPaginator";
3
+ export * from "./ListTemplateStepGroupsPaginator";
4
+ export * from "./ListTemplateStepsPaginator";
5
+ export * from "./ListTemplatesPaginator";
6
+ export * from "./ListWorkflowStepGroupsPaginator";
7
+ export * from "./ListWorkflowStepsPaginator";
8
+ export * from "./ListWorkflowsPaginator";
@@ -0,0 +1,86 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
+ import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "../commands/CreateWorkflowCommand";
4
+ import { CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput } from "../commands/CreateWorkflowStepCommand";
5
+ import { CreateWorkflowStepGroupCommandInput, CreateWorkflowStepGroupCommandOutput } from "../commands/CreateWorkflowStepGroupCommand";
6
+ import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "../commands/DeleteWorkflowCommand";
7
+ import { DeleteWorkflowStepCommandInput, DeleteWorkflowStepCommandOutput } from "../commands/DeleteWorkflowStepCommand";
8
+ import { DeleteWorkflowStepGroupCommandInput, DeleteWorkflowStepGroupCommandOutput } from "../commands/DeleteWorkflowStepGroupCommand";
9
+ import { GetTemplateCommandInput, GetTemplateCommandOutput } from "../commands/GetTemplateCommand";
10
+ import { GetTemplateStepCommandInput, GetTemplateStepCommandOutput } from "../commands/GetTemplateStepCommand";
11
+ import { GetTemplateStepGroupCommandInput, GetTemplateStepGroupCommandOutput } from "../commands/GetTemplateStepGroupCommand";
12
+ import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "../commands/GetWorkflowCommand";
13
+ import { GetWorkflowStepCommandInput, GetWorkflowStepCommandOutput } from "../commands/GetWorkflowStepCommand";
14
+ import { GetWorkflowStepGroupCommandInput, GetWorkflowStepGroupCommandOutput } from "../commands/GetWorkflowStepGroupCommand";
15
+ import { ListPluginsCommandInput, ListPluginsCommandOutput } from "../commands/ListPluginsCommand";
16
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
17
+ import { ListTemplatesCommandInput, ListTemplatesCommandOutput } from "../commands/ListTemplatesCommand";
18
+ import { ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput } from "../commands/ListTemplateStepGroupsCommand";
19
+ import { ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput } from "../commands/ListTemplateStepsCommand";
20
+ import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
21
+ import { ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput } from "../commands/ListWorkflowStepGroupsCommand";
22
+ import { ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput } from "../commands/ListWorkflowStepsCommand";
23
+ import { RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput } from "../commands/RetryWorkflowStepCommand";
24
+ import { StartWorkflowCommandInput, StartWorkflowCommandOutput } from "../commands/StartWorkflowCommand";
25
+ import { StopWorkflowCommandInput, StopWorkflowCommandOutput } from "../commands/StopWorkflowCommand";
26
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
27
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
28
+ import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "../commands/UpdateWorkflowCommand";
29
+ import { UpdateWorkflowStepCommandInput, UpdateWorkflowStepCommandOutput } from "../commands/UpdateWorkflowStepCommand";
30
+ import { UpdateWorkflowStepGroupCommandInput, UpdateWorkflowStepGroupCommandOutput } from "../commands/UpdateWorkflowStepGroupCommand";
31
+ export declare const serializeAws_restJson1CreateWorkflowCommand: (input: CreateWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
+ export declare const serializeAws_restJson1CreateWorkflowStepCommand: (input: CreateWorkflowStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
+ export declare const serializeAws_restJson1CreateWorkflowStepGroupCommand: (input: CreateWorkflowStepGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
+ export declare const serializeAws_restJson1DeleteWorkflowCommand: (input: DeleteWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
+ export declare const serializeAws_restJson1DeleteWorkflowStepCommand: (input: DeleteWorkflowStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
+ export declare const serializeAws_restJson1DeleteWorkflowStepGroupCommand: (input: DeleteWorkflowStepGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
+ export declare const serializeAws_restJson1GetTemplateCommand: (input: GetTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
+ export declare const serializeAws_restJson1GetTemplateStepCommand: (input: GetTemplateStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
+ export declare const serializeAws_restJson1GetTemplateStepGroupCommand: (input: GetTemplateStepGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
+ export declare const serializeAws_restJson1GetWorkflowCommand: (input: GetWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
+ export declare const serializeAws_restJson1GetWorkflowStepCommand: (input: GetWorkflowStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
+ export declare const serializeAws_restJson1GetWorkflowStepGroupCommand: (input: GetWorkflowStepGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
+ export declare const serializeAws_restJson1ListPluginsCommand: (input: ListPluginsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
+ export declare const serializeAws_restJson1ListTemplatesCommand: (input: ListTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
+ export declare const serializeAws_restJson1ListTemplateStepGroupsCommand: (input: ListTemplateStepGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
+ export declare const serializeAws_restJson1ListTemplateStepsCommand: (input: ListTemplateStepsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
+ export declare const serializeAws_restJson1ListWorkflowsCommand: (input: ListWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
+ export declare const serializeAws_restJson1ListWorkflowStepGroupsCommand: (input: ListWorkflowStepGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ export declare const serializeAws_restJson1ListWorkflowStepsCommand: (input: ListWorkflowStepsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
+ export declare const serializeAws_restJson1RetryWorkflowStepCommand: (input: RetryWorkflowStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
+ export declare const serializeAws_restJson1StartWorkflowCommand: (input: StartWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ export declare const serializeAws_restJson1StopWorkflowCommand: (input: StopWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
+ export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
+ export declare const serializeAws_restJson1UpdateWorkflowCommand: (input: UpdateWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ export declare const serializeAws_restJson1UpdateWorkflowStepCommand: (input: UpdateWorkflowStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ export declare const serializeAws_restJson1UpdateWorkflowStepGroupCommand: (input: UpdateWorkflowStepGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ export declare const deserializeAws_restJson1CreateWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkflowCommandOutput>;
60
+ export declare const deserializeAws_restJson1CreateWorkflowStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkflowStepCommandOutput>;
61
+ export declare const deserializeAws_restJson1CreateWorkflowStepGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkflowStepGroupCommandOutput>;
62
+ export declare const deserializeAws_restJson1DeleteWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowCommandOutput>;
63
+ export declare const deserializeAws_restJson1DeleteWorkflowStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowStepCommandOutput>;
64
+ export declare const deserializeAws_restJson1DeleteWorkflowStepGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowStepGroupCommandOutput>;
65
+ export declare const deserializeAws_restJson1GetTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemplateCommandOutput>;
66
+ export declare const deserializeAws_restJson1GetTemplateStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemplateStepCommandOutput>;
67
+ export declare const deserializeAws_restJson1GetTemplateStepGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemplateStepGroupCommandOutput>;
68
+ export declare const deserializeAws_restJson1GetWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowCommandOutput>;
69
+ export declare const deserializeAws_restJson1GetWorkflowStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowStepCommandOutput>;
70
+ export declare const deserializeAws_restJson1GetWorkflowStepGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowStepGroupCommandOutput>;
71
+ export declare const deserializeAws_restJson1ListPluginsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPluginsCommandOutput>;
72
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
73
+ export declare const deserializeAws_restJson1ListTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplatesCommandOutput>;
74
+ export declare const deserializeAws_restJson1ListTemplateStepGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplateStepGroupsCommandOutput>;
75
+ export declare const deserializeAws_restJson1ListTemplateStepsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplateStepsCommandOutput>;
76
+ export declare const deserializeAws_restJson1ListWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowsCommandOutput>;
77
+ export declare const deserializeAws_restJson1ListWorkflowStepGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowStepGroupsCommandOutput>;
78
+ export declare const deserializeAws_restJson1ListWorkflowStepsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowStepsCommandOutput>;
79
+ export declare const deserializeAws_restJson1RetryWorkflowStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetryWorkflowStepCommandOutput>;
80
+ export declare const deserializeAws_restJson1StartWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartWorkflowCommandOutput>;
81
+ export declare const deserializeAws_restJson1StopWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopWorkflowCommandOutput>;
82
+ export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
83
+ export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
84
+ export declare const deserializeAws_restJson1UpdateWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkflowCommandOutput>;
85
+ export declare const deserializeAws_restJson1UpdateWorkflowStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkflowStepCommandOutput>;
86
+ export declare const deserializeAws_restJson1UpdateWorkflowStepGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkflowStepGroupCommandOutput>;
@@ -0,0 +1,40 @@
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { MigrationHubOrchestratorClientConfig } from "./MigrationHubOrchestratorClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: MigrationHubOrchestratorClientConfig) => {
7
+ runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
+ base64Decoder: import("@aws-sdk/types").Decoder;
10
+ base64Encoder: import("@aws-sdk/types").Encoder;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
13
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
14
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
15
+ region: string | import("@aws-sdk/types").Provider<any>;
16
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
17
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
18
+ sha256: import("@aws-sdk/types").HashConstructor;
19
+ streamCollector: import("@aws-sdk/types").StreamCollector;
20
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ utf8Decoder: import("@aws-sdk/types").Decoder;
23
+ utf8Encoder: import("@aws-sdk/types").Encoder;
24
+ apiVersion: string;
25
+ urlParser: import("@aws-sdk/types").UrlParser;
26
+ disableHostPrefix: boolean;
27
+ logger: import("@aws-sdk/types").Logger;
28
+ serviceId: string;
29
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
31
+ tls?: boolean | undefined;
32
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
+ signingEscapePath?: boolean | undefined;
36
+ systemClockOffset?: number | undefined;
37
+ signingRegion?: string | undefined;
38
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
39
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
40
+ };
@@ -0,0 +1,40 @@
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
+ import { MigrationHubOrchestratorClientConfig } from "./MigrationHubOrchestratorClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: MigrationHubOrchestratorClientConfig) => {
7
+ runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
+ base64Decoder: import("@aws-sdk/types").Decoder;
10
+ base64Encoder: import("@aws-sdk/types").Encoder;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
13
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
14
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
15
+ region: string | import("@aws-sdk/types").Provider<string>;
16
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
17
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
18
+ sha256: import("@aws-sdk/types").HashConstructor;
19
+ streamCollector: import("@aws-sdk/types").StreamCollector;
20
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ utf8Decoder: import("@aws-sdk/types").Decoder;
23
+ utf8Encoder: import("@aws-sdk/types").Encoder;
24
+ apiVersion: string;
25
+ urlParser: import("@aws-sdk/types").UrlParser;
26
+ disableHostPrefix: boolean;
27
+ logger: import("@aws-sdk/types").Logger;
28
+ serviceId: string;
29
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
31
+ tls?: boolean | undefined;
32
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
+ signingEscapePath?: boolean | undefined;
36
+ systemClockOffset?: number | undefined;
37
+ signingRegion?: string | undefined;
38
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
39
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
40
+ };
@@ -0,0 +1,39 @@
1
+ import { MigrationHubOrchestratorClientConfig } from "./MigrationHubOrchestratorClient";
2
+ /**
3
+ * @internal
4
+ */
5
+ export declare const getRuntimeConfig: (config: MigrationHubOrchestratorClientConfig) => {
6
+ runtime: string;
7
+ sha256: import("@aws-sdk/types").HashConstructor;
8
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
9
+ apiVersion: string;
10
+ urlParser: import("@aws-sdk/types").UrlParser;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
+ streamCollector: import("@aws-sdk/types").StreamCollector;
13
+ base64Decoder: import("@aws-sdk/types").Decoder;
14
+ base64Encoder: import("@aws-sdk/types").Encoder;
15
+ utf8Decoder: import("@aws-sdk/types").Decoder;
16
+ utf8Encoder: import("@aws-sdk/types").Encoder;
17
+ disableHostPrefix: boolean;
18
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
20
+ logger: import("@aws-sdk/types").Logger;
21
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
23
+ serviceId: string;
24
+ region: string | import("@aws-sdk/types").Provider<any>;
25
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
30
+ tls?: boolean | undefined;
31
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
+ signingEscapePath?: boolean | undefined;
35
+ systemClockOffset?: number | undefined;
36
+ signingRegion?: string | undefined;
37
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
38
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
39
+ };
@@ -0,0 +1,13 @@
1
+ import { Logger as __Logger } from "@aws-sdk/types";
2
+ import { MigrationHubOrchestratorClientConfig } from "./MigrationHubOrchestratorClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: MigrationHubOrchestratorClientConfig) => {
7
+ apiVersion: string;
8
+ disableHostPrefix: boolean;
9
+ logger: __Logger;
10
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
11
+ serviceId: string;
12
+ urlParser: import("@aws-sdk/types").UrlParser;
13
+ };