@aws-sdk/client-swf 3.130.0 → 3.141.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 (81) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CountClosedWorkflowExecutionsCommand.js +2 -2
  4. package/dist-cjs/commands/CountOpenWorkflowExecutionsCommand.js +2 -2
  5. package/dist-cjs/commands/CountPendingActivityTasksCommand.js +2 -2
  6. package/dist-cjs/commands/CountPendingDecisionTasksCommand.js +2 -2
  7. package/dist-cjs/commands/DeprecateActivityTypeCommand.js +1 -1
  8. package/dist-cjs/commands/DeprecateDomainCommand.js +1 -1
  9. package/dist-cjs/commands/DeprecateWorkflowTypeCommand.js +1 -1
  10. package/dist-cjs/commands/DescribeActivityTypeCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeDomainCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeWorkflowExecutionCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeWorkflowTypeCommand.js +2 -2
  14. package/dist-cjs/commands/GetWorkflowExecutionHistoryCommand.js +2 -2
  15. package/dist-cjs/commands/ListActivityTypesCommand.js +2 -2
  16. package/dist-cjs/commands/ListClosedWorkflowExecutionsCommand.js +2 -2
  17. package/dist-cjs/commands/ListDomainsCommand.js +2 -2
  18. package/dist-cjs/commands/ListOpenWorkflowExecutionsCommand.js +2 -2
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  20. package/dist-cjs/commands/ListWorkflowTypesCommand.js +2 -2
  21. package/dist-cjs/commands/PollForActivityTaskCommand.js +2 -2
  22. package/dist-cjs/commands/PollForDecisionTaskCommand.js +2 -2
  23. package/dist-cjs/commands/RecordActivityTaskHeartbeatCommand.js +2 -2
  24. package/dist-cjs/commands/RegisterActivityTypeCommand.js +1 -1
  25. package/dist-cjs/commands/RegisterDomainCommand.js +1 -1
  26. package/dist-cjs/commands/RegisterWorkflowTypeCommand.js +1 -1
  27. package/dist-cjs/commands/RequestCancelWorkflowExecutionCommand.js +1 -1
  28. package/dist-cjs/commands/RespondActivityTaskCanceledCommand.js +1 -1
  29. package/dist-cjs/commands/RespondActivityTaskCompletedCommand.js +1 -1
  30. package/dist-cjs/commands/RespondActivityTaskFailedCommand.js +1 -1
  31. package/dist-cjs/commands/RespondDecisionTaskCompletedCommand.js +1 -1
  32. package/dist-cjs/commands/SignalWorkflowExecutionCommand.js +1 -1
  33. package/dist-cjs/commands/StartWorkflowExecutionCommand.js +2 -2
  34. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  35. package/dist-cjs/commands/TerminateWorkflowExecutionCommand.js +1 -1
  36. package/dist-cjs/commands/UndeprecateActivityTypeCommand.js +1 -1
  37. package/dist-cjs/commands/UndeprecateDomainCommand.js +1 -1
  38. package/dist-cjs/commands/UndeprecateWorkflowTypeCommand.js +1 -1
  39. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  40. package/dist-cjs/models/models_0.js +568 -850
  41. package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +3 -3
  42. package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +3 -3
  43. package/dist-es/commands/CountPendingActivityTasksCommand.js +3 -3
  44. package/dist-es/commands/CountPendingDecisionTasksCommand.js +3 -3
  45. package/dist-es/commands/DeprecateActivityTypeCommand.js +2 -2
  46. package/dist-es/commands/DeprecateDomainCommand.js +2 -2
  47. package/dist-es/commands/DeprecateWorkflowTypeCommand.js +2 -2
  48. package/dist-es/commands/DescribeActivityTypeCommand.js +3 -3
  49. package/dist-es/commands/DescribeDomainCommand.js +3 -3
  50. package/dist-es/commands/DescribeWorkflowExecutionCommand.js +3 -3
  51. package/dist-es/commands/DescribeWorkflowTypeCommand.js +3 -3
  52. package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +3 -3
  53. package/dist-es/commands/ListActivityTypesCommand.js +3 -3
  54. package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +3 -3
  55. package/dist-es/commands/ListDomainsCommand.js +3 -3
  56. package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +3 -3
  57. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  58. package/dist-es/commands/ListWorkflowTypesCommand.js +3 -3
  59. package/dist-es/commands/PollForActivityTaskCommand.js +3 -3
  60. package/dist-es/commands/PollForDecisionTaskCommand.js +3 -3
  61. package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +3 -3
  62. package/dist-es/commands/RegisterActivityTypeCommand.js +2 -2
  63. package/dist-es/commands/RegisterDomainCommand.js +2 -2
  64. package/dist-es/commands/RegisterWorkflowTypeCommand.js +2 -2
  65. package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +2 -2
  66. package/dist-es/commands/RespondActivityTaskCanceledCommand.js +2 -2
  67. package/dist-es/commands/RespondActivityTaskCompletedCommand.js +2 -2
  68. package/dist-es/commands/RespondActivityTaskFailedCommand.js +2 -2
  69. package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +2 -2
  70. package/dist-es/commands/SignalWorkflowExecutionCommand.js +2 -2
  71. package/dist-es/commands/StartWorkflowExecutionCommand.js +3 -3
  72. package/dist-es/commands/TagResourceCommand.js +2 -2
  73. package/dist-es/commands/TerminateWorkflowExecutionCommand.js +2 -2
  74. package/dist-es/commands/UndeprecateActivityTypeCommand.js +2 -2
  75. package/dist-es/commands/UndeprecateDomainCommand.js +2 -2
  76. package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +2 -2
  77. package/dist-es/commands/UntagResourceCommand.js +2 -2
  78. package/dist-es/models/models_0.js +141 -564
  79. package/dist-types/models/models_0.d.ts +564 -846
  80. package/dist-types/ts3.4/models/models_0.d.ts +282 -564
  81. package/package.json +7 -7
@@ -7,10 +7,6 @@ export interface ActivityType {
7
7
 
8
8
  version: string | undefined;
9
9
  }
10
- export declare namespace ActivityType {
11
-
12
- const filterSensitiveLog: (obj: ActivityType) => any;
13
- }
14
10
 
