@aws-sdk/client-mwaa-serverless 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 (35) hide show
  1. package/dist-cjs/index.js +231 -165
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/CreateWorkflowCommand.js +2 -2
  4. package/dist-es/commands/DeleteWorkflowCommand.js +2 -2
  5. package/dist-es/commands/GetTaskInstanceCommand.js +2 -2
  6. package/dist-es/commands/GetWorkflowCommand.js +2 -2
  7. package/dist-es/commands/GetWorkflowRunCommand.js +2 -2
  8. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  9. package/dist-es/commands/ListTaskInstancesCommand.js +2 -2
  10. package/dist-es/commands/ListWorkflowRunsCommand.js +2 -2
  11. package/dist-es/commands/ListWorkflowVersionsCommand.js +2 -2
  12. package/dist-es/commands/ListWorkflowsCommand.js +2 -2
  13. package/dist-es/commands/StartWorkflowRunCommand.js +2 -2
  14. package/dist-es/commands/StopWorkflowRunCommand.js +2 -2
  15. package/dist-es/commands/TagResourceCommand.js +2 -2
  16. package/dist-es/commands/UntagResourceCommand.js +2 -2
  17. package/dist-es/commands/UpdateWorkflowCommand.js +2 -2
  18. package/dist-es/index.js +1 -0
  19. package/dist-es/runtimeConfig.shared.js +6 -6
  20. package/dist-es/schemas/schemas_0.js +134 -134
  21. package/dist-types/MWAAServerlessClient.d.ts +1 -10
  22. package/dist-types/index.d.ts +1 -0
  23. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  24. package/dist-types/runtimeConfig.d.ts +6 -2
  25. package/dist-types/runtimeConfig.native.d.ts +6 -2
  26. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  27. package/dist-types/schemas/schemas_0.d.ts +67 -80
  28. package/dist-types/ts3.4/MWAAServerlessClient.d.ts +0 -4
  29. package/dist-types/ts3.4/index.d.ts +1 -0
  30. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  31. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  32. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  33. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  34. package/dist-types/ts3.4/schemas/schemas_0.d.ts +66 -81
  35. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -108,14 +108,14 @@ class MWAAServerlessClient extends smithyClient.Client {
108
108
  }
109
109
  }
110
110
 
111
- let MWAAServerlessServiceException$1 = class MWAAServerlessServiceException extends smithyClient.ServiceException {
111
+ class MWAAServerlessServiceException extends smithyClient.ServiceException {
112
112
  constructor(options) {
113
113
  super(options);
114
114
  Object.setPrototypeOf(this, MWAAServerlessServiceException.prototype);
115
115
  }
116
- };
116
+ }
117
117
 
118
- let AccessDeniedException$1 = class AccessDeniedException extends MWAAServerlessServiceException$1 {
118
+ class AccessDeniedException extends MWAAServerlessServiceException {
119
119
  name = "AccessDeniedException";
120
120
  $fault = "client";
121
121
  Message;
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends MWAAServerless
128
128
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
129
129
  this.Message = opts.Message;
130
130
  }
131
- };
132
- let InternalServerException$1 = class InternalServerException extends MWAAServerlessServiceException$1 {
131
+ }
132
+ class InternalServerException extends MWAAServerlessServiceException {
133
133
  name = "InternalServerException";
134
134
  $fault = "server";
135
135
  $retryable = {};
@@ -145,8 +145,8 @@ let InternalServerException$1 = class InternalServerException extends MWAAServer
145
145
  this.Message = opts.Message;
146
146
  this.RetryAfterSeconds = opts.RetryAfterSeconds;
147
147
  }
148
- };
149
- let OperationTimeoutException$1 = class OperationTimeoutException extends MWAAServerlessServiceException$1 {
148
+ }
149
+ class OperationTimeoutException extends MWAAServerlessServiceException {
150
150
  name = "OperationTimeoutException";
151
151
  $fault = "server";
152
152
  Message;
@@ -159,8 +159,8 @@ let OperationTimeoutException$1 = class OperationTimeoutException extends MWAASe
159
159
  Object.setPrototypeOf(this, OperationTimeoutException.prototype);
160
160
  this.Message = opts.Message;
161
161
  }
162
- };
163
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends MWAAServerlessServiceException$1 {
162
+ }
163
+ class ResourceNotFoundException extends MWAAServerlessServiceException {
164
164
  name = "ResourceNotFoundException";
165
165
  $fault = "client";
166
166
  Message;
@@ -177,8 +177,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends MWAASe
177
177
  this.ResourceId = opts.ResourceId;
178
178
  this.ResourceType = opts.ResourceType;
179
179
  }
180
- };
181
- let ThrottlingException$1 = class ThrottlingException extends MWAAServerlessServiceException$1 {
180
+ }
181
+ class ThrottlingException extends MWAAServerlessServiceException {
182
182
  name = "ThrottlingException";
183
183
  $fault = "client";
184
184
  $retryable = {
@@ -200,8 +200,8 @@ let ThrottlingException$1 = class ThrottlingException extends MWAAServerlessServ
200
200
  this.QuotaCode = opts.QuotaCode;
201
201
  this.RetryAfterSeconds = opts.RetryAfterSeconds;
202
202
  }
203
- };
204
- let ValidationException$1 = class ValidationException extends MWAAServerlessServiceException$1 {
203
+ }
204
+ class ValidationException extends MWAAServerlessServiceException {
205
205
  name = "ValidationException";
206
206
  $fault = "client";
207
207
  Message;
@@ -218,8 +218,8 @@ let ValidationException$1 = class ValidationException extends MWAAServerlessServ
218
218
  this.Reason = opts.Reason;
219
219
  this.FieldList = opts.FieldList;
220
220
  }
