@aws-sdk/client-swf 3.927.0 → 3.928.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 (60) hide show
  1. package/dist-cjs/index.js +1744 -1400
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/SWFClient.js +2 -0
  4. package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +3 -9
  5. package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +3 -9
  6. package/dist-es/commands/CountPendingActivityTasksCommand.js +3 -9
  7. package/dist-es/commands/CountPendingDecisionTasksCommand.js +3 -9
  8. package/dist-es/commands/DeleteActivityTypeCommand.js +3 -9
  9. package/dist-es/commands/DeleteWorkflowTypeCommand.js +3 -9
  10. package/dist-es/commands/DeprecateActivityTypeCommand.js +3 -9
  11. package/dist-es/commands/DeprecateDomainCommand.js +3 -9
  12. package/dist-es/commands/DeprecateWorkflowTypeCommand.js +3 -9
  13. package/dist-es/commands/DescribeActivityTypeCommand.js +3 -9
  14. package/dist-es/commands/DescribeDomainCommand.js +3 -9
  15. package/dist-es/commands/DescribeWorkflowExecutionCommand.js +3 -9
  16. package/dist-es/commands/DescribeWorkflowTypeCommand.js +3 -9
  17. package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +3 -9
  18. package/dist-es/commands/ListActivityTypesCommand.js +3 -9
  19. package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +3 -9
  20. package/dist-es/commands/ListDomainsCommand.js +3 -9
  21. package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +3 -9
  22. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  23. package/dist-es/commands/ListWorkflowTypesCommand.js +3 -9
  24. package/dist-es/commands/PollForActivityTaskCommand.js +3 -9
  25. package/dist-es/commands/PollForDecisionTaskCommand.js +3 -9
  26. package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +3 -9
  27. package/dist-es/commands/RegisterActivityTypeCommand.js +3 -9
  28. package/dist-es/commands/RegisterDomainCommand.js +3 -9
  29. package/dist-es/commands/RegisterWorkflowTypeCommand.js +3 -9
  30. package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +3 -9
  31. package/dist-es/commands/RespondActivityTaskCanceledCommand.js +3 -9
  32. package/dist-es/commands/RespondActivityTaskCompletedCommand.js +3 -9
  33. package/dist-es/commands/RespondActivityTaskFailedCommand.js +3 -9
  34. package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +3 -9
  35. package/dist-es/commands/SignalWorkflowExecutionCommand.js +3 -9
  36. package/dist-es/commands/StartWorkflowExecutionCommand.js +3 -9
  37. package/dist-es/commands/TagResourceCommand.js +3 -9
  38. package/dist-es/commands/TerminateWorkflowExecutionCommand.js +3 -9
  39. package/dist-es/commands/UndeprecateActivityTypeCommand.js +3 -9
  40. package/dist-es/commands/UndeprecateDomainCommand.js +3 -9
  41. package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +3 -9
  42. package/dist-es/commands/UntagResourceCommand.js +3 -9
  43. package/dist-es/runtimeConfig.shared.js +7 -0
  44. package/dist-es/schemas/schemas_0.js +1633 -0
  45. package/dist-types/SWFClient.d.ts +10 -1
  46. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  47. package/dist-types/runtimeConfig.d.ts +1 -0
  48. package/dist-types/runtimeConfig.native.d.ts +1 -0
  49. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  50. package/dist-types/schemas/schemas_0.d.ts +205 -0
  51. package/dist-types/ts3.4/SWFClient.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  56. package/dist-types/ts3.4/schemas/schemas_0.d.ts +210 -0
  57. package/package.json +5 -5
  58. package/dist-es/protocols/Aws_json1_0.js +0 -1098
  59. package/dist-types/protocols/Aws_json1_0.d.ts +0 -353
  60. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -473
