@aws-sdk/client-swf 3.169.0 → 3.170.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 (61) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/SWF.d.ts +1467 -16
  3. package/dist-types/ts3.4/SWFClient.d.ts +350 -110
  4. package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +17 -8
  19. package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/index.d.ts +37 -37
  42. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  43. package/dist-types/ts3.4/index.d.ts +6 -6
  44. package/dist-types/ts3.4/models/SWFServiceException.d.ts +8 -6
  45. package/dist-types/ts3.4/models/index.d.ts +1 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +2218 -1950
  47. package/dist-types/ts3.4/pagination/GetWorkflowExecutionHistoryPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  49. package/dist-types/ts3.4/pagination/ListActivityTypesPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListClosedWorkflowExecutionsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListOpenWorkflowExecutionsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListWorkflowTypesPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/PollForDecisionTaskPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/index.d.ts +8 -8
  56. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +449 -113
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  61. package/package.json +34 -34
@@ -1,1950 +1,2218 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { SWFServiceException as __BaseException } from "./SWFServiceException";
3
-
4
- export interface ActivityType {
5
-
6
- name: string | undefined;
7
-
8
- version: string | undefined;
9
- }
10
-
11
- export interface WorkflowExecution {
12
-
13
- workflowId: string | undefined;
14
-
15
- runId: string | undefined;
16
- }
17
-
18
- export interface ActivityTask {
19
-
20
- taskToken: string | undefined;
21
-
22
- activityId: string | undefined;
23
-
24
- startedEventId: number | undefined;
25
-
26
- workflowExecution: WorkflowExecution | undefined;
27
-
28
- activityType: ActivityType | undefined;
29
-
30
- input?: string;
31
- }
32
-
33
- export interface ActivityTaskCanceledEventAttributes {
34
-
35
- details?: string;
36
-
37
- scheduledEventId: number | undefined;
38
-
39
- startedEventId: number | undefined;
40
-
41
- latestCancelRequestedEventId?: number;
42
- }
43
-
44
- export interface ActivityTaskCancelRequestedEventAttributes {
45
-
46
- decisionTaskCompletedEventId: number | undefined;
47
-
48
- activityId: string | undefined;
49
- }
50
-
51
- export interface ActivityTaskCompletedEventAttributes {
52
-
53
- result?: string;
54
-
55
- scheduledEventId: number | undefined;
56
-
57
- startedEventId: number | undefined;
58
- }
59
-
60
- export interface ActivityTaskFailedEventAttributes {
61
-
62
- reason?: string;
63
-
64
- details?: string;
65
-
66
- scheduledEventId: number | undefined;
67
-
68
- startedEventId: number | undefined;
69
- }
70
-
71
- export interface TaskList {
72
-
73
- name: string | undefined;
74
- }
75
-
76
- export interface ActivityTaskScheduledEventAttributes {
77
-
78
- activityType: ActivityType | undefined;
79
-
80
- activityId: string | undefined;
81
-
82
- input?: string;
83
-
84
- control?: string;
85
-
86
- scheduleToStartTimeout?: string;
87
-
88
- scheduleToCloseTimeout?: string;
89
-
90
- startToCloseTimeout?: string;
91
-
92
- taskList: TaskList | undefined;
93
-
94
- taskPriority?: string;
95
-
96
- decisionTaskCompletedEventId: number | undefined;
97
-
98
- heartbeatTimeout?: string;
99
- }
100
-
101
- export interface ActivityTaskStartedEventAttributes {
102
-
103
- identity?: string;
104
-
105
- scheduledEventId: number | undefined;
106
- }
107
-
108
- export interface ActivityTaskStatus {
109
-
110
- cancelRequested: boolean | undefined;
111
- }
112
- export declare type ActivityTaskTimeoutType = "HEARTBEAT" | "SCHEDULE_TO_CLOSE" | "SCHEDULE_TO_START" | "START_TO_CLOSE";
113
-
114
- export interface ActivityTaskTimedOutEventAttributes {
115
-
116
- timeoutType: ActivityTaskTimeoutType | string | undefined;
117
-
118
- scheduledEventId: number | undefined;
119
-
120
- startedEventId: number | undefined;
121
-
122
- details?: string;
123
- }
124
-
125
- export interface ActivityTypeConfiguration {
126
-
127
- defaultTaskStartToCloseTimeout?: string;
128
-
129
- defaultTaskHeartbeatTimeout?: string;
130
-
131
- defaultTaskList?: TaskList;
132
-
133
- defaultTaskPriority?: string;
134
-
135
- defaultTaskScheduleToStartTimeout?: string;
136
-
137
- defaultTaskScheduleToCloseTimeout?: string;
138
- }
139
- export declare type RegistrationStatus = "DEPRECATED" | "REGISTERED";
140
-
141
- export interface ActivityTypeInfo {
142
-
143
- activityType: ActivityType | undefined;
144
-
145
- status: RegistrationStatus | string | undefined;
146
-
147
- description?: string;
148
-
149
- creationDate: Date | undefined;
150
-
151
- deprecationDate?: Date;
152
- }
153
-
154
- export interface ActivityTypeDetail {
155
-
156
- typeInfo: ActivityTypeInfo | undefined;
157
-
158
- configuration: ActivityTypeConfiguration | undefined;
159
- }
160
-
161
- export interface ActivityTypeInfos {
162
-
163
- typeInfos: ActivityTypeInfo[] | undefined;
164
-
165
- nextPageToken?: string;
166
- }
167
-
168
- export interface CancelTimerDecisionAttributes {
169
-
170
- timerId: string | undefined;
171
- }
172
- export declare type CancelTimerFailedCause = "OPERATION_NOT_PERMITTED" | "TIMER_ID_UNKNOWN";
173
-
174
- export interface CancelTimerFailedEventAttributes {
175
-
176
- timerId: string | undefined;
177
-
178
- cause: CancelTimerFailedCause | string | undefined;
179
-
180
- decisionTaskCompletedEventId: number | undefined;
181
- }
182
-
183
- export interface CancelWorkflowExecutionDecisionAttributes {
184
-
185
- details?: string;
186
- }
187
- export declare type CancelWorkflowExecutionFailedCause = "OPERATION_NOT_PERMITTED" | "UNHANDLED_DECISION";
188
-
189
- export interface CancelWorkflowExecutionFailedEventAttributes {
190
-
191
- cause: CancelWorkflowExecutionFailedCause | string | undefined;
192
-
193
- decisionTaskCompletedEventId: number | undefined;
194
- }
195
- export declare type ChildPolicy = "ABANDON" | "REQUEST_CANCEL" | "TERMINATE";
196
-
197
- export interface WorkflowType {
198
-
199
- name: string | undefined;
200
-
201
- version: string | undefined;
202
- }
203
-
204
- export interface ChildWorkflowExecutionCanceledEventAttributes {
205
-
206
- workflowExecution: WorkflowExecution | undefined;
207
-
208
- workflowType: WorkflowType | undefined;
209
-
210
- details?: string;
211
-
212
- initiatedEventId: number | undefined;
213
-
214
- startedEventId: number | undefined;
215
- }
216
-
217
- export interface ChildWorkflowExecutionCompletedEventAttributes {
218
-
219
- workflowExecution: WorkflowExecution | undefined;
220
-
221
- workflowType: WorkflowType | undefined;
222
-
223
- result?: string;
224
-
225
- initiatedEventId: number | undefined;
226
-
227
- startedEventId: number | undefined;
228
- }
229
-
230
- export interface ChildWorkflowExecutionFailedEventAttributes {
231
-
232
- workflowExecution: WorkflowExecution | undefined;
233
-
234
- workflowType: WorkflowType | undefined;
235
-
236
- reason?: string;
237
-
238
- details?: string;
239
-
240
- initiatedEventId: number | undefined;
241
-
242
- startedEventId: number | undefined;
243
- }
244
-
245
- export interface ChildWorkflowExecutionStartedEventAttributes {
246
-
247
- workflowExecution: WorkflowExecution | undefined;
248
-
249
- workflowType: WorkflowType | undefined;
250
-
251
- initiatedEventId: number | undefined;
252
- }
253
-
254
- export interface ChildWorkflowExecutionTerminatedEventAttributes {
255
-
256
- workflowExecution: WorkflowExecution | undefined;
257
-
258
- workflowType: WorkflowType | undefined;
259
-
260
- initiatedEventId: number | undefined;
261
-
262
- startedEventId: number | undefined;
263
- }
264
- export declare type WorkflowExecutionTimeoutType = "START_TO_CLOSE";
265
-
266
- export interface ChildWorkflowExecutionTimedOutEventAttributes {
267
-
268
- workflowExecution: WorkflowExecution | undefined;
269
-
270
- workflowType: WorkflowType | undefined;
271
-
272
- timeoutType: WorkflowExecutionTimeoutType | string | undefined;
273
-
274
- initiatedEventId: number | undefined;
275
-
276
- startedEventId: number | undefined;
277
- }
278
- export declare type CloseStatus = "CANCELED" | "COMPLETED" | "CONTINUED_AS_NEW" | "FAILED" | "TERMINATED" | "TIMED_OUT";
279
-
280
- export interface CloseStatusFilter {
281
-
282
- status: CloseStatus | string | undefined;
283
- }
284
-
285
- export interface CompleteWorkflowExecutionDecisionAttributes {
286
-
287
- result?: string;
288
- }
289
- export declare type CompleteWorkflowExecutionFailedCause = "OPERATION_NOT_PERMITTED" | "UNHANDLED_DECISION";
290
-
291
- export interface CompleteWorkflowExecutionFailedEventAttributes {
292
-
293
- cause: CompleteWorkflowExecutionFailedCause | string | undefined;
294
-
295
- decisionTaskCompletedEventId: number | undefined;
296
- }
297
-
298
- export interface ContinueAsNewWorkflowExecutionDecisionAttributes {
299
-
300
- input?: string;
301
-
302
- executionStartToCloseTimeout?: string;
303
-
304
- taskList?: TaskList;
305
-
306
- taskPriority?: string;
307
-
308
- taskStartToCloseTimeout?: string;
309
-
310
- childPolicy?: ChildPolicy | string;
311
-
312
- tagList?: string[];
313
-
314
- workflowTypeVersion?: string;
315
-
316
- lambdaRole?: string;
317
- }
318
- export declare type ContinueAsNewWorkflowExecutionFailedCause = "CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED" | "DEFAULT_CHILD_POLICY_UNDEFINED" | "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED" | "DEFAULT_TASK_LIST_UNDEFINED" | "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED" | "OPERATION_NOT_PERMITTED" | "UNHANDLED_DECISION" | "WORKFLOW_TYPE_DEPRECATED" | "WORKFLOW_TYPE_DOES_NOT_EXIST";
319
-
320
- export interface ContinueAsNewWorkflowExecutionFailedEventAttributes {
321
-
322
- cause: ContinueAsNewWorkflowExecutionFailedCause | string | undefined;
323
-
324
- decisionTaskCompletedEventId: number | undefined;
325
- }
326
-
327
- export interface ExecutionTimeFilter {
328
-
329
- oldestDate: Date | undefined;
330
-
331
- latestDate?: Date;
332
- }
333
-
334
- export interface WorkflowExecutionFilter {
335
-
336
- workflowId: string | undefined;
337
- }
338
-
339
- export interface TagFilter {
340
-
341
- tag: string | undefined;
342
- }
343
-
344
- export interface WorkflowTypeFilter {
345
-
346
- name: string | undefined;
347
-
348
- version?: string;
349
- }
350
- export interface CountClosedWorkflowExecutionsInput {
351
-
352
- domain: string | undefined;
353
-
354
- startTimeFilter?: ExecutionTimeFilter;
355
-
356
- closeTimeFilter?: ExecutionTimeFilter;
357
-
358
- executionFilter?: WorkflowExecutionFilter;
359
-
360
- typeFilter?: WorkflowTypeFilter;
361
-
362
- tagFilter?: TagFilter;
363
-
364
- closeStatusFilter?: CloseStatusFilter;
365
- }
366
-
367
- export declare class OperationNotPermittedFault extends __BaseException {
368
- readonly name: "OperationNotPermittedFault";
369
- readonly $fault: "client";
370
-
371
- constructor(opts: __ExceptionOptionType<OperationNotPermittedFault, __BaseException>);
372
- }
373
-
374
- export declare class UnknownResourceFault extends __BaseException {
375
- readonly name: "UnknownResourceFault";
376
- readonly $fault: "client";
377
-
378
- constructor(opts: __ExceptionOptionType<UnknownResourceFault, __BaseException>);
379
- }
380
-
381
- export interface WorkflowExecutionCount {
382
-
383
- count: number | undefined;
384
-
385
- truncated?: boolean;
386
- }
387
- export interface CountOpenWorkflowExecutionsInput {
388
-
389
- domain: string | undefined;
390
-
391
- startTimeFilter: ExecutionTimeFilter | undefined;
392
-
393
- typeFilter?: WorkflowTypeFilter;
394
-
395
- tagFilter?: TagFilter;
396
-
397
- executionFilter?: WorkflowExecutionFilter;
398
- }
399
- export interface CountPendingActivityTasksInput {
400
-
401
- domain: string | undefined;
402
-
403
- taskList: TaskList | undefined;
404
- }
405
-
406
- export interface PendingTaskCount {
407
-
408
- count: number | undefined;
409
-
410
- truncated?: boolean;
411
- }
412
- export interface CountPendingDecisionTasksInput {
413
-
414
- domain: string | undefined;
415
-
416
- taskList: TaskList | undefined;
417
- }
418
- export declare type DecisionType = "CancelTimer" | "CancelWorkflowExecution" | "CompleteWorkflowExecution" | "ContinueAsNewWorkflowExecution" | "FailWorkflowExecution" | "RecordMarker" | "RequestCancelActivityTask" | "RequestCancelExternalWorkflowExecution" | "ScheduleActivityTask" | "ScheduleLambdaFunction" | "SignalExternalWorkflowExecution" | "StartChildWorkflowExecution" | "StartTimer";
419
-
420
- export interface FailWorkflowExecutionDecisionAttributes {
421
-
422
- reason?: string;
423
-
424
- details?: string;
425
- }
426
-
427
- export interface RecordMarkerDecisionAttributes {
428
-
429
- markerName: string | undefined;
430
-
431
- details?: string;
432
- }
433
-
434
- export interface RequestCancelActivityTaskDecisionAttributes {
435
-
436
- activityId: string | undefined;
437
- }
438
-
439
- export interface RequestCancelExternalWorkflowExecutionDecisionAttributes {
440
-
441
- workflowId: string | undefined;
442
-
443
- runId?: string;
444
-
445
- control?: string;
446
- }
447
-
448
- export interface ScheduleActivityTaskDecisionAttributes {
449
-
450
- activityType: ActivityType | undefined;
451
-
452
- activityId: string | undefined;
453
-
454
- control?: string;
455
-
456
- input?: string;
457
-
458
- scheduleToCloseTimeout?: string;
459
-
460
- taskList?: TaskList;
461
-
462
- taskPriority?: string;
463
-
464
- scheduleToStartTimeout?: string;
465
-
466
- startToCloseTimeout?: string;
467
-
468
- heartbeatTimeout?: string;
469
- }
470
-
471
- export interface ScheduleLambdaFunctionDecisionAttributes {
472
-
473
- id: string | undefined;
474
-
475
- name: string | undefined;
476
-
477
- control?: string;
478
-
479
- input?: string;
480
-
481
- startToCloseTimeout?: string;
482
- }
483
-
484
- export interface SignalExternalWorkflowExecutionDecisionAttributes {
485
-
486
- workflowId: string | undefined;
487
-
488
- runId?: string;
489
-
490
- signalName: string | undefined;
491
-
492
- input?: string;
493
-
494
- control?: string;
495
- }
496
-
497
- export interface StartChildWorkflowExecutionDecisionAttributes {
498
-
499
- workflowType: WorkflowType | undefined;
500
-
501
- workflowId: string | undefined;
502
-
503
- control?: string;
504
-
505
- input?: string;
506
-
507
- executionStartToCloseTimeout?: string;
508
-
509
- taskList?: TaskList;
510
-
511
- taskPriority?: string;
512
-
513
- taskStartToCloseTimeout?: string;
514
-
515
- childPolicy?: ChildPolicy | string;
516
-
517
- tagList?: string[];
518
-
519
- lambdaRole?: string;
520
- }
521
-
522
- export interface StartTimerDecisionAttributes {
523
-
524
- timerId: string | undefined;
525
-
526
- control?: string;
527
-
528
- startToFireTimeout: string | undefined;
529
- }
530
-
531
- export interface Decision {
532
-
533
- decisionType: DecisionType | string | undefined;
534
-
535
- scheduleActivityTaskDecisionAttributes?: ScheduleActivityTaskDecisionAttributes;
536
-
537
- requestCancelActivityTaskDecisionAttributes?: RequestCancelActivityTaskDecisionAttributes;
538
-
539
- completeWorkflowExecutionDecisionAttributes?: CompleteWorkflowExecutionDecisionAttributes;
540
-
541
- failWorkflowExecutionDecisionAttributes?: FailWorkflowExecutionDecisionAttributes;
542
-
543
- cancelWorkflowExecutionDecisionAttributes?: CancelWorkflowExecutionDecisionAttributes;
544
-
545
- continueAsNewWorkflowExecutionDecisionAttributes?: ContinueAsNewWorkflowExecutionDecisionAttributes;
546
-
547
- recordMarkerDecisionAttributes?: RecordMarkerDecisionAttributes;
548
-
549
- startTimerDecisionAttributes?: StartTimerDecisionAttributes;
550
-
551
- cancelTimerDecisionAttributes?: CancelTimerDecisionAttributes;
552
-
553
- signalExternalWorkflowExecutionDecisionAttributes?: SignalExternalWorkflowExecutionDecisionAttributes;
554
-
555
- requestCancelExternalWorkflowExecutionDecisionAttributes?: RequestCancelExternalWorkflowExecutionDecisionAttributes;
556
-
557
- startChildWorkflowExecutionDecisionAttributes?: StartChildWorkflowExecutionDecisionAttributes;
558
-
559
- scheduleLambdaFunctionDecisionAttributes?: ScheduleLambdaFunctionDecisionAttributes;
560
- }
561
-
562
- export interface DecisionTaskCompletedEventAttributes {
563
-
564
- executionContext?: string;
565
-
566
- scheduledEventId: number | undefined;
567
-
568
- startedEventId: number | undefined;
569
- }
570
-
571
- export interface DecisionTaskScheduledEventAttributes {
572
-
573
- taskList: TaskList | undefined;
574
-
575
- taskPriority?: string;
576
-
577
- startToCloseTimeout?: string;
578
- }
579
-
580
- export interface DecisionTaskStartedEventAttributes {
581
-
582
- identity?: string;
583
-
584
- scheduledEventId: number | undefined;
585
- }
586
- export declare type DecisionTaskTimeoutType = "START_TO_CLOSE";
587
-
588
- export interface DecisionTaskTimedOutEventAttributes {
589
-
590
- timeoutType: DecisionTaskTimeoutType | string | undefined;
591
-
592
- scheduledEventId: number | undefined;
593
-
594
- startedEventId: number | undefined;
595
- }
596
- export declare type EventType = "ActivityTaskCancelRequested" | "ActivityTaskCanceled" | "ActivityTaskCompleted" | "ActivityTaskFailed" | "ActivityTaskScheduled" | "ActivityTaskStarted" | "ActivityTaskTimedOut" | "CancelTimerFailed" | "CancelWorkflowExecutionFailed" | "ChildWorkflowExecutionCanceled" | "ChildWorkflowExecutionCompleted" | "ChildWorkflowExecutionFailed" | "ChildWorkflowExecutionStarted" | "ChildWorkflowExecutionTerminated" | "ChildWorkflowExecutionTimedOut" | "CompleteWorkflowExecutionFailed" | "ContinueAsNewWorkflowExecutionFailed" | "DecisionTaskCompleted" | "DecisionTaskScheduled" | "DecisionTaskStarted" | "DecisionTaskTimedOut" | "ExternalWorkflowExecutionCancelRequested" | "ExternalWorkflowExecutionSignaled" | "FailWorkflowExecutionFailed" | "LambdaFunctionCompleted" | "LambdaFunctionFailed" | "LambdaFunctionScheduled" | "LambdaFunctionStarted" | "LambdaFunctionTimedOut" | "MarkerRecorded" | "RecordMarkerFailed" | "RequestCancelActivityTaskFailed" | "RequestCancelExternalWorkflowExecutionFailed" | "RequestCancelExternalWorkflowExecutionInitiated" | "ScheduleActivityTaskFailed" | "ScheduleLambdaFunctionFailed" | "SignalExternalWorkflowExecutionFailed" | "SignalExternalWorkflowExecutionInitiated" | "StartChildWorkflowExecutionFailed" | "StartChildWorkflowExecutionInitiated" | "StartLambdaFunctionFailed" | "StartTimerFailed" | "TimerCanceled" | "TimerFired" | "TimerStarted" | "WorkflowExecutionCancelRequested" | "WorkflowExecutionCanceled" | "WorkflowExecutionCompleted" | "WorkflowExecutionContinuedAsNew" | "WorkflowExecutionFailed" | "WorkflowExecutionSignaled" | "WorkflowExecutionStarted" | "WorkflowExecutionTerminated" | "WorkflowExecutionTimedOut";
597
-
598
- export interface ExternalWorkflowExecutionCancelRequestedEventAttributes {
599
-
600
- workflowExecution: WorkflowExecution | undefined;
601
-
602
- initiatedEventId: number | undefined;
603
- }
604
-
605
- export interface ExternalWorkflowExecutionSignaledEventAttributes {
606
-
607
- workflowExecution: WorkflowExecution | undefined;
608
-
609
- initiatedEventId: number | undefined;
610
- }
611
- export declare type FailWorkflowExecutionFailedCause = "OPERATION_NOT_PERMITTED" | "UNHANDLED_DECISION";
612
-
613
- export interface FailWorkflowExecutionFailedEventAttributes {
614
-
615
- cause: FailWorkflowExecutionFailedCause | string | undefined;
616
-
617
- decisionTaskCompletedEventId: number | undefined;
618
- }
619
-
620
- export interface LambdaFunctionCompletedEventAttributes {
621
-
622
- scheduledEventId: number | undefined;
623
-
624
- startedEventId: number | undefined;
625
-
626
- result?: string;
627
- }
628
-
629
- export interface LambdaFunctionFailedEventAttributes {
630
-
631
- scheduledEventId: number | undefined;
632
-
633
- startedEventId: number | undefined;
634
-
635
- reason?: string;
636
-
637
- details?: string;
638
- }
639
-
640
- export interface LambdaFunctionScheduledEventAttributes {
641
-
642
- id: string | undefined;
643
-
644
- name: string | undefined;
645
-
646
- control?: string;
647
-
648
- input?: string;
649
-
650
- startToCloseTimeout?: string;
651
-
652
- decisionTaskCompletedEventId: number | undefined;
653
- }
654
-
655
- export interface LambdaFunctionStartedEventAttributes {
656
-
657
- scheduledEventId: number | undefined;
658
- }
659
- export declare type LambdaFunctionTimeoutType = "START_TO_CLOSE";
660
-
661
- export interface LambdaFunctionTimedOutEventAttributes {
662
-
663
- scheduledEventId: number | undefined;
664
-
665
- startedEventId: number | undefined;
666
-
667
- timeoutType?: LambdaFunctionTimeoutType | string;
668
- }
669
-
670
- export interface MarkerRecordedEventAttributes {
671
-
672
- markerName: string | undefined;
673
-
674
- details?: string;
675
-
676
- decisionTaskCompletedEventId: number | undefined;
677
- }
678
- export declare type RecordMarkerFailedCause = "OPERATION_NOT_PERMITTED";
679
-
680
- export interface RecordMarkerFailedEventAttributes {
681
-
682
- markerName: string | undefined;
683
-
684
- cause: RecordMarkerFailedCause | string | undefined;
685
-
686
- decisionTaskCompletedEventId: number | undefined;
687
- }
688
- export declare type RequestCancelActivityTaskFailedCause = "ACTIVITY_ID_UNKNOWN" | "OPERATION_NOT_PERMITTED";
689
-
690
- export interface RequestCancelActivityTaskFailedEventAttributes {
691
-
692
- activityId: string | undefined;
693
-
694
- cause: RequestCancelActivityTaskFailedCause | string | undefined;
695
-
696
- decisionTaskCompletedEventId: number | undefined;
697
- }
698
- export declare type RequestCancelExternalWorkflowExecutionFailedCause = "OPERATION_NOT_PERMITTED" | "REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED" | "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION";
699
-
700
- export interface RequestCancelExternalWorkflowExecutionFailedEventAttributes {
701
-
702
- workflowId: string | undefined;
703
-
704
- runId?: string;
705
-
706
- cause: RequestCancelExternalWorkflowExecutionFailedCause | string | undefined;
707
-
708
- initiatedEventId: number | undefined;
709
-
710
- decisionTaskCompletedEventId: number | undefined;
711
-
712
- control?: string;
713
- }
714
-
715
- export interface RequestCancelExternalWorkflowExecutionInitiatedEventAttributes {
716
-
717
- workflowId: string | undefined;
718
-
719
- runId?: string;
720
-
721
- decisionTaskCompletedEventId: number | undefined;
722
-
723
- control?: string;
724
- }
725
- export declare type ScheduleActivityTaskFailedCause = "ACTIVITY_CREATION_RATE_EXCEEDED" | "ACTIVITY_ID_ALREADY_IN_USE" | "ACTIVITY_TYPE_DEPRECATED" | "ACTIVITY_TYPE_DOES_NOT_EXIST" | "DEFAULT_HEARTBEAT_TIMEOUT_UNDEFINED" | "DEFAULT_SCHEDULE_TO_CLOSE_TIMEOUT_UNDEFINED" | "DEFAULT_SCHEDULE_TO_START_TIMEOUT_UNDEFINED" | "DEFAULT_START_TO_CLOSE_TIMEOUT_UNDEFINED" | "DEFAULT_TASK_LIST_UNDEFINED" | "OPEN_ACTIVITIES_LIMIT_EXCEEDED" | "OPERATION_NOT_PERMITTED";
726
-
727
- export interface ScheduleActivityTaskFailedEventAttributes {
728
-
729
- activityType: ActivityType | undefined;
730
-
731
- activityId: string | undefined;
732
-
733
- cause: ScheduleActivityTaskFailedCause | string | undefined;
734
-
735
- decisionTaskCompletedEventId: number | undefined;
736
- }
737
- export declare type ScheduleLambdaFunctionFailedCause = "ID_ALREADY_IN_USE" | "LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED" | "LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION" | "OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED";
738
-
739
- export interface ScheduleLambdaFunctionFailedEventAttributes {
740
-
741
- id: string | undefined;
742
-
743
- name: string | undefined;
744
-
745
- cause: ScheduleLambdaFunctionFailedCause | string | undefined;
746
-
747
- decisionTaskCompletedEventId: number | undefined;
748
- }
749
- export declare type SignalExternalWorkflowExecutionFailedCause = "OPERATION_NOT_PERMITTED" | "SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED" | "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION";
750
-
751
- export interface SignalExternalWorkflowExecutionFailedEventAttributes {
752
-
753
- workflowId: string | undefined;
754
-
755
- runId?: string;
756
-
757
- cause: SignalExternalWorkflowExecutionFailedCause | string | undefined;
758
-
759
- initiatedEventId: number | undefined;
760
-
761
- decisionTaskCompletedEventId: number | undefined;
762
-
763
- control?: string;
764
- }
765
-
766
- export interface SignalExternalWorkflowExecutionInitiatedEventAttributes {
767
-
768
- workflowId: string | undefined;
769
-
770
- runId?: string;
771
-
772
- signalName: string | undefined;
773
-
774
- input?: string;
775
-
776
- decisionTaskCompletedEventId: number | undefined;
777
-
778
- control?: string;
779
- }
780
- export declare type StartChildWorkflowExecutionFailedCause = "CHILD_CREATION_RATE_EXCEEDED" | "DEFAULT_CHILD_POLICY_UNDEFINED" | "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED" | "DEFAULT_TASK_LIST_UNDEFINED" | "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED" | "OPEN_CHILDREN_LIMIT_EXCEEDED" | "OPEN_WORKFLOWS_LIMIT_EXCEEDED" | "OPERATION_NOT_PERMITTED" | "WORKFLOW_ALREADY_RUNNING" | "WORKFLOW_TYPE_DEPRECATED" | "WORKFLOW_TYPE_DOES_NOT_EXIST";
781
-
782
- export interface StartChildWorkflowExecutionFailedEventAttributes {
783
-
784
- workflowType: WorkflowType | undefined;
785
-
786
- cause: StartChildWorkflowExecutionFailedCause | string | undefined;
787
-
788
- workflowId: string | undefined;
789
-
790
- initiatedEventId: number | undefined;
791
-
792
- decisionTaskCompletedEventId: number | undefined;
793
-
794
- control?: string;
795
- }
796
-
797
- export interface StartChildWorkflowExecutionInitiatedEventAttributes {
798
-
799
- workflowId: string | undefined;
800
-
801
- workflowType: WorkflowType | undefined;
802
-
803
- control?: string;
804
-
805
- input?: string;
806
-
807
- executionStartToCloseTimeout?: string;
808
-
809
- taskList: TaskList | undefined;
810
-
811
- taskPriority?: string;
812
-
813
- decisionTaskCompletedEventId: number | undefined;
814
-
815
- childPolicy: ChildPolicy | string | undefined;
816
-
817
- taskStartToCloseTimeout?: string;
818
-
819
- tagList?: string[];
820
-
821
- lambdaRole?: string;
822
- }
823
- export declare type StartLambdaFunctionFailedCause = "ASSUME_ROLE_FAILED";
824
-
825
- export interface StartLambdaFunctionFailedEventAttributes {
826
-
827
- scheduledEventId?: number;
828
-
829
- cause?: StartLambdaFunctionFailedCause | string;
830
-
831
- message?: string;
832
- }
833
- export declare type StartTimerFailedCause = "OPEN_TIMERS_LIMIT_EXCEEDED" | "OPERATION_NOT_PERMITTED" | "TIMER_CREATION_RATE_EXCEEDED" | "TIMER_ID_ALREADY_IN_USE";
834
-
835
- export interface StartTimerFailedEventAttributes {
836
-
837
- timerId: string | undefined;
838
-
839
- cause: StartTimerFailedCause | string | undefined;
840
-
841
- decisionTaskCompletedEventId: number | undefined;
842
- }
843
-
844
- export interface TimerCanceledEventAttributes {
845
-
846
- timerId: string | undefined;
847
-
848
- startedEventId: number | undefined;
849
-
850
- decisionTaskCompletedEventId: number | undefined;
851
- }
852
-
853
- export interface TimerFiredEventAttributes {
854
-
855
- timerId: string | undefined;
856
-
857
- startedEventId: number | undefined;
858
- }
859
-
860
- export interface TimerStartedEventAttributes {
861
-
862
- timerId: string | undefined;
863
-
864
- control?: string;
865
-
866
- startToFireTimeout: string | undefined;
867
-
868
- decisionTaskCompletedEventId: number | undefined;
869
- }
870
-
871
- export interface WorkflowExecutionCanceledEventAttributes {
872
-
873
- details?: string;
874
-
875
- decisionTaskCompletedEventId: number | undefined;
876
- }
877
- export declare type WorkflowExecutionCancelRequestedCause = "CHILD_POLICY_APPLIED";
878
-
879
- export interface WorkflowExecutionCancelRequestedEventAttributes {
880
-
881
- externalWorkflowExecution?: WorkflowExecution;
882
-
883
- externalInitiatedEventId?: number;
884
-
885
- cause?: WorkflowExecutionCancelRequestedCause | string;
886
- }
887
-
888
- export interface WorkflowExecutionCompletedEventAttributes {
889
-
890
- result?: string;
891
-
892
- decisionTaskCompletedEventId: number | undefined;
893
- }
894
-
895
- export interface WorkflowExecutionContinuedAsNewEventAttributes {
896
-
897
- input?: string;
898
-
899
- decisionTaskCompletedEventId: number | undefined;
900
-
901
- newExecutionRunId: string | undefined;
902
-
903
- executionStartToCloseTimeout?: string;
904
-
905
- taskList: TaskList | undefined;
906
-
907
- taskPriority?: string;
908
-
909
- taskStartToCloseTimeout?: string;
910
-
911
- childPolicy: ChildPolicy | string | undefined;
912
-
913
- tagList?: string[];
914
-
915
- workflowType: WorkflowType | undefined;
916
-
917
- lambdaRole?: string;
918
- }
919
-
920
- export interface WorkflowExecutionFailedEventAttributes {
921
-
922
- reason?: string;
923
-
924
- details?: string;
925
-
926
- decisionTaskCompletedEventId: number | undefined;
927
- }
928
-
929
- export interface WorkflowExecutionSignaledEventAttributes {
930
-
931
- signalName: string | undefined;
932
-
933
- input?: string;
934
-
935
- externalWorkflowExecution?: WorkflowExecution;
936
-
937
- externalInitiatedEventId?: number;
938
- }
939
-
940
- export interface WorkflowExecutionStartedEventAttributes {
941
-
942
- input?: string;
943
-
944
- executionStartToCloseTimeout?: string;
945
-
946
- taskStartToCloseTimeout?: string;
947
-
948
- childPolicy: ChildPolicy | string | undefined;
949
-
950
- taskList: TaskList | undefined;
951
-
952
- taskPriority?: string;
953
-
954
- workflowType: WorkflowType | undefined;
955
-
956
- tagList?: string[];
957
-
958
- continuedExecutionRunId?: string;
959
-
960
- parentWorkflowExecution?: WorkflowExecution;
961
-
962
- parentInitiatedEventId?: number;
963
-
964
- lambdaRole?: string;
965
- }
966
- export declare type WorkflowExecutionTerminatedCause = "CHILD_POLICY_APPLIED" | "EVENT_LIMIT_EXCEEDED" | "OPERATOR_INITIATED";
967
-
968
- export interface WorkflowExecutionTerminatedEventAttributes {
969
-
970
- reason?: string;
971
-
972
- details?: string;
973
-
974
- childPolicy: ChildPolicy | string | undefined;
975
-
976
- cause?: WorkflowExecutionTerminatedCause | string;
977
- }
978
-
979
- export interface WorkflowExecutionTimedOutEventAttributes {
980
-
981
- timeoutType: WorkflowExecutionTimeoutType | string | undefined;
982
-
983
- childPolicy: ChildPolicy | string | undefined;
984
- }
985
-
986
- export interface HistoryEvent {
987
-
988
- eventTimestamp: Date | undefined;
989
-
990
- eventType: EventType | string | undefined;
991
-
992
- eventId: number | undefined;
993
-
994
- workflowExecutionStartedEventAttributes?: WorkflowExecutionStartedEventAttributes;
995
-
996
- workflowExecutionCompletedEventAttributes?: WorkflowExecutionCompletedEventAttributes;
997
-
998
- completeWorkflowExecutionFailedEventAttributes?: CompleteWorkflowExecutionFailedEventAttributes;
999
-
1000
- workflowExecutionFailedEventAttributes?: WorkflowExecutionFailedEventAttributes;
1001
-
1002
- failWorkflowExecutionFailedEventAttributes?: FailWorkflowExecutionFailedEventAttributes;
1003
-
1004
- workflowExecutionTimedOutEventAttributes?: WorkflowExecutionTimedOutEventAttributes;
1005
-
1006
- workflowExecutionCanceledEventAttributes?: WorkflowExecutionCanceledEventAttributes;
1007
-
1008
- cancelWorkflowExecutionFailedEventAttributes?: CancelWorkflowExecutionFailedEventAttributes;
1009
-
1010
- workflowExecutionContinuedAsNewEventAttributes?: WorkflowExecutionContinuedAsNewEventAttributes;
1011
-
1012
- continueAsNewWorkflowExecutionFailedEventAttributes?: ContinueAsNewWorkflowExecutionFailedEventAttributes;
1013
-
1014
- workflowExecutionTerminatedEventAttributes?: WorkflowExecutionTerminatedEventAttributes;
1015
-
1016
- workflowExecutionCancelRequestedEventAttributes?: WorkflowExecutionCancelRequestedEventAttributes;
1017
-
1018
- decisionTaskScheduledEventAttributes?: DecisionTaskScheduledEventAttributes;
1019
-
1020
- decisionTaskStartedEventAttributes?: DecisionTaskStartedEventAttributes;
1021
-
1022
- decisionTaskCompletedEventAttributes?: DecisionTaskCompletedEventAttributes;
1023
-
1024
- decisionTaskTimedOutEventAttributes?: DecisionTaskTimedOutEventAttributes;
1025
-
1026
- activityTaskScheduledEventAttributes?: ActivityTaskScheduledEventAttributes;
1027
-
1028
- activityTaskStartedEventAttributes?: ActivityTaskStartedEventAttributes;
1029
-
1030
- activityTaskCompletedEventAttributes?: ActivityTaskCompletedEventAttributes;
1031
-
1032
- activityTaskFailedEventAttributes?: ActivityTaskFailedEventAttributes;
1033
-
1034
- activityTaskTimedOutEventAttributes?: ActivityTaskTimedOutEventAttributes;
1035
-
1036
- activityTaskCanceledEventAttributes?: ActivityTaskCanceledEventAttributes;
1037
-
1038
- activityTaskCancelRequestedEventAttributes?: ActivityTaskCancelRequestedEventAttributes;
1039
-
1040
- workflowExecutionSignaledEventAttributes?: WorkflowExecutionSignaledEventAttributes;
1041
-
1042
- markerRecordedEventAttributes?: MarkerRecordedEventAttributes;
1043
-
1044
- recordMarkerFailedEventAttributes?: RecordMarkerFailedEventAttributes;
1045
-
1046
- timerStartedEventAttributes?: TimerStartedEventAttributes;
1047
-
1048
- timerFiredEventAttributes?: TimerFiredEventAttributes;
1049
-
1050
- timerCanceledEventAttributes?: TimerCanceledEventAttributes;
1051
-
1052
- startChildWorkflowExecutionInitiatedEventAttributes?: StartChildWorkflowExecutionInitiatedEventAttributes;
1053
-
1054
- childWorkflowExecutionStartedEventAttributes?: ChildWorkflowExecutionStartedEventAttributes;
1055
-
1056
- childWorkflowExecutionCompletedEventAttributes?: ChildWorkflowExecutionCompletedEventAttributes;
1057
-
1058
- childWorkflowExecutionFailedEventAttributes?: ChildWorkflowExecutionFailedEventAttributes;
1059
-
1060
- childWorkflowExecutionTimedOutEventAttributes?: ChildWorkflowExecutionTimedOutEventAttributes;
1061
-
1062
- childWorkflowExecutionCanceledEventAttributes?: ChildWorkflowExecutionCanceledEventAttributes;
1063
-
1064
- childWorkflowExecutionTerminatedEventAttributes?: ChildWorkflowExecutionTerminatedEventAttributes;
1065
-
1066
- signalExternalWorkflowExecutionInitiatedEventAttributes?: SignalExternalWorkflowExecutionInitiatedEventAttributes;
1067
-
1068
- externalWorkflowExecutionSignaledEventAttributes?: ExternalWorkflowExecutionSignaledEventAttributes;
1069
-
1070
- signalExternalWorkflowExecutionFailedEventAttributes?: SignalExternalWorkflowExecutionFailedEventAttributes;
1071
-
1072
- externalWorkflowExecutionCancelRequestedEventAttributes?: ExternalWorkflowExecutionCancelRequestedEventAttributes;
1073
-
1074
- requestCancelExternalWorkflowExecutionInitiatedEventAttributes?: RequestCancelExternalWorkflowExecutionInitiatedEventAttributes;
1075
-
1076
- requestCancelExternalWorkflowExecutionFailedEventAttributes?: RequestCancelExternalWorkflowExecutionFailedEventAttributes;
1077
-
1078
- scheduleActivityTaskFailedEventAttributes?: ScheduleActivityTaskFailedEventAttributes;
1079
-
1080
- requestCancelActivityTaskFailedEventAttributes?: RequestCancelActivityTaskFailedEventAttributes;
1081
-
1082
- startTimerFailedEventAttributes?: StartTimerFailedEventAttributes;
1083
-
1084
- cancelTimerFailedEventAttributes?: CancelTimerFailedEventAttributes;
1085
-
1086
- startChildWorkflowExecutionFailedEventAttributes?: StartChildWorkflowExecutionFailedEventAttributes;
1087
-
1088
- lambdaFunctionScheduledEventAttributes?: LambdaFunctionScheduledEventAttributes;
1089
-
1090
- lambdaFunctionStartedEventAttributes?: LambdaFunctionStartedEventAttributes;
1091
-
1092
- lambdaFunctionCompletedEventAttributes?: LambdaFunctionCompletedEventAttributes;
1093
-
1094
- lambdaFunctionFailedEventAttributes?: LambdaFunctionFailedEventAttributes;
1095
-
1096
- lambdaFunctionTimedOutEventAttributes?: LambdaFunctionTimedOutEventAttributes;
1097
-
1098
- scheduleLambdaFunctionFailedEventAttributes?: ScheduleLambdaFunctionFailedEventAttributes;
1099
-
1100
- startLambdaFunctionFailedEventAttributes?: StartLambdaFunctionFailedEventAttributes;
1101
- }
1102
-
1103
- export interface DecisionTask {
1104
-
1105
- taskToken: string | undefined;
1106
-
1107
- startedEventId: number | undefined;
1108
-
1109
- workflowExecution: WorkflowExecution | undefined;
1110
-
1111
- workflowType: WorkflowType | undefined;
1112
-
1113
- events: HistoryEvent[] | undefined;
1114
-
1115
- nextPageToken?: string;
1116
-
1117
- previousStartedEventId?: number;
1118
- }
1119
-
1120
- export declare class DefaultUndefinedFault extends __BaseException {
1121
- readonly name: "DefaultUndefinedFault";
1122
- readonly $fault: "client";
1123
-
1124
- constructor(opts: __ExceptionOptionType<DefaultUndefinedFault, __BaseException>);
1125
- }
1126
- export interface DeprecateActivityTypeInput {
1127
-
1128
- domain: string | undefined;
1129
-
1130
- activityType: ActivityType | undefined;
1131
- }
1132
-
1133
- export declare class TypeDeprecatedFault extends __BaseException {
1134
- readonly name: "TypeDeprecatedFault";
1135
- readonly $fault: "client";
1136
-
1137
- constructor(opts: __ExceptionOptionType<TypeDeprecatedFault, __BaseException>);
1138
- }
1139
- export interface DeprecateDomainInput {
1140
-
1141
- name: string | undefined;
1142
- }
1143
-
1144
- export declare class DomainDeprecatedFault extends __BaseException {
1145
- readonly name: "DomainDeprecatedFault";
1146
- readonly $fault: "client";
1147
-
1148
- constructor(opts: __ExceptionOptionType<DomainDeprecatedFault, __BaseException>);
1149
- }
1150
- export interface DeprecateWorkflowTypeInput {
1151
-
1152
- domain: string | undefined;
1153
-
1154
- workflowType: WorkflowType | undefined;
1155
- }
1156
- export interface DescribeActivityTypeInput {
1157
-
1158
- domain: string | undefined;
1159
-
1160
- activityType: ActivityType | undefined;
1161
- }
1162
- export interface DescribeDomainInput {
1163
-
1164
- name: string | undefined;
1165
- }
1166
-
1167
- export interface DomainConfiguration {
1168
-
1169
- workflowExecutionRetentionPeriodInDays: string | undefined;
1170
- }
1171
-
1172
- export interface DomainInfo {
1173
-
1174
- name: string | undefined;
1175
-
1176
- status: RegistrationStatus | string | undefined;
1177
-
1178
- description?: string;
1179
-
1180
- arn?: string;
1181
- }
1182
-
1183
- export interface DomainDetail {
1184
-
1185
- domainInfo: DomainInfo | undefined;
1186
-
1187
- configuration: DomainConfiguration | undefined;
1188
- }
1189
- export interface DescribeWorkflowExecutionInput {
1190
-
1191
- domain: string | undefined;
1192
-
1193
- execution: WorkflowExecution | undefined;
1194
- }
1195
-
1196
- export interface WorkflowExecutionConfiguration {
1197
-
1198
- taskStartToCloseTimeout: string | undefined;
1199
-
1200
- executionStartToCloseTimeout: string | undefined;
1201
-
1202
- taskList: TaskList | undefined;
1203
-
1204
- taskPriority?: string;
1205
-
1206
- childPolicy: ChildPolicy | string | undefined;
1207
-
1208
- lambdaRole?: string;
1209
- }
1210
- export declare type ExecutionStatus = "CLOSED" | "OPEN";
1211
-
1212
- export interface WorkflowExecutionInfo {
1213
-
1214
- execution: WorkflowExecution | undefined;
1215
-
1216
- workflowType: WorkflowType | undefined;
1217
-
1218
- startTimestamp: Date | undefined;
1219
-
1220
- closeTimestamp?: Date;
1221
-
1222
- executionStatus: ExecutionStatus | string | undefined;
1223
-
1224
- closeStatus?: CloseStatus | string;
1225
-
1226
- parent?: WorkflowExecution;
1227
-
1228
- tagList?: string[];
1229
-
1230
- cancelRequested?: boolean;
1231
- }
1232
-
1233
- export interface WorkflowExecutionOpenCounts {
1234
-
1235
- openActivityTasks: number | undefined;
1236
-
1237
- openDecisionTasks: number | undefined;
1238
-
1239
- openTimers: number | undefined;
1240
-
1241
- openChildWorkflowExecutions: number | undefined;
1242
-
1243
- openLambdaFunctions?: number;
1244
- }
1245
-
1246
- export interface WorkflowExecutionDetail {
1247
-
1248
- executionInfo: WorkflowExecutionInfo | undefined;
1249
-
1250
- executionConfiguration: WorkflowExecutionConfiguration | undefined;
1251
-
1252
- openCounts: WorkflowExecutionOpenCounts | undefined;
1253
-
1254
- latestActivityTaskTimestamp?: Date;
1255
-
1256
- latestExecutionContext?: string;
1257
- }
1258
- export interface DescribeWorkflowTypeInput {
1259
-
1260
- domain: string | undefined;
1261
-
1262
- workflowType: WorkflowType | undefined;
1263
- }
1264
-
1265
- export interface WorkflowTypeConfiguration {
1266
-
1267
- defaultTaskStartToCloseTimeout?: string;
1268
-
1269
- defaultExecutionStartToCloseTimeout?: string;
1270
-
1271
- defaultTaskList?: TaskList;
1272
-
1273
- defaultTaskPriority?: string;
1274
-
1275
- defaultChildPolicy?: ChildPolicy | string;
1276
-
1277
- defaultLambdaRole?: string;
1278
- }
1279
-
1280
- export interface WorkflowTypeInfo {
1281
-
1282
- workflowType: WorkflowType | undefined;
1283
-
1284
- status: RegistrationStatus | string | undefined;
1285
-
1286
- description?: string;
1287
-
1288
- creationDate: Date | undefined;
1289
-
1290
- deprecationDate?: Date;
1291
- }
1292
-
1293
- export interface WorkflowTypeDetail {
1294
-
1295
- typeInfo: WorkflowTypeInfo | undefined;
1296
-
1297
- configuration: WorkflowTypeConfiguration | undefined;
1298
- }
1299
-
1300
- export declare class DomainAlreadyExistsFault extends __BaseException {
1301
- readonly name: "DomainAlreadyExistsFault";
1302
- readonly $fault: "client";
1303
-
1304
- constructor(opts: __ExceptionOptionType<DomainAlreadyExistsFault, __BaseException>);
1305
- }
1306
-
1307
- export interface DomainInfos {
1308
-
1309
- domainInfos: DomainInfo[] | undefined;
1310
-
1311
- nextPageToken?: string;
1312
- }
1313
- export interface GetWorkflowExecutionHistoryInput {
1314
-
1315
- domain: string | undefined;
1316
-
1317
- execution: WorkflowExecution | undefined;
1318
-
1319
- nextPageToken?: string;
1320
-
1321
- maximumPageSize?: number;
1322
-
1323
- reverseOrder?: boolean;
1324
- }
1325
-
1326
- export interface History {
1327
-
1328
- events: HistoryEvent[] | undefined;
1329
-
1330
- nextPageToken?: string;
1331
- }
1332
-
1333
- export declare class LimitExceededFault extends __BaseException {
1334
- readonly name: "LimitExceededFault";
1335
- readonly $fault: "client";
1336
-
1337
- constructor(opts: __ExceptionOptionType<LimitExceededFault, __BaseException>);
1338
- }
1339
- export interface ListActivityTypesInput {
1340
-
1341
- domain: string | undefined;
1342
-
1343
- name?: string;
1344
-
1345
- registrationStatus: RegistrationStatus | string | undefined;
1346
-
1347
- nextPageToken?: string;
1348
-
1349
- maximumPageSize?: number;
1350
-
1351
- reverseOrder?: boolean;
1352
- }
1353
- export interface ListClosedWorkflowExecutionsInput {
1354
-
1355
- domain: string | undefined;
1356
-
1357
- startTimeFilter?: ExecutionTimeFilter;
1358
-
1359
- closeTimeFilter?: ExecutionTimeFilter;
1360
-
1361
- executionFilter?: WorkflowExecutionFilter;
1362
-
1363
- closeStatusFilter?: CloseStatusFilter;
1364
-
1365
- typeFilter?: WorkflowTypeFilter;
1366
-
1367
- tagFilter?: TagFilter;
1368
-
1369
- nextPageToken?: string;
1370
-
1371
- maximumPageSize?: number;
1372
-
1373
- reverseOrder?: boolean;
1374
- }
1375
-
1376
- export interface WorkflowExecutionInfos {
1377
-
1378
- executionInfos: WorkflowExecutionInfo[] | undefined;
1379
-
1380
- nextPageToken?: string;
1381
- }
1382
- export interface ListDomainsInput {
1383
-
1384
- nextPageToken?: string;
1385
-
1386
- registrationStatus: RegistrationStatus | string | undefined;
1387
-
1388
- maximumPageSize?: number;
1389
-
1390
- reverseOrder?: boolean;
1391
- }
1392
- export interface ListOpenWorkflowExecutionsInput {
1393
-
1394
- domain: string | undefined;
1395
-
1396
- startTimeFilter: ExecutionTimeFilter | undefined;
1397
-
1398
- typeFilter?: WorkflowTypeFilter;
1399
-
1400
- tagFilter?: TagFilter;
1401
-
1402
- nextPageToken?: string;
1403
-
1404
- maximumPageSize?: number;
1405
-
1406
- reverseOrder?: boolean;
1407
-
1408
- executionFilter?: WorkflowExecutionFilter;
1409
- }
1410
- export interface ListTagsForResourceInput {
1411
-
1412
- resourceArn: string | undefined;
1413
- }
1414
-
1415
- export interface ResourceTag {
1416
-
1417
- key: string | undefined;
1418
-
1419
- value?: string;
1420
- }
1421
- export interface ListTagsForResourceOutput {
1422
-
1423
- tags?: ResourceTag[];
1424
- }
1425
- export interface ListWorkflowTypesInput {
1426
-
1427
- domain: string | undefined;
1428
-
1429
- name?: string;
1430
-
1431
- registrationStatus: RegistrationStatus | string | undefined;
1432
-
1433
- nextPageToken?: string;
1434
-
1435
- maximumPageSize?: number;
1436
-
1437
- reverseOrder?: boolean;
1438
- }
1439
-
1440
- export interface WorkflowTypeInfos {
1441
-
1442
- typeInfos: WorkflowTypeInfo[] | undefined;
1443
-
1444
- nextPageToken?: string;
1445
- }
1446
- export interface PollForActivityTaskInput {
1447
-
1448
- domain: string | undefined;
1449
-
1450
- taskList: TaskList | undefined;
1451
-
1452
- identity?: string;
1453
- }
1454
- export interface PollForDecisionTaskInput {
1455
-
1456
- domain: string | undefined;
1457
-
1458
- taskList: TaskList | undefined;
1459
-
1460
- identity?: string;
1461
-
1462
- nextPageToken?: string;
1463
-
1464
- maximumPageSize?: number;
1465
-
1466
- reverseOrder?: boolean;
1467
- }
1468
- export interface RecordActivityTaskHeartbeatInput {
1469
-
1470
- taskToken: string | undefined;
1471
-
1472
- details?: string;
1473
- }
1474
- export interface RegisterActivityTypeInput {
1475
-
1476
- domain: string | undefined;
1477
-
1478
- name: string | undefined;
1479
-
1480
- version: string | undefined;
1481
-
1482
- description?: string;
1483
-
1484
- defaultTaskStartToCloseTimeout?: string;
1485
-
1486
- defaultTaskHeartbeatTimeout?: string;
1487
-
1488
- defaultTaskList?: TaskList;
1489
-
1490
- defaultTaskPriority?: string;
1491
-
1492
- defaultTaskScheduleToStartTimeout?: string;
1493
-
1494
- defaultTaskScheduleToCloseTimeout?: string;
1495
- }
1496
-
1497
- export declare class TypeAlreadyExistsFault extends __BaseException {
1498
- readonly name: "TypeAlreadyExistsFault";
1499
- readonly $fault: "client";
1500
-
1501
- constructor(opts: __ExceptionOptionType<TypeAlreadyExistsFault, __BaseException>);
1502
- }
1503
- export interface RegisterDomainInput {
1504
-
1505
- name: string | undefined;
1506
-
1507
- description?: string;
1508
-
1509
- workflowExecutionRetentionPeriodInDays: string | undefined;
1510
-
1511
- tags?: ResourceTag[];
1512
- }
1513
-
1514
- export declare class TooManyTagsFault extends __BaseException {
1515
- readonly name: "TooManyTagsFault";
1516
- readonly $fault: "client";
1517
-
1518
- constructor(opts: __ExceptionOptionType<TooManyTagsFault, __BaseException>);
1519
- }
1520
- export interface RegisterWorkflowTypeInput {
1521
-
1522
- domain: string | undefined;
1523
-
1524
- name: string | undefined;
1525
-
1526
- version: string | undefined;
1527
-
1528
- description?: string;
1529
-
1530
- defaultTaskStartToCloseTimeout?: string;
1531
-
1532
- defaultExecutionStartToCloseTimeout?: string;
1533
-
1534
- defaultTaskList?: TaskList;
1535
-
1536
- defaultTaskPriority?: string;
1537
-
1538
- defaultChildPolicy?: ChildPolicy | string;
1539
-
1540
- defaultLambdaRole?: string;
1541
- }
1542
- export interface RequestCancelWorkflowExecutionInput {
1543
-
1544
- domain: string | undefined;
1545
-
1546
- workflowId: string | undefined;
1547
-
1548
- runId?: string;
1549
- }
1550
- export interface RespondActivityTaskCanceledInput {
1551
-
1552
- taskToken: string | undefined;
1553
-
1554
- details?: string;
1555
- }
1556
- export interface RespondActivityTaskCompletedInput {
1557
-
1558
- taskToken: string | undefined;
1559
-
1560
- result?: string;
1561
- }
1562
- export interface RespondActivityTaskFailedInput {
1563
-
1564
- taskToken: string | undefined;
1565
-
1566
- reason?: string;
1567
-
1568
- details?: string;
1569
- }
1570
-
1571
- export interface RespondDecisionTaskCompletedInput {
1572
-
1573
- taskToken: string | undefined;
1574
-
1575
- decisions?: Decision[];
1576
-
1577
- executionContext?: string;
1578
- }
1579
-
1580
- export interface Run {
1581
-
1582
- runId?: string;
1583
- }
1584
- export interface SignalWorkflowExecutionInput {
1585
-
1586
- domain: string | undefined;
1587
-
1588
- workflowId: string | undefined;
1589
-
1590
- runId?: string;
1591
-
1592
- signalName: string | undefined;
1593
-
1594
- input?: string;
1595
- }
1596
- export interface StartWorkflowExecutionInput {
1597
-
1598
- domain: string | undefined;
1599
-
1600
- workflowId: string | undefined;
1601
-
1602
- workflowType: WorkflowType | undefined;
1603
-
1604
- taskList?: TaskList;
1605
-
1606
- taskPriority?: string;
1607
-
1608
- input?: string;
1609
-
1610
- executionStartToCloseTimeout?: string;
1611
-
1612
- tagList?: string[];
1613
-
1614
- taskStartToCloseTimeout?: string;
1615
-
1616
- childPolicy?: ChildPolicy | string;
1617
-
1618
- lambdaRole?: string;
1619
- }
1620
-
1621
- export declare class WorkflowExecutionAlreadyStartedFault extends __BaseException {
1622
- readonly name: "WorkflowExecutionAlreadyStartedFault";
1623
- readonly $fault: "client";
1624
-
1625
- constructor(opts: __ExceptionOptionType<WorkflowExecutionAlreadyStartedFault, __BaseException>);
1626
- }
1627
- export interface TagResourceInput {
1628
-
1629
- resourceArn: string | undefined;
1630
-
1631
- tags: ResourceTag[] | undefined;
1632
- }
1633
- export interface TerminateWorkflowExecutionInput {
1634
-
1635
- domain: string | undefined;
1636
-
1637
- workflowId: string | undefined;
1638
-
1639
- runId?: string;
1640
-
1641
- reason?: string;
1642
-
1643
- details?: string;
1644
-
1645
- childPolicy?: ChildPolicy | string;
1646
- }
1647
- export interface UndeprecateActivityTypeInput {
1648
-
1649
- domain: string | undefined;
1650
-
1651
- activityType: ActivityType | undefined;
1652
- }
1653
- export interface UndeprecateDomainInput {
1654
-
1655
- name: string | undefined;
1656
- }
1657
- export interface UndeprecateWorkflowTypeInput {
1658
-
1659
- domain: string | undefined;
1660
-
1661
- workflowType: WorkflowType | undefined;
1662
- }
1663
- export interface UntagResourceInput {
1664
-
1665
- resourceArn: string | undefined;
1666
-
1667
- tagKeys: string[] | undefined;
1668
- }
1669
-
1670
- export declare const ActivityTypeFilterSensitiveLog: (obj: ActivityType) => any;
1671
-
1672
- export declare const WorkflowExecutionFilterSensitiveLog: (obj: WorkflowExecution) => any;
1673
-
1674
- export declare const ActivityTaskFilterSensitiveLog: (obj: ActivityTask) => any;
1675
-
1676
- export declare const ActivityTaskCanceledEventAttributesFilterSensitiveLog: (obj: ActivityTaskCanceledEventAttributes) => any;
1677
-
1678
- export declare const ActivityTaskCancelRequestedEventAttributesFilterSensitiveLog: (obj: ActivityTaskCancelRequestedEventAttributes) => any;
1679
-
1680
- export declare const ActivityTaskCompletedEventAttributesFilterSensitiveLog: (obj: ActivityTaskCompletedEventAttributes) => any;
1681
-
1682
- export declare const ActivityTaskFailedEventAttributesFilterSensitiveLog: (obj: ActivityTaskFailedEventAttributes) => any;
1683
-
1684
- export declare const TaskListFilterSensitiveLog: (obj: TaskList) => any;
1685
-
1686
- export declare const ActivityTaskScheduledEventAttributesFilterSensitiveLog: (obj: ActivityTaskScheduledEventAttributes) => any;
1687
-
1688
- export declare const ActivityTaskStartedEventAttributesFilterSensitiveLog: (obj: ActivityTaskStartedEventAttributes) => any;
1689
-
1690
- export declare const ActivityTaskStatusFilterSensitiveLog: (obj: ActivityTaskStatus) => any;
1691
-
1692
- export declare const ActivityTaskTimedOutEventAttributesFilterSensitiveLog: (obj: ActivityTaskTimedOutEventAttributes) => any;
1693
-
1694
- export declare const ActivityTypeConfigurationFilterSensitiveLog: (obj: ActivityTypeConfiguration) => any;
1695
-
1696
- export declare const ActivityTypeInfoFilterSensitiveLog: (obj: ActivityTypeInfo) => any;
1697
-
1698
- export declare const ActivityTypeDetailFilterSensitiveLog: (obj: ActivityTypeDetail) => any;
1699
-
1700
- export declare const ActivityTypeInfosFilterSensitiveLog: (obj: ActivityTypeInfos) => any;
1701
-
1702
- export declare const CancelTimerDecisionAttributesFilterSensitiveLog: (obj: CancelTimerDecisionAttributes) => any;
1703
-
1704
- export declare const CancelTimerFailedEventAttributesFilterSensitiveLog: (obj: CancelTimerFailedEventAttributes) => any;
1705
-
1706
- export declare const CancelWorkflowExecutionDecisionAttributesFilterSensitiveLog: (obj: CancelWorkflowExecutionDecisionAttributes) => any;
1707
-
1708
- export declare const CancelWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: CancelWorkflowExecutionFailedEventAttributes) => any;
1709
-
1710
- export declare const WorkflowTypeFilterSensitiveLog: (obj: WorkflowType) => any;
1711
-
1712
- export declare const ChildWorkflowExecutionCanceledEventAttributesFilterSensitiveLog: (obj: ChildWorkflowExecutionCanceledEventAttributes) => any;
1713
-
1714
- export declare const ChildWorkflowExecutionCompletedEventAttributesFilterSensitiveLog: (obj: ChildWorkflowExecutionCompletedEventAttributes) => any;
1715
-
1716
- export declare const ChildWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: ChildWorkflowExecutionFailedEventAttributes) => any;
1717
-
1718
- export declare const ChildWorkflowExecutionStartedEventAttributesFilterSensitiveLog: (obj: ChildWorkflowExecutionStartedEventAttributes) => any;
1719
-
1720
- export declare const ChildWorkflowExecutionTerminatedEventAttributesFilterSensitiveLog: (obj: ChildWorkflowExecutionTerminatedEventAttributes) => any;
1721
-
1722
- export declare const ChildWorkflowExecutionTimedOutEventAttributesFilterSensitiveLog: (obj: ChildWorkflowExecutionTimedOutEventAttributes) => any;
1723
-
1724
- export declare const CloseStatusFilterFilterSensitiveLog: (obj: CloseStatusFilter) => any;
1725
-
1726
- export declare const CompleteWorkflowExecutionDecisionAttributesFilterSensitiveLog: (obj: CompleteWorkflowExecutionDecisionAttributes) => any;
1727
-
1728
- export declare const CompleteWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: CompleteWorkflowExecutionFailedEventAttributes) => any;
1729
-
1730
- export declare const ContinueAsNewWorkflowExecutionDecisionAttributesFilterSensitiveLog: (obj: ContinueAsNewWorkflowExecutionDecisionAttributes) => any;
1731
-
1732
- export declare const ContinueAsNewWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: ContinueAsNewWorkflowExecutionFailedEventAttributes) => any;
1733
-
1734
- export declare const ExecutionTimeFilterFilterSensitiveLog: (obj: ExecutionTimeFilter) => any;
1735
-
1736
- export declare const WorkflowExecutionFilterFilterSensitiveLog: (obj: WorkflowExecutionFilter) => any;
1737
-
1738
- export declare const TagFilterFilterSensitiveLog: (obj: TagFilter) => any;
1739
-
1740
- export declare const WorkflowTypeFilterFilterSensitiveLog: (obj: WorkflowTypeFilter) => any;
1741
-
1742
- export declare const CountClosedWorkflowExecutionsInputFilterSensitiveLog: (obj: CountClosedWorkflowExecutionsInput) => any;
1743
-
1744
- export declare const WorkflowExecutionCountFilterSensitiveLog: (obj: WorkflowExecutionCount) => any;
1745
-
1746
- export declare const CountOpenWorkflowExecutionsInputFilterSensitiveLog: (obj: CountOpenWorkflowExecutionsInput) => any;
1747
-
1748
- export declare const CountPendingActivityTasksInputFilterSensitiveLog: (obj: CountPendingActivityTasksInput) => any;
1749
-
1750
- export declare const PendingTaskCountFilterSensitiveLog: (obj: PendingTaskCount) => any;
1751
-
1752
- export declare const CountPendingDecisionTasksInputFilterSensitiveLog: (obj: CountPendingDecisionTasksInput) => any;
1753
-
1754
- export declare const FailWorkflowExecutionDecisionAttributesFilterSensitiveLog: (obj: FailWorkflowExecutionDecisionAttributes) => any;
1755
-
1756
- export declare const RecordMarkerDecisionAttributesFilterSensitiveLog: (obj: RecordMarkerDecisionAttributes) => any;
1757
-
1758
- export declare const RequestCancelActivityTaskDecisionAttributesFilterSensitiveLog: (obj: RequestCancelActivityTaskDecisionAttributes) => any;
1759
-
1760
- export declare const RequestCancelExternalWorkflowExecutionDecisionAttributesFilterSensitiveLog: (obj: RequestCancelExternalWorkflowExecutionDecisionAttributes) => any;
1761
-
1762
- export declare const ScheduleActivityTaskDecisionAttributesFilterSensitiveLog: (obj: ScheduleActivityTaskDecisionAttributes) => any;
1763
-
1764
- export declare const ScheduleLambdaFunctionDecisionAttributesFilterSensitiveLog: (obj: ScheduleLambdaFunctionDecisionAttributes) => any;
1765
-
1766
- export declare const SignalExternalWorkflowExecutionDecisionAttributesFilterSensitiveLog: (obj: SignalExternalWorkflowExecutionDecisionAttributes) => any;
1767
-
1768
- export declare const StartChildWorkflowExecutionDecisionAttributesFilterSensitiveLog: (obj: StartChildWorkflowExecutionDecisionAttributes) => any;
1769
-
1770
- export declare const StartTimerDecisionAttributesFilterSensitiveLog: (obj: StartTimerDecisionAttributes) => any;
1771
-
1772
- export declare const DecisionFilterSensitiveLog: (obj: Decision) => any;
1773
-
1774
- export declare const DecisionTaskCompletedEventAttributesFilterSensitiveLog: (obj: DecisionTaskCompletedEventAttributes) => any;
1775
-
1776
- export declare const DecisionTaskScheduledEventAttributesFilterSensitiveLog: (obj: DecisionTaskScheduledEventAttributes) => any;
1777
-
1778
- export declare const DecisionTaskStartedEventAttributesFilterSensitiveLog: (obj: DecisionTaskStartedEventAttributes) => any;
1779
-
1780
- export declare const DecisionTaskTimedOutEventAttributesFilterSensitiveLog: (obj: DecisionTaskTimedOutEventAttributes) => any;
1781
-
1782
- export declare const ExternalWorkflowExecutionCancelRequestedEventAttributesFilterSensitiveLog: (obj: ExternalWorkflowExecutionCancelRequestedEventAttributes) => any;
1783
-
1784
- export declare const ExternalWorkflowExecutionSignaledEventAttributesFilterSensitiveLog: (obj: ExternalWorkflowExecutionSignaledEventAttributes) => any;
1785
-
1786
- export declare const FailWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: FailWorkflowExecutionFailedEventAttributes) => any;
1787
-
1788
- export declare const LambdaFunctionCompletedEventAttributesFilterSensitiveLog: (obj: LambdaFunctionCompletedEventAttributes) => any;
1789
-
1790
- export declare const LambdaFunctionFailedEventAttributesFilterSensitiveLog: (obj: LambdaFunctionFailedEventAttributes) => any;
1791
-
1792
- export declare const LambdaFunctionScheduledEventAttributesFilterSensitiveLog: (obj: LambdaFunctionScheduledEventAttributes) => any;
1793
-
1794
- export declare const LambdaFunctionStartedEventAttributesFilterSensitiveLog: (obj: LambdaFunctionStartedEventAttributes) => any;
1795
-
1796
- export declare const LambdaFunctionTimedOutEventAttributesFilterSensitiveLog: (obj: LambdaFunctionTimedOutEventAttributes) => any;
1797
-
1798
- export declare const MarkerRecordedEventAttributesFilterSensitiveLog: (obj: MarkerRecordedEventAttributes) => any;
1799
-
1800
- export declare const RecordMarkerFailedEventAttributesFilterSensitiveLog: (obj: RecordMarkerFailedEventAttributes) => any;
1801
-
1802
- export declare const RequestCancelActivityTaskFailedEventAttributesFilterSensitiveLog: (obj: RequestCancelActivityTaskFailedEventAttributes) => any;
1803
-
1804
- export declare const RequestCancelExternalWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: RequestCancelExternalWorkflowExecutionFailedEventAttributes) => any;
1805
-
1806
- export declare const RequestCancelExternalWorkflowExecutionInitiatedEventAttributesFilterSensitiveLog: (obj: RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) => any;
1807
-
1808
- export declare const ScheduleActivityTaskFailedEventAttributesFilterSensitiveLog: (obj: ScheduleActivityTaskFailedEventAttributes) => any;
1809
-
1810
- export declare const ScheduleLambdaFunctionFailedEventAttributesFilterSensitiveLog: (obj: ScheduleLambdaFunctionFailedEventAttributes) => any;
1811
-
1812
- export declare const SignalExternalWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: SignalExternalWorkflowExecutionFailedEventAttributes) => any;
1813
-
1814
- export declare const SignalExternalWorkflowExecutionInitiatedEventAttributesFilterSensitiveLog: (obj: SignalExternalWorkflowExecutionInitiatedEventAttributes) => any;
1815
-
1816
- export declare const StartChildWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: StartChildWorkflowExecutionFailedEventAttributes) => any;
1817
-
1818
- export declare const StartChildWorkflowExecutionInitiatedEventAttributesFilterSensitiveLog: (obj: StartChildWorkflowExecutionInitiatedEventAttributes) => any;
1819
-
1820
- export declare const StartLambdaFunctionFailedEventAttributesFilterSensitiveLog: (obj: StartLambdaFunctionFailedEventAttributes) => any;
1821
-
1822
- export declare const StartTimerFailedEventAttributesFilterSensitiveLog: (obj: StartTimerFailedEventAttributes) => any;
1823
-
1824
- export declare const TimerCanceledEventAttributesFilterSensitiveLog: (obj: TimerCanceledEventAttributes) => any;
1825
-
1826
- export declare const TimerFiredEventAttributesFilterSensitiveLog: (obj: TimerFiredEventAttributes) => any;
1827
-
1828
- export declare const TimerStartedEventAttributesFilterSensitiveLog: (obj: TimerStartedEventAttributes) => any;
1829
-
1830
- export declare const WorkflowExecutionCanceledEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionCanceledEventAttributes) => any;
1831
-
1832
- export declare const WorkflowExecutionCancelRequestedEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionCancelRequestedEventAttributes) => any;
1833
-
1834
- export declare const WorkflowExecutionCompletedEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionCompletedEventAttributes) => any;
1835
-
1836
- export declare const WorkflowExecutionContinuedAsNewEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionContinuedAsNewEventAttributes) => any;
1837
-
1838
- export declare const WorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionFailedEventAttributes) => any;
1839
-
1840
- export declare const WorkflowExecutionSignaledEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionSignaledEventAttributes) => any;
1841
-
1842
- export declare const WorkflowExecutionStartedEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionStartedEventAttributes) => any;
1843
-
1844
- export declare const WorkflowExecutionTerminatedEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionTerminatedEventAttributes) => any;
1845
-
1846
- export declare const WorkflowExecutionTimedOutEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionTimedOutEventAttributes) => any;
1847
-
1848
- export declare const HistoryEventFilterSensitiveLog: (obj: HistoryEvent) => any;
1849
-
1850
- export declare const DecisionTaskFilterSensitiveLog: (obj: DecisionTask) => any;
1851
-
1852
- export declare const DeprecateActivityTypeInputFilterSensitiveLog: (obj: DeprecateActivityTypeInput) => any;
1853
-
1854
- export declare const DeprecateDomainInputFilterSensitiveLog: (obj: DeprecateDomainInput) => any;
1855
-
1856
- export declare const DeprecateWorkflowTypeInputFilterSensitiveLog: (obj: DeprecateWorkflowTypeInput) => any;
1857
-
1858
- export declare const DescribeActivityTypeInputFilterSensitiveLog: (obj: DescribeActivityTypeInput) => any;
1859
-
1860
- export declare const DescribeDomainInputFilterSensitiveLog: (obj: DescribeDomainInput) => any;
1861
-
1862
- export declare const DomainConfigurationFilterSensitiveLog: (obj: DomainConfiguration) => any;
1863
-
1864
- export declare const DomainInfoFilterSensitiveLog: (obj: DomainInfo) => any;
1865
-
1866
- export declare const DomainDetailFilterSensitiveLog: (obj: DomainDetail) => any;
1867
-
1868
- export declare const DescribeWorkflowExecutionInputFilterSensitiveLog: (obj: DescribeWorkflowExecutionInput) => any;
1869
-
1870
- export declare const WorkflowExecutionConfigurationFilterSensitiveLog: (obj: WorkflowExecutionConfiguration) => any;
1871
-
1872
- export declare const WorkflowExecutionInfoFilterSensitiveLog: (obj: WorkflowExecutionInfo) => any;
1873
-
1874
- export declare const WorkflowExecutionOpenCountsFilterSensitiveLog: (obj: WorkflowExecutionOpenCounts) => any;
1875
-
1876
- export declare const WorkflowExecutionDetailFilterSensitiveLog: (obj: WorkflowExecutionDetail) => any;
1877
-
1878
- export declare const DescribeWorkflowTypeInputFilterSensitiveLog: (obj: DescribeWorkflowTypeInput) => any;
1879
-
1880
- export declare const WorkflowTypeConfigurationFilterSensitiveLog: (obj: WorkflowTypeConfiguration) => any;
1881
-
1882
- export declare const WorkflowTypeInfoFilterSensitiveLog: (obj: WorkflowTypeInfo) => any;
1883
-
1884
- export declare const WorkflowTypeDetailFilterSensitiveLog: (obj: WorkflowTypeDetail) => any;
1885
-
1886
- export declare const DomainInfosFilterSensitiveLog: (obj: DomainInfos) => any;
1887
-
1888
- export declare const GetWorkflowExecutionHistoryInputFilterSensitiveLog: (obj: GetWorkflowExecutionHistoryInput) => any;
1889
-
1890
- export declare const HistoryFilterSensitiveLog: (obj: History) => any;
1891
-
1892
- export declare const ListActivityTypesInputFilterSensitiveLog: (obj: ListActivityTypesInput) => any;
1893
-
1894
- export declare const ListClosedWorkflowExecutionsInputFilterSensitiveLog: (obj: ListClosedWorkflowExecutionsInput) => any;
1895
-
1896
- export declare const WorkflowExecutionInfosFilterSensitiveLog: (obj: WorkflowExecutionInfos) => any;
1897
-
1898
- export declare const ListDomainsInputFilterSensitiveLog: (obj: ListDomainsInput) => any;
1899
-
1900
- export declare const ListOpenWorkflowExecutionsInputFilterSensitiveLog: (obj: ListOpenWorkflowExecutionsInput) => any;
1901
-
1902
- export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
1903
-
1904
- export declare const ResourceTagFilterSensitiveLog: (obj: ResourceTag) => any;
1905
-
1906
- export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
1907
-
1908
- export declare const ListWorkflowTypesInputFilterSensitiveLog: (obj: ListWorkflowTypesInput) => any;
1909
-
1910
- export declare const WorkflowTypeInfosFilterSensitiveLog: (obj: WorkflowTypeInfos) => any;
1911
-
1912
- export declare const PollForActivityTaskInputFilterSensitiveLog: (obj: PollForActivityTaskInput) => any;
1913
-
1914
- export declare const PollForDecisionTaskInputFilterSensitiveLog: (obj: PollForDecisionTaskInput) => any;
1915
-
1916
- export declare const RecordActivityTaskHeartbeatInputFilterSensitiveLog: (obj: RecordActivityTaskHeartbeatInput) => any;
1917
-
1918
- export declare const RegisterActivityTypeInputFilterSensitiveLog: (obj: RegisterActivityTypeInput) => any;
1919
-
1920
- export declare const RegisterDomainInputFilterSensitiveLog: (obj: RegisterDomainInput) => any;
1921
-
1922
- export declare const RegisterWorkflowTypeInputFilterSensitiveLog: (obj: RegisterWorkflowTypeInput) => any;
1923
-
1924
- export declare const RequestCancelWorkflowExecutionInputFilterSensitiveLog: (obj: RequestCancelWorkflowExecutionInput) => any;
1925
-
1926
- export declare const RespondActivityTaskCanceledInputFilterSensitiveLog: (obj: RespondActivityTaskCanceledInput) => any;
1927
-
1928
- export declare const RespondActivityTaskCompletedInputFilterSensitiveLog: (obj: RespondActivityTaskCompletedInput) => any;
1929
-
1930
- export declare const RespondActivityTaskFailedInputFilterSensitiveLog: (obj: RespondActivityTaskFailedInput) => any;
1931
-
1932
- export declare const RespondDecisionTaskCompletedInputFilterSensitiveLog: (obj: RespondDecisionTaskCompletedInput) => any;
1933
-
1934
- export declare const RunFilterSensitiveLog: (obj: Run) => any;
1935
-
1936
- export declare const SignalWorkflowExecutionInputFilterSensitiveLog: (obj: SignalWorkflowExecutionInput) => any;
1937
-
1938
- export declare const StartWorkflowExecutionInputFilterSensitiveLog: (obj: StartWorkflowExecutionInput) => any;
1939
-
1940
- export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
1941
-
1942
- export declare const TerminateWorkflowExecutionInputFilterSensitiveLog: (obj: TerminateWorkflowExecutionInput) => any;
1943
-
1944
- export declare const UndeprecateActivityTypeInputFilterSensitiveLog: (obj: UndeprecateActivityTypeInput) => any;
1945
-
1946
- export declare const UndeprecateDomainInputFilterSensitiveLog: (obj: UndeprecateDomainInput) => any;
1947
-
1948
- export declare const UndeprecateWorkflowTypeInputFilterSensitiveLog: (obj: UndeprecateWorkflowTypeInput) => any;
1949
-
1950
- export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { SWFServiceException as __BaseException } from "./SWFServiceException";
3
+
4
+ export interface ActivityType {
5
+ name: string | undefined;
6
+
7
+ version: string | undefined;
8
+ }
9
+
10
+ export interface WorkflowExecution {
11
+ workflowId: string | undefined;
12
+
13
+ runId: string | undefined;
14
+ }
15
+
16
+ export interface ActivityTask {
17
+ taskToken: string | undefined;
18
+
19
+ activityId: string | undefined;
20
+
21
+ startedEventId: number | undefined;
22
+
23
+ workflowExecution: WorkflowExecution | undefined;
24
+
25
+ activityType: ActivityType | undefined;
26
+
27
+ input?: string;
28
+ }
29
+
30
+ export interface ActivityTaskCanceledEventAttributes {
31
+ details?: string;
32
+
33
+ scheduledEventId: number | undefined;
34
+
35
+ startedEventId: number | undefined;
36
+
37
+ latestCancelRequestedEventId?: number;
38
+ }
39
+
40
+ export interface ActivityTaskCancelRequestedEventAttributes {
41
+ decisionTaskCompletedEventId: number | undefined;
42
+
43
+ activityId: string | undefined;
44
+ }
45
+
46
+ export interface ActivityTaskCompletedEventAttributes {
47
+ result?: string;
48
+
49
+ scheduledEventId: number | undefined;
50
+
51
+ startedEventId: number | undefined;
52
+ }
53
+
54
+ export interface ActivityTaskFailedEventAttributes {
55
+ reason?: string;
56
+
57
+ details?: string;
58
+
59
+ scheduledEventId: number | undefined;
60
+
61
+ startedEventId: number | undefined;
62
+ }
63
+
64
+ export interface TaskList {
65
+ name: string | undefined;
66
+ }
67
+
68
+ export interface ActivityTaskScheduledEventAttributes {
69
+ activityType: ActivityType | undefined;
70
+
71
+ activityId: string | undefined;
72
+
73
+ input?: string;
74
+
75
+ control?: string;
76
+
77
+ scheduleToStartTimeout?: string;
78
+
79
+ scheduleToCloseTimeout?: string;
80
+
81
+ startToCloseTimeout?: string;
82
+
83
+ taskList: TaskList | undefined;
84
+
85
+ taskPriority?: string;
86
+
87
+ decisionTaskCompletedEventId: number | undefined;
88
+
89
+ heartbeatTimeout?: string;
90
+ }
91
+
92
+ export interface ActivityTaskStartedEventAttributes {
93
+ identity?: string;
94
+
95
+ scheduledEventId: number | undefined;
96
+ }
97
+
98
+ export interface ActivityTaskStatus {
99
+ cancelRequested: boolean | undefined;
100
+ }
101
+ export declare type ActivityTaskTimeoutType =
102
+ | "HEARTBEAT"
103
+ | "SCHEDULE_TO_CLOSE"
104
+ | "SCHEDULE_TO_START"
105
+ | "START_TO_CLOSE";
106
+
107
+ export interface ActivityTaskTimedOutEventAttributes {
108
+ timeoutType: ActivityTaskTimeoutType | string | undefined;
109
+
110
+ scheduledEventId: number | undefined;
111
+
112
+ startedEventId: number | undefined;
113
+
114
+ details?: string;
115
+ }
116
+
117
+ export interface ActivityTypeConfiguration {
118
+ defaultTaskStartToCloseTimeout?: string;
119
+
120
+ defaultTaskHeartbeatTimeout?: string;
121
+
122
+ defaultTaskList?: TaskList;
123
+
124
+ defaultTaskPriority?: string;
125
+
126
+ defaultTaskScheduleToStartTimeout?: string;
127
+
128
+ defaultTaskScheduleToCloseTimeout?: string;
129
+ }
130
+ export declare type RegistrationStatus = "DEPRECATED" | "REGISTERED";
131
+
132
+ export interface ActivityTypeInfo {
133
+ activityType: ActivityType | undefined;
134
+
135
+ status: RegistrationStatus | string | undefined;
136
+
137
+ description?: string;
138
+
139
+ creationDate: Date | undefined;
140
+
141
+ deprecationDate?: Date;
142
+ }
143
+
144
+ export interface ActivityTypeDetail {
145
+ typeInfo: ActivityTypeInfo | undefined;
146
+
147
+ configuration: ActivityTypeConfiguration | undefined;
148
+ }
149
+
150
+ export interface ActivityTypeInfos {
151
+ typeInfos: ActivityTypeInfo[] | undefined;
152
+
153
+ nextPageToken?: string;
154
+ }
155
+
156
+ export interface CancelTimerDecisionAttributes {
157
+ timerId: string | undefined;
158
+ }
159
+ export declare type CancelTimerFailedCause =
160
+ | "OPERATION_NOT_PERMITTED"
161
+ | "TIMER_ID_UNKNOWN";
162
+
163
+ export interface CancelTimerFailedEventAttributes {
164
+ timerId: string | undefined;
165
+
166
+ cause: CancelTimerFailedCause | string | undefined;
167
+
168
+ decisionTaskCompletedEventId: number | undefined;
169
+ }
170
+
171
+ export interface CancelWorkflowExecutionDecisionAttributes {
172
+ details?: string;
173
+ }
174
+ export declare type CancelWorkflowExecutionFailedCause =
175
+ | "OPERATION_NOT_PERMITTED"
176
+ | "UNHANDLED_DECISION";
177
+
178
+ export interface CancelWorkflowExecutionFailedEventAttributes {
179
+ cause: CancelWorkflowExecutionFailedCause | string | undefined;
180
+
181
+ decisionTaskCompletedEventId: number | undefined;
182
+ }
183
+ export declare type ChildPolicy = "ABANDON" | "REQUEST_CANCEL" | "TERMINATE";
184
+
185
+ export interface WorkflowType {
186
+ name: string | undefined;
187
+
188
+ version: string | undefined;
189
+ }
190
+
191
+ export interface ChildWorkflowExecutionCanceledEventAttributes {
192
+ workflowExecution: WorkflowExecution | undefined;
193
+
194
+ workflowType: WorkflowType | undefined;
195
+
196
+ details?: string;
197
+
198
+ initiatedEventId: number | undefined;
199
+
200
+ startedEventId: number | undefined;
201
+ }
202
+
203
+ export interface ChildWorkflowExecutionCompletedEventAttributes {
204
+ workflowExecution: WorkflowExecution | undefined;
205
+
206
+ workflowType: WorkflowType | undefined;
207
+
208
+ result?: string;
209
+
210
+ initiatedEventId: number | undefined;
211
+
212
+ startedEventId: number | undefined;
213
+ }
214
+
215
+ export interface ChildWorkflowExecutionFailedEventAttributes {
216
+ workflowExecution: WorkflowExecution | undefined;
217
+
218
+ workflowType: WorkflowType | undefined;
219
+
220
+ reason?: string;
221
+
222
+ details?: string;
223
+
224
+ initiatedEventId: number | undefined;
225
+
226
+ startedEventId: number | undefined;
227
+ }
228
+
229
+ export interface ChildWorkflowExecutionStartedEventAttributes {
230
+ workflowExecution: WorkflowExecution | undefined;
231
+
232
+ workflowType: WorkflowType | undefined;
233
+
234
+ initiatedEventId: number | undefined;
235
+ }
236
+
237
+ export interface ChildWorkflowExecutionTerminatedEventAttributes {
238
+ workflowExecution: WorkflowExecution | undefined;
239
+
240
+ workflowType: WorkflowType | undefined;
241
+
242
+ initiatedEventId: number | undefined;
243
+
244
+ startedEventId: number | undefined;
245
+ }
246
+ export declare type WorkflowExecutionTimeoutType = "START_TO_CLOSE";
247
+
248
+ export interface ChildWorkflowExecutionTimedOutEventAttributes {
249
+ workflowExecution: WorkflowExecution | undefined;
250
+
251
+ workflowType: WorkflowType | undefined;
252
+
253
+ timeoutType: WorkflowExecutionTimeoutType | string | undefined;
254
+
255
+ initiatedEventId: number | undefined;
256
+
257
+ startedEventId: number | undefined;
258
+ }
259
+ export declare type CloseStatus =
260
+ | "CANCELED"
261
+ | "COMPLETED"
262
+ | "CONTINUED_AS_NEW"
263
+ | "FAILED"
264
+ | "TERMINATED"
265
+ | "TIMED_OUT";
266
+
267
+ export interface CloseStatusFilter {
268
+ status: CloseStatus | string | undefined;
269
+ }
270
+
271
+ export interface CompleteWorkflowExecutionDecisionAttributes {
272
+ result?: string;
273
+ }
274
+ export declare type CompleteWorkflowExecutionFailedCause =
275
+ | "OPERATION_NOT_PERMITTED"
276
+ | "UNHANDLED_DECISION";
277
+
278
+ export interface CompleteWorkflowExecutionFailedEventAttributes {
279
+ cause: CompleteWorkflowExecutionFailedCause | string | undefined;
280
+
281
+ decisionTaskCompletedEventId: number | undefined;
282
+ }
283
+
284
+ export interface ContinueAsNewWorkflowExecutionDecisionAttributes {
285
+ input?: string;
286
+
287
+ executionStartToCloseTimeout?: string;
288
+
289
+ taskList?: TaskList;
290
+
291
+ taskPriority?: string;
292
+
293
+ taskStartToCloseTimeout?: string;
294
+
295
+ childPolicy?: ChildPolicy | string;
296
+
297
+ tagList?: string[];
298
+
299
+ workflowTypeVersion?: string;
300
+
301
+ lambdaRole?: string;
302
+ }
303
+ export declare type ContinueAsNewWorkflowExecutionFailedCause =
304
+ | "CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED"
305
+ | "DEFAULT_CHILD_POLICY_UNDEFINED"
306
+ | "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED"
307
+ | "DEFAULT_TASK_LIST_UNDEFINED"
308
+ | "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED"
309
+ | "OPERATION_NOT_PERMITTED"
310
+ | "UNHANDLED_DECISION"
311
+ | "WORKFLOW_TYPE_DEPRECATED"
312
+ | "WORKFLOW_TYPE_DOES_NOT_EXIST";
313
+
314
+ export interface ContinueAsNewWorkflowExecutionFailedEventAttributes {
315
+ cause: ContinueAsNewWorkflowExecutionFailedCause | string | undefined;
316
+
317
+ decisionTaskCompletedEventId: number | undefined;
318
+ }
319
+
320
+ export interface ExecutionTimeFilter {
321
+ oldestDate: Date | undefined;
322
+
323
+ latestDate?: Date;
324
+ }
325
+
326
+ export interface WorkflowExecutionFilter {
327
+ workflowId: string | undefined;
328
+ }
329
+
330
+ export interface TagFilter {
331
+ tag: string | undefined;
332
+ }
333
+
334
+ export interface WorkflowTypeFilter {
335
+ name: string | undefined;
336
+
337
+ version?: string;
338
+ }
339
+ export interface CountClosedWorkflowExecutionsInput {
340
+ domain: string | undefined;
341
+
342
+ startTimeFilter?: ExecutionTimeFilter;
343
+
344
+ closeTimeFilter?: ExecutionTimeFilter;
345
+
346
+ executionFilter?: WorkflowExecutionFilter;
347
+
348
+ typeFilter?: WorkflowTypeFilter;
349
+
350
+ tagFilter?: TagFilter;
351
+
352
+ closeStatusFilter?: CloseStatusFilter;
353
+ }
354
+
355
+ export declare class OperationNotPermittedFault extends __BaseException {
356
+ readonly name: "OperationNotPermittedFault";
357
+ readonly $fault: "client";
358
+
359
+ constructor(
360
+ opts: __ExceptionOptionType<OperationNotPermittedFault, __BaseException>
361
+ );
362
+ }
363
+
364
+ export declare class UnknownResourceFault extends __BaseException {
365
+ readonly name: "UnknownResourceFault";
366
+ readonly $fault: "client";
367
+
368
+ constructor(
369
+ opts: __ExceptionOptionType<UnknownResourceFault, __BaseException>
370
+ );
371
+ }
372
+
373
+ export interface WorkflowExecutionCount {
374
+ count: number | undefined;
375
+
376
+ truncated?: boolean;
377
+ }
378
+ export interface CountOpenWorkflowExecutionsInput {
379
+ domain: string | undefined;
380
+
381
+ startTimeFilter: ExecutionTimeFilter | undefined;
382
+
383
+ typeFilter?: WorkflowTypeFilter;
384
+
385
+ tagFilter?: TagFilter;
386
+
387
+ executionFilter?: WorkflowExecutionFilter;
388
+ }
389
+ export interface CountPendingActivityTasksInput {
390
+ domain: string | undefined;
391
+
392
+ taskList: TaskList | undefined;
393
+ }
394
+
395
+ export interface PendingTaskCount {
396
+ count: number | undefined;
397
+
398
+ truncated?: boolean;
399
+ }
400
+ export interface CountPendingDecisionTasksInput {
401
+ domain: string | undefined;
402
+
403
+ taskList: TaskList | undefined;
404
+ }
405
+ export declare type DecisionType =
406
+ | "CancelTimer"
407
+ | "CancelWorkflowExecution"
408
+ | "CompleteWorkflowExecution"
409
+ | "ContinueAsNewWorkflowExecution"
410
+ | "FailWorkflowExecution"
411
+ | "RecordMarker"
412
+ | "RequestCancelActivityTask"
413
+ | "RequestCancelExternalWorkflowExecution"
414
+ | "ScheduleActivityTask"
415
+ | "ScheduleLambdaFunction"
416
+ | "SignalExternalWorkflowExecution"
417
+ | "StartChildWorkflowExecution"
418
+ | "StartTimer";
419
+
420
+ export interface FailWorkflowExecutionDecisionAttributes {
421
+ reason?: string;
422
+
423
+ details?: string;
424
+ }
425
+
426
+ export interface RecordMarkerDecisionAttributes {
427
+ markerName: string | undefined;
428
+
429
+ details?: string;
430
+ }
431
+
432
+ export interface RequestCancelActivityTaskDecisionAttributes {
433
+ activityId: string | undefined;
434
+ }
435
+
436
+ export interface RequestCancelExternalWorkflowExecutionDecisionAttributes {
437
+ workflowId: string | undefined;
438
+
439
+ runId?: string;
440
+
441
+ control?: string;
442
+ }
443
+
444
+ export interface ScheduleActivityTaskDecisionAttributes {
445
+ activityType: ActivityType | undefined;
446
+
447
+ activityId: string | undefined;
448
+
449
+ control?: string;
450
+
451
+ input?: string;
452
+
453
+ scheduleToCloseTimeout?: string;
454
+
455
+ taskList?: TaskList;
456
+
457
+ taskPriority?: string;
458
+
459
+ scheduleToStartTimeout?: string;
460
+
461
+ startToCloseTimeout?: string;
462
+
463
+ heartbeatTimeout?: string;
464
+ }
465
+
466
+ export interface ScheduleLambdaFunctionDecisionAttributes {
467
+ id: string | undefined;
468
+
469
+ name: string | undefined;
470
+
471
+ control?: string;
472
+
473
+ input?: string;
474
+
475
+ startToCloseTimeout?: string;
476
+ }
477
+
478
+ export interface SignalExternalWorkflowExecutionDecisionAttributes {
479
+ workflowId: string | undefined;
480
+
481
+ runId?: string;
482
+
483
+ signalName: string | undefined;
484
+
485
+ input?: string;
486
+
487
+ control?: string;
488
+ }
489
+
490
+ export interface StartChildWorkflowExecutionDecisionAttributes {
491
+ workflowType: WorkflowType | undefined;
492
+
493
+ workflowId: string | undefined;
494
+
495
+ control?: string;
496
+
497
+ input?: string;
498
+
499
+ executionStartToCloseTimeout?: string;
500
+
501
+ taskList?: TaskList;
502
+
503
+ taskPriority?: string;
504
+
505
+ taskStartToCloseTimeout?: string;
506
+
507
+ childPolicy?: ChildPolicy | string;
508
+
509
+ tagList?: string[];
510
+
511
+ lambdaRole?: string;
512
+ }
513
+
514
+ export interface StartTimerDecisionAttributes {
515
+ timerId: string | undefined;
516
+
517
+ control?: string;
518
+
519
+ startToFireTimeout: string | undefined;
520
+ }
521
+
522
+ export interface Decision {
523
+ decisionType: DecisionType | string | undefined;
524
+
525
+ scheduleActivityTaskDecisionAttributes?: ScheduleActivityTaskDecisionAttributes;
526
+
527
+ requestCancelActivityTaskDecisionAttributes?: RequestCancelActivityTaskDecisionAttributes;
528
+
529
+ completeWorkflowExecutionDecisionAttributes?: CompleteWorkflowExecutionDecisionAttributes;
530
+
531
+ failWorkflowExecutionDecisionAttributes?: FailWorkflowExecutionDecisionAttributes;
532
+
533
+ cancelWorkflowExecutionDecisionAttributes?: CancelWorkflowExecutionDecisionAttributes;
534
+
535
+ continueAsNewWorkflowExecutionDecisionAttributes?: ContinueAsNewWorkflowExecutionDecisionAttributes;
536
+
537
+ recordMarkerDecisionAttributes?: RecordMarkerDecisionAttributes;
538
+
539
+ startTimerDecisionAttributes?: StartTimerDecisionAttributes;
540
+
541
+ cancelTimerDecisionAttributes?: CancelTimerDecisionAttributes;
542
+
543
+ signalExternalWorkflowExecutionDecisionAttributes?: SignalExternalWorkflowExecutionDecisionAttributes;
544
+
545
+ requestCancelExternalWorkflowExecutionDecisionAttributes?: RequestCancelExternalWorkflowExecutionDecisionAttributes;
546
+
547
+ startChildWorkflowExecutionDecisionAttributes?: StartChildWorkflowExecutionDecisionAttributes;
548
+
549
+ scheduleLambdaFunctionDecisionAttributes?: ScheduleLambdaFunctionDecisionAttributes;
550
+ }
551
+
552
+ export interface DecisionTaskCompletedEventAttributes {
553
+ executionContext?: string;
554
+
555
+ scheduledEventId: number | undefined;
556
+
557
+ startedEventId: number | undefined;
558
+ }
559
+
560
+ export interface DecisionTaskScheduledEventAttributes {
561
+ taskList: TaskList | undefined;
562
+
563
+ taskPriority?: string;
564
+
565
+ startToCloseTimeout?: string;
566
+ }
567
+
568
+ export interface DecisionTaskStartedEventAttributes {
569
+ identity?: string;
570
+
571
+ scheduledEventId: number | undefined;
572
+ }
573
+ export declare type DecisionTaskTimeoutType = "START_TO_CLOSE";
574
+
575
+ export interface DecisionTaskTimedOutEventAttributes {
576
+ timeoutType: DecisionTaskTimeoutType | string | undefined;
577
+
578
+ scheduledEventId: number | undefined;
579
+
580
+ startedEventId: number | undefined;
581
+ }
582
+ export declare type EventType =
583
+ | "ActivityTaskCancelRequested"
584
+ | "ActivityTaskCanceled"
585
+ | "ActivityTaskCompleted"
586
+ | "ActivityTaskFailed"
587
+ | "ActivityTaskScheduled"
588
+ | "ActivityTaskStarted"
589
+ | "ActivityTaskTimedOut"
590
+ | "CancelTimerFailed"
591
+ | "CancelWorkflowExecutionFailed"
592
+ | "ChildWorkflowExecutionCanceled"
593
+ | "ChildWorkflowExecutionCompleted"
594
+ | "ChildWorkflowExecutionFailed"
595
+ | "ChildWorkflowExecutionStarted"
596
+ | "ChildWorkflowExecutionTerminated"
597
+ | "ChildWorkflowExecutionTimedOut"
598
+ | "CompleteWorkflowExecutionFailed"
599
+ | "ContinueAsNewWorkflowExecutionFailed"
600
+ | "DecisionTaskCompleted"
601
+ | "DecisionTaskScheduled"
602
+ | "DecisionTaskStarted"
603
+ | "DecisionTaskTimedOut"
604
+ | "ExternalWorkflowExecutionCancelRequested"
605
+ | "ExternalWorkflowExecutionSignaled"
606
+ | "FailWorkflowExecutionFailed"
607
+ | "LambdaFunctionCompleted"
608
+ | "LambdaFunctionFailed"
609
+ | "LambdaFunctionScheduled"
610
+ | "LambdaFunctionStarted"
611
+ | "LambdaFunctionTimedOut"
612
+ | "MarkerRecorded"
613
+ | "RecordMarkerFailed"
614
+ | "RequestCancelActivityTaskFailed"
615
+ | "RequestCancelExternalWorkflowExecutionFailed"
616
+ | "RequestCancelExternalWorkflowExecutionInitiated"
617
+ | "ScheduleActivityTaskFailed"
618
+ | "ScheduleLambdaFunctionFailed"
619
+ | "SignalExternalWorkflowExecutionFailed"
620
+ | "SignalExternalWorkflowExecutionInitiated"
621
+ | "StartChildWorkflowExecutionFailed"
622
+ | "StartChildWorkflowExecutionInitiated"
623
+ | "StartLambdaFunctionFailed"
624
+ | "StartTimerFailed"
625
+ | "TimerCanceled"
626
+ | "TimerFired"
627
+ | "TimerStarted"
628
+ | "WorkflowExecutionCancelRequested"
629
+ | "WorkflowExecutionCanceled"
630
+ | "WorkflowExecutionCompleted"
631
+ | "WorkflowExecutionContinuedAsNew"
632
+ | "WorkflowExecutionFailed"
633
+ | "WorkflowExecutionSignaled"
634
+ | "WorkflowExecutionStarted"
635
+ | "WorkflowExecutionTerminated"
636
+ | "WorkflowExecutionTimedOut";
637
+
638
+ export interface ExternalWorkflowExecutionCancelRequestedEventAttributes {
639
+ workflowExecution: WorkflowExecution | undefined;
640
+
641
+ initiatedEventId: number | undefined;
642
+ }
643
+
644
+ export interface ExternalWorkflowExecutionSignaledEventAttributes {
645
+ workflowExecution: WorkflowExecution | undefined;
646
+
647
+ initiatedEventId: number | undefined;
648
+ }
649
+ export declare type FailWorkflowExecutionFailedCause =
650
+ | "OPERATION_NOT_PERMITTED"
651
+ | "UNHANDLED_DECISION";
652
+
653
+ export interface FailWorkflowExecutionFailedEventAttributes {
654
+ cause: FailWorkflowExecutionFailedCause | string | undefined;
655
+
656
+ decisionTaskCompletedEventId: number | undefined;
657
+ }
658
+
659
+ export interface LambdaFunctionCompletedEventAttributes {
660
+ scheduledEventId: number | undefined;
661
+
662
+ startedEventId: number | undefined;
663
+
664
+ result?: string;
665
+ }
666
+
667
+ export interface LambdaFunctionFailedEventAttributes {
668
+ scheduledEventId: number | undefined;
669
+
670
+ startedEventId: number | undefined;
671
+
672
+ reason?: string;
673
+
674
+ details?: string;
675
+ }
676
+
677
+ export interface LambdaFunctionScheduledEventAttributes {
678
+ id: string | undefined;
679
+
680
+ name: string | undefined;
681
+
682
+ control?: string;
683
+
684
+ input?: string;
685
+
686
+ startToCloseTimeout?: string;
687
+
688
+ decisionTaskCompletedEventId: number | undefined;
689
+ }
690
+
691
+ export interface LambdaFunctionStartedEventAttributes {
692
+ scheduledEventId: number | undefined;
693
+ }
694
+ export declare type LambdaFunctionTimeoutType = "START_TO_CLOSE";
695
+
696
+ export interface LambdaFunctionTimedOutEventAttributes {
697
+ scheduledEventId: number | undefined;
698
+
699
+ startedEventId: number | undefined;
700
+
701
+ timeoutType?: LambdaFunctionTimeoutType | string;
702
+ }
703
+
704
+ export interface MarkerRecordedEventAttributes {
705
+ markerName: string | undefined;
706
+
707
+ details?: string;
708
+
709
+ decisionTaskCompletedEventId: number | undefined;
710
+ }
711
+ export declare type RecordMarkerFailedCause = "OPERATION_NOT_PERMITTED";
712
+
713
+ export interface RecordMarkerFailedEventAttributes {
714
+ markerName: string | undefined;
715
+
716
+ cause: RecordMarkerFailedCause | string | undefined;
717
+
718
+ decisionTaskCompletedEventId: number | undefined;
719
+ }
720
+ export declare type RequestCancelActivityTaskFailedCause =
721
+ | "ACTIVITY_ID_UNKNOWN"
722
+ | "OPERATION_NOT_PERMITTED";
723
+
724
+ export interface RequestCancelActivityTaskFailedEventAttributes {
725
+ activityId: string | undefined;
726
+
727
+ cause: RequestCancelActivityTaskFailedCause | string | undefined;
728
+
729
+ decisionTaskCompletedEventId: number | undefined;
730
+ }
731
+ export declare type RequestCancelExternalWorkflowExecutionFailedCause =
732
+ | "OPERATION_NOT_PERMITTED"
733
+ | "REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED"
734
+ | "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION";
735
+
736
+ export interface RequestCancelExternalWorkflowExecutionFailedEventAttributes {
737
+ workflowId: string | undefined;
738
+
739
+ runId?: string;
740
+
741
+ cause: RequestCancelExternalWorkflowExecutionFailedCause | string | undefined;
742
+
743
+ initiatedEventId: number | undefined;
744
+
745
+ decisionTaskCompletedEventId: number | undefined;
746
+
747
+ control?: string;
748
+ }
749
+
750
+ export interface RequestCancelExternalWorkflowExecutionInitiatedEventAttributes {
751
+ workflowId: string | undefined;
752
+
753
+ runId?: string;
754
+
755
+ decisionTaskCompletedEventId: number | undefined;
756
+
757
+ control?: string;
758
+ }
759
+ export declare type ScheduleActivityTaskFailedCause =
760
+ | "ACTIVITY_CREATION_RATE_EXCEEDED"
761
+ | "ACTIVITY_ID_ALREADY_IN_USE"
762
+ | "ACTIVITY_TYPE_DEPRECATED"
763
+ | "ACTIVITY_TYPE_DOES_NOT_EXIST"
764
+ | "DEFAULT_HEARTBEAT_TIMEOUT_UNDEFINED"
765
+ | "DEFAULT_SCHEDULE_TO_CLOSE_TIMEOUT_UNDEFINED"
766
+ | "DEFAULT_SCHEDULE_TO_START_TIMEOUT_UNDEFINED"
767
+ | "DEFAULT_START_TO_CLOSE_TIMEOUT_UNDEFINED"
768
+ | "DEFAULT_TASK_LIST_UNDEFINED"
769
+ | "OPEN_ACTIVITIES_LIMIT_EXCEEDED"
770
+ | "OPERATION_NOT_PERMITTED";
771
+
772
+ export interface ScheduleActivityTaskFailedEventAttributes {
773
+ activityType: ActivityType | undefined;
774
+
775
+ activityId: string | undefined;
776
+
777
+ cause: ScheduleActivityTaskFailedCause | string | undefined;
778
+
779
+ decisionTaskCompletedEventId: number | undefined;
780
+ }
781
+ export declare type ScheduleLambdaFunctionFailedCause =
782
+ | "ID_ALREADY_IN_USE"
783
+ | "LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED"
784
+ | "LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION"
785
+ | "OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED";
786
+
787
+ export interface ScheduleLambdaFunctionFailedEventAttributes {
788
+ id: string | undefined;
789
+
790
+ name: string | undefined;
791
+
792
+ cause: ScheduleLambdaFunctionFailedCause | string | undefined;
793
+
794
+ decisionTaskCompletedEventId: number | undefined;
795
+ }
796
+ export declare type SignalExternalWorkflowExecutionFailedCause =
797
+ | "OPERATION_NOT_PERMITTED"
798
+ | "SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED"
799
+ | "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION";
800
+
801
+ export interface SignalExternalWorkflowExecutionFailedEventAttributes {
802
+ workflowId: string | undefined;
803
+
804
+ runId?: string;
805
+
806
+ cause: SignalExternalWorkflowExecutionFailedCause | string | undefined;
807
+
808
+ initiatedEventId: number | undefined;
809
+
810
+ decisionTaskCompletedEventId: number | undefined;
811
+
812
+ control?: string;
813
+ }
814
+
815
+ export interface SignalExternalWorkflowExecutionInitiatedEventAttributes {
816
+ workflowId: string | undefined;
817
+
818
+ runId?: string;
819
+
820
+ signalName: string | undefined;
821
+
822
+ input?: string;
823
+
824
+ decisionTaskCompletedEventId: number | undefined;
825
+
826
+ control?: string;
827
+ }
828
+ export declare type StartChildWorkflowExecutionFailedCause =
829
+ | "CHILD_CREATION_RATE_EXCEEDED"
830
+ | "DEFAULT_CHILD_POLICY_UNDEFINED"
831
+ | "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED"
832
+ | "DEFAULT_TASK_LIST_UNDEFINED"
833
+ | "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED"
834
+ | "OPEN_CHILDREN_LIMIT_EXCEEDED"
835
+ | "OPEN_WORKFLOWS_LIMIT_EXCEEDED"
836
+ | "OPERATION_NOT_PERMITTED"
837
+ | "WORKFLOW_ALREADY_RUNNING"
838
+ | "WORKFLOW_TYPE_DEPRECATED"
839
+ | "WORKFLOW_TYPE_DOES_NOT_EXIST";
840
+
841
+ export interface StartChildWorkflowExecutionFailedEventAttributes {
842
+ workflowType: WorkflowType | undefined;
843
+
844
+ cause: StartChildWorkflowExecutionFailedCause | string | undefined;
845
+
846
+ workflowId: string | undefined;
847
+
848
+ initiatedEventId: number | undefined;
849
+
850
+ decisionTaskCompletedEventId: number | undefined;
851
+
852
+ control?: string;
853
+ }
854
+
855
+ export interface StartChildWorkflowExecutionInitiatedEventAttributes {
856
+ workflowId: string | undefined;
857
+
858
+ workflowType: WorkflowType | undefined;
859
+
860
+ control?: string;
861
+
862
+ input?: string;
863
+
864
+ executionStartToCloseTimeout?: string;
865
+
866
+ taskList: TaskList | undefined;
867
+
868
+ taskPriority?: string;
869
+
870
+ decisionTaskCompletedEventId: number | undefined;
871
+
872
+ childPolicy: ChildPolicy | string | undefined;
873
+
874
+ taskStartToCloseTimeout?: string;
875
+
876
+ tagList?: string[];
877
+
878
+ lambdaRole?: string;
879
+ }
880
+ export declare type StartLambdaFunctionFailedCause = "ASSUME_ROLE_FAILED";
881
+
882
+ export interface StartLambdaFunctionFailedEventAttributes {
883
+ scheduledEventId?: number;
884
+
885
+ cause?: StartLambdaFunctionFailedCause | string;
886
+
887
+ message?: string;
888
+ }
889
+ export declare type StartTimerFailedCause =
890
+ | "OPEN_TIMERS_LIMIT_EXCEEDED"
891
+ | "OPERATION_NOT_PERMITTED"
892
+ | "TIMER_CREATION_RATE_EXCEEDED"
893
+ | "TIMER_ID_ALREADY_IN_USE";
894
+
895
+ export interface StartTimerFailedEventAttributes {
896
+ timerId: string | undefined;
897
+
898
+ cause: StartTimerFailedCause | string | undefined;
899
+
900
+ decisionTaskCompletedEventId: number | undefined;
901
+ }
902
+
903
+ export interface TimerCanceledEventAttributes {
904
+ timerId: string | undefined;
905
+
906
+ startedEventId: number | undefined;
907
+
908
+ decisionTaskCompletedEventId: number | undefined;
909
+ }
910
+
911
+ export interface TimerFiredEventAttributes {
912
+ timerId: string | undefined;
913
+
914
+ startedEventId: number | undefined;
915
+ }
916
+
917
+ export interface TimerStartedEventAttributes {
918
+ timerId: string | undefined;
919
+
920
+ control?: string;
921
+
922
+ startToFireTimeout: string | undefined;
923
+
924
+ decisionTaskCompletedEventId: number | undefined;
925
+ }
926
+
927
+ export interface WorkflowExecutionCanceledEventAttributes {
928
+ details?: string;
929
+
930
+ decisionTaskCompletedEventId: number | undefined;
931
+ }
932
+ export declare type WorkflowExecutionCancelRequestedCause =
933
+ "CHILD_POLICY_APPLIED";
934
+
935
+ export interface WorkflowExecutionCancelRequestedEventAttributes {
936
+ externalWorkflowExecution?: WorkflowExecution;
937
+
938
+ externalInitiatedEventId?: number;
939
+
940
+ cause?: WorkflowExecutionCancelRequestedCause | string;
941
+ }
942
+
943
+ export interface WorkflowExecutionCompletedEventAttributes {
944
+ result?: string;
945
+
946
+ decisionTaskCompletedEventId: number | undefined;
947
+ }
948
+
949
+ export interface WorkflowExecutionContinuedAsNewEventAttributes {
950
+ input?: string;
951
+
952
+ decisionTaskCompletedEventId: number | undefined;
953
+
954
+ newExecutionRunId: string | undefined;
955
+
956
+ executionStartToCloseTimeout?: string;
957
+
958
+ taskList: TaskList | undefined;
959
+
960
+ taskPriority?: string;
961
+
962
+ taskStartToCloseTimeout?: string;
963
+
964
+ childPolicy: ChildPolicy | string | undefined;
965
+
966
+ tagList?: string[];
967
+
968
+ workflowType: WorkflowType | undefined;
969
+
970
+ lambdaRole?: string;
971
+ }
972
+
973
+ export interface WorkflowExecutionFailedEventAttributes {
974
+ reason?: string;
975
+
976
+ details?: string;
977
+
978
+ decisionTaskCompletedEventId: number | undefined;
979
+ }
980
+
981
+ export interface WorkflowExecutionSignaledEventAttributes {
982
+ signalName: string | undefined;
983
+
984
+ input?: string;
985
+
986
+ externalWorkflowExecution?: WorkflowExecution;
987
+
988
+ externalInitiatedEventId?: number;
989
+ }
990
+
991
+ export interface WorkflowExecutionStartedEventAttributes {
992
+ input?: string;
993
+
994
+ executionStartToCloseTimeout?: string;
995
+
996
+ taskStartToCloseTimeout?: string;
997
+
998
+ childPolicy: ChildPolicy | string | undefined;
999
+
1000
+ taskList: TaskList | undefined;
1001
+
1002
+ taskPriority?: string;
1003
+
1004
+ workflowType: WorkflowType | undefined;
1005
+
1006
+ tagList?: string[];
1007
+
1008
+ continuedExecutionRunId?: string;
1009
+
1010
+ parentWorkflowExecution?: WorkflowExecution;
1011
+
1012
+ parentInitiatedEventId?: number;
1013
+
1014
+ lambdaRole?: string;
1015
+ }
1016
+ export declare type WorkflowExecutionTerminatedCause =
1017
+ | "CHILD_POLICY_APPLIED"
1018
+ | "EVENT_LIMIT_EXCEEDED"
1019
+ | "OPERATOR_INITIATED";
1020
+
1021
+ export interface WorkflowExecutionTerminatedEventAttributes {
1022
+ reason?: string;
1023
+
1024
+ details?: string;
1025
+
1026
+ childPolicy: ChildPolicy | string | undefined;
1027
+
1028
+ cause?: WorkflowExecutionTerminatedCause | string;
1029
+ }
1030
+
1031
+ export interface WorkflowExecutionTimedOutEventAttributes {
1032
+ timeoutType: WorkflowExecutionTimeoutType | string | undefined;
1033
+
1034
+ childPolicy: ChildPolicy | string | undefined;
1035
+ }
1036
+
1037
+ export interface HistoryEvent {
1038
+ eventTimestamp: Date | undefined;
1039
+
1040
+ eventType: EventType | string | undefined;
1041
+
1042
+ eventId: number | undefined;
1043
+
1044
+ workflowExecutionStartedEventAttributes?: WorkflowExecutionStartedEventAttributes;
1045
+
1046
+ workflowExecutionCompletedEventAttributes?: WorkflowExecutionCompletedEventAttributes;
1047
+
1048
+ completeWorkflowExecutionFailedEventAttributes?: CompleteWorkflowExecutionFailedEventAttributes;
1049
+
1050
+ workflowExecutionFailedEventAttributes?: WorkflowExecutionFailedEventAttributes;
1051
+
1052
+ failWorkflowExecutionFailedEventAttributes?: FailWorkflowExecutionFailedEventAttributes;
1053
+
1054
+ workflowExecutionTimedOutEventAttributes?: WorkflowExecutionTimedOutEventAttributes;
1055
+
1056
+ workflowExecutionCanceledEventAttributes?: WorkflowExecutionCanceledEventAttributes;
1057
+
1058
+ cancelWorkflowExecutionFailedEventAttributes?: CancelWorkflowExecutionFailedEventAttributes;
1059
+
1060
+ workflowExecutionContinuedAsNewEventAttributes?: WorkflowExecutionContinuedAsNewEventAttributes;
1061
+
1062
+ continueAsNewWorkflowExecutionFailedEventAttributes?: ContinueAsNewWorkflowExecutionFailedEventAttributes;
1063
+
1064
+ workflowExecutionTerminatedEventAttributes?: WorkflowExecutionTerminatedEventAttributes;
1065
+
1066
+ workflowExecutionCancelRequestedEventAttributes?: WorkflowExecutionCancelRequestedEventAttributes;
1067
+
1068
+ decisionTaskScheduledEventAttributes?: DecisionTaskScheduledEventAttributes;
1069
+
1070
+ decisionTaskStartedEventAttributes?: DecisionTaskStartedEventAttributes;
1071
+
1072
+ decisionTaskCompletedEventAttributes?: DecisionTaskCompletedEventAttributes;
1073
+
1074
+ decisionTaskTimedOutEventAttributes?: DecisionTaskTimedOutEventAttributes;
1075
+
1076
+ activityTaskScheduledEventAttributes?: ActivityTaskScheduledEventAttributes;
1077
+
1078
+ activityTaskStartedEventAttributes?: ActivityTaskStartedEventAttributes;
1079
+
1080
+ activityTaskCompletedEventAttributes?: ActivityTaskCompletedEventAttributes;
1081
+
1082
+ activityTaskFailedEventAttributes?: ActivityTaskFailedEventAttributes;
1083
+
1084
+ activityTaskTimedOutEventAttributes?: ActivityTaskTimedOutEventAttributes;
1085
+
1086
+ activityTaskCanceledEventAttributes?: ActivityTaskCanceledEventAttributes;
1087
+
1088
+ activityTaskCancelRequestedEventAttributes?: ActivityTaskCancelRequestedEventAttributes;
1089
+
1090
+ workflowExecutionSignaledEventAttributes?: WorkflowExecutionSignaledEventAttributes;
1091
+
1092
+ markerRecordedEventAttributes?: MarkerRecordedEventAttributes;
1093
+
1094
+ recordMarkerFailedEventAttributes?: RecordMarkerFailedEventAttributes;
1095
+
1096
+ timerStartedEventAttributes?: TimerStartedEventAttributes;
1097
+
1098
+ timerFiredEventAttributes?: TimerFiredEventAttributes;
1099
+
1100
+ timerCanceledEventAttributes?: TimerCanceledEventAttributes;
1101
+
1102
+ startChildWorkflowExecutionInitiatedEventAttributes?: StartChildWorkflowExecutionInitiatedEventAttributes;
1103
+
1104
+ childWorkflowExecutionStartedEventAttributes?: ChildWorkflowExecutionStartedEventAttributes;
1105
+
1106
+ childWorkflowExecutionCompletedEventAttributes?: ChildWorkflowExecutionCompletedEventAttributes;
1107
+
1108
+ childWorkflowExecutionFailedEventAttributes?: ChildWorkflowExecutionFailedEventAttributes;
1109
+
1110
+ childWorkflowExecutionTimedOutEventAttributes?: ChildWorkflowExecutionTimedOutEventAttributes;
1111
+
1112
+ childWorkflowExecutionCanceledEventAttributes?: ChildWorkflowExecutionCanceledEventAttributes;
1113
+
1114
+ childWorkflowExecutionTerminatedEventAttributes?: ChildWorkflowExecutionTerminatedEventAttributes;
1115
+
1116
+ signalExternalWorkflowExecutionInitiatedEventAttributes?: SignalExternalWorkflowExecutionInitiatedEventAttributes;
1117
+
1118
+ externalWorkflowExecutionSignaledEventAttributes?: ExternalWorkflowExecutionSignaledEventAttributes;
1119
+
1120
+ signalExternalWorkflowExecutionFailedEventAttributes?: SignalExternalWorkflowExecutionFailedEventAttributes;
1121
+
1122
+ externalWorkflowExecutionCancelRequestedEventAttributes?: ExternalWorkflowExecutionCancelRequestedEventAttributes;
1123
+
1124
+ requestCancelExternalWorkflowExecutionInitiatedEventAttributes?: RequestCancelExternalWorkflowExecutionInitiatedEventAttributes;
1125
+
1126
+ requestCancelExternalWorkflowExecutionFailedEventAttributes?: RequestCancelExternalWorkflowExecutionFailedEventAttributes;
1127
+
1128
+ scheduleActivityTaskFailedEventAttributes?: ScheduleActivityTaskFailedEventAttributes;
1129
+
1130
+ requestCancelActivityTaskFailedEventAttributes?: RequestCancelActivityTaskFailedEventAttributes;
1131
+
1132
+ startTimerFailedEventAttributes?: StartTimerFailedEventAttributes;
1133
+
1134
+ cancelTimerFailedEventAttributes?: CancelTimerFailedEventAttributes;
1135
+
1136
+ startChildWorkflowExecutionFailedEventAttributes?: StartChildWorkflowExecutionFailedEventAttributes;
1137
+
1138
+ lambdaFunctionScheduledEventAttributes?: LambdaFunctionScheduledEventAttributes;
1139
+
1140
+ lambdaFunctionStartedEventAttributes?: LambdaFunctionStartedEventAttributes;
1141
+
1142
+ lambdaFunctionCompletedEventAttributes?: LambdaFunctionCompletedEventAttributes;
1143
+
1144
+ lambdaFunctionFailedEventAttributes?: LambdaFunctionFailedEventAttributes;
1145
+
1146
+ lambdaFunctionTimedOutEventAttributes?: LambdaFunctionTimedOutEventAttributes;
1147
+
1148
+ scheduleLambdaFunctionFailedEventAttributes?: ScheduleLambdaFunctionFailedEventAttributes;
1149
+
1150
+ startLambdaFunctionFailedEventAttributes?: StartLambdaFunctionFailedEventAttributes;
1151
+ }
1152
+
1153
+ export interface DecisionTask {
1154
+ taskToken: string | undefined;
1155
+
1156
+ startedEventId: number | undefined;
1157
+
1158
+ workflowExecution: WorkflowExecution | undefined;
1159
+
1160
+ workflowType: WorkflowType | undefined;
1161
+
1162
+ events: HistoryEvent[] | undefined;
1163
+
1164
+ nextPageToken?: string;
1165
+
1166
+ previousStartedEventId?: number;
1167
+ }
1168
+
1169
+ export declare class DefaultUndefinedFault extends __BaseException {
1170
+ readonly name: "DefaultUndefinedFault";
1171
+ readonly $fault: "client";
1172
+
1173
+ constructor(
1174
+ opts: __ExceptionOptionType<DefaultUndefinedFault, __BaseException>
1175
+ );
1176
+ }
1177
+ export interface DeprecateActivityTypeInput {
1178
+ domain: string | undefined;
1179
+
1180
+ activityType: ActivityType | undefined;
1181
+ }
1182
+
1183
+ export declare class TypeDeprecatedFault extends __BaseException {
1184
+ readonly name: "TypeDeprecatedFault";
1185
+ readonly $fault: "client";
1186
+
1187
+ constructor(
1188
+ opts: __ExceptionOptionType<TypeDeprecatedFault, __BaseException>
1189
+ );
1190
+ }
1191
+ export interface DeprecateDomainInput {
1192
+ name: string | undefined;
1193
+ }
1194
+
1195
+ export declare class DomainDeprecatedFault extends __BaseException {
1196
+ readonly name: "DomainDeprecatedFault";
1197
+ readonly $fault: "client";
1198
+
1199
+ constructor(
1200
+ opts: __ExceptionOptionType<DomainDeprecatedFault, __BaseException>
1201
+ );
1202
+ }
1203
+ export interface DeprecateWorkflowTypeInput {
1204
+ domain: string | undefined;
1205
+
1206
+ workflowType: WorkflowType | undefined;
1207
+ }
1208
+ export interface DescribeActivityTypeInput {
1209
+ domain: string | undefined;
1210
+
1211
+ activityType: ActivityType | undefined;
1212
+ }
1213
+ export interface DescribeDomainInput {
1214
+ name: string | undefined;
1215
+ }
1216
+
1217
+ export interface DomainConfiguration {
1218
+ workflowExecutionRetentionPeriodInDays: string | undefined;
1219
+ }
1220
+
1221
+ export interface DomainInfo {
1222
+ name: string | undefined;
1223
+
1224
+ status: RegistrationStatus | string | undefined;
1225
+
1226
+ description?: string;
1227
+
1228
+ arn?: string;
1229
+ }
1230
+
1231
+ export interface DomainDetail {
1232
+ domainInfo: DomainInfo | undefined;
1233
+
1234
+ configuration: DomainConfiguration | undefined;
1235
+ }
1236
+ export interface DescribeWorkflowExecutionInput {
1237
+ domain: string | undefined;
1238
+
1239
+ execution: WorkflowExecution | undefined;
1240
+ }
1241
+
1242
+ export interface WorkflowExecutionConfiguration {
1243
+ taskStartToCloseTimeout: string | undefined;
1244
+
1245
+ executionStartToCloseTimeout: string | undefined;
1246
+
1247
+ taskList: TaskList | undefined;
1248
+
1249
+ taskPriority?: string;
1250
+
1251
+ childPolicy: ChildPolicy | string | undefined;
1252
+
1253
+ lambdaRole?: string;
1254
+ }
1255
+ export declare type ExecutionStatus = "CLOSED" | "OPEN";
1256
+
1257
+ export interface WorkflowExecutionInfo {
1258
+ execution: WorkflowExecution | undefined;
1259
+
1260
+ workflowType: WorkflowType | undefined;
1261
+
1262
+ startTimestamp: Date | undefined;
1263
+
1264
+ closeTimestamp?: Date;
1265
+
1266
+ executionStatus: ExecutionStatus | string | undefined;
1267
+
1268
+ closeStatus?: CloseStatus | string;
1269
+
1270
+ parent?: WorkflowExecution;
1271
+
1272
+ tagList?: string[];
1273
+
1274
+ cancelRequested?: boolean;
1275
+ }
1276
+
1277
+ export interface WorkflowExecutionOpenCounts {
1278
+ openActivityTasks: number | undefined;
1279
+
1280
+ openDecisionTasks: number | undefined;
1281
+
1282
+ openTimers: number | undefined;
1283
+
1284
+ openChildWorkflowExecutions: number | undefined;
1285
+
1286
+ openLambdaFunctions?: number;
1287
+ }
1288
+
1289
+ export interface WorkflowExecutionDetail {
1290
+ executionInfo: WorkflowExecutionInfo | undefined;
1291
+
1292
+ executionConfiguration: WorkflowExecutionConfiguration | undefined;
1293
+
1294
+ openCounts: WorkflowExecutionOpenCounts | undefined;
1295
+
1296
+ latestActivityTaskTimestamp?: Date;
1297
+
1298
+ latestExecutionContext?: string;
1299
+ }
1300
+ export interface DescribeWorkflowTypeInput {
1301
+ domain: string | undefined;
1302
+
1303
+ workflowType: WorkflowType | undefined;
1304
+ }
1305
+
1306
+ export interface WorkflowTypeConfiguration {
1307
+ defaultTaskStartToCloseTimeout?: string;
1308
+
1309
+ defaultExecutionStartToCloseTimeout?: string;
1310
+
1311
+ defaultTaskList?: TaskList;
1312
+
1313
+ defaultTaskPriority?: string;
1314
+
1315
+ defaultChildPolicy?: ChildPolicy | string;
1316
+
1317
+ defaultLambdaRole?: string;
1318
+ }
1319
+
1320
+ export interface WorkflowTypeInfo {
1321
+ workflowType: WorkflowType | undefined;
1322
+
1323
+ status: RegistrationStatus | string | undefined;
1324
+
1325
+ description?: string;
1326
+
1327
+ creationDate: Date | undefined;
1328
+
1329
+ deprecationDate?: Date;
1330
+ }
1331
+
1332
+ export interface WorkflowTypeDetail {
1333
+ typeInfo: WorkflowTypeInfo | undefined;
1334
+
1335
+ configuration: WorkflowTypeConfiguration | undefined;
1336
+ }
1337
+
1338
+ export declare class DomainAlreadyExistsFault extends __BaseException {
1339
+ readonly name: "DomainAlreadyExistsFault";
1340
+ readonly $fault: "client";
1341
+
1342
+ constructor(
1343
+ opts: __ExceptionOptionType<DomainAlreadyExistsFault, __BaseException>
1344
+ );
1345
+ }
1346
+
1347
+ export interface DomainInfos {
1348
+ domainInfos: DomainInfo[] | undefined;
1349
+
1350
+ nextPageToken?: string;
1351
+ }
1352
+ export interface GetWorkflowExecutionHistoryInput {
1353
+ domain: string | undefined;
1354
+
1355
+ execution: WorkflowExecution | undefined;
1356
+
1357
+ nextPageToken?: string;
1358
+
1359
+ maximumPageSize?: number;
1360
+
1361
+ reverseOrder?: boolean;
1362
+ }
1363
+
1364
+ export interface History {
1365
+ events: HistoryEvent[] | undefined;
1366
+
1367
+ nextPageToken?: string;
1368
+ }
1369
+
1370
+ export declare class LimitExceededFault extends __BaseException {
1371
+ readonly name: "LimitExceededFault";
1372
+ readonly $fault: "client";
1373
+
1374
+ constructor(opts: __ExceptionOptionType<LimitExceededFault, __BaseException>);
1375
+ }
1376
+ export interface ListActivityTypesInput {
1377
+ domain: string | undefined;
1378
+
1379
+ name?: string;
1380
+
1381
+ registrationStatus: RegistrationStatus | string | undefined;
1382
+
1383
+ nextPageToken?: string;
1384
+
1385
+ maximumPageSize?: number;
1386
+
1387
+ reverseOrder?: boolean;
1388
+ }
1389
+ export interface ListClosedWorkflowExecutionsInput {
1390
+ domain: string | undefined;
1391
+
1392
+ startTimeFilter?: ExecutionTimeFilter;
1393
+
1394
+ closeTimeFilter?: ExecutionTimeFilter;
1395
+
1396
+ executionFilter?: WorkflowExecutionFilter;
1397
+
1398
+ closeStatusFilter?: CloseStatusFilter;
1399
+
1400
+ typeFilter?: WorkflowTypeFilter;
1401
+
1402
+ tagFilter?: TagFilter;
1403
+
1404
+ nextPageToken?: string;
1405
+
1406
+ maximumPageSize?: number;
1407
+
1408
+ reverseOrder?: boolean;
1409
+ }
1410
+
1411
+ export interface WorkflowExecutionInfos {
1412
+ executionInfos: WorkflowExecutionInfo[] | undefined;
1413
+
1414
+ nextPageToken?: string;
1415
+ }
1416
+ export interface ListDomainsInput {
1417
+ nextPageToken?: string;
1418
+
1419
+ registrationStatus: RegistrationStatus | string | undefined;
1420
+
1421
+ maximumPageSize?: number;
1422
+
1423
+ reverseOrder?: boolean;
1424
+ }
1425
+ export interface ListOpenWorkflowExecutionsInput {
1426
+ domain: string | undefined;
1427
+
1428
+ startTimeFilter: ExecutionTimeFilter | undefined;
1429
+
1430
+ typeFilter?: WorkflowTypeFilter;
1431
+
1432
+ tagFilter?: TagFilter;
1433
+
1434
+ nextPageToken?: string;
1435
+
1436
+ maximumPageSize?: number;
1437
+
1438
+ reverseOrder?: boolean;
1439
+
1440
+ executionFilter?: WorkflowExecutionFilter;
1441
+ }
1442
+ export interface ListTagsForResourceInput {
1443
+ resourceArn: string | undefined;
1444
+ }
1445
+
1446
+ export interface ResourceTag {
1447
+ key: string | undefined;
1448
+
1449
+ value?: string;
1450
+ }
1451
+ export interface ListTagsForResourceOutput {
1452
+ tags?: ResourceTag[];
1453
+ }
1454
+ export interface ListWorkflowTypesInput {
1455
+ domain: string | undefined;
1456
+
1457
+ name?: string;
1458
+
1459
+ registrationStatus: RegistrationStatus | string | undefined;
1460
+
1461
+ nextPageToken?: string;
1462
+
1463
+ maximumPageSize?: number;
1464
+
1465
+ reverseOrder?: boolean;
1466
+ }
1467
+
1468
+ export interface WorkflowTypeInfos {
1469
+ typeInfos: WorkflowTypeInfo[] | undefined;
1470
+
1471
+ nextPageToken?: string;
1472
+ }
1473
+ export interface PollForActivityTaskInput {
1474
+ domain: string | undefined;
1475
+
1476
+ taskList: TaskList | undefined;
1477
+
1478
+ identity?: string;
1479
+ }
1480
+ export interface PollForDecisionTaskInput {
1481
+ domain: string | undefined;
1482
+
1483
+ taskList: TaskList | undefined;
1484
+
1485
+ identity?: string;
1486
+
1487
+ nextPageToken?: string;
1488
+
1489
+ maximumPageSize?: number;
1490
+
1491
+ reverseOrder?: boolean;
1492
+ }
1493
+ export interface RecordActivityTaskHeartbeatInput {
1494
+ taskToken: string | undefined;
1495
+
1496
+ details?: string;
1497
+ }
1498
+ export interface RegisterActivityTypeInput {
1499
+ domain: string | undefined;
1500
+
1501
+ name: string | undefined;
1502
+
1503
+ version: string | undefined;
1504
+
1505
+ description?: string;
1506
+
1507
+ defaultTaskStartToCloseTimeout?: string;
1508
+
1509
+ defaultTaskHeartbeatTimeout?: string;
1510
+
1511
+ defaultTaskList?: TaskList;
1512
+
1513
+ defaultTaskPriority?: string;
1514
+
1515
+ defaultTaskScheduleToStartTimeout?: string;
1516
+
1517
+ defaultTaskScheduleToCloseTimeout?: string;
1518
+ }
1519
+
1520
+ export declare class TypeAlreadyExistsFault extends __BaseException {
1521
+ readonly name: "TypeAlreadyExistsFault";
1522
+ readonly $fault: "client";
1523
+
1524
+ constructor(
1525
+ opts: __ExceptionOptionType<TypeAlreadyExistsFault, __BaseException>
1526
+ );
1527
+ }
1528
+ export interface RegisterDomainInput {
1529
+ name: string | undefined;
1530
+
1531
+ description?: string;
1532
+
1533
+ workflowExecutionRetentionPeriodInDays: string | undefined;
1534
+
1535
+ tags?: ResourceTag[];
1536
+ }
1537
+
1538
+ export declare class TooManyTagsFault extends __BaseException {
1539
+ readonly name: "TooManyTagsFault";
1540
+ readonly $fault: "client";
1541
+
1542
+ constructor(opts: __ExceptionOptionType<TooManyTagsFault, __BaseException>);
1543
+ }
1544
+ export interface RegisterWorkflowTypeInput {
1545
+ domain: string | undefined;
1546
+
1547
+ name: string | undefined;
1548
+
1549
+ version: string | undefined;
1550
+
1551
+ description?: string;
1552
+
1553
+ defaultTaskStartToCloseTimeout?: string;
1554
+
1555
+ defaultExecutionStartToCloseTimeout?: string;
1556
+
1557
+ defaultTaskList?: TaskList;
1558
+
1559
+ defaultTaskPriority?: string;
1560
+
1561
+ defaultChildPolicy?: ChildPolicy | string;
1562
+
1563
+ defaultLambdaRole?: string;
1564
+ }
1565
+ export interface RequestCancelWorkflowExecutionInput {
1566
+ domain: string | undefined;
1567
+
1568
+ workflowId: string | undefined;
1569
+
1570
+ runId?: string;
1571
+ }
1572
+ export interface RespondActivityTaskCanceledInput {
1573
+ taskToken: string | undefined;
1574
+
1575
+ details?: string;
1576
+ }
1577
+ export interface RespondActivityTaskCompletedInput {
1578
+ taskToken: string | undefined;
1579
+
1580
+ result?: string;
1581
+ }
1582
+ export interface RespondActivityTaskFailedInput {
1583
+ taskToken: string | undefined;
1584
+
1585
+ reason?: string;
1586
+
1587
+ details?: string;
1588
+ }
1589
+
1590
+ export interface RespondDecisionTaskCompletedInput {
1591
+ taskToken: string | undefined;
1592
+
1593
+ decisions?: Decision[];
1594
+
1595
+ executionContext?: string;
1596
+ }
1597
+
1598
+ export interface Run {
1599
+ runId?: string;
1600
+ }
1601
+ export interface SignalWorkflowExecutionInput {
1602
+ domain: string | undefined;
1603
+
1604
+ workflowId: string | undefined;
1605
+
1606
+ runId?: string;
1607
+
1608
+ signalName: string | undefined;
1609
+
1610
+ input?: string;
1611
+ }
1612
+ export interface StartWorkflowExecutionInput {
1613
+ domain: string | undefined;
1614
+
1615
+ workflowId: string | undefined;
1616
+
1617
+ workflowType: WorkflowType | undefined;
1618
+
1619
+ taskList?: TaskList;
1620
+
1621
+ taskPriority?: string;
1622
+
1623
+ input?: string;
1624
+
1625
+ executionStartToCloseTimeout?: string;
1626
+
1627
+ tagList?: string[];
1628
+
1629
+ taskStartToCloseTimeout?: string;
1630
+
1631
+ childPolicy?: ChildPolicy | string;
1632
+
1633
+ lambdaRole?: string;
1634
+ }
1635
+
1636
+ export declare class WorkflowExecutionAlreadyStartedFault extends __BaseException {
1637
+ readonly name: "WorkflowExecutionAlreadyStartedFault";
1638
+ readonly $fault: "client";
1639
+
1640
+ constructor(
1641
+ opts: __ExceptionOptionType<
1642
+ WorkflowExecutionAlreadyStartedFault,
1643
+ __BaseException
1644
+ >
1645
+ );
1646
+ }
1647
+ export interface TagResourceInput {
1648
+ resourceArn: string | undefined;
1649
+
1650
+ tags: ResourceTag[] | undefined;
1651
+ }
1652
+ export interface TerminateWorkflowExecutionInput {
1653
+ domain: string | undefined;
1654
+
1655
+ workflowId: string | undefined;
1656
+
1657
+ runId?: string;
1658
+
1659
+ reason?: string;
1660
+
1661
+ details?: string;
1662
+
1663
+ childPolicy?: ChildPolicy | string;
1664
+ }
1665
+ export interface UndeprecateActivityTypeInput {
1666
+ domain: string | undefined;
1667
+
1668
+ activityType: ActivityType | undefined;
1669
+ }
1670
+ export interface UndeprecateDomainInput {
1671
+ name: string | undefined;
1672
+ }
1673
+ export interface UndeprecateWorkflowTypeInput {
1674
+ domain: string | undefined;
1675
+
1676
+ workflowType: WorkflowType | undefined;
1677
+ }
1678
+ export interface UntagResourceInput {
1679
+ resourceArn: string | undefined;
1680
+
1681
+ tagKeys: string[] | undefined;
1682
+ }
1683
+
1684
+ export declare const ActivityTypeFilterSensitiveLog: (obj: ActivityType) => any;
1685
+
1686
+ export declare const WorkflowExecutionFilterSensitiveLog: (
1687
+ obj: WorkflowExecution
1688
+ ) => any;
1689
+
1690
+ export declare const ActivityTaskFilterSensitiveLog: (obj: ActivityTask) => any;
1691
+
1692
+ export declare const ActivityTaskCanceledEventAttributesFilterSensitiveLog: (
1693
+ obj: ActivityTaskCanceledEventAttributes
1694
+ ) => any;
1695
+
1696
+ export declare const ActivityTaskCancelRequestedEventAttributesFilterSensitiveLog: (
1697
+ obj: ActivityTaskCancelRequestedEventAttributes
1698
+ ) => any;
1699
+
1700
+ export declare const ActivityTaskCompletedEventAttributesFilterSensitiveLog: (
1701
+ obj: ActivityTaskCompletedEventAttributes
1702
+ ) => any;
1703
+
1704
+ export declare const ActivityTaskFailedEventAttributesFilterSensitiveLog: (
1705
+ obj: ActivityTaskFailedEventAttributes
1706
+ ) => any;
1707
+
1708
+ export declare const TaskListFilterSensitiveLog: (obj: TaskList) => any;
1709
+
1710
+ export declare const ActivityTaskScheduledEventAttributesFilterSensitiveLog: (
1711
+ obj: ActivityTaskScheduledEventAttributes
1712
+ ) => any;
1713
+
1714
+ export declare const ActivityTaskStartedEventAttributesFilterSensitiveLog: (
1715
+ obj: ActivityTaskStartedEventAttributes
1716
+ ) => any;
1717
+
1718
+ export declare const ActivityTaskStatusFilterSensitiveLog: (
1719
+ obj: ActivityTaskStatus
1720
+ ) => any;
1721
+
1722
+ export declare const ActivityTaskTimedOutEventAttributesFilterSensitiveLog: (
1723
+ obj: ActivityTaskTimedOutEventAttributes
1724
+ ) => any;
1725
+
1726
+ export declare const ActivityTypeConfigurationFilterSensitiveLog: (
1727
+ obj: ActivityTypeConfiguration
1728
+ ) => any;
1729
+
1730
+ export declare const ActivityTypeInfoFilterSensitiveLog: (
1731
+ obj: ActivityTypeInfo
1732
+ ) => any;
1733
+
1734
+ export declare const ActivityTypeDetailFilterSensitiveLog: (
1735
+ obj: ActivityTypeDetail
1736
+ ) => any;
1737
+
1738
+ export declare const ActivityTypeInfosFilterSensitiveLog: (
1739
+ obj: ActivityTypeInfos
1740
+ ) => any;
1741
+
1742
+ export declare const CancelTimerDecisionAttributesFilterSensitiveLog: (
1743
+ obj: CancelTimerDecisionAttributes
1744
+ ) => any;
1745
+
1746
+ export declare const CancelTimerFailedEventAttributesFilterSensitiveLog: (
1747
+ obj: CancelTimerFailedEventAttributes
1748
+ ) => any;
1749
+
1750
+ export declare const CancelWorkflowExecutionDecisionAttributesFilterSensitiveLog: (
1751
+ obj: CancelWorkflowExecutionDecisionAttributes
1752
+ ) => any;
1753
+
1754
+ export declare const CancelWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
1755
+ obj: CancelWorkflowExecutionFailedEventAttributes
1756
+ ) => any;
1757
+
1758
+ export declare const WorkflowTypeFilterSensitiveLog: (obj: WorkflowType) => any;
1759
+
1760
+ export declare const ChildWorkflowExecutionCanceledEventAttributesFilterSensitiveLog: (
1761
+ obj: ChildWorkflowExecutionCanceledEventAttributes
1762
+ ) => any;
1763
+
1764
+ export declare const ChildWorkflowExecutionCompletedEventAttributesFilterSensitiveLog: (
1765
+ obj: ChildWorkflowExecutionCompletedEventAttributes
1766
+ ) => any;
1767
+
1768
+ export declare const ChildWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
1769
+ obj: ChildWorkflowExecutionFailedEventAttributes
1770
+ ) => any;
1771
+
1772
+ export declare const ChildWorkflowExecutionStartedEventAttributesFilterSensitiveLog: (
1773
+ obj: ChildWorkflowExecutionStartedEventAttributes
1774
+ ) => any;
1775
+
1776
+ export declare const ChildWorkflowExecutionTerminatedEventAttributesFilterSensitiveLog: (
1777
+ obj: ChildWorkflowExecutionTerminatedEventAttributes
1778
+ ) => any;
1779
+
1780
+ export declare const ChildWorkflowExecutionTimedOutEventAttributesFilterSensitiveLog: (
1781
+ obj: ChildWorkflowExecutionTimedOutEventAttributes
1782
+ ) => any;
1783
+
1784
+ export declare const CloseStatusFilterFilterSensitiveLog: (
1785
+ obj: CloseStatusFilter
1786
+ ) => any;
1787
+
1788
+ export declare const CompleteWorkflowExecutionDecisionAttributesFilterSensitiveLog: (
1789
+ obj: CompleteWorkflowExecutionDecisionAttributes
1790
+ ) => any;
1791
+
1792
+ export declare const CompleteWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
1793
+ obj: CompleteWorkflowExecutionFailedEventAttributes
1794
+ ) => any;
1795
+
1796
+ export declare const ContinueAsNewWorkflowExecutionDecisionAttributesFilterSensitiveLog: (
1797
+ obj: ContinueAsNewWorkflowExecutionDecisionAttributes
1798
+ ) => any;
1799
+
1800
+ export declare const ContinueAsNewWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
1801
+ obj: ContinueAsNewWorkflowExecutionFailedEventAttributes
1802
+ ) => any;
1803
+
1804
+ export declare const ExecutionTimeFilterFilterSensitiveLog: (
1805
+ obj: ExecutionTimeFilter
1806
+ ) => any;
1807
+
1808
+ export declare const WorkflowExecutionFilterFilterSensitiveLog: (
1809
+ obj: WorkflowExecutionFilter
1810
+ ) => any;
1811
+
1812
+ export declare const TagFilterFilterSensitiveLog: (obj: TagFilter) => any;
1813
+
1814
+ export declare const WorkflowTypeFilterFilterSensitiveLog: (
1815
+ obj: WorkflowTypeFilter
1816
+ ) => any;
1817
+
1818
+ export declare const CountClosedWorkflowExecutionsInputFilterSensitiveLog: (
1819
+ obj: CountClosedWorkflowExecutionsInput
1820
+ ) => any;
1821
+
1822
+ export declare const WorkflowExecutionCountFilterSensitiveLog: (
1823
+ obj: WorkflowExecutionCount
1824
+ ) => any;
1825
+
1826
+ export declare const CountOpenWorkflowExecutionsInputFilterSensitiveLog: (
1827
+ obj: CountOpenWorkflowExecutionsInput
1828
+ ) => any;
1829
+
1830
+ export declare const CountPendingActivityTasksInputFilterSensitiveLog: (
1831
+ obj: CountPendingActivityTasksInput
1832
+ ) => any;
1833
+
1834
+ export declare const PendingTaskCountFilterSensitiveLog: (
1835
+ obj: PendingTaskCount
1836
+ ) => any;
1837
+
1838
+ export declare const CountPendingDecisionTasksInputFilterSensitiveLog: (
1839
+ obj: CountPendingDecisionTasksInput
1840
+ ) => any;
1841
+
1842
+ export declare const FailWorkflowExecutionDecisionAttributesFilterSensitiveLog: (
1843
+ obj: FailWorkflowExecutionDecisionAttributes
1844
+ ) => any;
1845
+
1846
+ export declare const RecordMarkerDecisionAttributesFilterSensitiveLog: (
1847
+ obj: RecordMarkerDecisionAttributes
1848
+ ) => any;
1849
+
1850
+ export declare const RequestCancelActivityTaskDecisionAttributesFilterSensitiveLog: (
1851
+ obj: RequestCancelActivityTaskDecisionAttributes
1852
+ ) => any;
1853
+
1854
+ export declare const RequestCancelExternalWorkflowExecutionDecisionAttributesFilterSensitiveLog: (
1855
+ obj: RequestCancelExternalWorkflowExecutionDecisionAttributes
1856
+ ) => any;
1857
+
1858
+ export declare const ScheduleActivityTaskDecisionAttributesFilterSensitiveLog: (
1859
+ obj: ScheduleActivityTaskDecisionAttributes
1860
+ ) => any;
1861
+
1862
+ export declare const ScheduleLambdaFunctionDecisionAttributesFilterSensitiveLog: (
1863
+ obj: ScheduleLambdaFunctionDecisionAttributes
1864
+ ) => any;
1865
+
1866
+ export declare const SignalExternalWorkflowExecutionDecisionAttributesFilterSensitiveLog: (
1867
+ obj: SignalExternalWorkflowExecutionDecisionAttributes
1868
+ ) => any;
1869
+
1870
+ export declare const StartChildWorkflowExecutionDecisionAttributesFilterSensitiveLog: (
1871
+ obj: StartChildWorkflowExecutionDecisionAttributes
1872
+ ) => any;
1873
+
1874
+ export declare const StartTimerDecisionAttributesFilterSensitiveLog: (
1875
+ obj: StartTimerDecisionAttributes
1876
+ ) => any;
1877
+
1878
+ export declare const DecisionFilterSensitiveLog: (obj: Decision) => any;
1879
+
1880
+ export declare const DecisionTaskCompletedEventAttributesFilterSensitiveLog: (
1881
+ obj: DecisionTaskCompletedEventAttributes
1882
+ ) => any;
1883
+
1884
+ export declare const DecisionTaskScheduledEventAttributesFilterSensitiveLog: (
1885
+ obj: DecisionTaskScheduledEventAttributes
1886
+ ) => any;
1887
+
1888
+ export declare const DecisionTaskStartedEventAttributesFilterSensitiveLog: (
1889
+ obj: DecisionTaskStartedEventAttributes
1890
+ ) => any;
1891
+
1892
+ export declare const DecisionTaskTimedOutEventAttributesFilterSensitiveLog: (
1893
+ obj: DecisionTaskTimedOutEventAttributes
1894
+ ) => any;
1895
+
1896
+ export declare const ExternalWorkflowExecutionCancelRequestedEventAttributesFilterSensitiveLog: (
1897
+ obj: ExternalWorkflowExecutionCancelRequestedEventAttributes
1898
+ ) => any;
1899
+
1900
+ export declare const ExternalWorkflowExecutionSignaledEventAttributesFilterSensitiveLog: (
1901
+ obj: ExternalWorkflowExecutionSignaledEventAttributes
1902
+ ) => any;
1903
+
1904
+ export declare const FailWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
1905
+ obj: FailWorkflowExecutionFailedEventAttributes
1906
+ ) => any;
1907
+
1908
+ export declare const LambdaFunctionCompletedEventAttributesFilterSensitiveLog: (
1909
+ obj: LambdaFunctionCompletedEventAttributes
1910
+ ) => any;
1911
+
1912
+ export declare const LambdaFunctionFailedEventAttributesFilterSensitiveLog: (
1913
+ obj: LambdaFunctionFailedEventAttributes
1914
+ ) => any;
1915
+
1916
+ export declare const LambdaFunctionScheduledEventAttributesFilterSensitiveLog: (
1917
+ obj: LambdaFunctionScheduledEventAttributes
1918
+ ) => any;
1919
+
1920
+ export declare const LambdaFunctionStartedEventAttributesFilterSensitiveLog: (
1921
+ obj: LambdaFunctionStartedEventAttributes
1922
+ ) => any;
1923
+
1924
+ export declare const LambdaFunctionTimedOutEventAttributesFilterSensitiveLog: (
1925
+ obj: LambdaFunctionTimedOutEventAttributes
1926
+ ) => any;
1927
+
1928
+ export declare const MarkerRecordedEventAttributesFilterSensitiveLog: (
1929
+ obj: MarkerRecordedEventAttributes
1930
+ ) => any;
1931
+
1932
+ export declare const RecordMarkerFailedEventAttributesFilterSensitiveLog: (
1933
+ obj: RecordMarkerFailedEventAttributes
1934
+ ) => any;
1935
+
1936
+ export declare const RequestCancelActivityTaskFailedEventAttributesFilterSensitiveLog: (
1937
+ obj: RequestCancelActivityTaskFailedEventAttributes
1938
+ ) => any;
1939
+
1940
+ export declare const RequestCancelExternalWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
1941
+ obj: RequestCancelExternalWorkflowExecutionFailedEventAttributes
1942
+ ) => any;
1943
+
1944
+ export declare const RequestCancelExternalWorkflowExecutionInitiatedEventAttributesFilterSensitiveLog: (
1945
+ obj: RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
1946
+ ) => any;
1947
+
1948
+ export declare const ScheduleActivityTaskFailedEventAttributesFilterSensitiveLog: (
1949
+ obj: ScheduleActivityTaskFailedEventAttributes
1950
+ ) => any;
1951
+
1952
+ export declare const ScheduleLambdaFunctionFailedEventAttributesFilterSensitiveLog: (
1953
+ obj: ScheduleLambdaFunctionFailedEventAttributes
1954
+ ) => any;
1955
+
1956
+ export declare const SignalExternalWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
1957
+ obj: SignalExternalWorkflowExecutionFailedEventAttributes
1958
+ ) => any;
1959
+
1960
+ export declare const SignalExternalWorkflowExecutionInitiatedEventAttributesFilterSensitiveLog: (
1961
+ obj: SignalExternalWorkflowExecutionInitiatedEventAttributes
1962
+ ) => any;
1963
+
1964
+ export declare const StartChildWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
1965
+ obj: StartChildWorkflowExecutionFailedEventAttributes
1966
+ ) => any;
1967
+
1968
+ export declare const StartChildWorkflowExecutionInitiatedEventAttributesFilterSensitiveLog: (
1969
+ obj: StartChildWorkflowExecutionInitiatedEventAttributes
1970
+ ) => any;
1971
+
1972
+ export declare const StartLambdaFunctionFailedEventAttributesFilterSensitiveLog: (
1973
+ obj: StartLambdaFunctionFailedEventAttributes
1974
+ ) => any;
1975
+
1976
+ export declare const StartTimerFailedEventAttributesFilterSensitiveLog: (
1977
+ obj: StartTimerFailedEventAttributes
1978
+ ) => any;
1979
+
1980
+ export declare const TimerCanceledEventAttributesFilterSensitiveLog: (
1981
+ obj: TimerCanceledEventAttributes
1982
+ ) => any;
1983
+
1984
+ export declare const TimerFiredEventAttributesFilterSensitiveLog: (
1985
+ obj: TimerFiredEventAttributes
1986
+ ) => any;
1987
+
1988
+ export declare const TimerStartedEventAttributesFilterSensitiveLog: (
1989
+ obj: TimerStartedEventAttributes
1990
+ ) => any;
1991
+
1992
+ export declare const WorkflowExecutionCanceledEventAttributesFilterSensitiveLog: (
1993
+ obj: WorkflowExecutionCanceledEventAttributes
1994
+ ) => any;
1995
+
1996
+ export declare const WorkflowExecutionCancelRequestedEventAttributesFilterSensitiveLog: (
1997
+ obj: WorkflowExecutionCancelRequestedEventAttributes
1998
+ ) => any;
1999
+
2000
+ export declare const WorkflowExecutionCompletedEventAttributesFilterSensitiveLog: (
2001
+ obj: WorkflowExecutionCompletedEventAttributes
2002
+ ) => any;
2003
+
2004
+ export declare const WorkflowExecutionContinuedAsNewEventAttributesFilterSensitiveLog: (
2005
+ obj: WorkflowExecutionContinuedAsNewEventAttributes
2006
+ ) => any;
2007
+
2008
+ export declare const WorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
2009
+ obj: WorkflowExecutionFailedEventAttributes
2010
+ ) => any;
2011
+
2012
+ export declare const WorkflowExecutionSignaledEventAttributesFilterSensitiveLog: (
2013
+ obj: WorkflowExecutionSignaledEventAttributes
2014
+ ) => any;
2015
+
2016
+ export declare const WorkflowExecutionStartedEventAttributesFilterSensitiveLog: (
2017
+ obj: WorkflowExecutionStartedEventAttributes
2018
+ ) => any;
2019
+
2020
+ export declare const WorkflowExecutionTerminatedEventAttributesFilterSensitiveLog: (
2021
+ obj: WorkflowExecutionTerminatedEventAttributes
2022
+ ) => any;
2023
+
2024
+ export declare const WorkflowExecutionTimedOutEventAttributesFilterSensitiveLog: (
2025
+ obj: WorkflowExecutionTimedOutEventAttributes
2026
+ ) => any;
2027
+
2028
+ export declare const HistoryEventFilterSensitiveLog: (obj: HistoryEvent) => any;
2029
+
2030
+ export declare const DecisionTaskFilterSensitiveLog: (obj: DecisionTask) => any;
2031
+
2032
+ export declare const DeprecateActivityTypeInputFilterSensitiveLog: (
2033
+ obj: DeprecateActivityTypeInput
2034
+ ) => any;
2035
+
2036
+ export declare const DeprecateDomainInputFilterSensitiveLog: (
2037
+ obj: DeprecateDomainInput
2038
+ ) => any;
2039
+
2040
+ export declare const DeprecateWorkflowTypeInputFilterSensitiveLog: (
2041
+ obj: DeprecateWorkflowTypeInput
2042
+ ) => any;
2043
+
2044
+ export declare const DescribeActivityTypeInputFilterSensitiveLog: (
2045
+ obj: DescribeActivityTypeInput
2046
+ ) => any;
2047
+
2048
+ export declare const DescribeDomainInputFilterSensitiveLog: (
2049
+ obj: DescribeDomainInput
2050
+ ) => any;
2051
+
2052
+ export declare const DomainConfigurationFilterSensitiveLog: (
2053
+ obj: DomainConfiguration
2054
+ ) => any;
2055
+
2056
+ export declare const DomainInfoFilterSensitiveLog: (obj: DomainInfo) => any;
2057
+
2058
+ export declare const DomainDetailFilterSensitiveLog: (obj: DomainDetail) => any;
2059
+
2060
+ export declare const DescribeWorkflowExecutionInputFilterSensitiveLog: (
2061
+ obj: DescribeWorkflowExecutionInput
2062
+ ) => any;
2063
+
2064
+ export declare const WorkflowExecutionConfigurationFilterSensitiveLog: (
2065
+ obj: WorkflowExecutionConfiguration
2066
+ ) => any;
2067
+
2068
+ export declare const WorkflowExecutionInfoFilterSensitiveLog: (
2069
+ obj: WorkflowExecutionInfo
2070
+ ) => any;
2071
+
2072
+ export declare const WorkflowExecutionOpenCountsFilterSensitiveLog: (
2073
+ obj: WorkflowExecutionOpenCounts
2074
+ ) => any;
2075
+
2076
+ export declare const WorkflowExecutionDetailFilterSensitiveLog: (
2077
+ obj: WorkflowExecutionDetail
2078
+ ) => any;
2079
+
2080
+ export declare const DescribeWorkflowTypeInputFilterSensitiveLog: (
2081
+ obj: DescribeWorkflowTypeInput
2082
+ ) => any;
2083
+
2084
+ export declare const WorkflowTypeConfigurationFilterSensitiveLog: (
2085
+ obj: WorkflowTypeConfiguration
2086
+ ) => any;
2087
+
2088
+ export declare const WorkflowTypeInfoFilterSensitiveLog: (
2089
+ obj: WorkflowTypeInfo
2090
+ ) => any;
2091
+
2092
+ export declare const WorkflowTypeDetailFilterSensitiveLog: (
2093
+ obj: WorkflowTypeDetail
2094
+ ) => any;
2095
+
2096
+ export declare const DomainInfosFilterSensitiveLog: (obj: DomainInfos) => any;
2097
+
2098
+ export declare const GetWorkflowExecutionHistoryInputFilterSensitiveLog: (
2099
+ obj: GetWorkflowExecutionHistoryInput
2100
+ ) => any;
2101
+
2102
+ export declare const HistoryFilterSensitiveLog: (obj: History) => any;
2103
+
2104
+ export declare const ListActivityTypesInputFilterSensitiveLog: (
2105
+ obj: ListActivityTypesInput
2106
+ ) => any;
2107
+
2108
+ export declare const ListClosedWorkflowExecutionsInputFilterSensitiveLog: (
2109
+ obj: ListClosedWorkflowExecutionsInput
2110
+ ) => any;
2111
+
2112
+ export declare const WorkflowExecutionInfosFilterSensitiveLog: (
2113
+ obj: WorkflowExecutionInfos
2114
+ ) => any;
2115
+
2116
+ export declare const ListDomainsInputFilterSensitiveLog: (
2117
+ obj: ListDomainsInput
2118
+ ) => any;
2119
+
2120
+ export declare const ListOpenWorkflowExecutionsInputFilterSensitiveLog: (
2121
+ obj: ListOpenWorkflowExecutionsInput
2122
+ ) => any;
2123
+
2124
+ export declare const ListTagsForResourceInputFilterSensitiveLog: (
2125
+ obj: ListTagsForResourceInput
2126
+ ) => any;
2127
+
2128
+ export declare const ResourceTagFilterSensitiveLog: (obj: ResourceTag) => any;
2129
+
2130
+ export declare const ListTagsForResourceOutputFilterSensitiveLog: (
2131
+ obj: ListTagsForResourceOutput
2132
+ ) => any;
2133
+
2134
+ export declare const ListWorkflowTypesInputFilterSensitiveLog: (
2135
+ obj: ListWorkflowTypesInput
2136
+ ) => any;
2137
+
2138
+ export declare const WorkflowTypeInfosFilterSensitiveLog: (
2139
+ obj: WorkflowTypeInfos
2140
+ ) => any;
2141
+
2142
+ export declare const PollForActivityTaskInputFilterSensitiveLog: (
2143
+ obj: PollForActivityTaskInput
2144
+ ) => any;
2145
+
2146
+ export declare const PollForDecisionTaskInputFilterSensitiveLog: (
2147
+ obj: PollForDecisionTaskInput
2148
+ ) => any;
2149
+
2150
+ export declare const RecordActivityTaskHeartbeatInputFilterSensitiveLog: (
2151
+ obj: RecordActivityTaskHeartbeatInput
2152
+ ) => any;
2153
+
2154
+ export declare const RegisterActivityTypeInputFilterSensitiveLog: (
2155
+ obj: RegisterActivityTypeInput
2156
+ ) => any;
2157
+
2158
+ export declare const RegisterDomainInputFilterSensitiveLog: (
2159
+ obj: RegisterDomainInput
2160
+ ) => any;
2161
+
2162
+ export declare const RegisterWorkflowTypeInputFilterSensitiveLog: (
2163
+ obj: RegisterWorkflowTypeInput
2164
+ ) => any;
2165
+
2166
+ export declare const RequestCancelWorkflowExecutionInputFilterSensitiveLog: (
2167
+ obj: RequestCancelWorkflowExecutionInput
2168
+ ) => any;
2169
+
2170
+ export declare const RespondActivityTaskCanceledInputFilterSensitiveLog: (
2171
+ obj: RespondActivityTaskCanceledInput
2172
+ ) => any;
2173
+
2174
+ export declare const RespondActivityTaskCompletedInputFilterSensitiveLog: (
2175
+ obj: RespondActivityTaskCompletedInput
2176
+ ) => any;
2177
+
2178
+ export declare const RespondActivityTaskFailedInputFilterSensitiveLog: (
2179
+ obj: RespondActivityTaskFailedInput
2180
+ ) => any;
2181
+
2182
+ export declare const RespondDecisionTaskCompletedInputFilterSensitiveLog: (
2183
+ obj: RespondDecisionTaskCompletedInput
2184
+ ) => any;
2185
+
2186
+ export declare const RunFilterSensitiveLog: (obj: Run) => any;
2187
+
2188
+ export declare const SignalWorkflowExecutionInputFilterSensitiveLog: (
2189
+ obj: SignalWorkflowExecutionInput
2190
+ ) => any;
2191
+
2192
+ export declare const StartWorkflowExecutionInputFilterSensitiveLog: (
2193
+ obj: StartWorkflowExecutionInput
2194
+ ) => any;
2195
+
2196
+ export declare const TagResourceInputFilterSensitiveLog: (
2197
+ obj: TagResourceInput
2198
+ ) => any;
2199
+
2200
+ export declare const TerminateWorkflowExecutionInputFilterSensitiveLog: (
2201
+ obj: TerminateWorkflowExecutionInput
2202
+ ) => any;
2203
+
2204
+ export declare const UndeprecateActivityTypeInputFilterSensitiveLog: (
2205
+ obj: UndeprecateActivityTypeInput
2206
+ ) => any;
2207
+
2208
+ export declare const UndeprecateDomainInputFilterSensitiveLog: (
2209
+ obj: UndeprecateDomainInput
2210
+ ) => any;
2211
+
2212
+ export declare const UndeprecateWorkflowTypeInputFilterSensitiveLog: (
2213
+ obj: UndeprecateWorkflowTypeInput
2214
+ ) => any;
2215
+
2216
+ export declare const UntagResourceInputFilterSensitiveLog: (
2217
+ obj: UntagResourceInput
2218
+ ) => any;