@aws-sdk/client-swf 3.940.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 (73) hide show
  1. package/dist-cjs/index.js +11 -111
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/SWFClient.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 +11 -111
  8. package/dist-types/SWF.d.ts +1 -1
  9. package/dist-types/SWFClient.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/CountClosedWorkflowExecutionsCommand.d.ts +3 -3
  13. package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +3 -3
  14. package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +3 -3
  15. package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +3 -3
  16. package/dist-types/commands/DeleteActivityTypeCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteWorkflowTypeCommand.d.ts +3 -3
  18. package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +3 -3
  19. package/dist-types/commands/DeprecateDomainCommand.d.ts +3 -3
  20. package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +3 -3
  21. package/dist-types/commands/DescribeActivityTypeCommand.d.ts +3 -3
  22. package/dist-types/commands/DescribeDomainCommand.d.ts +3 -3
  23. package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +3 -3
  24. package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +3 -3
  25. package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +3 -3
  26. package/dist-types/commands/ListActivityTypesCommand.d.ts +3 -3
  27. package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +3 -3
  28. package/dist-types/commands/ListDomainsCommand.d.ts +3 -3
  29. package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +3 -3
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  31. package/dist-types/commands/ListWorkflowTypesCommand.d.ts +3 -3
  32. package/dist-types/commands/PollForActivityTaskCommand.d.ts +3 -3
  33. package/dist-types/commands/PollForDecisionTaskCommand.d.ts +3 -3
  34. package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +3 -3
  35. package/dist-types/commands/RegisterActivityTypeCommand.d.ts +3 -3
  36. package/dist-types/commands/RegisterDomainCommand.d.ts +3 -3
  37. package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +3 -3
  38. package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +3 -3
  39. package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +3 -3
  40. package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +3 -3
  41. package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +3 -3
  42. package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +3 -3
  43. package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +3 -3
  44. package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +3 -3
  45. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  46. package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +3 -3
  47. package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +3 -3
  48. package/dist-types/commands/UndeprecateDomainCommand.d.ts +3 -3
  49. package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +3 -3
  50. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  51. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  52. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  53. package/dist-types/extensionConfiguration.d.ts +4 -4
  54. package/dist-types/models/SWFServiceException.d.ts +1 -1
  55. package/dist-types/models/errors.d.ts +1 -1
  56. package/dist-types/pagination/GetWorkflowExecutionHistoryPaginator.d.ts +1 -1
  57. package/dist-types/pagination/Interfaces.d.ts +1 -1
  58. package/dist-types/pagination/ListActivityTypesPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListClosedWorkflowExecutionsPaginator.d.ts +1 -1
  60. package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
  61. package/dist-types/pagination/ListOpenWorkflowExecutionsPaginator.d.ts +1 -1
  62. package/dist-types/pagination/ListWorkflowTypesPaginator.d.ts +1 -1
  63. package/dist-types/pagination/PollForDecisionTaskPaginator.d.ts +1 -1
  64. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  65. package/dist-types/runtimeConfig.d.ts +1 -1
  66. package/dist-types/runtimeConfig.native.d.ts +1 -1
  67. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  68. package/dist-types/runtimeExtensions.d.ts +1 -1
  69. package/dist-types/schemas/schemas_0.d.ts +1 -1
  70. package/dist-types/ts3.4/SWFClient.d.ts +3 -3
  71. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  72. package/dist-types/ts3.4/models/SWFServiceException.d.ts +1 -1
  73. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -888,16 +888,7 @@ var DecisionTaskTimedOutEventAttributes = [
888
888
  [_tTi, _sEIc, _sEI],
889
889
  [0, 1, 1],
890
890
  ];
891
- var DefaultUndefinedFault = [
892
- -3,
893
- n0,
894
- _DUF,
895
- {
896
- [_er]: _cl,
897
- },
898
- [_m],
899
- [0],
900
- ];
891
+ var DefaultUndefinedFault = [-3, n0, _DUF, { [_er]: _cl }, [_m], [0]];
901
892
  schema.TypeRegistry.for(n0).registerError(DefaultUndefinedFault, DefaultUndefinedFault$1);
