@aws-sdk/client-swf 3.131.0 → 3.137.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 (80) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/CountClosedWorkflowExecutionsCommand.js +2 -2
  3. package/dist-cjs/commands/CountOpenWorkflowExecutionsCommand.js +2 -2
  4. package/dist-cjs/commands/CountPendingActivityTasksCommand.js +2 -2
  5. package/dist-cjs/commands/CountPendingDecisionTasksCommand.js +2 -2
  6. package/dist-cjs/commands/DeprecateActivityTypeCommand.js +1 -1
  7. package/dist-cjs/commands/DeprecateDomainCommand.js +1 -1
  8. package/dist-cjs/commands/DeprecateWorkflowTypeCommand.js +1 -1
  9. package/dist-cjs/commands/DescribeActivityTypeCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeDomainCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeWorkflowExecutionCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeWorkflowTypeCommand.js +2 -2
  13. package/dist-cjs/commands/GetWorkflowExecutionHistoryCommand.js +2 -2
  14. package/dist-cjs/commands/ListActivityTypesCommand.js +2 -2
  15. package/dist-cjs/commands/ListClosedWorkflowExecutionsCommand.js +2 -2
  16. package/dist-cjs/commands/ListDomainsCommand.js +2 -2
  17. package/dist-cjs/commands/ListOpenWorkflowExecutionsCommand.js +2 -2
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  19. package/dist-cjs/commands/ListWorkflowTypesCommand.js +2 -2
  20. package/dist-cjs/commands/PollForActivityTaskCommand.js +2 -2
  21. package/dist-cjs/commands/PollForDecisionTaskCommand.js +2 -2
  22. package/dist-cjs/commands/RecordActivityTaskHeartbeatCommand.js +2 -2
  23. package/dist-cjs/commands/RegisterActivityTypeCommand.js +1 -1
  24. package/dist-cjs/commands/RegisterDomainCommand.js +1 -1
  25. package/dist-cjs/commands/RegisterWorkflowTypeCommand.js +1 -1
  26. package/dist-cjs/commands/RequestCancelWorkflowExecutionCommand.js +1 -1
  27. package/dist-cjs/commands/RespondActivityTaskCanceledCommand.js +1 -1
  28. package/dist-cjs/commands/RespondActivityTaskCompletedCommand.js +1 -1
  29. package/dist-cjs/commands/RespondActivityTaskFailedCommand.js +1 -1
  30. package/dist-cjs/commands/RespondDecisionTaskCompletedCommand.js +1 -1
  31. package/dist-cjs/commands/SignalWorkflowExecutionCommand.js +1 -1
  32. package/dist-cjs/commands/StartWorkflowExecutionCommand.js +2 -2
  33. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  34. package/dist-cjs/commands/TerminateWorkflowExecutionCommand.js +1 -1
  35. package/dist-cjs/commands/UndeprecateActivityTypeCommand.js +1 -1
  36. package/dist-cjs/commands/UndeprecateDomainCommand.js +1 -1
  37. package/dist-cjs/commands/UndeprecateWorkflowTypeCommand.js +1 -1
  38. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  39. package/dist-cjs/models/models_0.js +568 -850
  40. package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +3 -3
  41. package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +3 -3
  42. package/dist-es/commands/CountPendingActivityTasksCommand.js +3 -3
  43. package/dist-es/commands/CountPendingDecisionTasksCommand.js +3 -3
  44. package/dist-es/commands/DeprecateActivityTypeCommand.js +2 -2
  45. package/dist-es/commands/DeprecateDomainCommand.js +2 -2
  46. package/dist-es/commands/DeprecateWorkflowTypeCommand.js +2 -2
  47. package/dist-es/commands/DescribeActivityTypeCommand.js +3 -3
  48. package/dist-es/commands/DescribeDomainCommand.js +3 -3
  49. package/dist-es/commands/DescribeWorkflowExecutionCommand.js +3 -3
  50. package/dist-es/commands/DescribeWorkflowTypeCommand.js +3 -3
  51. package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +3 -3
  52. package/dist-es/commands/ListActivityTypesCommand.js +3 -3
  53. package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +3 -3
  54. package/dist-es/commands/ListDomainsCommand.js +3 -3
  55. package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +3 -3
  56. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  57. package/dist-es/commands/ListWorkflowTypesCommand.js +3 -3
  58. package/dist-es/commands/PollForActivityTaskCommand.js +3 -3
  59. package/dist-es/commands/PollForDecisionTaskCommand.js +3 -3
  60. package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +3 -3
  61. package/dist-es/commands/RegisterActivityTypeCommand.js +2 -2
  62. package/dist-es/commands/RegisterDomainCommand.js +2 -2
  63. package/dist-es/commands/RegisterWorkflowTypeCommand.js +2 -2
  64. package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +2 -2
  65. package/dist-es/commands/RespondActivityTaskCanceledCommand.js +2 -2
  66. package/dist-es/commands/RespondActivityTaskCompletedCommand.js +2 -2
  67. package/dist-es/commands/RespondActivityTaskFailedCommand.js +2 -2
  68. package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +2 -2
  69. package/dist-es/commands/SignalWorkflowExecutionCommand.js +2 -2
  70. package/dist-es/commands/StartWorkflowExecutionCommand.js +3 -3
  71. package/dist-es/commands/TagResourceCommand.js +2 -2
  72. package/dist-es/commands/TerminateWorkflowExecutionCommand.js +2 -2
  73. package/dist-es/commands/UndeprecateActivityTypeCommand.js +2 -2
  74. package/dist-es/commands/UndeprecateDomainCommand.js +2 -2
  75. package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +2 -2
  76. package/dist-es/commands/UntagResourceCommand.js +2 -2
  77. package/dist-es/models/models_0.js +141 -564
  78. package/dist-types/models/models_0.d.ts +564 -846
  79. package/dist-types/ts3.4/models/models_0.d.ts +282 -564
  80. package/package.json +6 -6
@@ -19,12 +19,6 @@ export interface ActivityType {
19
19
  */
20
20
  version: string | undefined;
21
21
  }
22
- export declare namespace ActivityType {
23
- /**
24
- * @internal
25
- */
26
- const filterSensitiveLog: (obj: ActivityType) => any;
27
- }
28
22
  /**
29
23
  * <p>Represents a workflow execution.</p>
30
24
  */
@@ -38,12 +32,6 @@ export interface WorkflowExecution {
38
32
  */
39
33
  runId: string | undefined;
40
34
  }
41
- export declare namespace WorkflowExecution {
42
- /**
43
- * @internal
44
- */
45
- const filterSensitiveLog: (obj: WorkflowExecution) => any;
46
- }
47
35
  /**
48
36
  * <p>Unit of work sent to an activity worker.</p>
49
37
  */
@@ -73,12 +61,6 @@ export interface ActivityTask {
73
61
  */
74
62
  input?: string;
75
63
  }
76
- export declare namespace ActivityTask {
77
- /**
78
- * @internal
79
- */
80
- const filterSensitiveLog: (obj: ActivityTask) => any;
81
- }
82
64
  /**
83
65
  * <p>Provides the details of the <code>ActivityTaskCanceled</code> event.</p>
84
66
  */
@@ -102,12 +84,6 @@ export interface ActivityTaskCanceledEventAttributes {
102
84
  */
103
85
  latestCancelRequestedEventId?: number;
104
86
  }
105
- export declare namespace ActivityTaskCanceledEventAttributes {
106
- /**
107
- * @internal
108
- */
109
- const filterSensitiveLog: (obj: ActivityTaskCanceledEventAttributes) => any;
110
- }
111
87
  /**
112
88
  * <p>Provides the details of the <code>ActivityTaskCancelRequested</code> event.</p>
113
89
  */
@@ -122,12 +98,6 @@ export interface ActivityTaskCancelRequestedEventAttributes {
122
98
  */
123
99
  activityId: string | undefined;
124
100
  }
125
- export declare namespace ActivityTaskCancelRequestedEventAttributes {
126
- /**
127
- * @internal
128
- */
129
- const filterSensitiveLog: (obj: ActivityTaskCancelRequestedEventAttributes) => any;
130
- }
131
101
  /**
132
102
  * <p>Provides the details of the <code>ActivityTaskCompleted</code> event.</p>
133
103
  */
@@ -147,12 +117,6 @@ export interface ActivityTaskCompletedEventAttributes {
147
117
  */
148
118
  startedEventId: number | undefined;
149
119
  }
150
- export declare namespace ActivityTaskCompletedEventAttributes {
151
- /**
152
- * @internal
153
- */
154
- const filterSensitiveLog: (obj: ActivityTaskCompletedEventAttributes) => any;
155
- }
156
120
  /**
157
121
  * <p>Provides the details of the <code>ActivityTaskFailed</code> event.</p>
158
122
  */
@@ -176,12 +140,6 @@ export interface ActivityTaskFailedEventAttributes {
176
140
  */
177
141
  startedEventId: number | undefined;
178
142
  }
179
- export declare namespace ActivityTaskFailedEventAttributes {
180
- /**
181
- * @internal
182
- */
183
- const filterSensitiveLog: (obj: ActivityTaskFailedEventAttributes) => any;
184
- }
185
143
  /**
186
144
  * <p>Represents a task list.</p>
187
145
  */
@@ -191,12 +149,6 @@ export interface TaskList {
191
149
  */
192
150
  name: string | undefined;
193
151
  }
194
- export declare namespace TaskList {
195
- /**
196
- * @internal
197
- */
198
- const filterSensitiveLog: (obj: TaskList) => any;
199
- }
200
152
  /**
201
153
  * <p>Provides the details of the <code>ActivityTaskScheduled</code> event.</p>
202
154
  */
@@ -253,12 +205,6 @@ export interface ActivityTaskScheduledEventAttributes {
253
205
  */
254
206
  heartbeatTimeout?: string;
255
207
  }
256
- export declare namespace ActivityTaskScheduledEventAttributes {
257
- /**
258
- * @internal
259
- */
260
- const filterSensitiveLog: (obj: ActivityTaskScheduledEventAttributes) => any;
261
- }
262
208
  /**
263
209
  * <p>Provides the details of the <code>ActivityTaskStarted</code> event.</p>
264
210
  */
@@ -272,12 +218,6 @@ export interface ActivityTaskStartedEventAttributes {
272
218
  */
273
219
  scheduledEventId: number | undefined;
274
220
  }
275
- export declare namespace ActivityTaskStartedEventAttributes {
276
- /**
277
- * @internal
278
- */
279
- const filterSensitiveLog: (obj: ActivityTaskStartedEventAttributes) => any;
280
- }
281
221
  /**
282
222
  * <p>Status information about an activity task.</p>
283
223
  */
@@ -287,12 +227,6 @@ export interface ActivityTaskStatus {
287
227
  */
288
228
  cancelRequested: boolean | undefined;
289
229
  }
290
- export declare namespace ActivityTaskStatus {
291
- /**
292
- * @internal
293
- */
294
- const filterSensitiveLog: (obj: ActivityTaskStatus) => any;
295
- }
296
230
  export declare type ActivityTaskTimeoutType = "HEARTBEAT" | "SCHEDULE_TO_CLOSE" | "SCHEDULE_TO_START" | "START_TO_CLOSE";
297
231
  /**
298
232
  * <p>Provides the details of the <code>ActivityTaskTimedOut</code> event.</p>
@@ -318,12 +252,6 @@ export interface ActivityTaskTimedOutEventAttributes {
318
252
  */
319
253
  details?: string;
320
254
  }
321
- export declare namespace ActivityTaskTimedOutEventAttributes {
322
- /**
323
- * @internal
324
- */
325
- const filterSensitiveLog: (obj: ActivityTaskTimedOutEventAttributes) => any;
326
- }
327
255
  /**
328
256
  * <p>Configuration settings registered with the activity type.</p>
329
257
  */
@@ -386,12 +314,6 @@ export interface ActivityTypeConfiguration {
386
314
  */
387
315
  defaultTaskScheduleToCloseTimeout?: string;
388
316
  }
389
- export declare namespace ActivityTypeConfiguration {
390
- /**
391
- * @internal
392
- */
393
- const filterSensitiveLog: (obj: ActivityTypeConfiguration) => any;
394
- }
395
317
  export declare type RegistrationStatus = "DEPRECATED" | "REGISTERED";
396
318
  /**
397
319
  * <p>Detailed information about an activity type.</p>
@@ -418,12 +340,6 @@ export interface ActivityTypeInfo {
418
340
  */
419
341
  deprecationDate?: Date;
420
342
  }
421
- export declare namespace ActivityTypeInfo {
422
- /**
423
- * @internal
424
- */
425
- const filterSensitiveLog: (obj: ActivityTypeInfo) => any;
426
- }
427
343
  /**
428
344
  * <p>Detailed information about an activity type.</p>
429
345
  */
@@ -453,12 +369,6 @@ export interface ActivityTypeDetail {
453
369
  */
454
370
  configuration: ActivityTypeConfiguration | undefined;
455
371
  }
456
- export declare namespace ActivityTypeDetail {
457
- /**
458
- * @internal
459
- */
460
- const filterSensitiveLog: (obj: ActivityTypeDetail) => any;
461
- }
462
372
  /**
463
373
  * <p>Contains a paginated list of activity type information structures.</p>
464
374
  */
@@ -475,12 +385,6 @@ export interface ActivityTypeInfos {
475
385
  */
476
386
  nextPageToken?: string;
477
387
  }
478
- export declare namespace ActivityTypeInfos {
479
- /**
480
- * @internal
481
- */
482
- const filterSensitiveLog: (obj: ActivityTypeInfos) => any;
483
- }
484
388
  /**
485
389
  * <p>Provides the details of the <code>CancelTimer</code> decision.</p>
486
390
  * <p>
@@ -511,12 +415,6 @@ export interface CancelTimerDecisionAttributes {
511
415
  */
512
416
  timerId: string | undefined;
513
417
  }
514
- export declare namespace CancelTimerDecisionAttributes {
515
- /**
516
- * @internal
517
- */
518
- const filterSensitiveLog: (obj: CancelTimerDecisionAttributes) => any;
519
- }
520
418
  export declare type CancelTimerFailedCause = "OPERATION_NOT_PERMITTED" | "TIMER_ID_UNKNOWN";
521
419
  /**
522
420
  * <p>Provides the details of the <code>CancelTimerFailed</code> event.</p>
@@ -540,12 +438,6 @@ export interface CancelTimerFailedEventAttributes {
540
438
  */
