@aws-sdk/client-migrationhuborchestrator 3.952.0 → 3.953.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 (51) hide show
  1. package/dist-cjs/index.js +378 -260
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateTemplateCommand.js +2 -2
  4. package/dist-es/commands/CreateWorkflowCommand.js +2 -2
  5. package/dist-es/commands/CreateWorkflowStepCommand.js +2 -2
  6. package/dist-es/commands/CreateWorkflowStepGroupCommand.js +2 -2
  7. package/dist-es/commands/DeleteTemplateCommand.js +2 -2
  8. package/dist-es/commands/DeleteWorkflowCommand.js +2 -2
  9. package/dist-es/commands/DeleteWorkflowStepCommand.js +2 -2
  10. package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +2 -2
  11. package/dist-es/commands/GetTemplateCommand.js +2 -2
  12. package/dist-es/commands/GetTemplateStepCommand.js +2 -2
  13. package/dist-es/commands/GetTemplateStepGroupCommand.js +2 -2
  14. package/dist-es/commands/GetWorkflowCommand.js +2 -2
  15. package/dist-es/commands/GetWorkflowStepCommand.js +2 -2
  16. package/dist-es/commands/GetWorkflowStepGroupCommand.js +2 -2
  17. package/dist-es/commands/ListPluginsCommand.js +2 -2
  18. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  19. package/dist-es/commands/ListTemplateStepGroupsCommand.js +2 -2
  20. package/dist-es/commands/ListTemplateStepsCommand.js +2 -2
  21. package/dist-es/commands/ListTemplatesCommand.js +2 -2
  22. package/dist-es/commands/ListWorkflowStepGroupsCommand.js +2 -2
  23. package/dist-es/commands/ListWorkflowStepsCommand.js +2 -2
  24. package/dist-es/commands/ListWorkflowsCommand.js +2 -2
  25. package/dist-es/commands/RetryWorkflowStepCommand.js +2 -2
  26. package/dist-es/commands/StartWorkflowCommand.js +2 -2
  27. package/dist-es/commands/StopWorkflowCommand.js +2 -2
  28. package/dist-es/commands/TagResourceCommand.js +2 -2
  29. package/dist-es/commands/UntagResourceCommand.js +2 -2
  30. package/dist-es/commands/UpdateTemplateCommand.js +2 -2
  31. package/dist-es/commands/UpdateWorkflowCommand.js +2 -2
  32. package/dist-es/commands/UpdateWorkflowStepCommand.js +2 -2
  33. package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +2 -2
  34. package/dist-es/index.js +1 -0
  35. package/dist-es/runtimeConfig.shared.js +6 -1
  36. package/dist-es/schemas/schemas_0.js +215 -215
  37. package/dist-types/MigrationHubOrchestratorClient.d.ts +1 -10
  38. package/dist-types/index.d.ts +1 -0
  39. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  40. package/dist-types/runtimeConfig.d.ts +6 -2
  41. package/dist-types/runtimeConfig.native.d.ts +6 -2
  42. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  43. package/dist-types/schemas/schemas_0.d.ts +119 -136
  44. package/dist-types/ts3.4/MigrationHubOrchestratorClient.d.ts +0 -4
  45. package/dist-types/ts3.4/index.d.ts +1 -0
  46. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  50. package/dist-types/ts3.4/schemas/schemas_0.d.ts +118 -137
  51. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class MigrationHubOrchestratorClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let MigrationHubOrchestratorServiceException$1 = class MigrationHubOrchestratorServiceException extends smithyClient.ServiceException {
113
+ class MigrationHubOrchestratorServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, MigrationHubOrchestratorServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends MigrationHubOrchestratorServiceException$1 {
120
+ class AccessDeniedException extends MigrationHubOrchestratorServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  $retryable = {};
@@ -129,8 +129,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends MigrationHubOr
129
129
  });
130
130
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
131
  }
132
- };
133
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends MigrationHubOrchestratorServiceException$1 {
132
+ }
133
+ class ResourceNotFoundException extends MigrationHubOrchestratorServiceException {
134
134
  name = "ResourceNotFoundException";
135
135
  $fault = "client";
136
136
  constructor(opts) {
@@ -141,8 +141,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Migrat
141
141
  });
142
142
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
143
143
  }
144
- };
145
- let ValidationException$1 = class ValidationException extends MigrationHubOrchestratorServiceException$1 {
144
+ }
145
+ class ValidationException extends MigrationHubOrchestratorServiceException {
146
146
  name = "ValidationException";
147
147
  $fault = "client";
148
148
  $retryable = {};
@@ -154,8 +154,8 @@ let ValidationException$1 = class ValidationException extends MigrationHubOrches
154
154
  });
155
155
  Object.setPrototypeOf(this, ValidationException.prototype);
156
156
  }
157
- };
158
- let InternalServerException$1 = class InternalServerException extends MigrationHubOrchestratorServiceException$1 {
157
+ }
158
+ class InternalServerException extends MigrationHubOrchestratorServiceException {
159
159
  name = "InternalServerException";
160
160
  $fault = "server";
161
161
  constructor(opts) {
@@ -166,8 +166,8 @@ let InternalServerException$1 = class InternalServerException extends MigrationH
166
166
  });
167
167
  Object.setPrototypeOf(this, InternalServerException.prototype);
168
168
  }
169
- };
170
- let ThrottlingException$1 = class ThrottlingException extends MigrationHubOrchestratorServiceException$1 {
169
+ }
170
+ class ThrottlingException extends MigrationHubOrchestratorServiceException {
171
171
  name = "ThrottlingException";
172
172
  $fault = "client";
173
173
  constructor(opts) {
@@ -178,8 +178,8 @@ let ThrottlingException$1 = class ThrottlingException extends MigrationHubOrches
178
178
  });
179
179
  Object.setPrototypeOf(this, ThrottlingException.prototype);
180
180
  }
181
- };
182
- let ConflictException$1 = class ConflictException extends MigrationHubOrchestratorServiceException$1 {
181
+ }
182
+ class ConflictException extends MigrationHubOrchestratorServiceException {
183
183
  name = "ConflictException";
184
184
  $fault = "client";
185
185
  $retryable = {};
@@ -191,7 +191,7 @@ let ConflictException$1 = class ConflictException extends MigrationHubOrchestrat
191
191
  });
192
192
  Object.setPrototypeOf(this, ConflictException.prototype);
193
193
  }
194
- };
194
+ }
195
195
 
196
196
  const _ADE = "AccessDeniedException";
197
197
  const _CE = "ConflictException";
@@ -411,11 +411,11 @@ const _wSAC = "workflowStepAutomationConfiguration";
411
411
  const _wSGS = "workflowStepGroupsSummary";
412
412
  const _wSS = "workflowStepsSummary";
413
413
  const n0 = "com.amazonaws.migrationhuborchestrator";