902
893
  var DeleteActivityTypeInput = [3, n0, _DATI, 0, [_do, _aT], [0, () => ActivityType]];
903
894
  var DeleteWorkflowTypeInput = [3, n0, _DWTI, 0, [_do, _wT], [0, () => WorkflowType]];
@@ -915,28 +906,10 @@ var DescribeWorkflowExecutionInput = [
915
906
  [0, () => WorkflowExecution],
916
907
  ];
917
908
  var DescribeWorkflowTypeInput = [3, n0, _DWTIes, 0, [_do, _wT], [0, () => WorkflowType]];
918
- var DomainAlreadyExistsFault = [
919
- -3,
920
- n0,
921
- _DAEF,
922
- {
923
- [_er]: _cl,
924
- },
925
- [_m],
926
- [0],
927
- ];
909
+ var DomainAlreadyExistsFault = [-3, n0, _DAEF, { [_er]: _cl }, [_m], [0]];
928
910
  schema.TypeRegistry.for(n0).registerError(DomainAlreadyExistsFault, DomainAlreadyExistsFault$1);
929
911
  var DomainConfiguration = [3, n0, _DC, 0, [_wERPID], [0]];
930
- var DomainDeprecatedFault = [
931
- -3,
932
- n0,
933
- _DDF,
934
- {
935
- [_er]: _cl,
936
- },
937
- [_m],
938
- [0],
939
- ];
912
+ var DomainDeprecatedFault = [-3, n0, _DDF, { [_er]: _cl }, [_m], [0]];
940
913
  schema.TypeRegistry.for(n0).registerError(DomainDeprecatedFault, DomainDeprecatedFault$1);
