@aws-sdk/client-sfn 3.987.0 → 3.989.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.
@@ -84,10 +84,10 @@ const _HE = "HistoryEvent";
84
84
  const _HEEDD = "HistoryEventExecutionDataDetails";
85
85
  const _HEL = "HistoryEventList";
86
86
  const _IA = "InvalidArn";
87
- const _ID = "InspectionData";
87
+ const _ID = "InvalidDefinition";
88
88
  const _IDR = "InspectionDataRequest";
89
89
  const _IDRn = "InspectionDataResponse";
90
- const _IDn = "InvalidDefinition";
90
+ const _IDn = "InspectionData";
91
91
  const _IEC = "InvalidEncryptionConfiguration";
92
92
  const _IED = "InspectionErrorDetails";
93
93
  const _IEI = "InvalidExecutionInput";
@@ -354,7 +354,7 @@ const _pR = "pendingRedrive";
354
354
  const _pa = "parameters";
355
355
  const _pe = "pending";
356
356
  const _pr = "protocol";
357
- const _r = "resource";
357
+ const _r = "reason";
358
358
  const _rA = "roleArn";
359
359
  const _rAe = "resourceArn";
360
360
  const _rBIS = "retryBackoffIntervalSeconds";
@@ -372,13 +372,13 @@ const _rSR = "redriveStatusReason";
372
372
  const _rSe = "revealSecrets";
373
373
  const _rT = "resourceType";
374
374
  const _rW = "resultsWritten";
375
- const _re = "result";
376
- const _rea = "reason";
375
+ const _re = "resource";
377
376
  const _reg = "region";
378
377
  const _req = "request";
379
- const _res = "response";
378
+ const _res = "result";
379
+ const _resp = "response";
380
380
  const _ru = "running";
381
- const _s = "status";
381
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sfn";
382
382
  const _sC = "statusCode";
383
383
  const _sCt = "stateConfiguration";
384
384
  const _sD = "startDate";
@@ -395,8 +395,8 @@ const _sMVA = "stateMachineVersionArn";
395
395
  const _sMt = "stateMachines";
396
396
  const _sN = "stateName";
397
397
  const _se = "severity";
398
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.sfn";
399
- const _st = "state";
398
+ const _st = "status";
399
+ const _sta = "state";
400
400
  const _su = "succeeded";
401
401
  const _t = "truncated";
402
402
  const _tC = "tracingConfiguration";
@@ -432,6 +432,212 @@ const n0 = "com.amazonaws.sfn";
432
432
  import { TypeRegistry } from "@smithy/core/schema";
433
433
  import { ActivityAlreadyExists, ActivityDoesNotExist, ActivityLimitExceeded, ActivityWorkerLimitExceeded, ConflictException, ExecutionAlreadyExists, ExecutionDoesNotExist, ExecutionLimitExceeded, ExecutionNotRedrivable, InvalidArn, InvalidDefinition, InvalidEncryptionConfiguration, InvalidExecutionInput, InvalidLoggingConfiguration, InvalidName, InvalidOutput, InvalidToken, InvalidTracingConfiguration, KmsAccessDeniedException, KmsInvalidStateException, KmsThrottlingException, MissingRequiredParameter, ResourceNotFound, ServiceQuotaExceededException, StateMachineAlreadyExists, StateMachineDeleting, StateMachineDoesNotExist, StateMachineLimitExceeded, StateMachineTypeNotSupported, TaskDoesNotExist, TaskTimedOut, TooManyTags, ValidationException, } from "../models/errors";
434
434
  import { SFNServiceException } from "../models/SFNServiceException";
