@aws-sdk/client-sfn 3.943.0 → 3.946.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 (69) hide show
  1. package/dist-cjs/index.js +35 -341
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/SFNClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +35 -341
  8. package/dist-types/SFN.d.ts +1 -1
  9. package/dist-types/SFNClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CreateActivityCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateStateMachineAliasCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateStateMachineCommand.d.ts +3 -3
  15. package/dist-types/commands/DeleteActivityCommand.d.ts +3 -3
  16. package/dist-types/commands/DeleteStateMachineAliasCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteStateMachineCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteStateMachineVersionCommand.d.ts +3 -3
  19. package/dist-types/commands/DescribeActivityCommand.d.ts +3 -3
  20. package/dist-types/commands/DescribeExecutionCommand.d.ts +3 -3
  21. package/dist-types/commands/DescribeMapRunCommand.d.ts +3 -3
  22. package/dist-types/commands/DescribeStateMachineAliasCommand.d.ts +3 -3
  23. package/dist-types/commands/DescribeStateMachineCommand.d.ts +3 -3
  24. package/dist-types/commands/DescribeStateMachineForExecutionCommand.d.ts +3 -3
  25. package/dist-types/commands/GetActivityTaskCommand.d.ts +3 -3
  26. package/dist-types/commands/GetExecutionHistoryCommand.d.ts +3 -3
  27. package/dist-types/commands/ListActivitiesCommand.d.ts +3 -3
  28. package/dist-types/commands/ListExecutionsCommand.d.ts +3 -3
  29. package/dist-types/commands/ListMapRunsCommand.d.ts +3 -3
  30. package/dist-types/commands/ListStateMachineAliasesCommand.d.ts +3 -3
  31. package/dist-types/commands/ListStateMachineVersionsCommand.d.ts +3 -3
  32. package/dist-types/commands/ListStateMachinesCommand.d.ts +3 -3
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  34. package/dist-types/commands/PublishStateMachineVersionCommand.d.ts +3 -3
  35. package/dist-types/commands/RedriveExecutionCommand.d.ts +3 -3
  36. package/dist-types/commands/SendTaskFailureCommand.d.ts +3 -3
  37. package/dist-types/commands/SendTaskHeartbeatCommand.d.ts +3 -3
  38. package/dist-types/commands/SendTaskSuccessCommand.d.ts +3 -3
  39. package/dist-types/commands/StartExecutionCommand.d.ts +3 -3
  40. package/dist-types/commands/StartSyncExecutionCommand.d.ts +3 -3
  41. package/dist-types/commands/StopExecutionCommand.d.ts +3 -3
  42. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  43. package/dist-types/commands/TestStateCommand.d.ts +3 -3
  44. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  45. package/dist-types/commands/UpdateMapRunCommand.d.ts +3 -3
  46. package/dist-types/commands/UpdateStateMachineAliasCommand.d.ts +3 -3
  47. package/dist-types/commands/UpdateStateMachineCommand.d.ts +3 -3
  48. package/dist-types/commands/ValidateStateMachineDefinitionCommand.d.ts +3 -3
  49. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  50. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  51. package/dist-types/extensionConfiguration.d.ts +4 -4
  52. package/dist-types/models/SFNServiceException.d.ts +1 -1
  53. package/dist-types/models/errors.d.ts +1 -1
  54. package/dist-types/pagination/GetExecutionHistoryPaginator.d.ts +1 -1
  55. package/dist-types/pagination/Interfaces.d.ts +1 -1
  56. package/dist-types/pagination/ListActivitiesPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListExecutionsPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListMapRunsPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListStateMachinesPaginator.d.ts +1 -1
  60. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  61. package/dist-types/runtimeConfig.d.ts +1 -1
  62. package/dist-types/runtimeConfig.native.d.ts +1 -1
  63. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  64. package/dist-types/runtimeExtensions.d.ts +1 -1
  65. package/dist-types/schemas/schemas_0.d.ts +1 -1
  66. package/dist-types/ts3.4/SFNClient.d.ts +3 -3
  67. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  68. package/dist-types/ts3.4/models/SFNServiceException.d.ts +1 -1
  69. package/package.json +13 -12
@@ -452,27 +452,9 @@ export var ValidateStateMachineDefinitionMessage = [0, n0, _VSMDM, 8, 0];
452
452
  export var VariableName = [0, n0, _VN, 8, 0];