@@ -0,0 +1,1633 @@
1
+ const _AT = "ActivityTask";
2
+ const _ATC = "ActivityTypeConfiguration";
3
+ const _ATCEA = "ActivityTaskCanceledEventAttributes";
4
+ const _ATCEAc = "ActivityTaskCompletedEventAttributes";
5
+ const _ATCREA = "ActivityTaskCancelRequestedEventAttributes";
6
+ const _ATD = "ActivityTypeDetail";
7
+ const _ATFEA = "ActivityTaskFailedEventAttributes";
8
+ const _ATI = "ActivityTypeInfo";
9
+ const _ATIL = "ActivityTypeInfoList";
10
+ const _ATIc = "ActivityTypeInfos";
11
+ const _ATS = "ActivityTaskStatus";
12
+ const _ATSEA = "ActivityTaskScheduledEventAttributes";
13
+ const _ATSEAc = "ActivityTaskStartedEventAttributes";
14
+ const _ATTOEA = "ActivityTaskTimedOutEventAttributes";
15
+ const _ATc = "ActivityType";
16
+ const _CANWEDA = "ContinueAsNewWorkflowExecutionDecisionAttributes";
17
+ const _CANWEFEA = "ContinueAsNewWorkflowExecutionFailedEventAttributes";
18
+ const _CCWE = "CountClosedWorkflowExecutions";
19
+ const _CCWEI = "CountClosedWorkflowExecutionsInput";
20
+ const _COWE = "CountOpenWorkflowExecutions";
21
+ const _COWEI = "CountOpenWorkflowExecutionsInput";
22
+ const _CPAT = "CountPendingActivityTasks";
23
+ const _CPATI = "CountPendingActivityTasksInput";
24
+ const _CPDT = "CountPendingDecisionTasks";
25
+ const _CPDTI = "CountPendingDecisionTasksInput";
26
+ const _CSF = "CloseStatusFilter";
27
+ const _CTDA = "CancelTimerDecisionAttributes";
28
+ const _CTFEA = "CancelTimerFailedEventAttributes";
29
+ const _CWECEA = "ChildWorkflowExecutionCanceledEventAttributes";
30
+ const _CWECEAh = "ChildWorkflowExecutionCompletedEventAttributes";
31
+ const _CWEDA = "CancelWorkflowExecutionDecisionAttributes";
32
+ const _CWEDAo = "CompleteWorkflowExecutionDecisionAttributes";
33
+ const _CWEFEA = "CancelWorkflowExecutionFailedEventAttributes";
34
+ const _CWEFEAh = "ChildWorkflowExecutionFailedEventAttributes";
35
+ const _CWEFEAo = "CompleteWorkflowExecutionFailedEventAttributes";
36
+ const _CWESEA = "ChildWorkflowExecutionStartedEventAttributes";
37
+ const _CWETEA = "ChildWorkflowExecutionTerminatedEventAttributes";
38
+ const _CWETOEA = "ChildWorkflowExecutionTimedOutEventAttributes";
39
+ const _D = "Decision";
40
+ const _DAEF = "DomainAlreadyExistsFault";
41
+ const _DAT = "DeleteActivityType";
42
+ const _DATI = "DeleteActivityTypeInput";
43
+ const _DATIe = "DeprecateActivityTypeInput";
44
+ const _DATIes = "DescribeActivityTypeInput";
45
+ const _DATe = "DeprecateActivityType";
46
+ const _DATes = "DescribeActivityType";
47
+ const _DC = "DomainConfiguration";
48
+ const _DD = "DomainDetail";
49
+ const _DDF = "DomainDeprecatedFault";
50
+ const _DDI = "DeprecateDomainInput";
51
+ const _DDIe = "DescribeDomainInput";
52
+ const _DDe = "DeprecateDomain";
53
+ const _DDes = "DescribeDomain";
54
+ const _DI = "DomainInfo";
55
+ const _DIL = "DomainInfoList";
56
+ const _DIo = "DomainInfos";
57
+ const _DL = "DecisionList";
58
+ const _DT = "DecisionTask";
59
+ const _DTCEA = "DecisionTaskCompletedEventAttributes";
60
+ const _DTSEA = "DecisionTaskScheduledEventAttributes";
61
+ const _DTSEAe = "DecisionTaskStartedEventAttributes";
62
+ const _DTTOEA = "DecisionTaskTimedOutEventAttributes";
63
+ const _DUF = "DefaultUndefinedFault";
64
+ const _DWE = "DescribeWorkflowExecution";
65
+ const _DWEI = "DescribeWorkflowExecutionInput";
66
+ const _DWT = "DeleteWorkflowType";
67
+ const _DWTI = "DeleteWorkflowTypeInput";
68
+ const _DWTIe = "DeprecateWorkflowTypeInput";
69
+ const _DWTIes = "DescribeWorkflowTypeInput";
70
+ const _DWTe = "DeprecateWorkflowType";
71
+ const _DWTes = "DescribeWorkflowType";
72
+ const _ETF = "ExecutionTimeFilter";
73
+ const _EWECREA = "ExternalWorkflowExecutionCancelRequestedEventAttributes";
74
+ const _EWESEA = "ExternalWorkflowExecutionSignaledEventAttributes";
75
+ const _FWEDA = "FailWorkflowExecutionDecisionAttributes";
76
+ const _FWEFEA = "FailWorkflowExecutionFailedEventAttributes";
77
+ const _GWEH = "GetWorkflowExecutionHistory";
78
+ const _GWEHI = "GetWorkflowExecutionHistoryInput";
79
+ const _H = "History";
80
+ const _HE = "HistoryEvent";
81
+ const _HEL = "HistoryEventList";
82
+ const _LAT = "ListActivityTypes";
83
+ const _LATI = "ListActivityTypesInput";
84
+ const _LCWE = "ListClosedWorkflowExecutions";
85
+ const _LCWEI = "ListClosedWorkflowExecutionsInput";
86
+ const _LD = "ListDomains";
87
+ const _LDI = "ListDomainsInput";
88
+ const _LEF = "LimitExceededFault";
89
+ const _LFCEA = "LambdaFunctionCompletedEventAttributes";
90
+ const _LFFEA = "LambdaFunctionFailedEventAttributes";
91
+ const _LFSEA = "LambdaFunctionScheduledEventAttributes";
92
+ const _LFSEAa = "LambdaFunctionStartedEventAttributes";
93
+ const _LFTOEA = "LambdaFunctionTimedOutEventAttributes";
94
+ const _LOWE = "ListOpenWorkflowExecutions";
95
+ const _LOWEI = "ListOpenWorkflowExecutionsInput";
96
+ const _LTFR = "ListTagsForResource";
97
+ const _LTFRI = "ListTagsForResourceInput";
98
+ const _LTFRO = "ListTagsForResourceOutput";
99
+ const _LWT = "ListWorkflowTypes";
100
+ const _LWTI = "ListWorkflowTypesInput";
101
+ const _MREA = "MarkerRecordedEventAttributes";
102
+ const _ONPF = "OperationNotPermittedFault";
103
+ const _PFAT = "PollForActivityTask";
104
+ const _PFATI = "PollForActivityTaskInput";
105
+ const _PFDT = "PollForDecisionTask";
106
+ const _PFDTI = "PollForDecisionTaskInput";
107
+ const _PTC = "PendingTaskCount";
108
+ const _R = "Run";
109
+ const _RAT = "RegisterActivityType";
110
+ const _RATC = "RespondActivityTaskCanceled";
111
+ const _RATCI = "RespondActivityTaskCanceledInput";
112
+ const _RATCIe = "RespondActivityTaskCompletedInput";
113
+ const _RATCe = "RespondActivityTaskCompleted";
114
+ const _RATF = "RespondActivityTaskFailed";
115
+ const _RATFI = "RespondActivityTaskFailedInput";
116
+ const _RATH = "RecordActivityTaskHeartbeat";
117
+ const _RATHI = "RecordActivityTaskHeartbeatInput";
118
+ const _RATI = "RegisterActivityTypeInput";
119
+ const _RCATDA = "RequestCancelActivityTaskDecisionAttributes";
120
+ const _RCATFEA = "RequestCancelActivityTaskFailedEventAttributes";
121
+ const _RCEWEDA = "RequestCancelExternalWorkflowExecutionDecisionAttributes";
122
+ const _RCEWEFEA = "RequestCancelExternalWorkflowExecutionFailedEventAttributes";
123
+ const _RCEWEIEA = "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes";
124
+ const _RCWE = "RequestCancelWorkflowExecution";
125
+ const _RCWEI = "RequestCancelWorkflowExecutionInput";
126
+ const _RD = "RegisterDomain";
127
+ const _RDI = "RegisterDomainInput";
128
+ const _RDTC = "RespondDecisionTaskCompleted";
129
+ const _RDTCI = "RespondDecisionTaskCompletedInput";
130
+ const _RMDA = "RecordMarkerDecisionAttributes";
131
+ const _RMFEA = "RecordMarkerFailedEventAttributes";
132
+ const _RT = "ResourceTag";
133
+ const _RTL = "ResourceTagList";
134
+ const _RWT = "RegisterWorkflowType";
135
+ const _RWTI = "RegisterWorkflowTypeInput";
136
+ const _SATDA = "ScheduleActivityTaskDecisionAttributes";
137
+ const _SATFEA = "ScheduleActivityTaskFailedEventAttributes";
138
+ const _SCWEDA = "StartChildWorkflowExecutionDecisionAttributes";
139
+ const _SCWEFEA = "StartChildWorkflowExecutionFailedEventAttributes";
140
+ const _SCWEIEA = "StartChildWorkflowExecutionInitiatedEventAttributes";
141
+ const _SEWEDA = "SignalExternalWorkflowExecutionDecisionAttributes";
142
+ const _SEWEFEA = "SignalExternalWorkflowExecutionFailedEventAttributes";
143
+ const _SEWEIEA = "SignalExternalWorkflowExecutionInitiatedEventAttributes";
144
+ const _SLFDA = "ScheduleLambdaFunctionDecisionAttributes";
145
+ const _SLFFEA = "ScheduleLambdaFunctionFailedEventAttributes";
146
+ const _SLFFEAt = "StartLambdaFunctionFailedEventAttributes";
147
+ const _STDA = "StartTimerDecisionAttributes";
148
+ const _STFEA = "StartTimerFailedEventAttributes";
149
+ const _SWE = "SignalWorkflowExecution";
150
+ const _SWEI = "SignalWorkflowExecutionInput";
151
+ const _SWEIt = "StartWorkflowExecutionInput";
152
+ const _SWEt = "StartWorkflowExecution";
153
+ const _TAEF = "TypeAlreadyExistsFault";
154
+ const _TCEA = "TimerCanceledEventAttributes";
155
+ const _TDF = "TypeDeprecatedFault";
156
+ const _TF = "TagFilter";
157
+ const _TFEA = "TimerFiredEventAttributes";
158
+ const _TL = "TaskList";
159
+ const _TMTF = "TooManyTagsFault";
160
+ const _TNDF = "TypeNotDeprecatedFault";
161
+ const _TR = "TagResource";
162
+ const _TRI = "TagResourceInput";
163
+ const _TSEA = "TimerStartedEventAttributes";
164
+ const _TWE = "TerminateWorkflowExecution";
165
+ const _TWEI = "TerminateWorkflowExecutionInput";
166
+ const _UAT = "UndeprecateActivityType";
167
+ const _UATI = "UndeprecateActivityTypeInput";
168
+ const _UD = "UndeprecateDomain";
169
+ const _UDI = "UndeprecateDomainInput";
170
+ const _UR = "UntagResource";
171
+ const _URF = "UnknownResourceFault";
172
+ const _URI = "UntagResourceInput";
173
+ const _UWT = "UndeprecateWorkflowType";
174
+ const _UWTI = "UndeprecateWorkflowTypeInput";
175
+ const _WE = "WorkflowExecution";
176
+ const _WEASF = "WorkflowExecutionAlreadyStartedFault";
177
+ const _WEC = "WorkflowExecutionConfiguration";
178
+ const _WECANEA = "WorkflowExecutionContinuedAsNewEventAttributes";
179
+ const _WECEA = "WorkflowExecutionCanceledEventAttributes";
180
+ const _WECEAo = "WorkflowExecutionCompletedEventAttributes";
181
+ const _WECREA = "WorkflowExecutionCancelRequestedEventAttributes";
182
+ const _WECo = "WorkflowExecutionCount";
183
+ const _WED = "WorkflowExecutionDetail";
184
+ const _WEF = "WorkflowExecutionFilter";
185
+ const _WEFEA = "WorkflowExecutionFailedEventAttributes";
186
+ const _WEI = "WorkflowExecutionInfo";
187
+ const _WEIL = "WorkflowExecutionInfoList";
188
+ const _WEIo = "WorkflowExecutionInfos";
189
+ const _WEOC = "WorkflowExecutionOpenCounts";
190
+ const _WESEA = "WorkflowExecutionSignaledEventAttributes";
191
+ const _WESEAo = "WorkflowExecutionStartedEventAttributes";
192
+ const _WETEA = "WorkflowExecutionTerminatedEventAttributes";
193
+ const _WETOEA = "WorkflowExecutionTimedOutEventAttributes";
194
+ const _WT = "WorkflowType";
195
+ const _WTC = "WorkflowTypeConfiguration";
196
+ const _WTD = "WorkflowTypeDetail";
197
+ const _WTF = "WorkflowTypeFilter";
198
+ const _WTI = "WorkflowTypeInfo";
199
+ const _WTIL = "WorkflowTypeInfoList";
200
+ const _WTIo = "WorkflowTypeInfos";
201
+ const _a = "arn";
202
+ const _aI = "activityId";
203
+ const _aT = "activityType";
204
+ const _aTCEA = "activityTaskCompletedEventAttributes";
205
+ const _aTCEAc = "activityTaskCanceledEventAttributes";
206
+ const _aTCREA = "activityTaskCancelRequestedEventAttributes";
207
+ const _aTFEA = "activityTaskFailedEventAttributes";
208
+ const _aTSEA = "activityTaskScheduledEventAttributes";
209
+ const _aTSEAc = "activityTaskStartedEventAttributes";
210
+ const _aTTOEA = "activityTaskTimedOutEventAttributes";
211
+ const _c = "control";
212
+ const _cANWEDA = "continueAsNewWorkflowExecutionDecisionAttributes";
213
+ const _cANWEFEA = "continueAsNewWorkflowExecutionFailedEventAttributes";
214
+ const _cD = "creationDate";
215
+ const _cERI = "continuedExecutionRunId";
216
+ const _cP = "childPolicy";
217
+ const _cR = "cancelRequested";
218
+ const _cS = "closeStatus";
219
+ const _cSF = "closeStatusFilter";
220
+ const _cT = "closeTimestamp";
221
+ const _cTDA = "cancelTimerDecisionAttributes";
222
+ const _cTF = "closeTimeFilter";
223
+ const _cTFEA = "cancelTimerFailedEventAttributes";
224
+ const _cWECEA = "childWorkflowExecutionCompletedEventAttributes";
225
+ const _cWECEAh = "childWorkflowExecutionCanceledEventAttributes";
226
+ const _cWEDA = "completeWorkflowExecutionDecisionAttributes";
227
+ const _cWEDAa = "cancelWorkflowExecutionDecisionAttributes";
228
+ const _cWEFEA = "completeWorkflowExecutionFailedEventAttributes";
229
+ const _cWEFEAa = "cancelWorkflowExecutionFailedEventAttributes";
230
+ const _cWEFEAh = "childWorkflowExecutionFailedEventAttributes";
231
+ const _cWESEA = "childWorkflowExecutionStartedEventAttributes";
232
+ const _cWETEA = "childWorkflowExecutionTerminatedEventAttributes";
233
+ const _cWETOEA = "childWorkflowExecutionTimedOutEventAttributes";
234
+ const _ca = "cause";
235
+ const _cl = "client";
236
+ const _co = "configuration";
237
+ const _cou = "count";
238
+ const _d = "details";
239
+ const _dCP = "defaultChildPolicy";
240
+ const _dD = "deprecationDate";
241
+ const _dESTCT = "defaultExecutionStartToCloseTimeout";
242
+ const _dI = "domainInfo";
243
+ const _dIo = "domainInfos";
244
+ const _dLR = "defaultLambdaRole";
245
+ const _dT = "decisionType";
246
+ const _dTCEA = "decisionTaskCompletedEventAttributes";
247
+ const _dTCEI = "decisionTaskCompletedEventId";
248
+ const _dTHT = "defaultTaskHeartbeatTimeout";
249
+ const _dTL = "defaultTaskList";
250
+ const _dTP = "defaultTaskPriority";
251
+ const _dTSEA = "decisionTaskScheduledEventAttributes";
252
+ const _dTSEAe = "decisionTaskStartedEventAttributes";
253
+ const _dTSTCT = "defaultTaskStartToCloseTimeout";
254
+ const _dTSTCTe = "defaultTaskScheduleToCloseTimeout";
255
+ const _dTSTST = "defaultTaskScheduleToStartTimeout";
256
+ const _dTTOEA = "decisionTaskTimedOutEventAttributes";
257
+ const _de = "description";
258
+ const _dec = "decisions";
259
+ const _do = "domain";
260
+ const _e = "events";
261
+ const _eC = "executionContext";
262
+ const _eCx = "executionConfiguration";
263
+ const _eF = "executionFilter";
264
+ const _eI = "eventId";
265
+ const _eIEI = "externalInitiatedEventId";
266
+ const _eIx = "executionInfo";
267
+ const _eIxe = "executionInfos";
268
+ const _eS = "executionStatus";
269
+ const _eSTCT = "executionStartToCloseTimeout";
270
+ const _eT = "eventTimestamp";
271
+ const _eTv = "eventType";
272
+ const _eWE = "externalWorkflowExecution";
273
+ const _eWECREA = "externalWorkflowExecutionCancelRequestedEventAttributes";
274
+ const _eWESEA = "externalWorkflowExecutionSignaledEventAttributes";
275
+ const _er = "error";
276
+ const _ex = "execution";
277
+ const _fWEDA = "failWorkflowExecutionDecisionAttributes";
278
+ const _fWEFEA = "failWorkflowExecutionFailedEventAttributes";
279
+ const _hE = "httpError";
280
+ const _hT = "heartbeatTimeout";
281
+ const _i = "input";
282
+ const _iEI = "initiatedEventId";
283
+ const _id = "identity";
284
+ const _id_ = "id";
285
+ const _k = "key";
286
+ const _lATT = "latestActivityTaskTimestamp";
287
+ const _lCREI = "latestCancelRequestedEventId";
288
+ const _lD = "latestDate";
289
+ const _lEC = "latestExecutionContext";
290
+ const _lFCEA = "lambdaFunctionCompletedEventAttributes";
291
+ const _lFFEA = "lambdaFunctionFailedEventAttributes";
292
+ const _lFSEA = "lambdaFunctionScheduledEventAttributes";
293
+ const _lFSEAa = "lambdaFunctionStartedEventAttributes";
294
+ const _lFTOEA = "lambdaFunctionTimedOutEventAttributes";
295
+ const _lR = "lambdaRole";
296
+ const _m = "message";
297
+ const _mN = "markerName";
298
+ const _mPS = "maximumPageSize";
299
+ const _mREA = "markerRecordedEventAttributes";
300
+ const _n = "name";
301
+ const _nERI = "newExecutionRunId";
302
+ const _nPT = "nextPageToken";
303
+ const _oAT = "openActivityTasks";
304
+ const _oC = "openCounts";
305
+ const _oCWE = "openChildWorkflowExecutions";
306
+ const _oD = "oldestDate";
307
+ const _oDT = "openDecisionTasks";
308
+ const _oLF = "openLambdaFunctions";
309
+ const _oT = "openTimers";
310
+ const _p = "parent";
311
+ const _pIEI = "parentInitiatedEventId";
312
+ const _pSEI = "previousStartedEventId";
313
+ const _pWE = "parentWorkflowExecution";
314
+ const _r = "result";
315
+ const _rA = "resourceArn";
316
+ const _rCATDA = "requestCancelActivityTaskDecisionAttributes";
317
+ const _rCATFEA = "requestCancelActivityTaskFailedEventAttributes";
318
+ const _rCEWEDA = "requestCancelExternalWorkflowExecutionDecisionAttributes";
319
+ const _rCEWEFEA = "requestCancelExternalWorkflowExecutionFailedEventAttributes";
320
+ const _rCEWEIEA = "requestCancelExternalWorkflowExecutionInitiatedEventAttributes";
321
+ const _rI = "runId";
322
+ const _rMDA = "recordMarkerDecisionAttributes";
323
+ const _rMFEA = "recordMarkerFailedEventAttributes";
324
+ const _rO = "reverseOrder";
325
+ const _rS = "registrationStatus";
326
+ const _re = "reason";
327
+ const _s = "status";
328
+ const _sAPSE = "startAtPreviousStartedEvent";
329
+ const _sATDA = "scheduleActivityTaskDecisionAttributes";
330
+ const _sATFEA = "scheduleActivityTaskFailedEventAttributes";
331
+ const _sCWEDA = "startChildWorkflowExecutionDecisionAttributes";
332
+ const _sCWEFEA = "startChildWorkflowExecutionFailedEventAttributes";
333
+ const _sCWEIEA = "startChildWorkflowExecutionInitiatedEventAttributes";
334
+ const _sEI = "startedEventId";
335
+ const _sEIc = "scheduledEventId";
336
+ const _sEWEDA = "signalExternalWorkflowExecutionDecisionAttributes";
337
+ const _sEWEFEA = "signalExternalWorkflowExecutionFailedEventAttributes";
338
+ const _sEWEIEA = "signalExternalWorkflowExecutionInitiatedEventAttributes";
339
+ const _sLFDA = "scheduleLambdaFunctionDecisionAttributes";
340
+ const _sLFFEA = "scheduleLambdaFunctionFailedEventAttributes";
341
+ const _sLFFEAt = "startLambdaFunctionFailedEventAttributes";
342
+ const _sN = "signalName";
343
+ const _sT = "startTimestamp";
344
+ const _sTCT = "scheduleToCloseTimeout";
345
+ const _sTCTt = "startToCloseTimeout";
346
+ const _sTDA = "startTimerDecisionAttributes";
347
+ const _sTF = "startTimeFilter";
348
+ const _sTFEA = "startTimerFailedEventAttributes";
349
+ const _sTFT = "startToFireTimeout";
350
+ const _sTST = "scheduleToStartTimeout";
351
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.swf";
352
+ const _t = "tags";
353
+ const _tCEA = "timerCanceledEventAttributes";
354
+ const _tF = "typeFilter";
355
+ const _tFEA = "timerFiredEventAttributes";
356
+ const _tFa = "tagFilter";
357
+ const _tI = "typeInfo";
358
+ const _tIi = "timerId";
359
+ const _tIy = "typeInfos";
360
+ const _tK = "tagKeys";
361
+ const _tL = "taskList";
362
+ const _tLSTST = "taskListScheduleToStartTimeout";
363
+ const _tLa = "tagList";
364
+ const _tP = "taskPriority";
365
+ const _tSEA = "timerStartedEventAttributes";
366
+ const _tSTCT = "taskStartToCloseTimeout";
367
+ const _tT = "taskToken";
368
+ const _tTi = "timeoutType";
369
+ const _ta = "tag";
370
+ const _tr = "truncated";
371
+ const _v = "version";
372
+ const _va = "value";
373
+ const _wE = "workflowExecution";
374
+ const _wECANEA = "workflowExecutionContinuedAsNewEventAttributes";
375
+ const _wECEA = "workflowExecutionCompletedEventAttributes";
376
+ const _wECEAo = "workflowExecutionCanceledEventAttributes";
377
+ const _wECREA = "workflowExecutionCancelRequestedEventAttributes";
378
+ const _wEFEA = "workflowExecutionFailedEventAttributes";
379
+ const _wERPID = "workflowExecutionRetentionPeriodInDays";
380
+ const _wESEA = "workflowExecutionStartedEventAttributes";
381
+ const _wESEAo = "workflowExecutionSignaledEventAttributes";
382
+ const _wETEA = "workflowExecutionTerminatedEventAttributes";
383
+ const _wETOEA = "workflowExecutionTimedOutEventAttributes";
384
+ const _wI = "workflowId";
385
+ const _wT = "workflowType";
386
+ const _wTV = "workflowTypeVersion";
387
+ const n0 = "com.amazonaws.swf";
388
+ import { TypeRegistry } from "@smithy/core/schema";
389
+ import { DefaultUndefinedFault as __DefaultUndefinedFault, DomainAlreadyExistsFault as __DomainAlreadyExistsFault, DomainDeprecatedFault as __DomainDeprecatedFault, LimitExceededFault as __LimitExceededFault, OperationNotPermittedFault as __OperationNotPermittedFault, TooManyTagsFault as __TooManyTagsFault, TypeAlreadyExistsFault as __TypeAlreadyExistsFault, TypeDeprecatedFault as __TypeDeprecatedFault, TypeNotDeprecatedFault as __TypeNotDeprecatedFault, UnknownResourceFault as __UnknownResourceFault, WorkflowExecutionAlreadyStartedFault as __WorkflowExecutionAlreadyStartedFault, } from "../models/index";
390
+ import { SWFServiceException as __SWFServiceException } from "../models/SWFServiceException";
391
+ export var ActivityTask = [
392
+ 3,
393
+ n0,
394
+ _AT,
395
+ 0,
396
+ [_tT, _aI, _sEI, _wE, _aT, _i],
397
+ [0, 0, 1, () => WorkflowExecution, () => ActivityType, 0],
398
+ ];
399
+ export var ActivityTaskCanceledEventAttributes = [
400
+ 3,
401
+ n0,
402
+ _ATCEA,
403
+ 0,
404
+ [_d, _sEIc, _sEI, _lCREI],
405
+ [0, 1, 1, 1],
406
+ ];
407
+ export var ActivityTaskCancelRequestedEventAttributes = [
408
+ 3,
409
+ n0,
410
+ _ATCREA,
411
+ 0,
412
+ [_dTCEI, _aI],
413
+ [1, 0],
414
+ ];
415
+ export var ActivityTaskCompletedEventAttributes = [
416
+ 3,
417
+ n0,
418
+ _ATCEAc,
419
+ 0,
420
+ [_r, _sEIc, _sEI],
421
+ [0, 1, 1],
422
+ ];
423
+ export var ActivityTaskFailedEventAttributes = [
424
+ 3,
425
+ n0,
426
+ _ATFEA,
427
+ 0,
428
+ [_re, _d, _sEIc, _sEI],
429
+ [0, 0, 1, 1],
430
+ ];
431
+ export var ActivityTaskScheduledEventAttributes = [
432
+ 3,
433
+ n0,
434
+ _ATSEA,
435
+ 0,
436
+ [_aT, _aI, _i, _c, _sTST, _sTCT, _sTCTt, _tL, _tP, _dTCEI, _hT],
437
+ [() => ActivityType, 0, 0, 0, 0, 0, 0, () => TaskList, 0, 1, 0],
438
+ ];
439
+ export var ActivityTaskStartedEventAttributes = [3, n0, _ATSEAc, 0, [_id, _sEIc], [0, 1]];
440
+ export var ActivityTaskStatus = [3, n0, _ATS, 0, [_cR], [2]];
441
+ export var ActivityTaskTimedOutEventAttributes = [
442
+ 3,
443
+ n0,
444
+ _ATTOEA,
445
+ 0,
446
+ [_tTi, _sEIc, _sEI, _d],
447
+ [0, 1, 1, 0],
448
+ ];
449
+ export var ActivityType = [3, n0, _ATc, 0, [_n, _v], [0, 0]];
450
+ export var ActivityTypeConfiguration = [
451
+ 3,
452
+ n0,
453
+ _ATC,
454
+ 0,
455
+ [_dTSTCT, _dTHT, _dTL, _dTP, _dTSTST, _dTSTCTe],
456
+ [0, 0, () => TaskList, 0, 0, 0],
457
+ ];
458
+ export var ActivityTypeDetail = [
459
+ 3,
460
+ n0,
461
+ _ATD,
462
+ 0,
463
+ [_tI, _co],
464
+ [() => ActivityTypeInfo, () => ActivityTypeConfiguration],
465
+ ];
466
+ export var ActivityTypeInfo = [
467
+ 3,
468
+ n0,
469
+ _ATI,
470
+ 0,
471
+ [_aT, _s, _de, _cD, _dD],
472
+ [() => ActivityType, 0, 0, 4, 4],
473
+ ];
474
+ export var ActivityTypeInfos = [3, n0, _ATIc, 0, [_tIy, _nPT], [() => ActivityTypeInfoList, 0]];
475
+ export var CancelTimerDecisionAttributes = [3, n0, _CTDA, 0, [_tIi], [0]];
476
+ export var CancelTimerFailedEventAttributes = [3, n0, _CTFEA, 0, [_tIi, _ca, _dTCEI], [0, 0, 1]];
477
+ export var CancelWorkflowExecutionDecisionAttributes = [3, n0, _CWEDA, 0, [_d], [0]];
478
+ export var CancelWorkflowExecutionFailedEventAttributes = [
479
+ 3,
480
+ n0,
481
+ _CWEFEA,
482
+ 0,
483
+ [_ca, _dTCEI],
484
+ [0, 1],
485
+ ];
486
+ export var ChildWorkflowExecutionCanceledEventAttributes = [
487
+ 3,
488
+ n0,
489
+ _CWECEA,
490
+ 0,
491
+ [_wE, _wT, _d, _iEI, _sEI],
492
+ [() => WorkflowExecution, () => WorkflowType, 0, 1, 1],
493
+ ];
494
+ export var ChildWorkflowExecutionCompletedEventAttributes = [
495
+ 3,
496
+ n0,
497
+ _CWECEAh,
498
+ 0,
499
+ [_wE, _wT, _r, _iEI, _sEI],
500
+ [() => WorkflowExecution, () => WorkflowType, 0, 1, 1],
501
+ ];
502
+ export var ChildWorkflowExecutionFailedEventAttributes = [
503
+ 3,
504
+ n0,
505
+ _CWEFEAh,
506
+ 0,
507
+ [_wE, _wT, _re, _d, _iEI, _sEI],
508
+ [() => WorkflowExecution, () => WorkflowType, 0, 0, 1, 1],
509
+ ];
510
+ export var ChildWorkflowExecutionStartedEventAttributes = [
511
+ 3,
512
+ n0,
513
+ _CWESEA,
514
+ 0,
515
+ [_wE, _wT, _iEI],
516
+ [() => WorkflowExecution, () => WorkflowType, 1],
517
+ ];
518
+ export var ChildWorkflowExecutionTerminatedEventAttributes = [
519
+ 3,
520
+ n0,
521
+ _CWETEA,
522
+ 0,
523
+ [_wE, _wT, _iEI, _sEI],
524
+ [() => WorkflowExecution, () => WorkflowType, 1, 1],
525
+ ];
526
+ export var ChildWorkflowExecutionTimedOutEventAttributes = [
527
+ 3,
528
+ n0,
529
+ _CWETOEA,
530
+ 0,
531
+ [_wE, _wT, _tTi, _iEI, _sEI],
532
+ [() => WorkflowExecution, () => WorkflowType, 0, 1, 1],
533
+ ];
534
+ export var CloseStatusFilter = [3, n0, _CSF, 0, [_s], [0]];
535
+ export var CompleteWorkflowExecutionDecisionAttributes = [3, n0, _CWEDAo, 0, [_r], [0]];
536
+ export var CompleteWorkflowExecutionFailedEventAttributes = [
537
+ 3,
538
+ n0,
539
+ _CWEFEAo,
540
+ 0,
541
+ [_ca, _dTCEI],
542
+ [0, 1],
543
+ ];
544
+ export var ContinueAsNewWorkflowExecutionDecisionAttributes = [
545
+ 3,
546
+ n0,
547
+ _CANWEDA,
548
+ 0,
549
+ [_i, _eSTCT, _tL, _tP, _tSTCT, _cP, _tLa, _wTV, _lR],
550
+ [0, 0, () => TaskList, 0, 0, 0, 64 | 0, 0, 0],
551
+ ];
552
+ export var ContinueAsNewWorkflowExecutionFailedEventAttributes = [
553
+ 3,
554
+ n0,
555
+ _CANWEFEA,
556
+ 0,
557
+ [_ca, _dTCEI],
558
+ [0, 1],
559
+ ];
560
+ export var CountClosedWorkflowExecutionsInput = [
561
+ 3,
562
+ n0,
563
+ _CCWEI,
564
+ 0,
565
+ [_do, _sTF, _cTF, _eF, _tF, _tFa, _cSF],
566
+ [
567
+ 0,
568
+ () => ExecutionTimeFilter,
569
+ () => ExecutionTimeFilter,
570
+ () => WorkflowExecutionFilter,
571
+ () => WorkflowTypeFilter,
572
+ () => TagFilter,
573
+ () => CloseStatusFilter,
574
+ ],
575
+ ];
576
+ export var CountOpenWorkflowExecutionsInput = [
577
+ 3,
578
+ n0,
579
+ _COWEI,
580
+ 0,
581
+ [_do, _sTF, _tF, _tFa, _eF],
582
+ [0, () => ExecutionTimeFilter, () => WorkflowTypeFilter, () => TagFilter, () => WorkflowExecutionFilter],
583
+ ];
584
+ export var CountPendingActivityTasksInput = [3, n0, _CPATI, 0, [_do, _tL], [0, () => TaskList]];
585
+ export var CountPendingDecisionTasksInput = [3, n0, _CPDTI, 0, [_do, _tL], [0, () => TaskList]];
586
+ export var Decision = [
587
+ 3,
588
+ n0,
589
+ _D,
590
+ 0,
591
+ [_dT, _sATDA, _rCATDA, _cWEDA, _fWEDA, _cWEDAa, _cANWEDA, _rMDA, _sTDA, _cTDA, _sEWEDA, _rCEWEDA, _sCWEDA, _sLFDA],
592
+ [
593
+ 0,
594
+ () => ScheduleActivityTaskDecisionAttributes,
595
+ () => RequestCancelActivityTaskDecisionAttributes,
596
+ () => CompleteWorkflowExecutionDecisionAttributes,
597
+ () => FailWorkflowExecutionDecisionAttributes,
598
+ () => CancelWorkflowExecutionDecisionAttributes,
599
+ () => ContinueAsNewWorkflowExecutionDecisionAttributes,
600
+ () => RecordMarkerDecisionAttributes,
601
+ () => StartTimerDecisionAttributes,
602
+ () => CancelTimerDecisionAttributes,
603
+ () => SignalExternalWorkflowExecutionDecisionAttributes,
604
+ () => RequestCancelExternalWorkflowExecutionDecisionAttributes,
605
+ () => StartChildWorkflowExecutionDecisionAttributes,
606
+ () => ScheduleLambdaFunctionDecisionAttributes,
607
+ ],
608
+ ];
609
+ export var DecisionTask = [
610
+ 3,
611
+ n0,
612
+ _DT,
613
+ 0,
614
+ [_tT, _sEI, _wE, _wT, _e, _nPT, _pSEI],
615
+ [0, 1, () => WorkflowExecution, () => WorkflowType, () => HistoryEventList, 0, 1],
616
+ ];
617
+ export var DecisionTaskCompletedEventAttributes = [
618
+ 3,
619
+ n0,
620
+ _DTCEA,
621
+ 0,
622
+ [_eC, _sEIc, _sEI, _tL, _tLSTST],
623
+ [0, 1, 1, () => TaskList, 0],
624
+ ];
625
+ export var DecisionTaskScheduledEventAttributes = [
626
+ 3,
627
+ n0,
628
+ _DTSEA,
629
+ 0,
630
+ [_tL, _tP, _sTCTt, _sTST],
631
+ [() => TaskList, 0, 0, 0],
632
+ ];
633
+ export var DecisionTaskStartedEventAttributes = [3, n0, _DTSEAe, 0, [_id, _sEIc], [0, 1]];
634
+ export var DecisionTaskTimedOutEventAttributes = [
635
+ 3,
636
+ n0,
637
+ _DTTOEA,
638
+ 0,
639
+ [_tTi, _sEIc, _sEI],
640
+ [0, 1, 1],
641
+ ];
642
+ export var DefaultUndefinedFault = [
643
+ -3,
644
+ n0,
645
+ _DUF,
646
+ {
647
+ [_er]: _cl,
648
+ },
649
+ [_m],
650
+ [0],
651
+ ];
652
+ TypeRegistry.for(n0).registerError(DefaultUndefinedFault, __DefaultUndefinedFault);
653
+ export var DeleteActivityTypeInput = [3, n0, _DATI, 0, [_do, _aT], [0, () => ActivityType]];
654
+ export var DeleteWorkflowTypeInput = [3, n0, _DWTI, 0, [_do, _wT], [0, () => WorkflowType]];
655
+ export var DeprecateActivityTypeInput = [3, n0, _DATIe, 0, [_do, _aT], [0, () => ActivityType]];
656
+ export var DeprecateDomainInput = [3, n0, _DDI, 0, [_n], [0]];
657
+ export var DeprecateWorkflowTypeInput = [3, n0, _DWTIe, 0, [_do, _wT], [0, () => WorkflowType]];
658
+ export var DescribeActivityTypeInput = [3, n0, _DATIes, 0, [_do, _aT], [0, () => ActivityType]];
659
+ export var DescribeDomainInput = [3, n0, _DDIe, 0, [_n], [0]];
660
+ export var DescribeWorkflowExecutionInput = [
661
+ 3,
662
+ n0,
663
+ _DWEI,
664
+ 0,
665
+ [_do, _ex],
666
+ [0, () => WorkflowExecution],
667
+ ];
668
+ 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
+ ];
679
+ TypeRegistry.for(n0).registerError(DomainAlreadyExistsFault, __DomainAlreadyExistsFault);
680
+ 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
+ ];
691
+ TypeRegistry.for(n0).registerError(DomainDeprecatedFault, __DomainDeprecatedFault);
692
+ export var DomainDetail = [
693
+ 3,
694
+ n0,
695
+ _DD,
696
+ 0,
697
+ [_dI, _co],
698
+ [() => DomainInfo, () => DomainConfiguration],
699
+ ];
700
+ export var DomainInfo = [3, n0, _DI, 0, [_n, _s, _de, _a], [0, 0, 0, 0]];
701
+ export var DomainInfos = [3, n0, _DIo, 0, [_dIo, _nPT], [() => DomainInfoList, 0]];
702
+ export var ExecutionTimeFilter = [3, n0, _ETF, 0, [_oD, _lD], [4, 4]];
703
+ export var ExternalWorkflowExecutionCancelRequestedEventAttributes = [
704
+ 3,
705
+ n0,
706
+ _EWECREA,
707
+ 0,
708
+ [_wE, _iEI],
709
+ [() => WorkflowExecution, 1],
710
+ ];
711
+ export var ExternalWorkflowExecutionSignaledEventAttributes = [
712
+ 3,
713
+ n0,
714
+ _EWESEA,
715
+ 0,
716
+ [_wE, _iEI],
717
+ [() => WorkflowExecution, 1],
718
+ ];
719
+ export var FailWorkflowExecutionDecisionAttributes = [3, n0, _FWEDA, 0, [_re, _d], [0, 0]];
720
+ export var FailWorkflowExecutionFailedEventAttributes = [
721
+ 3,
722
+ n0,
723
+ _FWEFEA,
724
+ 0,
725
+ [_ca, _dTCEI],
726
+ [0, 1],
727
+ ];
728
+ export var GetWorkflowExecutionHistoryInput = [
729
+ 3,
730
+ n0,
731
+ _GWEHI,
732
+ 0,
733
+ [_do, _ex, _nPT, _mPS, _rO],
734
+ [0, () => WorkflowExecution, 0, 1, 2],
735
+ ];
736
+ export var History = [3, n0, _H, 0, [_e, _nPT], [() => HistoryEventList, 0]];
737
+ export var HistoryEvent = [
738
+ 3,
739
+ n0,
740
+ _HE,
741
+ 0,
742
+ [
743
+ _eT,
744
+ _eTv,
745
+ _eI,
746
+ _wESEA,
747
+ _wECEA,
748
+ _cWEFEA,
749
+ _wEFEA,
750
+ _fWEFEA,
751
+ _wETOEA,
752
+ _wECEAo,
753
+ _cWEFEAa,
754
+ _wECANEA,
755
+ _cANWEFEA,
756
+ _wETEA,
757
+ _wECREA,
758
+ _dTSEA,
759
+ _dTSEAe,
760
+ _dTCEA,
761
+ _dTTOEA,
762
+ _aTSEA,
763
+ _aTSEAc,
764
+ _aTCEA,
765
+ _aTFEA,
766
+ _aTTOEA,
767
+ _aTCEAc,
768
+ _aTCREA,
769
+ _wESEAo,
770
+ _mREA,
771
+ _rMFEA,
772
+ _tSEA,
773
+ _tFEA,
774
+ _tCEA,
775
+ _sCWEIEA,
776
+ _cWESEA,
777
+ _cWECEA,
778
+ _cWEFEAh,
779
+ _cWETOEA,
780
+ _cWECEAh,
781
+ _cWETEA,
782
+ _sEWEIEA,
783
+ _eWESEA,
784
+ _sEWEFEA,
785
+ _eWECREA,
786
+ _rCEWEIEA,
787
+ _rCEWEFEA,
788
+ _sATFEA,
789
+ _rCATFEA,
790
+ _sTFEA,
791
+ _cTFEA,
792
+ _sCWEFEA,
793
+ _lFSEA,
794
+ _lFSEAa,
795
+ _lFCEA,
796
+ _lFFEA,
797
+ _lFTOEA,
798
+ _sLFFEA,
799
+ _sLFFEAt,
800
+ ],
801
+ [
802
+ 4,
803
+ 0,
804
+ 1,
805
+ () => WorkflowExecutionStartedEventAttributes,
806
+ () => WorkflowExecutionCompletedEventAttributes,
807
+ () => CompleteWorkflowExecutionFailedEventAttributes,
808
+ () => WorkflowExecutionFailedEventAttributes,
809
+ () => FailWorkflowExecutionFailedEventAttributes,
810
+ () => WorkflowExecutionTimedOutEventAttributes,
811
+ () => WorkflowExecutionCanceledEventAttributes,
812
+ () => CancelWorkflowExecutionFailedEventAttributes,
813
+ () => WorkflowExecutionContinuedAsNewEventAttributes,
814
+ () => ContinueAsNewWorkflowExecutionFailedEventAttributes,
815
+ () => WorkflowExecutionTerminatedEventAttributes,
816
+ () => WorkflowExecutionCancelRequestedEventAttributes,
817
+ () => DecisionTaskScheduledEventAttributes,
818
+ () => DecisionTaskStartedEventAttributes,
819
+ () => DecisionTaskCompletedEventAttributes,
820
+ () => DecisionTaskTimedOutEventAttributes,
821
+ () => ActivityTaskScheduledEventAttributes,
822
+ () => ActivityTaskStartedEventAttributes,
823
+ () => ActivityTaskCompletedEventAttributes,
824
+ () => ActivityTaskFailedEventAttributes,
825
+ () => ActivityTaskTimedOutEventAttributes,
826
+ () => ActivityTaskCanceledEventAttributes,
827
+ () => ActivityTaskCancelRequestedEventAttributes,
828
+ () => WorkflowExecutionSignaledEventAttributes,
829
+ () => MarkerRecordedEventAttributes,
830
+ () => RecordMarkerFailedEventAttributes,
831
+ () => TimerStartedEventAttributes,
832
+ () => TimerFiredEventAttributes,
833
+ () => TimerCanceledEventAttributes,
834
+ () => StartChildWorkflowExecutionInitiatedEventAttributes,
835
+ () => ChildWorkflowExecutionStartedEventAttributes,
836
+ () => ChildWorkflowExecutionCompletedEventAttributes,
837
+ () => ChildWorkflowExecutionFailedEventAttributes,
838
+ () => ChildWorkflowExecutionTimedOutEventAttributes,
839
+ () => ChildWorkflowExecutionCanceledEventAttributes,
840
+ () => ChildWorkflowExecutionTerminatedEventAttributes,
841
+ () => SignalExternalWorkflowExecutionInitiatedEventAttributes,
842
+ () => ExternalWorkflowExecutionSignaledEventAttributes,
843
+ () => SignalExternalWorkflowExecutionFailedEventAttributes,
844
+ () => ExternalWorkflowExecutionCancelRequestedEventAttributes,
845
+ () => RequestCancelExternalWorkflowExecutionInitiatedEventAttributes,
846
+ () => RequestCancelExternalWorkflowExecutionFailedEventAttributes,
847
+ () => ScheduleActivityTaskFailedEventAttributes,
848
+ () => RequestCancelActivityTaskFailedEventAttributes,
849
+ () => StartTimerFailedEventAttributes,
850
+ () => CancelTimerFailedEventAttributes,
851
+ () => StartChildWorkflowExecutionFailedEventAttributes,
852
+ () => LambdaFunctionScheduledEventAttributes,
853
+ () => LambdaFunctionStartedEventAttributes,
854
+ () => LambdaFunctionCompletedEventAttributes,
855
+ () => LambdaFunctionFailedEventAttributes,
856
+ () => LambdaFunctionTimedOutEventAttributes,
857
+ () => ScheduleLambdaFunctionFailedEventAttributes,
858
+ () => StartLambdaFunctionFailedEventAttributes,
859
+ ],
860
+ ];
861
+ export var LambdaFunctionCompletedEventAttributes = [
862
+ 3,
863
+ n0,
864
+ _LFCEA,
865
+ 0,
866
+ [_sEIc, _sEI, _r],
867
+ [1, 1, 0],
868
+ ];
869
+ export var LambdaFunctionFailedEventAttributes = [
870
+ 3,
871
+ n0,
872
+ _LFFEA,
873
+ 0,
874
+ [_sEIc, _sEI, _re, _d],
875
+ [1, 1, 0, 0],
876
+ ];
877
+ export var LambdaFunctionScheduledEventAttributes = [
878
+ 3,
879
+ n0,
880
+ _LFSEA,
881
+ 0,
882
+ [_id_, _n, _c, _i, _sTCTt, _dTCEI],
883
+ [0, 0, 0, 0, 0, 1],
884
+ ];
885
+ export var LambdaFunctionStartedEventAttributes = [3, n0, _LFSEAa, 0, [_sEIc], [1]];
886
+ export var LambdaFunctionTimedOutEventAttributes = [
887
+ 3,
888
+ n0,
889
+ _LFTOEA,
890
+ 0,
891
+ [_sEIc, _sEI, _tTi],
892
+ [1, 1, 0],
893
+ ];
894
+ export var LimitExceededFault = [
895
+ -3,
896
+ n0,
897
+ _LEF,
898
+ {
899
+ [_er]: _cl,
900
+ },
901
+ [_m],
902
+ [0],
903
+ ];
904
+ TypeRegistry.for(n0).registerError(LimitExceededFault, __LimitExceededFault);
905
+ export var ListActivityTypesInput = [
906
+ 3,
907
+ n0,
908
+ _LATI,
909
+ 0,
910
+ [_do, _n, _rS, _nPT, _mPS, _rO],
911
+ [0, 0, 0, 0, 1, 2],
912
+ ];
913
+ export var ListClosedWorkflowExecutionsInput = [
914
+ 3,
915
+ n0,
916
+ _LCWEI,
917
+ 0,
918
+ [_do, _sTF, _cTF, _eF, _cSF, _tF, _tFa, _nPT, _mPS, _rO],
919
+ [
920
+ 0,
921
+ () => ExecutionTimeFilter,
922
+ () => ExecutionTimeFilter,
923
+ () => WorkflowExecutionFilter,
924
+ () => CloseStatusFilter,
925
+ () => WorkflowTypeFilter,
926
+ () => TagFilter,
927
+ 0,
928
+ 1,
929
+ 2,
930
+ ],
931
+ ];
932
+ export var ListDomainsInput = [3, n0, _LDI, 0, [_nPT, _rS, _mPS, _rO], [0, 0, 1, 2]];
933
+ export var ListOpenWorkflowExecutionsInput = [
934
+ 3,
935
+ n0,
936
+ _LOWEI,
937
+ 0,
938
+ [_do, _sTF, _tF, _tFa, _nPT, _mPS, _rO, _eF],
939
+ [0, () => ExecutionTimeFilter, () => WorkflowTypeFilter, () => TagFilter, 0, 1, 2, () => WorkflowExecutionFilter],
940
+ ];
941
+ export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rA], [0]];
942
+ export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_t], [() => ResourceTagList]];
943
+ export var ListWorkflowTypesInput = [
944
+ 3,
945
+ n0,
946
+ _LWTI,
947
+ 0,
948
+ [_do, _n, _rS, _nPT, _mPS, _rO],
949
+ [0, 0, 0, 0, 1, 2],
950
+ ];
951
+ 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
+ ];
962
+ TypeRegistry.for(n0).registerError(OperationNotPermittedFault, __OperationNotPermittedFault);
963
+ export var PendingTaskCount = [3, n0, _PTC, 0, [_cou, _tr], [1, 2]];
964
+ export var PollForActivityTaskInput = [
965
+ 3,
966
+ n0,
967
+ _PFATI,
968
+ 0,
969
+ [_do, _tL, _id],
970
+ [0, () => TaskList, 0],
971
+ ];
972
+ export var PollForDecisionTaskInput = [
973
+ 3,
974
+ n0,
975
+ _PFDTI,
976
+ 0,
977
+ [_do, _tL, _id, _nPT, _mPS, _rO, _sAPSE],
978
+ [0, () => TaskList, 0, 0, 1, 2, 2],
979
+ ];
980
+ export var RecordActivityTaskHeartbeatInput = [3, n0, _RATHI, 0, [_tT, _d], [0, 0]];
981
+ export var RecordMarkerDecisionAttributes = [3, n0, _RMDA, 0, [_mN, _d], [0, 0]];
982
+ export var RecordMarkerFailedEventAttributes = [3, n0, _RMFEA, 0, [_mN, _ca, _dTCEI], [0, 0, 1]];
983
+ export var RegisterActivityTypeInput = [
984
+ 3,
985
+ n0,
986
+ _RATI,
987
+ 0,
988
+ [_do, _n, _v, _de, _dTSTCT, _dTHT, _dTL, _dTP, _dTSTST, _dTSTCTe],
989
+ [0, 0, 0, 0, 0, 0, () => TaskList, 0, 0, 0],
990
+ ];
991
+ export var RegisterDomainInput = [
992
+ 3,
993
+ n0,
994
+ _RDI,
995
+ 0,
996
+ [_n, _de, _wERPID, _t],
997
+ [0, 0, 0, () => ResourceTagList],
998
+ ];
999
+ export var RegisterWorkflowTypeInput = [
1000
+ 3,
1001
+ n0,
1002
+ _RWTI,
1003
+ 0,
1004
+ [_do, _n, _v, _de, _dTSTCT, _dESTCT, _dTL, _dTP, _dCP, _dLR],
1005
+ [0, 0, 0, 0, 0, 0, () => TaskList, 0, 0, 0],
1006
+ ];
1007
+ export var RequestCancelActivityTaskDecisionAttributes = [3, n0, _RCATDA, 0, [_aI], [0]];
1008
+ export var RequestCancelActivityTaskFailedEventAttributes = [
1009
+ 3,
1010
+ n0,
1011
+ _RCATFEA,
1012
+ 0,
1013
+ [_aI, _ca, _dTCEI],
1014
+ [0, 0, 1],
1015
+ ];
1016
+ export var RequestCancelExternalWorkflowExecutionDecisionAttributes = [
1017
+ 3,
1018
+ n0,
1019
+ _RCEWEDA,
1020
+ 0,
1021
+ [_wI, _rI, _c],
1022
+ [0, 0, 0],
1023
+ ];
1024
+ export var RequestCancelExternalWorkflowExecutionFailedEventAttributes = [
1025
+ 3,
1026
+ n0,
1027
+ _RCEWEFEA,
1028
+ 0,
1029
+ [_wI, _rI, _ca, _iEI, _dTCEI, _c],
1030
+ [0, 0, 0, 1, 1, 0],
1031
+ ];
1032
+ export var RequestCancelExternalWorkflowExecutionInitiatedEventAttributes = [
1033
+ 3,
1034
+ n0,
1035
+ _RCEWEIEA,
1036
+ 0,
1037
+ [_wI, _rI, _dTCEI, _c],
1038
+ [0, 0, 1, 0],
1039
+ ];
1040
+ export var RequestCancelWorkflowExecutionInput = [3, n0, _RCWEI, 0, [_do, _wI, _rI], [0, 0, 0]];
1041
+ export var ResourceTag = [3, n0, _RT, 0, [_k, _va], [0, 0]];
1042
+ export var RespondActivityTaskCanceledInput = [3, n0, _RATCI, 0, [_tT, _d], [0, 0]];
1043
+ export var RespondActivityTaskCompletedInput = [3, n0, _RATCIe, 0, [_tT, _r], [0, 0]];
1044
+ export var RespondActivityTaskFailedInput = [3, n0, _RATFI, 0, [_tT, _re, _d], [0, 0, 0]];
1045
+ export var RespondDecisionTaskCompletedInput = [
1046
+ 3,
1047
+ n0,
1048
+ _RDTCI,
1049
+ 0,
1050
+ [_tT, _dec, _eC, _tL, _tLSTST],
1051
+ [0, () => DecisionList, 0, () => TaskList, 0],
1052
+ ];
1053
+ export var Run = [3, n0, _R, 0, [_rI], [0]];
1054
+ export var ScheduleActivityTaskDecisionAttributes = [
1055
+ 3,
1056
+ n0,
1057
+ _SATDA,
1058
+ 0,
1059
+ [_aT, _aI, _c, _i, _sTCT, _tL, _tP, _sTST, _sTCTt, _hT],
1060
+ [() => ActivityType, 0, 0, 0, 0, () => TaskList, 0, 0, 0, 0],
1061
+ ];
1062
+ export var ScheduleActivityTaskFailedEventAttributes = [
1063
+ 3,
1064
+ n0,
1065
+ _SATFEA,
1066
+ 0,
1067
+ [_aT, _aI, _ca, _dTCEI],
1068
+ [() => ActivityType, 0, 0, 1],
1069
+ ];
1070
+ export var ScheduleLambdaFunctionDecisionAttributes = [
1071
+ 3,
1072
+ n0,
1073
+ _SLFDA,
1074
+ 0,
1075
+ [_id_, _n, _c, _i, _sTCTt],
1076
+ [0, 0, 0, 0, 0],
1077
+ ];
1078
+ export var ScheduleLambdaFunctionFailedEventAttributes = [
1079
+ 3,
1080
+ n0,
1081
+ _SLFFEA,
1082
+ 0,
1083
+ [_id_, _n, _ca, _dTCEI],
1084
+ [0, 0, 0, 1],
1085
+ ];
1086
+ export var SignalExternalWorkflowExecutionDecisionAttributes = [
1087
+ 3,
1088
+ n0,
1089
+ _SEWEDA,
1090
+ 0,
1091
+ [_wI, _rI, _sN, _i, _c],
1092
+ [0, 0, 0, 0, 0],
1093
+ ];
1094
+ export var SignalExternalWorkflowExecutionFailedEventAttributes = [
1095
+ 3,
1096
+ n0,
1097
+ _SEWEFEA,
1098
+ 0,
1099
+ [_wI, _rI, _ca, _iEI, _dTCEI, _c],
1100
+ [0, 0, 0, 1, 1, 0],
1101
+ ];
1102
+ export var SignalExternalWorkflowExecutionInitiatedEventAttributes = [
1103
+ 3,
1104
+ n0,
1105
+ _SEWEIEA,
1106
+ 0,
1107
+ [_wI, _rI, _sN, _i, _dTCEI, _c],
1108
+ [0, 0, 0, 0, 1, 0],
1109
+ ];
1110
+ export var SignalWorkflowExecutionInput = [
1111
+ 3,
1112
+ n0,
1113
+ _SWEI,
1114
+ 0,
1115
+ [_do, _wI, _rI, _sN, _i],
1116
+ [0, 0, 0, 0, 0],
1117
+ ];
1118
+ export var StartChildWorkflowExecutionDecisionAttributes = [
1119
+ 3,
1120
+ n0,
1121
+ _SCWEDA,
1122
+ 0,
1123
+ [_wT, _wI, _c, _i, _eSTCT, _tL, _tP, _tSTCT, _cP, _tLa, _lR],
1124
+ [() => WorkflowType, 0, 0, 0, 0, () => TaskList, 0, 0, 0, 64 | 0, 0],
1125
+ ];
1126
+ export var StartChildWorkflowExecutionFailedEventAttributes = [
1127
+ 3,
1128
+ n0,
1129
+ _SCWEFEA,
1130
+ 0,
1131
+ [_wT, _ca, _wI, _iEI, _dTCEI, _c],
1132
+ [() => WorkflowType, 0, 0, 1, 1, 0],
1133
+ ];
1134
+ export var StartChildWorkflowExecutionInitiatedEventAttributes = [
1135
+ 3,
1136
+ n0,
1137
+ _SCWEIEA,
1138
+ 0,
1139
+ [_wI, _wT, _c, _i, _eSTCT, _tL, _tP, _dTCEI, _cP, _tSTCT, _tLa, _lR],
1140
+ [0, () => WorkflowType, 0, 0, 0, () => TaskList, 0, 1, 0, 0, 64 | 0, 0],
1141
+ ];
1142
+ export var StartLambdaFunctionFailedEventAttributes = [
1143
+ 3,
1144
+ n0,
1145
+ _SLFFEAt,
1146
+ 0,
1147
+ [_sEIc, _ca, _m],
1148
+ [1, 0, 0],
1149
+ ];
1150
+ export var StartTimerDecisionAttributes = [3, n0, _STDA, 0, [_tIi, _c, _sTFT], [0, 0, 0]];
1151
+ export var StartTimerFailedEventAttributes = [3, n0, _STFEA, 0, [_tIi, _ca, _dTCEI], [0, 0, 1]];
1152
+ export var StartWorkflowExecutionInput = [
1153
+ 3,
1154
+ n0,
1155
+ _SWEIt,
1156
+ 0,
1157
+ [_do, _wI, _wT, _tL, _tP, _i, _eSTCT, _tLa, _tSTCT, _cP, _lR],
1158
+ [0, 0, () => WorkflowType, () => TaskList, 0, 0, 0, 64 | 0, 0, 0, 0],
1159
+ ];
1160
+ export var TagFilter = [3, n0, _TF, 0, [_ta], [0]];
1161
+ export var TagResourceInput = [3, n0, _TRI, 0, [_rA, _t], [0, () => ResourceTagList]];
1162
+ export var TaskList = [3, n0, _TL, 0, [_n], [0]];
1163
+ export var TerminateWorkflowExecutionInput = [
1164
+ 3,
1165
+ n0,
1166
+ _TWEI,
1167
+ 0,
1168
+ [_do, _wI, _rI, _re, _d, _cP],
1169
+ [0, 0, 0, 0, 0, 0],
1170
+ ];
1171
+ export var TimerCanceledEventAttributes = [3, n0, _TCEA, 0, [_tIi, _sEI, _dTCEI], [0, 1, 1]];
1172
+ export var TimerFiredEventAttributes = [3, n0, _TFEA, 0, [_tIi, _sEI], [0, 1]];
1173
+ export var TimerStartedEventAttributes = [
1174
+ 3,
1175
+ n0,
1176
+ _TSEA,
1177
+ 0,
1178
+ [_tIi, _c, _sTFT, _dTCEI],
1179
+ [0, 0, 0, 1],
1180
+ ];
1181
+ export var TooManyTagsFault = [
1182
+ -3,
1183
+ n0,
1184
+ _TMTF,
1185
+ {
1186
+ [_er]: _cl,
1187
+ [_hE]: 400,
1188
+ },
1189
+ [_m],
1190
+ [0],
1191
+ ];
1192
+ 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
+ ];
1203
+ 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
+ ];
1214
+ 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
+ ];
1225
+ TypeRegistry.for(n0).registerError(TypeNotDeprecatedFault, __TypeNotDeprecatedFault);
1226
+ export var UndeprecateActivityTypeInput = [3, n0, _UATI, 0, [_do, _aT], [0, () => ActivityType]];
1227
+ export var UndeprecateDomainInput = [3, n0, _UDI, 0, [_n], [0]];
1228
+ 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
+ ];
1239
+ TypeRegistry.for(n0).registerError(UnknownResourceFault, __UnknownResourceFault);
1240
+ export var UntagResourceInput = [3, n0, _URI, 0, [_rA, _tK], [0, 64 | 0]];
1241
+ 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
+ ];
1252
+ TypeRegistry.for(n0).registerError(WorkflowExecutionAlreadyStartedFault, __WorkflowExecutionAlreadyStartedFault);
1253
+ export var WorkflowExecutionCanceledEventAttributes = [3, n0, _WECEA, 0, [_d, _dTCEI], [0, 1]];
1254
+ export var WorkflowExecutionCancelRequestedEventAttributes = [
1255
+ 3,
1256
+ n0,
1257
+ _WECREA,
1258
+ 0,
1259
+ [_eWE, _eIEI, _ca],
1260
+ [() => WorkflowExecution, 1, 0],
1261
+ ];
1262
+ export var WorkflowExecutionCompletedEventAttributes = [3, n0, _WECEAo, 0, [_r, _dTCEI], [0, 1]];
1263
+ export var WorkflowExecutionConfiguration = [
1264
+ 3,
1265
+ n0,
1266
+ _WEC,
1267
+ 0,
1268
+ [_tSTCT, _eSTCT, _tL, _tP, _cP, _lR],
1269
+ [0, 0, () => TaskList, 0, 0, 0],
1270
+ ];
1271
+ export var WorkflowExecutionContinuedAsNewEventAttributes = [
1272
+ 3,
1273
+ n0,
1274
+ _WECANEA,
1275
+ 0,
1276
+ [_i, _dTCEI, _nERI, _eSTCT, _tL, _tP, _tSTCT, _cP, _tLa, _wT, _lR],
1277
+ [0, 1, 0, 0, () => TaskList, 0, 0, 0, 64 | 0, () => WorkflowType, 0],
1278
+ ];
1279
+ export var WorkflowExecutionCount = [3, n0, _WECo, 0, [_cou, _tr], [1, 2]];
1280
+ export var WorkflowExecutionDetail = [
1281
+ 3,
1282
+ n0,
1283
+ _WED,
1284
+ 0,
1285
+ [_eIx, _eCx, _oC, _lATT, _lEC],
1286
+ [() => WorkflowExecutionInfo, () => WorkflowExecutionConfiguration, () => WorkflowExecutionOpenCounts, 4, 0],
1287
+ ];
1288
+ export var WorkflowExecutionFailedEventAttributes = [
1289
+ 3,
1290
+ n0,
1291
+ _WEFEA,
1292
+ 0,
1293
+ [_re, _d, _dTCEI],
1294
+ [0, 0, 1],
1295
+ ];
1296
+ export var WorkflowExecutionFilter = [3, n0, _WEF, 0, [_wI], [0]];
1297
+ export var WorkflowExecutionInfo = [
1298
+ 3,
1299
+ n0,
1300
+ _WEI,
1301
+ 0,
1302
+ [_ex, _wT, _sT, _cT, _eS, _cS, _p, _tLa, _cR],
1303
+ [() => WorkflowExecution, () => WorkflowType, 4, 4, 0, 0, () => WorkflowExecution, 64 | 0, 2],
1304
+ ];
1305
+ export var WorkflowExecutionInfos = [
1306
+ 3,
1307
+ n0,
1308
+ _WEIo,
1309
+ 0,
1310
+ [_eIxe, _nPT],
1311
+ [() => WorkflowExecutionInfoList, 0],
1312
+ ];
1313
+ export var WorkflowExecutionOpenCounts = [
1314
+ 3,
1315
+ n0,
1316
+ _WEOC,
1317
+ 0,
1318
+ [_oAT, _oDT, _oT, _oCWE, _oLF],
1319
+ [1, 1, 1, 1, 1],
1320
+ ];
1321
+ export var WorkflowExecutionSignaledEventAttributes = [
1322
+ 3,
1323
+ n0,
1324
+ _WESEA,
1325
+ 0,
1326
+ [_sN, _i, _eWE, _eIEI],
1327
+ [0, 0, () => WorkflowExecution, 1],
1328
+ ];
1329
+ export var WorkflowExecutionStartedEventAttributes = [
1330
+ 3,
1331
+ n0,
1332
+ _WESEAo,
1333
+ 0,
1334
+ [_i, _eSTCT, _tSTCT, _cP, _tL, _tP, _wT, _tLa, _cERI, _pWE, _pIEI, _lR],
1335
+ [0, 0, 0, 0, () => TaskList, 0, () => WorkflowType, 64 | 0, 0, () => WorkflowExecution, 1, 0],
1336
+ ];
1337
+ export var WorkflowExecutionTerminatedEventAttributes = [
1338
+ 3,
1339
+ n0,
1340
+ _WETEA,
1341
+ 0,
1342
+ [_re, _d, _cP, _ca],
1343
+ [0, 0, 0, 0],
1344
+ ];
1345
+ export var WorkflowExecutionTimedOutEventAttributes = [3, n0, _WETOEA, 0, [_tTi, _cP], [0, 0]];
1346
+ export var WorkflowType = [3, n0, _WT, 0, [_n, _v], [0, 0]];
1347
+ export var WorkflowTypeConfiguration = [
1348
+ 3,
1349
+ n0,
1350
+ _WTC,
1351
+ 0,
1352
+ [_dTSTCT, _dESTCT, _dTL, _dTP, _dCP, _dLR],
1353
+ [0, 0, () => TaskList, 0, 0, 0],
1354
+ ];
1355
+ export var WorkflowTypeDetail = [
1356
+ 3,
1357
+ n0,
1358
+ _WTD,
1359
+ 0,
1360
+ [_tI, _co],
1361
+ [() => WorkflowTypeInfo, () => WorkflowTypeConfiguration],
1362
+ ];
1363
+ export var WorkflowTypeFilter = [3, n0, _WTF, 0, [_n, _v], [0, 0]];
1364
+ export var WorkflowTypeInfo = [
1365
+ 3,
1366
+ n0,
1367
+ _WTI,
1368
+ 0,
1369
+ [_wT, _s, _de, _cD, _dD],
1370
+ [() => WorkflowType, 0, 0, 4, 4],
1371
+ ];
1372
+ export var WorkflowTypeInfos = [3, n0, _WTIo, 0, [_tIy, _nPT], [() => WorkflowTypeInfoList, 0]];
1373
+ export var __Unit = "unit";
1374
+ export var SWFServiceException = [-3, _sm, "SWFServiceException", 0, [], []];
1375
+ TypeRegistry.for(_sm).registerError(SWFServiceException, __SWFServiceException);
1376
+ export var ActivityTypeInfoList = [1, n0, _ATIL, 0, () => ActivityTypeInfo];
1377
+ export var DecisionList = [1, n0, _DL, 0, () => Decision];
1378
+ export var DomainInfoList = [1, n0, _DIL, 0, () => DomainInfo];
1379
+ export var HistoryEventList = [1, n0, _HEL, 0, () => HistoryEvent];
1380
+ export var ResourceTagKeyList = 64 | 0;
1381
+ export var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag];
1382
+ export var TagList = 64 | 0;
1383
+ export var WorkflowExecutionInfoList = [1, n0, _WEIL, 0, () => WorkflowExecutionInfo];
1384
+ export var WorkflowTypeInfoList = [1, n0, _WTIL, 0, () => WorkflowTypeInfo];
1385
+ export var CountClosedWorkflowExecutions = [
1386
+ 9,
1387
+ n0,
1388
+ _CCWE,
1389
+ 0,
1390
+ () => CountClosedWorkflowExecutionsInput,
1391
+ () => WorkflowExecutionCount,
1392
+ ];
1393
+ export var CountOpenWorkflowExecutions = [
1394
+ 9,
1395
+ n0,
1396
+ _COWE,
1397
+ 0,
1398
+ () => CountOpenWorkflowExecutionsInput,
1399
+ () => WorkflowExecutionCount,
1400
+ ];
1401
+ export var CountPendingActivityTasks = [
1402
+ 9,
1403
+ n0,
1404
+ _CPAT,
1405
+ 0,
1406
+ () => CountPendingActivityTasksInput,
1407
+ () => PendingTaskCount,
1408
+ ];
1409
+ export var CountPendingDecisionTasks = [
1410
+ 9,
1411
+ n0,
1412
+ _CPDT,
1413
+ 0,
1414
+ () => CountPendingDecisionTasksInput,
1415
+ () => PendingTaskCount,
1416
+ ];
1417
+ export var DeleteActivityType = [9, n0, _DAT, 0, () => DeleteActivityTypeInput, () => __Unit];
1418
+ export var DeleteWorkflowType = [9, n0, _DWT, 0, () => DeleteWorkflowTypeInput, () => __Unit];
1419
+ export var DeprecateActivityType = [
1420
+ 9,
1421
+ n0,
1422
+ _DATe,
1423
+ 0,
1424
+ () => DeprecateActivityTypeInput,
1425
+ () => __Unit,
1426
+ ];
1427
+ export var DeprecateDomain = [9, n0, _DDe, 0, () => DeprecateDomainInput, () => __Unit];
1428
+ export var DeprecateWorkflowType = [
1429
+ 9,
1430
+ n0,
1431
+ _DWTe,
1432
+ 0,
1433
+ () => DeprecateWorkflowTypeInput,
1434
+ () => __Unit,
1435
+ ];
1436
+ export var DescribeActivityType = [
1437
+ 9,
1438
+ n0,
1439
+ _DATes,
1440
+ 0,
1441
+ () => DescribeActivityTypeInput,
1442
+ () => ActivityTypeDetail,
1443
+ ];
1444
+ export var DescribeDomain = [9, n0, _DDes, 0, () => DescribeDomainInput, () => DomainDetail];
1445
+ export var DescribeWorkflowExecution = [
1446
+ 9,
1447
+ n0,
1448
+ _DWE,
1449
+ 0,
1450
+ () => DescribeWorkflowExecutionInput,
1451
+ () => WorkflowExecutionDetail,
1452
+ ];
1453
+ export var DescribeWorkflowType = [
1454
+ 9,
1455
+ n0,
1456
+ _DWTes,
1457
+ 0,
1458
+ () => DescribeWorkflowTypeInput,
1459
+ () => WorkflowTypeDetail,
1460
+ ];
1461
+ export var GetWorkflowExecutionHistory = [
1462
+ 9,
1463
+ n0,
1464
+ _GWEH,
1465
+ 0,
1466
+ () => GetWorkflowExecutionHistoryInput,
1467
+ () => History,
1468
+ ];
1469
+ export var ListActivityTypes = [
1470
+ 9,
1471
+ n0,
1472
+ _LAT,
1473
+ 0,
1474
+ () => ListActivityTypesInput,
1475
+ () => ActivityTypeInfos,
1476
+ ];
1477
+ export var ListClosedWorkflowExecutions = [
1478
+ 9,
1479
+ n0,
1480
+ _LCWE,
1481
+ 0,
1482
+ () => ListClosedWorkflowExecutionsInput,
1483
+ () => WorkflowExecutionInfos,
1484
+ ];
1485
+ export var ListDomains = [9, n0, _LD, 0, () => ListDomainsInput, () => DomainInfos];
1486
+ export var ListOpenWorkflowExecutions = [
1487
+ 9,
1488
+ n0,
1489
+ _LOWE,
1490
+ 0,
1491
+ () => ListOpenWorkflowExecutionsInput,
1492
+ () => WorkflowExecutionInfos,
1493
+ ];
1494
+ export var ListTagsForResource = [
1495
+ 9,
1496
+ n0,
1497
+ _LTFR,
1498
+ 0,
1499
+ () => ListTagsForResourceInput,
1500
+ () => ListTagsForResourceOutput,
1501
+ ];
1502
+ export var ListWorkflowTypes = [
1503
+ 9,
1504
+ n0,
1505
+ _LWT,
1506
+ 0,
1507
+ () => ListWorkflowTypesInput,
1508
+ () => WorkflowTypeInfos,
1509
+ ];
1510
+ export var PollForActivityTask = [
1511
+ 9,
1512
+ n0,
1513
+ _PFAT,
1514
+ 0,
1515
+ () => PollForActivityTaskInput,
1516
+ () => ActivityTask,
1517
+ ];
1518
+ export var PollForDecisionTask = [
1519
+ 9,
1520
+ n0,
1521
+ _PFDT,
1522
+ 0,
1523
+ () => PollForDecisionTaskInput,
1524
+ () => DecisionTask,
1525
+ ];
1526
+ export var RecordActivityTaskHeartbeat = [
1527
+ 9,
1528
+ n0,
1529
+ _RATH,
1530
+ 0,
1531
+ () => RecordActivityTaskHeartbeatInput,
1532
+ () => ActivityTaskStatus,
1533
+ ];
1534
+ export var RegisterActivityType = [
1535
+ 9,
1536
+ n0,
1537
+ _RAT,
1538
+ 0,
1539
+ () => RegisterActivityTypeInput,
1540
+ () => __Unit,
1541
+ ];
1542
+ export var RegisterDomain = [9, n0, _RD, 0, () => RegisterDomainInput, () => __Unit];
1543
+ export var RegisterWorkflowType = [
1544
+ 9,
1545
+ n0,
1546
+ _RWT,
1547
+ 0,
1548
+ () => RegisterWorkflowTypeInput,
1549
+ () => __Unit,
1550
+ ];
1551
+ export var RequestCancelWorkflowExecution = [
1552
+ 9,
1553
+ n0,
1554
+ _RCWE,
1555
+ 0,
1556
+ () => RequestCancelWorkflowExecutionInput,
1557
+ () => __Unit,
1558
+ ];
1559
+ export var RespondActivityTaskCanceled = [
1560
+ 9,
1561
+ n0,
1562
+ _RATC,
1563
+ 0,
1564
+ () => RespondActivityTaskCanceledInput,
1565
+ () => __Unit,
1566
+ ];
1567
+ export var RespondActivityTaskCompleted = [
1568
+ 9,
1569
+ n0,
1570
+ _RATCe,
1571
+ 0,
1572
+ () => RespondActivityTaskCompletedInput,
1573
+ () => __Unit,
1574
+ ];
1575
+ export var RespondActivityTaskFailed = [
1576
+ 9,
1577
+ n0,
1578
+ _RATF,
1579
+ 0,
1580
+ () => RespondActivityTaskFailedInput,
1581
+ () => __Unit,
1582
+ ];
1583
+ export var RespondDecisionTaskCompleted = [
1584
+ 9,
1585
+ n0,
1586
+ _RDTC,
1587
+ 0,
1588
+ () => RespondDecisionTaskCompletedInput,
1589
+ () => __Unit,
1590
+ ];
1591
+ export var SignalWorkflowExecution = [
1592
+ 9,
1593
+ n0,
1594
+ _SWE,
1595
+ 0,
1596
+ () => SignalWorkflowExecutionInput,
1597
+ () => __Unit,
1598
+ ];
1599
+ export var StartWorkflowExecution = [
1600
+ 9,
1601
+ n0,
1602
+ _SWEt,
1603
+ 0,
1604
+ () => StartWorkflowExecutionInput,
1605
+ () => Run,
1606
+ ];
1607
+ export var TagResource = [9, n0, _TR, 0, () => TagResourceInput, () => __Unit];
1608
+ export var TerminateWorkflowExecution = [
1609
+ 9,
1610
+ n0,
1611
+ _TWE,
1612
+ 0,
1613
+ () => TerminateWorkflowExecutionInput,
1614
+ () => __Unit,
1615
+ ];
1616
+ export var UndeprecateActivityType = [
1617
+ 9,
1618
+ n0,
1619
+ _UAT,
1620
+ 0,
1621
+ () => UndeprecateActivityTypeInput,
1622
+ () => __Unit,
1623
+ ];
1624
+ export var UndeprecateDomain = [9, n0, _UD, 0, () => UndeprecateDomainInput, () => __Unit];
1625
+ export var UndeprecateWorkflowType = [
1626
+ 9,
1627
+ n0,
1628
+ _UWT,
1629
+ 0,
1630
+ () => UndeprecateWorkflowTypeInput,
1631
+ () => __Unit,
1632
+ ];
1633
+ export var UntagResource = [9, n0, _UR, 0, () => UntagResourceInput, () => __Unit];