435
+ const _s_registry = TypeRegistry.for(_s);
436
+ export var SFNServiceException$ = [-3, _s, "SFNServiceException", 0, [], []];
437
+ _s_registry.registerError(SFNServiceException$, SFNServiceException);
438
+ const n0_registry = TypeRegistry.for(n0);
439
+ export var ActivityAlreadyExists$ = [-3, n0, _AAE,
440
+ { [_e]: _c },
441
+ [_m],
442
+ [0]
443
+ ];
444
+ n0_registry.registerError(ActivityAlreadyExists$, ActivityAlreadyExists);
445
+ export var ActivityDoesNotExist$ = [-3, n0, _ADNE,
446
+ { [_e]: _c },
447
+ [_m],
448
+ [0]
449
+ ];
450
+ n0_registry.registerError(ActivityDoesNotExist$, ActivityDoesNotExist);
451
+ export var ActivityLimitExceeded$ = [-3, n0, _ALE,
452
+ { [_e]: _c },
453
+ [_m],
454
+ [0]
455
+ ];
456
+ n0_registry.registerError(ActivityLimitExceeded$, ActivityLimitExceeded);
457
+ export var ActivityWorkerLimitExceeded$ = [-3, n0, _AWLE,
458
+ { [_e]: _c },
459
+ [_m],
460
+ [0]
461
+ ];
462
+ n0_registry.registerError(ActivityWorkerLimitExceeded$, ActivityWorkerLimitExceeded);
463
+ export var ConflictException$ = [-3, n0, _CE,
464
+ { [_e]: _c, [_hE]: 409 },
465
+ [_m],
466
+ [0]
467
+ ];
468
+ n0_registry.registerError(ConflictException$, ConflictException);
469
+ export var ExecutionAlreadyExists$ = [-3, n0, _EAE,
470
+ { [_e]: _c },
471
+ [_m],
472
+ [0]
473
+ ];
474
+ n0_registry.registerError(ExecutionAlreadyExists$, ExecutionAlreadyExists);
475
+ export var ExecutionDoesNotExist$ = [-3, n0, _EDNE,
476
+ { [_e]: _c },
477
+ [_m],
478
+ [0]
479
+ ];
480
+ n0_registry.registerError(ExecutionDoesNotExist$, ExecutionDoesNotExist);
481
+ export var ExecutionLimitExceeded$ = [-3, n0, _ELE,
482
+ { [_e]: _c },
483
+ [_m],
484
+ [0]
485
+ ];
486
+ n0_registry.registerError(ExecutionLimitExceeded$, ExecutionLimitExceeded);
487
+ export var ExecutionNotRedrivable$ = [-3, n0, _ENR,
488
+ { [_e]: _c },
489
+ [_m],
490
+ [0]
491
+ ];
492
+ n0_registry.registerError(ExecutionNotRedrivable$, ExecutionNotRedrivable);
493
+ export var InvalidArn$ = [-3, n0, _IA,
494
+ { [_e]: _c },
495
+ [_m],
496
+ [0]
497
+ ];
498
+ n0_registry.registerError(InvalidArn$, InvalidArn);
499
+ export var InvalidDefinition$ = [-3, n0, _ID,
500
+ { [_e]: _c },
501
+ [_m],
502
+ [0]
503
+ ];
504
+ n0_registry.registerError(InvalidDefinition$, InvalidDefinition);
505
+ export var InvalidEncryptionConfiguration$ = [-3, n0, _IEC,
506
+ { [_e]: _c },
507
+ [_m],
508
+ [0]
509
+ ];
510
+ n0_registry.registerError(InvalidEncryptionConfiguration$, InvalidEncryptionConfiguration);
511
+ export var InvalidExecutionInput$ = [-3, n0, _IEI,
512
+ { [_e]: _c },
513
+ [_m],
514
+ [0]
515
+ ];
516
+ n0_registry.registerError(InvalidExecutionInput$, InvalidExecutionInput);
517
+ export var InvalidLoggingConfiguration$ = [-3, n0, _ILC,
518
+ { [_e]: _c },
519
+ [_m],
520
+ [0]
521
+ ];
522
+ n0_registry.registerError(InvalidLoggingConfiguration$, InvalidLoggingConfiguration);
523
+ export var InvalidName$ = [-3, n0, _IN,
524
+ { [_e]: _c },
525
+ [_m],
526
+ [0]
527
+ ];
528
+ n0_registry.registerError(InvalidName$, InvalidName);
529
+ export var InvalidOutput$ = [-3, n0, _IO,
530
+ { [_e]: _c },
531
+ [_m],
532
+ [0]
533
+ ];
534
+ n0_registry.registerError(InvalidOutput$, InvalidOutput);
535
+ export var InvalidToken$ = [-3, n0, _IT,
536
+ { [_e]: _c },
537
+ [_m],
538
+ [0]
539
+ ];
540
+ n0_registry.registerError(InvalidToken$, InvalidToken);
541
+ export var InvalidTracingConfiguration$ = [-3, n0, _ITC,
542
+ { [_e]: _c },
543
+ [_m],
544
+ [0]
545
+ ];
546
+ n0_registry.registerError(InvalidTracingConfiguration$, InvalidTracingConfiguration);
547
+ export var KmsAccessDeniedException$ = [-3, n0, _KADE,
548
+ { [_e]: _c },
549
+ [_m],
550
+ [0]
551
+ ];
552
+ n0_registry.registerError(KmsAccessDeniedException$, KmsAccessDeniedException);
553
+ export var KmsInvalidStateException$ = [-3, n0, _KISE,
554
+ { [_e]: _c },
555
+ [_kKS, _m],
556
+ [0, 0]
557
+ ];
558
+ n0_registry.registerError(KmsInvalidStateException$, KmsInvalidStateException);
559
+ export var KmsThrottlingException$ = [-3, n0, _KTE,
560
+ { [_e]: _c },
561
+ [_m],
562
+ [0]
563
+ ];
564
+ n0_registry.registerError(KmsThrottlingException$, KmsThrottlingException);
565
+ export var MissingRequiredParameter$ = [-3, n0, _MRP,
566
+ { [_e]: _c },
567
+ [_m],
568
+ [0]
569
+ ];
570
+ n0_registry.registerError(MissingRequiredParameter$, MissingRequiredParameter);
571
+ export var ResourceNotFound$ = [-3, n0, _RNF,
572
+ { [_e]: _c, [_hE]: 404 },
573
+ [_m, _rN],
574
+ [0, 0]
575
+ ];
576
+ n0_registry.registerError(ResourceNotFound$, ResourceNotFound);
577
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
578
+ { [_e]: _c, [_hE]: 402 },
579
+ [_m],
580
+ [0]
581
+ ];
582
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
583
+ export var StateMachineAlreadyExists$ = [-3, n0, _SMAE,
584
+ { [_e]: _c },
585
+ [_m],
586
+ [0]
587
+ ];
588
+ n0_registry.registerError(StateMachineAlreadyExists$, StateMachineAlreadyExists);
589
+ export var StateMachineDeleting$ = [-3, n0, _SMD,
590
+ { [_e]: _c },
591
+ [_m],
592
+ [0]
593
+ ];
594
+ n0_registry.registerError(StateMachineDeleting$, StateMachineDeleting);
595
+ export var StateMachineDoesNotExist$ = [-3, n0, _SMDNE,
596
+ { [_e]: _c },
597
+ [_m],
598
+ [0]
599
+ ];
600
+ n0_registry.registerError(StateMachineDoesNotExist$, StateMachineDoesNotExist);
601
+ export var StateMachineLimitExceeded$ = [-3, n0, _SMLE,
602
+ { [_e]: _c },
603
+ [_m],
604
+ [0]
605
+ ];
606
+ n0_registry.registerError(StateMachineLimitExceeded$, StateMachineLimitExceeded);
607
+ export var StateMachineTypeNotSupported$ = [-3, n0, _SMTNS,
608
+ { [_e]: _c },
609
+ [_m],
610
+ [0]
611
+ ];
612
+ n0_registry.registerError(StateMachineTypeNotSupported$, StateMachineTypeNotSupported);
613
+ export var TaskDoesNotExist$ = [-3, n0, _TDNE,
614
+ { [_e]: _c },
615
+ [_m],
616
+ [0]
617
+ ];
618
+ n0_registry.registerError(TaskDoesNotExist$, TaskDoesNotExist);
619
+ export var TaskTimedOut$ = [-3, n0, _TTO,
620
+ { [_e]: _c },
621
+ [_m],
622
+ [0]
623
+ ];
624
+ n0_registry.registerError(TaskTimedOut$, TaskTimedOut);
625
+ export var TooManyTags$ = [-3, n0, _TMT,
626
+ { [_e]: _c, [_hE]: 400 },
627
+ [_m, _rN],
628
+ [0, 0]
629
+ ];
630
+ n0_registry.registerError(TooManyTags$, TooManyTags);
631
+ export var ValidationException$ = [-3, n0, _VE,
632
+ { [_e]: _c, [_hE]: 400 },
633
+ [_m, _r],
634
+ [0, 0]
635
+ ];
636
+ n0_registry.registerError(ValidationException$, ValidationException);
637
+ export const errorTypeRegistries = [
638
+ _s_registry,
639
+ n0_registry,
640
+ ];
435
641
  var AliasDescription = [0, n0, _AD, 8, 0];