15
11
  export interface WorkflowExecution {
16
12
 
@@ -18,10 +14,6 @@ export interface WorkflowExecution {
18
14
 
19
15
  runId: string | undefined;
20
16
  }
21
- export declare namespace WorkflowExecution {
22
-
23
- const filterSensitiveLog: (obj: WorkflowExecution) => any;
24
- }
25
17
 
26
18
  export interface ActivityTask {
27
19
 
@@ -37,10 +29,6 @@ export interface ActivityTask {
37
29
 
38
30
  input?: string;
39
31
  }
40
- export declare namespace ActivityTask {
41
-
42
- const filterSensitiveLog: (obj: ActivityTask) => any;
43
- }
44
32
 
45
33
  export interface ActivityTaskCanceledEventAttributes {
46
34
 
@@ -52,10 +40,6 @@ export interface ActivityTaskCanceledEventAttributes {
52
40
 
53
41
  latestCancelRequestedEventId?: number;
54
42
  }
55
- export declare namespace ActivityTaskCanceledEventAttributes {
56
-
57
- const filterSensitiveLog: (obj: ActivityTaskCanceledEventAttributes) => any;
58
- }
59
43
 
60
44
  export interface ActivityTaskCancelRequestedEventAttributes {
61
45
 
@@ -63,10 +47,6 @@ export interface ActivityTaskCancelRequestedEventAttributes {
63
47
 
64
48
  activityId: string | undefined;
65
49
  }
66
- export declare namespace ActivityTaskCancelRequestedEventAttributes {
67
-
68
- const filterSensitiveLog: (obj: ActivityTaskCancelRequestedEventAttributes) => any;
69
- }
70
50
 
71
51
  export interface ActivityTaskCompletedEventAttributes {
72
52
 
@@ -76,10 +56,6 @@ export interface ActivityTaskCompletedEventAttributes {
76
56
 
77
57
  startedEventId: number | undefined;
78
58
  }
79
- export declare namespace ActivityTaskCompletedEventAttributes {
80
-
81
- const filterSensitiveLog: (obj: ActivityTaskCompletedEventAttributes) => any;
82
- }
83
59
 
84
60
  export interface ActivityTaskFailedEventAttributes {
85
61
 
@@ -91,19 +67,11 @@ export interface ActivityTaskFailedEventAttributes {
91
67
 
92
68
  startedEventId: number | undefined;
93
69
  }
94
- export declare namespace ActivityTaskFailedEventAttributes {
95
-
96
- const filterSensitiveLog: (obj: ActivityTaskFailedEventAttributes) => any;
97
- }
98
70
 
99
71
  export interface TaskList {
100
72
 
101
73
  name: string | undefined;
102
74
  }
103
- export declare namespace TaskList {
104
-
105
- const filterSensitiveLog: (obj: TaskList) => any;
106
- }
107
75
 
108
76
  export interface ActivityTaskScheduledEventAttributes {
109
77
 
@@ -129,10 +97,6 @@ export interface ActivityTaskScheduledEventAttributes {
129
97
 
130
98
  heartbeatTimeout?: string;
131
99
  }
132
- export declare namespace ActivityTaskScheduledEventAttributes {
133
-
134
- const filterSensitiveLog: (obj: ActivityTaskScheduledEventAttributes) => any;
135
- }
136
100
 
137
101
  export interface ActivityTaskStartedEventAttributes {
138
102
 
@@ -140,19 +104,11 @@ export interface ActivityTaskStartedEventAttributes {
140
104
 
141
105
  scheduledEventId: number | undefined;
142
106
  }
143
- export declare namespace ActivityTaskStartedEventAttributes {
144
-
145
- const filterSensitiveLog: (obj: ActivityTaskStartedEventAttributes) => any;
146
- }
147
107
 
148
108
  export interface ActivityTaskStatus {
149
109
 
150
110
  cancelRequested: boolean | undefined;
151
111
  }
152
- export declare namespace ActivityTaskStatus {
153
-
154
- const filterSensitiveLog: (obj: ActivityTaskStatus) => any;
155
- }
156
112
  export declare type ActivityTaskTimeoutType = "HEARTBEAT" | "SCHEDULE_TO_CLOSE" | "SCHEDULE_TO_START" | "START_TO_CLOSE";
157
113
 
158
114
  export interface ActivityTaskTimedOutEventAttributes {
@@ -165,10 +121,6 @@ export interface ActivityTaskTimedOutEventAttributes {
165
121
 
166
122
  details?: string;
167
123
  }
168
- export declare namespace ActivityTaskTimedOutEventAttributes {
169
-
170
- const filterSensitiveLog: (obj: ActivityTaskTimedOutEventAttributes) => any;
171
- }
172
124
 
173
125
  export interface ActivityTypeConfiguration {
174
126
 
@@ -184,10 +136,6 @@ export interface ActivityTypeConfiguration {
184
136
 
185
137
  defaultTaskScheduleToCloseTimeout?: string;
186
138
  }
187
- export declare namespace ActivityTypeConfiguration {
188
-
189
- const filterSensitiveLog: (obj: ActivityTypeConfiguration) => any;
190
- }
191
139
  export declare type RegistrationStatus = "DEPRECATED" | "REGISTERED";
192
140
 
193
141
  export interface ActivityTypeInfo {
@@ -202,10 +150,6 @@ export interface ActivityTypeInfo {
202
150
 
203
151
  deprecationDate?: Date;
204
152
  }
205
- export declare namespace ActivityTypeInfo {
206
-
207
- const filterSensitiveLog: (obj: ActivityTypeInfo) => any;
208
- }
209
153
 
210
154
  export interface ActivityTypeDetail {
211
155
 
@@ -213,10 +157,6 @@ export interface ActivityTypeDetail {
213
157
 
214
158
  configuration: ActivityTypeConfiguration | undefined;
215
159
  }
216
- export declare namespace ActivityTypeDetail {
217
-
218
- const filterSensitiveLog: (obj: ActivityTypeDetail) => any;
219
- }
220
160
 
221
161
  export interface ActivityTypeInfos {
222
162
 
@@ -224,19 +164,11 @@ export interface ActivityTypeInfos {
224
164
 
225
165
  nextPageToken?: string;
226
166
  }
227
- export declare namespace ActivityTypeInfos {
228
-
229
- const filterSensitiveLog: (obj: ActivityTypeInfos) => any;
230
- }
231
167
 
232
168
  export interface CancelTimerDecisionAttributes {
233
169
 
234
170
  timerId: string | undefined;
235
171
  }
236
- export declare namespace CancelTimerDecisionAttributes {
237
-
238
- const filterSensitiveLog: (obj: CancelTimerDecisionAttributes) => any;
239
- }
240
172
  export declare type CancelTimerFailedCause = "OPERATION_NOT_PERMITTED" | "TIMER_ID_UNKNOWN";
241
173
 
242
174
  export interface CancelTimerFailedEventAttributes {
@@ -247,19 +179,11 @@ export interface CancelTimerFailedEventAttributes {
247
179
 
248
180
  decisionTaskCompletedEventId: number | undefined;
249
181
  }
250
- export declare namespace CancelTimerFailedEventAttributes {
251
-
252
- const filterSensitiveLog: (obj: CancelTimerFailedEventAttributes) => any;
253
- }
254
182
 
255
183
  export interface CancelWorkflowExecutionDecisionAttributes {
256
184
 
257
185
  details?: string;
258
186
  }
259
- export declare namespace CancelWorkflowExecutionDecisionAttributes {
260
-
261
- const filterSensitiveLog: (obj: CancelWorkflowExecutionDecisionAttributes) => any;
262
- }
263
187
  export declare type CancelWorkflowExecutionFailedCause = "OPERATION_NOT_PERMITTED" | "UNHANDLED_DECISION";
264
188
 
265
189
  export interface CancelWorkflowExecutionFailedEventAttributes {
@@ -268,10 +192,6 @@ export interface CancelWorkflowExecutionFailedEventAttributes {
268
192
 
269
193
  decisionTaskCompletedEventId: number | undefined;
270
194
  }
271
- export declare namespace CancelWorkflowExecutionFailedEventAttributes {
272
-
273
- const filterSensitiveLog: (obj: CancelWorkflowExecutionFailedEventAttributes) => any;
274
- }
275
195
  export declare type ChildPolicy = "ABANDON" | "REQUEST_CANCEL" | "TERMINATE";
276
196
 
277
197
  export interface WorkflowType {
@@ -280,10 +200,6 @@ export interface WorkflowType {
280
200
 
281
201
  version: string | undefined;
282
202
  }
283
- export declare namespace WorkflowType {
284
-
285
- const filterSensitiveLog: (obj: WorkflowType) => any;
286
- }
287
203
 
288
204
  export interface ChildWorkflowExecutionCanceledEventAttributes {
289
205
 
@@ -297,10 +213,6 @@ export interface ChildWorkflowExecutionCanceledEventAttributes {
297
213
 
298
214
  startedEventId: number | undefined;
299
215
  }
300
- export declare namespace ChildWorkflowExecutionCanceledEventAttributes {
301
-
302
- const filterSensitiveLog: (obj: ChildWorkflowExecutionCanceledEventAttributes) => any;
303
- }
304
216
 
305
217
  export interface ChildWorkflowExecutionCompletedEventAttributes {
306
218
 
@@ -314,10 +226,6 @@ export interface ChildWorkflowExecutionCompletedEventAttributes {
314
226
 
315
227
  startedEventId: number | undefined;
316
228
  }
317
- export declare namespace ChildWorkflowExecutionCompletedEventAttributes {
318
-
319
- const filterSensitiveLog: (obj: ChildWorkflowExecutionCompletedEventAttributes) => any;
320
- }
321
229
 
322
230
  export interface ChildWorkflowExecutionFailedEventAttributes {
323
231
 
@@ -333,10 +241,6 @@ export interface ChildWorkflowExecutionFailedEventAttributes {
333
241
 
334
242
  startedEventId: number | undefined;
335
243
  }
336
- export declare namespace ChildWorkflowExecutionFailedEventAttributes {
337
-
338
- const filterSensitiveLog: (obj: ChildWorkflowExecutionFailedEventAttributes) => any;
339
- }
340
244
 
341
245
  export interface ChildWorkflowExecutionStartedEventAttributes {
342
246
 
@@ -346,10 +250,6 @@ export interface ChildWorkflowExecutionStartedEventAttributes {
346
250
 
347
251
  initiatedEventId: number | undefined;
348
252
  }
349
- export declare namespace ChildWorkflowExecutionStartedEventAttributes {
350
-
351
- const filterSensitiveLog: (obj: ChildWorkflowExecutionStartedEventAttributes) => any;
352
- }
353
253
 
354
254
  export interface ChildWorkflowExecutionTerminatedEventAttributes {
355
255
 
@@ -361,10 +261,6 @@ export interface ChildWorkflowExecutionTerminatedEventAttributes {
361
261
 
362
262
  startedEventId: number | undefined;
363
263
  }
364
- export declare namespace ChildWorkflowExecutionTerminatedEventAttributes {
365
-
366
- const filterSensitiveLog: (obj: ChildWorkflowExecutionTerminatedEventAttributes) => any;
367
- }
368
264
  export declare type WorkflowExecutionTimeoutType = "START_TO_CLOSE";
369
265
 
370
266
  export interface ChildWorkflowExecutionTimedOutEventAttributes {
@@ -379,29 +275,17 @@ export interface ChildWorkflowExecutionTimedOutEventAttributes {
379
275
 
380
276
  startedEventId: number | undefined;
381
277
  }
382
- export declare namespace ChildWorkflowExecutionTimedOutEventAttributes {
383
-
384
- const filterSensitiveLog: (obj: ChildWorkflowExecutionTimedOutEventAttributes) => any;
385
- }
386
278
  export declare type CloseStatus = "CANCELED" | "COMPLETED" | "CONTINUED_AS_NEW" | "FAILED" | "TERMINATED" | "TIMED_OUT";
387
279
 
388
280
  export interface CloseStatusFilter {
389
281
 
390
282
  status: CloseStatus | string | undefined;
391
283
  }
392
- export declare namespace CloseStatusFilter {
393
-
394
- const filterSensitiveLog: (obj: CloseStatusFilter) => any;
395
- }
396
284
 
397
285
  export interface CompleteWorkflowExecutionDecisionAttributes {
398
286
 
399
287
  result?: string;
400
288
  }
401
- export declare namespace CompleteWorkflowExecutionDecisionAttributes {
402
-
403
- const filterSensitiveLog: (obj: CompleteWorkflowExecutionDecisionAttributes) => any;
404
- }
405
289
  export declare type CompleteWorkflowExecutionFailedCause = "OPERATION_NOT_PERMITTED" | "UNHANDLED_DECISION";
406
290
 
407
291
  export interface CompleteWorkflowExecutionFailedEventAttributes {
@@ -410,10 +294,6 @@ export interface CompleteWorkflowExecutionFailedEventAttributes {
410
294
 
411
295
  decisionTaskCompletedEventId: number | undefined;
412
296
  }
413
- export declare namespace CompleteWorkflowExecutionFailedEventAttributes {
414
-
415
- const filterSensitiveLog: (obj: CompleteWorkflowExecutionFailedEventAttributes) => any;
416
- }
417
297
 
418
298
  export interface ContinueAsNewWorkflowExecutionDecisionAttributes {
419
299
 
@@ -435,10 +315,6 @@ export interface ContinueAsNewWorkflowExecutionDecisionAttributes {
435
315
 
436
316
  lambdaRole?: string;
437
317
  }
438
- export declare namespace ContinueAsNewWorkflowExecutionDecisionAttributes {
439
-
440
- const filterSensitiveLog: (obj: ContinueAsNewWorkflowExecutionDecisionAttributes) => any;
441
- }
442
318
  export declare type ContinueAsNewWorkflowExecutionFailedCause = "CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED" | "DEFAULT_CHILD_POLICY_UNDEFINED" | "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED" | "DEFAULT_TASK_LIST_UNDEFINED" | "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED" | "OPERATION_NOT_PERMITTED" | "UNHANDLED_DECISION" | "WORKFLOW_TYPE_DEPRECATED" | "WORKFLOW_TYPE_DOES_NOT_EXIST";
443
319
 
444
320
  export interface ContinueAsNewWorkflowExecutionFailedEventAttributes {
@@ -447,10 +323,6 @@ export interface ContinueAsNewWorkflowExecutionFailedEventAttributes {
447
323
 
448
324
  decisionTaskCompletedEventId: number | undefined;
449
325
  }
450
- export declare namespace ContinueAsNewWorkflowExecutionFailedEventAttributes {
451
-
452
- const filterSensitiveLog: (obj: ContinueAsNewWorkflowExecutionFailedEventAttributes) => any;
453
- }
454
326
 
455
327
  export interface ExecutionTimeFilter {
456
328
 
@@ -458,28 +330,16 @@ export interface ExecutionTimeFilter {
458
330
 
459
331
  latestDate?: Date;
460
332
  }
461
- export declare namespace ExecutionTimeFilter {
462
-
463
- const filterSensitiveLog: (obj: ExecutionTimeFilter) => any;
464
- }
465
333
 
466
334
  export interface WorkflowExecutionFilter {
467
335
 
468
336
  workflowId: string | undefined;
469
337
  }
470
- export declare namespace WorkflowExecutionFilter {
471
-
472
- const filterSensitiveLog: (obj: WorkflowExecutionFilter) => any;
473
- }
474
338
 
475
339
  export interface TagFilter {
476
340
 
477
341
  tag: string | undefined;
478
342
  }
479
- export declare namespace TagFilter {
480
-
481
- const filterSensitiveLog: (obj: TagFilter) => any;
482
- }
483
343
 
484
344
  export interface WorkflowTypeFilter {
485
345
 
@@ -487,10 +347,6 @@ export interface WorkflowTypeFilter {
487
347
 
488
348
  version?: string;
489
349
  }
490
- export declare namespace WorkflowTypeFilter {
491
-
492
- const filterSensitiveLog: (obj: WorkflowTypeFilter) => any;
493
- }
494
350
  export interface CountClosedWorkflowExecutionsInput {
495
351
 
496
352
  domain: string | undefined;
@@ -507,10 +363,6 @@ export interface CountClosedWorkflowExecutionsInput {
507
363
 
508
364
  closeStatusFilter?: CloseStatusFilter;
509
365
  }
510
- export declare namespace CountClosedWorkflowExecutionsInput {
511
-
512
- const filterSensitiveLog: (obj: CountClosedWorkflowExecutionsInput) => any;
513
- }
514
366
 
515
367
  export declare class OperationNotPermittedFault extends __BaseException {
516
368
  readonly name: "OperationNotPermittedFault";
@@ -532,10 +384,6 @@ export interface WorkflowExecutionCount {
532
384
 
533
385
  truncated?: boolean;
534
386
  }
535
- export declare namespace WorkflowExecutionCount {
536
-
537
- const filterSensitiveLog: (obj: WorkflowExecutionCount) => any;
538
- }
539
387
  export interface CountOpenWorkflowExecutionsInput {
540
388
 
541
389
  domain: string | undefined;
@@ -548,20 +396,12 @@ export interface CountOpenWorkflowExecutionsInput {
548
396
 
549
397
  executionFilter?: WorkflowExecutionFilter;
550
398
  }
551
- export declare namespace CountOpenWorkflowExecutionsInput {
552
-
553
- const filterSensitiveLog: (obj: CountOpenWorkflowExecutionsInput) => any;
554
- }
555
399
  export interface CountPendingActivityTasksInput {
556
400
 
557
401
  domain: string | undefined;
558
402
 
559
403
  taskList: TaskList | undefined;
560
404
  }
561
- export declare namespace CountPendingActivityTasksInput {
562
-
563
- const filterSensitiveLog: (obj: CountPendingActivityTasksInput) => any;
564
- }
565
405
 
566
406
  export interface PendingTaskCount {
567
407
 
@@ -569,20 +409,12 @@ export interface PendingTaskCount {
569
409
 
570
410
  truncated?: boolean;
571
411
  }
572
- export declare namespace PendingTaskCount {
573
-
574
- const filterSensitiveLog: (obj: PendingTaskCount) => any;
575
- }
576
412
  export interface CountPendingDecisionTasksInput {
577
413
 
578
414
  domain: string | undefined;
579
415
 
580
416
  taskList: TaskList | undefined;
581
417
  }
582
- export declare namespace CountPendingDecisionTasksInput {
583
-
584
- const filterSensitiveLog: (obj: CountPendingDecisionTasksInput) => any;
585
- }
586
418
  export declare type DecisionType = "CancelTimer" | "CancelWorkflowExecution" | "CompleteWorkflowExecution" | "ContinueAsNewWorkflowExecution" | "FailWorkflowExecution" | "RecordMarker" | "RequestCancelActivityTask" | "RequestCancelExternalWorkflowExecution" | "ScheduleActivityTask" | "ScheduleLambdaFunction" | "SignalExternalWorkflowExecution" | "StartChildWorkflowExecution" | "StartTimer";
587
419
 
588
420
  export interface FailWorkflowExecutionDecisionAttributes {
@@ -591,10 +423,6 @@ export interface FailWorkflowExecutionDecisionAttributes {
591
423
 
592
424
  details?: string;
593
425
  }
594
- export declare namespace FailWorkflowExecutionDecisionAttributes {
595
-
596
- const filterSensitiveLog: (obj: FailWorkflowExecutionDecisionAttributes) => any;
597
- }
598
426
 
599
427
  export interface RecordMarkerDecisionAttributes {
600
428
 
@@ -602,19 +430,11 @@ export interface RecordMarkerDecisionAttributes {
602
430
 
603
431
  details?: string;
604
432
  }
605
- export declare namespace RecordMarkerDecisionAttributes {
606
-
607
- const filterSensitiveLog: (obj: RecordMarkerDecisionAttributes) => any;
608
- }
609
433
 
610
434
  export interface RequestCancelActivityTaskDecisionAttributes {
611
435
 
612
436
  activityId: string | undefined;
613
437
  }
614
- export declare namespace RequestCancelActivityTaskDecisionAttributes {
615
-
616
- const filterSensitiveLog: (obj: RequestCancelActivityTaskDecisionAttributes) => any;
617
- }
618
438
 
619
439
  export interface RequestCancelExternalWorkflowExecutionDecisionAttributes {
620
440
 
@@ -624,10 +444,6 @@ export interface RequestCancelExternalWorkflowExecutionDecisionAttributes {
624
444
 
625
445
  control?: string;
626
446
  }
627
- export declare namespace RequestCancelExternalWorkflowExecutionDecisionAttributes {
628
-
629
- const filterSensitiveLog: (obj: RequestCancelExternalWorkflowExecutionDecisionAttributes) => any;
630
- }
631
447
 
632
448
  export interface ScheduleActivityTaskDecisionAttributes {
633
449
 
@@ -651,10 +467,6 @@ export interface ScheduleActivityTaskDecisionAttributes {
651
467
 
652
468
  heartbeatTimeout?: string;
653
469
  }
654
- export declare namespace ScheduleActivityTaskDecisionAttributes {
655
-
656
- const filterSensitiveLog: (obj: ScheduleActivityTaskDecisionAttributes) => any;
657
- }
658
470
 
659
471
  export interface ScheduleLambdaFunctionDecisionAttributes {
660
472
 
@@ -668,10 +480,6 @@ export interface ScheduleLambdaFunctionDecisionAttributes {
668
480
 
669
481
  startToCloseTimeout?: string;
670
482
  }
671
- export declare namespace ScheduleLambdaFunctionDecisionAttributes {
672
-
673
- const filterSensitiveLog: (obj: ScheduleLambdaFunctionDecisionAttributes) => any;
674
- }
675
483
 
676
484
  export interface SignalExternalWorkflowExecutionDecisionAttributes {
677
485
 
@@ -685,10 +493,6 @@ export interface SignalExternalWorkflowExecutionDecisionAttributes {
685
493
 
686
494
  control?: string;
687
495
  }
688
- export declare namespace SignalExternalWorkflowExecutionDecisionAttributes {
689
-
690
- const filterSensitiveLog: (obj: SignalExternalWorkflowExecutionDecisionAttributes) => any;
691
- }
692
496
 
693
497
  export interface StartChildWorkflowExecutionDecisionAttributes {
694
498
 
@@ -714,10 +518,6 @@ export interface StartChildWorkflowExecutionDecisionAttributes {
714
518
 
715
519
  lambdaRole?: string;
716
520
  }
717
- export declare namespace StartChildWorkflowExecutionDecisionAttributes {
718
-
719
- const filterSensitiveLog: (obj: StartChildWorkflowExecutionDecisionAttributes) => any;
720
- }
721
521
 
722
522
  export interface StartTimerDecisionAttributes {
723
523
 
@@ -727,10 +527,6 @@ export interface StartTimerDecisionAttributes {
727
527
 
728
528
  startToFireTimeout: string | undefined;
729
529
  }
730
- export declare namespace StartTimerDecisionAttributes {
731
-
732
- const filterSensitiveLog: (obj: StartTimerDecisionAttributes) => any;
733
- }
734
530
 
735
531
  export interface Decision {
736
532
 
@@ -762,10 +558,6 @@ export interface Decision {
762
558
 
763
559
  scheduleLambdaFunctionDecisionAttributes?: ScheduleLambdaFunctionDecisionAttributes;
764
560
  }
765
- export declare namespace Decision {
766
-
767
- const filterSensitiveLog: (obj: Decision) => any;
768
- }
769
561
 
770
562
  export interface DecisionTaskCompletedEventAttributes {
771
563
 
@@ -775,10 +567,6 @@ export interface DecisionTaskCompletedEventAttributes {
775
567
 
776
568
  startedEventId: number | undefined;
777
569
  }
778
- export declare namespace DecisionTaskCompletedEventAttributes {
779
-
780
- const filterSensitiveLog: (obj: DecisionTaskCompletedEventAttributes) => any;
781
- }
782
570
 
783
571
  export interface DecisionTaskScheduledEventAttributes {
784
572
 
@@ -788,10 +576,6 @@ export interface DecisionTaskScheduledEventAttributes {
788
576
 
789
577
  startToCloseTimeout?: string;
790
578
  }
791
- export declare namespace DecisionTaskScheduledEventAttributes {
792
-
793
- const filterSensitiveLog: (obj: DecisionTaskScheduledEventAttributes) => any;
794
- }
795
579
 
796
580
  export interface DecisionTaskStartedEventAttributes {
797
581
 
@@ -799,10 +583,6 @@ export interface DecisionTaskStartedEventAttributes {
799
583
 
800
584
  scheduledEventId: number | undefined;
801
585
  }
802
- export declare namespace DecisionTaskStartedEventAttributes {
803
-
804
- const filterSensitiveLog: (obj: DecisionTaskStartedEventAttributes) => any;
805
- }
806
586
  export declare type DecisionTaskTimeoutType = "START_TO_CLOSE";
807
587
 
808
588
  export interface DecisionTaskTimedOutEventAttributes {
@@ -813,10 +593,6 @@ export interface DecisionTaskTimedOutEventAttributes {
813
593
 
814
594
  startedEventId: number | undefined;
815
595
  }
816
- export declare namespace DecisionTaskTimedOutEventAttributes {
817
-
818
- const filterSensitiveLog: (obj: DecisionTaskTimedOutEventAttributes) => any;
819
- }
820
596
  export declare type EventType = "ActivityTaskCancelRequested" | "ActivityTaskCanceled" | "ActivityTaskCompleted" | "ActivityTaskFailed" | "ActivityTaskScheduled" | "ActivityTaskStarted" | "ActivityTaskTimedOut" | "CancelTimerFailed" | "CancelWorkflowExecutionFailed" | "ChildWorkflowExecutionCanceled" | "ChildWorkflowExecutionCompleted" | "ChildWorkflowExecutionFailed" | "ChildWorkflowExecutionStarted" | "ChildWorkflowExecutionTerminated" | "ChildWorkflowExecutionTimedOut" | "CompleteWorkflowExecutionFailed" | "ContinueAsNewWorkflowExecutionFailed" | "DecisionTaskCompleted" | "DecisionTaskScheduled" | "DecisionTaskStarted" | "DecisionTaskTimedOut" | "ExternalWorkflowExecutionCancelRequested" | "ExternalWorkflowExecutionSignaled" | "FailWorkflowExecutionFailed" | "LambdaFunctionCompleted" | "LambdaFunctionFailed" | "LambdaFunctionScheduled" | "LambdaFunctionStarted" | "LambdaFunctionTimedOut" | "MarkerRecorded" | "RecordMarkerFailed" | "RequestCancelActivityTaskFailed" | "RequestCancelExternalWorkflowExecutionFailed" | "RequestCancelExternalWorkflowExecutionInitiated" | "ScheduleActivityTaskFailed" | "ScheduleLambdaFunctionFailed" | "SignalExternalWorkflowExecutionFailed" | "SignalExternalWorkflowExecutionInitiated" | "StartChildWorkflowExecutionFailed" | "StartChildWorkflowExecutionInitiated" | "StartLambdaFunctionFailed" | "StartTimerFailed" | "TimerCanceled" | "TimerFired" | "TimerStarted" | "WorkflowExecutionCancelRequested" | "WorkflowExecutionCanceled" | "WorkflowExecutionCompleted" | "WorkflowExecutionContinuedAsNew" | "WorkflowExecutionFailed" | "WorkflowExecutionSignaled" | "WorkflowExecutionStarted" | "WorkflowExecutionTerminated" | "WorkflowExecutionTimedOut";
821
597
 
822
598
  export interface ExternalWorkflowExecutionCancelRequestedEventAttributes {
@@ -825,10 +601,6 @@ export interface ExternalWorkflowExecutionCancelRequestedEventAttributes {
825
601
 
826
602
  initiatedEventId: number | undefined;
827
603
  }
828
- export declare namespace ExternalWorkflowExecutionCancelRequestedEventAttributes {
829
-
830
- const filterSensitiveLog: (obj: ExternalWorkflowExecutionCancelRequestedEventAttributes) => any;
831
- }
832
604
 
833
605
  export interface ExternalWorkflowExecutionSignaledEventAttributes {
834
606
 
@@ -836,10 +608,6 @@ export interface ExternalWorkflowExecutionSignaledEventAttributes {
836
608
 
837
609
  initiatedEventId: number | undefined;
838
610
  }
839
- export declare namespace ExternalWorkflowExecutionSignaledEventAttributes {
840
-
841
- const filterSensitiveLog: (obj: ExternalWorkflowExecutionSignaledEventAttributes) => any;
842
- }
843
611
  export declare type FailWorkflowExecutionFailedCause = "OPERATION_NOT_PERMITTED" | "UNHANDLED_DECISION";
844
612
 
845
613
  export interface FailWorkflowExecutionFailedEventAttributes {
@@ -848,10 +616,6 @@ export interface FailWorkflowExecutionFailedEventAttributes {
848
616
 
849
617
  decisionTaskCompletedEventId: number | undefined;
850
618
  }
851
- export declare namespace FailWorkflowExecutionFailedEventAttributes {
852
-
853
- const filterSensitiveLog: (obj: FailWorkflowExecutionFailedEventAttributes) => any;
854
- }
855
619
 
856
620
  export interface LambdaFunctionCompletedEventAttributes {
857
621
 
@@ -861,10 +625,6 @@ export interface LambdaFunctionCompletedEventAttributes {
861
625
 
862
626
  result?: string;
863
627
  }
864
- export declare namespace LambdaFunctionCompletedEventAttributes {
865
-
866
- const filterSensitiveLog: (obj: LambdaFunctionCompletedEventAttributes) => any;
867
- }
868
628
 
869
629
  export interface LambdaFunctionFailedEventAttributes {
870
630
 
@@ -876,10 +636,6 @@ export interface LambdaFunctionFailedEventAttributes {
876
636
 
877
637
  details?: string;
878
638
  }
879
- export declare namespace LambdaFunctionFailedEventAttributes {
880
-
881
- const filterSensitiveLog: (obj: LambdaFunctionFailedEventAttributes) => any;
882
- }
883
639
 
884
640
  export interface LambdaFunctionScheduledEventAttributes {
885
641
 
@@ -895,19 +651,11 @@ export interface LambdaFunctionScheduledEventAttributes {
895
651
 
896
652
  decisionTaskCompletedEventId: number | undefined;
897
653
  }
898
- export declare namespace LambdaFunctionScheduledEventAttributes {
899
-
900
- const filterSensitiveLog: (obj: LambdaFunctionScheduledEventAttributes) => any;
901
- }
902
654
 
903
655
  export interface LambdaFunctionStartedEventAttributes {
904
656
 
905
657
  scheduledEventId: number | undefined;
906
658
  }
907
- export declare namespace LambdaFunctionStartedEventAttributes {
908
-
909
- const filterSensitiveLog: (obj: LambdaFunctionStartedEventAttributes) => any;
910
- }
911
659
  export declare type LambdaFunctionTimeoutType = "START_TO_CLOSE";
912
660
 
913
661
  export interface LambdaFunctionTimedOutEventAttributes {
@@ -918,10 +666,6 @@ export interface LambdaFunctionTimedOutEventAttributes {
918
666
 
919
667
  timeoutType?: LambdaFunctionTimeoutType | string;
920
668
  }
921
- export declare namespace LambdaFunctionTimedOutEventAttributes {
922
-
923
- const filterSensitiveLog: (obj: LambdaFunctionTimedOutEventAttributes) => any;
924
- }
925
669
 
926
670
  export interface MarkerRecordedEventAttributes {
927
671
 
@@ -931,10 +675,6 @@ export interface MarkerRecordedEventAttributes {
931
675
 
932
676
  decisionTaskCompletedEventId: number | undefined;
933
677
  }
934
- export declare namespace MarkerRecordedEventAttributes {
935
-
936
- const filterSensitiveLog: (obj: MarkerRecordedEventAttributes) => any;
937
- }
938
678
  export declare type RecordMarkerFailedCause = "OPERATION_NOT_PERMITTED";
939
679
 
940
680
  export interface RecordMarkerFailedEventAttributes {
@@ -945,10 +685,6 @@ export interface RecordMarkerFailedEventAttributes {
945
685
 
946
686
  decisionTaskCompletedEventId: number | undefined;
947
687
  }
948
- export declare namespace RecordMarkerFailedEventAttributes {
949
-
950
- const filterSensitiveLog: (obj: RecordMarkerFailedEventAttributes) => any;
951
- }
952
688
  export declare type RequestCancelActivityTaskFailedCause = "ACTIVITY_ID_UNKNOWN" | "OPERATION_NOT_PERMITTED";
953
689
 
954
690
  export interface RequestCancelActivityTaskFailedEventAttributes {
@@ -959,10 +695,6 @@ export interface RequestCancelActivityTaskFailedEventAttributes {
959
695
 
960
696
  decisionTaskCompletedEventId: number | undefined;
961
697
  }
962
- export declare namespace RequestCancelActivityTaskFailedEventAttributes {
963
-
964
- const filterSensitiveLog: (obj: RequestCancelActivityTaskFailedEventAttributes) => any;
965
- }
966
698
  export declare type RequestCancelExternalWorkflowExecutionFailedCause = "OPERATION_NOT_PERMITTED" | "REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED" | "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION";
967
699
 
968
700
  export interface RequestCancelExternalWorkflowExecutionFailedEventAttributes {
@@ -979,10 +711,6 @@ export interface RequestCancelExternalWorkflowExecutionFailedEventAttributes {
979
711
 
980
712
  control?: string;
981
713
  }
982
- export declare namespace RequestCancelExternalWorkflowExecutionFailedEventAttributes {
983
-
984
- const filterSensitiveLog: (obj: RequestCancelExternalWorkflowExecutionFailedEventAttributes) => any;
985
- }
986
714
 
987
715
  export interface RequestCancelExternalWorkflowExecutionInitiatedEventAttributes {
988
716
 
@@ -994,10 +722,6 @@ export interface RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
994
722
 
995
723
  control?: string;
996
724
  }
997
- export declare namespace RequestCancelExternalWorkflowExecutionInitiatedEventAttributes {
998
-
999
- const filterSensitiveLog: (obj: RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) => any;
1000
- }
1001
725
  export declare type ScheduleActivityTaskFailedCause = "ACTIVITY_CREATION_RATE_EXCEEDED" | "ACTIVITY_ID_ALREADY_IN_USE" | "ACTIVITY_TYPE_DEPRECATED" | "ACTIVITY_TYPE_DOES_NOT_EXIST" | "DEFAULT_HEARTBEAT_TIMEOUT_UNDEFINED" | "DEFAULT_SCHEDULE_TO_CLOSE_TIMEOUT_UNDEFINED" | "DEFAULT_SCHEDULE_TO_START_TIMEOUT_UNDEFINED" | "DEFAULT_START_TO_CLOSE_TIMEOUT_UNDEFINED" | "DEFAULT_TASK_LIST_UNDEFINED" | "OPEN_ACTIVITIES_LIMIT_EXCEEDED" | "OPERATION_NOT_PERMITTED";
1002
726
 
1003
727
  export interface ScheduleActivityTaskFailedEventAttributes {
@@ -1010,10 +734,6 @@ export interface ScheduleActivityTaskFailedEventAttributes {
1010
734
 
1011
735
  decisionTaskCompletedEventId: number | undefined;
1012
736
  }
1013
- export declare namespace ScheduleActivityTaskFailedEventAttributes {
1014
-
1015
- const filterSensitiveLog: (obj: ScheduleActivityTaskFailedEventAttributes) => any;
1016
- }
1017
737
  export declare type ScheduleLambdaFunctionFailedCause = "ID_ALREADY_IN_USE" | "LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED" | "LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION" | "OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED";
1018
738
 
1019
739
  export interface ScheduleLambdaFunctionFailedEventAttributes {
@@ -1026,10 +746,6 @@ export interface ScheduleLambdaFunctionFailedEventAttributes {
1026
746
 
1027
747
  decisionTaskCompletedEventId: number | undefined;
1028
748
  }
1029
- export declare namespace ScheduleLambdaFunctionFailedEventAttributes {
1030
-
1031
- const filterSensitiveLog: (obj: ScheduleLambdaFunctionFailedEventAttributes) => any;
1032
- }
1033
749
  export declare type SignalExternalWorkflowExecutionFailedCause = "OPERATION_NOT_PERMITTED" | "SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED" | "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION";
1034
750
 
1035
751
  export interface SignalExternalWorkflowExecutionFailedEventAttributes {
@@ -1046,10 +762,6 @@ export interface SignalExternalWorkflowExecutionFailedEventAttributes {
1046
762
 
1047
763
  control?: string;
1048
764
  }
1049
- export declare namespace SignalExternalWorkflowExecutionFailedEventAttributes {
1050
-
1051
- const filterSensitiveLog: (obj: SignalExternalWorkflowExecutionFailedEventAttributes) => any;
1052
- }
1053
765
 
1054
766
  export interface SignalExternalWorkflowExecutionInitiatedEventAttributes {
1055
767
 
@@ -1065,10 +777,6 @@ export interface SignalExternalWorkflowExecutionInitiatedEventAttributes {
1065
777
 
1066
778
  control?: string;
1067
779
  }
1068
- export declare namespace SignalExternalWorkflowExecutionInitiatedEventAttributes {
1069
-
1070
- const filterSensitiveLog: (obj: SignalExternalWorkflowExecutionInitiatedEventAttributes) => any;
1071
- }
1072
780
  export declare type StartChildWorkflowExecutionFailedCause = "CHILD_CREATION_RATE_EXCEEDED" | "DEFAULT_CHILD_POLICY_UNDEFINED" | "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED" | "DEFAULT_TASK_LIST_UNDEFINED" | "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED" | "OPEN_CHILDREN_LIMIT_EXCEEDED" | "OPEN_WORKFLOWS_LIMIT_EXCEEDED" | "OPERATION_NOT_PERMITTED" | "WORKFLOW_ALREADY_RUNNING" | "WORKFLOW_TYPE_DEPRECATED" | "WORKFLOW_TYPE_DOES_NOT_EXIST";
1073
781
 
1074
782
  export interface StartChildWorkflowExecutionFailedEventAttributes {
@@ -1085,10 +793,6 @@ export interface StartChildWorkflowExecutionFailedEventAttributes {
1085
793
 
1086
794
  control?: string;
1087
795
  }
1088
- export declare namespace StartChildWorkflowExecutionFailedEventAttributes {
1089
-
1090
- const filterSensitiveLog: (obj: StartChildWorkflowExecutionFailedEventAttributes) => any;
1091
- }
1092
796
 
1093
797
  export interface StartChildWorkflowExecutionInitiatedEventAttributes {
1094
798
 
@@ -1116,10 +820,6 @@ export interface StartChildWorkflowExecutionInitiatedEventAttributes {
1116
820
 
1117
821
  lambdaRole?: string;
1118
822
  }
1119
- export declare namespace StartChildWorkflowExecutionInitiatedEventAttributes {
1120
-
1121
- const filterSensitiveLog: (obj: StartChildWorkflowExecutionInitiatedEventAttributes) => any;
1122
- }
1123
823
  export declare type StartLambdaFunctionFailedCause = "ASSUME_ROLE_FAILED";
1124
824
 
1125
825
  export interface StartLambdaFunctionFailedEventAttributes {
@@ -1130,10 +830,6 @@ export interface StartLambdaFunctionFailedEventAttributes {
1130
830
 
1131
831
  message?: string;
1132
832
  }
1133
- export declare namespace StartLambdaFunctionFailedEventAttributes {
1134
-
1135
- const filterSensitiveLog: (obj: StartLambdaFunctionFailedEventAttributes) => any;
1136
- }
1137
833
  export declare type StartTimerFailedCause = "OPEN_TIMERS_LIMIT_EXCEEDED" | "OPERATION_NOT_PERMITTED" | "TIMER_CREATION_RATE_EXCEEDED" | "TIMER_ID_ALREADY_IN_USE";
1138
834
 
1139
835
  export interface StartTimerFailedEventAttributes {
@@ -1144,10 +840,6 @@ export interface StartTimerFailedEventAttributes {
1144
840
 
1145
841
  decisionTaskCompletedEventId: number | undefined;
1146
842
  }
1147
- export declare namespace StartTimerFailedEventAttributes {
1148
-
1149
- const filterSensitiveLog: (obj: StartTimerFailedEventAttributes) => any;
1150
- }
1151
843
 
1152
844
  export interface TimerCanceledEventAttributes {
1153
845
 
@@ -1157,10 +849,6 @@ export interface TimerCanceledEventAttributes {
1157
849
 
1158
850
  decisionTaskCompletedEventId: number | undefined;
1159
851
  }
1160
- export declare namespace TimerCanceledEventAttributes {
1161
-
1162
- const filterSensitiveLog: (obj: TimerCanceledEventAttributes) => any;
1163
- }
1164
852
 
1165
853
  export interface TimerFiredEventAttributes {
1166
854
 
@@ -1168,10 +856,6 @@ export interface TimerFiredEventAttributes {
1168
856
 
1169
857
  startedEventId: number | undefined;
1170
858
  }
1171
- export declare namespace TimerFiredEventAttributes {
1172
-
1173
- const filterSensitiveLog: (obj: TimerFiredEventAttributes) => any;
1174
- }
1175
859
 
1176
860
  export interface TimerStartedEventAttributes {
1177
861
 
@@ -1183,10 +867,6 @@ export interface TimerStartedEventAttributes {
1183
867
 
1184
868
  decisionTaskCompletedEventId: number | undefined;
1185
869
  }
1186
- export declare namespace TimerStartedEventAttributes {
1187
-
1188
- const filterSensitiveLog: (obj: TimerStartedEventAttributes) => any;
1189
- }
1190
870
 
1191
871
  export interface WorkflowExecutionCanceledEventAttributes {
1192
872
 
@@ -1194,10 +874,6 @@ export interface WorkflowExecutionCanceledEventAttributes {
1194
874
 
1195
875
  decisionTaskCompletedEventId: number | undefined;
1196
876
  }
1197
- export declare namespace WorkflowExecutionCanceledEventAttributes {
1198
-
1199
- const filterSensitiveLog: (obj: WorkflowExecutionCanceledEventAttributes) => any;
1200
- }
1201
877
  export declare type WorkflowExecutionCancelRequestedCause = "CHILD_POLICY_APPLIED";
1202
878
 
1203
879
  export interface WorkflowExecutionCancelRequestedEventAttributes {
@@ -1208,10 +884,6 @@ export interface WorkflowExecutionCancelRequestedEventAttributes {
1208
884
 
1209
885
  cause?: WorkflowExecutionCancelRequestedCause | string;
1210
886
  }
1211
- export declare namespace WorkflowExecutionCancelRequestedEventAttributes {
1212
-
1213
- const filterSensitiveLog: (obj: WorkflowExecutionCancelRequestedEventAttributes) => any;
1214
- }
1215
887
 
1216
888
  export interface WorkflowExecutionCompletedEventAttributes {
1217
889
 
@@ -1219,10 +891,6 @@ export interface WorkflowExecutionCompletedEventAttributes {
1219
891
 
1220
892
  decisionTaskCompletedEventId: number | undefined;
1221
893
  }
1222
- export declare namespace WorkflowExecutionCompletedEventAttributes {
1223
-
1224
- const filterSensitiveLog: (obj: WorkflowExecutionCompletedEventAttributes) => any;
1225
- }
1226
894
 
1227
895
  export interface WorkflowExecutionContinuedAsNewEventAttributes {
1228
896
 
@@ -1248,10 +916,6 @@ export interface WorkflowExecutionContinuedAsNewEventAttributes {
1248
916
 
1249
917
  lambdaRole?: string;
1250
918
  }
1251
- export declare namespace WorkflowExecutionContinuedAsNewEventAttributes {
1252
-
1253
- const filterSensitiveLog: (obj: WorkflowExecutionContinuedAsNewEventAttributes) => any;
1254
- }
1255
919
 
1256
920
  export interface WorkflowExecutionFailedEventAttributes {
1257
921
 
@@ -1261,10 +925,6 @@ export interface WorkflowExecutionFailedEventAttributes {
1261
925
 
1262
926
  decisionTaskCompletedEventId: number | undefined;
1263
927
  }
1264
- export declare namespace WorkflowExecutionFailedEventAttributes {
1265
-
1266
- const filterSensitiveLog: (obj: WorkflowExecutionFailedEventAttributes) => any;
1267
- }
1268
928
 
1269
929
  export interface WorkflowExecutionSignaledEventAttributes {
1270
930
 
@@ -1276,10 +936,6 @@ export interface WorkflowExecutionSignaledEventAttributes {
1276
936
 
1277
937
  externalInitiatedEventId?: number;
1278
938
  }
1279
- export declare namespace WorkflowExecutionSignaledEventAttributes {
1280
-
1281
- const filterSensitiveLog: (obj: WorkflowExecutionSignaledEventAttributes) => any;
1282
- }
1283
939
 
1284
940
  export interface WorkflowExecutionStartedEventAttributes {
1285
941
 
@@ -1307,10 +963,6 @@ export interface WorkflowExecutionStartedEventAttributes {
1307
963
 
1308
964
  lambdaRole?: string;
1309
965
  }
1310
- export declare namespace WorkflowExecutionStartedEventAttributes {
1311
-
1312
- const filterSensitiveLog: (obj: WorkflowExecutionStartedEventAttributes) => any;
1313
- }
1314
966
  export declare type WorkflowExecutionTerminatedCause = "CHILD_POLICY_APPLIED" | "EVENT_LIMIT_EXCEEDED" | "OPERATOR_INITIATED";
1315
967
 
1316
968
  export interface WorkflowExecutionTerminatedEventAttributes {
@@ -1323,10 +975,6 @@ export interface WorkflowExecutionTerminatedEventAttributes {
1323
975
 
1324
976
  cause?: WorkflowExecutionTerminatedCause | string;
1325
977
  }
1326
- export declare namespace WorkflowExecutionTerminatedEventAttributes {
1327
-
1328
- const filterSensitiveLog: (obj: WorkflowExecutionTerminatedEventAttributes) => any;
1329
- }
1330
978
 
1331
979
  export interface WorkflowExecutionTimedOutEventAttributes {
1332
980
 
@@ -1334,10 +982,6 @@ export interface WorkflowExecutionTimedOutEventAttributes {
1334
982
 
1335
983
  childPolicy: ChildPolicy | string | undefined;
1336
984
  }
1337
- export declare namespace WorkflowExecutionTimedOutEventAttributes {
1338
-
1339
- const filterSensitiveLog: (obj: WorkflowExecutionTimedOutEventAttributes) => any;
1340
- }
1341
985
 
1342
986
  export interface HistoryEvent {
1343
987
 
@@ -1455,10 +1099,6 @@ export interface HistoryEvent {
1455
1099
 
1456
1100
  startLambdaFunctionFailedEventAttributes?: StartLambdaFunctionFailedEventAttributes;
1457
1101
  }
1458
- export declare namespace HistoryEvent {
1459
-
1460
- const filterSensitiveLog: (obj: HistoryEvent) => any;
1461
- }
1462
1102
 
1463
1103
  export interface DecisionTask {
1464
1104
 
@@ -1476,10 +1116,6 @@ export interface DecisionTask {
1476
1116
 
1477
1117
  previousStartedEventId?: number;
1478
1118
  }
1479
- export declare namespace DecisionTask {
1480
-
1481
- const filterSensitiveLog: (obj: DecisionTask) => any;
1482
- }
1483
1119
 
1484
1120
  export declare class DefaultUndefinedFault extends __BaseException {
1485
1121
  readonly name: "DefaultUndefinedFault";
@@ -1493,10 +1129,6 @@ export interface DeprecateActivityTypeInput {
1493
1129
 
1494
1130
  activityType: ActivityType | undefined;
1495
1131
  }
1496
- export declare namespace DeprecateActivityTypeInput {
1497
-
1498
- const filterSensitiveLog: (obj: DeprecateActivityTypeInput) => any;
1499
- }
1500
1132
 
1501
1133
  export declare class TypeDeprecatedFault extends __BaseException {
1502
1134
  readonly name: "TypeDeprecatedFault";
@@ -1508,10 +1140,6 @@ export interface DeprecateDomainInput {
1508
1140
 
1509
1141
  name: string | undefined;
1510
1142
  }
1511
- export declare namespace DeprecateDomainInput {
1512
-
1513
- const filterSensitiveLog: (obj: DeprecateDomainInput) => any;
1514
- }
1515
1143
 
1516
1144
  export declare class DomainDeprecatedFault extends __BaseException {
1517
1145
  readonly name: "DomainDeprecatedFault";
@@ -1525,37 +1153,21 @@ export interface DeprecateWorkflowTypeInput {
1525
1153
 
1526
1154
  workflowType: WorkflowType | undefined;
1527
1155
  }
1528
- export declare namespace DeprecateWorkflowTypeInput {
1529
-
1530
- const filterSensitiveLog: (obj: DeprecateWorkflowTypeInput) => any;
1531
- }
1532
1156
  export interface DescribeActivityTypeInput {
1533
1157
 
1534
1158
  domain: string | undefined;
1535
1159
 
1536
1160
  activityType: ActivityType | undefined;
1537
1161
  }
1538
- export declare namespace DescribeActivityTypeInput {
1539
-
1540
- const filterSensitiveLog: (obj: DescribeActivityTypeInput) => any;
1541
- }
1542
1162
  export interface DescribeDomainInput {
1543
1163
 
1544
1164
  name: string | undefined;
1545
1165
  }
1546
- export declare namespace DescribeDomainInput {
1547
-
1548
- const filterSensitiveLog: (obj: DescribeDomainInput) => any;
1549
- }
1550
1166
 
1551
1167
  export interface DomainConfiguration {
1552
1168
 
1553
1169
  workflowExecutionRetentionPeriodInDays: string | undefined;
1554
1170
  }
1555
- export declare namespace DomainConfiguration {
1556
-
1557
- const filterSensitiveLog: (obj: DomainConfiguration) => any;
1558
- }
1559
1171
 
1560
1172
  export interface DomainInfo {
1561
1173
 
@@ -1567,10 +1179,6 @@ export interface DomainInfo {
1567
1179
 
1568
1180
  arn?: string;
1569
1181
  }
1570
- export declare namespace DomainInfo {
1571
-
1572
- const filterSensitiveLog: (obj: DomainInfo) => any;
1573
- }
1574
1182
 
1575
1183
  export interface DomainDetail {
1576
1184
 
@@ -1578,20 +1186,12 @@ export interface DomainDetail {
1578
1186
 
1579
1187
  configuration: DomainConfiguration | undefined;
1580
1188
  }
1581
- export declare namespace DomainDetail {
1582
-
1583
- const filterSensitiveLog: (obj: DomainDetail) => any;
1584
- }
1585
1189
  export interface DescribeWorkflowExecutionInput {
1586
1190
 
1587
1191
  domain: string | undefined;
1588
1192
 
1589
1193
  execution: WorkflowExecution | undefined;
1590
1194
  }
1591
- export declare namespace DescribeWorkflowExecutionInput {
1592
-
1593
- const filterSensitiveLog: (obj: DescribeWorkflowExecutionInput) => any;
1594
- }
1595
1195
 
1596
1196
  export interface WorkflowExecutionConfiguration {
1597
1197
 
@@ -1607,10 +1207,6 @@ export interface WorkflowExecutionConfiguration {
1607
1207
 
1608
1208
  lambdaRole?: string;
1609
1209
  }
1610
- export declare namespace WorkflowExecutionConfiguration {
1611
-
1612
- const filterSensitiveLog: (obj: WorkflowExecutionConfiguration) => any;
1613
- }
1614
1210
  export declare type ExecutionStatus = "CLOSED" | "OPEN";
1615
1211
 
1616
1212
  export interface WorkflowExecutionInfo {
@@ -1633,10 +1229,6 @@ export interface WorkflowExecutionInfo {
1633
1229
 
1634
1230
  cancelRequested?: boolean;
1635
1231
  }
1636
- export declare namespace WorkflowExecutionInfo {
1637
-
1638
- const filterSensitiveLog: (obj: WorkflowExecutionInfo) => any;
1639
- }
1640
1232
 
1641
1233
  export interface WorkflowExecutionOpenCounts {
1642
1234
 
@@ -1650,10 +1242,6 @@ export interface WorkflowExecutionOpenCounts {
1650
1242
 
1651
1243
  openLambdaFunctions?: number;
1652
1244
  }
1653
- export declare namespace WorkflowExecutionOpenCounts {
1654
-
1655
- const filterSensitiveLog: (obj: WorkflowExecutionOpenCounts) => any;
1656
- }
1657
1245
 
1658
1246
  export interface WorkflowExecutionDetail {
1659
1247
 
@@ -1667,20 +1255,12 @@ export interface WorkflowExecutionDetail {
1667
1255
 
1668
1256
  latestExecutionContext?: string;
1669
1257
  }
1670
- export declare namespace WorkflowExecutionDetail {
1671
-
1672
- const filterSensitiveLog: (obj: WorkflowExecutionDetail) => any;
1673
- }
1674
1258
  export interface DescribeWorkflowTypeInput {
1675
1259
 
1676
1260
  domain: string | undefined;
1677
1261
 
1678
1262
  workflowType: WorkflowType | undefined;
1679
1263
  }
1680
- export declare namespace DescribeWorkflowTypeInput {
1681
-
1682
- const filterSensitiveLog: (obj: DescribeWorkflowTypeInput) => any;
1683
- }
1684
1264
 
1685
1265
  export interface WorkflowTypeConfiguration {
1686
1266
 
@@ -1696,10 +1276,6 @@ export interface WorkflowTypeConfiguration {
1696
1276
 
1697
1277
  defaultLambdaRole?: string;
1698
1278
  }
1699
- export declare namespace WorkflowTypeConfiguration {
1700
-
1701
- const filterSensitiveLog: (obj: WorkflowTypeConfiguration) => any;
1702
- }
1703
1279
 
1704
1280
  export interface WorkflowTypeInfo {
1705
1281
 
@@ -1713,10 +1289,6 @@ export interface WorkflowTypeInfo {
1713
1289
 
1714
1290
  deprecationDate?: Date;
1715
1291
  }
1716
- export declare namespace WorkflowTypeInfo {
1717
-
1718
- const filterSensitiveLog: (obj: WorkflowTypeInfo) => any;
1719
- }
1720
1292
 
1721
1293
  export interface WorkflowTypeDetail {
1722
1294
 
@@ -1724,10 +1296,6 @@ export interface WorkflowTypeDetail {
1724
1296
 
1725
1297
  configuration: WorkflowTypeConfiguration | undefined;
1726
1298
  }
1727
- export declare namespace WorkflowTypeDetail {
1728
-
1729
- const filterSensitiveLog: (obj: WorkflowTypeDetail) => any;
1730
- }
1731
1299
 
1732
1300
  export declare class DomainAlreadyExistsFault extends __BaseException {
1733
1301
  readonly name: "DomainAlreadyExistsFault";
@@ -1742,10 +1310,6 @@ export interface DomainInfos {
1742
1310
 
1743
1311
  nextPageToken?: string;
1744
1312
  }
1745
- export declare namespace DomainInfos {
1746
-
1747
- const filterSensitiveLog: (obj: DomainInfos) => any;
1748
- }
1749
1313
  export interface GetWorkflowExecutionHistoryInput {
1750
1314
 
1751
1315
  domain: string | undefined;
@@ -1758,10 +1322,6 @@ export interface GetWorkflowExecutionHistoryInput {
1758
1322
 
1759
1323
  reverseOrder?: boolean;
1760
1324
  }
1761
- export declare namespace GetWorkflowExecutionHistoryInput {
1762
-
1763
- const filterSensitiveLog: (obj: GetWorkflowExecutionHistoryInput) => any;
1764
- }
1765
1325
 
1766
1326
  export interface History {
1767
1327
 
@@ -1769,10 +1329,6 @@ export interface History {
1769
1329
 
1770
1330
  nextPageToken?: string;
1771
1331
  }
1772
- export declare namespace History {
1773
-
1774
- const filterSensitiveLog: (obj: History) => any;
1775
- }
1776
1332
 
1777
1333
  export declare class LimitExceededFault extends __BaseException {
1778
1334
  readonly name: "LimitExceededFault";
@@ -1794,10 +1350,6 @@ export interface ListActivityTypesInput {
1794
1350
 
1795
1351
  reverseOrder?: boolean;
1796
1352
  }
1797
- export declare namespace ListActivityTypesInput {
1798
-
1799
- const filterSensitiveLog: (obj: ListActivityTypesInput) => any;
1800
- }
1801
1353
  export interface ListClosedWorkflowExecutionsInput {
1802
1354
 
1803
1355
  domain: string | undefined;
@@ -1820,10 +1372,6 @@ export interface ListClosedWorkflowExecutionsInput {
1820
1372
 
1821
1373
  reverseOrder?: boolean;
1822
1374
  }
1823
- export declare namespace ListClosedWorkflowExecutionsInput {
1824
-
1825
- const filterSensitiveLog: (obj: ListClosedWorkflowExecutionsInput) => any;
1826
- }
1827
1375
 
1828
1376
  export interface WorkflowExecutionInfos {
1829
1377
 
@@ -1831,10 +1379,6 @@ export interface WorkflowExecutionInfos {
1831
1379
 
1832
1380
  nextPageToken?: string;
1833
1381
  }
1834
- export declare namespace WorkflowExecutionInfos {
1835
-
1836
- const filterSensitiveLog: (obj: WorkflowExecutionInfos) => any;
1837
- }
1838
1382
  export interface ListDomainsInput {
1839
1383
 
1840
1384
  nextPageToken?: string;
@@ -1845,10 +1389,6 @@ export interface ListDomainsInput {
1845
1389
 
1846
1390
  reverseOrder?: boolean;
1847
1391
  }
1848
- export declare namespace ListDomainsInput {
1849
-
1850
- const filterSensitiveLog: (obj: ListDomainsInput) => any;
1851
- }
1852
1392
  export interface ListOpenWorkflowExecutionsInput {
1853
1393
 
1854
1394
  domain: string | undefined;
@@ -1867,18 +1407,10 @@ export interface ListOpenWorkflowExecutionsInput {
1867
1407
 
1868
1408
  executionFilter?: WorkflowExecutionFilter;
1869
1409
  }
1870
- export declare namespace ListOpenWorkflowExecutionsInput {
1871
-
1872
- const filterSensitiveLog: (obj: ListOpenWorkflowExecutionsInput) => any;
1873
- }
1874
1410
  export interface ListTagsForResourceInput {
1875
1411
 
1876
1412
  resourceArn: string | undefined;
1877
1413
  }
1878
- export declare namespace ListTagsForResourceInput {
1879
-
1880
- const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
1881
- }
1882
1414
 
1883
1415
  export interface ResourceTag {
1884
1416
 
@@ -1886,18 +1418,10 @@ export interface ResourceTag {
1886
1418
 
1887
1419
  value?: string;
1888
1420
  }
1889
- export declare namespace ResourceTag {
1890
-
1891
- const filterSensitiveLog: (obj: ResourceTag) => any;
1892
- }
1893
1421
  export interface ListTagsForResourceOutput {
1894
1422
 
1895
1423
  tags?: ResourceTag[];
1896
1424
  }
1897
- export declare namespace ListTagsForResourceOutput {
1898
-
1899
- const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
1900
- }
1901
1425
  export interface ListWorkflowTypesInput {
1902
1426
 
1903
1427
  domain: string | undefined;
@@ -1912,10 +1436,6 @@ export interface ListWorkflowTypesInput {
1912
1436
 
1913
1437
  reverseOrder?: boolean;
1914
1438
  }
1915
- export declare namespace ListWorkflowTypesInput {
1916
-
1917
- const filterSensitiveLog: (obj: ListWorkflowTypesInput) => any;
1918
- }
1919
1439
 
1920
1440
  export interface WorkflowTypeInfos {
1921
1441
 
@@ -1923,10 +1443,6 @@ export interface WorkflowTypeInfos {
1923
1443
 
1924
1444
  nextPageToken?: string;
1925
1445
  }
1926
- export declare namespace WorkflowTypeInfos {
1927
-
1928
- const filterSensitiveLog: (obj: WorkflowTypeInfos) => any;
1929
- }
1930
1446
  export interface PollForActivityTaskInput {
1931
1447
 
1932
1448
  domain: string | undefined;
@@ -1935,10 +1451,6 @@ export interface PollForActivityTaskInput {
1935
1451
 
1936
1452
  identity?: string;
1937
1453
  }
1938
- export declare namespace PollForActivityTaskInput {
1939
-
1940
- const filterSensitiveLog: (obj: PollForActivityTaskInput) => any;
1941
- }
1942
1454
  export interface PollForDecisionTaskInput {
1943
1455
 
1944
1456
  domain: string | undefined;
@@ -1953,20 +1465,12 @@ export interface PollForDecisionTaskInput {
1953
1465
 
1954
1466
  reverseOrder?: boolean;
1955
1467
  }
1956
- export declare namespace PollForDecisionTaskInput {
1957
-
1958
- const filterSensitiveLog: (obj: PollForDecisionTaskInput) => any;
1959
- }
1960
1468
  export interface RecordActivityTaskHeartbeatInput {
1961
1469
 
1962
1470
  taskToken: string | undefined;
1963
1471
 
1964
1472
  details?: string;
1965
1473
  }
1966
- export declare namespace RecordActivityTaskHeartbeatInput {
1967
-
1968
- const filterSensitiveLog: (obj: RecordActivityTaskHeartbeatInput) => any;
1969
- }
1970
1474
  export interface RegisterActivityTypeInput {
1971
1475
 
1972
1476
  domain: string | undefined;
@@ -1989,10 +1493,6 @@ export interface RegisterActivityTypeInput {
1989
1493
 
1990
1494
  defaultTaskScheduleToCloseTimeout?: string;
1991
1495
  }
1992
- export declare namespace RegisterActivityTypeInput {
1993
-
1994
- const filterSensitiveLog: (obj: RegisterActivityTypeInput) => any;
1995
- }
1996
1496
 
1997
1497
  export declare class TypeAlreadyExistsFault extends __BaseException {
1998
1498
  readonly name: "TypeAlreadyExistsFault";
@@ -2010,10 +1510,6 @@ export interface RegisterDomainInput {
2010
1510
 
2011
1511
  tags?: ResourceTag[];
2012
1512
  }
2013
- export declare namespace RegisterDomainInput {
2014
-
2015
- const filterSensitiveLog: (obj: RegisterDomainInput) => any;
2016
- }
2017
1513
 
2018
1514
  export declare class TooManyTagsFault extends __BaseException {
2019
1515
  readonly name: "TooManyTagsFault";
@@ -2043,10 +1539,6 @@ export interface RegisterWorkflowTypeInput {
2043
1539
 
2044
1540
  defaultLambdaRole?: string;
2045
1541
  }
2046
- export declare namespace RegisterWorkflowTypeInput {
2047
-
2048
- const filterSensitiveLog: (obj: RegisterWorkflowTypeInput) => any;
2049
- }
2050
1542
  export interface RequestCancelWorkflowExecutionInput {
2051
1543
 
2052
1544
  domain: string | undefined;
@@ -2055,30 +1547,18 @@ export interface RequestCancelWorkflowExecutionInput {
2055
1547
 
2056
1548
  runId?: string;
2057
1549
  }
2058
- export declare namespace RequestCancelWorkflowExecutionInput {
2059
-
2060
- const filterSensitiveLog: (obj: RequestCancelWorkflowExecutionInput) => any;
2061
- }
2062
1550
  export interface RespondActivityTaskCanceledInput {
2063
1551
 
2064
1552
  taskToken: string | undefined;
2065
1553
 
2066
1554
  details?: string;
2067
1555
  }
2068
- export declare namespace RespondActivityTaskCanceledInput {
2069
-
2070
- const filterSensitiveLog: (obj: RespondActivityTaskCanceledInput) => any;
2071
- }
2072
1556
  export interface RespondActivityTaskCompletedInput {
2073
1557
 
2074
1558
  taskToken: string | undefined;
2075
1559
 
2076
1560
  result?: string;
2077
1561
  }
2078
- export declare namespace RespondActivityTaskCompletedInput {
2079
-
2080
- const filterSensitiveLog: (obj: RespondActivityTaskCompletedInput) => any;
2081
- }
2082
1562
  export interface RespondActivityTaskFailedInput {
2083
1563
 
2084
1564
  taskToken: string | undefined;
@@ -2087,10 +1567,6 @@ export interface RespondActivityTaskFailedInput {
2087
1567
 
2088
1568
  details?: string;
2089
1569
  }
2090
- export declare namespace RespondActivityTaskFailedInput {
2091
-
2092
- const filterSensitiveLog: (obj: RespondActivityTaskFailedInput) => any;
2093
- }
2094
1570
 
2095
1571
  export interface RespondDecisionTaskCompletedInput {
2096
1572
 
@@ -2100,19 +1576,11 @@ export interface RespondDecisionTaskCompletedInput {
2100
1576
 
2101
1577
  executionContext?: string;
2102
1578
  }
2103
- export declare namespace RespondDecisionTaskCompletedInput {
2104
-
2105
- const filterSensitiveLog: (obj: RespondDecisionTaskCompletedInput) => any;
2106
- }
2107
1579
 
2108
1580
  export interface Run {
2109
1581
 
2110
1582
  runId?: string;
2111
1583
  }
2112
- export declare namespace Run {
2113
-
2114
- const filterSensitiveLog: (obj: Run) => any;
2115
- }
2116
1584
  export interface SignalWorkflowExecutionInput {
2117
1585
 
2118
1586
  domain: string | undefined;
@@ -2125,10 +1593,6 @@ export interface SignalWorkflowExecutionInput {
2125
1593
 
2126
1594
  input?: string;
2127
1595
  }
2128
- export declare namespace SignalWorkflowExecutionInput {
2129
-
2130
- const filterSensitiveLog: (obj: SignalWorkflowExecutionInput) => any;
2131
- }
2132
1596
  export interface StartWorkflowExecutionInput {
2133
1597
 
2134
1598
  domain: string | undefined;
@@ -2153,10 +1617,6 @@ export interface StartWorkflowExecutionInput {
2153
1617
 
2154
1618
  lambdaRole?: string;
2155
1619
  }
2156
- export declare namespace StartWorkflowExecutionInput {
2157
-
2158
- const filterSensitiveLog: (obj: StartWorkflowExecutionInput) => any;
2159
- }
2160
1620
 
2161
1621
  export declare class WorkflowExecutionAlreadyStartedFault extends __BaseException {
2162
1622
  readonly name: "WorkflowExecutionAlreadyStartedFault";
@@ -2170,10 +1630,6 @@ export interface TagResourceInput {
2170
1630
 
2171
1631
  tags: ResourceTag[] | undefined;
2172
1632
  }
2173
- export declare namespace TagResourceInput {
2174
-
2175
- const filterSensitiveLog: (obj: TagResourceInput) => any;
2176
- }
2177
1633
  export interface TerminateWorkflowExecutionInput {
2178
1634
 
2179
1635
  domain: string | undefined;
@@ -2188,45 +1644,307 @@ export interface TerminateWorkflowExecutionInput {
2188
1644
 
2189
1645
  childPolicy?: ChildPolicy | string;
2190
1646
  }
2191
- export declare namespace TerminateWorkflowExecutionInput {
2192
-
2193
- const filterSensitiveLog: (obj: TerminateWorkflowExecutionInput) => any;
2194
- }
2195
1647
  export interface UndeprecateActivityTypeInput {
2196
1648
 
2197
1649
  domain: string | undefined;
2198
1650
 
2199
1651
  activityType: ActivityType | undefined;
2200
1652
  }
2201
- export declare namespace UndeprecateActivityTypeInput {
2202
-
2203
- const filterSensitiveLog: (obj: UndeprecateActivityTypeInput) => any;
2204
- }
2205
1653
  export interface UndeprecateDomainInput {
2206
1654
 
2207
1655
  name: string | undefined;
2208
1656
  }
2209
- export declare namespace UndeprecateDomainInput {
2210
-
2211
- const filterSensitiveLog: (obj: UndeprecateDomainInput) => any;
2212
- }
2213
1657
  export interface UndeprecateWorkflowTypeInput {
2214
1658
 
2215
1659
  domain: string | undefined;
2216
1660
 
2217
1661
  workflowType: WorkflowType | undefined;
2218
1662
  }
2219
- export declare namespace UndeprecateWorkflowTypeInput {
2220
-
2221
- const filterSensitiveLog: (obj: UndeprecateWorkflowTypeInput) => any;
2222
- }
2223
1663
  export interface UntagResourceInput {
2224
1664
 
2225
1665
  resourceArn: string | undefined;
2226
1666
 
2227
1667
  tagKeys: string[] | undefined;
2228
1668
  }
2229
- export declare namespace UntagResourceInput {
2230
-
2231
- const filterSensitiveLog: (obj: UntagResourceInput) => any;
2232
- }
1669
+
1670
+ export declare const ActivityTypeFilterSensitiveLog: (obj: ActivityType) => any;
1671
+
1672
+ export declare const WorkflowExecutionFilterSensitiveLog: (obj: WorkflowExecution) => any;
1673
+
1674
+ export declare const ActivityTaskFilterSensitiveLog: (obj: ActivityTask) => any;
1675
+
1676
+ export declare const ActivityTaskCanceledEventAttributesFilterSensitiveLog: (obj: ActivityTaskCanceledEventAttributes) => any;
1677
+
1678
+ export declare const ActivityTaskCancelRequestedEventAttributesFilterSensitiveLog: (obj: ActivityTaskCancelRequestedEventAttributes) => any;
1679
+
1680
+ export declare const ActivityTaskCompletedEventAttributesFilterSensitiveLog: (obj: ActivityTaskCompletedEventAttributes) => any;
1681
+
1682
+ export declare const ActivityTaskFailedEventAttributesFilterSensitiveLog: (obj: ActivityTaskFailedEventAttributes) => any;
1683
+
1684
+ export declare const TaskListFilterSensitiveLog: (obj: TaskList) => any;
1685
+
1686
+ export declare const ActivityTaskScheduledEventAttributesFilterSensitiveLog: (obj: ActivityTaskScheduledEventAttributes) => any;
1687
+
1688
+ export declare const ActivityTaskStartedEventAttributesFilterSensitiveLog: (obj: ActivityTaskStartedEventAttributes) => any;
1689
+
1690
+ export declare const ActivityTaskStatusFilterSensitiveLog: (obj: ActivityTaskStatus) => any;
1691
+
1692
+ export declare const ActivityTaskTimedOutEventAttributesFilterSensitiveLog: (obj: ActivityTaskTimedOutEventAttributes) => any;
1693
+
1694
+ export declare const ActivityTypeConfigurationFilterSensitiveLog: (obj: ActivityTypeConfiguration) => any;
1695
+
1696
+ export declare const ActivityTypeInfoFilterSensitiveLog: (obj: ActivityTypeInfo) => any;
1697
+
1698
+ export declare const ActivityTypeDetailFilterSensitiveLog: (obj: ActivityTypeDetail) => any;
1699
+
1700
+ export declare const ActivityTypeInfosFilterSensitiveLog: (obj: ActivityTypeInfos) => any;
1701
+
1702
+ export declare const CancelTimerDecisionAttributesFilterSensitiveLog: (obj: CancelTimerDecisionAttributes) => any;
1703
+
1704
+ export declare const CancelTimerFailedEventAttributesFilterSensitiveLog: (obj: CancelTimerFailedEventAttributes) => any;
1705
+
1706
+ export declare const CancelWorkflowExecutionDecisionAttributesFilterSensitiveLog: (obj: CancelWorkflowExecutionDecisionAttributes) => any;
1707
+
1708
+ export declare const CancelWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: CancelWorkflowExecutionFailedEventAttributes) => any;
1709
+
1710
+ export declare const WorkflowTypeFilterSensitiveLog: (obj: WorkflowType) => any;
1711
+
1712
+ export declare const ChildWorkflowExecutionCanceledEventAttributesFilterSensitiveLog: (obj: ChildWorkflowExecutionCanceledEventAttributes) => any;
1713
+
1714
+ export declare const ChildWorkflowExecutionCompletedEventAttributesFilterSensitiveLog: (obj: ChildWorkflowExecutionCompletedEventAttributes) => any;
1715
+
1716
+ export declare const ChildWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: ChildWorkflowExecutionFailedEventAttributes) => any;
1717
+
1718
+ export declare const ChildWorkflowExecutionStartedEventAttributesFilterSensitiveLog: (obj: ChildWorkflowExecutionStartedEventAttributes) => any;
1719
+
1720
+ export declare const ChildWorkflowExecutionTerminatedEventAttributesFilterSensitiveLog: (obj: ChildWorkflowExecutionTerminatedEventAttributes) => any;
1721
+
1722
+ export declare const ChildWorkflowExecutionTimedOutEventAttributesFilterSensitiveLog: (obj: ChildWorkflowExecutionTimedOutEventAttributes) => any;
1723
+
1724
+ export declare const CloseStatusFilterFilterSensitiveLog: (obj: CloseStatusFilter) => any;
1725
+
1726
+ export declare const CompleteWorkflowExecutionDecisionAttributesFilterSensitiveLog: (obj: CompleteWorkflowExecutionDecisionAttributes) => any;
1727
+
1728
+ export declare const CompleteWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: CompleteWorkflowExecutionFailedEventAttributes) => any;
1729
+
1730
+ export declare const ContinueAsNewWorkflowExecutionDecisionAttributesFilterSensitiveLog: (obj: ContinueAsNewWorkflowExecutionDecisionAttributes) => any;
1731
+
1732
+ export declare const ContinueAsNewWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: ContinueAsNewWorkflowExecutionFailedEventAttributes) => any;
1733
+
1734
+ export declare const ExecutionTimeFilterFilterSensitiveLog: (obj: ExecutionTimeFilter) => any;
1735
+
1736
+ export declare const WorkflowExecutionFilterFilterSensitiveLog: (obj: WorkflowExecutionFilter) => any;
1737
+
1738
+ export declare const TagFilterFilterSensitiveLog: (obj: TagFilter) => any;
1739
+
1740
+ export declare const WorkflowTypeFilterFilterSensitiveLog: (obj: WorkflowTypeFilter) => any;
1741
+
1742
+ export declare const CountClosedWorkflowExecutionsInputFilterSensitiveLog: (obj: CountClosedWorkflowExecutionsInput) => any;
1743
+
1744
+ export declare const WorkflowExecutionCountFilterSensitiveLog: (obj: WorkflowExecutionCount) => any;
1745
+
1746
+ export declare const CountOpenWorkflowExecutionsInputFilterSensitiveLog: (obj: CountOpenWorkflowExecutionsInput) => any;
1747
+
1748
+ export declare const CountPendingActivityTasksInputFilterSensitiveLog: (obj: CountPendingActivityTasksInput) => any;
1749
+
1750
+ export declare const PendingTaskCountFilterSensitiveLog: (obj: PendingTaskCount) => any;
1751
+
1752
+ export declare const CountPendingDecisionTasksInputFilterSensitiveLog: (obj: CountPendingDecisionTasksInput) => any;
1753
+
1754
+ export declare const FailWorkflowExecutionDecisionAttributesFilterSensitiveLog: (obj: FailWorkflowExecutionDecisionAttributes) => any;
1755
+
1756
+ export declare const RecordMarkerDecisionAttributesFilterSensitiveLog: (obj: RecordMarkerDecisionAttributes) => any;
1757
+
1758
+ export declare const RequestCancelActivityTaskDecisionAttributesFilterSensitiveLog: (obj: RequestCancelActivityTaskDecisionAttributes) => any;
1759
+
1760
+ export declare const RequestCancelExternalWorkflowExecutionDecisionAttributesFilterSensitiveLog: (obj: RequestCancelExternalWorkflowExecutionDecisionAttributes) => any;
1761
+
1762
+ export declare const ScheduleActivityTaskDecisionAttributesFilterSensitiveLog: (obj: ScheduleActivityTaskDecisionAttributes) => any;
1763
+
1764
+ export declare const ScheduleLambdaFunctionDecisionAttributesFilterSensitiveLog: (obj: ScheduleLambdaFunctionDecisionAttributes) => any;
1765
+
1766
+ export declare const SignalExternalWorkflowExecutionDecisionAttributesFilterSensitiveLog: (obj: SignalExternalWorkflowExecutionDecisionAttributes) => any;
1767
+
1768
+ export declare const StartChildWorkflowExecutionDecisionAttributesFilterSensitiveLog: (obj: StartChildWorkflowExecutionDecisionAttributes) => any;
1769
+
1770
+ export declare const StartTimerDecisionAttributesFilterSensitiveLog: (obj: StartTimerDecisionAttributes) => any;
1771
+
1772
+ export declare const DecisionFilterSensitiveLog: (obj: Decision) => any;
1773
+
1774
+ export declare const DecisionTaskCompletedEventAttributesFilterSensitiveLog: (obj: DecisionTaskCompletedEventAttributes) => any;
1775
+
1776
+ export declare const DecisionTaskScheduledEventAttributesFilterSensitiveLog: (obj: DecisionTaskScheduledEventAttributes) => any;
1777
+
1778
+ export declare const DecisionTaskStartedEventAttributesFilterSensitiveLog: (obj: DecisionTaskStartedEventAttributes) => any;
1779
+
1780
+ export declare const DecisionTaskTimedOutEventAttributesFilterSensitiveLog: (obj: DecisionTaskTimedOutEventAttributes) => any;
1781
+
1782
+ export declare const ExternalWorkflowExecutionCancelRequestedEventAttributesFilterSensitiveLog: (obj: ExternalWorkflowExecutionCancelRequestedEventAttributes) => any;
1783
+
1784
+ export declare const ExternalWorkflowExecutionSignaledEventAttributesFilterSensitiveLog: (obj: ExternalWorkflowExecutionSignaledEventAttributes) => any;
1785
+
1786
+ export declare const FailWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: FailWorkflowExecutionFailedEventAttributes) => any;
1787
+
1788
+ export declare const LambdaFunctionCompletedEventAttributesFilterSensitiveLog: (obj: LambdaFunctionCompletedEventAttributes) => any;
1789
+
1790
+ export declare const LambdaFunctionFailedEventAttributesFilterSensitiveLog: (obj: LambdaFunctionFailedEventAttributes) => any;
1791
+
1792
+ export declare const LambdaFunctionScheduledEventAttributesFilterSensitiveLog: (obj: LambdaFunctionScheduledEventAttributes) => any;
1793
+
1794
+ export declare const LambdaFunctionStartedEventAttributesFilterSensitiveLog: (obj: LambdaFunctionStartedEventAttributes) => any;
1795
+
1796
+ export declare const LambdaFunctionTimedOutEventAttributesFilterSensitiveLog: (obj: LambdaFunctionTimedOutEventAttributes) => any;
1797
+
1798
+ export declare const MarkerRecordedEventAttributesFilterSensitiveLog: (obj: MarkerRecordedEventAttributes) => any;
1799
+
1800
+ export declare const RecordMarkerFailedEventAttributesFilterSensitiveLog: (obj: RecordMarkerFailedEventAttributes) => any;
1801
+
1802
+ export declare const RequestCancelActivityTaskFailedEventAttributesFilterSensitiveLog: (obj: RequestCancelActivityTaskFailedEventAttributes) => any;
1803
+
1804
+ export declare const RequestCancelExternalWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: RequestCancelExternalWorkflowExecutionFailedEventAttributes) => any;
1805
+
1806
+ export declare const RequestCancelExternalWorkflowExecutionInitiatedEventAttributesFilterSensitiveLog: (obj: RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) => any;
1807
+
1808
+ export declare const ScheduleActivityTaskFailedEventAttributesFilterSensitiveLog: (obj: ScheduleActivityTaskFailedEventAttributes) => any;
1809
+
1810
+ export declare const ScheduleLambdaFunctionFailedEventAttributesFilterSensitiveLog: (obj: ScheduleLambdaFunctionFailedEventAttributes) => any;
1811
+
1812
+ export declare const SignalExternalWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: SignalExternalWorkflowExecutionFailedEventAttributes) => any;
1813
+
1814
+ export declare const SignalExternalWorkflowExecutionInitiatedEventAttributesFilterSensitiveLog: (obj: SignalExternalWorkflowExecutionInitiatedEventAttributes) => any;
1815
+
1816
+ export declare const StartChildWorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: StartChildWorkflowExecutionFailedEventAttributes) => any;
1817
+
1818
+ export declare const StartChildWorkflowExecutionInitiatedEventAttributesFilterSensitiveLog: (obj: StartChildWorkflowExecutionInitiatedEventAttributes) => any;
1819
+
1820
+ export declare const StartLambdaFunctionFailedEventAttributesFilterSensitiveLog: (obj: StartLambdaFunctionFailedEventAttributes) => any;
1821
+
1822
+ export declare const StartTimerFailedEventAttributesFilterSensitiveLog: (obj: StartTimerFailedEventAttributes) => any;
1823
+
1824
+ export declare const TimerCanceledEventAttributesFilterSensitiveLog: (obj: TimerCanceledEventAttributes) => any;
1825
+
1826
+ export declare const TimerFiredEventAttributesFilterSensitiveLog: (obj: TimerFiredEventAttributes) => any;
1827
+
1828
+ export declare const TimerStartedEventAttributesFilterSensitiveLog: (obj: TimerStartedEventAttributes) => any;
1829
+
1830
+ export declare const WorkflowExecutionCanceledEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionCanceledEventAttributes) => any;
1831
+
1832
+ export declare const WorkflowExecutionCancelRequestedEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionCancelRequestedEventAttributes) => any;
1833
+
1834
+ export declare const WorkflowExecutionCompletedEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionCompletedEventAttributes) => any;
1835
+
1836
+ export declare const WorkflowExecutionContinuedAsNewEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionContinuedAsNewEventAttributes) => any;
1837
+
1838
+ export declare const WorkflowExecutionFailedEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionFailedEventAttributes) => any;
1839
+
1840
+ export declare const WorkflowExecutionSignaledEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionSignaledEventAttributes) => any;
1841
+
1842
+ export declare const WorkflowExecutionStartedEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionStartedEventAttributes) => any;
1843
+
1844
+ export declare const WorkflowExecutionTerminatedEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionTerminatedEventAttributes) => any;
1845
+
1846
+ export declare const WorkflowExecutionTimedOutEventAttributesFilterSensitiveLog: (obj: WorkflowExecutionTimedOutEventAttributes) => any;
1847
+
1848
+ export declare const HistoryEventFilterSensitiveLog: (obj: HistoryEvent) => any;
1849
+
1850
+ export declare const DecisionTaskFilterSensitiveLog: (obj: DecisionTask) => any;
1851
+
1852
+ export declare const DeprecateActivityTypeInputFilterSensitiveLog: (obj: DeprecateActivityTypeInput) => any;
1853
+
1854
+ export declare const DeprecateDomainInputFilterSensitiveLog: (obj: DeprecateDomainInput) => any;
1855
+
1856
+ export declare const DeprecateWorkflowTypeInputFilterSensitiveLog: (obj: DeprecateWorkflowTypeInput) => any;
1857
+
1858
+ export declare const DescribeActivityTypeInputFilterSensitiveLog: (obj: DescribeActivityTypeInput) => any;
1859
+
1860
+ export declare const DescribeDomainInputFilterSensitiveLog: (obj: DescribeDomainInput) => any;
1861
+
1862
+ export declare const DomainConfigurationFilterSensitiveLog: (obj: DomainConfiguration) => any;
1863
+
1864
+ export declare const DomainInfoFilterSensitiveLog: (obj: DomainInfo) => any;
1865
+
1866
+ export declare const DomainDetailFilterSensitiveLog: (obj: DomainDetail) => any;
1867
+
1868
+ export declare const DescribeWorkflowExecutionInputFilterSensitiveLog: (obj: DescribeWorkflowExecutionInput) => any;
1869
+
1870
+ export declare const WorkflowExecutionConfigurationFilterSensitiveLog: (obj: WorkflowExecutionConfiguration) => any;
1871
+
1872
+ export declare const WorkflowExecutionInfoFilterSensitiveLog: (obj: WorkflowExecutionInfo) => any;
1873
+
1874
+ export declare const WorkflowExecutionOpenCountsFilterSensitiveLog: (obj: WorkflowExecutionOpenCounts) => any;
1875
+
1876
+ export declare const WorkflowExecutionDetailFilterSensitiveLog: (obj: WorkflowExecutionDetail) => any;
1877
+
1878
+ export declare const DescribeWorkflowTypeInputFilterSensitiveLog: (obj: DescribeWorkflowTypeInput) => any;
1879
+
1880
+ export declare const WorkflowTypeConfigurationFilterSensitiveLog: (obj: WorkflowTypeConfiguration) => any;
1881
+
1882
+ export declare const WorkflowTypeInfoFilterSensitiveLog: (obj: WorkflowTypeInfo) => any;
1883
+
1884
+ export declare const WorkflowTypeDetailFilterSensitiveLog: (obj: WorkflowTypeDetail) => any;
1885
+
1886
+ export declare const DomainInfosFilterSensitiveLog: (obj: DomainInfos) => any;
1887
+
1888
+ export declare const GetWorkflowExecutionHistoryInputFilterSensitiveLog: (obj: GetWorkflowExecutionHistoryInput) => any;
1889
+
1890
+ export declare const HistoryFilterSensitiveLog: (obj: History) => any;
1891
+
1892
+ export declare const ListActivityTypesInputFilterSensitiveLog: (obj: ListActivityTypesInput) => any;
1893
+
1894
+ export declare const ListClosedWorkflowExecutionsInputFilterSensitiveLog: (obj: ListClosedWorkflowExecutionsInput) => any;
1895
+
1896
+ export declare const WorkflowExecutionInfosFilterSensitiveLog: (obj: WorkflowExecutionInfos) => any;
1897
+
1898
+ export declare const ListDomainsInputFilterSensitiveLog: (obj: ListDomainsInput) => any;
1899
+
1900
+ export declare const ListOpenWorkflowExecutionsInputFilterSensitiveLog: (obj: ListOpenWorkflowExecutionsInput) => any;
1901
+
1902
+ export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
1903
+
1904
+ export declare const ResourceTagFilterSensitiveLog: (obj: ResourceTag) => any;
1905
+
1906
+ export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
1907
+
1908
+ export declare const ListWorkflowTypesInputFilterSensitiveLog: (obj: ListWorkflowTypesInput) => any;
1909
+
1910
+ export declare const WorkflowTypeInfosFilterSensitiveLog: (obj: WorkflowTypeInfos) => any;
1911
+
1912
+ export declare const PollForActivityTaskInputFilterSensitiveLog: (obj: PollForActivityTaskInput) => any;
1913
+
1914
+ export declare const PollForDecisionTaskInputFilterSensitiveLog: (obj: PollForDecisionTaskInput) => any;
1915
+
1916
+ export declare const RecordActivityTaskHeartbeatInputFilterSensitiveLog: (obj: RecordActivityTaskHeartbeatInput) => any;
1917
+
1918
+ export declare const RegisterActivityTypeInputFilterSensitiveLog: (obj: RegisterActivityTypeInput) => any;
1919
+
1920
+ export declare const RegisterDomainInputFilterSensitiveLog: (obj: RegisterDomainInput) => any;
1921
+
1922
+ export declare const RegisterWorkflowTypeInputFilterSensitiveLog: (obj: RegisterWorkflowTypeInput) => any;
1923
+
1924
+ export declare const RequestCancelWorkflowExecutionInputFilterSensitiveLog: (obj: RequestCancelWorkflowExecutionInput) => any;
1925
+
1926
+ export declare const RespondActivityTaskCanceledInputFilterSensitiveLog: (obj: RespondActivityTaskCanceledInput) => any;
1927
+
1928
+ export declare const RespondActivityTaskCompletedInputFilterSensitiveLog: (obj: RespondActivityTaskCompletedInput) => any;
1929
+
1930
+ export declare const RespondActivityTaskFailedInputFilterSensitiveLog: (obj: RespondActivityTaskFailedInput) => any;
1931
+
1932
+ export declare const RespondDecisionTaskCompletedInputFilterSensitiveLog: (obj: RespondDecisionTaskCompletedInput) => any;
1933
+
1934
+ export declare const RunFilterSensitiveLog: (obj: Run) => any;
1935
+
1936
+ export declare const SignalWorkflowExecutionInputFilterSensitiveLog: (obj: SignalWorkflowExecutionInput) => any;
1937
+
1938
+ export declare const StartWorkflowExecutionInputFilterSensitiveLog: (obj: StartWorkflowExecutionInput) => any;
1939
+
1940
+ export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
1941
+
1942
+ export declare const TerminateWorkflowExecutionInputFilterSensitiveLog: (obj: TerminateWorkflowExecutionInput) => any;
1943
+
1944
+ export declare const UndeprecateActivityTypeInputFilterSensitiveLog: (obj: UndeprecateActivityTypeInput) => any;
1945
+
1946
+ export declare const UndeprecateDomainInputFilterSensitiveLog: (obj: UndeprecateDomainInput) => any;
1947
+
1948
+ export declare const UndeprecateWorkflowTypeInputFilterSensitiveLog: (obj: UndeprecateWorkflowTypeInput) => any;
1949
+
1950
+ export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;