541
439
  decisionTaskCompletedEventId: number | undefined;
542
440
  }
543
- export declare namespace CancelTimerFailedEventAttributes {
544
- /**
545
- * @internal
546
- */
547
- const filterSensitiveLog: (obj: CancelTimerFailedEventAttributes) => any;
548
- }
549
441
  /**
550
442
  * <p>Provides the details of the <code>CancelWorkflowExecution</code> decision.</p>
551
443
  * <p>
@@ -576,12 +468,6 @@ export interface CancelWorkflowExecutionDecisionAttributes {
576
468
  */
577
469
  details?: string;
578
470
  }
579
- export declare namespace CancelWorkflowExecutionDecisionAttributes {
580
- /**
581
- * @internal
582
- */
583
- const filterSensitiveLog: (obj: CancelWorkflowExecutionDecisionAttributes) => any;
584
- }
585
471
  export declare type CancelWorkflowExecutionFailedCause = "OPERATION_NOT_PERMITTED" | "UNHANDLED_DECISION";
586
472
  /**
587
473
  * <p>Provides the details of the <code>CancelWorkflowExecutionFailed</code> event.</p>
@@ -601,12 +487,6 @@ export interface CancelWorkflowExecutionFailedEventAttributes {
601
487
  */
602
488
  decisionTaskCompletedEventId: number | undefined;
603
489
  }
604
- export declare namespace CancelWorkflowExecutionFailedEventAttributes {
605
- /**
606
- * @internal
607
- */
608
- const filterSensitiveLog: (obj: CancelWorkflowExecutionFailedEventAttributes) => any;
609
- }
610
490
  export declare type ChildPolicy = "ABANDON" | "REQUEST_CANCEL" | "TERMINATE";
611
491
  /**
612
492
  * <p>Represents a workflow type.</p>
@@ -629,12 +509,6 @@ export interface WorkflowType {
629
509
  */
630
510
  version: string | undefined;
631
511
  }
632
- export declare namespace WorkflowType {
633
- /**
634
- * @internal
635
- */
636
- const filterSensitiveLog: (obj: WorkflowType) => any;
637
- }
638
512
  /**
639
513
  * <p>Provide details of the <code>ChildWorkflowExecutionCanceled</code> event.</p>
640
514
  */
@@ -666,12 +540,6 @@ export interface ChildWorkflowExecutionCanceledEventAttributes {
666
540
  */
667
541
  startedEventId: number | undefined;
668
542
  }
669
- export declare namespace ChildWorkflowExecutionCanceledEventAttributes {
670
- /**
671
- * @internal
672
- */
673
- const filterSensitiveLog: (obj: ChildWorkflowExecutionCanceledEventAttributes) => any;
674
- }
675
543
  /**
676
544
  * <p>Provides the details of the <code>ChildWorkflowExecutionCompleted</code> event.</p>
677
545
  */
@@ -700,12 +568,6 @@ export interface ChildWorkflowExecutionCompletedEventAttributes {
700
568
  */
701
569
  startedEventId: number | undefined;
702
570
  }
703
- export declare namespace ChildWorkflowExecutionCompletedEventAttributes {
704
- /**
705
- * @internal
706
- */
707
- const filterSensitiveLog: (obj: ChildWorkflowExecutionCompletedEventAttributes) => any;
708
- }
709
571
  /**
710
572
  * <p>Provides the details of the <code>ChildWorkflowExecutionFailed</code> event.</p>
711
573
  */
@@ -741,12 +603,6 @@ export interface ChildWorkflowExecutionFailedEventAttributes {
741
603
  */
742
604
  startedEventId: number | undefined;
743
605
  }
744
- export declare namespace ChildWorkflowExecutionFailedEventAttributes {
745
- /**
746
- * @internal
747
- */
748
- const filterSensitiveLog: (obj: ChildWorkflowExecutionFailedEventAttributes) => any;
749
- }
750
606
  /**
751
607
  * <p>Provides the details of the <code>ChildWorkflowExecutionStarted</code> event.</p>
752
608
  */
@@ -768,12 +624,6 @@ export interface ChildWorkflowExecutionStartedEventAttributes {
768
624
  */
769
625
  initiatedEventId: number | undefined;
770
626
  }
771
- export declare namespace ChildWorkflowExecutionStartedEventAttributes {
772
- /**
773
- * @internal
774
- */
775
- const filterSensitiveLog: (obj: ChildWorkflowExecutionStartedEventAttributes) => any;
776
- }
777
627
  /**
778
628
  * <p>Provides the details of the <code>ChildWorkflowExecutionTerminated</code> event.</p>
779
629
  */
@@ -801,12 +651,6 @@ export interface ChildWorkflowExecutionTerminatedEventAttributes {
801
651
  */
802
652
  startedEventId: number | undefined;
803
653
  }
804
- export declare namespace ChildWorkflowExecutionTerminatedEventAttributes {
805
- /**
806
- * @internal
807
- */
808
- const filterSensitiveLog: (obj: ChildWorkflowExecutionTerminatedEventAttributes) => any;
809
- }
810
654
  export declare type WorkflowExecutionTimeoutType = "START_TO_CLOSE";
811
655
  /**
812
656
  * <p>Provides the details of the <code>ChildWorkflowExecutionTimedOut</code> event.</p>
@@ -838,12 +682,6 @@ export interface ChildWorkflowExecutionTimedOutEventAttributes {
838
682
  */
839
683
  startedEventId: number | undefined;
840
684
  }
841
- export declare namespace ChildWorkflowExecutionTimedOutEventAttributes {
842
- /**
843
- * @internal
844
- */
845
- const filterSensitiveLog: (obj: ChildWorkflowExecutionTimedOutEventAttributes) => any;
846
- }
847
685
  export declare type CloseStatus = "CANCELED" | "COMPLETED" | "CONTINUED_AS_NEW" | "FAILED" | "TERMINATED" | "TIMED_OUT";
848
686
  /**
849
687
  * <p>Used to filter the closed workflow executions in visibility APIs by their close status.</p>
@@ -856,12 +694,6 @@ export interface CloseStatusFilter {
856
694
  */
857
695
  status: CloseStatus | string | undefined;
858
696
  }
859
- export declare namespace CloseStatusFilter {
860
- /**
861
- * @internal
862
- */
863
- const filterSensitiveLog: (obj: CloseStatusFilter) => any;
864
- }
865
697
  /**
866
698
  * <p>Provides the details of the <code>CompleteWorkflowExecution</code> decision.</p>
867
699
  * <p>
@@ -891,12 +723,6 @@ export interface CompleteWorkflowExecutionDecisionAttributes {
891
723
  */
892
724
  result?: string;
893
725
  }
894
- export declare namespace CompleteWorkflowExecutionDecisionAttributes {
895
- /**
896
- * @internal
897
- */
898
- const filterSensitiveLog: (obj: CompleteWorkflowExecutionDecisionAttributes) => any;
899
- }
900
726
  export declare type CompleteWorkflowExecutionFailedCause = "OPERATION_NOT_PERMITTED" | "UNHANDLED_DECISION";
901
727
  /**
902
728
  * <p>Provides the details of the <code>CompleteWorkflowExecutionFailed</code> event.</p>
@@ -918,12 +744,6 @@ export interface CompleteWorkflowExecutionFailedEventAttributes {
918
744
  */
919
745
  decisionTaskCompletedEventId: number | undefined;
920
746
  }
921
- export declare namespace CompleteWorkflowExecutionFailedEventAttributes {
922
- /**
923
- * @internal
924
- */
925
- const filterSensitiveLog: (obj: CompleteWorkflowExecutionFailedEventAttributes) => any;
926
- }
927
747
  /**
928
748
  * <p>Provides the details of the <code>ContinueAsNewWorkflowExecution</code> decision.</p>
929
749
  * <p>
@@ -1042,12 +862,6 @@ export interface ContinueAsNewWorkflowExecutionDecisionAttributes {
1042
862
  */
1043
863
  lambdaRole?: string;
1044
864
  }
1045
- export declare namespace ContinueAsNewWorkflowExecutionDecisionAttributes {
1046
- /**
1047
- * @internal
1048
- */
1049
- const filterSensitiveLog: (obj: ContinueAsNewWorkflowExecutionDecisionAttributes) => any;
1050
- }
1051
865
  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";
1052
866
  /**
1053
867
  * <p>Provides the details of the <code>ContinueAsNewWorkflowExecutionFailed</code> event.</p>
@@ -1069,12 +883,6 @@ export interface ContinueAsNewWorkflowExecutionFailedEventAttributes {
1069
883
  */
1070
884
  decisionTaskCompletedEventId: number | undefined;
1071
885
  }
1072
- export declare namespace ContinueAsNewWorkflowExecutionFailedEventAttributes {
1073
- /**
1074
- * @internal
1075
- */
1076
- const filterSensitiveLog: (obj: ContinueAsNewWorkflowExecutionFailedEventAttributes) => any;
1077
- }
1078
886
  /**
1079
887
  * <p>Used to filter the workflow executions in visibility APIs by various time-based rules. Each parameter, if
1080
888
  * specified, defines a rule that must be satisfied by each returned query result. The parameter values are in the <a href="https://en.wikipedia.org/wiki/Unix_time">Unix Time format</a>. For example:
@@ -1091,12 +899,6 @@ export interface ExecutionTimeFilter {
1091
899
  */
1092
900
  latestDate?: Date;
1093
901
  }
1094
- export declare namespace ExecutionTimeFilter {
1095
- /**
1096
- * @internal
1097
- */
1098
- const filterSensitiveLog: (obj: ExecutionTimeFilter) => any;
1099
- }
1100
902
  /**
1101
903
  * <p>Used to filter the workflow executions in visibility APIs by their <code>workflowId</code>.</p>
1102
904
  */
@@ -1106,12 +908,6 @@ export interface WorkflowExecutionFilter {
1106
908
  */
1107
909
  workflowId: string | undefined;
1108
910
  }
1109
- export declare namespace WorkflowExecutionFilter {
1110
- /**
1111
- * @internal
1112
- */
1113
- const filterSensitiveLog: (obj: WorkflowExecutionFilter) => any;
1114
- }
1115
911
  /**
1116
912
  * <p>Used to filter the workflow executions in visibility APIs based on a tag.</p>
1117
913
  */
@@ -1124,12 +920,6 @@ export interface TagFilter {
1124
920
  */
1125
921
  tag: string | undefined;
1126
922
  }
1127
- export declare namespace TagFilter {
1128
- /**
1129
- * @internal
1130
- */
1131
- const filterSensitiveLog: (obj: TagFilter) => any;
1132
- }
1133
923
  /**
1134
924
  * <p>Used to filter workflow execution query results by type. Each parameter, if specified, defines a rule that must be satisfied by each returned result.</p>
1135
925
  */
@@ -1144,12 +934,6 @@ export interface WorkflowTypeFilter {
1144
934
  */
1145
935
  version?: string;
1146
936
  }
1147
- export declare namespace WorkflowTypeFilter {
1148
- /**
1149
- * @internal
1150
- */
1151
- const filterSensitiveLog: (obj: WorkflowTypeFilter) => any;
1152
- }
1153
937
  export interface CountClosedWorkflowExecutionsInput {
1154
938
  /**
1155
939
  * <p>The name of the domain containing the workflow executions to count.</p>
@@ -1220,12 +1004,6 @@ export interface CountClosedWorkflowExecutionsInput {
1220
1004
  */
1221
1005
  closeStatusFilter?: CloseStatusFilter;
1222
1006
  }
1223
- export declare namespace CountClosedWorkflowExecutionsInput {
1224
- /**
1225
- * @internal
1226
- */
1227
- const filterSensitiveLog: (obj: CountClosedWorkflowExecutionsInput) => any;
1228
- }
1229
1007
  /**
1230
1008
  * <p>Returned when the caller doesn't have sufficient permissions to invoke the action.</p>
1231
1009
  */
@@ -1263,12 +1041,6 @@ export interface WorkflowExecutionCount {
1263
1041
  */
1264
1042
  truncated?: boolean;
1265
1043
  }
1266
- export declare namespace WorkflowExecutionCount {
1267
- /**
1268
- * @internal
1269
- */
1270
- const filterSensitiveLog: (obj: WorkflowExecutionCount) => any;
1271
- }
1272
1044
  export interface CountOpenWorkflowExecutionsInput {
1273
1045
  /**
1274
1046
  * <p>The name of the domain containing the workflow executions to count.</p>
@@ -1309,12 +1081,6 @@ export interface CountOpenWorkflowExecutionsInput {
1309
1081
  */
1310
1082
  executionFilter?: WorkflowExecutionFilter;
1311
1083
  }
1312
- export declare namespace CountOpenWorkflowExecutionsInput {
1313
- /**
1314
- * @internal
1315
- */
1316
- const filterSensitiveLog: (obj: CountOpenWorkflowExecutionsInput) => any;
1317
- }
1318
1084
  export interface CountPendingActivityTasksInput {
1319
1085
  /**
1320
1086
  * <p>The name of the domain that contains the task list.</p>
@@ -1325,12 +1091,6 @@ export interface CountPendingActivityTasksInput {
1325
1091
  */
1326
1092
  taskList: TaskList | undefined;
1327
1093
  }
1328
- export declare namespace CountPendingActivityTasksInput {
1329
- /**
1330
- * @internal
1331
- */
1332
- const filterSensitiveLog: (obj: CountPendingActivityTasksInput) => any;
1333
- }
1334
1094
  /**
1335
1095
  * <p>Contains the count of tasks in a task list.</p>
1336
1096
  */
@@ -1344,12 +1104,6 @@ export interface PendingTaskCount {
1344
1104
  */
1345
1105
  truncated?: boolean;
1346
1106
  }
1347
- export declare namespace PendingTaskCount {
1348
- /**
1349
- * @internal
1350
- */
1351
- const filterSensitiveLog: (obj: PendingTaskCount) => any;
1352
- }
1353
1107
  export interface CountPendingDecisionTasksInput {
1354
1108
  /**
1355
1109
  * <p>The name of the domain that contains the task list.</p>
@@ -1360,12 +1114,6 @@ export interface CountPendingDecisionTasksInput {
1360
1114
  */
1361
1115
  taskList: TaskList | undefined;
1362
1116
  }
