@aws-sdk/client-swf 3.169.0 → 3.171.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 +16 -0
  2. package/dist-types/ts3.4/SWF.d.ts +633 -98
  3. package/dist-types/ts3.4/SWFClient.d.ts +325 -110
  4. package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +30 -17
  10. package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +32 -8
  19. package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +33 -17
  23. package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +33 -17
  24. package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +30 -17
  27. package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  36. package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +30 -17
  39. package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -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 +7 -6
  45. package/dist-types/ts3.4/models/index.d.ts +1 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +1502 -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 +65 -38
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  61. package/package.json +34 -34
@@ -1,1950 +1,1502 @@
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
+ export interface ActivityType {
4
+ name: string | undefined;
5
+ version: string | undefined;
6
+ }
7
+ export interface WorkflowExecution {
8
+ workflowId: string | undefined;
9
+ runId: string | undefined;
10
+ }
11
+ export interface ActivityTask {
12
+ taskToken: string | undefined;
13
+ activityId: string | undefined;
14
+ startedEventId: number | undefined;
15
+ workflowExecution: WorkflowExecution | undefined;
16
+ activityType: ActivityType | undefined;
17
+ input?: string;
18
+ }
19
+ export interface ActivityTaskCanceledEventAttributes {
20
+ details?: string;
21
+ scheduledEventId: number | undefined;
22
+ startedEventId: number | undefined;
23
+ latestCancelRequestedEventId?: number;
24
+ }
25
+ export interface ActivityTaskCancelRequestedEventAttributes {
26
+ decisionTaskCompletedEventId: number | undefined;
27
+ activityId: string | undefined;
28
+ }
29
+ export interface ActivityTaskCompletedEventAttributes {
30
+ result?: string;
31
+ scheduledEventId: number | undefined;
32
+ startedEventId: number | undefined;
33
+ }
34
+ export interface ActivityTaskFailedEventAttributes {
35
+ reason?: string;
36
+ details?: string;
37
+ scheduledEventId: number | undefined;
38
+ startedEventId: number | undefined;
39
+ }
40
+ export interface TaskList {
41
+ name: string | undefined;
42
+ }
43
+ export interface ActivityTaskScheduledEventAttributes {
44
+ activityType: ActivityType | undefined;
45
+ activityId: string | undefined;
46
+ input?: string;
47
+ control?: string;
48
+ scheduleToStartTimeout?: string;
49
+ scheduleToCloseTimeout?: string;
50
+ startToCloseTimeout?: string;
51
+ taskList: TaskList | undefined;
52
+ taskPriority?: string;
53
+ decisionTaskCompletedEventId: number | undefined;
54
+ heartbeatTimeout?: string;
55
+ }
56
+ export interface ActivityTaskStartedEventAttributes {
57
+ identity?: string;
58
+ scheduledEventId: number | undefined;
59
+ }
60
+ export interface ActivityTaskStatus {
61
+ cancelRequested: boolean | undefined;
62
+ }
63
+ export declare type ActivityTaskTimeoutType =
64
+ | "HEARTBEAT"
65
+ | "SCHEDULE_TO_CLOSE"
66
+ | "SCHEDULE_TO_START"
67
+ | "START_TO_CLOSE";
68
+ export interface ActivityTaskTimedOutEventAttributes {
69
+ timeoutType: ActivityTaskTimeoutType | string | undefined;
70
+ scheduledEventId: number | undefined;
71
+ startedEventId: number | undefined;
72
+ details?: string;
73
+ }
74
+ export interface ActivityTypeConfiguration {
75
+ defaultTaskStartToCloseTimeout?: string;
76
+ defaultTaskHeartbeatTimeout?: string;
77
+ defaultTaskList?: TaskList;
78
+ defaultTaskPriority?: string;
79
+ defaultTaskScheduleToStartTimeout?: string;
80
+ defaultTaskScheduleToCloseTimeout?: string;
81
+ }
82
+ export declare type RegistrationStatus = "DEPRECATED" | "REGISTERED";
83
+ export interface ActivityTypeInfo {
84
+ activityType: ActivityType | undefined;
85
+ status: RegistrationStatus | string | undefined;
86
+ description?: string;
87
+ creationDate: Date | undefined;
88
+ deprecationDate?: Date;
89
+ }
90
+ export interface ActivityTypeDetail {
91
+ typeInfo: ActivityTypeInfo | undefined;
92
+ configuration: ActivityTypeConfiguration | undefined;
93
+ }
94
+ export interface ActivityTypeInfos {
95
+ typeInfos: ActivityTypeInfo[] | undefined;
96
+ nextPageToken?: string;
97
+ }
98
+ export interface CancelTimerDecisionAttributes {
99
+ timerId: string | undefined;
100
+ }
101
+ export declare type CancelTimerFailedCause =
102
+ | "OPERATION_NOT_PERMITTED"
103
+ | "TIMER_ID_UNKNOWN";
104
+ export interface CancelTimerFailedEventAttributes {
105
+ timerId: string | undefined;
106
+ cause: CancelTimerFailedCause | string | undefined;
107
+ decisionTaskCompletedEventId: number | undefined;
108
+ }
109
+ export interface CancelWorkflowExecutionDecisionAttributes {
110
+ details?: string;
111
+ }
112
+ export declare type CancelWorkflowExecutionFailedCause =
113
+ | "OPERATION_NOT_PERMITTED"
114
+ | "UNHANDLED_DECISION";
115
+ export interface CancelWorkflowExecutionFailedEventAttributes {
116
+ cause: CancelWorkflowExecutionFailedCause | string | undefined;
117
+ decisionTaskCompletedEventId: number | undefined;
118
+ }
119
+ export declare type ChildPolicy = "ABANDON" | "REQUEST_CANCEL" | "TERMINATE";
120
+ export interface WorkflowType {
121
+ name: string | undefined;
122
+ version: string | undefined;
123
+ }
124
+ export interface ChildWorkflowExecutionCanceledEventAttributes {
125
+ workflowExecution: WorkflowExecution | undefined;
126
+ workflowType: WorkflowType | undefined;
127
+ details?: string;
128
+ initiatedEventId: number | undefined;
129
+ startedEventId: number | undefined;
130
+ }
131
+ export interface ChildWorkflowExecutionCompletedEventAttributes {
132
+ workflowExecution: WorkflowExecution | undefined;
133
+ workflowType: WorkflowType | undefined;
134
+ result?: string;
135
+ initiatedEventId: number | undefined;
136
+ startedEventId: number | undefined;
137
+ }
138
+ export interface ChildWorkflowExecutionFailedEventAttributes {
139
+ workflowExecution: WorkflowExecution | undefined;
140
+ workflowType: WorkflowType | undefined;
141
+ reason?: string;
142
+ details?: string;
143
+ initiatedEventId: number | undefined;
144
+ startedEventId: number | undefined;
145
+ }
146
+ export interface ChildWorkflowExecutionStartedEventAttributes {
147
+ workflowExecution: WorkflowExecution | undefined;
148
+ workflowType: WorkflowType | undefined;
149
+ initiatedEventId: number | undefined;
150
+ }
151
+ export interface ChildWorkflowExecutionTerminatedEventAttributes {
152
+ workflowExecution: WorkflowExecution | undefined;
153
+ workflowType: WorkflowType | undefined;
154
+ initiatedEventId: number | undefined;
155
+ startedEventId: number | undefined;
156
+ }
157
+ export declare type WorkflowExecutionTimeoutType = "START_TO_CLOSE";
158
+ export interface ChildWorkflowExecutionTimedOutEventAttributes {
159
+ workflowExecution: WorkflowExecution | undefined;
160
+ workflowType: WorkflowType | undefined;
161
+ timeoutType: WorkflowExecutionTimeoutType | string | undefined;
162
+ initiatedEventId: number | undefined;
163
+ startedEventId: number | undefined;
164
+ }
165
+ export declare type CloseStatus =
166
+ | "CANCELED"
167
+ | "COMPLETED"
168
+ | "CONTINUED_AS_NEW"
169
+ | "FAILED"
170
+ | "TERMINATED"
171
+ | "TIMED_OUT";
172
+ export interface CloseStatusFilter {
173
+ status: CloseStatus | string | undefined;
174
+ }
175
+ export interface CompleteWorkflowExecutionDecisionAttributes {
176
+ result?: string;
177
+ }
178
+ export declare type CompleteWorkflowExecutionFailedCause =
179
+ | "OPERATION_NOT_PERMITTED"
180
+ | "UNHANDLED_DECISION";
181
+ export interface CompleteWorkflowExecutionFailedEventAttributes {
182
+ cause: CompleteWorkflowExecutionFailedCause | string | undefined;
183
+ decisionTaskCompletedEventId: number | undefined;
184
+ }
185
+ export interface ContinueAsNewWorkflowExecutionDecisionAttributes {
186
+ input?: string;
187
+ executionStartToCloseTimeout?: string;
188
+ taskList?: TaskList;
189
+ taskPriority?: string;
190
+ taskStartToCloseTimeout?: string;
191
+ childPolicy?: ChildPolicy | string;
192
+ tagList?: string[];
193
+ workflowTypeVersion?: string;
194
+ lambdaRole?: string;
195
+ }
196
+ export declare type ContinueAsNewWorkflowExecutionFailedCause =
197
+ | "CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED"
198
+ | "DEFAULT_CHILD_POLICY_UNDEFINED"
199
+ | "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED"
200
+ | "DEFAULT_TASK_LIST_UNDEFINED"
201
+ | "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED"
202
+ | "OPERATION_NOT_PERMITTED"
203
+ | "UNHANDLED_DECISION"
204
+ | "WORKFLOW_TYPE_DEPRECATED"
205
+ | "WORKFLOW_TYPE_DOES_NOT_EXIST";
206
+ export interface ContinueAsNewWorkflowExecutionFailedEventAttributes {
207
+ cause: ContinueAsNewWorkflowExecutionFailedCause | string | undefined;
208
+ decisionTaskCompletedEventId: number | undefined;
209
+ }
210
+ export interface ExecutionTimeFilter {
211
+ oldestDate: Date | undefined;
212
+ latestDate?: Date;
213
+ }
214
+ export interface WorkflowExecutionFilter {
215
+ workflowId: string | undefined;
216
+ }
217
+ export interface TagFilter {
218
+ tag: string | undefined;
219
+ }
220
+ export interface WorkflowTypeFilter {
221
+ name: string | undefined;
222
+ version?: string;
223
+ }
224
+ export interface CountClosedWorkflowExecutionsInput {
225
+ domain: string | undefined;
226
+ startTimeFilter?: ExecutionTimeFilter;
227
+ closeTimeFilter?: ExecutionTimeFilter;
228
+ executionFilter?: WorkflowExecutionFilter;
229
+ typeFilter?: WorkflowTypeFilter;
230
+ tagFilter?: TagFilter;
231
+ closeStatusFilter?: CloseStatusFilter;
232
+ }
233
+ export declare class OperationNotPermittedFault extends __BaseException {
234
+ readonly name: "OperationNotPermittedFault";
235
+ readonly $fault: "client";
236
+ constructor(
237
+ opts: __ExceptionOptionType<OperationNotPermittedFault, __BaseException>
238
+ );
239
+ }
240
+ export declare class UnknownResourceFault extends __BaseException {
241
+ readonly name: "UnknownResourceFault";
242
+ readonly $fault: "client";
243
+ constructor(
244
+ opts: __ExceptionOptionType<UnknownResourceFault, __BaseException>
245
+ );
246
+ }
247
+ export interface WorkflowExecutionCount {
248
+ count: number | undefined;
249
+ truncated?: boolean;
250
+ }
251
+ export interface CountOpenWorkflowExecutionsInput {
252
+ domain: string | undefined;
253
+ startTimeFilter: ExecutionTimeFilter | undefined;
254
+ typeFilter?: WorkflowTypeFilter;
255
+ tagFilter?: TagFilter;
256
+ executionFilter?: WorkflowExecutionFilter;
257
+ }
258
+ export interface CountPendingActivityTasksInput {
259
+ domain: string | undefined;
260
+ taskList: TaskList | undefined;
261
+ }
262
+ export interface PendingTaskCount {
263
+ count: number | undefined;
264
+ truncated?: boolean;
265
+ }
266
+ export interface CountPendingDecisionTasksInput {
267
+ domain: string | undefined;
268
+ taskList: TaskList | undefined;
269
+ }
270
+ export declare type DecisionType =
271
+ | "CancelTimer"
272
+ | "CancelWorkflowExecution"
273
+ | "CompleteWorkflowExecution"
274
+ | "ContinueAsNewWorkflowExecution"
275
+ | "FailWorkflowExecution"
276
+ | "RecordMarker"
277
+ | "RequestCancelActivityTask"
278
+ | "RequestCancelExternalWorkflowExecution"
279
+ | "ScheduleActivityTask"
280
+ | "ScheduleLambdaFunction"
281
+ | "SignalExternalWorkflowExecution"
282
+ | "StartChildWorkflowExecution"
283
+ | "StartTimer";
284
+ export interface FailWorkflowExecutionDecisionAttributes {
285
+ reason?: string;
286
+ details?: string;
287
+ }
288
+ export interface RecordMarkerDecisionAttributes {
289
+ markerName: string | undefined;
290
+ details?: string;
291
+ }
292
+ export interface RequestCancelActivityTaskDecisionAttributes {
293
+ activityId: string | undefined;
294
+ }
295
+ export interface RequestCancelExternalWorkflowExecutionDecisionAttributes {
296
+ workflowId: string | undefined;
297
+ runId?: string;
298
+ control?: string;
299
+ }
300
+ export interface ScheduleActivityTaskDecisionAttributes {
301
+ activityType: ActivityType | undefined;
302
+ activityId: string | undefined;
303
+ control?: string;
304
+ input?: string;
305
+ scheduleToCloseTimeout?: string;
306
+ taskList?: TaskList;
307
+ taskPriority?: string;
308
+ scheduleToStartTimeout?: string;
309
+ startToCloseTimeout?: string;
310
+ heartbeatTimeout?: string;
311
+ }
312
+ export interface ScheduleLambdaFunctionDecisionAttributes {
313
+ id: string | undefined;
314
+ name: string | undefined;
315
+ control?: string;
316
+ input?: string;
317
+ startToCloseTimeout?: string;
318
+ }
319
+ export interface SignalExternalWorkflowExecutionDecisionAttributes {
320
+ workflowId: string | undefined;
321
+ runId?: string;
322
+ signalName: string | undefined;
323
+ input?: string;
324
+ control?: string;
325
+ }
326
+ export interface StartChildWorkflowExecutionDecisionAttributes {
327
+ workflowType: WorkflowType | undefined;
328
+ workflowId: string | undefined;
329
+ control?: string;
330
+ input?: string;
331
+ executionStartToCloseTimeout?: string;
332
+ taskList?: TaskList;
333
+ taskPriority?: string;
334
+ taskStartToCloseTimeout?: string;
335
+ childPolicy?: ChildPolicy | string;
336
+ tagList?: string[];
337
+ lambdaRole?: string;
338
+ }
339
+ export interface StartTimerDecisionAttributes {
340
+ timerId: string | undefined;
341
+ control?: string;
342
+ startToFireTimeout: string | undefined;
343
+ }
344
+ export interface Decision {
345
+ decisionType: DecisionType | string | undefined;
346
+ scheduleActivityTaskDecisionAttributes?: ScheduleActivityTaskDecisionAttributes;
347
+ requestCancelActivityTaskDecisionAttributes?: RequestCancelActivityTaskDecisionAttributes;
348
+ completeWorkflowExecutionDecisionAttributes?: CompleteWorkflowExecutionDecisionAttributes;
349
+ failWorkflowExecutionDecisionAttributes?: FailWorkflowExecutionDecisionAttributes;
350
+ cancelWorkflowExecutionDecisionAttributes?: CancelWorkflowExecutionDecisionAttributes;
351
+ continueAsNewWorkflowExecutionDecisionAttributes?: ContinueAsNewWorkflowExecutionDecisionAttributes;
352
+ recordMarkerDecisionAttributes?: RecordMarkerDecisionAttributes;
353
+ startTimerDecisionAttributes?: StartTimerDecisionAttributes;
354
+ cancelTimerDecisionAttributes?: CancelTimerDecisionAttributes;
355
+ signalExternalWorkflowExecutionDecisionAttributes?: SignalExternalWorkflowExecutionDecisionAttributes;
356
+ requestCancelExternalWorkflowExecutionDecisionAttributes?: RequestCancelExternalWorkflowExecutionDecisionAttributes;
357
+ startChildWorkflowExecutionDecisionAttributes?: StartChildWorkflowExecutionDecisionAttributes;
358
+ scheduleLambdaFunctionDecisionAttributes?: ScheduleLambdaFunctionDecisionAttributes;
359
+ }
360
+ export interface DecisionTaskCompletedEventAttributes {
361
+ executionContext?: string;
362
+ scheduledEventId: number | undefined;
363
+ startedEventId: number | undefined;
364
+ }
365
+ export interface DecisionTaskScheduledEventAttributes {
366
+ taskList: TaskList | undefined;
367
+ taskPriority?: string;
368
+ startToCloseTimeout?: string;
369
+ }
370
+ export interface DecisionTaskStartedEventAttributes {
371
+ identity?: string;
372
+ scheduledEventId: number | undefined;
373
+ }
374
+ export declare type DecisionTaskTimeoutType = "START_TO_CLOSE";
375
+ export interface DecisionTaskTimedOutEventAttributes {
376
+ timeoutType: DecisionTaskTimeoutType | string | undefined;
377
+ scheduledEventId: number | undefined;
378
+ startedEventId: number | undefined;
379
+ }
380
+ export declare type EventType =
381
+ | "ActivityTaskCancelRequested"
382
+ | "ActivityTaskCanceled"
383
+ | "ActivityTaskCompleted"
384
+ | "ActivityTaskFailed"
385
+ | "ActivityTaskScheduled"
386
+ | "ActivityTaskStarted"
387
+ | "ActivityTaskTimedOut"
388
+ | "CancelTimerFailed"
389
+ | "CancelWorkflowExecutionFailed"
390
+ | "ChildWorkflowExecutionCanceled"
391
+ | "ChildWorkflowExecutionCompleted"
392
+ | "ChildWorkflowExecutionFailed"
393
+ | "ChildWorkflowExecutionStarted"
394
+ | "ChildWorkflowExecutionTerminated"
395
+ | "ChildWorkflowExecutionTimedOut"
396
+ | "CompleteWorkflowExecutionFailed"
397
+ | "ContinueAsNewWorkflowExecutionFailed"
398
+ | "DecisionTaskCompleted"
399
+ | "DecisionTaskScheduled"
400
+ | "DecisionTaskStarted"
401
+ | "DecisionTaskTimedOut"
402
+ | "ExternalWorkflowExecutionCancelRequested"
403
+ | "ExternalWorkflowExecutionSignaled"
404
+ | "FailWorkflowExecutionFailed"
405
+ | "LambdaFunctionCompleted"
406
+ | "LambdaFunctionFailed"
407
+ | "LambdaFunctionScheduled"
408
+ | "LambdaFunctionStarted"
409
+ | "LambdaFunctionTimedOut"
410
+ | "MarkerRecorded"
411
+ | "RecordMarkerFailed"
412
+ | "RequestCancelActivityTaskFailed"
413
+ | "RequestCancelExternalWorkflowExecutionFailed"
414
+ | "RequestCancelExternalWorkflowExecutionInitiated"
415
+ | "ScheduleActivityTaskFailed"
416
+ | "ScheduleLambdaFunctionFailed"
417
+ | "SignalExternalWorkflowExecutionFailed"
418
+ | "SignalExternalWorkflowExecutionInitiated"
419
+ | "StartChildWorkflowExecutionFailed"
420
+ | "StartChildWorkflowExecutionInitiated"
421
+ | "StartLambdaFunctionFailed"
422
+ | "StartTimerFailed"
423
+ | "TimerCanceled"
424
+ | "TimerFired"
425
+ | "TimerStarted"
426
+ | "WorkflowExecutionCancelRequested"
427
+ | "WorkflowExecutionCanceled"
428
+ | "WorkflowExecutionCompleted"
429
+ | "WorkflowExecutionContinuedAsNew"
430
+ | "WorkflowExecutionFailed"
431
+ | "WorkflowExecutionSignaled"
432
+ | "WorkflowExecutionStarted"
433
+ | "WorkflowExecutionTerminated"
434
+ | "WorkflowExecutionTimedOut";
435
+ export interface ExternalWorkflowExecutionCancelRequestedEventAttributes {
436
+ workflowExecution: WorkflowExecution | undefined;
437
+ initiatedEventId: number | undefined;
438
+ }
439
+ export interface ExternalWorkflowExecutionSignaledEventAttributes {
440
+ workflowExecution: WorkflowExecution | undefined;
441
+ initiatedEventId: number | undefined;
442
+ }
443
+ export declare type FailWorkflowExecutionFailedCause =
444
+ | "OPERATION_NOT_PERMITTED"
445
+ | "UNHANDLED_DECISION";
446
+ export interface FailWorkflowExecutionFailedEventAttributes {
447
+ cause: FailWorkflowExecutionFailedCause | string | undefined;
448
+ decisionTaskCompletedEventId: number | undefined;
449
+ }
450
+ export interface LambdaFunctionCompletedEventAttributes {
451
+ scheduledEventId: number | undefined;
452
+ startedEventId: number | undefined;
453
+ result?: string;
454
+ }
455
+ export interface LambdaFunctionFailedEventAttributes {
456
+ scheduledEventId: number | undefined;
457
+ startedEventId: number | undefined;
458
+ reason?: string;
459
+ details?: string;
460
+ }
461
+ export interface LambdaFunctionScheduledEventAttributes {
462
+ id: string | undefined;
463
+ name: string | undefined;
464
+ control?: string;
465
+ input?: string;
466
+ startToCloseTimeout?: string;
467
+ decisionTaskCompletedEventId: number | undefined;
468
+ }
469
+ export interface LambdaFunctionStartedEventAttributes {
470
+ scheduledEventId: number | undefined;
471
+ }
472
+ export declare type LambdaFunctionTimeoutType = "START_TO_CLOSE";
473
+ export interface LambdaFunctionTimedOutEventAttributes {
474
+ scheduledEventId: number | undefined;
475
+ startedEventId: number | undefined;
476
+ timeoutType?: LambdaFunctionTimeoutType | string;
477
+ }
478
+ export interface MarkerRecordedEventAttributes {
479
+ markerName: string | undefined;
480
+ details?: string;
481
+ decisionTaskCompletedEventId: number | undefined;
482
+ }
483
+ export declare type RecordMarkerFailedCause = "OPERATION_NOT_PERMITTED";
484
+ export interface RecordMarkerFailedEventAttributes {
485
+ markerName: string | undefined;
486
+ cause: RecordMarkerFailedCause | string | undefined;
487
+ decisionTaskCompletedEventId: number | undefined;
488
+ }
489
+ export declare type RequestCancelActivityTaskFailedCause =
490
+ | "ACTIVITY_ID_UNKNOWN"
491
+ | "OPERATION_NOT_PERMITTED";
492
+ export interface RequestCancelActivityTaskFailedEventAttributes {
493
+ activityId: string | undefined;
494
+ cause: RequestCancelActivityTaskFailedCause | string | undefined;
495
+ decisionTaskCompletedEventId: number | undefined;
496
+ }
497
+ export declare type RequestCancelExternalWorkflowExecutionFailedCause =
498
+ | "OPERATION_NOT_PERMITTED"
499
+ | "REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED"
500
+ | "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION";
501
+ export interface RequestCancelExternalWorkflowExecutionFailedEventAttributes {
502
+ workflowId: string | undefined;
503
+ runId?: string;
504
+ cause: RequestCancelExternalWorkflowExecutionFailedCause | string | undefined;
505
+ initiatedEventId: number | undefined;
506
+ decisionTaskCompletedEventId: number | undefined;
507
+ control?: string;
508
+ }
509
+ export interface RequestCancelExternalWorkflowExecutionInitiatedEventAttributes {
510
+ workflowId: string | undefined;
511
+ runId?: string;
512
+ decisionTaskCompletedEventId: number | undefined;
513
+ control?: string;
514
+ }
515
+ export declare type ScheduleActivityTaskFailedCause =
516
+ | "ACTIVITY_CREATION_RATE_EXCEEDED"
517
+ | "ACTIVITY_ID_ALREADY_IN_USE"
518
+ | "ACTIVITY_TYPE_DEPRECATED"
519
+ | "ACTIVITY_TYPE_DOES_NOT_EXIST"
520
+ | "DEFAULT_HEARTBEAT_TIMEOUT_UNDEFINED"
521
+ | "DEFAULT_SCHEDULE_TO_CLOSE_TIMEOUT_UNDEFINED"
522
+ | "DEFAULT_SCHEDULE_TO_START_TIMEOUT_UNDEFINED"
523
+ | "DEFAULT_START_TO_CLOSE_TIMEOUT_UNDEFINED"
524
+ | "DEFAULT_TASK_LIST_UNDEFINED"
525
+ | "OPEN_ACTIVITIES_LIMIT_EXCEEDED"
526
+ | "OPERATION_NOT_PERMITTED";
527
+ export interface ScheduleActivityTaskFailedEventAttributes {
528
+ activityType: ActivityType | undefined;
529
+ activityId: string | undefined;
530
+ cause: ScheduleActivityTaskFailedCause | string | undefined;
531
+ decisionTaskCompletedEventId: number | undefined;
532
+ }
533
+ export declare type ScheduleLambdaFunctionFailedCause =
534
+ | "ID_ALREADY_IN_USE"
535
+ | "LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED"
536
+ | "LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION"
537
+ | "OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED";
538
+ export interface ScheduleLambdaFunctionFailedEventAttributes {
539
+ id: string | undefined;
540
+ name: string | undefined;
541
+ cause: ScheduleLambdaFunctionFailedCause | string | undefined;
542
+ decisionTaskCompletedEventId: number | undefined;
543
+ }
544
+ export declare type SignalExternalWorkflowExecutionFailedCause =
545
+ | "OPERATION_NOT_PERMITTED"
546
+ | "SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED"
547
+ | "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION";
548
+ export interface SignalExternalWorkflowExecutionFailedEventAttributes {
549
+ workflowId: string | undefined;
550
+ runId?: string;
551
+ cause: SignalExternalWorkflowExecutionFailedCause | string | undefined;
552
+ initiatedEventId: number | undefined;
553
+ decisionTaskCompletedEventId: number | undefined;
554
+ control?: string;
555
+ }
556
+ export interface SignalExternalWorkflowExecutionInitiatedEventAttributes {
557
+ workflowId: string | undefined;
558
+ runId?: string;
559
+ signalName: string | undefined;
560
+ input?: string;
561
+ decisionTaskCompletedEventId: number | undefined;
562
+ control?: string;
563
+ }
564
+ export declare type StartChildWorkflowExecutionFailedCause =
565
+ | "CHILD_CREATION_RATE_EXCEEDED"
566
+ | "DEFAULT_CHILD_POLICY_UNDEFINED"
567
+ | "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED"
568
+ | "DEFAULT_TASK_LIST_UNDEFINED"
569
+ | "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED"
570
+ | "OPEN_CHILDREN_LIMIT_EXCEEDED"
571
+ | "OPEN_WORKFLOWS_LIMIT_EXCEEDED"
572
+ | "OPERATION_NOT_PERMITTED"
573
+ | "WORKFLOW_ALREADY_RUNNING"
574
+ | "WORKFLOW_TYPE_DEPRECATED"
575
+ | "WORKFLOW_TYPE_DOES_NOT_EXIST";
576
+ export interface StartChildWorkflowExecutionFailedEventAttributes {
577
+ workflowType: WorkflowType | undefined;
578
+ cause: StartChildWorkflowExecutionFailedCause | string | undefined;
579
+ workflowId: string | undefined;
580
+ initiatedEventId: number | undefined;
581
+ decisionTaskCompletedEventId: number | undefined;
582
+ control?: string;
583
+ }
584
+ export interface StartChildWorkflowExecutionInitiatedEventAttributes {
585
+ workflowId: string | undefined;
586
+ workflowType: WorkflowType | undefined;
587
+ control?: string;
588
+ input?: string;
589
+ executionStartToCloseTimeout?: string;
590
+ taskList: TaskList | undefined;
591
+ taskPriority?: string;
592
+ decisionTaskCompletedEventId: number | undefined;
593
+ childPolicy: ChildPolicy | string | undefined;
594
+ taskStartToCloseTimeout?: string;
595
+ tagList?: string[];
596
+ lambdaRole?: string;
597
+ }
598
+ export declare type StartLambdaFunctionFailedCause = "ASSUME_ROLE_FAILED";
599
+ export interface StartLambdaFunctionFailedEventAttributes {
600
+ scheduledEventId?: number;
601
+ cause?: StartLambdaFunctionFailedCause | string;
602
+ message?: string;
603
+ }
604
+ export declare type StartTimerFailedCause =
605
+ | "OPEN_TIMERS_LIMIT_EXCEEDED"
606
+ | "OPERATION_NOT_PERMITTED"
607
+ | "TIMER_CREATION_RATE_EXCEEDED"
608
+ | "TIMER_ID_ALREADY_IN_USE";
609
+ export interface StartTimerFailedEventAttributes {
610
+ timerId: string | undefined;
611
+ cause: StartTimerFailedCause | string | undefined;
612
+ decisionTaskCompletedEventId: number | undefined;
613
+ }
614
+ export interface TimerCanceledEventAttributes {
615
+ timerId: string | undefined;
616
+ startedEventId: number | undefined;
617
+ decisionTaskCompletedEventId: number | undefined;
618
+ }
619
+ export interface TimerFiredEventAttributes {
620
+ timerId: string | undefined;
621
+ startedEventId: number | undefined;
622
+ }
623
+ export interface TimerStartedEventAttributes {
624
+ timerId: string | undefined;
625
+ control?: string;
626
+ startToFireTimeout: string | undefined;
627
+ decisionTaskCompletedEventId: number | undefined;
628
+ }
629
+ export interface WorkflowExecutionCanceledEventAttributes {
630
+ details?: string;
631
+ decisionTaskCompletedEventId: number | undefined;
632
+ }
633
+ export declare type WorkflowExecutionCancelRequestedCause =
634
+ "CHILD_POLICY_APPLIED";
635
+ export interface WorkflowExecutionCancelRequestedEventAttributes {
636
+ externalWorkflowExecution?: WorkflowExecution;
637
+ externalInitiatedEventId?: number;
638
+ cause?: WorkflowExecutionCancelRequestedCause | string;
639
+ }
640
+ export interface WorkflowExecutionCompletedEventAttributes {
641
+ result?: string;
642
+ decisionTaskCompletedEventId: number | undefined;
643
+ }
644
+ export interface WorkflowExecutionContinuedAsNewEventAttributes {
645
+ input?: string;
646
+ decisionTaskCompletedEventId: number | undefined;
647
+ newExecutionRunId: string | undefined;
648
+ executionStartToCloseTimeout?: string;
649
+ taskList: TaskList | undefined;
650
+ taskPriority?: string;
651
+ taskStartToCloseTimeout?: string;
652
+ childPolicy: ChildPolicy | string | undefined;
653
+ tagList?: string[];
654
+ workflowType: WorkflowType | undefined;
655
+ lambdaRole?: string;
656
+ }
657
+ export interface WorkflowExecutionFailedEventAttributes {
658
+ reason?: string;
659
+ details?: string;
660
+ decisionTaskCompletedEventId: number | undefined;
661
+ }
662
+ export interface WorkflowExecutionSignaledEventAttributes {
663
+ signalName: string | undefined;
664
+ input?: string;
665
+ externalWorkflowExecution?: WorkflowExecution;
666
+ externalInitiatedEventId?: number;
667
+ }
668
+ export interface WorkflowExecutionStartedEventAttributes {
669
+ input?: string;
670
+ executionStartToCloseTimeout?: string;
671
+ taskStartToCloseTimeout?: string;
672
+ childPolicy: ChildPolicy | string | undefined;
673
+ taskList: TaskList | undefined;
674
+ taskPriority?: string;
675
+ workflowType: WorkflowType | undefined;
676
+ tagList?: string[];
677
+ continuedExecutionRunId?: string;
678
+ parentWorkflowExecution?: WorkflowExecution;
679
+ parentInitiatedEventId?: number;
680
+ lambdaRole?: string;
681
+ }
682
+ export declare type WorkflowExecutionTerminatedCause =
683
+ | "CHILD_POLICY_APPLIED"
684
+ | "EVENT_LIMIT_EXCEEDED"
685
+ | "OPERATOR_INITIATED";
686
+ export interface WorkflowExecutionTerminatedEventAttributes {
687
+ reason?: string;
688
+ details?: string;
689
+ childPolicy: ChildPolicy | string | undefined;
690
+ cause?: WorkflowExecutionTerminatedCause | string;
691
+ }
692
+ export interface WorkflowExecutionTimedOutEventAttributes {
693
+ timeoutType: WorkflowExecutionTimeoutType | string | undefined;
694
+ childPolicy: ChildPolicy | string | undefined;
695
+ }
696
+ export interface HistoryEvent {
697
+ eventTimestamp: Date | undefined;
698
+ eventType: EventType | string | undefined;
699
+ eventId: number | undefined;
700
+ workflowExecutionStartedEventAttributes?: WorkflowExecutionStartedEventAttributes;
701
+ workflowExecutionCompletedEventAttributes?: WorkflowExecutionCompletedEventAttributes;
702
+ completeWorkflowExecutionFailedEventAttributes?: CompleteWorkflowExecutionFailedEventAttributes;
703
+ workflowExecutionFailedEventAttributes?: WorkflowExecutionFailedEventAttributes;
704
+ failWorkflowExecutionFailedEventAttributes?: FailWorkflowExecutionFailedEventAttributes;
705
+ workflowExecutionTimedOutEventAttributes?: WorkflowExecutionTimedOutEventAttributes;
706
+ workflowExecutionCanceledEventAttributes?: WorkflowExecutionCanceledEventAttributes;
707
+ cancelWorkflowExecutionFailedEventAttributes?: CancelWorkflowExecutionFailedEventAttributes;
708
+ workflowExecutionContinuedAsNewEventAttributes?: WorkflowExecutionContinuedAsNewEventAttributes;
709
+ continueAsNewWorkflowExecutionFailedEventAttributes?: ContinueAsNewWorkflowExecutionFailedEventAttributes;
710
+ workflowExecutionTerminatedEventAttributes?: WorkflowExecutionTerminatedEventAttributes;
711
+ workflowExecutionCancelRequestedEventAttributes?: WorkflowExecutionCancelRequestedEventAttributes;
712
+ decisionTaskScheduledEventAttributes?: DecisionTaskScheduledEventAttributes;
713
+ decisionTaskStartedEventAttributes?: DecisionTaskStartedEventAttributes;
714
+ decisionTaskCompletedEventAttributes?: DecisionTaskCompletedEventAttributes;
715
+ decisionTaskTimedOutEventAttributes?: DecisionTaskTimedOutEventAttributes;
716
+ activityTaskScheduledEventAttributes?: ActivityTaskScheduledEventAttributes;
717
+ activityTaskStartedEventAttributes?: ActivityTaskStartedEventAttributes;
718
+ activityTaskCompletedEventAttributes?: ActivityTaskCompletedEventAttributes;
719
+ activityTaskFailedEventAttributes?: ActivityTaskFailedEventAttributes;
720
+ activityTaskTimedOutEventAttributes?: ActivityTaskTimedOutEventAttributes;
721
+ activityTaskCanceledEventAttributes?: ActivityTaskCanceledEventAttributes;
722
+ activityTaskCancelRequestedEventAttributes?: ActivityTaskCancelRequestedEventAttributes;
723
+ workflowExecutionSignaledEventAttributes?: WorkflowExecutionSignaledEventAttributes;
724
+ markerRecordedEventAttributes?: MarkerRecordedEventAttributes;
725
+ recordMarkerFailedEventAttributes?: RecordMarkerFailedEventAttributes;
726
+ timerStartedEventAttributes?: TimerStartedEventAttributes;
727
+ timerFiredEventAttributes?: TimerFiredEventAttributes;
728
+ timerCanceledEventAttributes?: TimerCanceledEventAttributes;
729
+ startChildWorkflowExecutionInitiatedEventAttributes?: StartChildWorkflowExecutionInitiatedEventAttributes;
730
+ childWorkflowExecutionStartedEventAttributes?: ChildWorkflowExecutionStartedEventAttributes;
731
+ childWorkflowExecutionCompletedEventAttributes?: ChildWorkflowExecutionCompletedEventAttributes;
732
+ childWorkflowExecutionFailedEventAttributes?: ChildWorkflowExecutionFailedEventAttributes;
733
+ childWorkflowExecutionTimedOutEventAttributes?: ChildWorkflowExecutionTimedOutEventAttributes;
734
+ childWorkflowExecutionCanceledEventAttributes?: ChildWorkflowExecutionCanceledEventAttributes;
735
+ childWorkflowExecutionTerminatedEventAttributes?: ChildWorkflowExecutionTerminatedEventAttributes;
736
+ signalExternalWorkflowExecutionInitiatedEventAttributes?: SignalExternalWorkflowExecutionInitiatedEventAttributes;
737
+ externalWorkflowExecutionSignaledEventAttributes?: ExternalWorkflowExecutionSignaledEventAttributes;
738
+ signalExternalWorkflowExecutionFailedEventAttributes?: SignalExternalWorkflowExecutionFailedEventAttributes;
739
+ externalWorkflowExecutionCancelRequestedEventAttributes?: ExternalWorkflowExecutionCancelRequestedEventAttributes;
740
+ requestCancelExternalWorkflowExecutionInitiatedEventAttributes?: RequestCancelExternalWorkflowExecutionInitiatedEventAttributes;
741
+ requestCancelExternalWorkflowExecutionFailedEventAttributes?: RequestCancelExternalWorkflowExecutionFailedEventAttributes;
742
+ scheduleActivityTaskFailedEventAttributes?: ScheduleActivityTaskFailedEventAttributes;
743
+ requestCancelActivityTaskFailedEventAttributes?: RequestCancelActivityTaskFailedEventAttributes;
744
+ startTimerFailedEventAttributes?: StartTimerFailedEventAttributes;
745
+ cancelTimerFailedEventAttributes?: CancelTimerFailedEventAttributes;
746
+ startChildWorkflowExecutionFailedEventAttributes?: StartChildWorkflowExecutionFailedEventAttributes;
747
+ lambdaFunctionScheduledEventAttributes?: LambdaFunctionScheduledEventAttributes;
748
+ lambdaFunctionStartedEventAttributes?: LambdaFunctionStartedEventAttributes;
749
+ lambdaFunctionCompletedEventAttributes?: LambdaFunctionCompletedEventAttributes;
750
+ lambdaFunctionFailedEventAttributes?: LambdaFunctionFailedEventAttributes;
751
+ lambdaFunctionTimedOutEventAttributes?: LambdaFunctionTimedOutEventAttributes;
752
+ scheduleLambdaFunctionFailedEventAttributes?: ScheduleLambdaFunctionFailedEventAttributes;
753
+ startLambdaFunctionFailedEventAttributes?: StartLambdaFunctionFailedEventAttributes;
754
+ }
755
+ export interface DecisionTask {
756
+ taskToken: string | undefined;
757
+ startedEventId: number | undefined;
758
+ workflowExecution: WorkflowExecution | undefined;
759
+ workflowType: WorkflowType | undefined;
760
+ events: HistoryEvent[] | undefined;
761
+ nextPageToken?: string;
762
+ previousStartedEventId?: number;
763
+ }
764
+ export declare class DefaultUndefinedFault extends __BaseException {
765
+ readonly name: "DefaultUndefinedFault";
766
+ readonly $fault: "client";
767
+ constructor(
768
+ opts: __ExceptionOptionType<DefaultUndefinedFault, __BaseException>
769
+ );
770
+ }
771
+ export interface DeprecateActivityTypeInput {
772
+ domain: string | undefined;
773
+ activityType: ActivityType | undefined;
774
+ }
775
+ export declare class TypeDeprecatedFault extends __BaseException {
776
+ readonly name: "TypeDeprecatedFault";
777
+ readonly $fault: "client";
778
+ constructor(
779
+ opts: __ExceptionOptionType<TypeDeprecatedFault, __BaseException>
780
+ );
781
+ }
782
+ export interface DeprecateDomainInput {
783
+ name: string | undefined;
784
+ }
785
+ export declare class DomainDeprecatedFault extends __BaseException {
786
+ readonly name: "DomainDeprecatedFault";
787
+ readonly $fault: "client";
788
+ constructor(
789
+ opts: __ExceptionOptionType<DomainDeprecatedFault, __BaseException>
790
+ );
791
+ }
792
+ export interface DeprecateWorkflowTypeInput {
793
+ domain: string | undefined;
794
+ workflowType: WorkflowType | undefined;
795
+ }
796
+ export interface DescribeActivityTypeInput {
797
+ domain: string | undefined;
798
+ activityType: ActivityType | undefined;
799
+ }
800
+ export interface DescribeDomainInput {
801
+ name: string | undefined;
802
+ }
803
+ export interface DomainConfiguration {
804
+ workflowExecutionRetentionPeriodInDays: string | undefined;
805
+ }
806
+ export interface DomainInfo {
807
+ name: string | undefined;
808
+ status: RegistrationStatus | string | undefined;
809
+ description?: string;
810
+ arn?: string;
811
+ }
812
+ export interface DomainDetail {
813
+ domainInfo: DomainInfo | undefined;
814
+ configuration: DomainConfiguration | undefined;
815
+ }
816
+ export interface DescribeWorkflowExecutionInput {
817
+ domain: string | undefined;
818
+ execution: WorkflowExecution | undefined;
819
+ }
820
+ export interface WorkflowExecutionConfiguration {
821
+ taskStartToCloseTimeout: string | undefined;
822
+ executionStartToCloseTimeout: string | undefined;
823
+ taskList: TaskList | undefined;
824
+ taskPriority?: string;
825
+ childPolicy: ChildPolicy | string | undefined;
826
+ lambdaRole?: string;
827
+ }
828
+ export declare type ExecutionStatus = "CLOSED" | "OPEN";
829
+ export interface WorkflowExecutionInfo {
830
+ execution: WorkflowExecution | undefined;
831
+ workflowType: WorkflowType | undefined;
832
+ startTimestamp: Date | undefined;
833
+ closeTimestamp?: Date;
834
+ executionStatus: ExecutionStatus | string | undefined;
835
+ closeStatus?: CloseStatus | string;
836
+ parent?: WorkflowExecution;
837
+ tagList?: string[];
838
+ cancelRequested?: boolean;
839
+ }
840
+ export interface WorkflowExecutionOpenCounts {
841
+ openActivityTasks: number | undefined;
842
+ openDecisionTasks: number | undefined;
843
+ openTimers: number | undefined;
844
+ openChildWorkflowExecutions: number | undefined;
845
+ openLambdaFunctions?: number;
846
+ }
847
+ export interface WorkflowExecutionDetail {
848
+ executionInfo: WorkflowExecutionInfo | undefined;
849
+ executionConfiguration: WorkflowExecutionConfiguration | undefined;
850
+ openCounts: WorkflowExecutionOpenCounts | undefined;
851
+ latestActivityTaskTimestamp?: Date;
852
+ latestExecutionContext?: string;
853
+ }
854
+ export interface DescribeWorkflowTypeInput {
855
+ domain: string | undefined;
856
+ workflowType: WorkflowType | undefined;
857
+ }
858
+ export interface WorkflowTypeConfiguration {
859
+ defaultTaskStartToCloseTimeout?: string;
860
+ defaultExecutionStartToCloseTimeout?: string;
861
+ defaultTaskList?: TaskList;
862
+ defaultTaskPriority?: string;
863
+ defaultChildPolicy?: ChildPolicy | string;
864
+ defaultLambdaRole?: string;
865
+ }
866
+ export interface WorkflowTypeInfo {
867
+ workflowType: WorkflowType | undefined;
868
+ status: RegistrationStatus | string | undefined;
869
+ description?: string;
870
+ creationDate: Date | undefined;
871
+ deprecationDate?: Date;
872
+ }
873
+ export interface WorkflowTypeDetail {
874
+ typeInfo: WorkflowTypeInfo | undefined;
875
+ configuration: WorkflowTypeConfiguration | undefined;
876
+ }
877
+ export declare class DomainAlreadyExistsFault extends __BaseException {
878
+ readonly name: "DomainAlreadyExistsFault";
879
+ readonly $fault: "client";
880
+ constructor(
881
+ opts: __ExceptionOptionType<DomainAlreadyExistsFault, __BaseException>
882
+ );
883
+ }
884
+ export interface DomainInfos {
885
+ domainInfos: DomainInfo[] | undefined;
886
+ nextPageToken?: string;
887
+ }
888
+ export interface GetWorkflowExecutionHistoryInput {
889
+ domain: string | undefined;
890
+ execution: WorkflowExecution | undefined;
891
+ nextPageToken?: string;
892
+ maximumPageSize?: number;
893
+ reverseOrder?: boolean;
894
+ }
895
+ export interface History {
896
+ events: HistoryEvent[] | undefined;
897
+ nextPageToken?: string;
898
+ }
899
+ export declare class LimitExceededFault extends __BaseException {
900
+ readonly name: "LimitExceededFault";
901
+ readonly $fault: "client";
902
+ constructor(opts: __ExceptionOptionType<LimitExceededFault, __BaseException>);
903
+ }
904
+ export interface ListActivityTypesInput {
905
+ domain: string | undefined;
906
+ name?: string;
907
+ registrationStatus: RegistrationStatus | string | undefined;
908
+ nextPageToken?: string;
909
+ maximumPageSize?: number;
910
+ reverseOrder?: boolean;
911
+ }
912
+ export interface ListClosedWorkflowExecutionsInput {
913
+ domain: string | undefined;
914
+ startTimeFilter?: ExecutionTimeFilter;
915
+ closeTimeFilter?: ExecutionTimeFilter;
916
+ executionFilter?: WorkflowExecutionFilter;
917
+ closeStatusFilter?: CloseStatusFilter;
918
+ typeFilter?: WorkflowTypeFilter;
919
+ tagFilter?: TagFilter;
920
+ nextPageToken?: string;
921
+ maximumPageSize?: number;
922
+ reverseOrder?: boolean;
923
+ }
924
+ export interface WorkflowExecutionInfos {
925
+ executionInfos: WorkflowExecutionInfo[] | undefined;
926
+ nextPageToken?: string;
927
+ }
928
+ export interface ListDomainsInput {
929
+ nextPageToken?: string;
930
+ registrationStatus: RegistrationStatus | string | undefined;
931
+ maximumPageSize?: number;
932
+ reverseOrder?: boolean;
933
+ }
934
+ export interface ListOpenWorkflowExecutionsInput {
935
+ domain: string | undefined;
936
+ startTimeFilter: ExecutionTimeFilter | undefined;
937
+ typeFilter?: WorkflowTypeFilter;
938
+ tagFilter?: TagFilter;
939
+ nextPageToken?: string;
940
+ maximumPageSize?: number;
941
+ reverseOrder?: boolean;
942
+ executionFilter?: WorkflowExecutionFilter;
943
+ }
944
+ export interface ListTagsForResourceInput {
945
+ resourceArn: string | undefined;
946
+ }
947
+ export interface ResourceTag {
948
+ key: string | undefined;
949
+ value?: string;
950
+ }
951
+ export interface ListTagsForResourceOutput {
952
+ tags?: ResourceTag[];
953
+ }
954
+ export interface ListWorkflowTypesInput {
955
+ domain: string | undefined;
956
+ name?: string;
957
+ registrationStatus: RegistrationStatus | string | undefined;
958
+ nextPageToken?: string;
959
+ maximumPageSize?: number;
960
+ reverseOrder?: boolean;
961
+ }
962
+ export interface WorkflowTypeInfos {
963
+ typeInfos: WorkflowTypeInfo[] | undefined;
964
+ nextPageToken?: string;
965
+ }
966
+ export interface PollForActivityTaskInput {
967
+ domain: string | undefined;
968
+ taskList: TaskList | undefined;
969
+ identity?: string;
970
+ }
971
+ export interface PollForDecisionTaskInput {
972
+ domain: string | undefined;
973
+ taskList: TaskList | undefined;
974
+ identity?: string;
975
+ nextPageToken?: string;
976
+ maximumPageSize?: number;
977
+ reverseOrder?: boolean;
978
+ }
979
+ export interface RecordActivityTaskHeartbeatInput {
980
+ taskToken: string | undefined;
981
+ details?: string;
982
+ }
983
+ export interface RegisterActivityTypeInput {
984
+ domain: string | undefined;
985
+ name: string | undefined;
986
+ version: string | undefined;
987
+ description?: string;
988
+ defaultTaskStartToCloseTimeout?: string;
989
+ defaultTaskHeartbeatTimeout?: string;
990
+ defaultTaskList?: TaskList;
991
+ defaultTaskPriority?: string;
992
+ defaultTaskScheduleToStartTimeout?: string;
993
+ defaultTaskScheduleToCloseTimeout?: string;
994
+ }
995
+ export declare class TypeAlreadyExistsFault extends __BaseException {
996
+ readonly name: "TypeAlreadyExistsFault";
997
+ readonly $fault: "client";
998
+ constructor(
999
+ opts: __ExceptionOptionType<TypeAlreadyExistsFault, __BaseException>
1000
+ );
1001
+ }
1002
+ export interface RegisterDomainInput {
1003
+ name: string | undefined;
1004
+ description?: string;
1005
+ workflowExecutionRetentionPeriodInDays: string | undefined;
1006
+ tags?: ResourceTag[];
1007
+ }
1008
+ export declare class TooManyTagsFault extends __BaseException {
1009
+ readonly name: "TooManyTagsFault";
1010
+ readonly $fault: "client";
1011
+ constructor(opts: __ExceptionOptionType<TooManyTagsFault, __BaseException>);
1012
+ }
1013
+ export interface RegisterWorkflowTypeInput {
1014
+ domain: string | undefined;
1015
+ name: string | undefined;
1016
+ version: string | undefined;
1017
+ description?: string;
1018
+ defaultTaskStartToCloseTimeout?: string;
1019
+ defaultExecutionStartToCloseTimeout?: string;
1020
+ defaultTaskList?: TaskList;
1021
+ defaultTaskPriority?: string;
1022
+ defaultChildPolicy?: ChildPolicy | string;
1023
+ defaultLambdaRole?: string;
1024
+ }
1025
+ export interface RequestCancelWorkflowExecutionInput {
1026
+ domain: string | undefined;
1027
+ workflowId: string | undefined;
1028
+ runId?: string;
1029
+ }
1030
+ export interface RespondActivityTaskCanceledInput {
1031
+ taskToken: string | undefined;
1032
+ details?: string;
1033
+ }
1034
+ export interface RespondActivityTaskCompletedInput {
1035
+ taskToken: string | undefined;
1036
+ result?: string;
1037
+ }
1038
+ export interface RespondActivityTaskFailedInput {
1039
+ taskToken: string | undefined;
1040
+ reason?: string;
1041
+ details?: string;
1042
+ }
1043
+ export interface RespondDecisionTaskCompletedInput {
1044
+ taskToken: string | undefined;
1045
+ decisions?: Decision[];
1046
+ executionContext?: string;
1047
+ }
1048
+ export interface Run {
1049
+ runId?: string;
1050
+ }
1051
+ export interface SignalWorkflowExecutionInput {
1052
+ domain: string | undefined;
1053
+ workflowId: string | undefined;
1054
+ runId?: string;
1055
+ signalName: string | undefined;
1056
+ input?: string;
1057
+ }
1058
+ export interface StartWorkflowExecutionInput {
1059
+ domain: string | undefined;
1060
+ workflowId: string | undefined;
1061
+ workflowType: WorkflowType | undefined;
1062
+ taskList?: TaskList;
1063
+ taskPriority?: string;
1064
+ input?: string;
1065
+ executionStartToCloseTimeout?: string;
1066
+ tagList?: string[];
1067
+ taskStartToCloseTimeout?: string;
1068
+ childPolicy?: ChildPolicy | string;
1069
+ lambdaRole?: string;
1070
+ }
1071
+ export declare class WorkflowExecutionAlreadyStartedFault extends __BaseException {
1072
+ readonly name: "WorkflowExecutionAlreadyStartedFault";
1073
+ readonly $fault: "client";
1074
+ constructor(
1075
+ opts: __ExceptionOptionType<
1076
+ WorkflowExecutionAlreadyStartedFault,
1077
+ __BaseException
1078
+ >
1079
+ );
1080
+ }
1081
+ export interface TagResourceInput {
1082
+ resourceArn: string | undefined;
1083
+ tags: ResourceTag[] | undefined;
1084
+ }
1085
+ export interface TerminateWorkflowExecutionInput {
1086
+ domain: string | undefined;
1087
+ workflowId: string | undefined;
1088
+ runId?: string;
1089
+ reason?: string;
1090
+ details?: string;
1091
+ childPolicy?: ChildPolicy | string;
1092
+ }
1093
+ export interface UndeprecateActivityTypeInput {
1094
+ domain: string | undefined;
1095
+ activityType: ActivityType | undefined;
1096
+ }
1097
+ export interface UndeprecateDomainInput {
1098
+ name: string | undefined;
1099
+ }
1100
+ export interface UndeprecateWorkflowTypeInput {
1101
+ domain: string | undefined;
1102
+ workflowType: WorkflowType | undefined;
1103
+ }
1104
+ export interface UntagResourceInput {
1105
+ resourceArn: string | undefined;
1106
+ tagKeys: string[] | undefined;
1107
+ }
1108
+ export declare const ActivityTypeFilterSensitiveLog: (obj: ActivityType) => any;
1109
+ export declare const WorkflowExecutionFilterSensitiveLog: (
1110
+ obj: WorkflowExecution
1111
+ ) => any;
1112
+ export declare const ActivityTaskFilterSensitiveLog: (obj: ActivityTask) => any;
1113
+ export declare const ActivityTaskCanceledEventAttributesFilterSensitiveLog: (
1114
+ obj: ActivityTaskCanceledEventAttributes
1115
+ ) => any;
1116
+ export declare const ActivityTaskCancelRequestedEventAttributesFilterSensitiveLog: (
1117
+ obj: ActivityTaskCancelRequestedEventAttributes
1118
+ ) => any;
1119
+ export declare const ActivityTaskCompletedEventAttributesFilterSensitiveLog: (
1120
+ obj: ActivityTaskCompletedEventAttributes
1121
+ ) => any;
1122
+ export declare const ActivityTaskFailedEventAttributesFilterSensitiveLog: (
1123
+ obj: ActivityTaskFailedEventAttributes
1124
+ ) => any;
1125
+ export declare const TaskListFilterSensitiveLog: (obj: TaskList) => any;
1126
+ export declare const ActivityTaskScheduledEventAttributesFilterSensitiveLog: (
1127
+ obj: ActivityTaskScheduledEventAttributes
1128
+ ) => any;
1129
+ export declare const ActivityTaskStartedEventAttributesFilterSensitiveLog: (
1130
+ obj: ActivityTaskStartedEventAttributes
1131
+ ) => any;
1132
+ export declare const ActivityTaskStatusFilterSensitiveLog: (
1133
+ obj: ActivityTaskStatus
1134
+ ) => any;
1135
+ export declare const ActivityTaskTimedOutEventAttributesFilterSensitiveLog: (
1136
+ obj: ActivityTaskTimedOutEventAttributes
1137
+ ) => any;
1138
+ export declare const ActivityTypeConfigurationFilterSensitiveLog: (
1139
+ obj: ActivityTypeConfiguration
1140
+ ) => any;
1141
+ export declare const ActivityTypeInfoFilterSensitiveLog: (
1142
+ obj: ActivityTypeInfo
1143
+ ) => any;
1144
+ export declare const ActivityTypeDetailFilterSensitiveLog: (
1145
+ obj: ActivityTypeDetail
1146
+ ) => any;
1147
+ export declare const ActivityTypeInfosFilterSensitiveLog: (
1148
+ obj: ActivityTypeInfos
1149
+ ) => any;
1150
+ export declare const CancelTimerDecisionAttributesFilterSensitiveLog: (
1151
+ obj: CancelTimerDecisionAttributes
1152
+ ) => any;
1153
+ export declare const CancelTimerFailedEventAttributesFilterSensitiveLog: (
1154
+ obj: CancelTimerFailedEventAttributes
1155
+ ) => any;
1156
+ export declare const CancelWorkflowExecutionDecisionAttributesFilterSensitiveLog: (
1157
+ obj: CancelWorkflowExecutionDecisionAttributes
1158
+ ) => any;
1159
+ export declare const CancelWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
1160
+ obj: CancelWorkflowExecutionFailedEventAttributes
1161
+ ) => any;
1162
+ export declare const WorkflowTypeFilterSensitiveLog: (obj: WorkflowType) => any;
1163
+ export declare const ChildWorkflowExecutionCanceledEventAttributesFilterSensitiveLog: (
1164
+ obj: ChildWorkflowExecutionCanceledEventAttributes
1165
+ ) => any;
1166
+ export declare const ChildWorkflowExecutionCompletedEventAttributesFilterSensitiveLog: (
1167
+ obj: ChildWorkflowExecutionCompletedEventAttributes
1168
+ ) => any;
1169
+ export declare const ChildWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
1170
+ obj: ChildWorkflowExecutionFailedEventAttributes
1171
+ ) => any;
1172
+ export declare const ChildWorkflowExecutionStartedEventAttributesFilterSensitiveLog: (
1173
+ obj: ChildWorkflowExecutionStartedEventAttributes
1174
+ ) => any;
1175
+ export declare const ChildWorkflowExecutionTerminatedEventAttributesFilterSensitiveLog: (
1176
+ obj: ChildWorkflowExecutionTerminatedEventAttributes
1177
+ ) => any;
1178
+ export declare const ChildWorkflowExecutionTimedOutEventAttributesFilterSensitiveLog: (
1179
+ obj: ChildWorkflowExecutionTimedOutEventAttributes
1180
+ ) => any;
1181
+ export declare const CloseStatusFilterFilterSensitiveLog: (
1182
+ obj: CloseStatusFilter
1183
+ ) => any;
1184
+ export declare const CompleteWorkflowExecutionDecisionAttributesFilterSensitiveLog: (
1185
+ obj: CompleteWorkflowExecutionDecisionAttributes
1186
+ ) => any;
1187
+ export declare const CompleteWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
1188
+ obj: CompleteWorkflowExecutionFailedEventAttributes
1189
+ ) => any;
1190
+ export declare const ContinueAsNewWorkflowExecutionDecisionAttributesFilterSensitiveLog: (
1191
+ obj: ContinueAsNewWorkflowExecutionDecisionAttributes
1192
+ ) => any;
1193
+ export declare const ContinueAsNewWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
1194
+ obj: ContinueAsNewWorkflowExecutionFailedEventAttributes
1195
+ ) => any;
1196
+ export declare const ExecutionTimeFilterFilterSensitiveLog: (
1197
+ obj: ExecutionTimeFilter
1198
+ ) => any;
1199
+ export declare const WorkflowExecutionFilterFilterSensitiveLog: (
1200
+ obj: WorkflowExecutionFilter
1201
+ ) => any;
1202
+ export declare const TagFilterFilterSensitiveLog: (obj: TagFilter) => any;
1203
+ export declare const WorkflowTypeFilterFilterSensitiveLog: (
1204
+ obj: WorkflowTypeFilter
1205
+ ) => any;
1206
+ export declare const CountClosedWorkflowExecutionsInputFilterSensitiveLog: (
1207
+ obj: CountClosedWorkflowExecutionsInput
1208
+ ) => any;
1209
+ export declare const WorkflowExecutionCountFilterSensitiveLog: (
1210
+ obj: WorkflowExecutionCount
1211
+ ) => any;
1212
+ export declare const CountOpenWorkflowExecutionsInputFilterSensitiveLog: (
1213
+ obj: CountOpenWorkflowExecutionsInput
1214
+ ) => any;
1215
+ export declare const CountPendingActivityTasksInputFilterSensitiveLog: (
1216
+ obj: CountPendingActivityTasksInput
1217
+ ) => any;
1218
+ export declare const PendingTaskCountFilterSensitiveLog: (
1219
+ obj: PendingTaskCount
1220
+ ) => any;
1221
+ export declare const CountPendingDecisionTasksInputFilterSensitiveLog: (
1222
+ obj: CountPendingDecisionTasksInput
1223
+ ) => any;
1224
+ export declare const FailWorkflowExecutionDecisionAttributesFilterSensitiveLog: (
1225
+ obj: FailWorkflowExecutionDecisionAttributes
1226
+ ) => any;
1227
+ export declare const RecordMarkerDecisionAttributesFilterSensitiveLog: (
1228
+ obj: RecordMarkerDecisionAttributes
1229
+ ) => any;
1230
+ export declare const RequestCancelActivityTaskDecisionAttributesFilterSensitiveLog: (
1231
+ obj: RequestCancelActivityTaskDecisionAttributes
1232
+ ) => any;
1233
+ export declare const RequestCancelExternalWorkflowExecutionDecisionAttributesFilterSensitiveLog: (
1234
+ obj: RequestCancelExternalWorkflowExecutionDecisionAttributes
1235
+ ) => any;
1236
+ export declare const ScheduleActivityTaskDecisionAttributesFilterSensitiveLog: (
1237
+ obj: ScheduleActivityTaskDecisionAttributes
1238
+ ) => any;
1239
+ export declare const ScheduleLambdaFunctionDecisionAttributesFilterSensitiveLog: (
1240
+ obj: ScheduleLambdaFunctionDecisionAttributes
1241
+ ) => any;
1242
+ export declare const SignalExternalWorkflowExecutionDecisionAttributesFilterSensitiveLog: (
1243
+ obj: SignalExternalWorkflowExecutionDecisionAttributes
1244
+ ) => any;
1245
+ export declare const StartChildWorkflowExecutionDecisionAttributesFilterSensitiveLog: (
1246
+ obj: StartChildWorkflowExecutionDecisionAttributes
1247
+ ) => any;
1248
+ export declare const StartTimerDecisionAttributesFilterSensitiveLog: (
1249
+ obj: StartTimerDecisionAttributes
1250
+ ) => any;
1251
+ export declare const DecisionFilterSensitiveLog: (obj: Decision) => any;
1252
+ export declare const DecisionTaskCompletedEventAttributesFilterSensitiveLog: (
1253
+ obj: DecisionTaskCompletedEventAttributes
1254
+ ) => any;
1255
+ export declare const DecisionTaskScheduledEventAttributesFilterSensitiveLog: (
1256
+ obj: DecisionTaskScheduledEventAttributes
1257
+ ) => any;
1258
+ export declare const DecisionTaskStartedEventAttributesFilterSensitiveLog: (
1259
+ obj: DecisionTaskStartedEventAttributes
1260
+ ) => any;
1261
+ export declare const DecisionTaskTimedOutEventAttributesFilterSensitiveLog: (
1262
+ obj: DecisionTaskTimedOutEventAttributes
1263
+ ) => any;
1264
+ export declare const ExternalWorkflowExecutionCancelRequestedEventAttributesFilterSensitiveLog: (
1265
+ obj: ExternalWorkflowExecutionCancelRequestedEventAttributes
1266
+ ) => any;
1267
+ export declare const ExternalWorkflowExecutionSignaledEventAttributesFilterSensitiveLog: (
1268
+ obj: ExternalWorkflowExecutionSignaledEventAttributes
1269
+ ) => any;
1270
+ export declare const FailWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
1271
+ obj: FailWorkflowExecutionFailedEventAttributes
1272
+ ) => any;
1273
+ export declare const LambdaFunctionCompletedEventAttributesFilterSensitiveLog: (
1274
+ obj: LambdaFunctionCompletedEventAttributes
1275
+ ) => any;
1276
+ export declare const LambdaFunctionFailedEventAttributesFilterSensitiveLog: (
1277
+ obj: LambdaFunctionFailedEventAttributes
1278
+ ) => any;
1279
+ export declare const LambdaFunctionScheduledEventAttributesFilterSensitiveLog: (
1280
+ obj: LambdaFunctionScheduledEventAttributes
1281
+ ) => any;
1282
+ export declare const LambdaFunctionStartedEventAttributesFilterSensitiveLog: (
1283
+ obj: LambdaFunctionStartedEventAttributes
1284
+ ) => any;
1285
+ export declare const LambdaFunctionTimedOutEventAttributesFilterSensitiveLog: (
1286
+ obj: LambdaFunctionTimedOutEventAttributes
1287
+ ) => any;
1288
+ export declare const MarkerRecordedEventAttributesFilterSensitiveLog: (
1289
+ obj: MarkerRecordedEventAttributes
1290
+ ) => any;
1291
+ export declare const RecordMarkerFailedEventAttributesFilterSensitiveLog: (
1292
+ obj: RecordMarkerFailedEventAttributes
1293
+ ) => any;
1294
+ export declare const RequestCancelActivityTaskFailedEventAttributesFilterSensitiveLog: (
1295
+ obj: RequestCancelActivityTaskFailedEventAttributes
1296
+ ) => any;
1297
+ export declare const RequestCancelExternalWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
1298
+ obj: RequestCancelExternalWorkflowExecutionFailedEventAttributes
1299
+ ) => any;
1300
+ export declare const RequestCancelExternalWorkflowExecutionInitiatedEventAttributesFilterSensitiveLog: (
1301
+ obj: RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
1302
+ ) => any;
1303
+ export declare const ScheduleActivityTaskFailedEventAttributesFilterSensitiveLog: (
1304
+ obj: ScheduleActivityTaskFailedEventAttributes
1305
+ ) => any;
1306
+ export declare const ScheduleLambdaFunctionFailedEventAttributesFilterSensitiveLog: (
1307
+ obj: ScheduleLambdaFunctionFailedEventAttributes
1308
+ ) => any;
1309
+ export declare const SignalExternalWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
1310
+ obj: SignalExternalWorkflowExecutionFailedEventAttributes
1311
+ ) => any;
1312
+ export declare const SignalExternalWorkflowExecutionInitiatedEventAttributesFilterSensitiveLog: (
1313
+ obj: SignalExternalWorkflowExecutionInitiatedEventAttributes
1314
+ ) => any;
1315
+ export declare const StartChildWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
1316
+ obj: StartChildWorkflowExecutionFailedEventAttributes
1317
+ ) => any;
1318
+ export declare const StartChildWorkflowExecutionInitiatedEventAttributesFilterSensitiveLog: (
1319
+ obj: StartChildWorkflowExecutionInitiatedEventAttributes
1320
+ ) => any;
1321
+ export declare const StartLambdaFunctionFailedEventAttributesFilterSensitiveLog: (
1322
+ obj: StartLambdaFunctionFailedEventAttributes
1323
+ ) => any;
1324
+ export declare const StartTimerFailedEventAttributesFilterSensitiveLog: (
1325
+ obj: StartTimerFailedEventAttributes
1326
+ ) => any;
1327
+ export declare const TimerCanceledEventAttributesFilterSensitiveLog: (
1328
+ obj: TimerCanceledEventAttributes
1329
+ ) => any;
1330
+ export declare const TimerFiredEventAttributesFilterSensitiveLog: (
1331
+ obj: TimerFiredEventAttributes
1332
+ ) => any;
1333
+ export declare const TimerStartedEventAttributesFilterSensitiveLog: (
1334
+ obj: TimerStartedEventAttributes
1335
+ ) => any;
1336
+ export declare const WorkflowExecutionCanceledEventAttributesFilterSensitiveLog: (
1337
+ obj: WorkflowExecutionCanceledEventAttributes
1338
+ ) => any;
1339
+ export declare const WorkflowExecutionCancelRequestedEventAttributesFilterSensitiveLog: (
1340
+ obj: WorkflowExecutionCancelRequestedEventAttributes
1341
+ ) => any;
1342
+ export declare const WorkflowExecutionCompletedEventAttributesFilterSensitiveLog: (
1343
+ obj: WorkflowExecutionCompletedEventAttributes
1344
+ ) => any;
1345
+ export declare const WorkflowExecutionContinuedAsNewEventAttributesFilterSensitiveLog: (
1346
+ obj: WorkflowExecutionContinuedAsNewEventAttributes
1347
+ ) => any;
1348
+ export declare const WorkflowExecutionFailedEventAttributesFilterSensitiveLog: (
1349
+ obj: WorkflowExecutionFailedEventAttributes
1350
+ ) => any;
1351
+ export declare const WorkflowExecutionSignaledEventAttributesFilterSensitiveLog: (
1352
+ obj: WorkflowExecutionSignaledEventAttributes
1353
+ ) => any;
1354
+ export declare const WorkflowExecutionStartedEventAttributesFilterSensitiveLog: (
1355
+ obj: WorkflowExecutionStartedEventAttributes
1356
+ ) => any;
1357
+ export declare const WorkflowExecutionTerminatedEventAttributesFilterSensitiveLog: (
1358
+ obj: WorkflowExecutionTerminatedEventAttributes
1359
+ ) => any;
1360
+ export declare const WorkflowExecutionTimedOutEventAttributesFilterSensitiveLog: (
1361
+ obj: WorkflowExecutionTimedOutEventAttributes
1362
+ ) => any;
1363
+ export declare const HistoryEventFilterSensitiveLog: (obj: HistoryEvent) => any;
1364
+ export declare const DecisionTaskFilterSensitiveLog: (obj: DecisionTask) => any;
1365
+ export declare const DeprecateActivityTypeInputFilterSensitiveLog: (
1366
+ obj: DeprecateActivityTypeInput
1367
+ ) => any;
1368
+ export declare const DeprecateDomainInputFilterSensitiveLog: (
1369
+ obj: DeprecateDomainInput
1370
+ ) => any;
1371
+ export declare const DeprecateWorkflowTypeInputFilterSensitiveLog: (
1372
+ obj: DeprecateWorkflowTypeInput
1373
+ ) => any;
1374
+ export declare const DescribeActivityTypeInputFilterSensitiveLog: (
1375
+ obj: DescribeActivityTypeInput
1376
+ ) => any;
1377
+ export declare const DescribeDomainInputFilterSensitiveLog: (
1378
+ obj: DescribeDomainInput
1379
+ ) => any;
1380
+ export declare const DomainConfigurationFilterSensitiveLog: (
1381
+ obj: DomainConfiguration
1382
+ ) => any;
1383
+ export declare const DomainInfoFilterSensitiveLog: (obj: DomainInfo) => any;
1384
+ export declare const DomainDetailFilterSensitiveLog: (obj: DomainDetail) => any;
1385
+ export declare const DescribeWorkflowExecutionInputFilterSensitiveLog: (
1386
+ obj: DescribeWorkflowExecutionInput
1387
+ ) => any;
1388
+ export declare const WorkflowExecutionConfigurationFilterSensitiveLog: (
1389
+ obj: WorkflowExecutionConfiguration
1390
+ ) => any;
1391
+ export declare const WorkflowExecutionInfoFilterSensitiveLog: (
1392
+ obj: WorkflowExecutionInfo
1393
+ ) => any;
1394
+ export declare const WorkflowExecutionOpenCountsFilterSensitiveLog: (
1395
+ obj: WorkflowExecutionOpenCounts
1396
+ ) => any;
1397
+ export declare const WorkflowExecutionDetailFilterSensitiveLog: (
1398
+ obj: WorkflowExecutionDetail
1399
+ ) => any;
1400
+ export declare const DescribeWorkflowTypeInputFilterSensitiveLog: (
1401
+ obj: DescribeWorkflowTypeInput
1402
+ ) => any;
1403
+ export declare const WorkflowTypeConfigurationFilterSensitiveLog: (
1404
+ obj: WorkflowTypeConfiguration
1405
+ ) => any;
1406
+ export declare const WorkflowTypeInfoFilterSensitiveLog: (
1407
+ obj: WorkflowTypeInfo
1408
+ ) => any;
1409
+ export declare const WorkflowTypeDetailFilterSensitiveLog: (
1410
+ obj: WorkflowTypeDetail
1411
+ ) => any;
1412
+ export declare const DomainInfosFilterSensitiveLog: (obj: DomainInfos) => any;
1413
+ export declare const GetWorkflowExecutionHistoryInputFilterSensitiveLog: (
1414
+ obj: GetWorkflowExecutionHistoryInput
1415
+ ) => any;
1416
+ export declare const HistoryFilterSensitiveLog: (obj: History) => any;
1417
+ export declare const ListActivityTypesInputFilterSensitiveLog: (
1418
+ obj: ListActivityTypesInput
1419
+ ) => any;
1420
+ export declare const ListClosedWorkflowExecutionsInputFilterSensitiveLog: (
1421
+ obj: ListClosedWorkflowExecutionsInput
1422
+ ) => any;
1423
+ export declare const WorkflowExecutionInfosFilterSensitiveLog: (
1424
+ obj: WorkflowExecutionInfos
1425
+ ) => any;
1426
+ export declare const ListDomainsInputFilterSensitiveLog: (
1427
+ obj: ListDomainsInput
1428
+ ) => any;
1429
+ export declare const ListOpenWorkflowExecutionsInputFilterSensitiveLog: (
1430
+ obj: ListOpenWorkflowExecutionsInput
1431
+ ) => any;
1432
+ export declare const ListTagsForResourceInputFilterSensitiveLog: (
1433
+ obj: ListTagsForResourceInput
1434
+ ) => any;
1435
+ export declare const ResourceTagFilterSensitiveLog: (obj: ResourceTag) => any;
1436
+ export declare const ListTagsForResourceOutputFilterSensitiveLog: (
1437
+ obj: ListTagsForResourceOutput
1438
+ ) => any;
1439
+ export declare const ListWorkflowTypesInputFilterSensitiveLog: (
1440
+ obj: ListWorkflowTypesInput
1441
+ ) => any;
1442
+ export declare const WorkflowTypeInfosFilterSensitiveLog: (
1443
+ obj: WorkflowTypeInfos
1444
+ ) => any;
1445
+ export declare const PollForActivityTaskInputFilterSensitiveLog: (
1446
+ obj: PollForActivityTaskInput
1447
+ ) => any;
1448
+ export declare const PollForDecisionTaskInputFilterSensitiveLog: (
1449
+ obj: PollForDecisionTaskInput
1450
+ ) => any;
1451
+ export declare const RecordActivityTaskHeartbeatInputFilterSensitiveLog: (
1452
+ obj: RecordActivityTaskHeartbeatInput
1453
+ ) => any;
1454
+ export declare const RegisterActivityTypeInputFilterSensitiveLog: (
1455
+ obj: RegisterActivityTypeInput
1456
+ ) => any;
1457
+ export declare const RegisterDomainInputFilterSensitiveLog: (
1458
+ obj: RegisterDomainInput
1459
+ ) => any;
1460
+ export declare const RegisterWorkflowTypeInputFilterSensitiveLog: (
1461
+ obj: RegisterWorkflowTypeInput
1462
+ ) => any;
1463
+ export declare const RequestCancelWorkflowExecutionInputFilterSensitiveLog: (
1464
+ obj: RequestCancelWorkflowExecutionInput
1465
+ ) => any;
1466
+ export declare const RespondActivityTaskCanceledInputFilterSensitiveLog: (
1467
+ obj: RespondActivityTaskCanceledInput
1468
+ ) => any;
1469
+ export declare const RespondActivityTaskCompletedInputFilterSensitiveLog: (
1470
+ obj: RespondActivityTaskCompletedInput
1471
+ ) => any;
1472
+ export declare const RespondActivityTaskFailedInputFilterSensitiveLog: (
1473
+ obj: RespondActivityTaskFailedInput
1474
+ ) => any;
1475
+ export declare const RespondDecisionTaskCompletedInputFilterSensitiveLog: (
1476
+ obj: RespondDecisionTaskCompletedInput
1477
+ ) => any;
1478
+ export declare const RunFilterSensitiveLog: (obj: Run) => any;
1479
+ export declare const SignalWorkflowExecutionInputFilterSensitiveLog: (
1480
+ obj: SignalWorkflowExecutionInput
1481
+ ) => any;
1482
+ export declare const StartWorkflowExecutionInputFilterSensitiveLog: (
1483
+ obj: StartWorkflowExecutionInput
1484
+ ) => any;
1485
+ export declare const TagResourceInputFilterSensitiveLog: (
1486
+ obj: TagResourceInput
1487
+ ) => any;
1488
+ export declare const TerminateWorkflowExecutionInputFilterSensitiveLog: (
1489
+ obj: TerminateWorkflowExecutionInput
1490
+ ) => any;
1491
+ export declare const UndeprecateActivityTypeInputFilterSensitiveLog: (
1492
+ obj: UndeprecateActivityTypeInput
1493
+ ) => any;
1494
+ export declare const UndeprecateDomainInputFilterSensitiveLog: (
1495
+ obj: UndeprecateDomainInput
1496
+ ) => any;
1497
+ export declare const UndeprecateWorkflowTypeInputFilterSensitiveLog: (
1498
+ obj: UndeprecateWorkflowTypeInput
1499
+ ) => any;
1500
+ export declare const UntagResourceInputFilterSensitiveLog: (
1501
+ obj: UntagResourceInput
1502
+ ) => any;