@aws-sdk/client-sfn 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/SFN.d.ts +395 -120
- package/dist-types/ts3.4/SFNClient.d.ts +241 -96
- package/dist-types/ts3.4/commands/CreateActivityCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateStateMachineCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteActivityCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteStateMachineCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeActivityCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeStateMachineCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeStateMachineForExecutionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetActivityTaskCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetExecutionHistoryCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListActivitiesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListStateMachinesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SendTaskFailureCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SendTaskHeartbeatCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SendTaskSuccessCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartExecutionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartSyncExecutionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StopExecutionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateStateMachineCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +23 -23
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SFNServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +905 -1086
- package/dist-types/ts3.4/pagination/GetExecutionHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListActivitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStateMachinesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +281 -71
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,1086 +1,905 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { SFNServiceException as __BaseException } from "./SFNServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
export interface
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
export
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
}
|
|
232
|
-
export interface
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
export
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
}
|
|
323
|
-
export interface
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
export
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
export interface
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
export interface
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
export
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
export
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
export
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
export
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
export declare
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
export
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
export declare
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
export
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
export
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
export
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
export declare
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
export
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
tracingConfiguration?: TracingConfiguration;
|
|
908
|
-
}
|
|
909
|
-
export interface UpdateStateMachineOutput {
|
|
910
|
-
|
|
911
|
-
updateDate: Date | undefined;
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
export declare const ActivityFailedEventDetailsFilterSensitiveLog: (obj: ActivityFailedEventDetails) => any;
|
|
915
|
-
|
|
916
|
-
export declare const ActivityListItemFilterSensitiveLog: (obj: ActivityListItem) => any;
|
|
917
|
-
|
|
918
|
-
export declare const HistoryEventExecutionDataDetailsFilterSensitiveLog: (obj: HistoryEventExecutionDataDetails) => any;
|
|
919
|
-
|
|
920
|
-
export declare const ActivityScheduledEventDetailsFilterSensitiveLog: (obj: ActivityScheduledEventDetails) => any;
|
|
921
|
-
|
|
922
|
-
export declare const ActivityScheduleFailedEventDetailsFilterSensitiveLog: (obj: ActivityScheduleFailedEventDetails) => any;
|
|
923
|
-
|
|
924
|
-
export declare const ActivityStartedEventDetailsFilterSensitiveLog: (obj: ActivityStartedEventDetails) => any;
|
|
925
|
-
|
|
926
|
-
export declare const ActivitySucceededEventDetailsFilterSensitiveLog: (obj: ActivitySucceededEventDetails) => any;
|
|
927
|
-
|
|
928
|
-
export declare const ActivityTimedOutEventDetailsFilterSensitiveLog: (obj: ActivityTimedOutEventDetails) => any;
|
|
929
|
-
|
|
930
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
931
|
-
|
|
932
|
-
export declare const CreateActivityInputFilterSensitiveLog: (obj: CreateActivityInput) => any;
|
|
933
|
-
|
|
934
|
-
export declare const CreateActivityOutputFilterSensitiveLog: (obj: CreateActivityOutput) => any;
|
|
935
|
-
|
|
936
|
-
export declare const CloudWatchLogsLogGroupFilterSensitiveLog: (obj: CloudWatchLogsLogGroup) => any;
|
|
937
|
-
|
|
938
|
-
export declare const LogDestinationFilterSensitiveLog: (obj: LogDestination) => any;
|
|
939
|
-
|
|
940
|
-
export declare const LoggingConfigurationFilterSensitiveLog: (obj: LoggingConfiguration) => any;
|
|
941
|
-
|
|
942
|
-
export declare const TracingConfigurationFilterSensitiveLog: (obj: TracingConfiguration) => any;
|
|
943
|
-
|
|
944
|
-
export declare const CreateStateMachineInputFilterSensitiveLog: (obj: CreateStateMachineInput) => any;
|
|
945
|
-
|
|
946
|
-
export declare const CreateStateMachineOutputFilterSensitiveLog: (obj: CreateStateMachineOutput) => any;
|
|
947
|
-
|
|
948
|
-
export declare const DeleteActivityInputFilterSensitiveLog: (obj: DeleteActivityInput) => any;
|
|
949
|
-
|
|
950
|
-
export declare const DeleteActivityOutputFilterSensitiveLog: (obj: DeleteActivityOutput) => any;
|
|
951
|
-
|
|
952
|
-
export declare const DeleteStateMachineInputFilterSensitiveLog: (obj: DeleteStateMachineInput) => any;
|
|
953
|
-
|
|
954
|
-
export declare const DeleteStateMachineOutputFilterSensitiveLog: (obj: DeleteStateMachineOutput) => any;
|
|
955
|
-
|
|
956
|
-
export declare const DescribeActivityInputFilterSensitiveLog: (obj: DescribeActivityInput) => any;
|
|
957
|
-
|
|
958
|
-
export declare const DescribeActivityOutputFilterSensitiveLog: (obj: DescribeActivityOutput) => any;
|
|
959
|
-
|
|
960
|
-
export declare const DescribeExecutionInputFilterSensitiveLog: (obj: DescribeExecutionInput) => any;
|
|
961
|
-
|
|
962
|
-
export declare const CloudWatchEventsExecutionDataDetailsFilterSensitiveLog: (obj: CloudWatchEventsExecutionDataDetails) => any;
|
|
963
|
-
|
|
964
|
-
export declare const DescribeExecutionOutputFilterSensitiveLog: (obj: DescribeExecutionOutput) => any;
|
|
965
|
-
|
|
966
|
-
export declare const DescribeStateMachineInputFilterSensitiveLog: (obj: DescribeStateMachineInput) => any;
|
|
967
|
-
|
|
968
|
-
export declare const DescribeStateMachineOutputFilterSensitiveLog: (obj: DescribeStateMachineOutput) => any;
|
|
969
|
-
|
|
970
|
-
export declare const DescribeStateMachineForExecutionInputFilterSensitiveLog: (obj: DescribeStateMachineForExecutionInput) => any;
|
|
971
|
-
|
|
972
|
-
export declare const DescribeStateMachineForExecutionOutputFilterSensitiveLog: (obj: DescribeStateMachineForExecutionOutput) => any;
|
|
973
|
-
|
|
974
|
-
export declare const GetActivityTaskInputFilterSensitiveLog: (obj: GetActivityTaskInput) => any;
|
|
975
|
-
|
|
976
|
-
export declare const GetActivityTaskOutputFilterSensitiveLog: (obj: GetActivityTaskOutput) => any;
|
|
977
|
-
|
|
978
|
-
export declare const GetExecutionHistoryInputFilterSensitiveLog: (obj: GetExecutionHistoryInput) => any;
|
|
979
|
-
|
|
980
|
-
export declare const ExecutionAbortedEventDetailsFilterSensitiveLog: (obj: ExecutionAbortedEventDetails) => any;
|
|
981
|
-
|
|
982
|
-
export declare const ExecutionFailedEventDetailsFilterSensitiveLog: (obj: ExecutionFailedEventDetails) => any;
|
|
983
|
-
|
|
984
|
-
export declare const ExecutionStartedEventDetailsFilterSensitiveLog: (obj: ExecutionStartedEventDetails) => any;
|
|
985
|
-
|
|
986
|
-
export declare const ExecutionSucceededEventDetailsFilterSensitiveLog: (obj: ExecutionSucceededEventDetails) => any;
|
|
987
|
-
|
|
988
|
-
export declare const ExecutionTimedOutEventDetailsFilterSensitiveLog: (obj: ExecutionTimedOutEventDetails) => any;
|
|
989
|
-
|
|
990
|
-
export declare const LambdaFunctionFailedEventDetailsFilterSensitiveLog: (obj: LambdaFunctionFailedEventDetails) => any;
|
|
991
|
-
|
|
992
|
-
export declare const LambdaFunctionScheduledEventDetailsFilterSensitiveLog: (obj: LambdaFunctionScheduledEventDetails) => any;
|
|
993
|
-
|
|
994
|
-
export declare const LambdaFunctionScheduleFailedEventDetailsFilterSensitiveLog: (obj: LambdaFunctionScheduleFailedEventDetails) => any;
|
|
995
|
-
|
|
996
|
-
export declare const LambdaFunctionStartFailedEventDetailsFilterSensitiveLog: (obj: LambdaFunctionStartFailedEventDetails) => any;
|
|
997
|
-
|
|
998
|
-
export declare const LambdaFunctionSucceededEventDetailsFilterSensitiveLog: (obj: LambdaFunctionSucceededEventDetails) => any;
|
|
999
|
-
|
|
1000
|
-
export declare const LambdaFunctionTimedOutEventDetailsFilterSensitiveLog: (obj: LambdaFunctionTimedOutEventDetails) => any;
|
|
1001
|
-
|
|
1002
|
-
export declare const MapIterationEventDetailsFilterSensitiveLog: (obj: MapIterationEventDetails) => any;
|
|
1003
|
-
|
|
1004
|
-
export declare const MapStateStartedEventDetailsFilterSensitiveLog: (obj: MapStateStartedEventDetails) => any;
|
|
1005
|
-
|
|
1006
|
-
export declare const StateEnteredEventDetailsFilterSensitiveLog: (obj: StateEnteredEventDetails) => any;
|
|
1007
|
-
|
|
1008
|
-
export declare const StateExitedEventDetailsFilterSensitiveLog: (obj: StateExitedEventDetails) => any;
|
|
1009
|
-
|
|
1010
|
-
export declare const TaskFailedEventDetailsFilterSensitiveLog: (obj: TaskFailedEventDetails) => any;
|
|
1011
|
-
|
|
1012
|
-
export declare const TaskScheduledEventDetailsFilterSensitiveLog: (obj: TaskScheduledEventDetails) => any;
|
|
1013
|
-
|
|
1014
|
-
export declare const TaskStartedEventDetailsFilterSensitiveLog: (obj: TaskStartedEventDetails) => any;
|
|
1015
|
-
|
|
1016
|
-
export declare const TaskStartFailedEventDetailsFilterSensitiveLog: (obj: TaskStartFailedEventDetails) => any;
|
|
1017
|
-
|
|
1018
|
-
export declare const TaskSubmitFailedEventDetailsFilterSensitiveLog: (obj: TaskSubmitFailedEventDetails) => any;
|
|
1019
|
-
|
|
1020
|
-
export declare const TaskSubmittedEventDetailsFilterSensitiveLog: (obj: TaskSubmittedEventDetails) => any;
|
|
1021
|
-
|
|
1022
|
-
export declare const TaskSucceededEventDetailsFilterSensitiveLog: (obj: TaskSucceededEventDetails) => any;
|
|
1023
|
-
|
|
1024
|
-
export declare const TaskTimedOutEventDetailsFilterSensitiveLog: (obj: TaskTimedOutEventDetails) => any;
|
|
1025
|
-
|
|
1026
|
-
export declare const HistoryEventFilterSensitiveLog: (obj: HistoryEvent) => any;
|
|
1027
|
-
|
|
1028
|
-
export declare const GetExecutionHistoryOutputFilterSensitiveLog: (obj: GetExecutionHistoryOutput) => any;
|
|
1029
|
-
|
|
1030
|
-
export declare const ListActivitiesInputFilterSensitiveLog: (obj: ListActivitiesInput) => any;
|
|
1031
|
-
|
|
1032
|
-
export declare const ListActivitiesOutputFilterSensitiveLog: (obj: ListActivitiesOutput) => any;
|
|
1033
|
-
|
|
1034
|
-
export declare const ListExecutionsInputFilterSensitiveLog: (obj: ListExecutionsInput) => any;
|
|
1035
|
-
|
|
1036
|
-
export declare const ExecutionListItemFilterSensitiveLog: (obj: ExecutionListItem) => any;
|
|
1037
|
-
|
|
1038
|
-
export declare const ListExecutionsOutputFilterSensitiveLog: (obj: ListExecutionsOutput) => any;
|
|
1039
|
-
|
|
1040
|
-
export declare const ListStateMachinesInputFilterSensitiveLog: (obj: ListStateMachinesInput) => any;
|
|
1041
|
-
|
|
1042
|
-
export declare const StateMachineListItemFilterSensitiveLog: (obj: StateMachineListItem) => any;
|
|
1043
|
-
|
|
1044
|
-
export declare const ListStateMachinesOutputFilterSensitiveLog: (obj: ListStateMachinesOutput) => any;
|
|
1045
|
-
|
|
1046
|
-
export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
|
|
1047
|
-
|
|
1048
|
-
export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
|
|
1049
|
-
|
|
1050
|
-
export declare const SendTaskFailureInputFilterSensitiveLog: (obj: SendTaskFailureInput) => any;
|
|
1051
|
-
|
|
1052
|
-
export declare const SendTaskFailureOutputFilterSensitiveLog: (obj: SendTaskFailureOutput) => any;
|
|
1053
|
-
|
|
1054
|
-
export declare const SendTaskHeartbeatInputFilterSensitiveLog: (obj: SendTaskHeartbeatInput) => any;
|
|
1055
|
-
|
|
1056
|
-
export declare const SendTaskHeartbeatOutputFilterSensitiveLog: (obj: SendTaskHeartbeatOutput) => any;
|
|
1057
|
-
|
|
1058
|
-
export declare const SendTaskSuccessInputFilterSensitiveLog: (obj: SendTaskSuccessInput) => any;
|
|
1059
|
-
|
|
1060
|
-
export declare const SendTaskSuccessOutputFilterSensitiveLog: (obj: SendTaskSuccessOutput) => any;
|
|
1061
|
-
|
|
1062
|
-
export declare const StartExecutionInputFilterSensitiveLog: (obj: StartExecutionInput) => any;
|
|
1063
|
-
|
|
1064
|
-
export declare const StartExecutionOutputFilterSensitiveLog: (obj: StartExecutionOutput) => any;
|
|
1065
|
-
|
|
1066
|
-
export declare const StartSyncExecutionInputFilterSensitiveLog: (obj: StartSyncExecutionInput) => any;
|
|
1067
|
-
|
|
1068
|
-
export declare const BillingDetailsFilterSensitiveLog: (obj: BillingDetails) => any;
|
|
1069
|
-
|
|
1070
|
-
export declare const StartSyncExecutionOutputFilterSensitiveLog: (obj: StartSyncExecutionOutput) => any;
|
|
1071
|
-
|
|
1072
|
-
export declare const StopExecutionInputFilterSensitiveLog: (obj: StopExecutionInput) => any;
|
|
1073
|
-
|
|
1074
|
-
export declare const StopExecutionOutputFilterSensitiveLog: (obj: StopExecutionOutput) => any;
|
|
1075
|
-
|
|
1076
|
-
export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
|
|
1077
|
-
|
|
1078
|
-
export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
|
|
1079
|
-
|
|
1080
|
-
export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
|
|
1081
|
-
|
|
1082
|
-
export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;
|
|
1083
|
-
|
|
1084
|
-
export declare const UpdateStateMachineInputFilterSensitiveLog: (obj: UpdateStateMachineInput) => any;
|
|
1085
|
-
|
|
1086
|
-
export declare const UpdateStateMachineOutputFilterSensitiveLog: (obj: UpdateStateMachineOutput) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { SFNServiceException as __BaseException } from "./SFNServiceException";
|
|
3
|
+
export declare class ActivityDoesNotExist extends __BaseException {
|
|
4
|
+
readonly name: "ActivityDoesNotExist";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
constructor(
|
|
7
|
+
opts: __ExceptionOptionType<ActivityDoesNotExist, __BaseException>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
export interface ActivityFailedEventDetails {
|
|
11
|
+
error?: string;
|
|
12
|
+
cause?: string;
|
|
13
|
+
}
|
|
14
|
+
export declare class ActivityLimitExceeded extends __BaseException {
|
|
15
|
+
readonly name: "ActivityLimitExceeded";
|
|
16
|
+
readonly $fault: "client";
|
|
17
|
+
constructor(
|
|
18
|
+
opts: __ExceptionOptionType<ActivityLimitExceeded, __BaseException>
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
export interface ActivityListItem {
|
|
22
|
+
activityArn: string | undefined;
|
|
23
|
+
name: string | undefined;
|
|
24
|
+
creationDate: Date | undefined;
|
|
25
|
+
}
|
|
26
|
+
export interface HistoryEventExecutionDataDetails {
|
|
27
|
+
truncated?: boolean;
|
|
28
|
+
}
|
|
29
|
+
export interface ActivityScheduledEventDetails {
|
|
30
|
+
resource: string | undefined;
|
|
31
|
+
input?: string;
|
|
32
|
+
inputDetails?: HistoryEventExecutionDataDetails;
|
|
33
|
+
timeoutInSeconds?: number;
|
|
34
|
+
heartbeatInSeconds?: number;
|
|
35
|
+
}
|
|
36
|
+
export interface ActivityScheduleFailedEventDetails {
|
|
37
|
+
error?: string;
|
|
38
|
+
cause?: string;
|
|
39
|
+
}
|
|
40
|
+
export interface ActivityStartedEventDetails {
|
|
41
|
+
workerName?: string;
|
|
42
|
+
}
|
|
43
|
+
export interface ActivitySucceededEventDetails {
|
|
44
|
+
output?: string;
|
|
45
|
+
outputDetails?: HistoryEventExecutionDataDetails;
|
|
46
|
+
}
|
|
47
|
+
export interface ActivityTimedOutEventDetails {
|
|
48
|
+
error?: string;
|
|
49
|
+
cause?: string;
|
|
50
|
+
}
|
|
51
|
+
export declare class ActivityWorkerLimitExceeded extends __BaseException {
|
|
52
|
+
readonly name: "ActivityWorkerLimitExceeded";
|
|
53
|
+
readonly $fault: "client";
|
|
54
|
+
constructor(
|
|
55
|
+
opts: __ExceptionOptionType<ActivityWorkerLimitExceeded, __BaseException>
|
|
56
|
+
);
|
|
57
|
+
}
|
|
58
|
+
export interface Tag {
|
|
59
|
+
key?: string;
|
|
60
|
+
value?: string;
|
|
61
|
+
}
|
|
62
|
+
export interface CreateActivityInput {
|
|
63
|
+
name: string | undefined;
|
|
64
|
+
tags?: Tag[];
|
|
65
|
+
}
|
|
66
|
+
export interface CreateActivityOutput {
|
|
67
|
+
activityArn: string | undefined;
|
|
68
|
+
creationDate: Date | undefined;
|
|
69
|
+
}
|
|
70
|
+
export declare class InvalidName extends __BaseException {
|
|
71
|
+
readonly name: "InvalidName";
|
|
72
|
+
readonly $fault: "client";
|
|
73
|
+
constructor(opts: __ExceptionOptionType<InvalidName, __BaseException>);
|
|
74
|
+
}
|
|
75
|
+
export declare class TooManyTags extends __BaseException {
|
|
76
|
+
readonly name: "TooManyTags";
|
|
77
|
+
readonly $fault: "client";
|
|
78
|
+
resourceName?: string;
|
|
79
|
+
constructor(opts: __ExceptionOptionType<TooManyTags, __BaseException>);
|
|
80
|
+
}
|
|
81
|
+
export interface CloudWatchLogsLogGroup {
|
|
82
|
+
logGroupArn?: string;
|
|
83
|
+
}
|
|
84
|
+
export interface LogDestination {
|
|
85
|
+
cloudWatchLogsLogGroup?: CloudWatchLogsLogGroup;
|
|
86
|
+
}
|
|
87
|
+
export declare type LogLevel = "ALL" | "ERROR" | "FATAL" | "OFF";
|
|
88
|
+
export interface LoggingConfiguration {
|
|
89
|
+
level?: LogLevel | string;
|
|
90
|
+
includeExecutionData?: boolean;
|
|
91
|
+
destinations?: LogDestination[];
|
|
92
|
+
}
|
|
93
|
+
export interface TracingConfiguration {
|
|
94
|
+
enabled?: boolean;
|
|
95
|
+
}
|
|
96
|
+
export declare type StateMachineType = "EXPRESS" | "STANDARD";
|
|
97
|
+
export interface CreateStateMachineInput {
|
|
98
|
+
name: string | undefined;
|
|
99
|
+
definition: string | undefined;
|
|
100
|
+
roleArn: string | undefined;
|
|
101
|
+
type?: StateMachineType | string;
|
|
102
|
+
loggingConfiguration?: LoggingConfiguration;
|
|
103
|
+
tags?: Tag[];
|
|
104
|
+
tracingConfiguration?: TracingConfiguration;
|
|
105
|
+
}
|
|
106
|
+
export interface CreateStateMachineOutput {
|
|
107
|
+
stateMachineArn: string | undefined;
|
|
108
|
+
creationDate: Date | undefined;
|
|
109
|
+
}
|
|
110
|
+
export declare class InvalidArn extends __BaseException {
|
|
111
|
+
readonly name: "InvalidArn";
|
|
112
|
+
readonly $fault: "client";
|
|
113
|
+
constructor(opts: __ExceptionOptionType<InvalidArn, __BaseException>);
|
|
114
|
+
}
|
|
115
|
+
export declare class InvalidDefinition extends __BaseException {
|
|
116
|
+
readonly name: "InvalidDefinition";
|
|
117
|
+
readonly $fault: "client";
|
|
118
|
+
constructor(opts: __ExceptionOptionType<InvalidDefinition, __BaseException>);
|
|
119
|
+
}
|
|
120
|
+
export declare class InvalidLoggingConfiguration extends __BaseException {
|
|
121
|
+
readonly name: "InvalidLoggingConfiguration";
|
|
122
|
+
readonly $fault: "client";
|
|
123
|
+
constructor(
|
|
124
|
+
opts: __ExceptionOptionType<InvalidLoggingConfiguration, __BaseException>
|
|
125
|
+
);
|
|
126
|
+
}
|
|
127
|
+
export declare class InvalidTracingConfiguration extends __BaseException {
|
|
128
|
+
readonly name: "InvalidTracingConfiguration";
|
|
129
|
+
readonly $fault: "client";
|
|
130
|
+
constructor(
|
|
131
|
+
opts: __ExceptionOptionType<InvalidTracingConfiguration, __BaseException>
|
|
132
|
+
);
|
|
133
|
+
}
|
|
134
|
+
export declare class StateMachineAlreadyExists extends __BaseException {
|
|
135
|
+
readonly name: "StateMachineAlreadyExists";
|
|
136
|
+
readonly $fault: "client";
|
|
137
|
+
constructor(
|
|
138
|
+
opts: __ExceptionOptionType<StateMachineAlreadyExists, __BaseException>
|
|
139
|
+
);
|
|
140
|
+
}
|
|
141
|
+
export declare class StateMachineDeleting extends __BaseException {
|
|
142
|
+
readonly name: "StateMachineDeleting";
|
|
143
|
+
readonly $fault: "client";
|
|
144
|
+
constructor(
|
|
145
|
+
opts: __ExceptionOptionType<StateMachineDeleting, __BaseException>
|
|
146
|
+
);
|
|
147
|
+
}
|
|
148
|
+
export declare class StateMachineLimitExceeded extends __BaseException {
|
|
149
|
+
readonly name: "StateMachineLimitExceeded";
|
|
150
|
+
readonly $fault: "client";
|
|
151
|
+
constructor(
|
|
152
|
+
opts: __ExceptionOptionType<StateMachineLimitExceeded, __BaseException>
|
|
153
|
+
);
|
|
154
|
+
}
|
|
155
|
+
export declare class StateMachineTypeNotSupported extends __BaseException {
|
|
156
|
+
readonly name: "StateMachineTypeNotSupported";
|
|
157
|
+
readonly $fault: "client";
|
|
158
|
+
constructor(
|
|
159
|
+
opts: __ExceptionOptionType<StateMachineTypeNotSupported, __BaseException>
|
|
160
|
+
);
|
|
161
|
+
}
|
|
162
|
+
export interface DeleteActivityInput {
|
|
163
|
+
activityArn: string | undefined;
|
|
164
|
+
}
|
|
165
|
+
export interface DeleteActivityOutput {}
|
|
166
|
+
export interface DeleteStateMachineInput {
|
|
167
|
+
stateMachineArn: string | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface DeleteStateMachineOutput {}
|
|
170
|
+
export interface DescribeActivityInput {
|
|
171
|
+
activityArn: string | undefined;
|
|
172
|
+
}
|
|
173
|
+
export interface DescribeActivityOutput {
|
|
174
|
+
activityArn: string | undefined;
|
|
175
|
+
name: string | undefined;
|
|
176
|
+
creationDate: Date | undefined;
|
|
177
|
+
}
|
|
178
|
+
export interface DescribeExecutionInput {
|
|
179
|
+
executionArn: string | undefined;
|
|
180
|
+
}
|
|
181
|
+
export interface CloudWatchEventsExecutionDataDetails {
|
|
182
|
+
included?: boolean;
|
|
183
|
+
}
|
|
184
|
+
export declare type ExecutionStatus =
|
|
185
|
+
| "ABORTED"
|
|
186
|
+
| "FAILED"
|
|
187
|
+
| "RUNNING"
|
|
188
|
+
| "SUCCEEDED"
|
|
189
|
+
| "TIMED_OUT";
|
|
190
|
+
export interface DescribeExecutionOutput {
|
|
191
|
+
executionArn: string | undefined;
|
|
192
|
+
stateMachineArn: string | undefined;
|
|
193
|
+
name?: string;
|
|
194
|
+
status: ExecutionStatus | string | undefined;
|
|
195
|
+
startDate: Date | undefined;
|
|
196
|
+
stopDate?: Date;
|
|
197
|
+
input?: string;
|
|
198
|
+
inputDetails?: CloudWatchEventsExecutionDataDetails;
|
|
199
|
+
output?: string;
|
|
200
|
+
outputDetails?: CloudWatchEventsExecutionDataDetails;
|
|
201
|
+
traceHeader?: string;
|
|
202
|
+
}
|
|
203
|
+
export declare class ExecutionDoesNotExist extends __BaseException {
|
|
204
|
+
readonly name: "ExecutionDoesNotExist";
|
|
205
|
+
readonly $fault: "client";
|
|
206
|
+
constructor(
|
|
207
|
+
opts: __ExceptionOptionType<ExecutionDoesNotExist, __BaseException>
|
|
208
|
+
);
|
|
209
|
+
}
|
|
210
|
+
export interface DescribeStateMachineInput {
|
|
211
|
+
stateMachineArn: string | undefined;
|
|
212
|
+
}
|
|
213
|
+
export declare type StateMachineStatus = "ACTIVE" | "DELETING";
|
|
214
|
+
export interface DescribeStateMachineOutput {
|
|
215
|
+
stateMachineArn: string | undefined;
|
|
216
|
+
name: string | undefined;
|
|
217
|
+
status?: StateMachineStatus | string;
|
|
218
|
+
definition: string | undefined;
|
|
219
|
+
roleArn: string | undefined;
|
|
220
|
+
type: StateMachineType | string | undefined;
|
|
221
|
+
creationDate: Date | undefined;
|
|
222
|
+
loggingConfiguration?: LoggingConfiguration;
|
|
223
|
+
tracingConfiguration?: TracingConfiguration;
|
|
224
|
+
}
|
|
225
|
+
export declare class StateMachineDoesNotExist extends __BaseException {
|
|
226
|
+
readonly name: "StateMachineDoesNotExist";
|
|
227
|
+
readonly $fault: "client";
|
|
228
|
+
constructor(
|
|
229
|
+
opts: __ExceptionOptionType<StateMachineDoesNotExist, __BaseException>
|
|
230
|
+
);
|
|
231
|
+
}
|
|
232
|
+
export interface DescribeStateMachineForExecutionInput {
|
|
233
|
+
executionArn: string | undefined;
|
|
234
|
+
}
|
|
235
|
+
export interface DescribeStateMachineForExecutionOutput {
|
|
236
|
+
stateMachineArn: string | undefined;
|
|
237
|
+
name: string | undefined;
|
|
238
|
+
definition: string | undefined;
|
|
239
|
+
roleArn: string | undefined;
|
|
240
|
+
updateDate: Date | undefined;
|
|
241
|
+
loggingConfiguration?: LoggingConfiguration;
|
|
242
|
+
tracingConfiguration?: TracingConfiguration;
|
|
243
|
+
}
|
|
244
|
+
export interface GetActivityTaskInput {
|
|
245
|
+
activityArn: string | undefined;
|
|
246
|
+
workerName?: string;
|
|
247
|
+
}
|
|
248
|
+
export interface GetActivityTaskOutput {
|
|
249
|
+
taskToken?: string;
|
|
250
|
+
input?: string;
|
|
251
|
+
}
|
|
252
|
+
export interface GetExecutionHistoryInput {
|
|
253
|
+
executionArn: string | undefined;
|
|
254
|
+
maxResults?: number;
|
|
255
|
+
reverseOrder?: boolean;
|
|
256
|
+
nextToken?: string;
|
|
257
|
+
includeExecutionData?: boolean;
|
|
258
|
+
}
|
|
259
|
+
export interface ExecutionAbortedEventDetails {
|
|
260
|
+
error?: string;
|
|
261
|
+
cause?: string;
|
|
262
|
+
}
|
|
263
|
+
export interface ExecutionFailedEventDetails {
|
|
264
|
+
error?: string;
|
|
265
|
+
cause?: string;
|
|
266
|
+
}
|
|
267
|
+
export interface ExecutionStartedEventDetails {
|
|
268
|
+
input?: string;
|
|
269
|
+
inputDetails?: HistoryEventExecutionDataDetails;
|
|
270
|
+
roleArn?: string;
|
|
271
|
+
}
|
|
272
|
+
export interface ExecutionSucceededEventDetails {
|
|
273
|
+
output?: string;
|
|
274
|
+
outputDetails?: HistoryEventExecutionDataDetails;
|
|
275
|
+
}
|
|
276
|
+
export interface ExecutionTimedOutEventDetails {
|
|
277
|
+
error?: string;
|
|
278
|
+
cause?: string;
|
|
279
|
+
}
|
|
280
|
+
export interface LambdaFunctionFailedEventDetails {
|
|
281
|
+
error?: string;
|
|
282
|
+
cause?: string;
|
|
283
|
+
}
|
|
284
|
+
export interface LambdaFunctionScheduledEventDetails {
|
|
285
|
+
resource: string | undefined;
|
|
286
|
+
input?: string;
|
|
287
|
+
inputDetails?: HistoryEventExecutionDataDetails;
|
|
288
|
+
timeoutInSeconds?: number;
|
|
289
|
+
}
|
|
290
|
+
export interface LambdaFunctionScheduleFailedEventDetails {
|
|
291
|
+
error?: string;
|
|
292
|
+
cause?: string;
|
|
293
|
+
}
|
|
294
|
+
export interface LambdaFunctionStartFailedEventDetails {
|
|
295
|
+
error?: string;
|
|
296
|
+
cause?: string;
|
|
297
|
+
}
|
|
298
|
+
export interface LambdaFunctionSucceededEventDetails {
|
|
299
|
+
output?: string;
|
|
300
|
+
outputDetails?: HistoryEventExecutionDataDetails;
|
|
301
|
+
}
|
|
302
|
+
export interface LambdaFunctionTimedOutEventDetails {
|
|
303
|
+
error?: string;
|
|
304
|
+
cause?: string;
|
|
305
|
+
}
|
|
306
|
+
export interface MapIterationEventDetails {
|
|
307
|
+
name?: string;
|
|
308
|
+
index?: number;
|
|
309
|
+
}
|
|
310
|
+
export interface MapStateStartedEventDetails {
|
|
311
|
+
length?: number;
|
|
312
|
+
}
|
|
313
|
+
export interface StateEnteredEventDetails {
|
|
314
|
+
name: string | undefined;
|
|
315
|
+
input?: string;
|
|
316
|
+
inputDetails?: HistoryEventExecutionDataDetails;
|
|
317
|
+
}
|
|
318
|
+
export interface StateExitedEventDetails {
|
|
319
|
+
name: string | undefined;
|
|
320
|
+
output?: string;
|
|
321
|
+
outputDetails?: HistoryEventExecutionDataDetails;
|
|
322
|
+
}
|
|
323
|
+
export interface TaskFailedEventDetails {
|
|
324
|
+
resourceType: string | undefined;
|
|
325
|
+
resource: string | undefined;
|
|
326
|
+
error?: string;
|
|
327
|
+
cause?: string;
|
|
328
|
+
}
|
|
329
|
+
export interface TaskScheduledEventDetails {
|
|
330
|
+
resourceType: string | undefined;
|
|
331
|
+
resource: string | undefined;
|
|
332
|
+
region: string | undefined;
|
|
333
|
+
parameters: string | undefined;
|
|
334
|
+
timeoutInSeconds?: number;
|
|
335
|
+
heartbeatInSeconds?: number;
|
|
336
|
+
}
|
|
337
|
+
export interface TaskStartedEventDetails {
|
|
338
|
+
resourceType: string | undefined;
|
|
339
|
+
resource: string | undefined;
|
|
340
|
+
}
|
|
341
|
+
export interface TaskStartFailedEventDetails {
|
|
342
|
+
resourceType: string | undefined;
|
|
343
|
+
resource: string | undefined;
|
|
344
|
+
error?: string;
|
|
345
|
+
cause?: string;
|
|
346
|
+
}
|
|
347
|
+
export interface TaskSubmitFailedEventDetails {
|
|
348
|
+
resourceType: string | undefined;
|
|
349
|
+
resource: string | undefined;
|
|
350
|
+
error?: string;
|
|
351
|
+
cause?: string;
|
|
352
|
+
}
|
|
353
|
+
export interface TaskSubmittedEventDetails {
|
|
354
|
+
resourceType: string | undefined;
|
|
355
|
+
resource: string | undefined;
|
|
356
|
+
output?: string;
|
|
357
|
+
outputDetails?: HistoryEventExecutionDataDetails;
|
|
358
|
+
}
|
|
359
|
+
export interface TaskSucceededEventDetails {
|
|
360
|
+
resourceType: string | undefined;
|
|
361
|
+
resource: string | undefined;
|
|
362
|
+
output?: string;
|
|
363
|
+
outputDetails?: HistoryEventExecutionDataDetails;
|
|
364
|
+
}
|
|
365
|
+
export interface TaskTimedOutEventDetails {
|
|
366
|
+
resourceType: string | undefined;
|
|
367
|
+
resource: string | undefined;
|
|
368
|
+
error?: string;
|
|
369
|
+
cause?: string;
|
|
370
|
+
}
|
|
371
|
+
export declare type HistoryEventType =
|
|
372
|
+
| "ActivityFailed"
|
|
373
|
+
| "ActivityScheduleFailed"
|
|
374
|
+
| "ActivityScheduled"
|
|
375
|
+
| "ActivityStarted"
|
|
376
|
+
| "ActivitySucceeded"
|
|
377
|
+
| "ActivityTimedOut"
|
|
378
|
+
| "ChoiceStateEntered"
|
|
379
|
+
| "ChoiceStateExited"
|
|
380
|
+
| "ExecutionAborted"
|
|
381
|
+
| "ExecutionFailed"
|
|
382
|
+
| "ExecutionStarted"
|
|
383
|
+
| "ExecutionSucceeded"
|
|
384
|
+
| "ExecutionTimedOut"
|
|
385
|
+
| "FailStateEntered"
|
|
386
|
+
| "LambdaFunctionFailed"
|
|
387
|
+
| "LambdaFunctionScheduleFailed"
|
|
388
|
+
| "LambdaFunctionScheduled"
|
|
389
|
+
| "LambdaFunctionStartFailed"
|
|
390
|
+
| "LambdaFunctionStarted"
|
|
391
|
+
| "LambdaFunctionSucceeded"
|
|
392
|
+
| "LambdaFunctionTimedOut"
|
|
393
|
+
| "MapIterationAborted"
|
|
394
|
+
| "MapIterationFailed"
|
|
395
|
+
| "MapIterationStarted"
|
|
396
|
+
| "MapIterationSucceeded"
|
|
397
|
+
| "MapStateAborted"
|
|
398
|
+
| "MapStateEntered"
|
|
399
|
+
| "MapStateExited"
|
|
400
|
+
| "MapStateFailed"
|
|
401
|
+
| "MapStateStarted"
|
|
402
|
+
| "MapStateSucceeded"
|
|
403
|
+
| "ParallelStateAborted"
|
|
404
|
+
| "ParallelStateEntered"
|
|
405
|
+
| "ParallelStateExited"
|
|
406
|
+
| "ParallelStateFailed"
|
|
407
|
+
| "ParallelStateStarted"
|
|
408
|
+
| "ParallelStateSucceeded"
|
|
409
|
+
| "PassStateEntered"
|
|
410
|
+
| "PassStateExited"
|
|
411
|
+
| "SucceedStateEntered"
|
|
412
|
+
| "SucceedStateExited"
|
|
413
|
+
| "TaskFailed"
|
|
414
|
+
| "TaskScheduled"
|
|
415
|
+
| "TaskStartFailed"
|
|
416
|
+
| "TaskStarted"
|
|
417
|
+
| "TaskStateAborted"
|
|
418
|
+
| "TaskStateEntered"
|
|
419
|
+
| "TaskStateExited"
|
|
420
|
+
| "TaskSubmitFailed"
|
|
421
|
+
| "TaskSubmitted"
|
|
422
|
+
| "TaskSucceeded"
|
|
423
|
+
| "TaskTimedOut"
|
|
424
|
+
| "WaitStateAborted"
|
|
425
|
+
| "WaitStateEntered"
|
|
426
|
+
| "WaitStateExited";
|
|
427
|
+
export interface HistoryEvent {
|
|
428
|
+
timestamp: Date | undefined;
|
|
429
|
+
type: HistoryEventType | string | undefined;
|
|
430
|
+
id: number | undefined;
|
|
431
|
+
previousEventId?: number;
|
|
432
|
+
activityFailedEventDetails?: ActivityFailedEventDetails;
|
|
433
|
+
activityScheduleFailedEventDetails?: ActivityScheduleFailedEventDetails;
|
|
434
|
+
activityScheduledEventDetails?: ActivityScheduledEventDetails;
|
|
435
|
+
activityStartedEventDetails?: ActivityStartedEventDetails;
|
|
436
|
+
activitySucceededEventDetails?: ActivitySucceededEventDetails;
|
|
437
|
+
activityTimedOutEventDetails?: ActivityTimedOutEventDetails;
|
|
438
|
+
taskFailedEventDetails?: TaskFailedEventDetails;
|
|
439
|
+
taskScheduledEventDetails?: TaskScheduledEventDetails;
|
|
440
|
+
taskStartFailedEventDetails?: TaskStartFailedEventDetails;
|
|
441
|
+
taskStartedEventDetails?: TaskStartedEventDetails;
|
|
442
|
+
taskSubmitFailedEventDetails?: TaskSubmitFailedEventDetails;
|
|
443
|
+
taskSubmittedEventDetails?: TaskSubmittedEventDetails;
|
|
444
|
+
taskSucceededEventDetails?: TaskSucceededEventDetails;
|
|
445
|
+
taskTimedOutEventDetails?: TaskTimedOutEventDetails;
|
|
446
|
+
executionFailedEventDetails?: ExecutionFailedEventDetails;
|
|
447
|
+
executionStartedEventDetails?: ExecutionStartedEventDetails;
|
|
448
|
+
executionSucceededEventDetails?: ExecutionSucceededEventDetails;
|
|
449
|
+
executionAbortedEventDetails?: ExecutionAbortedEventDetails;
|
|
450
|
+
executionTimedOutEventDetails?: ExecutionTimedOutEventDetails;
|
|
451
|
+
mapStateStartedEventDetails?: MapStateStartedEventDetails;
|
|
452
|
+
mapIterationStartedEventDetails?: MapIterationEventDetails;
|
|
453
|
+
mapIterationSucceededEventDetails?: MapIterationEventDetails;
|
|
454
|
+
mapIterationFailedEventDetails?: MapIterationEventDetails;
|
|
455
|
+
mapIterationAbortedEventDetails?: MapIterationEventDetails;
|
|
456
|
+
lambdaFunctionFailedEventDetails?: LambdaFunctionFailedEventDetails;
|
|
457
|
+
lambdaFunctionScheduleFailedEventDetails?: LambdaFunctionScheduleFailedEventDetails;
|
|
458
|
+
lambdaFunctionScheduledEventDetails?: LambdaFunctionScheduledEventDetails;
|
|
459
|
+
lambdaFunctionStartFailedEventDetails?: LambdaFunctionStartFailedEventDetails;
|
|
460
|
+
lambdaFunctionSucceededEventDetails?: LambdaFunctionSucceededEventDetails;
|
|
461
|
+
lambdaFunctionTimedOutEventDetails?: LambdaFunctionTimedOutEventDetails;
|
|
462
|
+
stateEnteredEventDetails?: StateEnteredEventDetails;
|
|
463
|
+
stateExitedEventDetails?: StateExitedEventDetails;
|
|
464
|
+
}
|
|
465
|
+
export interface GetExecutionHistoryOutput {
|
|
466
|
+
events: HistoryEvent[] | undefined;
|
|
467
|
+
nextToken?: string;
|
|
468
|
+
}
|
|
469
|
+
export declare class InvalidToken extends __BaseException {
|
|
470
|
+
readonly name: "InvalidToken";
|
|
471
|
+
readonly $fault: "client";
|
|
472
|
+
constructor(opts: __ExceptionOptionType<InvalidToken, __BaseException>);
|
|
473
|
+
}
|
|
474
|
+
export interface ListActivitiesInput {
|
|
475
|
+
maxResults?: number;
|
|
476
|
+
nextToken?: string;
|
|
477
|
+
}
|
|
478
|
+
export interface ListActivitiesOutput {
|
|
479
|
+
activities: ActivityListItem[] | undefined;
|
|
480
|
+
nextToken?: string;
|
|
481
|
+
}
|
|
482
|
+
export interface ListExecutionsInput {
|
|
483
|
+
stateMachineArn: string | undefined;
|
|
484
|
+
statusFilter?: ExecutionStatus | string;
|
|
485
|
+
maxResults?: number;
|
|
486
|
+
nextToken?: string;
|
|
487
|
+
}
|
|
488
|
+
export interface ExecutionListItem {
|
|
489
|
+
executionArn: string | undefined;
|
|
490
|
+
stateMachineArn: string | undefined;
|
|
491
|
+
name: string | undefined;
|
|
492
|
+
status: ExecutionStatus | string | undefined;
|
|
493
|
+
startDate: Date | undefined;
|
|
494
|
+
stopDate?: Date;
|
|
495
|
+
}
|
|
496
|
+
export interface ListExecutionsOutput {
|
|
497
|
+
executions: ExecutionListItem[] | undefined;
|
|
498
|
+
nextToken?: string;
|
|
499
|
+
}
|
|
500
|
+
export interface ListStateMachinesInput {
|
|
501
|
+
maxResults?: number;
|
|
502
|
+
nextToken?: string;
|
|
503
|
+
}
|
|
504
|
+
export interface StateMachineListItem {
|
|
505
|
+
stateMachineArn: string | undefined;
|
|
506
|
+
name: string | undefined;
|
|
507
|
+
type: StateMachineType | string | undefined;
|
|
508
|
+
creationDate: Date | undefined;
|
|
509
|
+
}
|
|
510
|
+
export interface ListStateMachinesOutput {
|
|
511
|
+
stateMachines: StateMachineListItem[] | undefined;
|
|
512
|
+
nextToken?: string;
|
|
513
|
+
}
|
|
514
|
+
export interface ListTagsForResourceInput {
|
|
515
|
+
resourceArn: string | undefined;
|
|
516
|
+
}
|
|
517
|
+
export interface ListTagsForResourceOutput {
|
|
518
|
+
tags?: Tag[];
|
|
519
|
+
}
|
|
520
|
+
export declare class ResourceNotFound extends __BaseException {
|
|
521
|
+
readonly name: "ResourceNotFound";
|
|
522
|
+
readonly $fault: "client";
|
|
523
|
+
resourceName?: string;
|
|
524
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFound, __BaseException>);
|
|
525
|
+
}
|
|
526
|
+
export interface SendTaskFailureInput {
|
|
527
|
+
taskToken: string | undefined;
|
|
528
|
+
error?: string;
|
|
529
|
+
cause?: string;
|
|
530
|
+
}
|
|
531
|
+
export interface SendTaskFailureOutput {}
|
|
532
|
+
export declare class TaskDoesNotExist extends __BaseException {
|
|
533
|
+
readonly name: "TaskDoesNotExist";
|
|
534
|
+
readonly $fault: "client";
|
|
535
|
+
constructor(opts: __ExceptionOptionType<TaskDoesNotExist, __BaseException>);
|
|
536
|
+
}
|
|
537
|
+
export declare class TaskTimedOut extends __BaseException {
|
|
538
|
+
readonly name: "TaskTimedOut";
|
|
539
|
+
readonly $fault: "client";
|
|
540
|
+
constructor(opts: __ExceptionOptionType<TaskTimedOut, __BaseException>);
|
|
541
|
+
}
|
|
542
|
+
export interface SendTaskHeartbeatInput {
|
|
543
|
+
taskToken: string | undefined;
|
|
544
|
+
}
|
|
545
|
+
export interface SendTaskHeartbeatOutput {}
|
|
546
|
+
export declare class InvalidOutput extends __BaseException {
|
|
547
|
+
readonly name: "InvalidOutput";
|
|
548
|
+
readonly $fault: "client";
|
|
549
|
+
constructor(opts: __ExceptionOptionType<InvalidOutput, __BaseException>);
|
|
550
|
+
}
|
|
551
|
+
export interface SendTaskSuccessInput {
|
|
552
|
+
taskToken: string | undefined;
|
|
553
|
+
output: string | undefined;
|
|
554
|
+
}
|
|
555
|
+
export interface SendTaskSuccessOutput {}
|
|
556
|
+
export declare class ExecutionAlreadyExists extends __BaseException {
|
|
557
|
+
readonly name: "ExecutionAlreadyExists";
|
|
558
|
+
readonly $fault: "client";
|
|
559
|
+
constructor(
|
|
560
|
+
opts: __ExceptionOptionType<ExecutionAlreadyExists, __BaseException>
|
|
561
|
+
);
|
|
562
|
+
}
|
|
563
|
+
export declare class ExecutionLimitExceeded extends __BaseException {
|
|
564
|
+
readonly name: "ExecutionLimitExceeded";
|
|
565
|
+
readonly $fault: "client";
|
|
566
|
+
constructor(
|
|
567
|
+
opts: __ExceptionOptionType<ExecutionLimitExceeded, __BaseException>
|
|
568
|
+
);
|
|
569
|
+
}
|
|
570
|
+
export declare class InvalidExecutionInput extends __BaseException {
|
|
571
|
+
readonly name: "InvalidExecutionInput";
|
|
572
|
+
readonly $fault: "client";
|
|
573
|
+
constructor(
|
|
574
|
+
opts: __ExceptionOptionType<InvalidExecutionInput, __BaseException>
|
|
575
|
+
);
|
|
576
|
+
}
|
|
577
|
+
export interface StartExecutionInput {
|
|
578
|
+
stateMachineArn: string | undefined;
|
|
579
|
+
name?: string;
|
|
580
|
+
input?: string;
|
|
581
|
+
traceHeader?: string;
|
|
582
|
+
}
|
|
583
|
+
export interface StartExecutionOutput {
|
|
584
|
+
executionArn: string | undefined;
|
|
585
|
+
startDate: Date | undefined;
|
|
586
|
+
}
|
|
587
|
+
export interface StartSyncExecutionInput {
|
|
588
|
+
stateMachineArn: string | undefined;
|
|
589
|
+
name?: string;
|
|
590
|
+
input?: string;
|
|
591
|
+
traceHeader?: string;
|
|
592
|
+
}
|
|
593
|
+
export interface BillingDetails {
|
|
594
|
+
billedMemoryUsedInMB?: number;
|
|
595
|
+
billedDurationInMilliseconds?: number;
|
|
596
|
+
}
|
|
597
|
+
export declare type SyncExecutionStatus = "FAILED" | "SUCCEEDED" | "TIMED_OUT";
|
|
598
|
+
export interface StartSyncExecutionOutput {
|
|
599
|
+
executionArn: string | undefined;
|
|
600
|
+
stateMachineArn?: string;
|
|
601
|
+
name?: string;
|
|
602
|
+
startDate: Date | undefined;
|
|
603
|
+
stopDate: Date | undefined;
|
|
604
|
+
status: SyncExecutionStatus | string | undefined;
|
|
605
|
+
error?: string;
|
|
606
|
+
cause?: string;
|
|
607
|
+
input?: string;
|
|
608
|
+
inputDetails?: CloudWatchEventsExecutionDataDetails;
|
|
609
|
+
output?: string;
|
|
610
|
+
outputDetails?: CloudWatchEventsExecutionDataDetails;
|
|
611
|
+
traceHeader?: string;
|
|
612
|
+
billingDetails?: BillingDetails;
|
|
613
|
+
}
|
|
614
|
+
export interface StopExecutionInput {
|
|
615
|
+
executionArn: string | undefined;
|
|
616
|
+
error?: string;
|
|
617
|
+
cause?: string;
|
|
618
|
+
}
|
|
619
|
+
export interface StopExecutionOutput {
|
|
620
|
+
stopDate: Date | undefined;
|
|
621
|
+
}
|
|
622
|
+
export interface TagResourceInput {
|
|
623
|
+
resourceArn: string | undefined;
|
|
624
|
+
tags: Tag[] | undefined;
|
|
625
|
+
}
|
|
626
|
+
export interface TagResourceOutput {}
|
|
627
|
+
export interface UntagResourceInput {
|
|
628
|
+
resourceArn: string | undefined;
|
|
629
|
+
tagKeys: string[] | undefined;
|
|
630
|
+
}
|
|
631
|
+
export interface UntagResourceOutput {}
|
|
632
|
+
export declare class MissingRequiredParameter extends __BaseException {
|
|
633
|
+
readonly name: "MissingRequiredParameter";
|
|
634
|
+
readonly $fault: "client";
|
|
635
|
+
constructor(
|
|
636
|
+
opts: __ExceptionOptionType<MissingRequiredParameter, __BaseException>
|
|
637
|
+
);
|
|
638
|
+
}
|
|
639
|
+
export interface UpdateStateMachineInput {
|
|
640
|
+
stateMachineArn: string | undefined;
|
|
641
|
+
definition?: string;
|
|
642
|
+
roleArn?: string;
|
|
643
|
+
loggingConfiguration?: LoggingConfiguration;
|
|
644
|
+
tracingConfiguration?: TracingConfiguration;
|
|
645
|
+
}
|
|
646
|
+
export interface UpdateStateMachineOutput {
|
|
647
|
+
updateDate: Date | undefined;
|
|
648
|
+
}
|
|
649
|
+
export declare const ActivityFailedEventDetailsFilterSensitiveLog: (
|
|
650
|
+
obj: ActivityFailedEventDetails
|
|
651
|
+
) => any;
|
|
652
|
+
export declare const ActivityListItemFilterSensitiveLog: (
|
|
653
|
+
obj: ActivityListItem
|
|
654
|
+
) => any;
|
|
655
|
+
export declare const HistoryEventExecutionDataDetailsFilterSensitiveLog: (
|
|
656
|
+
obj: HistoryEventExecutionDataDetails
|
|
657
|
+
) => any;
|
|
658
|
+
export declare const ActivityScheduledEventDetailsFilterSensitiveLog: (
|
|
659
|
+
obj: ActivityScheduledEventDetails
|
|
660
|
+
) => any;
|
|
661
|
+
export declare const ActivityScheduleFailedEventDetailsFilterSensitiveLog: (
|
|
662
|
+
obj: ActivityScheduleFailedEventDetails
|
|
663
|
+
) => any;
|
|
664
|
+
export declare const ActivityStartedEventDetailsFilterSensitiveLog: (
|
|
665
|
+
obj: ActivityStartedEventDetails
|
|
666
|
+
) => any;
|
|
667
|
+
export declare const ActivitySucceededEventDetailsFilterSensitiveLog: (
|
|
668
|
+
obj: ActivitySucceededEventDetails
|
|
669
|
+
) => any;
|
|
670
|
+
export declare const ActivityTimedOutEventDetailsFilterSensitiveLog: (
|
|
671
|
+
obj: ActivityTimedOutEventDetails
|
|
672
|
+
) => any;
|
|
673
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
674
|
+
export declare const CreateActivityInputFilterSensitiveLog: (
|
|
675
|
+
obj: CreateActivityInput
|
|
676
|
+
) => any;
|
|
677
|
+
export declare const CreateActivityOutputFilterSensitiveLog: (
|
|
678
|
+
obj: CreateActivityOutput
|
|
679
|
+
) => any;
|
|
680
|
+
export declare const CloudWatchLogsLogGroupFilterSensitiveLog: (
|
|
681
|
+
obj: CloudWatchLogsLogGroup
|
|
682
|
+
) => any;
|
|
683
|
+
export declare const LogDestinationFilterSensitiveLog: (
|
|
684
|
+
obj: LogDestination
|
|
685
|
+
) => any;
|
|
686
|
+
export declare const LoggingConfigurationFilterSensitiveLog: (
|
|
687
|
+
obj: LoggingConfiguration
|
|
688
|
+
) => any;
|
|
689
|
+
export declare const TracingConfigurationFilterSensitiveLog: (
|
|
690
|
+
obj: TracingConfiguration
|
|
691
|
+
) => any;
|
|
692
|
+
export declare const CreateStateMachineInputFilterSensitiveLog: (
|
|
693
|
+
obj: CreateStateMachineInput
|
|
694
|
+
) => any;
|
|
695
|
+
export declare const CreateStateMachineOutputFilterSensitiveLog: (
|
|
696
|
+
obj: CreateStateMachineOutput
|
|
697
|
+
) => any;
|
|
698
|
+
export declare const DeleteActivityInputFilterSensitiveLog: (
|
|
699
|
+
obj: DeleteActivityInput
|
|
700
|
+
) => any;
|
|
701
|
+
export declare const DeleteActivityOutputFilterSensitiveLog: (
|
|
702
|
+
obj: DeleteActivityOutput
|
|
703
|
+
) => any;
|
|
704
|
+
export declare const DeleteStateMachineInputFilterSensitiveLog: (
|
|
705
|
+
obj: DeleteStateMachineInput
|
|
706
|
+
) => any;
|
|
707
|
+
export declare const DeleteStateMachineOutputFilterSensitiveLog: (
|
|
708
|
+
obj: DeleteStateMachineOutput
|
|
709
|
+
) => any;
|
|
710
|
+
export declare const DescribeActivityInputFilterSensitiveLog: (
|
|
711
|
+
obj: DescribeActivityInput
|
|
712
|
+
) => any;
|
|
713
|
+
export declare const DescribeActivityOutputFilterSensitiveLog: (
|
|
714
|
+
obj: DescribeActivityOutput
|
|
715
|
+
) => any;
|
|
716
|
+
export declare const DescribeExecutionInputFilterSensitiveLog: (
|
|
717
|
+
obj: DescribeExecutionInput
|
|
718
|
+
) => any;
|
|
719
|
+
export declare const CloudWatchEventsExecutionDataDetailsFilterSensitiveLog: (
|
|
720
|
+
obj: CloudWatchEventsExecutionDataDetails
|
|
721
|
+
) => any;
|
|
722
|
+
export declare const DescribeExecutionOutputFilterSensitiveLog: (
|
|
723
|
+
obj: DescribeExecutionOutput
|
|
724
|
+
) => any;
|
|
725
|
+
export declare const DescribeStateMachineInputFilterSensitiveLog: (
|
|
726
|
+
obj: DescribeStateMachineInput
|
|
727
|
+
) => any;
|
|
728
|
+
export declare const DescribeStateMachineOutputFilterSensitiveLog: (
|
|
729
|
+
obj: DescribeStateMachineOutput
|
|
730
|
+
) => any;
|
|
731
|
+
export declare const DescribeStateMachineForExecutionInputFilterSensitiveLog: (
|
|
732
|
+
obj: DescribeStateMachineForExecutionInput
|
|
733
|
+
) => any;
|
|
734
|
+
export declare const DescribeStateMachineForExecutionOutputFilterSensitiveLog: (
|
|
735
|
+
obj: DescribeStateMachineForExecutionOutput
|
|
736
|
+
) => any;
|
|
737
|
+
export declare const GetActivityTaskInputFilterSensitiveLog: (
|
|
738
|
+
obj: GetActivityTaskInput
|
|
739
|
+
) => any;
|
|
740
|
+
export declare const GetActivityTaskOutputFilterSensitiveLog: (
|
|
741
|
+
obj: GetActivityTaskOutput
|
|
742
|
+
) => any;
|
|
743
|
+
export declare const GetExecutionHistoryInputFilterSensitiveLog: (
|
|
744
|
+
obj: GetExecutionHistoryInput
|
|
745
|
+
) => any;
|
|
746
|
+
export declare const ExecutionAbortedEventDetailsFilterSensitiveLog: (
|
|
747
|
+
obj: ExecutionAbortedEventDetails
|
|
748
|
+
) => any;
|
|
749
|
+
export declare const ExecutionFailedEventDetailsFilterSensitiveLog: (
|
|
750
|
+
obj: ExecutionFailedEventDetails
|
|
751
|
+
) => any;
|
|
752
|
+
export declare const ExecutionStartedEventDetailsFilterSensitiveLog: (
|
|
753
|
+
obj: ExecutionStartedEventDetails
|
|
754
|
+
) => any;
|
|
755
|
+
export declare const ExecutionSucceededEventDetailsFilterSensitiveLog: (
|
|
756
|
+
obj: ExecutionSucceededEventDetails
|
|
757
|
+
) => any;
|
|
758
|
+
export declare const ExecutionTimedOutEventDetailsFilterSensitiveLog: (
|
|
759
|
+
obj: ExecutionTimedOutEventDetails
|
|
760
|
+
) => any;
|
|
761
|
+
export declare const LambdaFunctionFailedEventDetailsFilterSensitiveLog: (
|
|
762
|
+
obj: LambdaFunctionFailedEventDetails
|
|
763
|
+
) => any;
|
|
764
|
+
export declare const LambdaFunctionScheduledEventDetailsFilterSensitiveLog: (
|
|
765
|
+
obj: LambdaFunctionScheduledEventDetails
|
|
766
|
+
) => any;
|
|
767
|
+
export declare const LambdaFunctionScheduleFailedEventDetailsFilterSensitiveLog: (
|
|
768
|
+
obj: LambdaFunctionScheduleFailedEventDetails
|
|
769
|
+
) => any;
|
|
770
|
+
export declare const LambdaFunctionStartFailedEventDetailsFilterSensitiveLog: (
|
|
771
|
+
obj: LambdaFunctionStartFailedEventDetails
|
|
772
|
+
) => any;
|
|
773
|
+
export declare const LambdaFunctionSucceededEventDetailsFilterSensitiveLog: (
|
|
774
|
+
obj: LambdaFunctionSucceededEventDetails
|
|
775
|
+
) => any;
|
|
776
|
+
export declare const LambdaFunctionTimedOutEventDetailsFilterSensitiveLog: (
|
|
777
|
+
obj: LambdaFunctionTimedOutEventDetails
|
|
778
|
+
) => any;
|
|
779
|
+
export declare const MapIterationEventDetailsFilterSensitiveLog: (
|
|
780
|
+
obj: MapIterationEventDetails
|
|
781
|
+
) => any;
|
|
782
|
+
export declare const MapStateStartedEventDetailsFilterSensitiveLog: (
|
|
783
|
+
obj: MapStateStartedEventDetails
|
|
784
|
+
) => any;
|
|
785
|
+
export declare const StateEnteredEventDetailsFilterSensitiveLog: (
|
|
786
|
+
obj: StateEnteredEventDetails
|
|
787
|
+
) => any;
|
|
788
|
+
export declare const StateExitedEventDetailsFilterSensitiveLog: (
|
|
789
|
+
obj: StateExitedEventDetails
|
|
790
|
+
) => any;
|
|
791
|
+
export declare const TaskFailedEventDetailsFilterSensitiveLog: (
|
|
792
|
+
obj: TaskFailedEventDetails
|
|
793
|
+
) => any;
|
|
794
|
+
export declare const TaskScheduledEventDetailsFilterSensitiveLog: (
|
|
795
|
+
obj: TaskScheduledEventDetails
|
|
796
|
+
) => any;
|
|
797
|
+
export declare const TaskStartedEventDetailsFilterSensitiveLog: (
|
|
798
|
+
obj: TaskStartedEventDetails
|
|
799
|
+
) => any;
|
|
800
|
+
export declare const TaskStartFailedEventDetailsFilterSensitiveLog: (
|
|
801
|
+
obj: TaskStartFailedEventDetails
|
|
802
|
+
) => any;
|
|
803
|
+
export declare const TaskSubmitFailedEventDetailsFilterSensitiveLog: (
|
|
804
|
+
obj: TaskSubmitFailedEventDetails
|
|
805
|
+
) => any;
|
|
806
|
+
export declare const TaskSubmittedEventDetailsFilterSensitiveLog: (
|
|
807
|
+
obj: TaskSubmittedEventDetails
|
|
808
|
+
) => any;
|
|
809
|
+
export declare const TaskSucceededEventDetailsFilterSensitiveLog: (
|
|
810
|
+
obj: TaskSucceededEventDetails
|
|
811
|
+
) => any;
|
|
812
|
+
export declare const TaskTimedOutEventDetailsFilterSensitiveLog: (
|
|
813
|
+
obj: TaskTimedOutEventDetails
|
|
814
|
+
) => any;
|
|
815
|
+
export declare const HistoryEventFilterSensitiveLog: (obj: HistoryEvent) => any;
|
|
816
|
+
export declare const GetExecutionHistoryOutputFilterSensitiveLog: (
|
|
817
|
+
obj: GetExecutionHistoryOutput
|
|
818
|
+
) => any;
|
|
819
|
+
export declare const ListActivitiesInputFilterSensitiveLog: (
|
|
820
|
+
obj: ListActivitiesInput
|
|
821
|
+
) => any;
|
|
822
|
+
export declare const ListActivitiesOutputFilterSensitiveLog: (
|
|
823
|
+
obj: ListActivitiesOutput
|
|
824
|
+
) => any;
|
|
825
|
+
export declare const ListExecutionsInputFilterSensitiveLog: (
|
|
826
|
+
obj: ListExecutionsInput
|
|
827
|
+
) => any;
|
|
828
|
+
export declare const ExecutionListItemFilterSensitiveLog: (
|
|
829
|
+
obj: ExecutionListItem
|
|
830
|
+
) => any;
|
|
831
|
+
export declare const ListExecutionsOutputFilterSensitiveLog: (
|
|
832
|
+
obj: ListExecutionsOutput
|
|
833
|
+
) => any;
|
|
834
|
+
export declare const ListStateMachinesInputFilterSensitiveLog: (
|
|
835
|
+
obj: ListStateMachinesInput
|
|
836
|
+
) => any;
|
|
837
|
+
export declare const StateMachineListItemFilterSensitiveLog: (
|
|
838
|
+
obj: StateMachineListItem
|
|
839
|
+
) => any;
|
|
840
|
+
export declare const ListStateMachinesOutputFilterSensitiveLog: (
|
|
841
|
+
obj: ListStateMachinesOutput
|
|
842
|
+
) => any;
|
|
843
|
+
export declare const ListTagsForResourceInputFilterSensitiveLog: (
|
|
844
|
+
obj: ListTagsForResourceInput
|
|
845
|
+
) => any;
|
|
846
|
+
export declare const ListTagsForResourceOutputFilterSensitiveLog: (
|
|
847
|
+
obj: ListTagsForResourceOutput
|
|
848
|
+
) => any;
|
|
849
|
+
export declare const SendTaskFailureInputFilterSensitiveLog: (
|
|
850
|
+
obj: SendTaskFailureInput
|
|
851
|
+
) => any;
|
|
852
|
+
export declare const SendTaskFailureOutputFilterSensitiveLog: (
|
|
853
|
+
obj: SendTaskFailureOutput
|
|
854
|
+
) => any;
|
|
855
|
+
export declare const SendTaskHeartbeatInputFilterSensitiveLog: (
|
|
856
|
+
obj: SendTaskHeartbeatInput
|
|
857
|
+
) => any;
|
|
858
|
+
export declare const SendTaskHeartbeatOutputFilterSensitiveLog: (
|
|
859
|
+
obj: SendTaskHeartbeatOutput
|
|
860
|
+
) => any;
|
|
861
|
+
export declare const SendTaskSuccessInputFilterSensitiveLog: (
|
|
862
|
+
obj: SendTaskSuccessInput
|
|
863
|
+
) => any;
|
|
864
|
+
export declare const SendTaskSuccessOutputFilterSensitiveLog: (
|
|
865
|
+
obj: SendTaskSuccessOutput
|
|
866
|
+
) => any;
|
|
867
|
+
export declare const StartExecutionInputFilterSensitiveLog: (
|
|
868
|
+
obj: StartExecutionInput
|
|
869
|
+
) => any;
|
|
870
|
+
export declare const StartExecutionOutputFilterSensitiveLog: (
|
|
871
|
+
obj: StartExecutionOutput
|
|
872
|
+
) => any;
|
|
873
|
+
export declare const StartSyncExecutionInputFilterSensitiveLog: (
|
|
874
|
+
obj: StartSyncExecutionInput
|
|
875
|
+
) => any;
|
|
876
|
+
export declare const BillingDetailsFilterSensitiveLog: (
|
|
877
|
+
obj: BillingDetails
|
|
878
|
+
) => any;
|
|
879
|
+
export declare const StartSyncExecutionOutputFilterSensitiveLog: (
|
|
880
|
+
obj: StartSyncExecutionOutput
|
|
881
|
+
) => any;
|
|
882
|
+
export declare const StopExecutionInputFilterSensitiveLog: (
|
|
883
|
+
obj: StopExecutionInput
|
|
884
|
+
) => any;
|
|
885
|
+
export declare const StopExecutionOutputFilterSensitiveLog: (
|
|
886
|
+
obj: StopExecutionOutput
|
|
887
|
+
) => any;
|
|
888
|
+
export declare const TagResourceInputFilterSensitiveLog: (
|
|
889
|
+
obj: TagResourceInput
|
|
890
|
+
) => any;
|
|
891
|
+
export declare const TagResourceOutputFilterSensitiveLog: (
|
|
892
|
+
obj: TagResourceOutput
|
|
893
|
+
) => any;
|
|
894
|
+
export declare const UntagResourceInputFilterSensitiveLog: (
|
|
895
|
+
obj: UntagResourceInput
|
|
896
|
+
) => any;
|
|
897
|
+
export declare const UntagResourceOutputFilterSensitiveLog: (
|
|
898
|
+
obj: UntagResourceOutput
|
|
899
|
+
) => any;
|
|
900
|
+
export declare const UpdateStateMachineInputFilterSensitiveLog: (
|
|
901
|
+
obj: UpdateStateMachineInput
|
|
902
|
+
) => any;
|
|
903
|
+
export declare const UpdateStateMachineOutputFilterSensitiveLog: (
|
|
904
|
+
obj: UpdateStateMachineOutput
|
|
905
|
+
) => any;
|