1363
- export declare namespace CountPendingDecisionTasksInput {
1364
- /**
1365
- * @internal
1366
- */
1367
- const filterSensitiveLog: (obj: CountPendingDecisionTasksInput) => any;
1368
- }
1369
1117
  export declare type DecisionType = "CancelTimer" | "CancelWorkflowExecution" | "CompleteWorkflowExecution" | "ContinueAsNewWorkflowExecution" | "FailWorkflowExecution" | "RecordMarker" | "RequestCancelActivityTask" | "RequestCancelExternalWorkflowExecution" | "ScheduleActivityTask" | "ScheduleLambdaFunction" | "SignalExternalWorkflowExecution" | "StartChildWorkflowExecution" | "StartTimer";
1370
1118
  /**
1371
1119
  * <p>Provides the details of the <code>FailWorkflowExecution</code> decision.</p>
@@ -1402,12 +1150,6 @@ export interface FailWorkflowExecutionDecisionAttributes {
1402
1150
  */
1403
1151
  details?: string;
1404
1152
  }
1405
- export declare namespace FailWorkflowExecutionDecisionAttributes {
1406
- /**
1407
- * @internal
1408
- */
1409
- const filterSensitiveLog: (obj: FailWorkflowExecutionDecisionAttributes) => any;
1410
- }
1411
1153
  /**
1412
1154
  * <p>Provides the details of the <code>RecordMarker</code> decision.</p>
1413
1155
  * <p>
@@ -1443,12 +1185,6 @@ export interface RecordMarkerDecisionAttributes {
1443
1185
  */
1444
1186
  details?: string;
1445
1187
  }
1446
- export declare namespace RecordMarkerDecisionAttributes {
1447
- /**
1448
- * @internal
1449
- */
1450
- const filterSensitiveLog: (obj: RecordMarkerDecisionAttributes) => any;
1451
- }
1452
1188
  /**
1453
1189
  * <p>Provides the details of the <code>RequestCancelActivityTask</code> decision.</p>
1454
1190
  * <p>
@@ -1479,12 +1215,6 @@ export interface RequestCancelActivityTaskDecisionAttributes {
1479
1215
  */
1480
1216
  activityId: string | undefined;
1481
1217
  }
1482
- export declare namespace RequestCancelActivityTaskDecisionAttributes {
1483
- /**
1484
- * @internal
1485
- */
1486
- const filterSensitiveLog: (obj: RequestCancelActivityTaskDecisionAttributes) => any;
1487
- }
1488
1218
  /**
1489
1219
  * <p>Provides the details of the <code>RequestCancelExternalWorkflowExecution</code> decision.</p>
1490
1220
  * <p>
@@ -1523,12 +1253,6 @@ export interface RequestCancelExternalWorkflowExecutionDecisionAttributes {
1523
1253
  */
1524
1254
  control?: string;
1525
1255
  }
1526
- export declare namespace RequestCancelExternalWorkflowExecutionDecisionAttributes {
1527
- /**
1528
- * @internal
1529
- */
1530
- const filterSensitiveLog: (obj: RequestCancelExternalWorkflowExecutionDecisionAttributes) => any;
1531
- }
1532
1256
  /**
1533
1257
  * <p>Provides the details of the <code>ScheduleActivityTask</code> decision.</p>
1534
1258
  * <p>
@@ -1646,12 +1370,6 @@ export interface ScheduleActivityTaskDecisionAttributes {
1646
1370
  */
1647
1371
  heartbeatTimeout?: string;
1648
1372
  }
1649
- export declare namespace ScheduleActivityTaskDecisionAttributes {
1650
- /**
1651
- * @internal
1652
- */
1653
- const filterSensitiveLog: (obj: ScheduleActivityTaskDecisionAttributes) => any;
1654
- }
1655
1373
  /**
1656
1374
  * <p>Decision attributes specified in <code>scheduleLambdaFunctionDecisionAttributes</code> within the list of
1657
1375
  * decisions <code>decisions</code> passed to <a>RespondDecisionTaskCompleted</a>.</p>
@@ -1679,12 +1397,6 @@ export interface ScheduleLambdaFunctionDecisionAttributes {
1679
1397
  */
1680
1398
  startToCloseTimeout?: string;
1681
1399
  }
1682
- export declare namespace ScheduleLambdaFunctionDecisionAttributes {
1683
- /**
1684
- * @internal
1685
- */
1686
- const filterSensitiveLog: (obj: ScheduleLambdaFunctionDecisionAttributes) => any;
1687
- }
1688
1400
  /**
1689
1401
  * <p>Provides the details of the <code>SignalExternalWorkflowExecution</code> decision.</p>
1690
1402
  * <p>
@@ -1735,12 +1447,6 @@ export interface SignalExternalWorkflowExecutionDecisionAttributes {
1735
1447
  */
1736
1448
  control?: string;
1737
1449
  }
1738
- export declare namespace SignalExternalWorkflowExecutionDecisionAttributes {
1739
- /**
1740
- * @internal
1741
- */
1742
- const filterSensitiveLog: (obj: SignalExternalWorkflowExecutionDecisionAttributes) => any;
1743
- }
1744
1450
  /**
1745
1451
  * <p>Provides the details of the <code>StartChildWorkflowExecution</code> decision.</p>
1746
1452
  * <p>
@@ -1880,12 +1586,6 @@ export interface StartChildWorkflowExecutionDecisionAttributes {
1880
1586
  */
1881
1587
  lambdaRole?: string;
1882
1588
  }
1883
- export declare namespace StartChildWorkflowExecutionDecisionAttributes {
1884
- /**
1885
- * @internal
1886
- */
1887
- const filterSensitiveLog: (obj: StartChildWorkflowExecutionDecisionAttributes) => any;
1888
- }
1889
1589
  /**
1890
1590
  * <p>Provides the details of the <code>StartTimer</code> decision.</p>
1891
1591
  * <p>
@@ -1928,12 +1628,6 @@ export interface StartTimerDecisionAttributes {
1928
1628
  */
1929
1629
  startToFireTimeout: string | undefined;
1930
1630
  }
1931
- export declare namespace StartTimerDecisionAttributes {
1932
- /**
1933
- * @internal
1934
- */
1935
- const filterSensitiveLog: (obj: StartTimerDecisionAttributes) => any;
1936
- }
1937
1631
  /**
1938
1632
  * <p>Specifies a decision made by the decider. A decision can be one of these types:</p>
1939
1633
  * <ul>
@@ -2270,12 +1964,6 @@ export interface Decision {
2270
1964
  */
2271
1965
  scheduleLambdaFunctionDecisionAttributes?: ScheduleLambdaFunctionDecisionAttributes;
2272
1966
  }
2273
- export declare namespace Decision {
2274
- /**
2275
- * @internal
2276
- */
2277
- const filterSensitiveLog: (obj: Decision) => any;
2278
- }
2279
1967
  /**
2280
1968
  * <p>Provides the details of the <code>DecisionTaskCompleted</code> event.</p>
2281
1969
  */
@@ -2297,12 +1985,6 @@ export interface DecisionTaskCompletedEventAttributes {
2297
1985
  */
2298
1986
  startedEventId: number | undefined;
2299
1987
  }
2300
- export declare namespace DecisionTaskCompletedEventAttributes {
2301
- /**
2302
- * @internal
2303
- */
2304
- const filterSensitiveLog: (obj: DecisionTaskCompletedEventAttributes) => any;
2305
- }
2306
1988
  /**
2307
1989
  * <p>Provides details about the <code>DecisionTaskScheduled</code> event.</p>
2308
1990
  */
@@ -2325,12 +2007,6 @@ export interface DecisionTaskScheduledEventAttributes {
2325
2007
  */
2326
2008
  startToCloseTimeout?: string;
2327
2009
  }
2328
- export declare namespace DecisionTaskScheduledEventAttributes {
2329
- /**
2330
- * @internal
2331
- */
2332
- const filterSensitiveLog: (obj: DecisionTaskScheduledEventAttributes) => any;
2333
- }
2334
2010
  /**
2335
2011
  * <p>Provides the details of the <code>DecisionTaskStarted</code> event.</p>
2336
2012
  */
@@ -2346,12 +2022,6 @@ export interface DecisionTaskStartedEventAttributes {
2346
2022
  */
2347
2023
  scheduledEventId: number | undefined;
2348
2024
  }
2349
- export declare namespace DecisionTaskStartedEventAttributes {
2350
- /**
2351
- * @internal
2352
- */
2353
- const filterSensitiveLog: (obj: DecisionTaskStartedEventAttributes) => any;
2354
- }
2355
2025
  export declare type DecisionTaskTimeoutType = "START_TO_CLOSE";
2356
2026
  /**
2357
2027
  * <p>Provides the details of the <code>DecisionTaskTimedOut</code> event.</p>
@@ -2374,12 +2044,6 @@ export interface DecisionTaskTimedOutEventAttributes {
2374
2044
  */
2375
2045
  startedEventId: number | undefined;
2376
2046
  }
2377
- export declare namespace DecisionTaskTimedOutEventAttributes {
2378
- /**
2379
- * @internal
2380
- */
2381
- const filterSensitiveLog: (obj: DecisionTaskTimedOutEventAttributes) => any;
2382
- }
2383
2047
  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";
2384
2048
  /**
2385
2049
  * <p>Provides the details of the <code>ExternalWorkflowExecutionCancelRequested</code> event.</p>
@@ -2397,12 +2061,6 @@ export interface ExternalWorkflowExecutionCancelRequestedEventAttributes {
2397
2061
  */
2398
2062
  initiatedEventId: number | undefined;
2399
2063
  }
2400
- export declare namespace ExternalWorkflowExecutionCancelRequestedEventAttributes {
2401
- /**
2402
- * @internal
2403
- */
2404
- const filterSensitiveLog: (obj: ExternalWorkflowExecutionCancelRequestedEventAttributes) => any;
2405
- }
2406
2064
  /**
2407
2065
  * <p>Provides the details of the <code>ExternalWorkflowExecutionSignaled</code> event.</p>
2408
2066
  */
@@ -2418,12 +2076,6 @@ export interface ExternalWorkflowExecutionSignaledEventAttributes {
2418
2076
  */
2419
2077
  initiatedEventId: number | undefined;
2420
2078
  }
2421
- export declare namespace ExternalWorkflowExecutionSignaledEventAttributes {
2422
- /**
2423
- * @internal
2424
- */
2425
- const filterSensitiveLog: (obj: ExternalWorkflowExecutionSignaledEventAttributes) => any;
2426
- }
2427
2079
  export declare type FailWorkflowExecutionFailedCause = "OPERATION_NOT_PERMITTED" | "UNHANDLED_DECISION";
2428
2080
  /**
2429
2081
  * <p>Provides the details of the <code>FailWorkflowExecutionFailed</code> event.</p>
@@ -2445,12 +2097,6 @@ export interface FailWorkflowExecutionFailedEventAttributes {
2445
2097
  */
2446
2098
  decisionTaskCompletedEventId: number | undefined;
2447
2099
  }
2448
- export declare namespace FailWorkflowExecutionFailedEventAttributes {
2449
- /**
2450
- * @internal
2451
- */
2452
- const filterSensitiveLog: (obj: FailWorkflowExecutionFailedEventAttributes) => any;
2453
- }
2454
2100
  /**
2455
2101
  * <p>Provides the details of the <code>LambdaFunctionCompleted</code> event. It isn't set
2456
2102
  * for other event types.</p>
@@ -2471,12 +2117,6 @@ export interface LambdaFunctionCompletedEventAttributes {
2471
2117
  */
2472
2118
  result?: string;
2473
2119
  }
2474
- export declare namespace LambdaFunctionCompletedEventAttributes {
2475
- /**
2476
- * @internal
2477
- */
2478
- const filterSensitiveLog: (obj: LambdaFunctionCompletedEventAttributes) => any;
2479
- }
2480
2120
  /**
2481
2121
  * <p>Provides the details of the <code>LambdaFunctionFailed</code> event. It isn't set for
2482
2122
  * other event types.</p>
@@ -2501,12 +2141,6 @@ export interface LambdaFunctionFailedEventAttributes {
2501
2141
  */
2502
2142
  details?: string;
2503
2143
  }
2504
- export declare namespace LambdaFunctionFailedEventAttributes {
2505
- /**
2506
- * @internal
2507
- */
2508
- const filterSensitiveLog: (obj: LambdaFunctionFailedEventAttributes) => any;
2509
- }
2510
2144
  /**
2511
2145
  * <p>Provides the details of the <code>LambdaFunctionScheduled</code> event. It isn't set
2512
2146
  * for other event types.</p>
@@ -2539,12 +2173,6 @@ export interface LambdaFunctionScheduledEventAttributes {
2539
2173
  */
2540
2174
  decisionTaskCompletedEventId: number | undefined;
2541
2175
  }
2542
- export declare namespace LambdaFunctionScheduledEventAttributes {
2543
- /**
2544
- * @internal
2545
- */
2546
- const filterSensitiveLog: (obj: LambdaFunctionScheduledEventAttributes) => any;
2547
- }
2548
2176
  /**
2549
2177
  * <p>Provides the details of the <code>LambdaFunctionStarted</code> event. It isn't set for
2550
2178
  * other event types.</p>
@@ -2556,12 +2184,6 @@ export interface LambdaFunctionStartedEventAttributes {
2556
2184
  */
2557
2185
  scheduledEventId: number | undefined;
2558
2186
  }
2559
- export declare namespace LambdaFunctionStartedEventAttributes {
2560
- /**
2561
- * @internal
2562
- */
2563
- const filterSensitiveLog: (obj: LambdaFunctionStartedEventAttributes) => any;
2564
- }
2565
2187
  export declare type LambdaFunctionTimeoutType = "START_TO_CLOSE";
2566
2188
  /**
2567
2189
  * <p>Provides details of the <code>LambdaFunctionTimedOut</code> event.</p>
@@ -2582,12 +2204,6 @@ export interface LambdaFunctionTimedOutEventAttributes {
2582
2204
  */
2583
2205
  timeoutType?: LambdaFunctionTimeoutType | string;
2584
2206
  }
2585
- export declare namespace LambdaFunctionTimedOutEventAttributes {
2586
- /**
2587
- * @internal
2588
- */
2589
- const filterSensitiveLog: (obj: LambdaFunctionTimedOutEventAttributes) => any;
2590
- }
2591
2207
  /**
2592
2208
  * <p>Provides the details of the <code>MarkerRecorded</code> event.</p>
2593
2209
  */