414
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
415
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
416
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
417
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
418
- var CreateMigrationWorkflowRequest = [
414
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
415
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
416
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
417
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
418
+ var CreateMigrationWorkflowRequest$ = [
419
419
  3,
420
420
  n0,
421
421
  _CMWR,
@@ -423,7 +423,7 @@ var CreateMigrationWorkflowRequest = [
423
423
  [_n, _d, _tI, _aCI, _iP, _sT, _t],
424
424
  [0, 0, 0, 0, [() => StepInputParameters, 0], 64 | 0, 128 | 0],
425
425
  ];
426
- var CreateMigrationWorkflowResponse = [
426
+ var CreateMigrationWorkflowResponse$ = [
427
427
  3,
428
428
  n0,
429
429
  _CMWRr,
@@ -431,16 +431,16 @@ var CreateMigrationWorkflowResponse = [
431
431
  [_i, _a, _n, _d, _tI, _aACI, _wI, _sT, _s, _cT, _t],
432
432
  [0, 0, 0, 0, 0, 0, [() => StepInputParameters, 0], 64 | 0, 0, 4, 128 | 0],
433
433
  ];
434
- var CreateTemplateRequest = [
434
+ var CreateTemplateRequest$ = [
435
435
  3,
436
436
  n0,
437
437
  _CTR,
438
438
  0,
439
439
  [_tN, _tD, _tS, _cTl, _t],
440
- [0, 0, () => TemplateSource, [0, 4], 128 | 0],
440
+ [0, 0, () => TemplateSource$, [0, 4], 128 | 0],
441
441
  ];
442
- var CreateTemplateResponse = [3, n0, _CTRr, 0, [_tI, _tA, _t], [0, 0, 128 | 0]];
443
- var CreateWorkflowStepGroupRequest = [
442
+ var CreateTemplateResponse$ = [3, n0, _CTRr, 0, [_tI, _tA, _t], [0, 0, 128 | 0]];
443
+ var CreateWorkflowStepGroupRequest$ = [
444
444
  3,
445
445
  n0,
446
446
  _CWSGR,
@@ -448,7 +448,7 @@ var CreateWorkflowStepGroupRequest = [
448
448
  [_wIo, _n, _d, _ne, _p],
449
449
  [0, 0, 0, 64 | 0, 64 | 0],
450
450
  ];
451
- var CreateWorkflowStepGroupResponse = [
451
+ var CreateWorkflowStepGroupResponse$ = [
452
452
  3,
453
453
  n0,
454
454
  _CWSGRr,
@@ -456,20 +456,20 @@ var CreateWorkflowStepGroupResponse = [
456
456
  [_wIo, _n, _i, _d, _to, _ne, _p, _cT],
457
457
  [0, 0, 0, 0, () => ToolsList, 64 | 0, 64 | 0, 4],
458
458
  ];
459
- var CreateWorkflowStepRequest = [
459
+ var CreateWorkflowStepRequest$ = [
460
460
  3,
461
461
  n0,
462
462
  _CWSR,
463
463
  0,
464
464
  [_n, _sGI, _wIo, _sAT, _d, _wSAC, _sTt, _o, _p, _ne],
465
- [0, 0, 0, 0, 0, () => WorkflowStepAutomationConfiguration, 64 | 0, () => WorkflowStepOutputList, 64 | 0, 64 | 0],
466
- ];
467
- var CreateWorkflowStepResponse = [3, n0, _CWSRr, 0, [_i, _sGI, _wIo, _n], [0, 0, 0, 0]];
468
- var DeleteMigrationWorkflowRequest = [3, n0, _DMWR, 0, [_i], [[0, 1]]];
469
- var DeleteMigrationWorkflowResponse = [3, n0, _DMWRe, 0, [_i, _a, _s], [0, 0, 0]];
470
- var DeleteTemplateRequest = [3, n0, _DTR, 0, [_i], [[0, 1]]];
471
- var DeleteTemplateResponse = [3, n0, _DTRe, 0, [], []];
472
- var DeleteWorkflowStepGroupRequest = [
465
+ [0, 0, 0, 0, 0, () => WorkflowStepAutomationConfiguration$, 64 | 0, () => WorkflowStepOutputList, 64 | 0, 64 | 0],
466
+ ];
467
+ var CreateWorkflowStepResponse$ = [3, n0, _CWSRr, 0, [_i, _sGI, _wIo, _n], [0, 0, 0, 0]];
468
+ var DeleteMigrationWorkflowRequest$ = [3, n0, _DMWR, 0, [_i], [[0, 1]]];
469
+ var DeleteMigrationWorkflowResponse$ = [3, n0, _DMWRe, 0, [_i, _a, _s], [0, 0, 0]];
470
+ var DeleteTemplateRequest$ = [3, n0, _DTR, 0, [_i], [[0, 1]]];
471
+ var DeleteTemplateResponse$ = [3, n0, _DTRe, 0, [], []];
472
+ var DeleteWorkflowStepGroupRequest$ = [
473
473
  3,
474
474
  n0,
475
475
  _DWSGR,
@@ -480,8 +480,8 @@ var DeleteWorkflowStepGroupRequest = [
480
480
  [0, 1],
481
481
  ],
482
482
  ];
483
- var DeleteWorkflowStepGroupResponse = [3, n0, _DWSGRe, 0, [], []];
484
- var DeleteWorkflowStepRequest = [
483
+ var DeleteWorkflowStepGroupResponse$ = [3, n0, _DWSGRe, 0, [], []];
484
+ var DeleteWorkflowStepRequest$ = [
485
485
  3,
486
486
  n0,
487
487
  _DWSR,
@@ -493,9 +493,9 @@ var DeleteWorkflowStepRequest = [
493
493
  [0, { [_hQ]: _wIo }],
494
494
  ],
495
495
  ];
496
- var DeleteWorkflowStepResponse = [3, n0, _DWSRe, 0, [], []];
497
- var GetMigrationWorkflowRequest = [3, n0, _GMWR, 0, [_i], [[0, 1]]];
498
- var GetMigrationWorkflowResponse = [
496
+ var DeleteWorkflowStepResponse$ = [3, n0, _DWSRe, 0, [], []];
497
+ var GetMigrationWorkflowRequest$ = [3, n0, _GMWR, 0, [_i], [[0, 1]]];
498
+ var GetMigrationWorkflowResponse$ = [
499
499
  3,
500
500
  n0,
501
501
  _GMWRe,
@@ -503,8 +503,8 @@ var GetMigrationWorkflowResponse = [
503
503
  [_i, _a, _n, _d, _tI, _aACI, _aAN, _s, _sM, _cT, _lST, _lSTa, _lMT, _eT, _to, _tSo, _cS, _wI, _t, _wB],
504
504
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 4, 4, () => ToolsList, 1, 1, [() => StepInputParameters, 0], 128 | 0, 0],
505
505
  ];
506
- var GetMigrationWorkflowTemplateRequest = [3, n0, _GMWTR, 0, [_i], [[0, 1]]];
507
- var GetMigrationWorkflowTemplateResponse = [
506
+ var GetMigrationWorkflowTemplateRequest$ = [3, n0, _GMWTR, 0, [_i], [[0, 1]]];
507
+ var GetMigrationWorkflowTemplateResponse$ = [
508
508
  3,
509
509
  n0,
510
510
  _GMWTRe,
@@ -512,7 +512,7 @@ var GetMigrationWorkflowTemplateResponse = [
512
512
  [_i, _tA, _n, _d, _in, _to, _cT, _ow, _s, _sM, _tC, _t],
513
513
  [0, 0, 0, 0, () => TemplateInputList, () => ToolsList, 4, 0, 0, 0, 0, 128 | 0],
514
514
  ];
515
- var GetTemplateStepGroupRequest = [
515
+ var GetTemplateStepGroupRequest$ = [
516
516
  3,
517
517
  n0,
518
518
  _GTSGR,
@@ -523,7 +523,7 @@ var GetTemplateStepGroupRequest = [
523
523
  [0, 1],
524
524
  ],
525
525
  ];
526
- var GetTemplateStepGroupResponse = [
526
+ var GetTemplateStepGroupResponse$ = [
527
527
  3,
528
528
  n0,
529
529
  _GTSGRe,
@@ -531,7 +531,7 @@ var GetTemplateStepGroupResponse = [
531
531
  [_tI, _i, _n, _d, _s, _cT, _lMT, _to, _p, _ne],
532
532
  [0, 0, 0, 0, 0, 4, 4, () => ToolsList, 64 | 0, 64 | 0],
533
533
  ];
534
- var GetTemplateStepRequest = [
534
+ var GetTemplateStepRequest$ = [
535
535
  3,
536
536
  n0,
537
537
  _GTSR,
@@ -543,15 +543,15 @@ var GetTemplateStepRequest = [
543
543
  [0, { [_hQ]: _sGI }],
544
544
  ],
545
545
  ];
546
- var GetTemplateStepResponse = [
546
+ var GetTemplateStepResponse$ = [
547
547
  3,
548
548
  n0,
549
549
  _GTSRe,
550
550
  0,
551
551
  [_i, _sGI, _tI, _n, _d, _sAT, _cT, _p, _ne, _o, _sAC],
552
- [0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, () => StepOutputList, () => StepAutomationConfiguration],
552
+ [0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, () => StepOutputList, () => StepAutomationConfiguration$],
553
553
  ];
554
- var GetWorkflowStepGroupRequest = [
554
+ var GetWorkflowStepGroupRequest$ = [
555
555
  3,
556
556
  n0,
557
557
  _GWSGR,
@@ -562,7 +562,7 @@ var GetWorkflowStepGroupRequest = [
562
562
  [0, { [_hQ]: _wIo }],
563
563
  ],
564
564
  ];
565
- var GetWorkflowStepGroupResponse = [
565
+ var GetWorkflowStepGroupResponse$ = [
566
566
  3,
567
567
  n0,
568
568
  _GWSGRe,
@@ -570,7 +570,7 @@ var GetWorkflowStepGroupResponse = [
570
570
  [_i, _wIo, _n, _d, _s, _ow, _cT, _lMT, _eT, _to, _p, _ne],
571
571
  [0, 0, 0, 0, 0, 0, 4, 4, 4, () => ToolsList, 64 | 0, 64 | 0],
572
572
  ];
573
- var GetWorkflowStepRequest = [
573
+ var GetWorkflowStepRequest$ = [
574
574
  3,
575
575
  n0,
576
576
  _GWSR,
@@ -582,7 +582,7 @@ var GetWorkflowStepRequest = [
582
582
  [0, 1],
583
583
  ],
584
584
  ];
585
- var GetWorkflowStepResponse = [
585
+ var GetWorkflowStepResponse$ = [
586
586
  3,
587
587
  n0,
588
588
  _GWSRe,
@@ -596,7 +596,7 @@ var GetWorkflowStepResponse = [
596
596
  0,
597
597
  0,
598
598
  0,
599
- () => WorkflowStepAutomationConfiguration,
599
+ () => WorkflowStepAutomationConfiguration$,
600
600
  64 | 0,
601
601
  () => WorkflowStepOutputList,
602
602
  64 | 0,
@@ -612,9 +612,9 @@ var GetWorkflowStepResponse = [
612
612
  1,
613
613
  ],
614
614
  ];
615
- var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
616
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
617
- var ListMigrationWorkflowsRequest = [
615
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
616
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
617
+ var ListMigrationWorkflowsRequest$ = [
618
618
  3,
619
619
  n0,
620
620
  _LMWR,
@@ -629,7 +629,7 @@ var ListMigrationWorkflowsRequest = [
629
629
  [0, { [_hQ]: _n }],
630
630
  ],
631
631
  ];
632
- var ListMigrationWorkflowsResponse = [
632
+ var ListMigrationWorkflowsResponse$ = [
633
633
  3,
634
634
  n0,
635
635
  _LMWRi,
@@ -637,7 +637,7 @@ var ListMigrationWorkflowsResponse = [
637
637
  [_nT, _mWS],
638
638
  [0, () => MigrationWorkflowSummaryList],
639
639
  ];
640
- var ListMigrationWorkflowTemplatesRequest = [
640
+ var ListMigrationWorkflowTemplatesRequest$ = [
641
641
  3,
642
642
  n0,
643
643
  _LMWTR,
@@ -649,7 +649,7 @@ var ListMigrationWorkflowTemplatesRequest = [
649
649
  [0, { [_hQ]: _n }],
650
650
  ],
651
651
  ];
652
- var ListMigrationWorkflowTemplatesResponse = [
652
+ var ListMigrationWorkflowTemplatesResponse$ = [
653
653
  3,
654
654
  n0,
655
655
  _LMWTRi,
@@ -657,7 +657,7 @@ var ListMigrationWorkflowTemplatesResponse = [
657
657
  [_nT, _tSe],
658
658
  [0, () => TemplateSummaryList],
659
659
  ];
660
- var ListPluginsRequest = [
660
+ var ListPluginsRequest$ = [
661
661
  3,
662
662
  n0,
663
663
  _LPR,
@@ -668,10 +668,10 @@ var ListPluginsRequest = [
668
668
  [0, { [_hQ]: _nT }],
669
669
  ],
670
670
  ];
671
- var ListPluginsResponse = [3, n0, _LPRi, 0, [_nT, _pl], [0, () => PluginSummaries]];
672
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
673
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
674
- var ListTemplateStepGroupsRequest = [
671
+ var ListPluginsResponse$ = [3, n0, _LPRi, 0, [_nT, _pl], [0, () => PluginSummaries]];
672
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
673
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
674
+ var ListTemplateStepGroupsRequest$ = [
675
675
  3,
676
676
  n0,
677
677
  _LTSGR,
@@ -683,7 +683,7 @@ var ListTemplateStepGroupsRequest = [
683
683
  [0, 1],
684
684
  ],
685
685
  ];
686
- var ListTemplateStepGroupsResponse = [
686
+ var ListTemplateStepGroupsResponse$ = [
687
687
  3,
688
688
  n0,
689
689
  _LTSGRi,
@@ -691,7 +691,7 @@ var ListTemplateStepGroupsResponse = [
691
691
  [_nT, _tSGS],
692
692
  [0, () => TemplateStepGroupSummaryList],
693
693
  ];
694
- var ListTemplateStepsRequest = [
694
+ var ListTemplateStepsRequest$ = [
695
695
  3,
696
696
  n0,
697
697
  _LTSR,
@@ -704,7 +704,7 @@ var ListTemplateStepsRequest = [
704
704
  [0, { [_hQ]: _sGI }],
705
705
  ],
706
706
  ];
707
- var ListTemplateStepsResponse = [
707
+ var ListTemplateStepsResponse$ = [
708
708
  3,
709
709
  n0,
710
710
  _LTSRi,
@@ -712,7 +712,7 @@ var ListTemplateStepsResponse = [
712
712
  [_nT, _tSSL],
713
713
  [0, () => TemplateStepSummaryList],
714
714
  ];
715
- var ListWorkflowStepGroupsRequest = [
715
+ var ListWorkflowStepGroupsRequest$ = [
716
716
  3,
717
717
  n0,
718
718
  _LWSGR,
@@ -724,7 +724,7 @@ var ListWorkflowStepGroupsRequest = [
724
724
  [0, { [_hQ]: _wIo }],
725
725
  ],
726
726
  ];
727
- var ListWorkflowStepGroupsResponse = [
727
+ var ListWorkflowStepGroupsResponse$ = [
728
728
  3,
729
729
  n0,
730
730
  _LWSGRi,
@@ -732,7 +732,7 @@ var ListWorkflowStepGroupsResponse = [
732
732
  [_nT, _wSGS],
733
733
  [0, () => WorkflowStepGroupsSummaryList],
734
734
  ];
735
- var ListWorkflowStepsRequest = [
735
+ var ListWorkflowStepsRequest$ = [
736
736
  3,
737
737
  n0,
738
738
  _LWSR,
@@ -745,7 +745,7 @@ var ListWorkflowStepsRequest = [
745
745
  [0, 1],
746
746
  ],
747
747
  ];
748
- var ListWorkflowStepsResponse = [
748
+ var ListWorkflowStepsResponse$ = [
749
749
  3,
750
750
  n0,
751
751
  _LWSRi,
@@ -753,7 +753,7 @@ var ListWorkflowStepsResponse = [
753
753
  [_nT, _wSS],
754
754
  [0, () => WorkflowStepsSummaryList],
755
755
  ];
756
- var MigrationWorkflowSummary = [
756
+ var MigrationWorkflowSummary$ = [
757
757
  3,
758
758
  n0,
759
759
  _MWS,
@@ -761,12 +761,12 @@ var MigrationWorkflowSummary = [
761
761
  [_i, _n, _tI, _aACN, _s, _cT, _eT, _sM, _cS, _tSo],
762
762
  [0, 0, 0, 0, 0, 4, 4, 0, 1, 1],
763
763
  ];
764
- var PlatformCommand = [3, n0, _PC, 0, [_l, _w], [0, 0]];
765
- var PlatformScriptKey = [3, n0, _PSK, 0, [_l, _w], [0, 0]];
766
- var PluginSummary = [3, n0, _PS, 0, [_pI, _h, _s, _iA, _v, _rT], [0, 0, 0, 0, 0, 0]];
767
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
768
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
769
- var RetryWorkflowStepRequest = [
764
+ var PlatformCommand$ = [3, n0, _PC, 0, [_l, _w], [0, 0]];
765
+ var PlatformScriptKey$ = [3, n0, _PSK, 0, [_l, _w], [0, 0]];
766
+ var PluginSummary$ = [3, n0, _PS, 0, [_pI, _h, _s, _iA, _v, _rT], [0, 0, 0, 0, 0, 0]];
767
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
768
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
769
+ var RetryWorkflowStepRequest$ = [
770
770
  3,
771
771
  n0,
772
772
  _RWSR,
@@ -778,9 +778,9 @@ var RetryWorkflowStepRequest = [
778
778
  [0, 1],
779
779
  ],
780
780
  ];
781
- var RetryWorkflowStepResponse = [3, n0, _RWSRe, 0, [_sGI, _wIo, _i, _s], [0, 0, 0, 0]];
782
- var StartMigrationWorkflowRequest = [3, n0, _SMWR, 0, [_i], [[0, 1]]];
783
- var StartMigrationWorkflowResponse = [
781
+ var RetryWorkflowStepResponse$ = [3, n0, _RWSRe, 0, [_sGI, _wIo, _i, _s], [0, 0, 0, 0]];
782
+ var StartMigrationWorkflowRequest$ = [3, n0, _SMWR, 0, [_i], [[0, 1]]];
783
+ var StartMigrationWorkflowResponse$ = [
784
784
  3,
785
785
  n0,
786
786
  _SMWRt,
@@ -788,17 +788,17 @@ var StartMigrationWorkflowResponse = [
788
788
  [_i, _a, _s, _sM, _lST],
789
789
  [0, 0, 0, 0, 4],
790
790
  ];
791
- var StepAutomationConfiguration = [
791
+ var StepAutomationConfiguration$ = [
792
792
  3,
793
793
  n0,
794
794
  _SAC,
795
795
  0,
796
796
  [_sLSB, _sLSK, _co, _rE, _tT],
797
- [0, () => PlatformScriptKey, () => PlatformCommand, 0, 0],
797
+ [0, () => PlatformScriptKey$, () => PlatformCommand$, 0, 0],
798
798
  ];
799
- var StepOutput = [3, n0, _SO, 0, [_n, _dT, _r], [0, 0, 2]];
800
- var StopMigrationWorkflowRequest = [3, n0, _SMWRto, 0, [_i], [[0, 1]]];
801
- var StopMigrationWorkflowResponse = [
799
+ var StepOutput$ = [3, n0, _SO, 0, [_n, _dT, _r], [0, 0, 2]];
800
+ var StopMigrationWorkflowRequest$ = [3, n0, _SMWRto, 0, [_i], [[0, 1]]];
801
+ var StopMigrationWorkflowResponse$ = [
802
802
  3,
803
803
  n0,
804
804
  _SMWRtop,
@@ -806,10 +806,10 @@ var StopMigrationWorkflowResponse = [
806
806
  [_i, _a, _s, _sM, _lSTa],
807
807
  [0, 0, 0, 0, 4],
808
808
  ];
809
- var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
810
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
811
- var TemplateInput = [3, n0, _TI, 0, [_iN, _dT, _r], [0, 0, 2]];
812
- var TemplateStepGroupSummary = [
809
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
810
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
811
+ var TemplateInput$ = [3, n0, _TI, 0, [_iN, _dT, _r], [0, 0, 2]];
812
+ var TemplateStepGroupSummary$ = [
813
813
  3,
814
814
  n0,
815
815
  _TSGS,
@@ -817,7 +817,7 @@ var TemplateStepGroupSummary = [
817
817
  [_i, _n, _p, _ne],
818
818
  [0, 0, 64 | 0, 64 | 0],
819
819
  ];
820
- var TemplateStepSummary = [
820
+ var TemplateStepSummary$ = [
821
821
  3,
822
822
  n0,
823
823
  _TSS,
@@ -825,11 +825,11 @@ var TemplateStepSummary = [
825
825
  [_i, _sGI, _tI, _n, _sAT, _tT, _ow, _p, _ne],
826
826
  [0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0],
827
827
  ];
828
- var TemplateSummary = [3, n0, _TS, 0, [_i, _n, _a, _d], [0, 0, 0, 0]];
829
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
830
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
831
- var Tool = [3, n0, _T, 0, [_n, _u], [0, 0]];
832
- var UntagResourceRequest = [
828
+ var TemplateSummary$ = [3, n0, _TS, 0, [_i, _n, _a, _d], [0, 0, 0, 0]];
829
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
830
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
831
+ var Tool$ = [3, n0, _T, 0, [_n, _u], [0, 0]];
832
+ var UntagResourceRequest$ = [
833
833
  3,
834
834
  n0,
835
835
  _URR,
@@ -840,8 +840,8 @@ var UntagResourceRequest = [
840
840
  [64 | 0, { [_hQ]: _tK }],
841
841
  ],
842
842
  ];
843
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
844
- var UpdateMigrationWorkflowRequest = [
843
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
844
+ var UpdateMigrationWorkflowRequest$ = [
845
845
  3,
846
846
  n0,
847
847
  _UMWR,
@@ -849,7 +849,7 @@ var UpdateMigrationWorkflowRequest = [
849
849
  [_i, _n, _d, _iP, _sT],
850
850
  [[0, 1], 0, 0, [() => StepInputParameters, 0], 64 | 0],
851
851
  ];
852
- var UpdateMigrationWorkflowResponse = [
852
+ var UpdateMigrationWorkflowResponse$ = [
853
853
  3,
854
854
  n0,
855
855
  _UMWRp,
@@ -857,7 +857,7 @@ var UpdateMigrationWorkflowResponse = [
857
857
  [_i, _a, _n, _d, _tI, _aACI, _wI, _sT, _s, _cT, _lMT, _t],
858
858
  [0, 0, 0, 0, 0, 0, [() => StepInputParameters, 0], 64 | 0, 0, 4, 4, 128 | 0],
859
859
  ];
860
- var UpdateTemplateRequest = [
860
+ var UpdateTemplateRequest$ = [
861
861
  3,
862
862
  n0,
863
863
  _UTR,
@@ -865,8 +865,8 @@ var UpdateTemplateRequest = [
865
865
  [_i, _tN, _tD, _cTl],
866
866
  [[0, 1], 0, 0, [0, 4]],
867
867
  ];
868
- var UpdateTemplateResponse = [3, n0, _UTRp, 0, [_tI, _tA, _t], [0, 0, 128 | 0]];
869
- var UpdateWorkflowStepGroupRequest = [
868
+ var UpdateTemplateResponse$ = [3, n0, _UTRp, 0, [_tI, _tA, _t], [0, 0, 128 | 0]];
869
+ var UpdateWorkflowStepGroupRequest$ = [
870
870
  3,
871
871
  n0,
872
872
  _UWSGR,
@@ -874,7 +874,7 @@ var UpdateWorkflowStepGroupRequest = [
874
874
  [_wIo, _i, _n, _d, _ne, _p],
875
875
  [[0, { [_hQ]: _wIo }], [0, 1], 0, 0, 64 | 0, 64 | 0],
876
876
  ];
877
- var UpdateWorkflowStepGroupResponse = [
877
+ var UpdateWorkflowStepGroupResponse$ = [
878
878
  3,
879
879
  n0,
880
880
  _UWSGRp,
@@ -882,7 +882,7 @@ var UpdateWorkflowStepGroupResponse = [
882
882
  [_wIo, _n, _i, _d, _to, _ne, _p, _lMT],
883
883
  [0, 0, 0, 0, () => ToolsList, 64 | 0, 64 | 0, 4],
884
884
  ];
885
- var UpdateWorkflowStepRequest = [
885
+ var UpdateWorkflowStepRequest$ = [
886
886
  3,
887
887
  n0,
888
888
  _UWSR,
@@ -895,7 +895,7 @@ var UpdateWorkflowStepRequest = [
895
895
  0,
896
896
  0,
897
897
  0,
898
- () => WorkflowStepAutomationConfiguration,
898
+ () => WorkflowStepAutomationConfiguration$,
899
899
  64 | 0,
900
900
  () => WorkflowStepOutputList,
901
901
  64 | 0,
@@ -903,18 +903,18 @@ var UpdateWorkflowStepRequest = [
903
903
  0,
904
904
  ],
905
905
  ];
906
- var UpdateWorkflowStepResponse = [3, n0, _UWSRp, 0, [_i, _sGI, _wIo, _n], [0, 0, 0, 0]];
907
- var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
908
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
909
- var WorkflowStepAutomationConfiguration = [
906
+ var UpdateWorkflowStepResponse$ = [3, n0, _UWSRp, 0, [_i, _sGI, _wIo, _n], [0, 0, 0, 0]];
907
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
908
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
909
+ var WorkflowStepAutomationConfiguration$ = [
910
910
  3,
911
911
  n0,
912
912
  _WSAC,
913
913
  0,
914
914
  [_sLSB, _sLSK, _co, _rE, _tT],
915
- [0, () => PlatformScriptKey, () => PlatformCommand, 0, 0],
915
+ [0, () => PlatformScriptKey$, () => PlatformCommand$, 0, 0],
916
916
  ];
917
- var WorkflowStepGroupSummary = [
917
+ var WorkflowStepGroupSummary$ = [
918
918
  3,
919
919
  n0,
920
920
  _WSGS,
@@ -922,15 +922,15 @@ var WorkflowStepGroupSummary = [
922
922
  [_i, _n, _ow, _s, _p, _ne],
923
923
  [0, 0, 0, 0, 64 | 0, 64 | 0],
924
924
  ];
925
- var WorkflowStepOutput = [
925
+ var WorkflowStepOutput$ = [
926
926
  3,
927
927
  n0,
928
928
  _WSO,
929
929
  0,
930
930
  [_n, _dT, _r, _va],
931
- [0, 0, 2, () => WorkflowStepOutputUnion],
931
+ [0, 0, 2, () => WorkflowStepOutputUnion$],
932
932
  ];
933
- var WorkflowStepSummary = [
933
+ var WorkflowStepSummary$ = [
934
934
  3,
935
935
  n0,
936
936
  _WSS,
@@ -938,7 +938,7 @@ var WorkflowStepSummary = [
938
938
  [_sI, _n, _sAT, _ow, _p, _ne, _s, _sM, _nOSC, _nOSF, _tNOS, _d, _sL],
939
939
  [0, 0, 0, 0, 64 | 0, 64 | 0, 0, 0, 1, 1, 1, 0, 0],
940
940
  ];
941
- var MigrationHubOrchestratorServiceException = [
941
+ var MigrationHubOrchestratorServiceException$ = [
942
942
  -3,
943
943
  _sm,
944
944
  "MigrationHubOrchestratorServiceException",
@@ -946,269 +946,269 @@ var MigrationHubOrchestratorServiceException = [
946
946
  [],
947
947
  [],
948
948
  ];
949
- schema.TypeRegistry.for(_sm).registerError(MigrationHubOrchestratorServiceException, MigrationHubOrchestratorServiceException$1);
950
- var MigrationWorkflowSummaryList = [1, n0, _MWSL, 0, () => MigrationWorkflowSummary];
951
- var PluginSummaries = [1, n0, _PSl, 0, () => PluginSummary];
952
- var StepOutputList = [1, n0, _SOL, 0, () => StepOutput];
953
- var TemplateInputList = [1, n0, _TIL, 0, () => TemplateInput];
954
- var TemplateStepGroupSummaryList = [1, n0, _TSGSL, 0, () => TemplateStepGroupSummary];
955
- var TemplateStepSummaryList = [1, n0, _TSSL, 0, () => TemplateStepSummary];
956
- var TemplateSummaryList = [1, n0, _TSL, 0, () => TemplateSummary];
957
- var ToolsList = [1, n0, _TL, 0, () => Tool];
958
- var WorkflowStepGroupsSummaryList = [1, n0, _WSGSL, 0, () => WorkflowStepGroupSummary];
959
- var WorkflowStepOutputList = [1, n0, _WSOL, 0, () => WorkflowStepOutput];
960
- var WorkflowStepsSummaryList = [1, n0, _WSSL, 0, () => WorkflowStepSummary];
961
- var StepInputParameters = [2, n0, _SIP, 8, 0, () => StepInput];
962
- var StepInput = [3, n0, _SI, 0, [_iV, _sV, _lOSV, _mOSV], [1, 0, 64 | 0, 128 | 0]];
963
- var TemplateSource = [3, n0, _TSe, 0, [_wIo], [0]];
964
- var WorkflowStepOutputUnion = [3, n0, _WSOU, 0, [_iV, _sV, _lOSVi], [1, 0, 64 | 0]];
965
- var CreateTemplate = [
949
+ schema.TypeRegistry.for(_sm).registerError(MigrationHubOrchestratorServiceException$, MigrationHubOrchestratorServiceException);
950
+ var MigrationWorkflowSummaryList = [1, n0, _MWSL, 0, () => MigrationWorkflowSummary$];
951
+ var PluginSummaries = [1, n0, _PSl, 0, () => PluginSummary$];
952
+ var StepOutputList = [1, n0, _SOL, 0, () => StepOutput$];
953
+ var TemplateInputList = [1, n0, _TIL, 0, () => TemplateInput$];
954
+ var TemplateStepGroupSummaryList = [1, n0, _TSGSL, 0, () => TemplateStepGroupSummary$];
955
+ var TemplateStepSummaryList = [1, n0, _TSSL, 0, () => TemplateStepSummary$];
956
+ var TemplateSummaryList = [1, n0, _TSL, 0, () => TemplateSummary$];
957
+ var ToolsList = [1, n0, _TL, 0, () => Tool$];
958
+ var WorkflowStepGroupsSummaryList = [1, n0, _WSGSL, 0, () => WorkflowStepGroupSummary$];
959
+ var WorkflowStepOutputList = [1, n0, _WSOL, 0, () => WorkflowStepOutput$];
960
+ var WorkflowStepsSummaryList = [1, n0, _WSSL, 0, () => WorkflowStepSummary$];
961
+ var StepInputParameters = [2, n0, _SIP, 8, 0, () => StepInput$];
962
+ var StepInput$ = [3, n0, _SI, 0, [_iV, _sV, _lOSV, _mOSV], [1, 0, 64 | 0, 128 | 0]];
963
+ var TemplateSource$ = [3, n0, _TSe, 0, [_wIo], [0]];
964
+ var WorkflowStepOutputUnion$ = [3, n0, _WSOU, 0, [_iV, _sV, _lOSVi], [1, 0, 64 | 0]];
965
+ var CreateTemplate$ = [
966
966
  9,
967
967
  n0,
968
968
  _CT,
969
969
  { [_ht]: ["POST", "/template", 200] },
970
- () => CreateTemplateRequest,
971
- () => CreateTemplateResponse,
970
+ () => CreateTemplateRequest$,
971
+ () => CreateTemplateResponse$,
972
972
  ];
973
- var CreateWorkflow = [
973
+ var CreateWorkflow$ = [
974
974
  9,
975
975
  n0,
976
976
  _CW,
977
977
  { [_ht]: ["POST", "/migrationworkflow/", 200] },
978
- () => CreateMigrationWorkflowRequest,
979
- () => CreateMigrationWorkflowResponse,
978
+ () => CreateMigrationWorkflowRequest$,
979
+ () => CreateMigrationWorkflowResponse$,
980
980
  ];
981
- var CreateWorkflowStep = [
981
+ var CreateWorkflowStep$ = [
982
982
  9,
983
983
  n0,
984
984
  _CWS,
985
985
  { [_ht]: ["POST", "/workflowstep", 200] },
986
- () => CreateWorkflowStepRequest,
987
- () => CreateWorkflowStepResponse,
986
+ () => CreateWorkflowStepRequest$,
987
+ () => CreateWorkflowStepResponse$,
988
988
  ];
989
- var CreateWorkflowStepGroup = [
989
+ var CreateWorkflowStepGroup$ = [
990
990
  9,
991
991
  n0,
992
992
  _CWSG,
993
993
  { [_ht]: ["POST", "/workflowstepgroups", 200] },
994
- () => CreateWorkflowStepGroupRequest,
995
- () => CreateWorkflowStepGroupResponse,
994
+ () => CreateWorkflowStepGroupRequest$,
995
+ () => CreateWorkflowStepGroupResponse$,
996
996
  ];
997
- var DeleteTemplate = [
997
+ var DeleteTemplate$ = [
998
998
  9,
999
999
  n0,
1000
1000
  _DT,
1001
1001
  { [_ht]: ["DELETE", "/template/{id}", 200] },
1002
- () => DeleteTemplateRequest,
1003
- () => DeleteTemplateResponse,
1002
+ () => DeleteTemplateRequest$,
1003
+ () => DeleteTemplateResponse$,
1004
1004
  ];
1005
- var DeleteWorkflow = [
1005
+ var DeleteWorkflow$ = [
1006
1006
  9,
1007
1007
  n0,
1008
1008
  _DW,
1009
1009
  { [_ht]: ["DELETE", "/migrationworkflow/{id}", 202] },
1010
- () => DeleteMigrationWorkflowRequest,
1011
- () => DeleteMigrationWorkflowResponse,
1010
+ () => DeleteMigrationWorkflowRequest$,
1011
+ () => DeleteMigrationWorkflowResponse$,
1012
1012
  ];
1013
- var DeleteWorkflowStep = [
1013
+ var DeleteWorkflowStep$ = [
1014
1014
  9,
1015
1015
  n0,
1016
1016
  _DWS,
1017
1017
  { [_ht]: ["DELETE", "/workflowstep/{id}", 200] },
1018
- () => DeleteWorkflowStepRequest,
1019
- () => DeleteWorkflowStepResponse,
1018
+ () => DeleteWorkflowStepRequest$,
1019
+ () => DeleteWorkflowStepResponse$,
1020
1020
  ];
1021
- var DeleteWorkflowStepGroup = [
1021
+ var DeleteWorkflowStepGroup$ = [
1022
1022
  9,
1023
1023
  n0,
1024
1024
  _DWSG,
1025
1025
  { [_ht]: ["DELETE", "/workflowstepgroup/{id}", 202] },
1026
- () => DeleteWorkflowStepGroupRequest,
1027
- () => DeleteWorkflowStepGroupResponse,
1026
+ () => DeleteWorkflowStepGroupRequest$,
1027
+ () => DeleteWorkflowStepGroupResponse$,
1028
1028
  ];
1029
- var GetTemplate = [
1029
+ var GetTemplate$ = [
1030
1030
  9,
1031
1031
  n0,
1032
1032
  _GT,
1033
1033
  { [_ht]: ["GET", "/migrationworkflowtemplate/{id}", 200] },
1034
- () => GetMigrationWorkflowTemplateRequest,
1035
- () => GetMigrationWorkflowTemplateResponse,
1034
+ () => GetMigrationWorkflowTemplateRequest$,
1035
+ () => GetMigrationWorkflowTemplateResponse$,
1036
1036
  ];
1037
- var GetTemplateStep = [
1037
+ var GetTemplateStep$ = [
1038
1038
  9,
1039
1039
  n0,
1040
1040
  _GTS,
1041
1041
  { [_ht]: ["GET", "/templatestep/{id}", 200] },
1042
- () => GetTemplateStepRequest,
1043
- () => GetTemplateStepResponse,
1042
+ () => GetTemplateStepRequest$,
1043
+ () => GetTemplateStepResponse$,
1044
1044
  ];
1045
- var GetTemplateStepGroup = [
1045
+ var GetTemplateStepGroup$ = [
1046
1046
  9,
1047
1047
  n0,
1048
1048
  _GTSG,
1049
1049
  { [_ht]: ["GET", "/templates/{templateId}/stepgroups/{id}", 200] },
1050
- () => GetTemplateStepGroupRequest,
1051
- () => GetTemplateStepGroupResponse,
1050
+ () => GetTemplateStepGroupRequest$,
1051
+ () => GetTemplateStepGroupResponse$,
1052
1052
  ];
1053
- var GetWorkflow = [
1053
+ var GetWorkflow$ = [
1054
1054
  9,
1055
1055
  n0,
1056
1056
  _GW,
1057
1057
  { [_ht]: ["GET", "/migrationworkflow/{id}", 200] },
1058
- () => GetMigrationWorkflowRequest,
1059
- () => GetMigrationWorkflowResponse,
1058
+ () => GetMigrationWorkflowRequest$,
1059
+ () => GetMigrationWorkflowResponse$,
1060
1060
  ];
1061
- var GetWorkflowStep = [
1061
+ var GetWorkflowStep$ = [
1062
1062
  9,
1063
1063
  n0,
1064
1064
  _GWS,
1065
1065
  { [_ht]: ["GET", "/workflowstep/{id}", 200] },
1066
- () => GetWorkflowStepRequest,
1067
- () => GetWorkflowStepResponse,
1066
+ () => GetWorkflowStepRequest$,
1067
+ () => GetWorkflowStepResponse$,
1068
1068
  ];
1069
- var GetWorkflowStepGroup = [
1069
+ var GetWorkflowStepGroup$ = [
1070
1070
  9,
1071
1071
  n0,
1072
1072
  _GWSG,
1073
1073
  { [_ht]: ["GET", "/workflowstepgroup/{id}", 200] },
1074
- () => GetWorkflowStepGroupRequest,
1075
- () => GetWorkflowStepGroupResponse,
1074
+ () => GetWorkflowStepGroupRequest$,
1075
+ () => GetWorkflowStepGroupResponse$,
1076
1076
  ];
1077
- var ListPlugins = [
1077
+ var ListPlugins$ = [
1078
1078
  9,
1079
1079
  n0,
1080
1080
  _LP,
1081
1081
  { [_ht]: ["GET", "/plugins", 200] },
1082
- () => ListPluginsRequest,
1083
- () => ListPluginsResponse,
1082
+ () => ListPluginsRequest$,
1083
+ () => ListPluginsResponse$,
1084
1084
  ];
1085
- var ListTagsForResource = [
1085
+ var ListTagsForResource$ = [
1086
1086
  9,
1087
1087
  n0,
1088
1088
  _LTFR,
1089
1089
  { [_ht]: ["GET", "/tags/{resourceArn}", 200] },
1090
- () => ListTagsForResourceRequest,
1091
- () => ListTagsForResourceResponse,
1090
+ () => ListTagsForResourceRequest$,
1091
+ () => ListTagsForResourceResponse$,
1092
1092
  ];
1093
- var ListTemplates = [
1093
+ var ListTemplates$ = [
1094
1094
  9,
1095
1095
  n0,
1096
1096
  _LT,
1097
1097
  { [_ht]: ["GET", "/migrationworkflowtemplates", 200] },
1098
- () => ListMigrationWorkflowTemplatesRequest,
1099
- () => ListMigrationWorkflowTemplatesResponse,
1098
+ () => ListMigrationWorkflowTemplatesRequest$,
1099
+ () => ListMigrationWorkflowTemplatesResponse$,
1100
1100
  ];
1101
- var ListTemplateStepGroups = [
1101
+ var ListTemplateStepGroups$ = [
1102
1102
  9,
1103
1103
  n0,
1104
1104
  _LTSG,
1105
1105
  { [_ht]: ["GET", "/templatestepgroups/{templateId}", 200] },
1106
- () => ListTemplateStepGroupsRequest,
1107
- () => ListTemplateStepGroupsResponse,
1106
+ () => ListTemplateStepGroupsRequest$,
1107
+ () => ListTemplateStepGroupsResponse$,
1108
1108
  ];
1109
- var ListTemplateSteps = [
1109
+ var ListTemplateSteps$ = [
1110
1110
  9,
1111
1111
  n0,
1112
1112
  _LTS,
1113
1113
  { [_ht]: ["GET", "/templatesteps", 200] },
1114
- () => ListTemplateStepsRequest,
1115
- () => ListTemplateStepsResponse,
1114
+ () => ListTemplateStepsRequest$,
1115
+ () => ListTemplateStepsResponse$,
1116
1116
  ];
1117
- var ListWorkflows = [
1117
+ var ListWorkflows$ = [
1118
1118
  9,
1119
1119
  n0,
1120
1120
  _LW,
1121
1121
  { [_ht]: ["GET", "/migrationworkflows", 200] },
1122
- () => ListMigrationWorkflowsRequest,
1123
- () => ListMigrationWorkflowsResponse,
1122
+ () => ListMigrationWorkflowsRequest$,
1123
+ () => ListMigrationWorkflowsResponse$,
1124
1124
  ];
1125
- var ListWorkflowStepGroups = [
1125
+ var ListWorkflowStepGroups$ = [
1126
1126
  9,
1127
1127
  n0,
1128
1128
  _LWSG,
1129
1129
  { [_ht]: ["GET", "/workflowstepgroups", 200] },
1130
- () => ListWorkflowStepGroupsRequest,
1131
- () => ListWorkflowStepGroupsResponse,
1130
+ () => ListWorkflowStepGroupsRequest$,
1131
+ () => ListWorkflowStepGroupsResponse$,
1132
1132
  ];
1133
- var ListWorkflowSteps = [
1133
+ var ListWorkflowSteps$ = [
1134
1134
  9,
1135
1135
  n0,
1136
1136
  _LWS,
1137
1137
  { [_ht]: ["GET", "/workflow/{workflowId}/workflowstepgroups/{stepGroupId}/workflowsteps", 200] },
1138
- () => ListWorkflowStepsRequest,
1139
- () => ListWorkflowStepsResponse,
1138
+ () => ListWorkflowStepsRequest$,
1139
+ () => ListWorkflowStepsResponse$,
1140
1140
  ];
1141
- var RetryWorkflowStep = [
1141
+ var RetryWorkflowStep$ = [
1142
1142
  9,
1143
1143
  n0,
1144
1144
  _RWS,
1145
1145
  { [_ht]: ["POST", "/retryworkflowstep/{id}", 200] },
1146
- () => RetryWorkflowStepRequest,
1147
- () => RetryWorkflowStepResponse,
1146
+ () => RetryWorkflowStepRequest$,
1147
+ () => RetryWorkflowStepResponse$,
1148
1148
  ];
1149
- var StartWorkflow = [
1149
+ var StartWorkflow$ = [
1150
1150
  9,
1151
1151
  n0,
1152
1152
  _SW,
1153
1153
  { [_ht]: ["POST", "/migrationworkflow/{id}/start", 200] },
1154
- () => StartMigrationWorkflowRequest,
1155
- () => StartMigrationWorkflowResponse,
1154
+ () => StartMigrationWorkflowRequest$,
1155
+ () => StartMigrationWorkflowResponse$,
1156
1156
  ];
1157
- var StopWorkflow = [
1157
+ var StopWorkflow$ = [
1158
1158
  9,
1159
1159
  n0,
1160
1160
  _SWt,
1161
1161
  { [_ht]: ["POST", "/migrationworkflow/{id}/stop", 200] },
1162
- () => StopMigrationWorkflowRequest,
1163
- () => StopMigrationWorkflowResponse,
1162
+ () => StopMigrationWorkflowRequest$,
1163
+ () => StopMigrationWorkflowResponse$,
1164
1164
  ];
1165
- var TagResource = [
1165
+ var TagResource$ = [
1166
1166
  9,
1167
1167
  n0,
1168
1168
  _TR,
1169
1169
  { [_ht]: ["POST", "/tags/{resourceArn}", 200] },
1170
- () => TagResourceRequest,
1171
- () => TagResourceResponse,
1170
+ () => TagResourceRequest$,
1171
+ () => TagResourceResponse$,
1172
1172
  ];
1173
- var UntagResource = [
1173
+ var UntagResource$ = [
1174
1174
  9,
1175
1175
  n0,
1176
1176
  _UR,
1177
1177
  { [_ht]: ["DELETE", "/tags/{resourceArn}", 200] },
1178
- () => UntagResourceRequest,
1179
- () => UntagResourceResponse,
1178
+ () => UntagResourceRequest$,
1179
+ () => UntagResourceResponse$,
1180
1180
  ];
1181
- var UpdateTemplate = [
1181
+ var UpdateTemplate$ = [
1182
1182
  9,
1183
1183
  n0,
1184
1184
  _UT,
1185
1185
  { [_ht]: ["POST", "/template/{id}", 200] },
1186
- () => UpdateTemplateRequest,
1187
- () => UpdateTemplateResponse,
1186
+ () => UpdateTemplateRequest$,
1187
+ () => UpdateTemplateResponse$,
1188
1188
  ];
1189
- var UpdateWorkflow = [
1189
+ var UpdateWorkflow$ = [
1190
1190
  9,
1191
1191
  n0,
1192
1192
  _UW,
1193
1193
  { [_ht]: ["POST", "/migrationworkflow/{id}", 200] },
1194
- () => UpdateMigrationWorkflowRequest,
1195
- () => UpdateMigrationWorkflowResponse,
1194
+ () => UpdateMigrationWorkflowRequest$,
1195
+ () => UpdateMigrationWorkflowResponse$,
1196
1196
  ];
1197
- var UpdateWorkflowStep = [
1197
+ var UpdateWorkflowStep$ = [
1198
1198
  9,
1199
1199
  n0,
1200
1200
  _UWS,
1201
1201
  { [_ht]: ["POST", "/workflowstep/{id}", 200] },
1202
- () => UpdateWorkflowStepRequest,
1203
- () => UpdateWorkflowStepResponse,
1202
+ () => UpdateWorkflowStepRequest$,
1203
+ () => UpdateWorkflowStepResponse$,
1204
1204
  ];
1205
- var UpdateWorkflowStepGroup = [
1205
+ var UpdateWorkflowStepGroup$ = [
1206
1206
  9,
1207
1207
  n0,
1208
1208
  _UWSG,
1209
1209
  { [_ht]: ["POST", "/workflowstepgroup/{id}", 202] },
1210
- () => UpdateWorkflowStepGroupRequest,
1211
- () => UpdateWorkflowStepGroupResponse,
1210
+ () => UpdateWorkflowStepGroupRequest$,
1211
+ () => UpdateWorkflowStepGroupResponse$,
1212
1212
  ];
1213
1213
 
1214
1214
  class CreateTemplateCommand extends smithyClient.Command
@@ -1219,7 +1219,7 @@ class CreateTemplateCommand extends smithyClient.Command
1219
1219
  })
1220
1220
  .s("AWSMigrationHubOrchestrator", "CreateTemplate", {})
1221
1221
  .n("MigrationHubOrchestratorClient", "CreateTemplateCommand")
1222
- .sc(CreateTemplate)
1222
+ .sc(CreateTemplate$)
1223
1223
  .build() {
1224
1224
  }
1225
1225
 
@@ -1231,7 +1231,7 @@ class CreateWorkflowCommand extends smithyClient.Command
1231
1231
  })
1232
1232
  .s("AWSMigrationHubOrchestrator", "CreateWorkflow", {})
1233
1233
  .n("MigrationHubOrchestratorClient", "CreateWorkflowCommand")
1234
- .sc(CreateWorkflow)
1234
+ .sc(CreateWorkflow$)
1235
1235
  .build() {
1236
1236
  }
1237
1237
 
@@ -1243,7 +1243,7 @@ class CreateWorkflowStepCommand extends smithyClient.Command
1243
1243
  })
1244
1244
  .s("AWSMigrationHubOrchestrator", "CreateWorkflowStep", {})
1245
1245
  .n("MigrationHubOrchestratorClient", "CreateWorkflowStepCommand")
1246
- .sc(CreateWorkflowStep)
1246
+ .sc(CreateWorkflowStep$)
1247
1247
  .build() {
1248
1248
  }
1249
1249
 
@@ -1255,7 +1255,7 @@ class CreateWorkflowStepGroupCommand extends smithyClient.Command
1255
1255
  })
1256
1256
  .s("AWSMigrationHubOrchestrator", "CreateWorkflowStepGroup", {})
1257
1257
  .n("MigrationHubOrchestratorClient", "CreateWorkflowStepGroupCommand")
1258
- .sc(CreateWorkflowStepGroup)
1258
+ .sc(CreateWorkflowStepGroup$)
1259
1259
  .build() {
1260
1260
  }
1261
1261
 
@@ -1267,7 +1267,7 @@ class DeleteTemplateCommand extends smithyClient.Command
1267
1267
  })
1268
1268
  .s("AWSMigrationHubOrchestrator", "DeleteTemplate", {})
1269
1269
  .n("MigrationHubOrchestratorClient", "DeleteTemplateCommand")
1270
- .sc(DeleteTemplate)
1270
+ .sc(DeleteTemplate$)
1271
1271
  .build() {
1272
1272
  }
1273
1273
 
@@ -1279,7 +1279,7 @@ class DeleteWorkflowCommand extends smithyClient.Command
1279
1279
  })
1280
1280
  .s("AWSMigrationHubOrchestrator", "DeleteWorkflow", {})
1281
1281
  .n("MigrationHubOrchestratorClient", "DeleteWorkflowCommand")
1282
- .sc(DeleteWorkflow)
1282
+ .sc(DeleteWorkflow$)
1283
1283
  .build() {
1284
1284
  }
1285
1285
 
@@ -1291,7 +1291,7 @@ class DeleteWorkflowStepCommand extends smithyClient.Command
1291
1291
  })
1292
1292
  .s("AWSMigrationHubOrchestrator", "DeleteWorkflowStep", {})
1293
1293
  .n("MigrationHubOrchestratorClient", "DeleteWorkflowStepCommand")
1294
- .sc(DeleteWorkflowStep)
1294
+ .sc(DeleteWorkflowStep$)
1295
1295
  .build() {
1296
1296
  }
1297
1297
 
@@ -1303,7 +1303,7 @@ class DeleteWorkflowStepGroupCommand extends smithyClient.Command
1303
1303
  })
1304
1304
  .s("AWSMigrationHubOrchestrator", "DeleteWorkflowStepGroup", {})
1305
1305
  .n("MigrationHubOrchestratorClient", "DeleteWorkflowStepGroupCommand")
1306
- .sc(DeleteWorkflowStepGroup)
1306
+ .sc(DeleteWorkflowStepGroup$)
1307
1307
  .build() {
1308
1308
  }
1309
1309
 
@@ -1315,7 +1315,7 @@ class GetTemplateCommand extends smithyClient.Command
1315
1315
  })
1316
1316
  .s("AWSMigrationHubOrchestrator", "GetTemplate", {})
1317
1317
  .n("MigrationHubOrchestratorClient", "GetTemplateCommand")
1318
- .sc(GetTemplate)
1318
+ .sc(GetTemplate$)
1319
1319
  .build() {
1320
1320
  }
1321
1321
 
@@ -1327,7 +1327,7 @@ class GetTemplateStepCommand extends smithyClient.Command
1327
1327
  })
1328
1328
  .s("AWSMigrationHubOrchestrator", "GetTemplateStep", {})
1329
1329
  .n("MigrationHubOrchestratorClient", "GetTemplateStepCommand")
1330
- .sc(GetTemplateStep)
1330
+ .sc(GetTemplateStep$)
1331
1331
  .build() {
1332
1332
  }
1333
1333
 
@@ -1339,7 +1339,7 @@ class GetTemplateStepGroupCommand extends smithyClient.Command
1339
1339
  })
1340
1340
  .s("AWSMigrationHubOrchestrator", "GetTemplateStepGroup", {})
1341
1341
  .n("MigrationHubOrchestratorClient", "GetTemplateStepGroupCommand")
1342
- .sc(GetTemplateStepGroup)
1342
+ .sc(GetTemplateStepGroup$)
1343
1343
  .build() {
1344
1344
  }
1345
1345
 
@@ -1351,7 +1351,7 @@ class GetWorkflowCommand extends smithyClient.Command
1351
1351
  })
1352
1352
  .s("AWSMigrationHubOrchestrator", "GetWorkflow", {})
1353
1353
  .n("MigrationHubOrchestratorClient", "GetWorkflowCommand")
1354
- .sc(GetWorkflow)
1354
+ .sc(GetWorkflow$)
1355
1355
  .build() {
1356
1356
  }
1357
1357
 
@@ -1363,7 +1363,7 @@ class GetWorkflowStepCommand extends smithyClient.Command
1363
1363
  })
1364
1364
  .s("AWSMigrationHubOrchestrator", "GetWorkflowStep", {})
1365
1365
  .n("MigrationHubOrchestratorClient", "GetWorkflowStepCommand")
1366
- .sc(GetWorkflowStep)
1366
+ .sc(GetWorkflowStep$)
1367
1367
  .build() {
1368
1368
  }
1369
1369
 
@@ -1375,7 +1375,7 @@ class GetWorkflowStepGroupCommand extends smithyClient.Command
1375
1375
  })
1376
1376
  .s("AWSMigrationHubOrchestrator", "GetWorkflowStepGroup", {})
1377
1377
  .n("MigrationHubOrchestratorClient", "GetWorkflowStepGroupCommand")
1378
- .sc(GetWorkflowStepGroup)
1378
+ .sc(GetWorkflowStepGroup$)
1379
1379
  .build() {
1380
1380
  }
1381
1381
 
@@ -1387,7 +1387,7 @@ class ListPluginsCommand extends smithyClient.Command
1387
1387
  })
1388
1388
  .s("AWSMigrationHubOrchestrator", "ListPlugins", {})
1389
1389
  .n("MigrationHubOrchestratorClient", "ListPluginsCommand")
1390
- .sc(ListPlugins)
1390
+ .sc(ListPlugins$)
1391
1391
  .build() {
1392
1392
  }
1393
1393
 
@@ -1399,7 +1399,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1399
1399
  })
1400
1400
  .s("AWSMigrationHubOrchestrator", "ListTagsForResource", {})
1401
1401
  .n("MigrationHubOrchestratorClient", "ListTagsForResourceCommand")
1402
- .sc(ListTagsForResource)
1402
+ .sc(ListTagsForResource$)
1403
1403
  .build() {
1404
1404
  }
1405
1405
 
@@ -1411,7 +1411,7 @@ class ListTemplatesCommand extends smithyClient.Command
1411
1411
  })
1412
1412
  .s("AWSMigrationHubOrchestrator", "ListTemplates", {})
1413
1413
  .n("MigrationHubOrchestratorClient", "ListTemplatesCommand")
1414
- .sc(ListTemplates)
1414
+ .sc(ListTemplates$)
1415
1415
  .build() {
1416
1416
  }
1417
1417
 
@@ -1423,7 +1423,7 @@ class ListTemplateStepGroupsCommand extends smithyClient.Command
1423
1423
  })
1424
1424
  .s("AWSMigrationHubOrchestrator", "ListTemplateStepGroups", {})
1425
1425
  .n("MigrationHubOrchestratorClient", "ListTemplateStepGroupsCommand")
1426
- .sc(ListTemplateStepGroups)
1426
+ .sc(ListTemplateStepGroups$)
1427
1427
  .build() {
1428
1428
  }
1429
1429
 
@@ -1435,7 +1435,7 @@ class ListTemplateStepsCommand extends smithyClient.Command
1435
1435
  })
1436
1436
  .s("AWSMigrationHubOrchestrator", "ListTemplateSteps", {})
1437
1437
  .n("MigrationHubOrchestratorClient", "ListTemplateStepsCommand")
1438
- .sc(ListTemplateSteps)
1438
+ .sc(ListTemplateSteps$)
1439
1439
  .build() {
1440
1440
  }
1441
1441
 
@@ -1447,7 +1447,7 @@ class ListWorkflowsCommand extends smithyClient.Command
1447
1447
  })
1448
1448
  .s("AWSMigrationHubOrchestrator", "ListWorkflows", {})
1449
1449
  .n("MigrationHubOrchestratorClient", "ListWorkflowsCommand")
1450
- .sc(ListWorkflows)
1450
+ .sc(ListWorkflows$)
1451
1451
  .build() {
1452
1452
  }
1453
1453
 
@@ -1459,7 +1459,7 @@ class ListWorkflowStepGroupsCommand extends smithyClient.Command
1459
1459
  })
1460
1460
  .s("AWSMigrationHubOrchestrator", "ListWorkflowStepGroups", {})
1461
1461
  .n("MigrationHubOrchestratorClient", "ListWorkflowStepGroupsCommand")
1462
- .sc(ListWorkflowStepGroups)
1462
+ .sc(ListWorkflowStepGroups$)
1463
1463
  .build() {
1464
1464
  }
1465
1465
 
@@ -1471,7 +1471,7 @@ class ListWorkflowStepsCommand extends smithyClient.Command
1471
1471
  })
1472
1472
  .s("AWSMigrationHubOrchestrator", "ListWorkflowSteps", {})
1473
1473
  .n("MigrationHubOrchestratorClient", "ListWorkflowStepsCommand")
1474
- .sc(ListWorkflowSteps)
1474
+ .sc(ListWorkflowSteps$)
1475
1475
  .build() {
1476
1476
  }
1477
1477
 
@@ -1483,7 +1483,7 @@ class RetryWorkflowStepCommand extends smithyClient.Command
1483
1483
  })
1484
1484
  .s("AWSMigrationHubOrchestrator", "RetryWorkflowStep", {})
1485
1485
  .n("MigrationHubOrchestratorClient", "RetryWorkflowStepCommand")
1486
- .sc(RetryWorkflowStep)
1486
+ .sc(RetryWorkflowStep$)
1487
1487
  .build() {
1488
1488
  }
1489
1489
 
@@ -1495,7 +1495,7 @@ class StartWorkflowCommand extends smithyClient.Command
1495
1495
  })
1496
1496
  .s("AWSMigrationHubOrchestrator", "StartWorkflow", {})
1497
1497
  .n("MigrationHubOrchestratorClient", "StartWorkflowCommand")
1498
- .sc(StartWorkflow)
1498
+ .sc(StartWorkflow$)
1499
1499
  .build() {
1500
1500
  }
1501
1501
 
@@ -1507,7 +1507,7 @@ class StopWorkflowCommand extends smithyClient.Command
1507
1507
  })
1508
1508
  .s("AWSMigrationHubOrchestrator", "StopWorkflow", {})
1509
1509
  .n("MigrationHubOrchestratorClient", "StopWorkflowCommand")
1510
- .sc(StopWorkflow)
1510
+ .sc(StopWorkflow$)
1511
1511
  .build() {
1512
1512
  }
1513
1513
 
@@ -1519,7 +1519,7 @@ class TagResourceCommand extends smithyClient.Command
1519
1519
  })
1520
1520
  .s("AWSMigrationHubOrchestrator", "TagResource", {})
1521
1521
  .n("MigrationHubOrchestratorClient", "TagResourceCommand")
1522
- .sc(TagResource)
1522
+ .sc(TagResource$)
1523
1523
  .build() {
1524
1524
  }
1525
1525
 
@@ -1531,7 +1531,7 @@ class UntagResourceCommand extends smithyClient.Command
1531
1531
  })
1532
1532
  .s("AWSMigrationHubOrchestrator", "UntagResource", {})
1533
1533
  .n("MigrationHubOrchestratorClient", "UntagResourceCommand")
1534
- .sc(UntagResource)
1534
+ .sc(UntagResource$)
1535
1535
  .build() {
1536
1536
  }
1537
1537
 
@@ -1543,7 +1543,7 @@ class UpdateTemplateCommand extends smithyClient.Command
1543
1543
  })
1544
1544
  .s("AWSMigrationHubOrchestrator", "UpdateTemplate", {})
1545
1545
  .n("MigrationHubOrchestratorClient", "UpdateTemplateCommand")
1546
- .sc(UpdateTemplate)
1546
+ .sc(UpdateTemplate$)
1547
1547
  .build() {
1548
1548
  }
1549
1549
 
@@ -1555,7 +1555,7 @@ class UpdateWorkflowCommand extends smithyClient.Command
1555
1555
  })
1556
1556
  .s("AWSMigrationHubOrchestrator", "UpdateWorkflow", {})
1557
1557
  .n("MigrationHubOrchestratorClient", "UpdateWorkflowCommand")
1558
- .sc(UpdateWorkflow)
1558
+ .sc(UpdateWorkflow$)
1559
1559
  .build() {
1560
1560
  }
1561
1561
 
@@ -1567,7 +1567,7 @@ class UpdateWorkflowStepCommand extends smithyClient.Command
1567
1567
  })
1568
1568
  .s("AWSMigrationHubOrchestrator", "UpdateWorkflowStep", {})
1569
1569
  .n("MigrationHubOrchestratorClient", "UpdateWorkflowStepCommand")
1570
- .sc(UpdateWorkflowStep)
1570
+ .sc(UpdateWorkflowStep$)
1571
1571
  .build() {
1572
1572
  }
1573
1573
 
@@ -1579,7 +1579,7 @@ class UpdateWorkflowStepGroupCommand extends smithyClient.Command
1579
1579
  })
1580
1580
  .s("AWSMigrationHubOrchestrator", "UpdateWorkflowStepGroup", {})
1581
1581
  .n("MigrationHubOrchestratorClient", "UpdateWorkflowStepGroupCommand")
1582
- .sc(UpdateWorkflowStepGroup)
1582
+ .sc(UpdateWorkflowStepGroup$)
1583
1583
  .build() {
1584
1584
  }
1585
1585
 
@@ -1713,56 +1713,174 @@ Object.defineProperty(exports, "__Client", {
1713
1713
  enumerable: true,
1714
1714
  get: function () { return smithyClient.Client; }
1715
1715
  });
1716
- exports.AccessDeniedException = AccessDeniedException$1;
1717
- exports.ConflictException = ConflictException$1;
1716
+ exports.AccessDeniedException = AccessDeniedException;
1717
+ exports.AccessDeniedException$ = AccessDeniedException$;
1718
+ exports.ConflictException = ConflictException;
1719
+ exports.ConflictException$ = ConflictException$;
1720
+ exports.CreateMigrationWorkflowRequest$ = CreateMigrationWorkflowRequest$;
1721
+ exports.CreateMigrationWorkflowResponse$ = CreateMigrationWorkflowResponse$;
1722
+ exports.CreateTemplate$ = CreateTemplate$;
1718
1723
  exports.CreateTemplateCommand = CreateTemplateCommand;
1724
+ exports.CreateTemplateRequest$ = CreateTemplateRequest$;
1725
+ exports.CreateTemplateResponse$ = CreateTemplateResponse$;
1726
+ exports.CreateWorkflow$ = CreateWorkflow$;
1719
1727
  exports.CreateWorkflowCommand = CreateWorkflowCommand;
1728
+ exports.CreateWorkflowStep$ = CreateWorkflowStep$;
1720
1729
  exports.CreateWorkflowStepCommand = CreateWorkflowStepCommand;
1730
+ exports.CreateWorkflowStepGroup$ = CreateWorkflowStepGroup$;
1721
1731
  exports.CreateWorkflowStepGroupCommand = CreateWorkflowStepGroupCommand;
1732
+ exports.CreateWorkflowStepGroupRequest$ = CreateWorkflowStepGroupRequest$;
1733
+ exports.CreateWorkflowStepGroupResponse$ = CreateWorkflowStepGroupResponse$;
1734
+ exports.CreateWorkflowStepRequest$ = CreateWorkflowStepRequest$;
1735
+ exports.CreateWorkflowStepResponse$ = CreateWorkflowStepResponse$;
1722
1736
  exports.DataType = DataType;
1737
+ exports.DeleteMigrationWorkflowRequest$ = DeleteMigrationWorkflowRequest$;
1738
+ exports.DeleteMigrationWorkflowResponse$ = DeleteMigrationWorkflowResponse$;
1739
+ exports.DeleteTemplate$ = DeleteTemplate$;
1723
1740
  exports.DeleteTemplateCommand = DeleteTemplateCommand;
1741
+ exports.DeleteTemplateRequest$ = DeleteTemplateRequest$;
1742
+ exports.DeleteTemplateResponse$ = DeleteTemplateResponse$;
1743
+ exports.DeleteWorkflow$ = DeleteWorkflow$;
1724
1744
  exports.DeleteWorkflowCommand = DeleteWorkflowCommand;
1745
+ exports.DeleteWorkflowStep$ = DeleteWorkflowStep$;
1725
1746
  exports.DeleteWorkflowStepCommand = DeleteWorkflowStepCommand;
1747
+ exports.DeleteWorkflowStepGroup$ = DeleteWorkflowStepGroup$;
1726
1748
  exports.DeleteWorkflowStepGroupCommand = DeleteWorkflowStepGroupCommand;
1749
+ exports.DeleteWorkflowStepGroupRequest$ = DeleteWorkflowStepGroupRequest$;
1750
+ exports.DeleteWorkflowStepGroupResponse$ = DeleteWorkflowStepGroupResponse$;
1751
+ exports.DeleteWorkflowStepRequest$ = DeleteWorkflowStepRequest$;
1752
+ exports.DeleteWorkflowStepResponse$ = DeleteWorkflowStepResponse$;
1753
+ exports.GetMigrationWorkflowRequest$ = GetMigrationWorkflowRequest$;
1754
+ exports.GetMigrationWorkflowResponse$ = GetMigrationWorkflowResponse$;
1755
+ exports.GetMigrationWorkflowTemplateRequest$ = GetMigrationWorkflowTemplateRequest$;
1756
+ exports.GetMigrationWorkflowTemplateResponse$ = GetMigrationWorkflowTemplateResponse$;
1757
+ exports.GetTemplate$ = GetTemplate$;
1727
1758
  exports.GetTemplateCommand = GetTemplateCommand;
1759
+ exports.GetTemplateStep$ = GetTemplateStep$;
1728
1760
  exports.GetTemplateStepCommand = GetTemplateStepCommand;
1761
+ exports.GetTemplateStepGroup$ = GetTemplateStepGroup$;
1729
1762
  exports.GetTemplateStepGroupCommand = GetTemplateStepGroupCommand;
1763
+ exports.GetTemplateStepGroupRequest$ = GetTemplateStepGroupRequest$;
1764
+ exports.GetTemplateStepGroupResponse$ = GetTemplateStepGroupResponse$;
1765
+ exports.GetTemplateStepRequest$ = GetTemplateStepRequest$;
1766
+ exports.GetTemplateStepResponse$ = GetTemplateStepResponse$;
1767
+ exports.GetWorkflow$ = GetWorkflow$;
1730
1768
  exports.GetWorkflowCommand = GetWorkflowCommand;
1769
+ exports.GetWorkflowStep$ = GetWorkflowStep$;
1731
1770
  exports.GetWorkflowStepCommand = GetWorkflowStepCommand;
1771
+ exports.GetWorkflowStepGroup$ = GetWorkflowStepGroup$;
1732
1772
  exports.GetWorkflowStepGroupCommand = GetWorkflowStepGroupCommand;
1733
- exports.InternalServerException = InternalServerException$1;
1773
+ exports.GetWorkflowStepGroupRequest$ = GetWorkflowStepGroupRequest$;
1774
+ exports.GetWorkflowStepGroupResponse$ = GetWorkflowStepGroupResponse$;
1775
+ exports.GetWorkflowStepRequest$ = GetWorkflowStepRequest$;
1776
+ exports.GetWorkflowStepResponse$ = GetWorkflowStepResponse$;
1777
+ exports.InternalServerException = InternalServerException;
1778
+ exports.InternalServerException$ = InternalServerException$;
1779
+ exports.ListMigrationWorkflowTemplatesRequest$ = ListMigrationWorkflowTemplatesRequest$;
1780
+ exports.ListMigrationWorkflowTemplatesResponse$ = ListMigrationWorkflowTemplatesResponse$;
1781
+ exports.ListMigrationWorkflowsRequest$ = ListMigrationWorkflowsRequest$;
1782
+ exports.ListMigrationWorkflowsResponse$ = ListMigrationWorkflowsResponse$;
1783
+ exports.ListPlugins$ = ListPlugins$;
1734
1784
  exports.ListPluginsCommand = ListPluginsCommand;
1785
+ exports.ListPluginsRequest$ = ListPluginsRequest$;
1786
+ exports.ListPluginsResponse$ = ListPluginsResponse$;
1787
+ exports.ListTagsForResource$ = ListTagsForResource$;
1735
1788
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1789
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1790
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1791
+ exports.ListTemplateStepGroups$ = ListTemplateStepGroups$;
1736
1792
  exports.ListTemplateStepGroupsCommand = ListTemplateStepGroupsCommand;
1793
+ exports.ListTemplateStepGroupsRequest$ = ListTemplateStepGroupsRequest$;
1794
+ exports.ListTemplateStepGroupsResponse$ = ListTemplateStepGroupsResponse$;
1795
+ exports.ListTemplateSteps$ = ListTemplateSteps$;
1737
1796
  exports.ListTemplateStepsCommand = ListTemplateStepsCommand;
1797
+ exports.ListTemplateStepsRequest$ = ListTemplateStepsRequest$;
1798
+ exports.ListTemplateStepsResponse$ = ListTemplateStepsResponse$;
1799
+ exports.ListTemplates$ = ListTemplates$;
1738
1800
  exports.ListTemplatesCommand = ListTemplatesCommand;
1801
+ exports.ListWorkflowStepGroups$ = ListWorkflowStepGroups$;
1739
1802
  exports.ListWorkflowStepGroupsCommand = ListWorkflowStepGroupsCommand;
1803
+ exports.ListWorkflowStepGroupsRequest$ = ListWorkflowStepGroupsRequest$;
1804
+ exports.ListWorkflowStepGroupsResponse$ = ListWorkflowStepGroupsResponse$;
1805
+ exports.ListWorkflowSteps$ = ListWorkflowSteps$;
1740
1806
  exports.ListWorkflowStepsCommand = ListWorkflowStepsCommand;
1807
+ exports.ListWorkflowStepsRequest$ = ListWorkflowStepsRequest$;
1808
+ exports.ListWorkflowStepsResponse$ = ListWorkflowStepsResponse$;
1809
+ exports.ListWorkflows$ = ListWorkflows$;
1741
1810
  exports.ListWorkflowsCommand = ListWorkflowsCommand;
1742
1811
  exports.MigrationHubOrchestrator = MigrationHubOrchestrator;
1743
1812
  exports.MigrationHubOrchestratorClient = MigrationHubOrchestratorClient;
1744
- exports.MigrationHubOrchestratorServiceException = MigrationHubOrchestratorServiceException$1;
1813
+ exports.MigrationHubOrchestratorServiceException = MigrationHubOrchestratorServiceException;
1814
+ exports.MigrationHubOrchestratorServiceException$ = MigrationHubOrchestratorServiceException$;
1745
1815
  exports.MigrationWorkflowStatusEnum = MigrationWorkflowStatusEnum;
1816
+ exports.MigrationWorkflowSummary$ = MigrationWorkflowSummary$;
1746
1817
  exports.Owner = Owner;
1818
+ exports.PlatformCommand$ = PlatformCommand$;
1819
+ exports.PlatformScriptKey$ = PlatformScriptKey$;
1747
1820
  exports.PluginHealth = PluginHealth;
1748
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1821
+ exports.PluginSummary$ = PluginSummary$;
1822
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1823
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1824
+ exports.RetryWorkflowStep$ = RetryWorkflowStep$;
1749
1825
  exports.RetryWorkflowStepCommand = RetryWorkflowStepCommand;
1826
+ exports.RetryWorkflowStepRequest$ = RetryWorkflowStepRequest$;
1827
+ exports.RetryWorkflowStepResponse$ = RetryWorkflowStepResponse$;
1750
1828
  exports.RunEnvironment = RunEnvironment;
1829
+ exports.StartMigrationWorkflowRequest$ = StartMigrationWorkflowRequest$;
1830
+ exports.StartMigrationWorkflowResponse$ = StartMigrationWorkflowResponse$;
1831
+ exports.StartWorkflow$ = StartWorkflow$;
1751
1832
  exports.StartWorkflowCommand = StartWorkflowCommand;
1752
1833
  exports.StepActionType = StepActionType;
1834
+ exports.StepAutomationConfiguration$ = StepAutomationConfiguration$;
1753
1835
  exports.StepGroupStatus = StepGroupStatus;
1836
+ exports.StepInput$ = StepInput$;
1837
+ exports.StepOutput$ = StepOutput$;
1754
1838
  exports.StepStatus = StepStatus;
1839
+ exports.StopMigrationWorkflowRequest$ = StopMigrationWorkflowRequest$;
1840
+ exports.StopMigrationWorkflowResponse$ = StopMigrationWorkflowResponse$;
1841
+ exports.StopWorkflow$ = StopWorkflow$;
1755
1842
  exports.StopWorkflowCommand = StopWorkflowCommand;
1843
+ exports.TagResource$ = TagResource$;
1756
1844
  exports.TagResourceCommand = TagResourceCommand;
1845
+ exports.TagResourceRequest$ = TagResourceRequest$;
1846
+ exports.TagResourceResponse$ = TagResourceResponse$;
1757
1847
  exports.TargetType = TargetType;
1848
+ exports.TemplateInput$ = TemplateInput$;
1849
+ exports.TemplateSource$ = TemplateSource$;
1758
1850
  exports.TemplateStatus = TemplateStatus;
1759
- exports.ThrottlingException = ThrottlingException$1;
1851
+ exports.TemplateStepGroupSummary$ = TemplateStepGroupSummary$;
1852
+ exports.TemplateStepSummary$ = TemplateStepSummary$;
1853
+ exports.TemplateSummary$ = TemplateSummary$;
1854
+ exports.ThrottlingException = ThrottlingException;
1855
+ exports.ThrottlingException$ = ThrottlingException$;
1856
+ exports.Tool$ = Tool$;
1857
+ exports.UntagResource$ = UntagResource$;
1760
1858
  exports.UntagResourceCommand = UntagResourceCommand;
1859
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1860
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1861
+ exports.UpdateMigrationWorkflowRequest$ = UpdateMigrationWorkflowRequest$;
1862
+ exports.UpdateMigrationWorkflowResponse$ = UpdateMigrationWorkflowResponse$;
1863
+ exports.UpdateTemplate$ = UpdateTemplate$;
1761
1864
  exports.UpdateTemplateCommand = UpdateTemplateCommand;
1865
+ exports.UpdateTemplateRequest$ = UpdateTemplateRequest$;
1866
+ exports.UpdateTemplateResponse$ = UpdateTemplateResponse$;
1867
+ exports.UpdateWorkflow$ = UpdateWorkflow$;
1762
1868
  exports.UpdateWorkflowCommand = UpdateWorkflowCommand;
1869
+ exports.UpdateWorkflowStep$ = UpdateWorkflowStep$;
1763
1870
  exports.UpdateWorkflowStepCommand = UpdateWorkflowStepCommand;
1871
+ exports.UpdateWorkflowStepGroup$ = UpdateWorkflowStepGroup$;
1764
1872
  exports.UpdateWorkflowStepGroupCommand = UpdateWorkflowStepGroupCommand;
1765
- exports.ValidationException = ValidationException$1;
1873
+ exports.UpdateWorkflowStepGroupRequest$ = UpdateWorkflowStepGroupRequest$;
1874
+ exports.UpdateWorkflowStepGroupResponse$ = UpdateWorkflowStepGroupResponse$;
1875
+ exports.UpdateWorkflowStepRequest$ = UpdateWorkflowStepRequest$;
1876
+ exports.UpdateWorkflowStepResponse$ = UpdateWorkflowStepResponse$;
1877
+ exports.ValidationException = ValidationException;
1878
+ exports.ValidationException$ = ValidationException$;
1879
+ exports.WorkflowStepAutomationConfiguration$ = WorkflowStepAutomationConfiguration$;
1880
+ exports.WorkflowStepGroupSummary$ = WorkflowStepGroupSummary$;
1881
+ exports.WorkflowStepOutput$ = WorkflowStepOutput$;
1882
+ exports.WorkflowStepOutputUnion$ = WorkflowStepOutputUnion$;
1883
+ exports.WorkflowStepSummary$ = WorkflowStepSummary$;
1766
1884
  exports.paginateListPlugins = paginateListPlugins;
1767
1885
  exports.paginateListTemplateStepGroups = paginateListTemplateStepGroups;
1768
1886
  exports.paginateListTemplateSteps = paginateListTemplateSteps;