221
- };
222
- let ConflictException$1 = class ConflictException extends MWAAServerlessServiceException$1 {
221
+ }
222
+ class ConflictException extends MWAAServerlessServiceException {
223
223
  name = "ConflictException";
224
224
  $fault = "client";
225
225
  Message;
@@ -236,8 +236,8 @@ let ConflictException$1 = class ConflictException extends MWAAServerlessServiceE
236
236
  this.ResourceId = opts.ResourceId;
237
237
  this.ResourceType = opts.ResourceType;
238
238
  }
239
- };
240
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends MWAAServerlessServiceException$1 {
239
+ }
240
+ class ServiceQuotaExceededException extends MWAAServerlessServiceException {
241
241
  name = "ServiceQuotaExceededException";
242
242
  $fault = "client";
243
243
  Message;
@@ -258,7 +258,7 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
258
258
  this.ServiceCode = opts.ServiceCode;
259
259
  this.QuotaCode = opts.QuotaCode;
260
260
  }
261
- };
261
+ }
262
262
 
263
263
  const _ADE = "AccessDeniedException";
264
264
  const _AN = "AttemptNumber";
@@ -406,11 +406,11 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.mwaaserverless";
406
406
  const _tK = "tagKeys";
407
407
  const _wV = "workflowVersion";
408
408
  const n0 = "com.amazonaws.mwaaserverless";