436
642
  var ConnectorParameters = [0, n0, _CP, 8, 0];
437
643
  var Definition = [0, n0, _D, 8, 0];
@@ -452,29 +658,11 @@ var ValidateStateMachineDefinitionMessage = [0, n0, _VSMDM, 8, 0];
452
658
  var VariableName = [0, n0, _VN, 8, 0];
453
659
  var VariableValue = [0, n0, _VV, 8, 0];
454
660
  var VersionDescription = [0, n0, _VD, 8, 0];
455
- export var ActivityAlreadyExists$ = [-3, n0, _AAE,
456
- { [_e]: _c },
457
- [_m],
458
- [0]
459
- ];
460
- TypeRegistry.for(n0).registerError(ActivityAlreadyExists$, ActivityAlreadyExists);
461
- export var ActivityDoesNotExist$ = [-3, n0, _ADNE,
462
- { [_e]: _c },
463
- [_m],
464
- [0]
465
- ];
466
- TypeRegistry.for(n0).registerError(ActivityDoesNotExist$, ActivityDoesNotExist);
467
661
  export var ActivityFailedEventDetails$ = [3, n0, _AFED,
468
662
  0,
469
663
  [_e, _ca],
470
664
  [[() => SensitiveError, 0], [() => SensitiveCause, 0]]
471
665
  ];
