@aws-sdk/client-migrationhuborchestrator 3.278.0 → 3.281.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 (30) hide show
  1. package/README.md +227 -0
  2. package/dist-types/commands/CreateWorkflowCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateWorkflowStepCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +6 -0
  5. package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -0
  6. package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +6 -0
  7. package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +6 -0
  8. package/dist-types/commands/GetTemplateCommand.d.ts +6 -0
  9. package/dist-types/commands/GetTemplateStepCommand.d.ts +6 -0
  10. package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +6 -0
  11. package/dist-types/commands/GetWorkflowCommand.d.ts +6 -0
  12. package/dist-types/commands/GetWorkflowStepCommand.d.ts +6 -0
  13. package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +6 -0
  14. package/dist-types/commands/ListPluginsCommand.d.ts +6 -0
  15. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  16. package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +6 -0
  17. package/dist-types/commands/ListTemplateStepsCommand.d.ts +6 -0
  18. package/dist-types/commands/ListTemplatesCommand.d.ts +6 -0
  19. package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +6 -0
  20. package/dist-types/commands/ListWorkflowStepsCommand.d.ts +6 -0
  21. package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -0
  22. package/dist-types/commands/RetryWorkflowStepCommand.d.ts +6 -0
  23. package/dist-types/commands/StartWorkflowCommand.d.ts +6 -0
  24. package/dist-types/commands/StopWorkflowCommand.d.ts +6 -0
  25. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  26. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  27. package/dist-types/commands/UpdateWorkflowCommand.d.ts +6 -0
  28. package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +6 -0
  29. package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +6 -0
  30. package/package.json +6 -6