@@ -2607,12 +2223,6 @@ export interface MarkerRecordedEventAttributes {
2607
2223
  */
2608
2224
  decisionTaskCompletedEventId: number | undefined;
2609
2225
  }
2610
- export declare namespace MarkerRecordedEventAttributes {
2611
- /**
2612
- * @internal
2613
- */
2614
- const filterSensitiveLog: (obj: MarkerRecordedEventAttributes) => any;
2615
- }
2616
2226
  export declare type RecordMarkerFailedCause = "OPERATION_NOT_PERMITTED";
2617
2227
  /**
2618
2228
  * <p>Provides the details of the <code>RecordMarkerFailed</code> event.</p>
@@ -2638,12 +2248,6 @@ export interface RecordMarkerFailedEventAttributes {
2638
2248
  */
2639
2249
  decisionTaskCompletedEventId: number | undefined;
2640
2250
  }
2641
- export declare namespace RecordMarkerFailedEventAttributes {
2642
- /**
2643
- * @internal
2644
- */
2645
- const filterSensitiveLog: (obj: RecordMarkerFailedEventAttributes) => any;
2646
- }
2647
2251
  export declare type RequestCancelActivityTaskFailedCause = "ACTIVITY_ID_UNKNOWN" | "OPERATION_NOT_PERMITTED";
2648
2252
  /**
2649
2253
  * <p>Provides the details of the <code>RequestCancelActivityTaskFailed</code> event.</p>
@@ -2669,12 +2273,6 @@ export interface RequestCancelActivityTaskFailedEventAttributes {
2669
2273
  */
2670
2274
  decisionTaskCompletedEventId: number | undefined;
2671
2275
  }
2672
- export declare namespace RequestCancelActivityTaskFailedEventAttributes {
2673
- /**
2674
- * @internal
2675
- */
2676
- const filterSensitiveLog: (obj: RequestCancelActivityTaskFailedEventAttributes) => any;
2677
- }
2678
2276
  export declare type RequestCancelExternalWorkflowExecutionFailedCause = "OPERATION_NOT_PERMITTED" | "REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED" | "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION";
2679
2277
  /**
2680
2278
  * <p>Provides the details of the <code>RequestCancelExternalWorkflowExecutionFailed</code> event.</p>
@@ -2716,12 +2314,6 @@ export interface RequestCancelExternalWorkflowExecutionFailedEventAttributes {
2716
2314
  */
2717
2315
  control?: string;
2718
2316
  }
2719
- export declare namespace RequestCancelExternalWorkflowExecutionFailedEventAttributes {
2720
- /**
2721
- * @internal
2722
- */
2723
- const filterSensitiveLog: (obj: RequestCancelExternalWorkflowExecutionFailedEventAttributes) => any;
2724
- }
2725
2317
  /**
2726
2318
  * <p>Provides the details of the <code>RequestCancelExternalWorkflowExecutionInitiated</code> event.</p>
2727
2319
  */
@@ -2746,12 +2338,6 @@ export interface RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
2746
2338
  */
2747
2339
  control?: string;
2748
2340
  }
2749
- export declare namespace RequestCancelExternalWorkflowExecutionInitiatedEventAttributes {
2750
- /**
2751
- * @internal
2752
- */
2753
- const filterSensitiveLog: (obj: RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) => any;
2754
- }
2755
2341
  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";
2756
2342
  /**
2757
2343
  * <p>Provides the details of the <code>ScheduleActivityTaskFailed</code> event.</p>
@@ -2781,12 +2367,6 @@ export interface ScheduleActivityTaskFailedEventAttributes {
2781
2367
  */
2782
2368
  decisionTaskCompletedEventId: number | undefined;
2783
2369
  }
2784
- export declare namespace ScheduleActivityTaskFailedEventAttributes {
2785
- /**
2786
- * @internal
2787
- */
2788
- const filterSensitiveLog: (obj: ScheduleActivityTaskFailedEventAttributes) => any;
2789
- }
2790
2370
  export declare type ScheduleLambdaFunctionFailedCause = "ID_ALREADY_IN_USE" | "LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED" | "LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION" | "OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED";
2791
2371
  /**
2792
2372
  * <p>Provides the details of the <code>ScheduleLambdaFunctionFailed</code> event. It isn't
@@ -2819,12 +2399,6 @@ export interface ScheduleLambdaFunctionFailedEventAttributes {
2819
2399
  */
2820
2400
  decisionTaskCompletedEventId: number | undefined;
2821
2401
  }
2822
- export declare namespace ScheduleLambdaFunctionFailedEventAttributes {
2823
- /**
2824
- * @internal
2825
- */
2826
- const filterSensitiveLog: (obj: ScheduleLambdaFunctionFailedEventAttributes) => any;
2827
- }
2828
2402
  export declare type SignalExternalWorkflowExecutionFailedCause = "OPERATION_NOT_PERMITTED" | "SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED" | "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION";
2829
2403
  /**
2830
2404
  * <p>Provides the details of the <code>SignalExternalWorkflowExecutionFailed</code> event.</p>
@@ -2865,12 +2439,6 @@ export interface SignalExternalWorkflowExecutionFailedEventAttributes {
2865
2439
  */
2866
2440
  control?: string;
2867
2441
  }
2868
- export declare namespace SignalExternalWorkflowExecutionFailedEventAttributes {
2869
- /**
2870
- * @internal
2871
- */
2872
- const filterSensitiveLog: (obj: SignalExternalWorkflowExecutionFailedEventAttributes) => any;
2873
- }
2874
2442
  /**
2875
2443
  * <p>Provides the details of the <code>SignalExternalWorkflowExecutionInitiated</code> event.</p>
2876
2444
  */
@@ -2902,12 +2470,6 @@ export interface SignalExternalWorkflowExecutionInitiatedEventAttributes {
2902
2470
  */
2903
2471
  control?: string;
2904
2472
  }
2905
- export declare namespace SignalExternalWorkflowExecutionInitiatedEventAttributes {
2906
- /**
2907
- * @internal
2908
- */
2909
- const filterSensitiveLog: (obj: SignalExternalWorkflowExecutionInitiatedEventAttributes) => any;
2910
- }
2911
2473
  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";
2912
2474
  /**
2913
2475
  * <p>Provides the details of the <code>StartChildWorkflowExecutionFailed</code> event.</p>
@@ -2951,12 +2513,6 @@ export interface StartChildWorkflowExecutionFailedEventAttributes {
2951
2513
  */
2952
2514
  control?: string;
2953
2515
  }
2954
- export declare namespace StartChildWorkflowExecutionFailedEventAttributes {
2955
- /**
2956
- * @internal
2957
- */
2958
- const filterSensitiveLog: (obj: StartChildWorkflowExecutionFailedEventAttributes) => any;
2959
- }
2960
2516
  /**
2961
2517
  * <p>Provides the details of the <code>StartChildWorkflowExecutionInitiated</code> event.</p>
2962
2518
  */
@@ -3037,12 +2593,6 @@ export interface StartChildWorkflowExecutionInitiatedEventAttributes {
3037
2593
  */
3038
2594
  lambdaRole?: string;
3039
2595
  }
3040
- export declare namespace StartChildWorkflowExecutionInitiatedEventAttributes {
3041
- /**
3042
- * @internal
3043
- */
3044
- const filterSensitiveLog: (obj: StartChildWorkflowExecutionInitiatedEventAttributes) => any;
3045
- }
3046
2596
  export declare type StartLambdaFunctionFailedCause = "ASSUME_ROLE_FAILED";
3047
2597
  /**
3048
2598
  * <p>Provides the details of the <code>StartLambdaFunctionFailed</code> event. It isn't set
@@ -3069,12 +2619,6 @@ export interface StartLambdaFunctionFailedEventAttributes {
3069
2619
  */
3070
2620
  message?: string;
3071
2621
  }
3072
- export declare namespace StartLambdaFunctionFailedEventAttributes {
3073
- /**
3074
- * @internal
3075
- */
3076
- const filterSensitiveLog: (obj: StartLambdaFunctionFailedEventAttributes) => any;
3077
- }
3078
2622
  export declare type StartTimerFailedCause = "OPEN_TIMERS_LIMIT_EXCEEDED" | "OPERATION_NOT_PERMITTED" | "TIMER_CREATION_RATE_EXCEEDED" | "TIMER_ID_ALREADY_IN_USE";
3079
2623
  /**
3080
2624
  * <p>Provides the details of the <code>StartTimerFailed</code> event.</p>
@@ -3100,12 +2644,6 @@ export interface StartTimerFailedEventAttributes {
3100
2644
  */
3101
2645
  decisionTaskCompletedEventId: number | undefined;
3102
2646
  }
3103
- export declare namespace StartTimerFailedEventAttributes {
3104
- /**
3105
- * @internal
3106
- */
3107
- const filterSensitiveLog: (obj: StartTimerFailedEventAttributes) => any;
3108
- }
3109
2647
  /**
3110
2648
  * <p>
3111
2649
  * Provides the details of the <code>TimerCanceled</code> event.
@@ -3129,12 +2667,6 @@ export interface TimerCanceledEventAttributes {
3129
2667
  */
3130
2668
  decisionTaskCompletedEventId: number | undefined;
3131
2669
  }
3132
- export declare namespace TimerCanceledEventAttributes {
3133
- /**
3134
- * @internal
3135
- */
3136
- const filterSensitiveLog: (obj: TimerCanceledEventAttributes) => any;
3137
- }
3138
2670
  /**
3139
2671
  * <p>Provides the details of the <code>TimerFired</code> event.</p>
3140
2672
  */
@@ -3150,12 +2682,6 @@ export interface TimerFiredEventAttributes {
3150
2682
  */
3151
2683
  startedEventId: number | undefined;
3152
2684
  }
3153
- export declare namespace TimerFiredEventAttributes {
3154
- /**
3155
- * @internal
3156
- */
3157
- const filterSensitiveLog: (obj: TimerFiredEventAttributes) => any;
3158
- }
3159
2685
  /**
3160
2686
  * <p>Provides the details of the <code>TimerStarted</code> event.</p>
3161
2687
  */
@@ -3180,12 +2706,6 @@ export interface TimerStartedEventAttributes {
3180
2706
  */
3181
2707
  decisionTaskCompletedEventId: number | undefined;
3182
2708
  }
3183
- export declare namespace TimerStartedEventAttributes {
3184
- /**
3185
- * @internal
3186
- */
3187
- const filterSensitiveLog: (obj: TimerStartedEventAttributes) => any;
3188
- }
3189
2709
  /**
3190
2710
  * <p>Provides the details of the <code>WorkflowExecutionCanceled</code> event.</p>
3191
2711
  */
@@ -3201,12 +2721,6 @@ export interface WorkflowExecutionCanceledEventAttributes {
3201
2721
  */
3202
2722
  decisionTaskCompletedEventId: number | undefined;
3203
2723
  }
3204
- export declare namespace WorkflowExecutionCanceledEventAttributes {
3205
- /**
3206
- * @internal
3207
- */
3208
- const filterSensitiveLog: (obj: WorkflowExecutionCanceledEventAttributes) => any;
3209
- }
3210
2724
  export declare type WorkflowExecutionCancelRequestedCause = "CHILD_POLICY_APPLIED";
3211
2725
  /**
3212
2726
  * <p>Provides the details of the <code>WorkflowExecutionCancelRequested</code> event.</p>
@@ -3228,12 +2742,6 @@ export interface WorkflowExecutionCancelRequestedEventAttributes {
3228
2742
  */
3229
2743
  cause?: WorkflowExecutionCancelRequestedCause | string;
3230
2744
  }
3231
- export declare namespace WorkflowExecutionCancelRequestedEventAttributes {
3232
- /**
3233
- * @internal
3234
- */
3235
- const filterSensitiveLog: (obj: WorkflowExecutionCancelRequestedEventAttributes) => any;
3236
- }
3237
2745
  /**
3238
2746
  * <p>Provides the details of the <code>WorkflowExecutionCompleted</code> event.</p>
3239
2747
  */
@@ -3249,12 +2757,6 @@ export interface WorkflowExecutionCompletedEventAttributes {
3249
2757
  */
3250
2758
  decisionTaskCompletedEventId: number | undefined;
3251
2759
  }
3252
- export declare namespace WorkflowExecutionCompletedEventAttributes {
3253
- /**
3254
- * @internal
3255
- */
3256
- const filterSensitiveLog: (obj: WorkflowExecutionCompletedEventAttributes) => any;
3257
- }
3258
2760
  /**
3259
2761
  * <p>Provides the details of the <code>WorkflowExecutionContinuedAsNew</code> event.</p>
3260
2762
  */
@@ -3328,12 +2830,6 @@ export interface WorkflowExecutionContinuedAsNewEventAttributes {
3328
2830
  */
3329
2831
  lambdaRole?: string;
3330
2832
  }
3331
- export declare namespace WorkflowExecutionContinuedAsNewEventAttributes {
3332
- /**
3333
- * @internal
3334
- */
3335
- const filterSensitiveLog: (obj: WorkflowExecutionContinuedAsNewEventAttributes) => any;
3336
- }
3337
2833
  /**
3338
2834
  * <p>Provides the details of the <code>WorkflowExecutionFailed</code> event.</p>
3339
2835
  */
@@ -3353,12 +2849,6 @@ export interface WorkflowExecutionFailedEventAttributes {
3353
2849
  */
3354
2850
  decisionTaskCompletedEventId: number | undefined;
3355
2851
  }
3356
- export declare namespace WorkflowExecutionFailedEventAttributes {
3357
- /**
3358
- * @internal
3359
- */
3360
- const filterSensitiveLog: (obj: WorkflowExecutionFailedEventAttributes) => any;
3361
- }
3362
2852
  /**
3363
2853
  * <p>Provides the details of the <code>WorkflowExecutionSignaled</code> event.</p>
3364
2854
  */
@@ -3384,12 +2874,6 @@ export interface WorkflowExecutionSignaledEventAttributes {
3384
2874
  */
3385
2875
  externalInitiatedEventId?: number;
3386
2876
  }
3387
- export declare namespace WorkflowExecutionSignaledEventAttributes {
3388
- /**
3389
- * @internal
3390
- */
3391
- const filterSensitiveLog: (obj: WorkflowExecutionSignaledEventAttributes) => any;
3392
- }
3393
2877
  /**
3394
2878
  * <p>Provides details of <code>WorkflowExecutionStarted</code> event.</p>
3395
2879
  */