453
453
  export var VariableValue = [0, n0, _VV, 8, 0];
454
454
  export var VersionDescription = [0, n0, _VD, 8, 0];
455
- export var ActivityAlreadyExists = [
456
- -3,
457
- n0,
458
- _AAE,
459
- {
460
- [_e]: _c,
461
- },
462
- [_m],
463
- [0],
464
- ];
455
+ export var ActivityAlreadyExists = [-3, n0, _AAE, { [_e]: _c }, [_m], [0]];
465
456
  TypeRegistry.for(n0).registerError(ActivityAlreadyExists, __ActivityAlreadyExists);
466
- export var ActivityDoesNotExist = [
467
- -3,
468
- n0,
469
- _ADNE,
470
- {
471
- [_e]: _c,
472
- },
473
- [_m],
474
- [0],
475
- ];
457
+ export var ActivityDoesNotExist = [-3, n0, _ADNE, { [_e]: _c }, [_m], [0]];
476
458
  TypeRegistry.for(n0).registerError(ActivityDoesNotExist, __ActivityDoesNotExist);
477
459
  export var ActivityFailedEventDetails = [
478
460
  3,
@@ -485,16 +467,7 @@ export var ActivityFailedEventDetails = [
485
467
  [() => SensitiveCause, 0],
486
468
  ],
487
469
  ];
488
- export var ActivityLimitExceeded = [
489
- -3,
490
- n0,
491
- _ALE,
492
- {
493
- [_e]: _c,
494
- },
495
- [_m],
496
- [0],
497
- ];
470
+ export var ActivityLimitExceeded = [-3, n0, _ALE, { [_e]: _c }, [_m], [0]];
498
471
  TypeRegistry.for(n0).registerError(ActivityLimitExceeded, __ActivityLimitExceeded);
499
472
  export var ActivityListItem = [3, n0, _ALI, 0, [_aA, _n, _cD], [0, 0, 4]];
500
473
  export var ActivityScheduledEventDetails = [
@@ -536,32 +509,13 @@ export var ActivityTimedOutEventDetails = [
536
509
  [() => SensitiveCause, 0],
537
510
  ],
538
511
  ];
539
- export var ActivityWorkerLimitExceeded = [
540
- -3,
541
- n0,
542
- _AWLE,
543
- {
544
- [_e]: _c,
545
- },
546
- [_m],
547
- [0],
548
- ];
512
+ export var ActivityWorkerLimitExceeded = [-3, n0, _AWLE, { [_e]: _c }, [_m], [0]];
549
513
  TypeRegistry.for(n0).registerError(ActivityWorkerLimitExceeded, __ActivityWorkerLimitExceeded);
550
514
  export var AssignedVariablesDetails = [3, n0, _AVD, 0, [_t], [2]];
551
515
  export var BillingDetails = [3, n0, _BD, 0, [_bMUIMB, _bDIM], [1, 1]];
552
516
  export var CloudWatchEventsExecutionDataDetails = [3, n0, _CWEEDD, 0, [_in], [2]];
553
517
  export var CloudWatchLogsLogGroup = [3, n0, _CWLLG, 0, [_lGA], [0]];
554
- export var ConflictException = [
555
- -3,
556
- n0,
557
- _CE,
558
- {
559
- [_e]: _c,
560
- [_hE]: 409,
561
- },
562
- [_m],
563
- [0],
564
- ];
518
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
565
519
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
566
520
  export var CreateActivityInput = [
567
521
  3,
@@ -732,27 +686,9 @@ export var ExecutionAbortedEventDetails = [
732
686
  [() => SensitiveCause, 0],
733
687
  ],
734
688
  ];
735
- export var ExecutionAlreadyExists = [
736
- -3,
737
- n0,
738
- _EAE,
739
- {
740
- [_e]: _c,
741
- },
742
- [_m],
743
- [0],
744
- ];
689
+ export var ExecutionAlreadyExists = [-3, n0, _EAE, { [_e]: _c }, [_m], [0]];
745
690
  TypeRegistry.for(n0).registerError(ExecutionAlreadyExists, __ExecutionAlreadyExists);
