@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,480 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ CreateWorkflowCommandInput,
4
+ CreateWorkflowCommandOutput,
5
+ } from "./commands/CreateWorkflowCommand";
6
+ import {
7
+ CreateWorkflowStepCommandInput,
8
+ CreateWorkflowStepCommandOutput,
9
+ } from "./commands/CreateWorkflowStepCommand";
10
+ import {
11
+ CreateWorkflowStepGroupCommandInput,
12
+ CreateWorkflowStepGroupCommandOutput,
13
+ } from "./commands/CreateWorkflowStepGroupCommand";
14
+ import {
15
+ DeleteWorkflowCommandInput,
16
+ DeleteWorkflowCommandOutput,
17
+ } from "./commands/DeleteWorkflowCommand";
18
+ import {
19
+ DeleteWorkflowStepCommandInput,
20
+ DeleteWorkflowStepCommandOutput,
21
+ } from "./commands/DeleteWorkflowStepCommand";
22
+ import {
23
+ DeleteWorkflowStepGroupCommandInput,
24
+ DeleteWorkflowStepGroupCommandOutput,
25
+ } from "./commands/DeleteWorkflowStepGroupCommand";
26
+ import {
27
+ GetTemplateCommandInput,
28
+ GetTemplateCommandOutput,
29
+ } from "./commands/GetTemplateCommand";
30
+ import {
31
+ GetTemplateStepCommandInput,
32
+ GetTemplateStepCommandOutput,
33
+ } from "./commands/GetTemplateStepCommand";
34
+ import {
35
+ GetTemplateStepGroupCommandInput,
36
+ GetTemplateStepGroupCommandOutput,
37
+ } from "./commands/GetTemplateStepGroupCommand";
38
+ import {
39
+ GetWorkflowCommandInput,
40
+ GetWorkflowCommandOutput,
41
+ } from "./commands/GetWorkflowCommand";
42
+ import {
43
+ GetWorkflowStepCommandInput,
44
+ GetWorkflowStepCommandOutput,
45
+ } from "./commands/GetWorkflowStepCommand";
46
+ import {
47
+ GetWorkflowStepGroupCommandInput,
48
+ GetWorkflowStepGroupCommandOutput,
49
+ } from "./commands/GetWorkflowStepGroupCommand";
50
+ import {
51
+ ListPluginsCommandInput,
52
+ ListPluginsCommandOutput,
53
+ } from "./commands/ListPluginsCommand";
54
+ import {
55
+ ListTagsForResourceCommandInput,
56
+ ListTagsForResourceCommandOutput,
57
+ } from "./commands/ListTagsForResourceCommand";
58
+ import {
59
+ ListTemplatesCommandInput,
60
+ ListTemplatesCommandOutput,
61
+ } from "./commands/ListTemplatesCommand";
62
+ import {
63
+ ListTemplateStepGroupsCommandInput,
64
+ ListTemplateStepGroupsCommandOutput,
65
+ } from "./commands/ListTemplateStepGroupsCommand";
66
+ import {
67
+ ListTemplateStepsCommandInput,
68
+ ListTemplateStepsCommandOutput,
69
+ } from "./commands/ListTemplateStepsCommand";
70
+ import {
71
+ ListWorkflowsCommandInput,
72
+ ListWorkflowsCommandOutput,
73
+ } from "./commands/ListWorkflowsCommand";
74
+ import {
75
+ ListWorkflowStepGroupsCommandInput,
76
+ ListWorkflowStepGroupsCommandOutput,
77
+ } from "./commands/ListWorkflowStepGroupsCommand";
78
+ import {
79
+ ListWorkflowStepsCommandInput,
80
+ ListWorkflowStepsCommandOutput,
81
+ } from "./commands/ListWorkflowStepsCommand";
82
+ import {
83
+ RetryWorkflowStepCommandInput,
84
+ RetryWorkflowStepCommandOutput,
85
+ } from "./commands/RetryWorkflowStepCommand";
86
+ import {
87
+ StartWorkflowCommandInput,
88
+ StartWorkflowCommandOutput,
89
+ } from "./commands/StartWorkflowCommand";
90
+ import {
91
+ StopWorkflowCommandInput,
92
+ StopWorkflowCommandOutput,
93
+ } from "./commands/StopWorkflowCommand";
94
+ import {
95
+ TagResourceCommandInput,
96
+ TagResourceCommandOutput,
97
+ } from "./commands/TagResourceCommand";
98
+ import {
99
+ UntagResourceCommandInput,
100
+ UntagResourceCommandOutput,
101
+ } from "./commands/UntagResourceCommand";
102
+ import {
103
+ UpdateWorkflowCommandInput,
104
+ UpdateWorkflowCommandOutput,
105
+ } from "./commands/UpdateWorkflowCommand";
106
+ import {
107
+ UpdateWorkflowStepCommandInput,
108
+ UpdateWorkflowStepCommandOutput,
109
+ } from "./commands/UpdateWorkflowStepCommand";
110
+ import {
111
+ UpdateWorkflowStepGroupCommandInput,
112
+ UpdateWorkflowStepGroupCommandOutput,
113
+ } from "./commands/UpdateWorkflowStepGroupCommand";
114
+ import { MigrationHubOrchestratorClient } from "./MigrationHubOrchestratorClient";
115
+ export declare class MigrationHubOrchestrator extends MigrationHubOrchestratorClient {
116
+ createWorkflow(
117
+ args: CreateWorkflowCommandInput,
118
+ options?: __HttpHandlerOptions
119
+ ): Promise<CreateWorkflowCommandOutput>;
120
+ createWorkflow(
121
+ args: CreateWorkflowCommandInput,
122
+ cb: (err: any, data?: CreateWorkflowCommandOutput) => void
123
+ ): void;
124
+ createWorkflow(
125
+ args: CreateWorkflowCommandInput,
126
+ options: __HttpHandlerOptions,
127
+ cb: (err: any, data?: CreateWorkflowCommandOutput) => void
128
+ ): void;
129
+ createWorkflowStep(
130
+ args: CreateWorkflowStepCommandInput,
131
+ options?: __HttpHandlerOptions
132
+ ): Promise<CreateWorkflowStepCommandOutput>;
133
+ createWorkflowStep(
134
+ args: CreateWorkflowStepCommandInput,
135
+ cb: (err: any, data?: CreateWorkflowStepCommandOutput) => void
136
+ ): void;
137
+ createWorkflowStep(
138
+ args: CreateWorkflowStepCommandInput,
139
+ options: __HttpHandlerOptions,
140
+ cb: (err: any, data?: CreateWorkflowStepCommandOutput) => void
141
+ ): void;
142
+ createWorkflowStepGroup(
143
+ args: CreateWorkflowStepGroupCommandInput,
144
+ options?: __HttpHandlerOptions
145
+ ): Promise<CreateWorkflowStepGroupCommandOutput>;
146
+ createWorkflowStepGroup(
147
+ args: CreateWorkflowStepGroupCommandInput,
148
+ cb: (err: any, data?: CreateWorkflowStepGroupCommandOutput) => void
149
+ ): void;
150
+ createWorkflowStepGroup(
151
+ args: CreateWorkflowStepGroupCommandInput,
152
+ options: __HttpHandlerOptions,
153
+ cb: (err: any, data?: CreateWorkflowStepGroupCommandOutput) => void
154
+ ): void;
155
+ deleteWorkflow(
156
+ args: DeleteWorkflowCommandInput,
157
+ options?: __HttpHandlerOptions
158
+ ): Promise<DeleteWorkflowCommandOutput>;
159
+ deleteWorkflow(
160
+ args: DeleteWorkflowCommandInput,
161
+ cb: (err: any, data?: DeleteWorkflowCommandOutput) => void
162
+ ): void;
163
+ deleteWorkflow(
164
+ args: DeleteWorkflowCommandInput,
165
+ options: __HttpHandlerOptions,
166
+ cb: (err: any, data?: DeleteWorkflowCommandOutput) => void
167
+ ): void;
168
+ deleteWorkflowStep(
169
+ args: DeleteWorkflowStepCommandInput,
170
+ options?: __HttpHandlerOptions
171
+ ): Promise<DeleteWorkflowStepCommandOutput>;
172
+ deleteWorkflowStep(
173
+ args: DeleteWorkflowStepCommandInput,
174
+ cb: (err: any, data?: DeleteWorkflowStepCommandOutput) => void
175
+ ): void;
176
+ deleteWorkflowStep(
177
+ args: DeleteWorkflowStepCommandInput,
178
+ options: __HttpHandlerOptions,
179
+ cb: (err: any, data?: DeleteWorkflowStepCommandOutput) => void
180
+ ): void;
181
+ deleteWorkflowStepGroup(
182
+ args: DeleteWorkflowStepGroupCommandInput,
183
+ options?: __HttpHandlerOptions
184
+ ): Promise<DeleteWorkflowStepGroupCommandOutput>;
185
+ deleteWorkflowStepGroup(
186
+ args: DeleteWorkflowStepGroupCommandInput,
187
+ cb: (err: any, data?: DeleteWorkflowStepGroupCommandOutput) => void
188
+ ): void;
189
+ deleteWorkflowStepGroup(
190
+ args: DeleteWorkflowStepGroupCommandInput,
191
+ options: __HttpHandlerOptions,
192
+ cb: (err: any, data?: DeleteWorkflowStepGroupCommandOutput) => void
193
+ ): void;
194
+ getTemplate(
195
+ args: GetTemplateCommandInput,
196
+ options?: __HttpHandlerOptions
197
+ ): Promise<GetTemplateCommandOutput>;
198
+ getTemplate(
199
+ args: GetTemplateCommandInput,
200
+ cb: (err: any, data?: GetTemplateCommandOutput) => void
201
+ ): void;
202
+ getTemplate(
203
+ args: GetTemplateCommandInput,
204
+ options: __HttpHandlerOptions,
205
+ cb: (err: any, data?: GetTemplateCommandOutput) => void
206
+ ): void;
207
+ getTemplateStep(
208
+ args: GetTemplateStepCommandInput,
209
+ options?: __HttpHandlerOptions
210
+ ): Promise<GetTemplateStepCommandOutput>;
211
+ getTemplateStep(
212
+ args: GetTemplateStepCommandInput,
213
+ cb: (err: any, data?: GetTemplateStepCommandOutput) => void
214
+ ): void;
215
+ getTemplateStep(
216
+ args: GetTemplateStepCommandInput,
217
+ options: __HttpHandlerOptions,
218
+ cb: (err: any, data?: GetTemplateStepCommandOutput) => void
219
+ ): void;
220
+ getTemplateStepGroup(
221
+ args: GetTemplateStepGroupCommandInput,
222
+ options?: __HttpHandlerOptions
223
+ ): Promise<GetTemplateStepGroupCommandOutput>;
224
+ getTemplateStepGroup(
225
+ args: GetTemplateStepGroupCommandInput,
226
+ cb: (err: any, data?: GetTemplateStepGroupCommandOutput) => void
227
+ ): void;
228
+ getTemplateStepGroup(
229
+ args: GetTemplateStepGroupCommandInput,
230
+ options: __HttpHandlerOptions,
231
+ cb: (err: any, data?: GetTemplateStepGroupCommandOutput) => void
232
+ ): void;
233
+ getWorkflow(
234
+ args: GetWorkflowCommandInput,
235
+ options?: __HttpHandlerOptions
236
+ ): Promise<GetWorkflowCommandOutput>;
237
+ getWorkflow(
238
+ args: GetWorkflowCommandInput,
239
+ cb: (err: any, data?: GetWorkflowCommandOutput) => void
240
+ ): void;
241
+ getWorkflow(
242
+ args: GetWorkflowCommandInput,
243
+ options: __HttpHandlerOptions,
244
+ cb: (err: any, data?: GetWorkflowCommandOutput) => void
245
+ ): void;
246
+ getWorkflowStep(
247
+ args: GetWorkflowStepCommandInput,
248
+ options?: __HttpHandlerOptions
249
+ ): Promise<GetWorkflowStepCommandOutput>;
250
+ getWorkflowStep(
251
+ args: GetWorkflowStepCommandInput,
252
+ cb: (err: any, data?: GetWorkflowStepCommandOutput) => void
253
+ ): void;
254
+ getWorkflowStep(
255
+ args: GetWorkflowStepCommandInput,
256
+ options: __HttpHandlerOptions,
257
+ cb: (err: any, data?: GetWorkflowStepCommandOutput) => void
258
+ ): void;
259
+ getWorkflowStepGroup(
260
+ args: GetWorkflowStepGroupCommandInput,
261
+ options?: __HttpHandlerOptions
262
+ ): Promise<GetWorkflowStepGroupCommandOutput>;
263
+ getWorkflowStepGroup(
264
+ args: GetWorkflowStepGroupCommandInput,
265
+ cb: (err: any, data?: GetWorkflowStepGroupCommandOutput) => void
266
+ ): void;
267
+ getWorkflowStepGroup(
268
+ args: GetWorkflowStepGroupCommandInput,
269
+ options: __HttpHandlerOptions,
270
+ cb: (err: any, data?: GetWorkflowStepGroupCommandOutput) => void
271
+ ): void;
272
+ listPlugins(
273
+ args: ListPluginsCommandInput,
274
+ options?: __HttpHandlerOptions
275
+ ): Promise<ListPluginsCommandOutput>;
276
+ listPlugins(
277
+ args: ListPluginsCommandInput,
278
+ cb: (err: any, data?: ListPluginsCommandOutput) => void
279
+ ): void;
280
+ listPlugins(
281
+ args: ListPluginsCommandInput,
282
+ options: __HttpHandlerOptions,
283
+ cb: (err: any, data?: ListPluginsCommandOutput) => void
284
+ ): void;
285
+ listTagsForResource(
286
+ args: ListTagsForResourceCommandInput,
287
+ options?: __HttpHandlerOptions
288
+ ): Promise<ListTagsForResourceCommandOutput>;
289
+ listTagsForResource(
290
+ args: ListTagsForResourceCommandInput,
291
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
292
+ ): void;
293
+ listTagsForResource(
294
+ args: ListTagsForResourceCommandInput,
295
+ options: __HttpHandlerOptions,
296
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
297
+ ): void;
298
+ listTemplates(
299
+ args: ListTemplatesCommandInput,
300
+ options?: __HttpHandlerOptions
301
+ ): Promise<ListTemplatesCommandOutput>;
302
+ listTemplates(
303
+ args: ListTemplatesCommandInput,
304
+ cb: (err: any, data?: ListTemplatesCommandOutput) => void
305
+ ): void;
306
+ listTemplates(
307
+ args: ListTemplatesCommandInput,
308
+ options: __HttpHandlerOptions,
309
+ cb: (err: any, data?: ListTemplatesCommandOutput) => void
310
+ ): void;
311
+ listTemplateStepGroups(
312
+ args: ListTemplateStepGroupsCommandInput,
313
+ options?: __HttpHandlerOptions
314
+ ): Promise<ListTemplateStepGroupsCommandOutput>;
315
+ listTemplateStepGroups(
316
+ args: ListTemplateStepGroupsCommandInput,
317
+ cb: (err: any, data?: ListTemplateStepGroupsCommandOutput) => void
318
+ ): void;
319
+ listTemplateStepGroups(
320
+ args: ListTemplateStepGroupsCommandInput,
321
+ options: __HttpHandlerOptions,
322
+ cb: (err: any, data?: ListTemplateStepGroupsCommandOutput) => void
323
+ ): void;
324
+ listTemplateSteps(
325
+ args: ListTemplateStepsCommandInput,
326
+ options?: __HttpHandlerOptions
327
+ ): Promise<ListTemplateStepsCommandOutput>;
328
+ listTemplateSteps(
329
+ args: ListTemplateStepsCommandInput,
330
+ cb: (err: any, data?: ListTemplateStepsCommandOutput) => void
331
+ ): void;
332
+ listTemplateSteps(
333
+ args: ListTemplateStepsCommandInput,
334
+ options: __HttpHandlerOptions,
335
+ cb: (err: any, data?: ListTemplateStepsCommandOutput) => void
336
+ ): void;
337
+ listWorkflows(
338
+ args: ListWorkflowsCommandInput,
339
+ options?: __HttpHandlerOptions
340
+ ): Promise<ListWorkflowsCommandOutput>;
341
+ listWorkflows(
342
+ args: ListWorkflowsCommandInput,
343
+ cb: (err: any, data?: ListWorkflowsCommandOutput) => void
344
+ ): void;
345
+ listWorkflows(
346
+ args: ListWorkflowsCommandInput,
347
+ options: __HttpHandlerOptions,
348
+ cb: (err: any, data?: ListWorkflowsCommandOutput) => void
349
+ ): void;
350
+ listWorkflowStepGroups(
351
+ args: ListWorkflowStepGroupsCommandInput,
352
+ options?: __HttpHandlerOptions
353
+ ): Promise<ListWorkflowStepGroupsCommandOutput>;
354
+ listWorkflowStepGroups(
355
+ args: ListWorkflowStepGroupsCommandInput,
356
+ cb: (err: any, data?: ListWorkflowStepGroupsCommandOutput) => void
357
+ ): void;
358
+ listWorkflowStepGroups(
359
+ args: ListWorkflowStepGroupsCommandInput,
360
+ options: __HttpHandlerOptions,
361
+ cb: (err: any, data?: ListWorkflowStepGroupsCommandOutput) => void
362
+ ): void;
363
+ listWorkflowSteps(
364
+ args: ListWorkflowStepsCommandInput,
365
+ options?: __HttpHandlerOptions
366
+ ): Promise<ListWorkflowStepsCommandOutput>;
367
+ listWorkflowSteps(
368
+ args: ListWorkflowStepsCommandInput,
369
+ cb: (err: any, data?: ListWorkflowStepsCommandOutput) => void
370
+ ): void;
371
+ listWorkflowSteps(
372
+ args: ListWorkflowStepsCommandInput,
373
+ options: __HttpHandlerOptions,
374
+ cb: (err: any, data?: ListWorkflowStepsCommandOutput) => void
375
+ ): void;
376
+ retryWorkflowStep(
377
+ args: RetryWorkflowStepCommandInput,
378
+ options?: __HttpHandlerOptions
379
+ ): Promise<RetryWorkflowStepCommandOutput>;
380
+ retryWorkflowStep(
381
+ args: RetryWorkflowStepCommandInput,
382
+ cb: (err: any, data?: RetryWorkflowStepCommandOutput) => void
383
+ ): void;
384
+ retryWorkflowStep(
385
+ args: RetryWorkflowStepCommandInput,
386
+ options: __HttpHandlerOptions,
387
+ cb: (err: any, data?: RetryWorkflowStepCommandOutput) => void
388
+ ): void;
389
+ startWorkflow(
390
+ args: StartWorkflowCommandInput,
391
+ options?: __HttpHandlerOptions
392
+ ): Promise<StartWorkflowCommandOutput>;
393
+ startWorkflow(
394
+ args: StartWorkflowCommandInput,
395
+ cb: (err: any, data?: StartWorkflowCommandOutput) => void
396
+ ): void;
397
+ startWorkflow(
398
+ args: StartWorkflowCommandInput,
399
+ options: __HttpHandlerOptions,
400
+ cb: (err: any, data?: StartWorkflowCommandOutput) => void
401
+ ): void;
402
+ stopWorkflow(
403
+ args: StopWorkflowCommandInput,
404
+ options?: __HttpHandlerOptions
405
+ ): Promise<StopWorkflowCommandOutput>;
406
+ stopWorkflow(
407
+ args: StopWorkflowCommandInput,
408
+ cb: (err: any, data?: StopWorkflowCommandOutput) => void
409
+ ): void;
410
+ stopWorkflow(
411
+ args: StopWorkflowCommandInput,
412
+ options: __HttpHandlerOptions,
413
+ cb: (err: any, data?: StopWorkflowCommandOutput) => void
414
+ ): void;
415
+ tagResource(
416
+ args: TagResourceCommandInput,
417
+ options?: __HttpHandlerOptions
418
+ ): Promise<TagResourceCommandOutput>;
419
+ tagResource(
420
+ args: TagResourceCommandInput,
421
+ cb: (err: any, data?: TagResourceCommandOutput) => void
422
+ ): void;
423
+ tagResource(
424
+ args: TagResourceCommandInput,
425
+ options: __HttpHandlerOptions,
426
+ cb: (err: any, data?: TagResourceCommandOutput) => void
427
+ ): void;
428
+ untagResource(
429
+ args: UntagResourceCommandInput,
430
+ options?: __HttpHandlerOptions
431
+ ): Promise<UntagResourceCommandOutput>;
432
+ untagResource(
433
+ args: UntagResourceCommandInput,
434
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
435
+ ): void;
436
+ untagResource(
437
+ args: UntagResourceCommandInput,
438
+ options: __HttpHandlerOptions,
439
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
440
+ ): void;
441
+ updateWorkflow(
442
+ args: UpdateWorkflowCommandInput,
443
+ options?: __HttpHandlerOptions
444
+ ): Promise<UpdateWorkflowCommandOutput>;
445
+ updateWorkflow(
446
+ args: UpdateWorkflowCommandInput,
447
+ cb: (err: any, data?: UpdateWorkflowCommandOutput) => void
448
+ ): void;
449
+ updateWorkflow(
450
+ args: UpdateWorkflowCommandInput,
451
+ options: __HttpHandlerOptions,
452
+ cb: (err: any, data?: UpdateWorkflowCommandOutput) => void
453
+ ): void;
454
+ updateWorkflowStep(
455
+ args: UpdateWorkflowStepCommandInput,
456
+ options?: __HttpHandlerOptions
457
+ ): Promise<UpdateWorkflowStepCommandOutput>;
458
+ updateWorkflowStep(
459
+ args: UpdateWorkflowStepCommandInput,
460
+ cb: (err: any, data?: UpdateWorkflowStepCommandOutput) => void
461
+ ): void;
462
+ updateWorkflowStep(
463
+ args: UpdateWorkflowStepCommandInput,
464
+ options: __HttpHandlerOptions,
465
+ cb: (err: any, data?: UpdateWorkflowStepCommandOutput) => void
466
+ ): void;
467
+ updateWorkflowStepGroup(
468
+ args: UpdateWorkflowStepGroupCommandInput,
469
+ options?: __HttpHandlerOptions
470
+ ): Promise<UpdateWorkflowStepGroupCommandOutput>;
471
+ updateWorkflowStepGroup(
472
+ args: UpdateWorkflowStepGroupCommandInput,
473
+ cb: (err: any, data?: UpdateWorkflowStepGroupCommandOutput) => void
474
+ ): void;
475
+ updateWorkflowStepGroup(
476
+ args: UpdateWorkflowStepGroupCommandInput,
477
+ options: __HttpHandlerOptions,
478
+ cb: (err: any, data?: UpdateWorkflowStepGroupCommandOutput) => void
479
+ ): void;
480
+ }