@@ -3469,12 +2953,6 @@ export interface WorkflowExecutionStartedEventAttributes {
3469
2953
  */
3470
2954
  lambdaRole?: string;
3471
2955
  }
3472
- export declare namespace WorkflowExecutionStartedEventAttributes {
3473
- /**
3474
- * @internal
3475
- */
3476
- const filterSensitiveLog: (obj: WorkflowExecutionStartedEventAttributes) => any;
3477
- }
3478
2956
  export declare type WorkflowExecutionTerminatedCause = "CHILD_POLICY_APPLIED" | "EVENT_LIMIT_EXCEEDED" | "OPERATOR_INITIATED";
3479
2957
  /**
3480
2958
  * <p>Provides the details of the <code>WorkflowExecutionTerminated</code> event.</p>
@@ -3514,12 +2992,6 @@ export interface WorkflowExecutionTerminatedEventAttributes {
3514
2992
  */
3515
2993
  cause?: WorkflowExecutionTerminatedCause | string;
3516
2994
  }
3517
- export declare namespace WorkflowExecutionTerminatedEventAttributes {
3518
- /**
3519
- * @internal
3520
- */
3521
- const filterSensitiveLog: (obj: WorkflowExecutionTerminatedEventAttributes) => any;
3522
- }
3523
2995
  /**
3524
2996
  * <p>Provides the details of the <code>WorkflowExecutionTimedOut</code> event.</p>
3525
2997
  */
@@ -3550,12 +3022,6 @@ export interface WorkflowExecutionTimedOutEventAttributes {
3550
3022
  */
3551
3023
  childPolicy: ChildPolicy | string | undefined;
3552
3024
  }
3553
- export declare namespace WorkflowExecutionTimedOutEventAttributes {
3554
- /**
3555
- * @internal
3556
- */
3557
- const filterSensitiveLog: (obj: WorkflowExecutionTimedOutEventAttributes) => any;
3558
- }
3559
3025
  /**
3560
3026
  * <p>Event within a workflow execution. A history event can be one of these types:</p>
3561
3027
  * <ul>
@@ -4060,12 +3526,6 @@ export interface HistoryEvent {
4060
3526
  */
4061
3527
  startLambdaFunctionFailedEventAttributes?: StartLambdaFunctionFailedEventAttributes;
4062
3528
  }
4063
- export declare namespace HistoryEvent {
4064
- /**
4065
- * @internal
4066
- */
4067
- const filterSensitiveLog: (obj: HistoryEvent) => any;
4068
- }
4069
3529
  /**
4070
3530
  * <p>A structure that represents a decision task. Decision tasks are sent to deciders in order for them to make decisions.</p>
4071
3531
  */
@@ -4102,12 +3562,6 @@ export interface DecisionTask {
4102
3562
  */
4103
3563
  previousStartedEventId?: number;
4104
3564
  }
4105
- export declare namespace DecisionTask {
4106
- /**
4107
- * @internal
4108
- */
4109
- const filterSensitiveLog: (obj: DecisionTask) => any;
4110
- }
4111
3565
  /**
4112
3566
  * <p>The <code>StartWorkflowExecution</code> API action was called without the required
4113
3567
  * parameters set.</p>
@@ -4139,12 +3593,6 @@ export interface DeprecateActivityTypeInput {
4139
3593
  */
4140
3594
  activityType: ActivityType | undefined;
4141
3595
  }
4142
- export declare namespace DeprecateActivityTypeInput {
4143
- /**
4144
- * @internal
4145
- */
4146
- const filterSensitiveLog: (obj: DeprecateActivityTypeInput) => any;
4147
- }
4148
3596
  /**
4149
3597
  * <p>Returned when the specified activity or workflow type was already deprecated.</p>
4150
3598
  */
@@ -4162,12 +3610,6 @@ export interface DeprecateDomainInput {
4162
3610
  */
4163
3611
  name: string | undefined;
4164
3612
  }
4165
- export declare namespace DeprecateDomainInput {
4166
- /**
4167
- * @internal
4168
- */
4169
- const filterSensitiveLog: (obj: DeprecateDomainInput) => any;
4170
- }
4171
3613
  /**
4172
3614
  * <p>Returned when the specified domain has been deprecated.</p>
4173
3615
  */
@@ -4189,12 +3631,6 @@ export interface DeprecateWorkflowTypeInput {
4189
3631
  */
4190
3632
  workflowType: WorkflowType | undefined;
4191
3633
  }
4192
- export declare namespace DeprecateWorkflowTypeInput {
4193
- /**
4194
- * @internal
4195
- */
4196
- const filterSensitiveLog: (obj: DeprecateWorkflowTypeInput) => any;
4197
- }
4198
3634
  export interface DescribeActivityTypeInput {
4199
3635
  /**
4200
3636
  * <p>The name of the domain in which the activity type is registered.</p>
@@ -4207,24 +3643,12 @@ export interface DescribeActivityTypeInput {
4207
3643
  */
4208
3644
  activityType: ActivityType | undefined;
4209
3645
  }
4210
- export declare namespace DescribeActivityTypeInput {
4211
- /**
4212
- * @internal
4213
- */
4214
- const filterSensitiveLog: (obj: DescribeActivityTypeInput) => any;
4215
- }
4216
3646
  export interface DescribeDomainInput {
4217
3647
  /**
4218
3648
  * <p>The name of the domain to describe.</p>
4219
3649
  */
4220
3650
  name: string | undefined;
4221
3651
  }
4222
- export declare namespace DescribeDomainInput {
4223
- /**
4224
- * @internal
4225
- */
4226
- const filterSensitiveLog: (obj: DescribeDomainInput) => any;
4227
- }
4228
3652
  /**
4229
3653
  * <p>Contains the configuration settings of a domain.</p>
4230
3654
  */
@@ -4234,12 +3658,6 @@ export interface DomainConfiguration {
4234
3658
  */
4235
3659
  workflowExecutionRetentionPeriodInDays: string | undefined;
4236
3660
  }
4237
- export declare namespace DomainConfiguration {
4238
- /**
4239
- * @internal
4240
- */
4241
- const filterSensitiveLog: (obj: DomainConfiguration) => any;
4242
- }
4243
3661
  /**
4244
3662
  * <p>Contains general information about a domain.</p>
4245
3663
  */
@@ -4275,12 +3693,6 @@ export interface DomainInfo {
4275
3693
  */
4276
3694
  arn?: string;
4277
3695
  }
4278
- export declare namespace DomainInfo {
4279
- /**
4280
- * @internal
4281
- */
4282
- const filterSensitiveLog: (obj: DomainInfo) => any;
4283
- }
4284
3696
  /**
4285
3697
  * <p>Contains details of a domain.</p>
4286
3698
  */
@@ -4296,12 +3708,6 @@ export interface DomainDetail {
4296
3708
  */
4297
3709
  configuration: DomainConfiguration | undefined;
4298
3710
  }
4299
- export declare namespace DomainDetail {
4300
- /**
4301
- * @internal
4302
- */
4303
- const filterSensitiveLog: (obj: DomainDetail) => any;
4304
- }
4305
3711
  export interface DescribeWorkflowExecutionInput {
4306
3712
  /**
4307
3713
  * <p>The name of the domain containing the workflow execution.</p>
@@ -4312,12 +3718,6 @@ export interface DescribeWorkflowExecutionInput {
4312
3718
  */
4313
3719
  execution: WorkflowExecution | undefined;
4314
3720
  }
4315
- export declare namespace DescribeWorkflowExecutionInput {
4316
- /**
4317
- * @internal
4318
- */
4319
- const filterSensitiveLog: (obj: DescribeWorkflowExecutionInput) => any;
4320
- }
4321
3721
  /**
4322
3722
  * <p>The configuration settings for a workflow execution including timeout values, tasklist etc. These configuration settings are determined from the defaults specified when registering the workflow type and those specified when starting the workflow execution.</p>
4323
3723
  */
@@ -4369,12 +3769,6 @@ export interface WorkflowExecutionConfiguration {
4369
3769
  */
4370
3770
  lambdaRole?: string;
4371
3771
  }
4372
- export declare namespace WorkflowExecutionConfiguration {
4373
- /**
4374
- * @internal
4375
- */
4376
- const filterSensitiveLog: (obj: WorkflowExecutionConfiguration) => any;
4377
- }
4378
3772
  export declare type ExecutionStatus = "CLOSED" | "OPEN";
4379
3773
  /**
4380
3774
  * <p>Contains information about a workflow execution.</p>
@@ -4446,12 +3840,6 @@ export interface WorkflowExecutionInfo {
4446
3840
  */
4447
3841
  cancelRequested?: boolean;
4448
3842
  }
4449
- export declare namespace WorkflowExecutionInfo {
4450
- /**
4451
- * @internal
4452
- */
4453
- const filterSensitiveLog: (obj: WorkflowExecutionInfo) => any;
4454
- }
4455
3843
  /**
4456
3844
  * <p>Contains the counts of open tasks, child workflow executions and timers for a workflow execution.</p>
4457
3845
  */
@@ -4477,12 +3865,6 @@ export interface WorkflowExecutionOpenCounts {
4477
3865
  */
4478
3866
  openLambdaFunctions?: number;
4479
3867
  }
4480
- export declare namespace WorkflowExecutionOpenCounts {
4481
- /**
4482
- * @internal
4483
- */
4484
- const filterSensitiveLog: (obj: WorkflowExecutionOpenCounts) => any;
4485
- }
4486
3868
  /**
4487
3869
  * <p>Contains details about a workflow execution.</p>
4488
3870
  */
@@ -4509,12 +3891,6 @@ export interface WorkflowExecutionDetail {
4509
3891
  */
4510
3892
  latestExecutionContext?: string;
4511
3893
  }
4512
- export declare namespace WorkflowExecutionDetail {
4513
- /**
4514
- * @internal
4515
- */
4516
- const filterSensitiveLog: (obj: WorkflowExecutionDetail) => any;
4517
- }
4518
3894
  export interface DescribeWorkflowTypeInput {
4519
3895
  /**
4520
3896
  * <p>The name of the domain in which this workflow type is registered.</p>
@@ -4525,12 +3901,6 @@ export interface DescribeWorkflowTypeInput {
4525
3901
  */
4526
3902
  workflowType: WorkflowType | undefined;
4527
3903
  }
4528
- export declare namespace DescribeWorkflowTypeInput {
4529
- /**
4530
- * @internal
4531
- */
4532
- const filterSensitiveLog: (obj: DescribeWorkflowTypeInput) => any;
4533
- }
4534
3904
  /**
4535
3905
  * <p>The configuration settings of a workflow type.</p>
4536
3906
  */
@@ -4610,12 +3980,6 @@ export interface WorkflowTypeConfiguration {
4610
3980
  */
4611
3981
  defaultLambdaRole?: string;
4612
3982
  }
4613
- export declare namespace WorkflowTypeConfiguration {
4614
- /**
4615
- * @internal
4616
- */
4617
- const filterSensitiveLog: (obj: WorkflowTypeConfiguration) => any;
4618
- }
4619
3983
  /**
4620
3984
  * <p>Contains information about a workflow type.</p>
4621
3985
  */
@@ -4641,12 +4005,6 @@ export interface WorkflowTypeInfo {
4641
4005
  */
4642
4006
  deprecationDate?: Date;
4643
4007
  }
4644
- export declare namespace WorkflowTypeInfo {
4645
- /**
4646
- * @internal
4647
- */
4648
- const filterSensitiveLog: (obj: WorkflowTypeInfo) => any;
4649
- }
4650
4008
  /**
4651
4009
  * <p>Contains details about a workflow type.</p>
4652
4010
  */
@@ -4673,12 +4031,6 @@ export interface WorkflowTypeDetail {
4673
4031
  */
4674
4032
  configuration: WorkflowTypeConfiguration | undefined;
4675
4033
  }
4676
- export declare namespace WorkflowTypeDetail {
4677
- /**
4678
- * @internal
4679
- */
4680
- const filterSensitiveLog: (obj: WorkflowTypeDetail) => any;
4681
- }
4682
4034
  /**
4683
4035
  * <p>Returned if the domain already exists. You may get this fault if you are registering a domain that is either already registered or deprecated, or if you undeprecate a domain that is currently registered.</p>
4684
4036
  */
@@ -4706,12 +4058,6 @@ export interface DomainInfos {
4706
4058
  */
4707
4059
  nextPageToken?: string;
4708
4060
  }
4709
- export declare namespace DomainInfos {
4710
- /**
4711
- * @internal
4712
- */
4713
- const filterSensitiveLog: (obj: DomainInfos) => any;
4714
- }
4715
4061
  export interface GetWorkflowExecutionHistoryInput {
4716
4062
  /**
4717
4063
  * <p>The name of the domain containing the workflow execution.</p>
@@ -4744,12 +4090,6 @@ export interface GetWorkflowExecutionHistoryInput {
4744
4090
  */
4745
4091
  reverseOrder?: boolean;
4746
4092
  }
4747
- export declare namespace GetWorkflowExecutionHistoryInput {
4748
- /**
4749
- * @internal
4750
- */
4751
- const filterSensitiveLog: (obj: GetWorkflowExecutionHistoryInput) => any;
4752
- }
4753
4093
  /**
4754
4094
  * <p>Paginated representation of a workflow history for a workflow execution. This is the up to date, complete and authoritative record of the events related to all tasks and events in the life of the workflow execution.</p>
4755
4095
  */
@@ -4766,12 +4106,6 @@ export interface History {
4766
4106
  */
4767
4107
  nextPageToken?: string;
4768
4108
  }
4769
- export declare namespace History {
4770
- /**
4771
- * @internal
4772
- */
4773
- const filterSensitiveLog: (obj: History) => any;
4774
- }
4775
4109
  /**
4776
4110
  * <p>Returned by any operation if a system imposed limitation has been reached. To address this fault you should either clean up unused resources or increase the limit by contacting AWS.</p>
4777
4111
  */
@@ -4819,12 +4153,6 @@ export interface ListActivityTypesInput {
4819
4153
  */
4820
4154
  reverseOrder?: boolean;
4821
4155
  }
4822
- export declare namespace ListActivityTypesInput {
4823
- /**
4824
- * @internal
4825
- */
4826
- const filterSensitiveLog: (obj: ListActivityTypesInput) => any;
4827
- }
4828
4156
  export interface ListClosedWorkflowExecutionsInput {
4829
4157
  /**
4830
4158
  * <p>The name of the domain that contains the workflow executions to list.</p>
@@ -4919,12 +4247,6 @@ export interface ListClosedWorkflowExecutionsInput {
4919
4247
  */
4920
4248
  reverseOrder?: boolean;
4921
4249
  }