746
- export var ExecutionDoesNotExist = [
747
- -3,
748
- n0,
749
- _EDNE,
750
- {
751
- [_e]: _c,
752
- },
753
- [_m],
754
- [0],
755
- ];
691
+ export var ExecutionDoesNotExist = [-3, n0, _EDNE, { [_e]: _c }, [_m], [0]];
756
692
  TypeRegistry.for(n0).registerError(ExecutionDoesNotExist, __ExecutionDoesNotExist);
757
693
  export var ExecutionFailedEventDetails = [
758
694
  3,
@@ -765,16 +701,7 @@ export var ExecutionFailedEventDetails = [
765
701
  [() => SensitiveCause, 0],
766
702
  ],
767
703
  ];
768
- export var ExecutionLimitExceeded = [
769
- -3,
770
- n0,
771
- _ELE,
772
- {
773
- [_e]: _c,
774
- },
775
- [_m],
776
- [0],
777
- ];
704
+ export var ExecutionLimitExceeded = [-3, n0, _ELE, { [_e]: _c }, [_m], [0]];
778
705
  TypeRegistry.for(n0).registerError(ExecutionLimitExceeded, __ExecutionLimitExceeded);
779
706
  export var ExecutionListItem = [
780
707
  3,
@@ -784,16 +711,7 @@ export var ExecutionListItem = [
784
711
  [_eA, _sMA, _n, _s, _sD, _sDt, _mRA, _iCt, _sMVA, _sMAA, _rCe, _rD],
785
712
  [0, 0, 0, 0, 4, 4, 0, 1, 0, 0, 1, 4],
786
713
  ];
787
- export var ExecutionNotRedrivable = [
788
- -3,
789
- n0,
790
- _ENR,
791
- {
792
- [_e]: _c,
793
- },
794
- [_m],
795
- [0],
796
- ];
714
+ export var ExecutionNotRedrivable = [-3, n0, _ENR, { [_e]: _c }, [_m], [0]];
797
715
  TypeRegistry.for(n0).registerError(ExecutionNotRedrivable, __ExecutionNotRedrivable);
798
716
  export var ExecutionRedrivenEventDetails = [3, n0, _ERED, 0, [_rCe], [1]];
799
717
  export var ExecutionStartedEventDetails = [
@@ -982,137 +900,29 @@ export var InspectionErrorDetails = [
982
900
  [() => RetryBackoffIntervalSeconds, 0],
983
901
  ],
984
902
  ];
985
- export var InvalidArn = [
986
- -3,
987
- n0,
988
- _IA,
989
- {
990
- [_e]: _c,
991
- },
992
- [_m],
993
- [0],
994
- ];
903
+ export var InvalidArn = [-3, n0, _IA, { [_e]: _c }, [_m], [0]];
995
904
  TypeRegistry.for(n0).registerError(InvalidArn, __InvalidArn);
996
- export var InvalidDefinition = [
997
- -3,
998
- n0,
999
- _IDn,
1000
- {
1001
- [_e]: _c,
1002
- },
1003
- [_m],
1004
- [0],
1005
- ];
905
+ export var InvalidDefinition = [-3, n0, _IDn, { [_e]: _c }, [_m], [0]];
1006
906
  TypeRegistry.for(n0).registerError(InvalidDefinition, __InvalidDefinition);
1007
- export var InvalidEncryptionConfiguration = [
1008
- -3,
1009
- n0,
1010
- _IEC,
1011
- {
1012
- [_e]: _c,
1013
- },
1014
- [_m],
1015
- [0],
1016
- ];
907
+ export var InvalidEncryptionConfiguration = [-3, n0, _IEC, { [_e]: _c }, [_m], [0]];
1017
908
  TypeRegistry.for(n0).registerError(InvalidEncryptionConfiguration, __InvalidEncryptionConfiguration);
1018
- export var InvalidExecutionInput = [
1019
- -3,
1020
- n0,
1021
- _IEI,
1022
- {
1023
- [_e]: _c,
1024
- },
1025
- [_m],
1026
- [0],
1027
- ];
909
+ export var InvalidExecutionInput = [-3, n0, _IEI, { [_e]: _c }, [_m], [0]];
1028
910
  TypeRegistry.for(n0).registerError(InvalidExecutionInput, __InvalidExecutionInput);
1029
- export var InvalidLoggingConfiguration = [
1030
- -3,
1031
- n0,
1032
- _ILC,
1033
- {
1034
- [_e]: _c,
1035
- },
1036
- [_m],
1037
- [0],
1038
- ];
911
+ export var InvalidLoggingConfiguration = [-3, n0, _ILC, { [_e]: _c }, [_m], [0]];
1039
912
  TypeRegistry.for(n0).registerError(InvalidLoggingConfiguration, __InvalidLoggingConfiguration);
1040
- export var InvalidName = [
1041
- -3,
1042
- n0,
1043
- _IN,
1044
- {
1045
- [_e]: _c,
1046
- },
1047
- [_m],
1048
- [0],
1049
- ];
913
+ export var InvalidName = [-3, n0, _IN, { [_e]: _c }, [_m], [0]];
1050
914
  TypeRegistry.for(n0).registerError(InvalidName, __InvalidName);
1051
- export var InvalidOutput = [
1052
- -3,
1053
- n0,
1054
- _IO,
1055
- {
1056
- [_e]: _c,
1057
- },
1058
- [_m],
1059
- [0],
1060
- ];
915
+ export var InvalidOutput = [-3, n0, _IO, { [_e]: _c }, [_m], [0]];
1061
916
  TypeRegistry.for(n0).registerError(InvalidOutput, __InvalidOutput);
1062
- export var InvalidToken = [
1063
- -3,
1064
- n0,
1065
- _IT,
1066
- {
1067
- [_e]: _c,
1068
- },
1069
- [_m],
1070
- [0],
1071
- ];
917
+ export var InvalidToken = [-3, n0, _IT, { [_e]: _c }, [_m], [0]];
1072
918
  TypeRegistry.for(n0).registerError(InvalidToken, __InvalidToken);
1073
- export var InvalidTracingConfiguration = [
1074
- -3,
1075
- n0,
1076
- _ITC,
1077
- {
1078
- [_e]: _c,
1079
- },
1080
- [_m],
1081
- [0],
1082
- ];
919
+ export var InvalidTracingConfiguration = [-3, n0, _ITC, { [_e]: _c }, [_m], [0]];
1083
920
  TypeRegistry.for(n0).registerError(InvalidTracingConfiguration, __InvalidTracingConfiguration);
1084
- export var KmsAccessDeniedException = [
1085
- -3,
1086
- n0,
1087
- _KADE,
1088
- {
1089
- [_e]: _c,
1090
- },
1091
- [_m],
1092
- [0],
1093
- ];
921
+ export var KmsAccessDeniedException = [-3, n0, _KADE, { [_e]: _c }, [_m], [0]];
1094
922
  TypeRegistry.for(n0).registerError(KmsAccessDeniedException, __KmsAccessDeniedException);
1095
- export var KmsInvalidStateException = [
1096
- -3,
1097
- n0,
1098
- _KISE,
1099
- {
1100
- [_e]: _c,
1101
- },
1102
- [_kKS, _m],
1103
- [0, 0],
1104
- ];
923
+ export var KmsInvalidStateException = [-3, n0, _KISE, { [_e]: _c }, [_kKS, _m], [0, 0]];
1105
924
  TypeRegistry.for(n0).registerError(KmsInvalidStateException, __KmsInvalidStateException);
1106
- export var KmsThrottlingException = [
1107
- -3,
1108
- n0,
1109
- _KTE,
1110
- {
1111
- [_e]: _c,
1112
- },
1113
- [_m],
1114
- [0],
1115
- ];
925
+ export var KmsThrottlingException = [-3, n0, _KTE, { [_e]: _c }, [_m], [0]];
1116
926
  TypeRegistry.for(n0).registerError(KmsThrottlingException, __KmsThrottlingException);
1117
927
  export var LambdaFunctionFailedEventDetails = [
1118
928
  3,
@@ -1250,16 +1060,7 @@ export var MapRunListItem = [3, n0, _MRLI, 0, [_eA, _mRA, _sMA, _sD, _sDt], [0,
1250
1060
  export var MapRunRedrivenEventDetails = [3, n0, _MRRED, 0, [_mRA, _rCe], [0, 1]];
1251
1061
  export var MapRunStartedEventDetails = [3, n0, _MRSED, 0, [_mRA], [0]];
1252
1062
  export var MapStateStartedEventDetails = [3, n0, _MSSED, 0, [_len], [1]];
1253
- export var MissingRequiredParameter = [
1254
- -3,
1255
- n0,
1256
- _MRP,
1257
- {
1258
- [_e]: _c,
1259
- },
1260
- [_m],
1261
- [0],
1262
- ];
1063
+ export var MissingRequiredParameter = [-3, n0, _MRP, { [_e]: _c }, [_m], [0]];
1263
1064
  TypeRegistry.for(n0).registerError(MissingRequiredParameter, __MissingRequiredParameter);
1264
1065
  export var MockErrorOutput = [
1265
1066
  3,
@@ -1291,17 +1092,7 @@ export var PublishStateMachineVersionInput = [
1291
1092
  export var PublishStateMachineVersionOutput = [3, n0, _PSMVO, 0, [_cD, _sMVA], [4, 0]];
1292
1093
  export var RedriveExecutionInput = [3, n0, _REI, 0, [_eA, _cT], [0, [0, 4]]];
1293
1094
  export var RedriveExecutionOutput = [3, n0, _REO, 0, [_rD], [4]];
1294
- export var ResourceNotFound = [
1295
- -3,
1296
- n0,
1297
- _RNF,
1298
- {
1299
- [_e]: _c,
1300
- [_hE]: 404,
1301
- },
1302
- [_m, _rN],
1303
- [0, 0],
1304
- ];
1095
+ export var ResourceNotFound = [-3, n0, _RNF, { [_e]: _c, [_hE]: 404 }, [_m, _rN], [0, 0]];
1305
1096
  TypeRegistry.for(n0).registerError(ResourceNotFound, __ResourceNotFound);
1306
1097
  export var RoutingConfigurationListItem = [3, n0, _RCLI, 0, [_sMVA, _w], [0, 1]];
1307
1098
  export var SendTaskFailureInput = [
@@ -1317,17 +1108,7 @@ export var SendTaskHeartbeatInput = [3, n0, _STHI, 0, [_tT], [0]];
1317
1108
  export var SendTaskHeartbeatOutput = [3, n0, _STHO, 0, [], []];
1318
1109
  export var SendTaskSuccessInput = [3, n0, _STSI, 0, [_tT, _o], [0, [() => SensitiveData, 0]]];
1319
1110
  export var SendTaskSuccessOutput = [3, n0, _STSO, 0, [], []];
1320
- export var ServiceQuotaExceededException = [
1321
- -3,
1322
- n0,
1323
- _SQEE,
1324
- {
1325
- [_e]: _c,
1326
- [_hE]: 402,
1327
- },
1328
- [_m],
1329
- [0],
1330
- ];
1111
+ export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
1331
1112
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
1332
1113
  export var StartExecutionInput = [
1333
1114
  3,
@@ -1392,61 +1173,16 @@ export var StateExitedEventDetails = [
1392
1173
  ],
1393
1174
  ];
1394
1175
  export var StateMachineAliasListItem = [3, n0, _SMALI, 0, [_sMAA, _cD], [0, 4]];
1395
- export var StateMachineAlreadyExists = [
1396
- -3,
1397
- n0,
1398
- _SMAE,
1399
- {
1400
- [_e]: _c,
1401
- },
1402
- [_m],
1403
- [0],
1404
- ];
1176
+ export var StateMachineAlreadyExists = [-3, n0, _SMAE, { [_e]: _c }, [_m], [0]];
1405
1177
  TypeRegistry.for(n0).registerError(StateMachineAlreadyExists, __StateMachineAlreadyExists);
1406
- export var StateMachineDeleting = [
1407
- -3,
1408
- n0,
1409
- _SMD,
1410
- {
1411
- [_e]: _c,
1412
- },
1413
- [_m],
1414
- [0],
1415
- ];
1178
+ export var StateMachineDeleting = [-3, n0, _SMD, { [_e]: _c }, [_m], [0]];
1416
1179
  TypeRegistry.for(n0).registerError(StateMachineDeleting, __StateMachineDeleting);
1417
- export var StateMachineDoesNotExist = [
1418
- -3,
1419
- n0,
1420
- _SMDNE,
1421
- {
1422
- [_e]: _c,
1423
- },
1424
- [_m],
1425
- [0],
1426
- ];
1180
+ export var StateMachineDoesNotExist = [-3, n0, _SMDNE, { [_e]: _c }, [_m], [0]];
1427
1181
  TypeRegistry.for(n0).registerError(StateMachineDoesNotExist, __StateMachineDoesNotExist);
1428
- export var StateMachineLimitExceeded = [
1429
- -3,
1430
- n0,
1431
- _SMLE,
1432
- {
1433
- [_e]: _c,
1434
- },
1435
- [_m],
1436
- [0],
1437
- ];
1182
+ export var StateMachineLimitExceeded = [-3, n0, _SMLE, { [_e]: _c }, [_m], [0]];
1438
1183
  TypeRegistry.for(n0).registerError(StateMachineLimitExceeded, __StateMachineLimitExceeded);
1439
1184
  export var StateMachineListItem = [3, n0, _SMLI, 0, [_sMA, _n, _ty, _cD], [0, 0, 0, 4]];
1440
- export var StateMachineTypeNotSupported = [
1441
- -3,
1442
- n0,
1443
- _SMTNS,
1444
- {
1445
- [_e]: _c,
1446
- },
1447
- [_m],
1448
- [0],
1449
- ];
1185
+ export var StateMachineTypeNotSupported = [-3, n0, _SMTNS, { [_e]: _c }, [_m], [0]];
1450
1186
  TypeRegistry.for(n0).registerError(StateMachineTypeNotSupported, __StateMachineTypeNotSupported);
1451
1187
  export var StateMachineVersionListItem = [3, n0, _SMVLI, 0, [_sMVA, _cD], [0, 4]];
1452
1188
  export var StopExecutionInput = [
@@ -1462,16 +1198,7 @@ export var Tag = [3, n0, _T, 0, [_k, _va], [0, 0]];
1462
1198
  export var TagResourceInput = [3, n0, _TRI, 0, [_rAe, _ta], [0, () => TagList]];
1463
1199
  export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
1464
1200
  export var TaskCredentials = [3, n0, _TC, 0, [_rA], [0]];
1465
- export var TaskDoesNotExist = [
1466
- -3,
1467
- n0,
1468
- _TDNE,
1469
- {
1470
- [_e]: _c,
1471
- },
1472
- [_m],
1473
- [0],
1474
- ];
1201
+ export var TaskDoesNotExist = [-3, n0, _TDNE, { [_e]: _c }, [_m], [0]];
1475
1202
  TypeRegistry.for(n0).registerError(TaskDoesNotExist, __TaskDoesNotExist);
1476
1203
  export var TaskFailedEventDetails = [
1477
1204
  3,
@@ -1522,16 +1249,7 @@ export var TaskSucceededEventDetails = [
1522
1249
  [_rT, _r, _o, _oD],
1523
1250
  [0, 0, [() => SensitiveData, 0], () => HistoryEventExecutionDataDetails],
1524
1251
  ];
1525
- export var TaskTimedOut = [
1526
- -3,
1527
- n0,
1528
- _TTO,
1529
- {
1530
- [_e]: _c,
1531
- },
1532
- [_m],
1533
- [0],
1534
- ];
1252
+ export var TaskTimedOut = [-3, n0, _TTO, { [_e]: _c }, [_m], [0]];
1535
1253
  TypeRegistry.for(n0).registerError(TaskTimedOut, __TaskTimedOut);
1536
1254
  export var TaskTimedOutEventDetails = [
1537
1255
  3,
@@ -1576,17 +1294,7 @@ export var TestStateOutput = [
1576
1294
  [_o, _e, _ca, _iDns, _nS, _s],
1577
1295
  [[() => SensitiveData, 0], [() => SensitiveError, 0], [() => SensitiveCause, 0], [() => InspectionData, 0], 0, 0],
1578
1296
  ];
1579
- export var TooManyTags = [
1580
- -3,
1581
- n0,
1582
- _TMT,
1583
- {
1584
- [_e]: _c,
1585
- [_hE]: 400,
1586
- },
1587
- [_m, _rN],
1588
- [0, 0],
1589
- ];
1297
+ export var TooManyTags = [-3, n0, _TMT, { [_e]: _c, [_hE]: 400 }, [_m, _rN], [0, 0]];
1590
1298
  TypeRegistry.for(n0).registerError(TooManyTags, __TooManyTags);
1591
1299
  export var TracingConfiguration = [3, n0, _TCr, 0, [_en], [2]];
1592
1300
  export var UntagResourceInput = [3, n0, _URI, 0, [_rAe, _tK], [0, 64 | 0]];
@@ -1649,17 +1357,7 @@ export var ValidateStateMachineDefinitionOutput = [
1649
1357
  [_re, _di, _t],
1650
1358
  [0, [() => ValidateStateMachineDefinitionDiagnosticList, 0], 2],
1651
1359
  ];
1652
- export var ValidationException = [
1653
- -3,
1654
- n0,
1655
- _VE,
1656
- {
1657
- [_e]: _c,
1658
- [_hE]: 400,
1659
- },
1660
- [_m, _rea],
1661
- [0, 0],
1662
- ];
1360
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m, _rea], [0, 0]];
1663
1361
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1664
1362
  export var __Unit = "unit";
1665
1363
  export var SFNServiceException = [-3, _sm, "SFNServiceException", 0, [], []];
@@ -1906,9 +1604,7 @@ export var StartSyncExecution = [
1906
1604
  9,
1907
1605
  n0,
1908
1606
  _SSE,
1909
- {
1910
- [_end]: ["sync-"],
1911
- },
1607
+ { [_end]: ["sync-"] },
1912
1608
  () => StartSyncExecutionInput,
1913
1609
  () => StartSyncExecutionOutput,
1914
1610
  ];
@@ -1925,9 +1621,7 @@ export var TestState = [
1925
1621
  9,
1926
1622
  n0,
1927
1623
  _TS,
1928
- {
1929
- [_end]: ["sync-"],
1930
- },
1624
+ { [_end]: ["sync-"] },
1931
1625
  () => TestStateInput,
1932
1626
  () => TestStateOutput,
1933
1627
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CreateActivityCommandInput, CreateActivityCommandOutput } from "./commands/CreateActivityCommand";
3
3
  import { CreateStateMachineAliasCommandInput, CreateStateMachineAliasCommandOutput } from "./commands/CreateStateMachineAliasCommand";
4
4
  import { CreateStateMachineCommandInput, CreateStateMachineCommandOutput } from "./commands/CreateStateMachineCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateActivityCommandInput, CreateActivityCommandOutput } from "./commands/CreateActivityCommand";
11
11
  import { CreateStateMachineAliasCommandInput, CreateStateMachineAliasCommandOutput } from "./commands/CreateStateMachineAliasCommand";
12
12
  import { CreateStateMachineCommandInput, CreateStateMachineCommandOutput } from "./commands/CreateStateMachineCommand";
@@ -45,7 +45,7 @@ import { UpdateStateMachineAliasCommandInput, UpdateStateMachineAliasCommandOutp
45
45
  import { UpdateStateMachineCommandInput, UpdateStateMachineCommandOutput } from "./commands/UpdateStateMachineCommand";
46
46
  import { ValidateStateMachineDefinitionCommandInput, ValidateStateMachineDefinitionCommandOutput } from "./commands/ValidateStateMachineDefinitionCommand";
47
47
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
48
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
48
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
49
49
  export { __Client };
50
50
  /**
51
51
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { SFNHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { SFNHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { SFNClientResolvedConfig } from "../SFNClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type SFNClientResolvedConfig } from "../SFNClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateActivityInput, CreateActivityOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateActivityInput, CreateActivityOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateStateMachineAliasInput, CreateStateMachineAliasOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateStateMachineAliasInput, CreateStateMachineAliasOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateStateMachineInput, CreateStateMachineOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateStateMachineInput, CreateStateMachineOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteActivityInput, DeleteActivityOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteActivityInput, DeleteActivityOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteStateMachineAliasInput, DeleteStateMachineAliasOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteStateMachineAliasInput, DeleteStateMachineAliasOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteStateMachineInput, DeleteStateMachineOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteStateMachineInput, DeleteStateMachineOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteStateMachineVersionInput, DeleteStateMachineVersionOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteStateMachineVersionInput, DeleteStateMachineVersionOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeActivityInput, DescribeActivityOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DescribeActivityInput, DescribeActivityOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeExecutionInput, DescribeExecutionOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DescribeExecutionInput, DescribeExecutionOutput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
5
  /**
6
6
  * @public
7
7
  */