472
- export var ActivityLimitExceeded$ = [-3, n0, _ALE,
473
- { [_e]: _c },
474
- [_m],
475
- [0]
476
- ];
477
- TypeRegistry.for(n0).registerError(ActivityLimitExceeded$, ActivityLimitExceeded);
478
666
  export var ActivityListItem$ = [3, n0, _ALI,
479
667
  0,
480
668
  [_aA, _n, _cD],
@@ -482,7 +670,7 @@ export var ActivityListItem$ = [3, n0, _ALI,
482
670
  ];
483
671
  export var ActivityScheduledEventDetails$ = [3, n0, _ASED,
484
672
  0,
485
- [_r, _i, _iD, _tIS, _hIS],
673
+ [_re, _i, _iD, _tIS, _hIS],
486
674
  [0, [() => SensitiveData, 0], () => HistoryEventExecutionDataDetails$, 1, 1], 1
487
675
  ];
488
676
  export var ActivityScheduleFailedEventDetails$ = [3, n0, _ASFED,
@@ -505,12 +693,6 @@ export var ActivityTimedOutEventDetails$ = [3, n0, _ATOED,
505
693
  [_e, _ca],
506
694
  [[() => SensitiveError, 0], [() => SensitiveCause, 0]]
507
695
  ];
508
- export var ActivityWorkerLimitExceeded$ = [-3, n0, _AWLE,
509
- { [_e]: _c },
510
- [_m],
511
- [0]
512
- ];
513
- TypeRegistry.for(n0).registerError(ActivityWorkerLimitExceeded$, ActivityWorkerLimitExceeded);
514
696
  export var AssignedVariablesDetails$ = [3, n0, _AVD,
515
697
  0,
516
698
  [_t],
@@ -531,12 +713,6 @@ export var CloudWatchLogsLogGroup$ = [3, n0, _CWLLG,
531
713
  [_lGA],
532
714
  [0]
533
715
  ];
534
- export var ConflictException$ = [-3, n0, _CE,
535
- { [_e]: _c, [_hE]: 409 },
536
- [_m],
537
- [0]
538
- ];
539
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
540
716
  export var CreateActivityInput$ = [3, n0, _CAI,
541
717
  0,
542
718
  [_n, _ta, _eC],
@@ -624,7 +800,7 @@ export var DescribeExecutionInput$ = [3, n0, _DEI,
624
800
  ];
625
801
  export var DescribeExecutionOutput$ = [3, n0, _DEO,
626
802
  0,
627
- [_eA, _sMA, _s, _sD, _n, _sDt, _i, _iD, _o, _oD, _tH, _mRA, _e, _ca, _sMVA, _sMAA, _rCe, _rD, _rS, _rSR],
803
+ [_eA, _sMA, _st, _sD, _n, _sDt, _i, _iD, _o, _oD, _tH, _mRA, _e, _ca, _sMVA, _sMAA, _rCe, _rD, _rS, _rSR],
628
804
  [0, 0, 0, 4, 0, 4, [() => SensitiveData, 0], () => CloudWatchEventsExecutionDataDetails$, [() => SensitiveData, 0], () => CloudWatchEventsExecutionDataDetails$, 0, 0, [() => SensitiveError, 0], [() => SensitiveCause, 0], 0, 0, 1, 4, 0, [() => SensitiveData, 0]], 4
629
805
  ];
630
806
  export var DescribeMapRunInput$ = [3, n0, _DMRI,
@@ -634,7 +810,7 @@ export var DescribeMapRunInput$ = [3, n0, _DMRI,
634
810
  ];
635
811
  export var DescribeMapRunOutput$ = [3, n0, _DMRO,
636
812
  0,
637
- [_mRA, _eA, _s, _sD, _mC, _tFP, _tFC, _iC, _eCx, _sDt, _rCe, _rD],
813
+ [_mRA, _eA, _st, _sD, _mC, _tFP, _tFC, _iC, _eCx, _sDt, _rCe, _rD],
638
814
  [0, 0, 0, 4, 1, 1, 1, () => MapRunItemCounts$, () => MapRunExecutionCounts$, 4, 1, 4], 9
639
815
  ];
640
816
  export var DescribeStateMachineAliasInput$ = [3, n0, _DSMAIe,
@@ -664,7 +840,7 @@ export var DescribeStateMachineInput$ = [3, n0, _DSMIe,
664
840
  ];
665
841
  export var DescribeStateMachineOutput$ = [3, n0, _DSMOe,
666
842
  0,
667
- [_sMA, _n, _de, _rA, _ty, _cD, _s, _lC, _tC, _l, _rI, _d, _eC, _vR],
843
+ [_sMA, _n, _de, _rA, _ty, _cD, _st, _lC, _tC, _l, _rI, _d, _eC, _vR],
668
844
  [0, 0, [() => Definition, 0], 0, 0, 4, 0, () => LoggingConfiguration$, () => TracingConfiguration$, 0, 0, [() => VersionDescription, 0], () => EncryptionConfiguration$, [() => VariableReferences, 0]], 6
669
845
  ];
670
846
  export var EncryptionConfiguration$ = [3, n0, _EC,
@@ -674,7 +850,7 @@ export var EncryptionConfiguration$ = [3, n0, _EC,
674
850
  ];
675
851
  export var EvaluationFailedEventDetails$ = [3, n0, _EFED,
676
852
  0,
677
- [_st, _e, _ca, _lo],
853
+ [_sta, _e, _ca, _lo],
678
854
  [0, [() => SensitiveError, 0], [() => SensitiveCause, 0], [() => EvaluationFailureLocation, 0]], 1
679
855
  ];
680
856
  export var ExecutionAbortedEventDetails$ = [3, n0, _EAED,
@@ -682,40 +858,16 @@ export var ExecutionAbortedEventDetails$ = [3, n0, _EAED,
682
858
  [_e, _ca],
683
859
  [[() => SensitiveError, 0], [() => SensitiveCause, 0]]
684
860
  ];
685
- export var ExecutionAlreadyExists$ = [-3, n0, _EAE,
686
- { [_e]: _c },
687
- [_m],
688
- [0]
689
- ];
690
- TypeRegistry.for(n0).registerError(ExecutionAlreadyExists$, ExecutionAlreadyExists);
691
- export var ExecutionDoesNotExist$ = [-3, n0, _EDNE,
692
- { [_e]: _c },
693
- [_m],
694
- [0]
695
- ];
696
- TypeRegistry.for(n0).registerError(ExecutionDoesNotExist$, ExecutionDoesNotExist);
697
861
  export var ExecutionFailedEventDetails$ = [3, n0, _EFEDx,
698
862
  0,
699
863
  [_e, _ca],
700
864
  [[() => SensitiveError, 0], [() => SensitiveCause, 0]]
701
865
  ];
702
- export var ExecutionLimitExceeded$ = [-3, n0, _ELE,
703
- { [_e]: _c },
704
- [_m],
705
- [0]
706
- ];
707
- TypeRegistry.for(n0).registerError(ExecutionLimitExceeded$, ExecutionLimitExceeded);
708
866
  export var ExecutionListItem$ = [3, n0, _ELI,
709
867
  0,
710
- [_eA, _sMA, _n, _s, _sD, _sDt, _mRA, _iCt, _sMVA, _sMAA, _rCe, _rD],
868
+ [_eA, _sMA, _n, _st, _sD, _sDt, _mRA, _iCt, _sMVA, _sMAA, _rCe, _rD],
711
869
  [0, 0, 0, 0, 4, 4, 0, 1, 0, 0, 1, 4], 5
712
870
  ];
713
- export var ExecutionNotRedrivable$ = [-3, n0, _ENR,
714
- { [_e]: _c },
715
- [_m],
716
- [0]
717
- ];
718
- TypeRegistry.for(n0).registerError(ExecutionNotRedrivable$, ExecutionNotRedrivable);
719
871
  export var ExecutionRedrivenEventDetails$ = [3, n0, _ERED,
720
872
  0,
721
873
  [_rCe],
@@ -766,9 +918,9 @@ export var HistoryEventExecutionDataDetails$ = [3, n0, _HEEDD,
766
918
  [_t],
767
919
  [2]
768
920
  ];
769
- export var InspectionData$ = [3, n0, _ID,
921
+ export var InspectionData$ = [3, n0, _IDn,
770
922
  8,
771
- [_i, _aAf, _aIP, _aP, _re, _aRS, _aRP, _req, _res, _v, _eD, _aIPf, _aIS, _aIB, _aIPft, _tFC, _tFP, _mC],
923
+ [_i, _aAf, _aIP, _aP, _res, _aRS, _aRP, _req, _resp, _v, _eD, _aIPf, _aIS, _aIB, _aIPft, _tFC, _tFP, _mC],
772
924
  [[() => SensitiveData, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], () => InspectionDataRequest$, () => InspectionDataResponse$, [() => SensitiveData, 0], [() => InspectionErrorDetails$, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], [() => InspectionToleratedFailureCount, 0], [() => InspectionToleratedFailurePercentage, 0], [() => InspectionMaxConcurrency, 0]]
773
925
  ];
774
926
  export var InspectionDataRequest$ = [3, n0, _IDR,
@@ -786,78 +938,6 @@ export var InspectionErrorDetails$ = [3, n0, _IED,
786
938
  [_cI, _rIe, _rBIS],
787
939
  [[() => ExceptionHandlerIndex, 0], [() => ExceptionHandlerIndex, 0], [() => RetryBackoffIntervalSeconds, 0]]
788
940
  ];
789
- export var InvalidArn$ = [-3, n0, _IA,
790
- { [_e]: _c },
791
- [_m],
792
- [0]
793
- ];
794
- TypeRegistry.for(n0).registerError(InvalidArn$, InvalidArn);
795
- export var InvalidDefinition$ = [-3, n0, _IDn,
796
- { [_e]: _c },
797
- [_m],
798
- [0]
799
- ];
800
- TypeRegistry.for(n0).registerError(InvalidDefinition$, InvalidDefinition);
801
- export var InvalidEncryptionConfiguration$ = [-3, n0, _IEC,
802
- { [_e]: _c },
803
- [_m],
804
- [0]
805
- ];
806
- TypeRegistry.for(n0).registerError(InvalidEncryptionConfiguration$, InvalidEncryptionConfiguration);
807
- export var InvalidExecutionInput$ = [-3, n0, _IEI,
808
- { [_e]: _c },
809
- [_m],
810
- [0]
811
- ];
812
- TypeRegistry.for(n0).registerError(InvalidExecutionInput$, InvalidExecutionInput);
813
- export var InvalidLoggingConfiguration$ = [-3, n0, _ILC,
814
- { [_e]: _c },
815
- [_m],
816
- [0]
817
- ];
818
- TypeRegistry.for(n0).registerError(InvalidLoggingConfiguration$, InvalidLoggingConfiguration);
819
- export var InvalidName$ = [-3, n0, _IN,
820
- { [_e]: _c },
821
- [_m],
822
- [0]
823
- ];
824
- TypeRegistry.for(n0).registerError(InvalidName$, InvalidName);
825
- export var InvalidOutput$ = [-3, n0, _IO,
826
- { [_e]: _c },
827
- [_m],
828
- [0]
829
- ];
830
- TypeRegistry.for(n0).registerError(InvalidOutput$, InvalidOutput);
831
- export var InvalidToken$ = [-3, n0, _IT,
832
- { [_e]: _c },
833
- [_m],
834
- [0]
835
- ];
836
- TypeRegistry.for(n0).registerError(InvalidToken$, InvalidToken);
837
- export var InvalidTracingConfiguration$ = [-3, n0, _ITC,
838
- { [_e]: _c },
839
- [_m],
840
- [0]
841
- ];
842
- TypeRegistry.for(n0).registerError(InvalidTracingConfiguration$, InvalidTracingConfiguration);
843
- export var KmsAccessDeniedException$ = [-3, n0, _KADE,
844
- { [_e]: _c },
845
- [_m],
846
- [0]
847
- ];
848
- TypeRegistry.for(n0).registerError(KmsAccessDeniedException$, KmsAccessDeniedException);
849
- export var KmsInvalidStateException$ = [-3, n0, _KISE,
850
- { [_e]: _c },
851
- [_kKS, _m],
852
- [0, 0]
853
- ];
854
- TypeRegistry.for(n0).registerError(KmsInvalidStateException$, KmsInvalidStateException);
855
- export var KmsThrottlingException$ = [-3, n0, _KTE,
856
- { [_e]: _c },
857
- [_m],
858
- [0]
859
- ];
860
- TypeRegistry.for(n0).registerError(KmsThrottlingException$, KmsThrottlingException);
861
941
  export var LambdaFunctionFailedEventDetails$ = [3, n0, _LFFED,
862
942
  0,
863
943
  [_e, _ca],
@@ -865,7 +945,7 @@ export var LambdaFunctionFailedEventDetails$ = [3, n0, _LFFED,
865
945
  ];
866
946
  export var LambdaFunctionScheduledEventDetails$ = [3, n0, _LFSED,
867
947
  0,
868
- [_r, _i, _iD, _tIS, _tCa],
948
+ [_re, _i, _iD, _tIS, _tCa],
869
949
  [0, [() => SensitiveData, 0], () => HistoryEventExecutionDataDetails$, 1, () => TaskCredentials$], 1
870
950
  ];
871
951
  export var LambdaFunctionScheduleFailedEventDetails$ = [3, n0, _LFSFED,
@@ -1008,12 +1088,6 @@ export var MapStateStartedEventDetails$ = [3, n0, _MSSED,
1008
1088
  [_len],
1009
1089
  [1]
1010
1090
  ];
1011
- export var MissingRequiredParameter$ = [-3, n0, _MRP,
1012
- { [_e]: _c },
1013
- [_m],
1014
- [0]
1015
- ];
1016
- TypeRegistry.for(n0).registerError(MissingRequiredParameter$, MissingRequiredParameter);
1017
1091
  export var MockErrorOutput$ = [3, n0, _MEO,
1018
1092
  0,
1019
1093
  [_e, _ca],
@@ -1021,7 +1095,7 @@ export var MockErrorOutput$ = [3, n0, _MEO,
1021
1095
  ];
1022
1096
  export var MockInput$ = [3, n0, _MI,
1023
1097
  0,
1024
- [_re, _eO, _fVM],
1098
+ [_res, _eO, _fVM],
1025
1099
  [[() => SensitiveData, 0], [() => MockErrorOutput$, 0], 0]
1026
1100
  ];
1027
1101
  export var PublishStateMachineVersionInput$ = [3, n0, _PSMVI,
@@ -1044,12 +1118,6 @@ export var RedriveExecutionOutput$ = [3, n0, _REO,
1044
1118
  [_rD],
1045
1119
  [4], 1
1046
1120
  ];
1047
- export var ResourceNotFound$ = [-3, n0, _RNF,
1048
- { [_e]: _c, [_hE]: 404 },
1049
- [_m, _rN],
1050
- [0, 0]
1051
- ];
1052
- TypeRegistry.for(n0).registerError(ResourceNotFound$, ResourceNotFound);
1053
1121
  export var RoutingConfigurationListItem$ = [3, n0, _RCLI,
1054
1122
  0,
1055
1123
  [_sMVA, _w],
@@ -1085,12 +1153,6 @@ export var SendTaskSuccessOutput$ = [3, n0, _STSO,
1085
1153
  [],
1086
1154
  []
1087
1155
  ];
1088
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
1089
- { [_e]: _c, [_hE]: 402 },
1090
- [_m],
1091
- [0]
1092
- ];
1093
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1094
1156
  export var StartExecutionInput$ = [3, n0, _SEI,
1095
1157
  0,
1096
1158
  [_sMA, _n, _i, _tH],
@@ -1108,7 +1170,7 @@ export var StartSyncExecutionInput$ = [3, n0, _SSEI,
1108
1170
  ];
1109
1171
  export var StartSyncExecutionOutput$ = [3, n0, _SSEO,
1110
1172
  0,
1111
- [_eA, _sD, _sDt, _s, _sMA, _n, _e, _ca, _i, _iD, _o, _oD, _tH, _bD],
1173
+ [_eA, _sD, _sDt, _st, _sMA, _n, _e, _ca, _i, _iD, _o, _oD, _tH, _bD],
1112
1174
  [0, 4, 4, 0, 0, 0, [() => SensitiveError, 0], [() => SensitiveCause, 0], [() => SensitiveData, 0], () => CloudWatchEventsExecutionDataDetails$, [() => SensitiveData, 0], () => CloudWatchEventsExecutionDataDetails$, 0, () => BillingDetails$], 4
1113
1175
  ];
1114
1176
  export var StateEnteredEventDetails$ = [3, n0, _SEED,
@@ -1126,41 +1188,11 @@ export var StateMachineAliasListItem$ = [3, n0, _SMALI,
1126
1188
  [_sMAA, _cD],
1127
1189
  [0, 4], 2
1128
1190
  ];
1129
- export var StateMachineAlreadyExists$ = [-3, n0, _SMAE,
1130
- { [_e]: _c },
1131
- [_m],
1132
- [0]
1133
- ];
1134
- TypeRegistry.for(n0).registerError(StateMachineAlreadyExists$, StateMachineAlreadyExists);
1135
- export var StateMachineDeleting$ = [-3, n0, _SMD,
1136
- { [_e]: _c },
1137
- [_m],
1138
- [0]
1139
- ];
1140
- TypeRegistry.for(n0).registerError(StateMachineDeleting$, StateMachineDeleting);
1141
- export var StateMachineDoesNotExist$ = [-3, n0, _SMDNE,
1142
- { [_e]: _c },
1143
- [_m],
1144
- [0]
1145
- ];
1146
- TypeRegistry.for(n0).registerError(StateMachineDoesNotExist$, StateMachineDoesNotExist);
1147
- export var StateMachineLimitExceeded$ = [-3, n0, _SMLE,
1148
- { [_e]: _c },
1149
- [_m],
1150
- [0]
1151
- ];
1152
- TypeRegistry.for(n0).registerError(StateMachineLimitExceeded$, StateMachineLimitExceeded);
1153
1191
  export var StateMachineListItem$ = [3, n0, _SMLI,
1154
1192
  0,
1155
1193
  [_sMA, _n, _ty, _cD],
1156
1194
  [0, 0, 0, 4], 4
1157
1195
  ];
1158
- export var StateMachineTypeNotSupported$ = [-3, n0, _SMTNS,
1159
- { [_e]: _c },
1160
- [_m],
1161
- [0]
1162
- ];
1163
- TypeRegistry.for(n0).registerError(StateMachineTypeNotSupported$, StateMachineTypeNotSupported);
1164
1196
  export var StateMachineVersionListItem$ = [3, n0, _SMVLI,
1165
1197
  0,
1166
1198
  [_sMVA, _cD],
@@ -1196,56 +1228,44 @@ export var TaskCredentials$ = [3, n0, _TC,
1196
1228
  [_rA],
1197
1229
  [0]
1198
1230
  ];
1199
- export var TaskDoesNotExist$ = [-3, n0, _TDNE,
1200
- { [_e]: _c },
1201
- [_m],
1202
- [0]
1203
- ];
1204
- TypeRegistry.for(n0).registerError(TaskDoesNotExist$, TaskDoesNotExist);
1205
1231
  export var TaskFailedEventDetails$ = [3, n0, _TFED,
1206
1232
  0,
1207
- [_rT, _r, _e, _ca],
1233
+ [_rT, _re, _e, _ca],
1208
1234
  [0, 0, [() => SensitiveError, 0], [() => SensitiveCause, 0]], 2
1209
1235
  ];
1210
1236
  export var TaskScheduledEventDetails$ = [3, n0, _TSED,
1211
1237
  0,
1212
- [_rT, _r, _reg, _pa, _tIS, _hIS, _tCa],
1238
+ [_rT, _re, _reg, _pa, _tIS, _hIS, _tCa],
1213
1239
  [0, 0, 0, [() => ConnectorParameters, 0], 1, 1, () => TaskCredentials$], 4
1214
1240
  ];
1215
1241
  export var TaskStartedEventDetails$ = [3, n0, _TSEDa,
1216
1242
  0,
1217
- [_rT, _r],
1243
+ [_rT, _re],
1218
1244
  [0, 0], 2
1219
1245
  ];
1220
1246
  export var TaskStartFailedEventDetails$ = [3, n0, _TSFED,
1221
1247
  0,
1222
- [_rT, _r, _e, _ca],
1248
+ [_rT, _re, _e, _ca],
1223
1249
  [0, 0, [() => SensitiveError, 0], [() => SensitiveCause, 0]], 2
1224
1250
  ];
1225
1251
  export var TaskSubmitFailedEventDetails$ = [3, n0, _TSFEDa,
1226
1252
  0,
1227
- [_rT, _r, _e, _ca],
1253
+ [_rT, _re, _e, _ca],
1228
1254
  [0, 0, [() => SensitiveError, 0], [() => SensitiveCause, 0]], 2
1229
1255
  ];
1230
1256
  export var TaskSubmittedEventDetails$ = [3, n0, _TSEDas,
1231
1257
  0,
1232
- [_rT, _r, _o, _oD],
1258
+ [_rT, _re, _o, _oD],
1233
1259
  [0, 0, [() => SensitiveData, 0], () => HistoryEventExecutionDataDetails$], 2
1234
1260
  ];
1235
1261
  export var TaskSucceededEventDetails$ = [3, n0, _TSEDask,
1236
1262
  0,
1237
- [_rT, _r, _o, _oD],
1263
+ [_rT, _re, _o, _oD],
1238
1264
  [0, 0, [() => SensitiveData, 0], () => HistoryEventExecutionDataDetails$], 2
1239
1265
  ];
1240
- export var TaskTimedOut$ = [-3, n0, _TTO,
1241
- { [_e]: _c },
1242
- [_m],
1243
- [0]
1244
- ];
1245
- TypeRegistry.for(n0).registerError(TaskTimedOut$, TaskTimedOut);
1246
1266
  export var TaskTimedOutEventDetails$ = [3, n0, _TTOED,
1247
1267
  0,
1248
- [_rT, _r, _e, _ca],
1268
+ [_rT, _re, _e, _ca],
1249
1269
  [0, 0, [() => SensitiveError, 0], [() => SensitiveCause, 0]], 2
1250
1270
  ];
1251
1271
  export var TestStateConfiguration$ = [3, n0, _TSC,
@@ -1260,15 +1280,9 @@ export var TestStateInput$ = [3, n0, _TSI,
1260
1280
  ];
1261
1281
  export var TestStateOutput$ = [3, n0, _TSO,
1262
1282
  0,
1263
- [_o, _e, _ca, _iDns, _nS, _s],
1283
+ [_o, _e, _ca, _iDns, _nS, _st],
1264
1284
  [[() => SensitiveData, 0], [() => SensitiveError, 0], [() => SensitiveCause, 0], [() => InspectionData$, 0], 0, 0]
1265
1285
  ];
1266
- export var TooManyTags$ = [-3, n0, _TMT,
1267
- { [_e]: _c, [_hE]: 400 },
1268
- [_m, _rN],
1269
- [0, 0]
1270
- ];
1271
- TypeRegistry.for(n0).registerError(TooManyTags$, TooManyTags);
1272
1286
  export var TracingConfiguration$ = [3, n0, _TCr,
1273
1287
  0,
1274
1288
  [_en],
@@ -1326,17 +1340,9 @@ export var ValidateStateMachineDefinitionInput$ = [3, n0, _VSMDI,
1326
1340
  ];
1327
1341
  export var ValidateStateMachineDefinitionOutput$ = [3, n0, _VSMDO,
1328
1342
  0,
1329
- [_re, _di, _t],
1343
+ [_res, _di, _t],
1330
1344
  [0, [() => ValidateStateMachineDefinitionDiagnosticList, 0], 2], 2
1331
1345
  ];
1332
- export var ValidationException$ = [-3, n0, _VE,
1333
- { [_e]: _c, [_hE]: 400 },
1334
- [_m, _rea],
1335
- [0, 0]
1336
- ];
1337
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1338
- export var SFNServiceException$ = [-3, _sm, "SFNServiceException", 0, [], []];
1339
- TypeRegistry.for(_sm).registerError(SFNServiceException$, SFNServiceException);
1340
1346
  var ActivityList = [1, n0, _AL,
1341
1347
  0, () => ActivityListItem$
1342
1348
  ];