4922
- export declare namespace ListClosedWorkflowExecutionsInput {
4923
- /**
4924
- * @internal
4925
- */
4926
- const filterSensitiveLog: (obj: ListClosedWorkflowExecutionsInput) => any;
4927
- }
4928
4250
  /**
4929
4251
  * <p>Contains a paginated list of information about workflow executions.</p>
4930
4252
  */
@@ -4941,12 +4263,6 @@ export interface WorkflowExecutionInfos {
4941
4263
  */
4942
4264
  nextPageToken?: string;
4943
4265
  }
4944
- export declare namespace WorkflowExecutionInfos {
4945
- /**
4946
- * @internal
4947
- */
4948
- const filterSensitiveLog: (obj: WorkflowExecutionInfos) => any;
4949
- }
4950
4266
  export interface ListDomainsInput {
4951
4267
  /**
4952
4268
  * <p>If <code>NextPageToken</code> is returned there are more results
@@ -4975,12 +4291,6 @@ export interface ListDomainsInput {
4975
4291
  */
4976
4292
  reverseOrder?: boolean;
4977
4293
  }
4978
- export declare namespace ListDomainsInput {
4979
- /**
4980
- * @internal
4981
- */
4982
- const filterSensitiveLog: (obj: ListDomainsInput) => any;
4983
- }
4984
4294
  export interface ListOpenWorkflowExecutionsInput {
4985
4295
  /**
4986
4296
  * <p>The name of the domain that contains the workflow executions to list.</p>
@@ -5042,24 +4352,12 @@ export interface ListOpenWorkflowExecutionsInput {
5042
4352
  */
5043
4353
  executionFilter?: WorkflowExecutionFilter;
5044
4354
  }
5045
- export declare namespace ListOpenWorkflowExecutionsInput {
5046
- /**
5047
- * @internal
5048
- */
5049
- const filterSensitiveLog: (obj: ListOpenWorkflowExecutionsInput) => any;
5050
- }
5051
4355
  export interface ListTagsForResourceInput {
5052
4356
  /**
5053
4357
  * <p>The Amazon Resource Name (ARN) for the Amazon SWF domain.</p>
5054
4358
  */
5055
4359
  resourceArn: string | undefined;
5056
4360
  }
5057
- export declare namespace ListTagsForResourceInput {
5058
- /**
5059
- * @internal
5060
- */
5061
- const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
5062
- }
5063
4361
  /**
5064
4362
  * <p>Tags are key-value pairs that can be associated with Amazon SWF state machines and
5065
4363
  * activities.</p>
@@ -5075,24 +4373,12 @@ export interface ResourceTag {
5075
4373
  */
5076
4374
  value?: string;
5077
4375
  }
5078
- export declare namespace ResourceTag {
5079
- /**
5080
- * @internal
5081
- */
5082
- const filterSensitiveLog: (obj: ResourceTag) => any;
5083
- }
5084
4376
  export interface ListTagsForResourceOutput {
5085
4377
  /**
5086
4378
  * <p>An array of tags associated with the domain.</p>
5087
4379
  */
5088
4380
  tags?: ResourceTag[];
5089
4381
  }
5090
- export declare namespace ListTagsForResourceOutput {
5091
- /**
5092
- * @internal
5093
- */
5094
- const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
5095
- }
5096
4382
  export interface ListWorkflowTypesInput {
5097
4383
  /**
5098
4384
  * <p>The name of the domain in which the workflow types have been registered.</p>
@@ -5129,12 +4415,6 @@ export interface ListWorkflowTypesInput {
5129
4415
  */
5130
4416
  reverseOrder?: boolean;
5131
4417
  }
5132
- export declare namespace ListWorkflowTypesInput {
5133
- /**
5134
- * @internal
5135
- */
5136
- const filterSensitiveLog: (obj: ListWorkflowTypesInput) => any;
5137
- }
5138
4418
  /**
5139
4419
  * <p>Contains a paginated list of information structures about workflow types.</p>
5140
4420
  */
@@ -5151,12 +4431,6 @@ export interface WorkflowTypeInfos {
5151
4431
  */
5152
4432
  nextPageToken?: string;
5153
4433
  }
5154
- export declare namespace WorkflowTypeInfos {
5155
- /**
5156
- * @internal
5157
- */
5158
- const filterSensitiveLog: (obj: WorkflowTypeInfos) => any;
5159
- }
5160
4434
  export interface PollForActivityTaskInput {
5161
4435
  /**
5162
4436
  * <p>The name of the domain that contains the task lists being polled.</p>
@@ -5178,12 +4452,6 @@ export interface PollForActivityTaskInput {
5178
4452
  */
5179
4453
  identity?: string;
5180
4454
  }
5181
- export declare namespace PollForActivityTaskInput {
5182
- /**
5183
- * @internal
5184
- */
5185
- const filterSensitiveLog: (obj: PollForActivityTaskInput) => any;
5186
- }
5187
4455
  export interface PollForDecisionTaskInput {
5188
4456
  /**
5189
4457
  * <p>The name of the domain containing the task lists to poll.</p>
@@ -5235,12 +4503,6 @@ export interface PollForDecisionTaskInput {
5235
4503
  */
5236
4504
  reverseOrder?: boolean;
5237
4505
  }
5238
- export declare namespace PollForDecisionTaskInput {
5239
- /**
5240
- * @internal
5241
- */
5242
- const filterSensitiveLog: (obj: PollForDecisionTaskInput) => any;
5243
- }
5244
4506
  export interface RecordActivityTaskHeartbeatInput {
5245
4507
  /**
5246
4508
  * <p>The <code>taskToken</code> of the <a>ActivityTask</a>.</p>
@@ -5257,12 +4519,6 @@ export interface RecordActivityTaskHeartbeatInput {
5257
4519
  */
5258
4520
  details?: string;
5259
4521
  }
5260
- export declare namespace RecordActivityTaskHeartbeatInput {
5261
- /**
5262
- * @internal
5263
- */
5264
- const filterSensitiveLog: (obj: RecordActivityTaskHeartbeatInput) => any;
5265
- }
5266
4522
  export interface RegisterActivityTypeInput {
5267
4523
  /**
5268
4524
  * <p>The name of the domain in which this activity is to be registered.</p>
@@ -5352,12 +4608,6 @@ export interface RegisterActivityTypeInput {
5352
4608
  */
5353
4609
  defaultTaskScheduleToCloseTimeout?: string;
5354
4610
  }
5355
- export declare namespace RegisterActivityTypeInput {
5356
- /**
5357
- * @internal
5358
- */
5359
- const filterSensitiveLog: (obj: RegisterActivityTypeInput) => any;
5360
- }
5361
4611
  /**
5362
4612
  * <p>Returned if the type already exists in the specified domain. You may get this fault if you are registering a type that is either already registered or deprecated, or if you undeprecate a type that is currently registered.</p>
5363
4613
  */
@@ -5402,12 +4652,6 @@ export interface RegisterDomainInput {
5402
4652
  */
5403
4653
  tags?: ResourceTag[];
5404
4654
  }
5405
- export declare namespace RegisterDomainInput {
5406
- /**
5407
- * @internal
5408
- */
5409
- const filterSensitiveLog: (obj: RegisterDomainInput) => any;
5410
- }
5411
4655
  /**
5412
4656
  * <p>You've exceeded the number of tags allowed for a domain.</p>
5413
4657
  */
@@ -5525,12 +4769,6 @@ export interface RegisterWorkflowTypeInput {
5525
4769
  */
5526
4770
  defaultLambdaRole?: string;
5527
4771
  }
5528
- export declare namespace RegisterWorkflowTypeInput {
5529
- /**
5530
- * @internal
5531
- */
5532
- const filterSensitiveLog: (obj: RegisterWorkflowTypeInput) => any;
5533
- }
5534
4772
  export interface RequestCancelWorkflowExecutionInput {
5535
4773
  /**
5536
4774
  * <p>The name of the domain containing the workflow execution to cancel.</p>
@@ -5545,12 +4783,6 @@ export interface RequestCancelWorkflowExecutionInput {
5545
4783
  */
5546
4784
  runId?: string;
5547
4785
  }
5548
- export declare namespace RequestCancelWorkflowExecutionInput {
5549
- /**
5550
- * @internal
5551
- */
5552
- const filterSensitiveLog: (obj: RequestCancelWorkflowExecutionInput) => any;
5553
- }
5554
4786
  export interface RespondActivityTaskCanceledInput {
5555
4787
  /**
5556
4788
  * <p>The <code>taskToken</code> of the <a>ActivityTask</a>.</p>
@@ -5567,12 +4799,6 @@ export interface RespondActivityTaskCanceledInput {
5567
4799
  */
5568
4800
  details?: string;
5569
4801
  }
5570
- export declare namespace RespondActivityTaskCanceledInput {
5571
- /**
5572
- * @internal
5573
- */
5574
- const filterSensitiveLog: (obj: RespondActivityTaskCanceledInput) => any;
5575
- }
5576
4802
  export interface RespondActivityTaskCompletedInput {
5577
4803
  /**
5578
4804
  * <p>The <code>taskToken</code> of the <a>ActivityTask</a>.</p>
@@ -5590,12 +4816,6 @@ export interface RespondActivityTaskCompletedInput {
5590
4816
  */
5591
4817
  result?: string;
5592
4818
  }
5593
- export declare namespace RespondActivityTaskCompletedInput {
5594
- /**
5595
- * @internal
5596
- */
5597
- const filterSensitiveLog: (obj: RespondActivityTaskCompletedInput) => any;
5598
- }
5599
4819
  export interface RespondActivityTaskFailedInput {
5600
4820
  /**
5601
4821
  * <p>The <code>taskToken</code> of the <a>ActivityTask</a>.</p>
@@ -5617,12 +4837,6 @@ export interface RespondActivityTaskFailedInput {
5617
4837
  */
5618
4838
  details?: string;
5619
4839
  }
5620
- export declare namespace RespondActivityTaskFailedInput {
5621
- /**
5622
- * @internal
5623
- */
5624
- const filterSensitiveLog: (obj: RespondActivityTaskFailedInput) => any;
5625
- }
5626
4840
  /**
5627
4841
  * <p>Input data for a TaskCompleted response to a decision task.</p>
5628
4842
  */
@@ -5648,12 +4862,6 @@ export interface RespondDecisionTaskCompletedInput {
5648
4862
  */
5649
4863
  executionContext?: string;
5650
4864
  }
5651
- export declare namespace RespondDecisionTaskCompletedInput {
5652
- /**
5653
- * @internal
5654
- */
5655
- const filterSensitiveLog: (obj: RespondDecisionTaskCompletedInput) => any;
5656
- }
5657
4865
  /**
5658
4866
  * <p>Specifies the <code>runId</code> of a workflow execution.</p>
5659
4867
  */
@@ -5664,12 +4872,6 @@ export interface Run {
5664
4872
  */
5665
4873
  runId?: string;
5666
4874
  }
5667
- export declare namespace Run {
5668
- /**
5669
- * @internal
5670
- */
5671
- const filterSensitiveLog: (obj: Run) => any;
5672
- }
5673
4875
  export interface SignalWorkflowExecutionInput {
5674
4876
  /**
5675
4877
  * <p>The name of the domain containing the workflow execution to signal.</p>
@@ -5693,12 +4895,6 @@ export interface SignalWorkflowExecutionInput {
5693
4895
  */
5694
4896
  input?: string;
5695
4897
  }
5696
- export declare namespace SignalWorkflowExecutionInput {
5697
- /**
5698
- * @internal
5699
- */
5700
- const filterSensitiveLog: (obj: SignalWorkflowExecutionInput) => any;
5701
- }
5702
4898
  export interface StartWorkflowExecutionInput {
5703
4899
  /**
5704
4900
  * <p>The name of the domain in which the workflow execution is created.</p>
@@ -5832,12 +5028,6 @@ export interface StartWorkflowExecutionInput {
5832
5028
  */
5833
5029
  lambdaRole?: string;
5834
5030
  }
5835
- export declare namespace StartWorkflowExecutionInput {
5836
- /**
5837
- * @internal
5838
- */
5839
- const filterSensitiveLog: (obj: StartWorkflowExecutionInput) => any;
5840
- }
5841
5031
  /**
5842
5032
  * <p>Returned by <a>StartWorkflowExecution</a> when an open execution with the same workflowId is already running in
5843
5033
  * the specified domain.</p>
@@ -5861,12 +5051,6 @@ export interface TagResourceInput {
5861
5051
  */
5862
5052
  tags: ResourceTag[] | undefined;
5863
5053
  }
5864
- export declare namespace TagResourceInput {
5865
- /**
5866
- * @internal
5867
- */
5868
- const filterSensitiveLog: (obj: TagResourceInput) => any;
5869
- }
5870
5054
  export interface TerminateWorkflowExecutionInput {
5871
5055
  /**
5872
5056
  * <p>The domain of the workflow execution to terminate.</p>
@@ -5919,12 +5103,6 @@ export interface TerminateWorkflowExecutionInput {
5919
5103
  */
5920
5104
  childPolicy?: ChildPolicy | string;
5921
5105
  }
5922
- export declare namespace TerminateWorkflowExecutionInput {
5923
- /**
5924
- * @internal
5925
- */
5926
- const filterSensitiveLog: (obj: TerminateWorkflowExecutionInput) => any;
5927
- }
5928
5106
  export interface UndeprecateActivityTypeInput {
5929
5107
  /**
5930
5108
  * <p>The name of the domain of the deprecated activity type.</p>
@@ -5935,24 +5113,12 @@ export interface UndeprecateActivityTypeInput {
5935
5113
  */
5936
5114
  activityType: ActivityType | undefined;
5937
5115
  }
5938
- export declare namespace UndeprecateActivityTypeInput {
5939
- /**
5940
- * @internal
5941
- */
5942
- const filterSensitiveLog: (obj: UndeprecateActivityTypeInput) => any;
5943
- }
5944
5116
  export interface UndeprecateDomainInput {
5945
5117
  /**
5946
5118
  * <p>The name of the domain of the deprecated workflow type.</p>
5947
5119
  */
5948
5120
  name: string | undefined;
5949
5121
  }