package/README.md CHANGED
@@ -207,3 +207,230 @@ To contribute to client you can check our [generate clients scripts](https://git
207
207
  This SDK is distributed under the
208
208
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
209
209
  see LICENSE for more information.
210
+
211
+ ## Client Commands (Operations List)
212
+
213
+ <details>
214
+ <summary>
215
+ CreateWorkflow
216
+ </summary>
217
+
218
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/createworkflowcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/createworkflowcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/createworkflowcommandoutput.html)
219
+
220
+ </details>
221
+ <details>
222
+ <summary>
223
+ CreateWorkflowStep
224
+ </summary>
225
+
226
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/createworkflowstepcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/createworkflowstepcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/createworkflowstepcommandoutput.html)
227
+
228
+ </details>
229
+ <details>
230
+ <summary>
231
+ CreateWorkflowStepGroup
232
+ </summary>
233
+
234
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/createworkflowstepgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/createworkflowstepgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/createworkflowstepgroupcommandoutput.html)
235
+
236
+ </details>
237
+ <details>
238
+ <summary>
239
+ DeleteWorkflow
240
+ </summary>
241
+
242
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/deleteworkflowcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/deleteworkflowcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/deleteworkflowcommandoutput.html)
243
+
244
+ </details>
245
+ <details>
246
+ <summary>
247
+ DeleteWorkflowStep
248
+ </summary>
249
+
250
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/deleteworkflowstepcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/deleteworkflowstepcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/deleteworkflowstepcommandoutput.html)
251
+
252
+ </details>
253
+ <details>
254
+ <summary>
255
+ DeleteWorkflowStepGroup
256
+ </summary>
257
+
258
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/deleteworkflowstepgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/deleteworkflowstepgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/deleteworkflowstepgroupcommandoutput.html)
259
+
260
+ </details>
261
+ <details>
262
+ <summary>
263
+ GetTemplate
264
+ </summary>
265
+
266
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/gettemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/gettemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/gettemplatecommandoutput.html)
267
+
268
+ </details>
269
+ <details>
270
+ <summary>
271
+ GetTemplateStep
272
+ </summary>
273
+
274
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/gettemplatestepcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/gettemplatestepcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/gettemplatestepcommandoutput.html)
275
+
276
+ </details>
277
+ <details>
278
+ <summary>
279
+ GetTemplateStepGroup
280
+ </summary>
281
+
282
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/gettemplatestepgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/gettemplatestepgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/gettemplatestepgroupcommandoutput.html)
283
+
284
+ </details>
285
+ <details>
286
+ <summary>
287
+ GetWorkflow
288
+ </summary>
289
+
290
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/getworkflowcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/getworkflowcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/getworkflowcommandoutput.html)
291
+
292
+ </details>
293
+ <details>
294
+ <summary>
295
+ GetWorkflowStep
296
+ </summary>
297
+
298
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/getworkflowstepcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/getworkflowstepcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/getworkflowstepcommandoutput.html)
299
+
300
+ </details>
301
+ <details>
302
+ <summary>
303
+ GetWorkflowStepGroup
304
+ </summary>
305
+
306
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/getworkflowstepgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/getworkflowstepgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/getworkflowstepgroupcommandoutput.html)
307
+
308
+ </details>
309
+ <details>
310
+ <summary>
311
+ ListPlugins
312
+ </summary>
313
+
314
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/listpluginscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/listpluginscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/listpluginscommandoutput.html)
315
+
316
+ </details>
317
+ <details>
318
+ <summary>
319
+ ListTagsForResource
320
+ </summary>
321
+
322
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/listtagsforresourcecommandoutput.html)
323
+
324
+ </details>
325
+ <details>
326
+ <summary>
327
+ ListTemplates
328
+ </summary>
329
+
330
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/listtemplatescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/listtemplatescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/listtemplatescommandoutput.html)
331
+
332
+ </details>
333
+ <details>
334
+ <summary>
335
+ ListTemplateStepGroups
336
+ </summary>
337
+
338
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/listtemplatestepgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/listtemplatestepgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/listtemplatestepgroupscommandoutput.html)
339
+
340
+ </details>
341
+ <details>
342
+ <summary>
343
+ ListTemplateSteps
344
+ </summary>
345
+
346
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/listtemplatestepscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/listtemplatestepscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/listtemplatestepscommandoutput.html)
347
+
348
+ </details>
349
+ <details>
350
+ <summary>
351
+ ListWorkflows
352
+ </summary>
353
+
354
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/listworkflowscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/listworkflowscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/listworkflowscommandoutput.html)
355
+
356
+ </details>
357
+ <details>
358
+ <summary>
359
+ ListWorkflowStepGroups
360
+ </summary>
361
+
362
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/listworkflowstepgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/listworkflowstepgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/listworkflowstepgroupscommandoutput.html)
363
+
364
+ </details>
365
+ <details>
366
+ <summary>
367
+ ListWorkflowSteps
368
+ </summary>
369
+
370
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/listworkflowstepscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/listworkflowstepscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/listworkflowstepscommandoutput.html)
371
+
372
+ </details>
373
+ <details>
374
+ <summary>
375
+ RetryWorkflowStep
376
+ </summary>
377
+
378
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/retryworkflowstepcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/retryworkflowstepcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/retryworkflowstepcommandoutput.html)
379
+
380
+ </details>
381
+ <details>
382
+ <summary>
383
+ StartWorkflow
384
+ </summary>
385
+
386
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/startworkflowcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/startworkflowcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/startworkflowcommandoutput.html)
387
+
388
+ </details>
389
+ <details>
390
+ <summary>
391
+ StopWorkflow
392
+ </summary>
393
+
394
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/stopworkflowcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/stopworkflowcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/stopworkflowcommandoutput.html)
395
+
396
+ </details>
397
+ <details>
398
+ <summary>
399
+ TagResource
400
+ </summary>
401
+
402
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/tagresourcecommandoutput.html)
403
+
404
+ </details>
405
+ <details>
406
+ <summary>
407
+ UntagResource
408
+ </summary>
409
+
410
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/untagresourcecommandoutput.html)
411
+
412
+ </details>
413
+ <details>
414
+ <summary>
415
+ UpdateWorkflow
416
+ </summary>
417
+
418
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/updateworkflowcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/updateworkflowcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/updateworkflowcommandoutput.html)
419
+
420
+ </details>
421
+ <details>
422
+ <summary>
423
+ UpdateWorkflowStep
424
+ </summary>
425
+
426
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/updateworkflowstepcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/updateworkflowstepcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/updateworkflowstepcommandoutput.html)
427
+
428
+ </details>
429
+ <details>
430
+ <summary>
431
+ UpdateWorkflowStepGroup
432
+ </summary>
433
+
434
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/classes/updateworkflowstepgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/updateworkflowstepgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-migrationhuborchestrator/interfaces/updateworkflowstepgroupcommandoutput.html)
435
+
436
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { CreateMigrationWorkflowRequest, CreateMigrationWorkflowResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateWorkflowCommand}.
8
+ */
6
9
  export interface CreateWorkflowCommandInput extends CreateMigrationWorkflowRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateWorkflowCommand}.
13
+ */
8
14
  export interface CreateWorkflowCommandOutput extends CreateMigrationWorkflowResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { CreateWorkflowStepRequest, CreateWorkflowStepResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateWorkflowStepCommand}.