409
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
410
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
411
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
412
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
413
- var CreateWorkflowRequest = [
409
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
410
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
411
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
412
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
413
+ var CreateWorkflowRequest$ = [
414
414
  3,
415
415
  n0,
416
416
  _CWR,
@@ -419,18 +419,18 @@ var CreateWorkflowRequest = [
419
419
  [
420
420
  0,
421
421
  [0, 4],
422
- () => DefinitionS3Location,
422
+ () => DefinitionS3Location$,
423
423
  0,
424
424
  0,
425
- () => EncryptionConfiguration,
426
- () => LoggingConfiguration,
425
+ () => EncryptionConfiguration$,
426
+ () => LoggingConfiguration$,
427
427
  1,
428
- () => NetworkConfiguration,
428
+ () => NetworkConfiguration$,
429
429
  128 | 0,
430
430
  0,
431
431
  ],
432
432
  ];
433
- var CreateWorkflowResponse = [
433
+ var CreateWorkflowResponse$ = [
434
434
  3,
435
435
  n0,
436
436
  _CWRr,
@@ -438,8 +438,8 @@ var CreateWorkflowResponse = [
438
438
  [_WA, _CA, _RIe, _WS, _WV, _ILV, _W],
439
439
  [0, 5, 0, 0, 0, 2, 64 | 0],
440
440
  ];
441
- var DefinitionS3Location = [3, n0, _DSL, 0, [_B, _OK, _VI], [0, 0, 0]];
442
- var DeleteWorkflowRequest = [
441
+ var DefinitionS3Location$ = [3, n0, _DSL, 0, [_B, _OK, _VI], [0, 0, 0]];
442
+ var DeleteWorkflowRequest$ = [
443
443
  3,
444
444
  n0,
445
445
  _DWR,
@@ -450,9 +450,9 @@ var DeleteWorkflowRequest = [
450
450
  [0, { [_hQ]: _wV }],
451
451
  ],
452
452
  ];
453
- var DeleteWorkflowResponse = [3, n0, _DWRe, 0, [_WA, _WV], [0, 0]];
454
- var EncryptionConfiguration = [3, n0, _EC, 0, [_Ty, _KKI], [0, 0]];
455
- var GetTaskInstanceRequest = [
453
+ var DeleteWorkflowResponse$ = [3, n0, _DWRe, 0, [_WA, _WV], [0, 0]];
454
+ var EncryptionConfiguration$ = [3, n0, _EC, 0, [_Ty, _KKI], [0, 0]];
455
+ var GetTaskInstanceRequest$ = [
456
456
  3,
457
457
  n0,
458
458
  _GTIR,
@@ -464,7 +464,7 @@ var GetTaskInstanceRequest = [
464
464
  [0, 1],
465
465
  ],
466
466
  ];
467
- var GetTaskInstanceResponse = [
467
+ var GetTaskInstanceResponse$ = [
468
468
  3,
469
469
  n0,
470
470
  _GTIRe,
@@ -472,7 +472,7 @@ var GetTaskInstanceResponse = [
472
472
  [_WA, _RIu, _TII, _WV, _S, _DIS, _ON, _MA, _EA, _SA, _AN, _EM, _TI, _LS, _X],
473
473
  [0, 0, 0, 0, 0, 1, 0, 5, 5, 5, 1, 0, 0, 0, 128 | 0],
474
474
  ];
475
- var GetWorkflowRequest = [
475
+ var GetWorkflowRequest$ = [
476
476
  3,
477
477
  n0,
478
478
  _GWR,
@@ -483,7 +483,7 @@ var GetWorkflowRequest = [
483
483
  [0, { [_hQ]: _wV }],
484
484
  ],
485
485
  ];
486
- var GetWorkflowResponse = [
486
+ var GetWorkflowResponse$ = [
487
487
  3,
488
488
  n0,
489
489
  _GWRe,
@@ -496,19 +496,19 @@ var GetWorkflowResponse = [
496
496
  0,
497
497
  5,
498
498
  5,
499
- () => EncryptionConfiguration,
500
- () => LoggingConfiguration,
499
+ () => EncryptionConfiguration$,
500
+ () => LoggingConfiguration$,
501
501
  1,
502
502
  0,
503
- () => DefinitionS3Location,
504
- () => ScheduleConfiguration,
503
+ () => DefinitionS3Location$,
504
+ () => ScheduleConfiguration$,
505
505
  0,
506
- () => NetworkConfiguration,
506
+ () => NetworkConfiguration$,
507
507
  0,
508
508
  0,
509
509
  ],
510
510
  ];
511
- var GetWorkflowRunRequest = [
511
+ var GetWorkflowRunRequest$ = [
512
512
  3,
513
513
  n0,
514
514
  _GWRR,
@@ -519,15 +519,15 @@ var GetWorkflowRunRequest = [
519
519
  [0, 1],
520
520
  ],
521
521
  ];
522
- var GetWorkflowRunResponse = [
522
+ var GetWorkflowRunResponse$ = [
523
523
  3,
524
524
  n0,
525
525
  _GWRRe,
526
526
  0,
527
527
  [_WA, _WV, _RIu, _RTu, _OP, _RD],
528
- [0, 0, 0, 0, [() => ObjectMap, 0], () => WorkflowRunDetail],
528
+ [0, 0, 0, 0, [() => ObjectMap, 0], () => WorkflowRunDetail$],
529
529
  ];
530
- var InternalServerException = [
530
+ var InternalServerException$ = [
531
531
  -3,
532
532
  n0,
533
533
  _ISE,
@@ -535,10 +535,10 @@ var InternalServerException = [
535
535
  [_M, _RAS],
536
536
  [0, [1, { [_hH]: _RA_ }]],
537
537
  ];
538
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
539
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAe], [[0, 1]]];
540
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [128 | 0]];
541
- var ListTaskInstancesRequest = [
538
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
539
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RAe], [[0, 1]]];
540
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_T], [128 | 0]];
541
+ var ListTaskInstancesRequest$ = [
542
542
  3,
543
543
  n0,
544
544
  _LTIR,
@@ -551,7 +551,7 @@ var ListTaskInstancesRequest = [
551
551
  [0, { [_hQ]: _nT }],
552
552
  ],
553
553
  ];
554
- var ListTaskInstancesResponse = [
554
+ var ListTaskInstancesResponse$ = [
555
555
  3,
556
556
  n0,
557
557
  _LTIRi,
@@ -559,7 +559,7 @@ var ListTaskInstancesResponse = [
559
559
  [_TIa, _NT],
560
560
  [() => TaskInstanceSummaries, 0],
561
561
  ];
562
- var ListWorkflowRunsRequest = [
562
+ var ListWorkflowRunsRequest$ = [
563
563
  3,
564
564
  n0,
565
565
  _LWRR,
@@ -572,7 +572,7 @@ var ListWorkflowRunsRequest = [
572
572
  [0, { [_hQ]: _wV }],
573
573
  ],
574
574
  ];
575
- var ListWorkflowRunsResponse = [
575
+ var ListWorkflowRunsResponse$ = [
576
576
  3,
577
577
  n0,
578
578
  _LWRRi,
@@ -580,7 +580,7 @@ var ListWorkflowRunsResponse = [
580
580
  [_WR, _NT],
581
581
  [() => WorkflowRunSummaries, 0],
582
582
  ];
583
- var ListWorkflowsRequest = [
583
+ var ListWorkflowsRequest$ = [
584
584
  3,
585
585
  n0,
586
586
  _LWR,
@@ -591,8 +591,8 @@ var ListWorkflowsRequest = [
591
591
  [0, { [_hQ]: _nT }],
592
592
  ],
593
593
  ];
594
- var ListWorkflowsResponse = [3, n0, _LWRi, 0, [_Wo, _NT], [() => WorkflowSummaries, 0]];
595
- var ListWorkflowVersionsRequest = [
594
+ var ListWorkflowsResponse$ = [3, n0, _LWRi, 0, [_Wo, _NT], [() => WorkflowSummaries, 0]];
595
+ var ListWorkflowVersionsRequest$ = [
596
596
  3,
597
597
  n0,
598
598
  _LWVR,
@@ -604,7 +604,7 @@ var ListWorkflowVersionsRequest = [
604
604
  [0, 1],
605
605
  ],
606
606
  ];
607
- var ListWorkflowVersionsResponse = [
607
+ var ListWorkflowVersionsResponse$ = [
608
608
  3,
609
609
  n0,
610
610
  _LWVRi,
@@ -612,11 +612,11 @@ var ListWorkflowVersionsResponse = [
612
612
  [_WVo, _NT],
613
613
  [() => WorkflowVersionSummaries, 0],
614
614
  ];
615
- var LoggingConfiguration = [3, n0, _LC, 0, [_LGN], [0]];
616
- var NetworkConfiguration = [3, n0, _NC, 0, [_SGI, _SI], [64 | 0, 64 | 0]];
617
- var OperationTimeoutException = [-3, n0, _OTE, { [_e]: _s, [_hE]: 504 }, [_M], [0]];
618
- schema.TypeRegistry.for(n0).registerError(OperationTimeoutException, OperationTimeoutException$1);
619
- var ResourceNotFoundException = [
615
+ var LoggingConfiguration$ = [3, n0, _LC, 0, [_LGN], [0]];
616
+ var NetworkConfiguration$ = [3, n0, _NC, 0, [_SGI, _SI], [64 | 0, 64 | 0]];
617
+ var OperationTimeoutException$ = [-3, n0, _OTE, { [_e]: _s, [_hE]: 504 }, [_M], [0]];
618
+ schema.TypeRegistry.for(n0).registerError(OperationTimeoutException$, OperationTimeoutException);
619
+ var ResourceNotFoundException$ = [
620
620
  -3,
621
621
  n0,
622
622
  _RNFE,
@@ -624,10 +624,10 @@ var ResourceNotFoundException = [
624
624
  [_M, _RI, _RT],
625
625
  [0, 0, 0],
626
626
  ];
627
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
628
- var RunDetailSummary = [3, n0, _RDS, 0, [_S, _CO, _SA, _EA], [0, 5, 5, 5]];
629
- var ScheduleConfiguration = [3, n0, _SC, 0, [_CEr], [0]];
630
- var ServiceQuotaExceededException = [
627
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
628
+ var RunDetailSummary$ = [3, n0, _RDS, 0, [_S, _CO, _SA, _EA], [0, 5, 5, 5]];
629
+ var ScheduleConfiguration$ = [3, n0, _SC, 0, [_CEr], [0]];
630
+ var ServiceQuotaExceededException$ = [
631
631
  -3,
632
632
  n0,
633
633
  _SQEE,
@@ -635,8 +635,8 @@ var ServiceQuotaExceededException = [
635
635
  [_M, _RI, _RT, _SCe, _QC],
636
636
  [0, 0, 0, 0, 0],
637
637
  ];
638
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
639
- var StartWorkflowRunRequest = [
638
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
639
+ var StartWorkflowRunRequest$ = [
640
640
  3,
641
641
  n0,
642
642
  _SWRR,
@@ -644,8 +644,8 @@ var StartWorkflowRunRequest = [
644
644
  [_WA, _CT, _OP, _WV],
645
645
  [[0, 1], [0, 4], [() => ObjectMap, 0], 0],
646
646
  ];
647
- var StartWorkflowRunResponse = [3, n0, _SWRRt, 0, [_RIu, _S, _SA], [0, 0, 5]];
648
- var StopWorkflowRunRequest = [
647
+ var StartWorkflowRunResponse$ = [3, n0, _SWRRt, 0, [_RIu, _S, _SA], [0, 0, 5]];
648
+ var StopWorkflowRunRequest$ = [
649
649
  3,
650
650
  n0,
651
651
  _SWRRto,
@@ -656,10 +656,10 @@ var StopWorkflowRunRequest = [
656
656
  [0, 1],
657
657
  ],
658
658
  ];
659
- var StopWorkflowRunResponse = [3, n0, _SWRRtop, 0, [_WA, _WV, _RIu, _S], [0, 0, 0, 0]];
660
- var TagResourceRequest = [3, n0, _TRR, 0, [_RAe, _T], [[0, 1], 128 | 0]];
661
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
662
- var TaskInstanceSummary = [
659
+ var StopWorkflowRunResponse$ = [3, n0, _SWRRtop, 0, [_WA, _WV, _RIu, _S], [0, 0, 0, 0]];
660
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_RAe, _T], [[0, 1], 128 | 0]];
661
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
662
+ var TaskInstanceSummary$ = [
663
663
  3,
664
664
  n0,
665
665
  _TIS,
@@ -667,7 +667,7 @@ var TaskInstanceSummary = [
667
667
  [_WA, _WV, _RIu, _TII, _S, _DIS, _ON],
668
668
  [0, 0, 0, 0, 0, 1, 0],
669
669
  ];
670
- var ThrottlingException = [
670
+ var ThrottlingException$ = [
671
671
  -3,
672
672
  n0,
673
673
  _TE,
@@ -675,8 +675,8 @@ var ThrottlingException = [
675
675
  [_M, _SCe, _QC, _RAS],
676
676
  [0, 0, 0, [1, { [_hH]: _RA_ }]],
677
677
  ];
678
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
679
- var UntagResourceRequest = [
678
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
679
+ var UntagResourceRequest$ = [
680
680
  3,
681
681
  n0,
682
682
  _URR,
@@ -687,17 +687,17 @@ var UntagResourceRequest = [
687
687
  [64 | 0, { [_hQ]: _tK }],
688
688
  ],
689
689
  ];
690
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
691
- var UpdateWorkflowRequest = [
690
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
691
+ var UpdateWorkflowRequest$ = [
692
692
  3,
693
693
  n0,
694
694
  _UWR,
695
695
  0,
696
696
  [_WA, _DSL, _RA, _D, _LC, _EV, _NC, _TM],
697
- [[0, 1], () => DefinitionS3Location, 0, 0, () => LoggingConfiguration, 1, () => NetworkConfiguration, 0],
697
+ [[0, 1], () => DefinitionS3Location$, 0, 0, () => LoggingConfiguration$, 1, () => NetworkConfiguration$, 0],
698
698
  ];
699
- var UpdateWorkflowResponse = [3, n0, _UWRp, 0, [_WA, _MA, _WV, _W], [0, 5, 0, 64 | 0]];
700
- var ValidationException = [
699
+ var UpdateWorkflowResponse$ = [3, n0, _UWRp, 0, [_WA, _MA, _WV, _W], [0, 5, 0, 64 | 0]];
700
+ var ValidationException$ = [
701
701
  -3,
702
702
  n0,
703
703
  _VE,
@@ -705,9 +705,9 @@ var ValidationException = [
705
705
  [_M, _R, _FL],
706
706
  [0, 0, () => ValidationExceptionFields],
707
707
  ];
708
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
709
- var ValidationExceptionField = [3, n0, _VEF, 0, [_N, _M], [0, 0]];
710
- var WorkflowRunDetail = [
708
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
709
+ var ValidationExceptionField$ = [3, n0, _VEF, 0, [_N, _M], [0, 0]];
710
+ var WorkflowRunDetail$ = [
711
711
  3,
712
712
  n0,
713
713
  _WRD,
@@ -715,15 +715,15 @@ var WorkflowRunDetail = [
715
715
  [_WA, _WV, _RIu, _RTu, _SO, _CA, _COo, _MA, _Du, _EM, _TIa, _RS],
716
716
  [0, 0, 0, 0, 5, 5, 5, 5, 1, 0, 64 | 0, 0],
717
717
  ];
718
- var WorkflowRunSummary = [
718
+ var WorkflowRunSummary$ = [
719
719
  3,
720
720
  n0,
721
721
  _WRS,
722
722
  0,
723
723
  [_RIu, _WA, _WV, _RTu, _RDS],
724
- [0, 0, 0, 0, () => RunDetailSummary],
724
+ [0, 0, 0, 0, () => RunDetailSummary$],
725
725
  ];
726
- var WorkflowSummary = [
726
+ var WorkflowSummary$ = [
727
727
  3,
728
728
  n0,
729
729
  _WSo,
@@ -731,141 +731,141 @@ var WorkflowSummary = [
731
731
  [_WA, _WV, _N, _D, _CA, _MA, _WS, _TM],
732
732
  [0, 0, 0, 0, 5, 5, 0, 0],
733
733
  ];
734
- var WorkflowVersionSummary = [
734
+ var WorkflowVersionSummary$ = [
735
735
  3,
736
736
  n0,
737
737
  _WVS,
738
738
  0,
739
739
  [_WV, _WA, _ILV, _CA, _MA, _DSL, _SC, _TM],
740
- [0, 0, 2, 5, 5, () => DefinitionS3Location, () => ScheduleConfiguration, 0],
740
+ [0, 0, 2, 5, 5, () => DefinitionS3Location$, () => ScheduleConfiguration$, 0],
741
741
  ];
742
- var MWAAServerlessServiceException = [-3, _sm, "MWAAServerlessServiceException", 0, [], []];
743
- schema.TypeRegistry.for(_sm).registerError(MWAAServerlessServiceException, MWAAServerlessServiceException$1);
744
- var TaskInstanceSummaries = [1, n0, _TISa, 0, () => TaskInstanceSummary];
745
- var ValidationExceptionFields = [1, n0, _VEFa, 0, () => ValidationExceptionField];
746
- var WorkflowRunSummaries = [1, n0, _WRSo, 0, () => WorkflowRunSummary];
747
- var WorkflowSummaries = [1, n0, _WSor, 0, () => WorkflowSummary];
748
- var WorkflowVersionSummaries = [1, n0, _WVSo, 0, () => WorkflowVersionSummary];
742
+ var MWAAServerlessServiceException$ = [-3, _sm, "MWAAServerlessServiceException", 0, [], []];
743
+ schema.TypeRegistry.for(_sm).registerError(MWAAServerlessServiceException$, MWAAServerlessServiceException);
744
+ var TaskInstanceSummaries = [1, n0, _TISa, 0, () => TaskInstanceSummary$];
745
+ var ValidationExceptionFields = [1, n0, _VEFa, 0, () => ValidationExceptionField$];
746
+ var WorkflowRunSummaries = [1, n0, _WRSo, 0, () => WorkflowRunSummary$];
747
+ var WorkflowSummaries = [1, n0, _WSor, 0, () => WorkflowSummary$];
748
+ var WorkflowVersionSummaries = [1, n0, _WVSo, 0, () => WorkflowVersionSummary$];
749
749
  var ObjectMap = [2, n0, _OM, 8, 0, 15];
750
- var CreateWorkflow = [
750
+ var CreateWorkflow$ = [
751
751
  9,
752
752
  n0,
753
753
  _CW,
754
754
  { [_h]: ["POST", "/workflows", 200] },
755
- () => CreateWorkflowRequest,
756
- () => CreateWorkflowResponse,
755
+ () => CreateWorkflowRequest$,
756
+ () => CreateWorkflowResponse$,
757
757
  ];
758
- var DeleteWorkflow = [
758
+ var DeleteWorkflow$ = [
759
759
  9,
760
760
  n0,
761
761
  _DW,
762
762
  { [_h]: ["DELETE", "/workflows/{WorkflowArn}", 200] },
763
- () => DeleteWorkflowRequest,
764
- () => DeleteWorkflowResponse,
763
+ () => DeleteWorkflowRequest$,
764
+ () => DeleteWorkflowResponse$,
765
765
  ];
766
- var GetTaskInstance = [
766
+ var GetTaskInstance$ = [
767
767
  9,
768
768
  n0,
769
769
  _GTI,
770
770
  { [_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}/tasks/{TaskInstanceId}", 200] },
771
- () => GetTaskInstanceRequest,
772
- () => GetTaskInstanceResponse,
771
+ () => GetTaskInstanceRequest$,
772
+ () => GetTaskInstanceResponse$,
773
773
  ];
774
- var GetWorkflow = [
774
+ var GetWorkflow$ = [
775
775
  9,
776
776
  n0,
777
777
  _GW,
778
778
  { [_h]: ["GET", "/workflows/{WorkflowArn}", 200] },
779
- () => GetWorkflowRequest,
780
- () => GetWorkflowResponse,
779
+ () => GetWorkflowRequest$,
780
+ () => GetWorkflowResponse$,
781
781
  ];
782
- var GetWorkflowRun = [
782
+ var GetWorkflowRun$ = [
783
783
  9,
784
784
  n0,
785
785
  _GWRet,
786
786
  { [_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}", 200] },
787
- () => GetWorkflowRunRequest,
788
- () => GetWorkflowRunResponse,
787
+ () => GetWorkflowRunRequest$,
788
+ () => GetWorkflowRunResponse$,
789
789
  ];
790
- var ListTagsForResource = [
790
+ var ListTagsForResource$ = [
791
791
  9,
792
792
  n0,
793
793
  _LTFR,
794
794
  { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
795
- () => ListTagsForResourceRequest,
796
- () => ListTagsForResourceResponse,
795
+ () => ListTagsForResourceRequest$,
796
+ () => ListTagsForResourceResponse$,
797
797
  ];
798
- var ListTaskInstances = [
798
+ var ListTaskInstances$ = [
799
799
  9,
800
800
  n0,
801
801
  _LTI,
802
802
  { [_h]: ["GET", "/workflows/{WorkflowArn}/runs/{RunId}/tasks", 200] },
803
- () => ListTaskInstancesRequest,
804
- () => ListTaskInstancesResponse,
803
+ () => ListTaskInstancesRequest$,
804
+ () => ListTaskInstancesResponse$,
805
805
  ];
806
- var ListWorkflowRuns = [
806
+ var ListWorkflowRuns$ = [
807
807
  9,
808
808
  n0,
809
809
  _LWRis,
810
810
  { [_h]: ["GET", "/workflows/{WorkflowArn}/runs", 200] },
811
- () => ListWorkflowRunsRequest,
812
- () => ListWorkflowRunsResponse,
811
+ () => ListWorkflowRunsRequest$,
812
+ () => ListWorkflowRunsResponse$,
813
813
  ];
814
- var ListWorkflows = [
814
+ var ListWorkflows$ = [
815
815
  9,
816
816
  n0,
817
817
  _LW,
818
818
  { [_h]: ["GET", "/workflows", 200] },
819
- () => ListWorkflowsRequest,
820
- () => ListWorkflowsResponse,
819
+ () => ListWorkflowsRequest$,
820
+ () => ListWorkflowsResponse$,
821
821
  ];
822
- var ListWorkflowVersions = [
822
+ var ListWorkflowVersions$ = [
823
823
  9,
824
824
  n0,
825
825
  _LWV,
826
826
  { [_h]: ["GET", "/workflows/{WorkflowArn}/versions", 200] },
827
- () => ListWorkflowVersionsRequest,
828
- () => ListWorkflowVersionsResponse,
827
+ () => ListWorkflowVersionsRequest$,
828
+ () => ListWorkflowVersionsResponse$,
829
829
  ];
830
- var StartWorkflowRun = [
830
+ var StartWorkflowRun$ = [
831
831
  9,
832
832
  n0,
833
833
  _SWR,
834
834
  { [_h]: ["POST", "/workflows/{WorkflowArn}/runs", 200] },
835
- () => StartWorkflowRunRequest,
836
- () => StartWorkflowRunResponse,
835
+ () => StartWorkflowRunRequest$,
836
+ () => StartWorkflowRunResponse$,
837
837
  ];
838
- var StopWorkflowRun = [
838
+ var StopWorkflowRun$ = [
839
839
  9,
840
840
  n0,
841
841
  _SWRt,
842
842
  { [_h]: ["DELETE", "/workflows/{WorkflowArn}/runs/{RunId}", 200] },
843
- () => StopWorkflowRunRequest,
844
- () => StopWorkflowRunResponse,
843
+ () => StopWorkflowRunRequest$,
844
+ () => StopWorkflowRunResponse$,
845
845
  ];
846
- var TagResource = [
846
+ var TagResource$ = [
847
847
  9,
848
848
  n0,
849
849
  _TR,
850
850
  { [_h]: ["POST", "/tags/{ResourceArn}", 200] },
851
- () => TagResourceRequest,
852
- () => TagResourceResponse,
851
+ () => TagResourceRequest$,
852
+ () => TagResourceResponse$,
853
853
  ];
854
- var UntagResource = [
854
+ var UntagResource$ = [
855
855
  9,
856
856
  n0,
857
857
  _UR,
858
858
  { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
859
- () => UntagResourceRequest,
860
- () => UntagResourceResponse,
859
+ () => UntagResourceRequest$,
860
+ () => UntagResourceResponse$,
861
861
  ];
862
- var UpdateWorkflow = [
862
+ var UpdateWorkflow$ = [
863
863
  9,
864
864
  n0,
865
865
  _UW,
866
866
  { [_h]: ["PUT", "/workflows/{WorkflowArn}", 200] },
867
- () => UpdateWorkflowRequest,
868
- () => UpdateWorkflowResponse,
867
+ () => UpdateWorkflowRequest$,
868
+ () => UpdateWorkflowResponse$,
869
869
  ];
870
870
 
871
871
  class CreateWorkflowCommand extends smithyClient.Command
@@ -876,7 +876,7 @@ class CreateWorkflowCommand extends smithyClient.Command
876
876
  })
877
877
  .s("AmazonMWAAServerless", "CreateWorkflow", {})
878
878
  .n("MWAAServerlessClient", "CreateWorkflowCommand")
879
- .sc(CreateWorkflow)
879
+ .sc(CreateWorkflow$)
880
880
  .build() {
881
881
  }
882
882
 
@@ -888,7 +888,7 @@ class DeleteWorkflowCommand extends smithyClient.Command
888
888
  })
889
889
  .s("AmazonMWAAServerless", "DeleteWorkflow", {})
890
890
  .n("MWAAServerlessClient", "DeleteWorkflowCommand")
891
- .sc(DeleteWorkflow)
891
+ .sc(DeleteWorkflow$)
892
892
  .build() {
893
893
  }
894
894
 
@@ -900,7 +900,7 @@ class GetTaskInstanceCommand extends smithyClient.Command
900
900
  })
901
901
  .s("AmazonMWAAServerless", "GetTaskInstance", {})
902
902
  .n("MWAAServerlessClient", "GetTaskInstanceCommand")
903
- .sc(GetTaskInstance)
903
+ .sc(GetTaskInstance$)
904
904
  .build() {
905
905
  }
906
906
 
@@ -912,7 +912,7 @@ class GetWorkflowCommand extends smithyClient.Command
912
912
  })
913
913
  .s("AmazonMWAAServerless", "GetWorkflow", {})
914
914
  .n("MWAAServerlessClient", "GetWorkflowCommand")
915
- .sc(GetWorkflow)
915
+ .sc(GetWorkflow$)
916
916
  .build() {
917
917
  }
918
918
 
@@ -924,7 +924,7 @@ class GetWorkflowRunCommand extends smithyClient.Command
924
924
  })
925
925
  .s("AmazonMWAAServerless", "GetWorkflowRun", {})
926
926
  .n("MWAAServerlessClient", "GetWorkflowRunCommand")
927
- .sc(GetWorkflowRun)
927
+ .sc(GetWorkflowRun$)
928
928
  .build() {
929
929
  }
930
930
 
@@ -936,7 +936,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
936
936
  })
937
937
  .s("AmazonMWAAServerless", "ListTagsForResource", {})
938
938
  .n("MWAAServerlessClient", "ListTagsForResourceCommand")
939
- .sc(ListTagsForResource)
939
+ .sc(ListTagsForResource$)
940
940
  .build() {
941
941
  }
942
942
 
@@ -948,7 +948,7 @@ class ListTaskInstancesCommand extends smithyClient.Command
948
948
  })
949
949
  .s("AmazonMWAAServerless", "ListTaskInstances", {})
950
950
  .n("MWAAServerlessClient", "ListTaskInstancesCommand")
951
- .sc(ListTaskInstances)
951
+ .sc(ListTaskInstances$)
952
952
  .build() {
953
953
  }
954
954
 
@@ -960,7 +960,7 @@ class ListWorkflowRunsCommand extends smithyClient.Command
960
960
  })
961
961
  .s("AmazonMWAAServerless", "ListWorkflowRuns", {})
962
962
  .n("MWAAServerlessClient", "ListWorkflowRunsCommand")
963
- .sc(ListWorkflowRuns)
963
+ .sc(ListWorkflowRuns$)
964
964
  .build() {
965
965
  }
966
966
 
@@ -972,7 +972,7 @@ class ListWorkflowsCommand extends smithyClient.Command
972
972
  })
973
973
  .s("AmazonMWAAServerless", "ListWorkflows", {})
974
974
  .n("MWAAServerlessClient", "ListWorkflowsCommand")
975
- .sc(ListWorkflows)
975
+ .sc(ListWorkflows$)
976
976
  .build() {
977
977
  }
978
978
 
@@ -984,7 +984,7 @@ class ListWorkflowVersionsCommand extends smithyClient.Command
984
984
  })
985
985
  .s("AmazonMWAAServerless", "ListWorkflowVersions", {})
986
986
  .n("MWAAServerlessClient", "ListWorkflowVersionsCommand")
987
- .sc(ListWorkflowVersions)
987
+ .sc(ListWorkflowVersions$)
988
988
  .build() {
989
989
  }
990
990
 
@@ -996,7 +996,7 @@ class StartWorkflowRunCommand extends smithyClient.Command
996
996
  })
997
997
  .s("AmazonMWAAServerless", "StartWorkflowRun", {})
998
998
  .n("MWAAServerlessClient", "StartWorkflowRunCommand")
999
- .sc(StartWorkflowRun)
999
+ .sc(StartWorkflowRun$)
1000
1000
  .build() {
1001
1001
  }
1002
1002
 
@@ -1008,7 +1008,7 @@ class StopWorkflowRunCommand extends smithyClient.Command
1008
1008
  })
1009
1009
  .s("AmazonMWAAServerless", "StopWorkflowRun", {})
1010
1010
  .n("MWAAServerlessClient", "StopWorkflowRunCommand")
1011
- .sc(StopWorkflowRun)
1011
+ .sc(StopWorkflowRun$)
1012
1012
  .build() {
1013
1013
  }
1014
1014
 
@@ -1020,7 +1020,7 @@ class TagResourceCommand extends smithyClient.Command
1020
1020
  })
1021
1021
  .s("AmazonMWAAServerless", "TagResource", {})
1022
1022
  .n("MWAAServerlessClient", "TagResourceCommand")
1023
- .sc(TagResource)
1023
+ .sc(TagResource$)
1024
1024
  .build() {
1025
1025
  }
1026
1026
 
@@ -1032,7 +1032,7 @@ class UntagResourceCommand extends smithyClient.Command
1032
1032
  })
1033
1033
  .s("AmazonMWAAServerless", "UntagResource", {})
1034
1034
  .n("MWAAServerlessClient", "UntagResourceCommand")
1035
- .sc(UntagResource)
1035
+ .sc(UntagResource$)
1036
1036
  .build() {
1037
1037
  }
1038
1038
 
@@ -1044,7 +1044,7 @@ class UpdateWorkflowCommand extends smithyClient.Command
1044
1044
  })
1045
1045
  .s("AmazonMWAAServerless", "UpdateWorkflow", {})
1046
1046
  .n("MWAAServerlessClient", "UpdateWorkflowCommand")
1047
- .sc(UpdateWorkflow)
1047
+ .sc(UpdateWorkflow$)
1048
1048
  .build() {
1049
1049
  }
1050
1050
 
@@ -1134,38 +1134,104 @@ Object.defineProperty(exports, "__Client", {
1134
1134
  enumerable: true,
1135
1135
  get: function () { return smithyClient.Client; }
1136
1136
  });
1137
- exports.AccessDeniedException = AccessDeniedException$1;
1138
- exports.ConflictException = ConflictException$1;
1137
+ exports.AccessDeniedException = AccessDeniedException;
1138
+ exports.AccessDeniedException$ = AccessDeniedException$;
1139
+ exports.ConflictException = ConflictException;
1140
+ exports.ConflictException$ = ConflictException$;
1141
+ exports.CreateWorkflow$ = CreateWorkflow$;
1139
1142
  exports.CreateWorkflowCommand = CreateWorkflowCommand;
1143
+ exports.CreateWorkflowRequest$ = CreateWorkflowRequest$;
1144
+ exports.CreateWorkflowResponse$ = CreateWorkflowResponse$;
1145
+ exports.DefinitionS3Location$ = DefinitionS3Location$;
1146
+ exports.DeleteWorkflow$ = DeleteWorkflow$;
1140
1147
  exports.DeleteWorkflowCommand = DeleteWorkflowCommand;
1148
+ exports.DeleteWorkflowRequest$ = DeleteWorkflowRequest$;
1149
+ exports.DeleteWorkflowResponse$ = DeleteWorkflowResponse$;
1150
+ exports.EncryptionConfiguration$ = EncryptionConfiguration$;
1141
1151
  exports.EncryptionType = EncryptionType;
1152
+ exports.GetTaskInstance$ = GetTaskInstance$;
1142
1153
  exports.GetTaskInstanceCommand = GetTaskInstanceCommand;
1154
+ exports.GetTaskInstanceRequest$ = GetTaskInstanceRequest$;
1155
+ exports.GetTaskInstanceResponse$ = GetTaskInstanceResponse$;
1156
+ exports.GetWorkflow$ = GetWorkflow$;
1143
1157
  exports.GetWorkflowCommand = GetWorkflowCommand;
1158
+ exports.GetWorkflowRequest$ = GetWorkflowRequest$;
1159
+ exports.GetWorkflowResponse$ = GetWorkflowResponse$;
1160
+ exports.GetWorkflowRun$ = GetWorkflowRun$;
1144
1161
  exports.GetWorkflowRunCommand = GetWorkflowRunCommand;
1145
- exports.InternalServerException = InternalServerException$1;
1162
+ exports.GetWorkflowRunRequest$ = GetWorkflowRunRequest$;
1163
+ exports.GetWorkflowRunResponse$ = GetWorkflowRunResponse$;
1164
+ exports.InternalServerException = InternalServerException;
1165
+ exports.InternalServerException$ = InternalServerException$;
1166
+ exports.ListTagsForResource$ = ListTagsForResource$;
1146
1167
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1168
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1169
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1170
+ exports.ListTaskInstances$ = ListTaskInstances$;
1147
1171
  exports.ListTaskInstancesCommand = ListTaskInstancesCommand;
1172
+ exports.ListTaskInstancesRequest$ = ListTaskInstancesRequest$;
1173
+ exports.ListTaskInstancesResponse$ = ListTaskInstancesResponse$;
1174
+ exports.ListWorkflowRuns$ = ListWorkflowRuns$;
1148
1175
  exports.ListWorkflowRunsCommand = ListWorkflowRunsCommand;
1176
+ exports.ListWorkflowRunsRequest$ = ListWorkflowRunsRequest$;
1177
+ exports.ListWorkflowRunsResponse$ = ListWorkflowRunsResponse$;
1178
+ exports.ListWorkflowVersions$ = ListWorkflowVersions$;
1149
1179
  exports.ListWorkflowVersionsCommand = ListWorkflowVersionsCommand;
1180
+ exports.ListWorkflowVersionsRequest$ = ListWorkflowVersionsRequest$;
1181
+ exports.ListWorkflowVersionsResponse$ = ListWorkflowVersionsResponse$;
1182
+ exports.ListWorkflows$ = ListWorkflows$;
1150
1183
  exports.ListWorkflowsCommand = ListWorkflowsCommand;
1184
+ exports.ListWorkflowsRequest$ = ListWorkflowsRequest$;
1185
+ exports.ListWorkflowsResponse$ = ListWorkflowsResponse$;
1186
+ exports.LoggingConfiguration$ = LoggingConfiguration$;
1151
1187
  exports.MWAAServerless = MWAAServerless;
1152
1188
  exports.MWAAServerlessClient = MWAAServerlessClient;
1153
- exports.MWAAServerlessServiceException = MWAAServerlessServiceException$1;
1154
- exports.OperationTimeoutException = OperationTimeoutException$1;
1155
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1189
+ exports.MWAAServerlessServiceException = MWAAServerlessServiceException;
1190
+ exports.MWAAServerlessServiceException$ = MWAAServerlessServiceException$;
1191
+ exports.NetworkConfiguration$ = NetworkConfiguration$;
1192
+ exports.OperationTimeoutException = OperationTimeoutException;
1193
+ exports.OperationTimeoutException$ = OperationTimeoutException$;
1194
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1195
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1196
+ exports.RunDetailSummary$ = RunDetailSummary$;
1156
1197
  exports.RunType = RunType;
1157
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
1198
+ exports.ScheduleConfiguration$ = ScheduleConfiguration$;
1199
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1200
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1201
+ exports.StartWorkflowRun$ = StartWorkflowRun$;
1158
1202
  exports.StartWorkflowRunCommand = StartWorkflowRunCommand;
1203
+ exports.StartWorkflowRunRequest$ = StartWorkflowRunRequest$;
1204
+ exports.StartWorkflowRunResponse$ = StartWorkflowRunResponse$;
1205
+ exports.StopWorkflowRun$ = StopWorkflowRun$;
1159
1206
  exports.StopWorkflowRunCommand = StopWorkflowRunCommand;
1207
+ exports.StopWorkflowRunRequest$ = StopWorkflowRunRequest$;
1208
+ exports.StopWorkflowRunResponse$ = StopWorkflowRunResponse$;
1209
+ exports.TagResource$ = TagResource$;
1160
1210
  exports.TagResourceCommand = TagResourceCommand;
1211
+ exports.TagResourceRequest$ = TagResourceRequest$;
1212
+ exports.TagResourceResponse$ = TagResourceResponse$;
1161
1213
  exports.TaskInstanceStatus = TaskInstanceStatus;
1162
- exports.ThrottlingException = ThrottlingException$1;
1214
+ exports.TaskInstanceSummary$ = TaskInstanceSummary$;
1215
+ exports.ThrottlingException = ThrottlingException;
1216
+ exports.ThrottlingException$ = ThrottlingException$;
1217
+ exports.UntagResource$ = UntagResource$;
1163
1218
  exports.UntagResourceCommand = UntagResourceCommand;
1219
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1220
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1221
+ exports.UpdateWorkflow$ = UpdateWorkflow$;
1164
1222
  exports.UpdateWorkflowCommand = UpdateWorkflowCommand;
1165
- exports.ValidationException = ValidationException$1;
1223
+ exports.UpdateWorkflowRequest$ = UpdateWorkflowRequest$;
1224
+ exports.UpdateWorkflowResponse$ = UpdateWorkflowResponse$;
1225
+ exports.ValidationException = ValidationException;
1226
+ exports.ValidationException$ = ValidationException$;
1227
+ exports.ValidationExceptionField$ = ValidationExceptionField$;
1166
1228
  exports.ValidationExceptionReason = ValidationExceptionReason;
1229
+ exports.WorkflowRunDetail$ = WorkflowRunDetail$;
1167
1230
  exports.WorkflowRunStatus = WorkflowRunStatus;
1231
+ exports.WorkflowRunSummary$ = WorkflowRunSummary$;
1168
1232
  exports.WorkflowStatus = WorkflowStatus;
1233
+ exports.WorkflowSummary$ = WorkflowSummary$;
1234
+ exports.WorkflowVersionSummary$ = WorkflowVersionSummary$;
1169
1235
  exports.paginateListTaskInstances = paginateListTaskInstances;
1170
1236
  exports.paginateListWorkflowRuns = paginateListWorkflowRuns;
1171
1237
  exports.paginateListWorkflowVersions = paginateListWorkflowVersions;