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