941
914
  var DomainDetail = [
942
915
  3,
@@ -1140,16 +1113,7 @@ var LambdaFunctionTimedOutEventAttributes = [
1140
1113
  [_sEIc, _sEI, _tTi],
1141
1114
  [1, 1, 0],
1142
1115
  ];
1143
- var LimitExceededFault = [
1144
- -3,
1145
- n0,
1146
- _LEF,
1147
- {
1148
- [_er]: _cl,
1149
- },
1150
- [_m],
1151
- [0],
1152
- ];
1116
+ var LimitExceededFault = [-3, n0, _LEF, { [_er]: _cl }, [_m], [0]];
1153
1117
  schema.TypeRegistry.for(n0).registerError(LimitExceededFault, LimitExceededFault$1);
1154
1118
  var ListActivityTypesInput = [
1155
1119
  3,
@@ -1198,16 +1162,7 @@ var ListWorkflowTypesInput = [
1198
1162
  [0, 0, 0, 0, 1, 2],
1199
1163
  ];
1200
1164
  var MarkerRecordedEventAttributes = [3, n0, _MREA, 0, [_mN, _d, _dTCEI], [0, 0, 1]];
1201
- var OperationNotPermittedFault = [
1202
- -3,
1203
- n0,
1204
- _ONPF,
1205
- {
1206
- [_er]: _cl,
1207
- },
1208
- [_m],
1209
- [0],
1210
- ];
1165
+ var OperationNotPermittedFault = [-3, n0, _ONPF, { [_er]: _cl }, [_m], [0]];
1211
1166
  schema.TypeRegistry.for(n0).registerError(OperationNotPermittedFault, OperationNotPermittedFault$1);
1212
1167
  var PendingTaskCount = [3, n0, _PTC, 0, [_cou, _tr], [1, 2]];
1213
1168
  var PollForActivityTaskInput = [
@@ -1427,77 +1382,22 @@ var TimerStartedEventAttributes = [
1427
1382
  [_tIi, _c, _sTFT, _dTCEI],
1428
1383
  [0, 0, 0, 1],
1429
1384
  ];
1430
- var TooManyTagsFault = [
1431
- -3,
1432
- n0,
1433
- _TMTF,
1434
- {
1435
- [_er]: _cl,
1436
- [_hE]: 400,
1437
- },
1438
- [_m],
1439
- [0],
1440
- ];
1385
+ var TooManyTagsFault = [-3, n0, _TMTF, { [_er]: _cl, [_hE]: 400 }, [_m], [0]];
1441
1386
  schema.TypeRegistry.for(n0).registerError(TooManyTagsFault, TooManyTagsFault$1);
1442
- var TypeAlreadyExistsFault = [
1443
- -3,
1444
- n0,
1445
- _TAEF,
1446
- {
1447
- [_er]: _cl,
1448
- },
1449
- [_m],
1450
- [0],
1451
- ];
1387
+ var TypeAlreadyExistsFault = [-3, n0, _TAEF, { [_er]: _cl }, [_m], [0]];
1452
1388
  schema.TypeRegistry.for(n0).registerError(TypeAlreadyExistsFault, TypeAlreadyExistsFault$1);
1453
- var TypeDeprecatedFault = [
1454
- -3,
1455
- n0,
1456
- _TDF,
1457
- {
1458
- [_er]: _cl,
1459
- },
1460
- [_m],
1461
- [0],
1462
- ];
1389
+ var TypeDeprecatedFault = [-3, n0, _TDF, { [_er]: _cl }, [_m], [0]];
1463
1390
  schema.TypeRegistry.for(n0).registerError(TypeDeprecatedFault, TypeDeprecatedFault$1);
1464
- var TypeNotDeprecatedFault = [
1465
- -3,
1466
- n0,
1467
- _TNDF,
1468
- {
1469
- [_er]: _cl,
1470
- },
1471
- [_m],
1472
- [0],
1473
- ];
1391
+ var TypeNotDeprecatedFault = [-3, n0, _TNDF, { [_er]: _cl }, [_m], [0]];
1474
1392
  schema.TypeRegistry.for(n0).registerError(TypeNotDeprecatedFault, TypeNotDeprecatedFault$1);
1475
1393
  var UndeprecateActivityTypeInput = [3, n0, _UATI, 0, [_do, _aT], [0, () => ActivityType]];
1476
1394
  var UndeprecateDomainInput = [3, n0, _UDI, 0, [_n], [0]];
1477
1395
  var UndeprecateWorkflowTypeInput = [3, n0, _UWTI, 0, [_do, _wT], [0, () => WorkflowType]];
1478
- var UnknownResourceFault = [
1479
- -3,
1480
- n0,
1481
- _URF,
1482
- {
1483
- [_er]: _cl,
1484
- },
1485
- [_m],
1486
- [0],
1487
- ];
1396
+ var UnknownResourceFault = [-3, n0, _URF, { [_er]: _cl }, [_m], [0]];
1488
1397
  schema.TypeRegistry.for(n0).registerError(UnknownResourceFault, UnknownResourceFault$1);
1489
1398
  var UntagResourceInput = [3, n0, _URI, 0, [_rA, _tK], [0, 64 | 0]];
1490
1399
  var WorkflowExecution = [3, n0, _WE, 0, [_wI, _rI], [0, 0]];
1491
- var WorkflowExecutionAlreadyStartedFault = [
1492
- -3,
1493
- n0,
1494
- _WEASF,
1495
- {
1496
- [_er]: _cl,
1497
- },
1498
- [_m],
1499
- [0],
1500
- ];
1400
+ var WorkflowExecutionAlreadyStartedFault = [-3, n0, _WEASF, { [_er]: _cl }, [_m], [0]];
1501
1401
  schema.TypeRegistry.for(n0).registerError(WorkflowExecutionAlreadyStartedFault, WorkflowExecutionAlreadyStartedFault$1);
1502
1402
  var WorkflowExecutionCanceledEventAttributes = [3, n0, _WECEA, 0, [_d, _dTCEI], [0, 1]];
1503
1403
  var WorkflowExecutionCancelRequestedEventAttributes = [
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
8
  const config_resolver_1 = require("@smithy/config-resolver");
9
9
  const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
10
  const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const smithy_client_1 = require("@smithy/smithy-client");
11
12
  const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
13
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
12
14
  const util_retry_1 = require("@smithy/util-retry");
13
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@smithy/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
11
11
  const middleware_retry_1 = require("@smithy/middleware-retry");
12
12
  const node_config_provider_1 = require("@smithy/node-config-provider");
13
13
  const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
14
15
  const util_body_length_node_1 = require("@smithy/util-body-length-node");
16
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
15
17
  const util_retry_1 = require("@smithy/util-retry");
16
18
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
17
- const smithy_client_1 = require("@smithy/smithy-client");
18
- const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
19
- const smithy_client_2 = require("@smithy/smithy-client");
20
19
  const getRuntimeConfig = (config) => {
21
- (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
20
+ (0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
22
21
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
23
22
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
23
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
7
  import { getSchemaSerdePlugin } from "@smithy/core/schema";
8
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
9
- import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
10
- import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
9
+ import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
10
+ import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
11
11
  import { Client as __Client, } from "@smithy/smithy-client";
12
12
  import { defaultSWFHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
13
13
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
4
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
5
5
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
6
  import { invalidProvider } from "@smithy/invalid-dependency";
7
+ import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
7
8
  import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
8
10
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
9
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
10
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
11
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
12
12
  export const getRuntimeConfig = (config) => {
13
13
  const defaultsMode = resolveDefaultsModeConfig(config);
14
14
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
8
8
  import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
10
11
  import { calculateBodyLength } from "@smithy/util-body-length-node";
12
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
11
13
  import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
12
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
13
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
14
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
15
- import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
16
15
  export const getRuntimeConfig = (config) => {
17
16
  emitWarningIfUnsupportedVersion(process.version);
18
17
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -639,16 +639,7 @@ export var DecisionTaskTimedOutEventAttributes = [
639
639
  [_tTi, _sEIc, _sEI],
640
640
  [0, 1, 1],
641
641
  ];
642
- export var DefaultUndefinedFault = [
643
- -3,
644
- n0,
645
- _DUF,
646
- {
647
- [_er]: _cl,
648
- },
649
- [_m],
650
- [0],
651
- ];
642
+ export var DefaultUndefinedFault = [-3, n0, _DUF, { [_er]: _cl }, [_m], [0]];
652
643
  TypeRegistry.for(n0).registerError(DefaultUndefinedFault, __DefaultUndefinedFault);
653
644
  export var DeleteActivityTypeInput = [3, n0, _DATI, 0, [_do, _aT], [0, () => ActivityType]];
654
645
  export var DeleteWorkflowTypeInput = [3, n0, _DWTI, 0, [_do, _wT], [0, () => WorkflowType]];
@@ -666,28 +657,10 @@ export var DescribeWorkflowExecutionInput = [
666
657
  [0, () => WorkflowExecution],
667
658
  ];
668
659
  export var DescribeWorkflowTypeInput = [3, n0, _DWTIes, 0, [_do, _wT], [0, () => WorkflowType]];
669
- export var DomainAlreadyExistsFault = [
670
- -3,
671
- n0,
672
- _DAEF,
673
- {
674
- [_er]: _cl,
675
- },
676
- [_m],
677
- [0],
678
- ];
660
+ export var DomainAlreadyExistsFault = [-3, n0, _DAEF, { [_er]: _cl }, [_m], [0]];
679
661
  TypeRegistry.for(n0).registerError(DomainAlreadyExistsFault, __DomainAlreadyExistsFault);
680
662
  export var DomainConfiguration = [3, n0, _DC, 0, [_wERPID], [0]];
681
- export var DomainDeprecatedFault = [
682
- -3,
683
- n0,
684
- _DDF,
685
- {
686
- [_er]: _cl,
687
- },
688
- [_m],
689
- [0],
690
- ];
663
+ export var DomainDeprecatedFault = [-3, n0, _DDF, { [_er]: _cl }, [_m], [0]];
691
664
  TypeRegistry.for(n0).registerError(DomainDeprecatedFault, __DomainDeprecatedFault);
692
665
  export var DomainDetail = [
693
666
  3,
@@ -891,16 +864,7 @@ export var LambdaFunctionTimedOutEventAttributes = [
891
864
  [_sEIc, _sEI, _tTi],
892
865
  [1, 1, 0],
893
866
  ];
894
- export var LimitExceededFault = [
895
- -3,
896
- n0,
897
- _LEF,
898
- {
899
- [_er]: _cl,
900
- },
901
- [_m],
902
- [0],
903
- ];
867
+ export var LimitExceededFault = [-3, n0, _LEF, { [_er]: _cl }, [_m], [0]];
904
868
  TypeRegistry.for(n0).registerError(LimitExceededFault, __LimitExceededFault);
905
869
  export var ListActivityTypesInput = [
906
870
  3,
@@ -949,16 +913,7 @@ export var ListWorkflowTypesInput = [
949
913
  [0, 0, 0, 0, 1, 2],
950
914
  ];
951
915
  export var MarkerRecordedEventAttributes = [3, n0, _MREA, 0, [_mN, _d, _dTCEI], [0, 0, 1]];
952
- export var OperationNotPermittedFault = [
953
- -3,
954
- n0,
955
- _ONPF,
956
- {
957
- [_er]: _cl,
958
- },
959
- [_m],
960
- [0],
961
- ];
916
+ export var OperationNotPermittedFault = [-3, n0, _ONPF, { [_er]: _cl }, [_m], [0]];
962
917
  TypeRegistry.for(n0).registerError(OperationNotPermittedFault, __OperationNotPermittedFault);
963
918
  export var PendingTaskCount = [3, n0, _PTC, 0, [_cou, _tr], [1, 2]];
964
919
  export var PollForActivityTaskInput = [
@@ -1178,77 +1133,22 @@ export var TimerStartedEventAttributes = [
1178
1133
  [_tIi, _c, _sTFT, _dTCEI],
1179
1134
  [0, 0, 0, 1],
1180
1135
  ];
1181
- export var TooManyTagsFault = [
1182
- -3,
1183
- n0,
1184
- _TMTF,
1185
- {
1186
- [_er]: _cl,
1187
- [_hE]: 400,
1188
- },
1189
- [_m],
1190
- [0],
1191
- ];
1136
+ export var TooManyTagsFault = [-3, n0, _TMTF, { [_er]: _cl, [_hE]: 400 }, [_m], [0]];
1192
1137
  TypeRegistry.for(n0).registerError(TooManyTagsFault, __TooManyTagsFault);
1193
- export var TypeAlreadyExistsFault = [
1194
- -3,
1195
- n0,
1196
- _TAEF,
1197
- {
1198
- [_er]: _cl,
1199
- },
1200
- [_m],
1201
- [0],
1202
- ];
1138
+ export var TypeAlreadyExistsFault = [-3, n0, _TAEF, { [_er]: _cl }, [_m], [0]];
1203
1139
  TypeRegistry.for(n0).registerError(TypeAlreadyExistsFault, __TypeAlreadyExistsFault);
1204
- export var TypeDeprecatedFault = [
1205
- -3,
1206
- n0,
1207
- _TDF,
1208
- {
1209
- [_er]: _cl,
1210
- },
1211
- [_m],
1212
- [0],
1213
- ];
1140
+ export var TypeDeprecatedFault = [-3, n0, _TDF, { [_er]: _cl }, [_m], [0]];
1214
1141
  TypeRegistry.for(n0).registerError(TypeDeprecatedFault, __TypeDeprecatedFault);
1215
- export var TypeNotDeprecatedFault = [
1216
- -3,
1217
- n0,
1218
- _TNDF,
1219
- {
1220
- [_er]: _cl,
1221
- },
1222
- [_m],
1223
- [0],
1224
- ];
1142
+ export var TypeNotDeprecatedFault = [-3, n0, _TNDF, { [_er]: _cl }, [_m], [0]];
1225
1143
  TypeRegistry.for(n0).registerError(TypeNotDeprecatedFault, __TypeNotDeprecatedFault);
1226
1144
  export var UndeprecateActivityTypeInput = [3, n0, _UATI, 0, [_do, _aT], [0, () => ActivityType]];
1227
1145
  export var UndeprecateDomainInput = [3, n0, _UDI, 0, [_n], [0]];
1228
1146
  export var UndeprecateWorkflowTypeInput = [3, n0, _UWTI, 0, [_do, _wT], [0, () => WorkflowType]];
1229
- export var UnknownResourceFault = [
1230
- -3,
1231
- n0,
1232
- _URF,
1233
- {
1234
- [_er]: _cl,
1235
- },
1236
- [_m],
1237
- [0],
1238
- ];
1147
+ export var UnknownResourceFault = [-3, n0, _URF, { [_er]: _cl }, [_m], [0]];
1239
1148
  TypeRegistry.for(n0).registerError(UnknownResourceFault, __UnknownResourceFault);
1240
1149
  export var UntagResourceInput = [3, n0, _URI, 0, [_rA, _tK], [0, 64 | 0]];
1241
1150
  export var WorkflowExecution = [3, n0, _WE, 0, [_wI, _rI], [0, 0]];
1242
- export var WorkflowExecutionAlreadyStartedFault = [
1243
- -3,
1244
- n0,
1245
- _WEASF,
1246
- {
1247
- [_er]: _cl,
1248
- },
1249
- [_m],
1250
- [0],
1251
- ];
1151
+ export var WorkflowExecutionAlreadyStartedFault = [-3, n0, _WEASF, { [_er]: _cl }, [_m], [0]];
1252
1152
  TypeRegistry.for(n0).registerError(WorkflowExecutionAlreadyStartedFault, __WorkflowExecutionAlreadyStartedFault);
1253
1153
  export var WorkflowExecutionCanceledEventAttributes = [3, n0, _WECEA, 0, [_d, _dTCEI], [0, 1]];
1254
1154
  export var WorkflowExecutionCancelRequestedEventAttributes = [
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput } from "./commands/CountClosedWorkflowExecutionsCommand";
3
3
  import { CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput } from "./commands/CountOpenWorkflowExecutionsCommand";
4
4
  import { CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput } from "./commands/CountPendingActivityTasksCommand";
@@ -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 { CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput } from "./commands/CountClosedWorkflowExecutionsCommand";
11
11
  import { CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput } from "./commands/CountOpenWorkflowExecutionsCommand";
12
12
  import { CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput } from "./commands/CountPendingActivityTasksCommand";
@@ -47,7 +47,7 @@ import { UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput } from ".
47
47
  import { UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput } from "./commands/UndeprecateWorkflowTypeCommand";
48
48
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
49
49
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
50
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
50
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
51
51
  export { __Client };
52
52
  /**
53
53
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { SWFHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { SWFHttpAuthSchemeProvider } 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 { SWFClientResolvedConfig } from "../SWFClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type SWFClientResolvedConfig } from "../SWFClient";
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 { CountClosedWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CountClosedWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
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 { CountOpenWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CountOpenWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
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 { CountPendingActivityTasksInput, PendingTaskCount } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CountPendingActivityTasksInput, PendingTaskCount } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
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 { CountPendingDecisionTasksInput, PendingTaskCount } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CountPendingDecisionTasksInput, PendingTaskCount } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
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 { DeleteActivityTypeInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteActivityTypeInput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
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 { DeleteWorkflowTypeInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteWorkflowTypeInput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
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 { DeprecateActivityTypeInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeprecateActivityTypeInput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
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 { DeprecateDomainInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeprecateDomainInput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
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 { DeprecateWorkflowTypeInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeprecateWorkflowTypeInput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
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 { ActivityTypeDetail, DescribeActivityTypeInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ActivityTypeDetail, DescribeActivityTypeInput } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
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 { DescribeDomainInput, DomainDetail } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DescribeDomainInput, DomainDetail } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
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 { DescribeWorkflowExecutionInput, WorkflowExecutionDetail } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DescribeWorkflowExecutionInput, WorkflowExecutionDetail } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
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 { DescribeWorkflowTypeInput, WorkflowTypeDetail } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DescribeWorkflowTypeInput, WorkflowTypeDetail } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
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 { GetWorkflowExecutionHistoryInput, History } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetWorkflowExecutionHistoryInput, History } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
5
  /**
6
6
  * @public
7
7
  */