5950
- export declare namespace UndeprecateDomainInput {
5951
- /**
5952
- * @internal
5953
- */
5954
- const filterSensitiveLog: (obj: UndeprecateDomainInput) => any;
5955
- }
5956
5122
  export interface UndeprecateWorkflowTypeInput {
5957
5123
  /**
5958
5124
  * <p>The name of the domain of the deprecated workflow type.</p>
@@ -5963,12 +5129,6 @@ export interface UndeprecateWorkflowTypeInput {
5963
5129
  */
5964
5130
  workflowType: WorkflowType | undefined;
5965
5131
  }
5966
- export declare namespace UndeprecateWorkflowTypeInput {
5967
- /**
5968
- * @internal
5969
- */
5970
- const filterSensitiveLog: (obj: UndeprecateWorkflowTypeInput) => any;
5971
- }
5972
5132
  export interface UntagResourceInput {
5973
5133
  /**
5974
5134
  * <p>The Amazon Resource Name (ARN) for the Amazon SWF domain.</p>
@@ -5979,9 +5139,567 @@ export interface UntagResourceInput {
5979
5139
  */
5980
5140
  tagKeys: string[] | undefined;
5981
5141
  }
5982
- export declare namespace UntagResourceInput {
5983
- /**
5984
- * @internal
5985
- */
5986
- const filterSensitiveLog: (obj: UntagResourceInput) => any;
5987
- }
5142
+ /**
5143
+ * @internal
5144
+ */
5145
+ export declare const ActivityTypeFilterSensitiveLog: (obj: ActivityType) => any;
5146
+ /**
5147
+ * @internal
5148
+ */
5149
+ export declare const WorkflowExecutionFilterSensitiveLog: (obj: WorkflowExecution) => any;
5150
+ /**
5151
+ * @internal
5152
+ */
5153
+ export declare const ActivityTaskFilterSensitiveLog: (obj: ActivityTask) => any;
5154
+ /**
5155
+ * @internal
5156
+ */
5157
+ export declare const ActivityTaskCanceledEventAttributesFilterSensitiveLog: (obj: ActivityTaskCanceledEventAttributes) => any;
5158
+ /**
5159
+ * @internal
5160
+ */
5161
+ export declare const ActivityTaskCancelRequestedEventAttributesFilterSensitiveLog: (obj: ActivityTaskCancelRequestedEventAttributes) => any;
5162
+ /**
5163
+ * @internal
5164
+ */
5165
+ export declare const ActivityTaskCompletedEventAttributesFilterSensitiveLog: (obj: ActivityTaskCompletedEventAttributes) => any;
5166
+ /**
5167
+ * @internal
5168
+ */
5169
+ export declare const ActivityTaskFailedEventAttributesFilterSensitiveLog: (obj: ActivityTaskFailedEventAttributes) => any;
5170
+ /**
5171
+ * @internal
5172
+ */
5173
+ export declare const TaskListFilterSensitiveLog: (obj: TaskList) => any;
5174
+ /**
5175
+ * @internal
5176
+ */
5177
+ export declare const ActivityTaskScheduledEventAttributesFilterSensitiveLog: (obj: ActivityTaskScheduledEventAttributes) => any;
5178
+ /**
5179
+ * @internal
5180
+ */
5181
+ export declare const ActivityTaskStartedEventAttributesFilterSensitiveLog: (obj: ActivityTaskStartedEventAttributes) => any;
5182
+ /**
5183
+ * @internal
5184
+ */
5185
+ export declare const ActivityTaskStatusFilterSensitiveLog: (obj: ActivityTaskStatus) => any;
5186
+ /**
5187
+ * @internal
5188
+ */
5189
+ export declare const ActivityTaskTimedOutEventAttributesFilterSensitiveLog: (obj: ActivityTaskTimedOutEventAttributes) => any;
5190
+ /**
5191
+ * @internal
5192
+ */
5193
+ export declare const ActivityTypeConfigurationFilterSensitiveLog: (obj: ActivityTypeConfiguration) => any;
5194
+ /**
5195
+ * @internal
5196
+ */
5197
+ export declare const ActivityTypeInfoFilterSensitiveLog: (obj: ActivityTypeInfo) => any;
5198
+ /**
5199
+ * @internal
5200
+ */
5201
+ export declare const ActivityTypeDetailFilterSensitiveLog: (obj: ActivityTypeDetail) => any;
5202
+ /**
5203
+ * @internal
5204
+ */
5205
+ export declare const ActivityTypeInfosFilterSensitiveLog: (obj: ActivityTypeInfos) => any;
5206
+ /**
5207
+ * @internal
5208
+ */
5209
+ export declare const CancelTimerDecisionAttributesFilterSensitiveLog: (obj: CancelTimerDecisionAttributes) => any;
5210
+ /**
5211
+ * @internal
5212
+ */
5213
+ export declare const CancelTimerFailedEventAttributesFilterSensitiveLog: (obj: CancelTimerFailedEventAttributes) => any;
5214
+ /**
5215
+ * @internal
5216
+ */
5217
+ export declare const CancelWorkflowExecutionDecisionAttributesFilterSensitiveLog: (obj: CancelWorkflowExecutionDecisionAttributes) => any;
5218
+ /**
5219
+ * @internal
5220
+ */
5221
+ export declare const CancelWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: CancelWorkflowExecutionFailedEventAttributes) => any;
5222
+ /**
5223
+ * @internal
5224
+ */
5225
+ export declare const WorkflowTypeFilterSensitiveLog: (obj: WorkflowType) => any;
5226
+ /**
5227
+ * @internal
5228
+ */
5229
+ export declare const ChildWorkflowExecutionCanceledEventAttributesFilterSensitiveLog: (obj: ChildWorkflowExecutionCanceledEventAttributes) => any;
5230
+ /**
5231
+ * @internal
5232
+ */
5233
+ export declare const ChildWorkflowExecutionCompletedEventAttributesFilterSensitiveLog: (obj: ChildWorkflowExecutionCompletedEventAttributes) => any;
5234
+ /**
5235
+ * @internal
5236
+ */
5237
+ export declare const ChildWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: ChildWorkflowExecutionFailedEventAttributes) => any;
5238
+ /**
5239
+ * @internal
5240
+ */
5241
+ export declare const ChildWorkflowExecutionStartedEventAttributesFilterSensitiveLog: (obj: ChildWorkflowExecutionStartedEventAttributes) => any;
5242
+ /**
5243
+ * @internal
5244
+ */
5245
+ export declare const ChildWorkflowExecutionTerminatedEventAttributesFilterSensitiveLog: (obj: ChildWorkflowExecutionTerminatedEventAttributes) => any;
5246
+ /**
5247
+ * @internal
5248
+ */
5249
+ export declare const ChildWorkflowExecutionTimedOutEventAttributesFilterSensitiveLog: (obj: ChildWorkflowExecutionTimedOutEventAttributes) => any;
5250
+ /**
5251
+ * @internal
5252
+ */
5253
+ export declare const CloseStatusFilterFilterSensitiveLog: (obj: CloseStatusFilter) => any;
5254
+ /**
5255
+ * @internal
5256
+ */
5257
+ export declare const CompleteWorkflowExecutionDecisionAttributesFilterSensitiveLog: (obj: CompleteWorkflowExecutionDecisionAttributes) => any;
5258
+ /**
5259
+ * @internal
5260
+ */
5261
+ export declare const CompleteWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: CompleteWorkflowExecutionFailedEventAttributes) => any;
5262
+ /**
5263
+ * @internal
5264
+ */
5265
+ export declare const ContinueAsNewWorkflowExecutionDecisionAttributesFilterSensitiveLog: (obj: ContinueAsNewWorkflowExecutionDecisionAttributes) => any;
5266
+ /**
5267
+ * @internal
5268
+ */
5269
+ export declare const ContinueAsNewWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: ContinueAsNewWorkflowExecutionFailedEventAttributes) => any;
5270
+ /**
5271
+ * @internal
5272
+ */
5273
+ export declare const ExecutionTimeFilterFilterSensitiveLog: (obj: ExecutionTimeFilter) => any;
5274
+ /**
5275
+ * @internal
5276
+ */
5277
+ export declare const WorkflowExecutionFilterFilterSensitiveLog: (obj: WorkflowExecutionFilter) => any;
5278
+ /**
5279
+ * @internal
5280
+ */
5281
+ export declare const TagFilterFilterSensitiveLog: (obj: TagFilter) => any;
5282
+ /**
5283
+ * @internal
5284
+ */
5285
+ export declare const WorkflowTypeFilterFilterSensitiveLog: (obj: WorkflowTypeFilter) => any;
5286
+ /**
5287
+ * @internal
5288
+ */
5289
+ export declare const CountClosedWorkflowExecutionsInputFilterSensitiveLog: (obj: CountClosedWorkflowExecutionsInput) => any;
5290
+ /**
5291
+ * @internal
5292
+ */
5293
+ export declare const WorkflowExecutionCountFilterSensitiveLog: (obj: WorkflowExecutionCount) => any;
5294
+ /**
5295
+ * @internal
5296
+ */
5297
+ export declare const CountOpenWorkflowExecutionsInputFilterSensitiveLog: (obj: CountOpenWorkflowExecutionsInput) => any;
5298
+ /**
5299
+ * @internal
5300
+ */
5301
+ export declare const CountPendingActivityTasksInputFilterSensitiveLog: (obj: CountPendingActivityTasksInput) => any;
5302
+ /**
5303
+ * @internal
5304
+ */
5305
+ export declare const PendingTaskCountFilterSensitiveLog: (obj: PendingTaskCount) => any;
5306
+ /**
5307
+ * @internal
5308
+ */
5309
+ export declare const CountPendingDecisionTasksInputFilterSensitiveLog: (obj: CountPendingDecisionTasksInput) => any;
5310
+ /**
5311
+ * @internal
5312
+ */
5313
+ export declare const FailWorkflowExecutionDecisionAttributesFilterSensitiveLog: (obj: FailWorkflowExecutionDecisionAttributes) => any;
5314
+ /**
5315
+ * @internal
5316
+ */
5317
+ export declare const RecordMarkerDecisionAttributesFilterSensitiveLog: (obj: RecordMarkerDecisionAttributes) => any;
5318
+ /**
5319
+ * @internal
5320
+ */
5321
+ export declare const RequestCancelActivityTaskDecisionAttributesFilterSensitiveLog: (obj: RequestCancelActivityTaskDecisionAttributes) => any;
5322
+ /**
5323
+ * @internal
5324
+ */
5325
+ export declare const RequestCancelExternalWorkflowExecutionDecisionAttributesFilterSensitiveLog: (obj: RequestCancelExternalWorkflowExecutionDecisionAttributes) => any;
5326
+ /**
5327
+ * @internal
5328
+ */
5329
+ export declare const ScheduleActivityTaskDecisionAttributesFilterSensitiveLog: (obj: ScheduleActivityTaskDecisionAttributes) => any;
5330
+ /**
5331
+ * @internal
5332
+ */
5333
+ export declare const ScheduleLambdaFunctionDecisionAttributesFilterSensitiveLog: (obj: ScheduleLambdaFunctionDecisionAttributes) => any;
5334
+ /**
5335
+ * @internal
5336
+ */
5337
+ export declare const SignalExternalWorkflowExecutionDecisionAttributesFilterSensitiveLog: (obj: SignalExternalWorkflowExecutionDecisionAttributes) => any;
5338
+ /**
5339
+ * @internal
5340
+ */
5341
+ export declare const StartChildWorkflowExecutionDecisionAttributesFilterSensitiveLog: (obj: StartChildWorkflowExecutionDecisionAttributes) => any;
5342
+ /**
5343
+ * @internal
5344
+ */
5345
+ export declare const StartTimerDecisionAttributesFilterSensitiveLog: (obj: StartTimerDecisionAttributes) => any;
5346
+ /**
5347
+ * @internal
5348
+ */
5349
+ export declare const DecisionFilterSensitiveLog: (obj: Decision) => any;
5350
+ /**
5351
+ * @internal
5352
+ */
5353
+ export declare const DecisionTaskCompletedEventAttributesFilterSensitiveLog: (obj: DecisionTaskCompletedEventAttributes) => any;
5354
+ /**
5355
+ * @internal
5356
+ */
5357
+ export declare const DecisionTaskScheduledEventAttributesFilterSensitiveLog: (obj: DecisionTaskScheduledEventAttributes) => any;
5358
+ /**
5359
+ * @internal
5360
+ */
5361
+ export declare const DecisionTaskStartedEventAttributesFilterSensitiveLog: (obj: DecisionTaskStartedEventAttributes) => any;
5362
+ /**
5363
+ * @internal
5364
+ */
5365
+ export declare const DecisionTaskTimedOutEventAttributesFilterSensitiveLog: (obj: DecisionTaskTimedOutEventAttributes) => any;
5366
+ /**
5367
+ * @internal
5368
+ */
5369
+ export declare const ExternalWorkflowExecutionCancelRequestedEventAttributesFilterSensitiveLog: (obj: ExternalWorkflowExecutionCancelRequestedEventAttributes) => any;
5370
+ /**
5371
+ * @internal
5372
+ */
5373
+ export declare const ExternalWorkflowExecutionSignaledEventAttributesFilterSensitiveLog: (obj: ExternalWorkflowExecutionSignaledEventAttributes) => any;
5374
+ /**
5375
+ * @internal
5376
+ */
5377
+ export declare const FailWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: FailWorkflowExecutionFailedEventAttributes) => any;
5378
+ /**
5379
+ * @internal
5380
+ */
5381
+ export declare const LambdaFunctionCompletedEventAttributesFilterSensitiveLog: (obj: LambdaFunctionCompletedEventAttributes) => any;
5382
+ /**
5383
+ * @internal
5384
+ */
5385
+ export declare const LambdaFunctionFailedEventAttributesFilterSensitiveLog: (obj: LambdaFunctionFailedEventAttributes) => any;
5386
+ /**
5387
+ * @internal
5388
+ */
5389
+ export declare const LambdaFunctionScheduledEventAttributesFilterSensitiveLog: (obj: LambdaFunctionScheduledEventAttributes) => any;
5390
+ /**
5391
+ * @internal
5392
+ */
5393
+ export declare const LambdaFunctionStartedEventAttributesFilterSensitiveLog: (obj: LambdaFunctionStartedEventAttributes) => any;
5394
+ /**
5395
+ * @internal
5396
+ */
5397
+ export declare const LambdaFunctionTimedOutEventAttributesFilterSensitiveLog: (obj: LambdaFunctionTimedOutEventAttributes) => any;
5398
+ /**
5399
+ * @internal
5400
+ */
5401
+ export declare const MarkerRecordedEventAttributesFilterSensitiveLog: (obj: MarkerRecordedEventAttributes) => any;
5402
+ /**
5403
+ * @internal
5404
+ */
5405
+ export declare const RecordMarkerFailedEventAttributesFilterSensitiveLog: (obj: RecordMarkerFailedEventAttributes) => any;
5406
+ /**
5407
+ * @internal
5408
+ */
5409
+ export declare const RequestCancelActivityTaskFailedEventAttributesFilterSensitiveLog: (obj: RequestCancelActivityTaskFailedEventAttributes) => any;
5410
+ /**
5411
+ * @internal
5412
+ */
5413
+ export declare const RequestCancelExternalWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: RequestCancelExternalWorkflowExecutionFailedEventAttributes) => any;
5414
+ /**
5415
+ * @internal
5416
+ */
5417
+ export declare const RequestCancelExternalWorkflowExecutionInitiatedEventAttributesFilterSensitiveLog: (obj: RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) => any;
5418
+ /**
5419
+ * @internal
5420
+ */
5421
+ export declare const ScheduleActivityTaskFailedEventAttributesFilterSensitiveLog: (obj: ScheduleActivityTaskFailedEventAttributes) => any;
5422
+ /**
5423
+ * @internal
5424
+ */
5425
+ export declare const ScheduleLambdaFunctionFailedEventAttributesFilterSensitiveLog: (obj: ScheduleLambdaFunctionFailedEventAttributes) => any;
5426
+ /**
5427
+ * @internal
5428
+ */
5429
+ export declare const SignalExternalWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: SignalExternalWorkflowExecutionFailedEventAttributes) => any;
5430
+ /**
5431
+ * @internal
5432
+ */
5433
+ export declare const SignalExternalWorkflowExecutionInitiatedEventAttributesFilterSensitiveLog: (obj: SignalExternalWorkflowExecutionInitiatedEventAttributes) => any;
5434
+ /**
5435
+ * @internal
5436
+ */
5437
+ export declare const StartChildWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: StartChildWorkflowExecutionFailedEventAttributes) => any;
5438
+ /**
5439
+ * @internal
5440
+ */
5441
+ export declare const StartChildWorkflowExecutionInitiatedEventAttributesFilterSensitiveLog: (obj: StartChildWorkflowExecutionInitiatedEventAttributes) => any;
5442
+ /**
5443
+ * @internal
5444
+ */
5445
+ export declare const StartLambdaFunctionFailedEventAttributesFilterSensitiveLog: (obj: StartLambdaFunctionFailedEventAttributes) => any;
5446
+ /**
5447
+ * @internal
5448
+ */
5449
+ export declare const StartTimerFailedEventAttributesFilterSensitiveLog: (obj: StartTimerFailedEventAttributes) => any;
5450
+ /**
5451
+ * @internal
5452
+ */
5453
+ export declare const TimerCanceledEventAttributesFilterSensitiveLog: (obj: TimerCanceledEventAttributes) => any;
5454
+ /**
5455
+ * @internal
5456
+ */
5457
+ export declare const TimerFiredEventAttributesFilterSensitiveLog: (obj: TimerFiredEventAttributes) => any;
5458
+ /**
5459
+ * @internal
5460
+ */
5461
+ export declare const TimerStartedEventAttributesFilterSensitiveLog: (obj: TimerStartedEventAttributes) => any;
5462
+ /**
5463
+ * @internal
5464
+ */
5465
+ export declare const WorkflowExecutionCanceledEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionCanceledEventAttributes) => any;
5466
+ /**
5467
+ * @internal
5468
+ */
5469
+ export declare const WorkflowExecutionCancelRequestedEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionCancelRequestedEventAttributes) => any;
5470
+ /**
5471
+ * @internal
5472
+ */
5473
+ export declare const WorkflowExecutionCompletedEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionCompletedEventAttributes) => any;
5474
+ /**
5475
+ * @internal
5476
+ */
5477
+ export declare const WorkflowExecutionContinuedAsNewEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionContinuedAsNewEventAttributes) => any;
5478
+ /**
5479
+ * @internal
5480
+ */
5481
+ export declare const WorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionFailedEventAttributes) => any;
5482
+ /**
5483
+ * @internal
5484
+ */
5485
+ export declare const WorkflowExecutionSignaledEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionSignaledEventAttributes) => any;
5486
+ /**
5487
+ * @internal
5488
+ */
5489
+ export declare const WorkflowExecutionStartedEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionStartedEventAttributes) => any;
5490
+ /**
5491
+ * @internal
5492
+ */
5493
+ export declare const WorkflowExecutionTerminatedEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionTerminatedEventAttributes) => any;
5494
+ /**
5495
+ * @internal
5496
+ */
5497
+ export declare const WorkflowExecutionTimedOutEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionTimedOutEventAttributes) => any;
5498
+ /**
5499
+ * @internal
5500
+ */
5501
+ export declare const HistoryEventFilterSensitiveLog: (obj: HistoryEvent) => any;
5502
+ /**
5503
+ * @internal
5504
+ */
5505
+ export declare const DecisionTaskFilterSensitiveLog: (obj: DecisionTask) => any;
5506
+ /**
5507
+ * @internal
5508
+ */
5509
+ export declare const DeprecateActivityTypeInputFilterSensitiveLog: (obj: DeprecateActivityTypeInput) => any;
5510
+ /**
5511
+ * @internal
5512
+ */
5513
+ export declare const DeprecateDomainInputFilterSensitiveLog: (obj: DeprecateDomainInput) => any;
5514
+ /**
5515
+ * @internal
5516
+ */
5517
+ export declare const DeprecateWorkflowTypeInputFilterSensitiveLog: (obj: DeprecateWorkflowTypeInput) => any;
5518
+ /**
5519
+ * @internal
5520
+ */
5521
+ export declare const DescribeActivityTypeInputFilterSensitiveLog: (obj: DescribeActivityTypeInput) => any;
5522
+ /**
5523
+ * @internal
5524
+ */
5525
+ export declare const DescribeDomainInputFilterSensitiveLog: (obj: DescribeDomainInput) => any;
5526
+ /**
5527
+ * @internal
5528
+ */
5529
+ export declare const DomainConfigurationFilterSensitiveLog: (obj: DomainConfiguration) => any;
5530
+ /**
5531
+ * @internal
5532
+ */
5533
+ export declare const DomainInfoFilterSensitiveLog: (obj: DomainInfo) => any;
5534
+ /**
5535
+ * @internal
5536
+ */
5537
+ export declare const DomainDetailFilterSensitiveLog: (obj: DomainDetail) => any;
5538
+ /**
5539
+ * @internal
5540
+ */
5541
+ export declare const DescribeWorkflowExecutionInputFilterSensitiveLog: (obj: DescribeWorkflowExecutionInput) => any;
5542
+ /**
5543
+ * @internal
5544
+ */
5545
+ export declare const WorkflowExecutionConfigurationFilterSensitiveLog: (obj: WorkflowExecutionConfiguration) => any;
5546
+ /**
5547
+ * @internal
5548
+ */
5549
+ export declare const WorkflowExecutionInfoFilterSensitiveLog: (obj: WorkflowExecutionInfo) => any;
5550
+ /**
5551
+ * @internal
5552
+ */
5553
+ export declare const WorkflowExecutionOpenCountsFilterSensitiveLog: (obj: WorkflowExecutionOpenCounts) => any;
5554
+ /**
5555
+ * @internal
5556
+ */
5557
+ export declare const WorkflowExecutionDetailFilterSensitiveLog: (obj: WorkflowExecutionDetail) => any;
5558
+ /**
5559
+ * @internal
5560
+ */
5561
+ export declare const DescribeWorkflowTypeInputFilterSensitiveLog: (obj: DescribeWorkflowTypeInput) => any;
5562
+ /**
5563
+ * @internal
5564
+ */
5565
+ export declare const WorkflowTypeConfigurationFilterSensitiveLog: (obj: WorkflowTypeConfiguration) => any;
5566
+ /**
5567
+ * @internal
5568
+ */
5569
+ export declare const WorkflowTypeInfoFilterSensitiveLog: (obj: WorkflowTypeInfo) => any;
5570
+ /**
5571
+ * @internal
5572
+ */
5573
+ export declare const WorkflowTypeDetailFilterSensitiveLog: (obj: WorkflowTypeDetail) => any;
5574
+ /**
5575
+ * @internal
5576
+ */
5577
+ export declare const DomainInfosFilterSensitiveLog: (obj: DomainInfos) => any;
5578
+ /**
5579
+ * @internal
5580
+ */
5581
+ export declare const GetWorkflowExecutionHistoryInputFilterSensitiveLog: (obj: GetWorkflowExecutionHistoryInput) => any;
5582
+ /**
5583
+ * @internal
5584
+ */
5585
+ export declare const HistoryFilterSensitiveLog: (obj: History) => any;
5586
+ /**
5587
+ * @internal
5588
+ */
5589
+ export declare const ListActivityTypesInputFilterSensitiveLog: (obj: ListActivityTypesInput) => any;
5590
+ /**
5591
+ * @internal
5592
+ */
5593
+ export declare const ListClosedWorkflowExecutionsInputFilterSensitiveLog: (obj: ListClosedWorkflowExecutionsInput) => any;
5594
+ /**
5595
+ * @internal
5596
+ */
5597
+ export declare const WorkflowExecutionInfosFilterSensitiveLog: (obj: WorkflowExecutionInfos) => any;
5598
+ /**
5599
+ * @internal
5600
+ */
5601
+ export declare const ListDomainsInputFilterSensitiveLog: (obj: ListDomainsInput) => any;
5602
+ /**
5603
+ * @internal
5604
+ */
5605
+ export declare const ListOpenWorkflowExecutionsInputFilterSensitiveLog: (obj: ListOpenWorkflowExecutionsInput) => any;
5606
+ /**
5607
+ * @internal
5608
+ */
5609
+ export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
5610
+ /**
5611
+ * @internal
5612
+ */
5613
+ export declare const ResourceTagFilterSensitiveLog: (obj: ResourceTag) => any;
5614
+ /**
5615
+ * @internal
5616
+ */
5617
+ export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
5618
+ /**
5619
+ * @internal
5620
+ */
5621
+ export declare const ListWorkflowTypesInputFilterSensitiveLog: (obj: ListWorkflowTypesInput) => any;
5622
+ /**
5623
+ * @internal
5624
+ */
5625
+ export declare const WorkflowTypeInfosFilterSensitiveLog: (obj: WorkflowTypeInfos) => any;
5626
+ /**
5627
+ * @internal
5628
+ */
5629
+ export declare const PollForActivityTaskInputFilterSensitiveLog: (obj: PollForActivityTaskInput) => any;
5630
+ /**
5631
+ * @internal
5632
+ */
5633
+ export declare const PollForDecisionTaskInputFilterSensitiveLog: (obj: PollForDecisionTaskInput) => any;
5634
+ /**
5635
+ * @internal
5636
+ */
5637
+ export declare const RecordActivityTaskHeartbeatInputFilterSensitiveLog: (obj: RecordActivityTaskHeartbeatInput) => any;
5638
+ /**
5639
+ * @internal
5640
+ */
5641
+ export declare const RegisterActivityTypeInputFilterSensitiveLog: (obj: RegisterActivityTypeInput) => any;
5642
+ /**
5643
+ * @internal
5644
+ */
5645
+ export declare const RegisterDomainInputFilterSensitiveLog: (obj: RegisterDomainInput) => any;
5646
+ /**
5647
+ * @internal
5648
+ */
5649
+ export declare const RegisterWorkflowTypeInputFilterSensitiveLog: (obj: RegisterWorkflowTypeInput) => any;
5650
+ /**
5651
+ * @internal
5652
+ */
5653
+ export declare const RequestCancelWorkflowExecutionInputFilterSensitiveLog: (obj: RequestCancelWorkflowExecutionInput) => any;
5654
+ /**
5655
+ * @internal
5656
+ */
5657
+ export declare const RespondActivityTaskCanceledInputFilterSensitiveLog: (obj: RespondActivityTaskCanceledInput) => any;
5658
+ /**
5659
+ * @internal
5660
+ */
5661
+ export declare const RespondActivityTaskCompletedInputFilterSensitiveLog: (obj: RespondActivityTaskCompletedInput) => any;
5662
+ /**
5663
+ * @internal
5664
+ */
5665
+ export declare const RespondActivityTaskFailedInputFilterSensitiveLog: (obj: RespondActivityTaskFailedInput) => any;
5666
+ /**
5667
+ * @internal
5668
+ */
5669
+ export declare const RespondDecisionTaskCompletedInputFilterSensitiveLog: (obj: RespondDecisionTaskCompletedInput) => any;
5670
+ /**
5671
+ * @internal
5672
+ */
5673
+ export declare const RunFilterSensitiveLog: (obj: Run) => any;
5674
+ /**
5675
+ * @internal
5676
+ */
5677
+ export declare const SignalWorkflowExecutionInputFilterSensitiveLog: (obj: SignalWorkflowExecutionInput) => any;
5678
+ /**
5679
+ * @internal
5680
+ */
5681
+ export declare const StartWorkflowExecutionInputFilterSensitiveLog: (obj: StartWorkflowExecutionInput) => any;
5682
+ /**
5683
+ * @internal
5684
+ */
5685
+ export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
5686
+ /**
5687
+ * @internal
5688
+ */
5689
+ export declare const TerminateWorkflowExecutionInputFilterSensitiveLog: (obj: TerminateWorkflowExecutionInput) => any;
5690
+ /**
5691
+ * @internal
5692
+ */
5693
+ export declare const UndeprecateActivityTypeInputFilterSensitiveLog: (obj: UndeprecateActivityTypeInput) => any;
5694
+ /**
5695
+ * @internal
5696
+ */
5697
+ export declare const UndeprecateDomainInputFilterSensitiveLog: (obj: UndeprecateDomainInput) => any;
5698
+ /**
5699
+ * @internal
5700
+ */
5701
+ export declare const UndeprecateWorkflowTypeInputFilterSensitiveLog: (obj: UndeprecateWorkflowTypeInput) => any;
5702
+ /**
5703
+ * @internal
5704
+ */
5705
+ export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;