8
+ */
6
9
  export interface CreateWorkflowStepCommandInput extends CreateWorkflowStepRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateWorkflowStepCommand}.
13
+ */
8
14
  export interface CreateWorkflowStepCommandOutput extends CreateWorkflowStepResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { CreateWorkflowStepGroupRequest, CreateWorkflowStepGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateWorkflowStepGroupCommand}.
8
+ */
6
9
  export interface CreateWorkflowStepGroupCommandInput extends CreateWorkflowStepGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateWorkflowStepGroupCommand}.
13
+ */
8
14
  export interface CreateWorkflowStepGroupCommandOutput extends CreateWorkflowStepGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { DeleteMigrationWorkflowRequest, DeleteMigrationWorkflowResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteWorkflowCommand}.
8
+ */
6
9
  export interface DeleteWorkflowCommandInput extends DeleteMigrationWorkflowRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteWorkflowCommand}.
13
+ */
8
14
  export interface DeleteWorkflowCommandOutput extends DeleteMigrationWorkflowResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { DeleteWorkflowStepRequest, DeleteWorkflowStepResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteWorkflowStepCommand}.
8
+ */
6
9
  export interface DeleteWorkflowStepCommandInput extends DeleteWorkflowStepRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteWorkflowStepCommand}.
13
+ */
8
14
  export interface DeleteWorkflowStepCommandOutput extends DeleteWorkflowStepResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { DeleteWorkflowStepGroupRequest, DeleteWorkflowStepGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteWorkflowStepGroupCommand}.
8
+ */
6
9
  export interface DeleteWorkflowStepGroupCommandInput extends DeleteWorkflowStepGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteWorkflowStepGroupCommand}.
13
+ */
8
14
  export interface DeleteWorkflowStepGroupCommandOutput extends DeleteWorkflowStepGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { GetMigrationWorkflowTemplateRequest, GetMigrationWorkflowTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetTemplateCommand}.
8
+ */
6
9
  export interface GetTemplateCommandInput extends GetMigrationWorkflowTemplateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetTemplateCommand}.
13
+ */
8
14
  export interface GetTemplateCommandOutput extends GetMigrationWorkflowTemplateResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { GetTemplateStepRequest, GetTemplateStepResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetTemplateStepCommand}.
8
+ */
6
9
  export interface GetTemplateStepCommandInput extends GetTemplateStepRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetTemplateStepCommand}.
13
+ */
8
14
  export interface GetTemplateStepCommandOutput extends GetTemplateStepResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { GetTemplateStepGroupRequest, GetTemplateStepGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetTemplateStepGroupCommand}.
8
+ */
6
9
  export interface GetTemplateStepGroupCommandInput extends GetTemplateStepGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetTemplateStepGroupCommand}.
13
+ */
8
14
  export interface GetTemplateStepGroupCommandOutput extends GetTemplateStepGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { GetMigrationWorkflowRequest, GetMigrationWorkflowResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetWorkflowCommand}.
8
+ */
6
9
  export interface GetWorkflowCommandInput extends GetMigrationWorkflowRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetWorkflowCommand}.
13
+ */
8
14
  export interface GetWorkflowCommandOutput extends GetMigrationWorkflowResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { GetWorkflowStepRequest, GetWorkflowStepResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetWorkflowStepCommand}.
8
+ */
6
9
  export interface GetWorkflowStepCommandInput extends GetWorkflowStepRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetWorkflowStepCommand}.
13
+ */
8
14
  export interface GetWorkflowStepCommandOutput extends GetWorkflowStepResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { GetWorkflowStepGroupRequest, GetWorkflowStepGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetWorkflowStepGroupCommand}.
8
+ */
6
9
  export interface GetWorkflowStepGroupCommandInput extends GetWorkflowStepGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetWorkflowStepGroupCommand}.
13
+ */
8
14
  export interface GetWorkflowStepGroupCommandOutput extends GetWorkflowStepGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListPluginsRequest, ListPluginsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListPluginsCommand}.
8
+ */
6
9
  export interface ListPluginsCommandInput extends ListPluginsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListPluginsCommand}.
13
+ */
8
14
  export interface ListPluginsCommandOutput extends ListPluginsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListTemplateStepGroupsRequest, ListTemplateStepGroupsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTemplateStepGroupsCommand}.
8
+ */
6
9
  export interface ListTemplateStepGroupsCommandInput extends ListTemplateStepGroupsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTemplateStepGroupsCommand}.
13
+ */
8
14
  export interface ListTemplateStepGroupsCommandOutput extends ListTemplateStepGroupsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListTemplateStepsRequest, ListTemplateStepsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTemplateStepsCommand}.
8
+ */
6
9
  export interface ListTemplateStepsCommandInput extends ListTemplateStepsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTemplateStepsCommand}.
13
+ */
8
14
  export interface ListTemplateStepsCommandOutput extends ListTemplateStepsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListMigrationWorkflowTemplatesRequest, ListMigrationWorkflowTemplatesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTemplatesCommand}.
8
+ */
6
9
  export interface ListTemplatesCommandInput extends ListMigrationWorkflowTemplatesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTemplatesCommand}.
13
+ */
8
14
  export interface ListTemplatesCommandOutput extends ListMigrationWorkflowTemplatesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListWorkflowStepGroupsRequest, ListWorkflowStepGroupsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListWorkflowStepGroupsCommand}.
8
+ */
6
9
  export interface ListWorkflowStepGroupsCommandInput extends ListWorkflowStepGroupsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListWorkflowStepGroupsCommand}.
13
+ */
8
14
  export interface ListWorkflowStepGroupsCommandOutput extends ListWorkflowStepGroupsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListWorkflowStepsRequest, ListWorkflowStepsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListWorkflowStepsCommand}.
8
+ */
6
9
  export interface ListWorkflowStepsCommandInput extends ListWorkflowStepsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListWorkflowStepsCommand}.
13
+ */
8
14
  export interface ListWorkflowStepsCommandOutput extends ListWorkflowStepsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { ListMigrationWorkflowsRequest, ListMigrationWorkflowsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListWorkflowsCommand}.
8
+ */
6
9
  export interface ListWorkflowsCommandInput extends ListMigrationWorkflowsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListWorkflowsCommand}.
13
+ */
8
14
  export interface ListWorkflowsCommandOutput extends ListMigrationWorkflowsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { RetryWorkflowStepRequest, RetryWorkflowStepResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RetryWorkflowStepCommand}.
8
+ */
6
9
  export interface RetryWorkflowStepCommandInput extends RetryWorkflowStepRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RetryWorkflowStepCommand}.
13
+ */
8
14
  export interface RetryWorkflowStepCommandOutput extends RetryWorkflowStepResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { StartMigrationWorkflowRequest, StartMigrationWorkflowResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartWorkflowCommand}.
8
+ */
6
9
  export interface StartWorkflowCommandInput extends StartMigrationWorkflowRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartWorkflowCommand}.
13
+ */
8
14
  export interface StartWorkflowCommandOutput extends StartMigrationWorkflowResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { StopMigrationWorkflowRequest, StopMigrationWorkflowResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StopWorkflowCommand}.
8
+ */
6
9
  export interface StopWorkflowCommandInput extends StopMigrationWorkflowRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StopWorkflowCommand}.
13
+ */
8
14
  export interface StopWorkflowCommandOutput extends StopMigrationWorkflowResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { UpdateMigrationWorkflowRequest, UpdateMigrationWorkflowResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateWorkflowCommand}.
8
+ */
6
9
  export interface UpdateWorkflowCommandInput extends UpdateMigrationWorkflowRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateWorkflowCommand}.
13
+ */
8
14
  export interface UpdateWorkflowCommandOutput extends UpdateMigrationWorkflowResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { UpdateWorkflowStepRequest, UpdateWorkflowStepResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateWorkflowStepCommand}.
8
+ */
6
9
  export interface UpdateWorkflowStepCommandInput extends UpdateWorkflowStepRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateWorkflowStepCommand}.
13
+ */
8
14
  export interface UpdateWorkflowStepCommandOutput extends UpdateWorkflowStepResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
5
  import { UpdateWorkflowStepGroupRequest, UpdateWorkflowStepGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateWorkflowStepGroupCommand}.
8
+ */
6
9
  export interface UpdateWorkflowStepGroupCommandInput extends UpdateWorkflowStepGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateWorkflowStepGroupCommand}.
13
+ */
8
14
  export interface UpdateWorkflowStepGroupCommandOutput extends UpdateWorkflowStepGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-migrationhuborchestrator",
3
3
  "description": "AWS SDK for JavaScript Migrationhuborchestrator Client for Node.js, Browser and React Native",
4
- "version": "3.278.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",