@aws-sdk/client-databrew 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/DataBrew.d.ts +752 -225
- package/dist-types/ts3.4/DataBrewClient.d.ts +368 -117
- package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +44 -44
- 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/DataBrewServiceException.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 +1293 -1771
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecipeVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRulesetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSchedulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +533 -134
- 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,1771 +1,1293 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { DataBrewServiceException as __BaseException } from "./DataBrewServiceException";
|
|
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
|
-
export interface
|
|
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
|
-
export interface
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
export
|
|
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
|
-
export
|
|
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
|
-
|
|
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
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
export interface
|
|
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
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
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
|
-
|
|
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
|
-
export
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
export interface
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
export interface
|
|
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
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
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
|
-
export interface
|
|
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
|
-
export interface
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
}
|
|
632
|
-
export interface
|
|
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
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
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
|
-
export interface
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
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
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
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
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
}
|
|
922
|
-
export interface
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
export
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
export
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
export
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
export
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
export
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
export
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
export
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
export
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
export
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
export
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
Name: string | undefined;
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
|
-
export interface ViewFrame {
|
|
1299
|
-
|
|
1300
|
-
StartColumnIndex: number | undefined;
|
|
1301
|
-
|
|
1302
|
-
ColumnRange?: number;
|
|
1303
|
-
|
|
1304
|
-
HiddenColumns?: string[];
|
|
1305
|
-
|
|
1306
|
-
StartRowIndex?: number;
|
|
1307
|
-
|
|
1308
|
-
RowRange?: number;
|
|
1309
|
-
|
|
1310
|
-
Analytics?: AnalyticsMode | string;
|
|
1311
|
-
}
|
|
1312
|
-
export interface SendProjectSessionActionRequest {
|
|
1313
|
-
|
|
1314
|
-
Preview?: boolean;
|
|
1315
|
-
|
|
1316
|
-
Name: string | undefined;
|
|
1317
|
-
|
|
1318
|
-
RecipeStep?: RecipeStep;
|
|
1319
|
-
|
|
1320
|
-
StepIndex?: number;
|
|
1321
|
-
|
|
1322
|
-
ClientSessionId?: string;
|
|
1323
|
-
|
|
1324
|
-
ViewFrame?: ViewFrame;
|
|
1325
|
-
}
|
|
1326
|
-
export interface SendProjectSessionActionResponse {
|
|
1327
|
-
|
|
1328
|
-
Result?: string;
|
|
1329
|
-
|
|
1330
|
-
Name: string | undefined;
|
|
1331
|
-
|
|
1332
|
-
ActionId?: number;
|
|
1333
|
-
}
|
|
1334
|
-
export interface StartJobRunRequest {
|
|
1335
|
-
|
|
1336
|
-
Name: string | undefined;
|
|
1337
|
-
}
|
|
1338
|
-
export interface StartJobRunResponse {
|
|
1339
|
-
|
|
1340
|
-
RunId: string | undefined;
|
|
1341
|
-
}
|
|
1342
|
-
export interface StartProjectSessionRequest {
|
|
1343
|
-
|
|
1344
|
-
Name: string | undefined;
|
|
1345
|
-
|
|
1346
|
-
AssumeControl?: boolean;
|
|
1347
|
-
}
|
|
1348
|
-
export interface StartProjectSessionResponse {
|
|
1349
|
-
|
|
1350
|
-
Name: string | undefined;
|
|
1351
|
-
|
|
1352
|
-
ClientSessionId?: string;
|
|
1353
|
-
}
|
|
1354
|
-
export interface StopJobRunRequest {
|
|
1355
|
-
|
|
1356
|
-
Name: string | undefined;
|
|
1357
|
-
|
|
1358
|
-
RunId: string | undefined;
|
|
1359
|
-
}
|
|
1360
|
-
export interface StopJobRunResponse {
|
|
1361
|
-
|
|
1362
|
-
RunId: string | undefined;
|
|
1363
|
-
}
|
|
1364
|
-
export interface TagResourceRequest {
|
|
1365
|
-
|
|
1366
|
-
ResourceArn: string | undefined;
|
|
1367
|
-
|
|
1368
|
-
Tags: Record<string, string> | undefined;
|
|
1369
|
-
}
|
|
1370
|
-
export interface TagResourceResponse {
|
|
1371
|
-
}
|
|
1372
|
-
export interface UntagResourceRequest {
|
|
1373
|
-
|
|
1374
|
-
ResourceArn: string | undefined;
|
|
1375
|
-
|
|
1376
|
-
TagKeys: string[] | undefined;
|
|
1377
|
-
}
|
|
1378
|
-
export interface UntagResourceResponse {
|
|
1379
|
-
}
|
|
1380
|
-
export interface UpdateDatasetRequest {
|
|
1381
|
-
|
|
1382
|
-
Name: string | undefined;
|
|
1383
|
-
|
|
1384
|
-
Format?: InputFormat | string;
|
|
1385
|
-
|
|
1386
|
-
FormatOptions?: FormatOptions;
|
|
1387
|
-
|
|
1388
|
-
Input: Input | undefined;
|
|
1389
|
-
|
|
1390
|
-
PathOptions?: PathOptions;
|
|
1391
|
-
}
|
|
1392
|
-
export interface UpdateDatasetResponse {
|
|
1393
|
-
|
|
1394
|
-
Name: string | undefined;
|
|
1395
|
-
}
|
|
1396
|
-
export interface UpdateProfileJobRequest {
|
|
1397
|
-
|
|
1398
|
-
Configuration?: ProfileConfiguration;
|
|
1399
|
-
|
|
1400
|
-
EncryptionKeyArn?: string;
|
|
1401
|
-
|
|
1402
|
-
EncryptionMode?: EncryptionMode | string;
|
|
1403
|
-
|
|
1404
|
-
Name: string | undefined;
|
|
1405
|
-
|
|
1406
|
-
LogSubscription?: LogSubscription | string;
|
|
1407
|
-
|
|
1408
|
-
MaxCapacity?: number;
|
|
1409
|
-
|
|
1410
|
-
MaxRetries?: number;
|
|
1411
|
-
|
|
1412
|
-
OutputLocation: S3Location | undefined;
|
|
1413
|
-
|
|
1414
|
-
ValidationConfigurations?: ValidationConfiguration[];
|
|
1415
|
-
|
|
1416
|
-
RoleArn: string | undefined;
|
|
1417
|
-
|
|
1418
|
-
Timeout?: number;
|
|
1419
|
-
|
|
1420
|
-
JobSample?: JobSample;
|
|
1421
|
-
}
|
|
1422
|
-
export interface UpdateProfileJobResponse {
|
|
1423
|
-
|
|
1424
|
-
Name: string | undefined;
|
|
1425
|
-
}
|
|
1426
|
-
export interface UpdateProjectRequest {
|
|
1427
|
-
|
|
1428
|
-
Sample?: Sample;
|
|
1429
|
-
|
|
1430
|
-
RoleArn: string | undefined;
|
|
1431
|
-
|
|
1432
|
-
Name: string | undefined;
|
|
1433
|
-
}
|
|
1434
|
-
export interface UpdateProjectResponse {
|
|
1435
|
-
|
|
1436
|
-
LastModifiedDate?: Date;
|
|
1437
|
-
|
|
1438
|
-
Name: string | undefined;
|
|
1439
|
-
}
|
|
1440
|
-
export interface UpdateRecipeRequest {
|
|
1441
|
-
|
|
1442
|
-
Description?: string;
|
|
1443
|
-
|
|
1444
|
-
Name: string | undefined;
|
|
1445
|
-
|
|
1446
|
-
Steps?: RecipeStep[];
|
|
1447
|
-
}
|
|
1448
|
-
export interface UpdateRecipeResponse {
|
|
1449
|
-
|
|
1450
|
-
Name: string | undefined;
|
|
1451
|
-
}
|
|
1452
|
-
export interface UpdateRecipeJobRequest {
|
|
1453
|
-
|
|
1454
|
-
EncryptionKeyArn?: string;
|
|
1455
|
-
|
|
1456
|
-
EncryptionMode?: EncryptionMode | string;
|
|
1457
|
-
|
|
1458
|
-
Name: string | undefined;
|
|
1459
|
-
|
|
1460
|
-
LogSubscription?: LogSubscription | string;
|
|
1461
|
-
|
|
1462
|
-
MaxCapacity?: number;
|
|
1463
|
-
|
|
1464
|
-
MaxRetries?: number;
|
|
1465
|
-
|
|
1466
|
-
Outputs?: Output[];
|
|
1467
|
-
|
|
1468
|
-
DataCatalogOutputs?: DataCatalogOutput[];
|
|
1469
|
-
|
|
1470
|
-
DatabaseOutputs?: DatabaseOutput[];
|
|
1471
|
-
|
|
1472
|
-
RoleArn: string | undefined;
|
|
1473
|
-
|
|
1474
|
-
Timeout?: number;
|
|
1475
|
-
}
|
|
1476
|
-
export interface UpdateRecipeJobResponse {
|
|
1477
|
-
|
|
1478
|
-
Name: string | undefined;
|
|
1479
|
-
}
|
|
1480
|
-
export interface UpdateRulesetRequest {
|
|
1481
|
-
|
|
1482
|
-
Name: string | undefined;
|
|
1483
|
-
|
|
1484
|
-
Description?: string;
|
|
1485
|
-
|
|
1486
|
-
Rules: Rule[] | undefined;
|
|
1487
|
-
}
|
|
1488
|
-
export interface UpdateRulesetResponse {
|
|
1489
|
-
|
|
1490
|
-
Name: string | undefined;
|
|
1491
|
-
}
|
|
1492
|
-
export interface UpdateScheduleRequest {
|
|
1493
|
-
|
|
1494
|
-
JobNames?: string[];
|
|
1495
|
-
|
|
1496
|
-
CronExpression: string | undefined;
|
|
1497
|
-
|
|
1498
|
-
Name: string | undefined;
|
|
1499
|
-
}
|
|
1500
|
-
export interface UpdateScheduleResponse {
|
|
1501
|
-
|
|
1502
|
-
Name: string | undefined;
|
|
1503
|
-
}
|
|
1504
|
-
|
|
1505
|
-
export declare const AllowedStatisticsFilterSensitiveLog: (obj: AllowedStatistics) => any;
|
|
1506
|
-
|
|
1507
|
-
export declare const BatchDeleteRecipeVersionRequestFilterSensitiveLog: (obj: BatchDeleteRecipeVersionRequest) => any;
|
|
1508
|
-
|
|
1509
|
-
export declare const RecipeVersionErrorDetailFilterSensitiveLog: (obj: RecipeVersionErrorDetail) => any;
|
|
1510
|
-
|
|
1511
|
-
export declare const BatchDeleteRecipeVersionResponseFilterSensitiveLog: (obj: BatchDeleteRecipeVersionResponse) => any;
|
|
1512
|
-
|
|
1513
|
-
export declare const CsvOptionsFilterSensitiveLog: (obj: CsvOptions) => any;
|
|
1514
|
-
|
|
1515
|
-
export declare const ExcelOptionsFilterSensitiveLog: (obj: ExcelOptions) => any;
|
|
1516
|
-
|
|
1517
|
-
export declare const JsonOptionsFilterSensitiveLog: (obj: JsonOptions) => any;
|
|
1518
|
-
|
|
1519
|
-
export declare const FormatOptionsFilterSensitiveLog: (obj: FormatOptions) => any;
|
|
1520
|
-
|
|
1521
|
-
export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
|
|
1522
|
-
|
|
1523
|
-
export declare const DatabaseInputDefinitionFilterSensitiveLog: (obj: DatabaseInputDefinition) => any;
|
|
1524
|
-
|
|
1525
|
-
export declare const DataCatalogInputDefinitionFilterSensitiveLog: (obj: DataCatalogInputDefinition) => any;
|
|
1526
|
-
|
|
1527
|
-
export declare const MetadataFilterSensitiveLog: (obj: Metadata) => any;
|
|
1528
|
-
|
|
1529
|
-
export declare const InputFilterSensitiveLog: (obj: Input) => any;
|
|
1530
|
-
|
|
1531
|
-
export declare const FilesLimitFilterSensitiveLog: (obj: FilesLimit) => any;
|
|
1532
|
-
|
|
1533
|
-
export declare const FilterExpressionFilterSensitiveLog: (obj: FilterExpression) => any;
|
|
1534
|
-
|
|
1535
|
-
export declare const DatetimeOptionsFilterSensitiveLog: (obj: DatetimeOptions) => any;
|
|
1536
|
-
|
|
1537
|
-
export declare const DatasetParameterFilterSensitiveLog: (obj: DatasetParameter) => any;
|
|
1538
|
-
|
|
1539
|
-
export declare const PathOptionsFilterSensitiveLog: (obj: PathOptions) => any;
|
|
1540
|
-
|
|
1541
|
-
export declare const CreateDatasetRequestFilterSensitiveLog: (obj: CreateDatasetRequest) => any;
|
|
1542
|
-
|
|
1543
|
-
export declare const CreateDatasetResponseFilterSensitiveLog: (obj: CreateDatasetResponse) => any;
|
|
1544
|
-
|
|
1545
|
-
export declare const ColumnSelectorFilterSensitiveLog: (obj: ColumnSelector) => any;
|
|
1546
|
-
|
|
1547
|
-
export declare const StatisticOverrideFilterSensitiveLog: (obj: StatisticOverride) => any;
|
|
1548
|
-
|
|
1549
|
-
export declare const StatisticsConfigurationFilterSensitiveLog: (obj: StatisticsConfiguration) => any;
|
|
1550
|
-
|
|
1551
|
-
export declare const ColumnStatisticsConfigurationFilterSensitiveLog: (obj: ColumnStatisticsConfiguration) => any;
|
|
1552
|
-
|
|
1553
|
-
export declare const EntityDetectorConfigurationFilterSensitiveLog: (obj: EntityDetectorConfiguration) => any;
|
|
1554
|
-
|
|
1555
|
-
export declare const ProfileConfigurationFilterSensitiveLog: (obj: ProfileConfiguration) => any;
|
|
1556
|
-
|
|
1557
|
-
export declare const JobSampleFilterSensitiveLog: (obj: JobSample) => any;
|
|
1558
|
-
|
|
1559
|
-
export declare const ValidationConfigurationFilterSensitiveLog: (obj: ValidationConfiguration) => any;
|
|
1560
|
-
|
|
1561
|
-
export declare const CreateProfileJobRequestFilterSensitiveLog: (obj: CreateProfileJobRequest) => any;
|
|
1562
|
-
|
|
1563
|
-
export declare const CreateProfileJobResponseFilterSensitiveLog: (obj: CreateProfileJobResponse) => any;
|
|
1564
|
-
|
|
1565
|
-
export declare const SampleFilterSensitiveLog: (obj: Sample) => any;
|
|
1566
|
-
|
|
1567
|
-
export declare const CreateProjectRequestFilterSensitiveLog: (obj: CreateProjectRequest) => any;
|
|
1568
|
-
|
|
1569
|
-
export declare const CreateProjectResponseFilterSensitiveLog: (obj: CreateProjectResponse) => any;
|
|
1570
|
-
|
|
1571
|
-
export declare const RecipeActionFilterSensitiveLog: (obj: RecipeAction) => any;
|
|
1572
|
-
|
|
1573
|
-
export declare const ConditionExpressionFilterSensitiveLog: (obj: ConditionExpression) => any;
|
|
1574
|
-
|
|
1575
|
-
export declare const RecipeStepFilterSensitiveLog: (obj: RecipeStep) => any;
|
|
1576
|
-
|
|
1577
|
-
export declare const CreateRecipeRequestFilterSensitiveLog: (obj: CreateRecipeRequest) => any;
|
|
1578
|
-
|
|
1579
|
-
export declare const CreateRecipeResponseFilterSensitiveLog: (obj: CreateRecipeResponse) => any;
|
|
1580
|
-
|
|
1581
|
-
export declare const DatabaseTableOutputOptionsFilterSensitiveLog: (obj: DatabaseTableOutputOptions) => any;
|
|
1582
|
-
|
|
1583
|
-
export declare const DatabaseOutputFilterSensitiveLog: (obj: DatabaseOutput) => any;
|
|
1584
|
-
|
|
1585
|
-
export declare const S3TableOutputOptionsFilterSensitiveLog: (obj: S3TableOutputOptions) => any;
|
|
1586
|
-
|
|
1587
|
-
export declare const DataCatalogOutputFilterSensitiveLog: (obj: DataCatalogOutput) => any;
|
|
1588
|
-
|
|
1589
|
-
export declare const CsvOutputOptionsFilterSensitiveLog: (obj: CsvOutputOptions) => any;
|
|
1590
|
-
|
|
1591
|
-
export declare const OutputFormatOptionsFilterSensitiveLog: (obj: OutputFormatOptions) => any;
|
|
1592
|
-
|
|
1593
|
-
export declare const OutputFilterSensitiveLog: (obj: Output) => any;
|
|
1594
|
-
|
|
1595
|
-
export declare const RecipeReferenceFilterSensitiveLog: (obj: RecipeReference) => any;
|
|
1596
|
-
|
|
1597
|
-
export declare const CreateRecipeJobRequestFilterSensitiveLog: (obj: CreateRecipeJobRequest) => any;
|
|
1598
|
-
|
|
1599
|
-
export declare const CreateRecipeJobResponseFilterSensitiveLog: (obj: CreateRecipeJobResponse) => any;
|
|
1600
|
-
|
|
1601
|
-
export declare const ThresholdFilterSensitiveLog: (obj: Threshold) => any;
|
|
1602
|
-
|
|
1603
|
-
export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
|
|
1604
|
-
|
|
1605
|
-
export declare const CreateRulesetRequestFilterSensitiveLog: (obj: CreateRulesetRequest) => any;
|
|
1606
|
-
|
|
1607
|
-
export declare const CreateRulesetResponseFilterSensitiveLog: (obj: CreateRulesetResponse) => any;
|
|
1608
|
-
|
|
1609
|
-
export declare const CreateScheduleRequestFilterSensitiveLog: (obj: CreateScheduleRequest) => any;
|
|
1610
|
-
|
|
1611
|
-
export declare const CreateScheduleResponseFilterSensitiveLog: (obj: CreateScheduleResponse) => any;
|
|
1612
|
-
|
|
1613
|
-
export declare const DeleteDatasetRequestFilterSensitiveLog: (obj: DeleteDatasetRequest) => any;
|
|
1614
|
-
|
|
1615
|
-
export declare const DeleteDatasetResponseFilterSensitiveLog: (obj: DeleteDatasetResponse) => any;
|
|
1616
|
-
|
|
1617
|
-
export declare const DeleteJobRequestFilterSensitiveLog: (obj: DeleteJobRequest) => any;
|
|
1618
|
-
|
|
1619
|
-
export declare const DeleteJobResponseFilterSensitiveLog: (obj: DeleteJobResponse) => any;
|
|
1620
|
-
|
|
1621
|
-
export declare const DeleteProjectRequestFilterSensitiveLog: (obj: DeleteProjectRequest) => any;
|
|
1622
|
-
|
|
1623
|
-
export declare const DeleteProjectResponseFilterSensitiveLog: (obj: DeleteProjectResponse) => any;
|
|
1624
|
-
|
|
1625
|
-
export declare const DeleteRecipeVersionRequestFilterSensitiveLog: (obj: DeleteRecipeVersionRequest) => any;
|
|
1626
|
-
|
|
1627
|
-
export declare const DeleteRecipeVersionResponseFilterSensitiveLog: (obj: DeleteRecipeVersionResponse) => any;
|
|
1628
|
-
|
|
1629
|
-
export declare const DeleteRulesetRequestFilterSensitiveLog: (obj: DeleteRulesetRequest) => any;
|
|
1630
|
-
|
|
1631
|
-
export declare const DeleteRulesetResponseFilterSensitiveLog: (obj: DeleteRulesetResponse) => any;
|
|
1632
|
-
|
|
1633
|
-
export declare const DeleteScheduleRequestFilterSensitiveLog: (obj: DeleteScheduleRequest) => any;
|
|
1634
|
-
|
|
1635
|
-
export declare const DeleteScheduleResponseFilterSensitiveLog: (obj: DeleteScheduleResponse) => any;
|
|
1636
|
-
|
|
1637
|
-
export declare const DescribeDatasetRequestFilterSensitiveLog: (obj: DescribeDatasetRequest) => any;
|
|
1638
|
-
|
|
1639
|
-
export declare const DescribeDatasetResponseFilterSensitiveLog: (obj: DescribeDatasetResponse) => any;
|
|
1640
|
-
|
|
1641
|
-
export declare const DescribeJobRequestFilterSensitiveLog: (obj: DescribeJobRequest) => any;
|
|
1642
|
-
|
|
1643
|
-
export declare const DescribeJobResponseFilterSensitiveLog: (obj: DescribeJobResponse) => any;
|
|
1644
|
-
|
|
1645
|
-
export declare const DescribeJobRunRequestFilterSensitiveLog: (obj: DescribeJobRunRequest) => any;
|
|
1646
|
-
|
|
1647
|
-
export declare const DescribeJobRunResponseFilterSensitiveLog: (obj: DescribeJobRunResponse) => any;
|
|
1648
|
-
|
|
1649
|
-
export declare const DescribeProjectRequestFilterSensitiveLog: (obj: DescribeProjectRequest) => any;
|
|
1650
|
-
|
|
1651
|
-
export declare const DescribeProjectResponseFilterSensitiveLog: (obj: DescribeProjectResponse) => any;
|
|
1652
|
-
|
|
1653
|
-
export declare const DescribeRecipeRequestFilterSensitiveLog: (obj: DescribeRecipeRequest) => any;
|
|
1654
|
-
|
|
1655
|
-
export declare const DescribeRecipeResponseFilterSensitiveLog: (obj: DescribeRecipeResponse) => any;
|
|
1656
|
-
|
|
1657
|
-
export declare const DescribeRulesetRequestFilterSensitiveLog: (obj: DescribeRulesetRequest) => any;
|
|
1658
|
-
|
|
1659
|
-
export declare const DescribeRulesetResponseFilterSensitiveLog: (obj: DescribeRulesetResponse) => any;
|
|
1660
|
-
|
|
1661
|
-
export declare const DescribeScheduleRequestFilterSensitiveLog: (obj: DescribeScheduleRequest) => any;
|
|
1662
|
-
|
|
1663
|
-
export declare const DescribeScheduleResponseFilterSensitiveLog: (obj: DescribeScheduleResponse) => any;
|
|
1664
|
-
|
|
1665
|
-
export declare const ListDatasetsRequestFilterSensitiveLog: (obj: ListDatasetsRequest) => any;
|
|
1666
|
-
|
|
1667
|
-
export declare const DatasetFilterSensitiveLog: (obj: Dataset) => any;
|
|
1668
|
-
|
|
1669
|
-
export declare const ListDatasetsResponseFilterSensitiveLog: (obj: ListDatasetsResponse) => any;
|
|
1670
|
-
|
|
1671
|
-
export declare const ListJobRunsRequestFilterSensitiveLog: (obj: ListJobRunsRequest) => any;
|
|
1672
|
-
|
|
1673
|
-
export declare const JobRunFilterSensitiveLog: (obj: JobRun) => any;
|
|
1674
|
-
|
|
1675
|
-
export declare const ListJobRunsResponseFilterSensitiveLog: (obj: ListJobRunsResponse) => any;
|
|
1676
|
-
|
|
1677
|
-
export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
|
|
1678
|
-
|
|
1679
|
-
export declare const JobFilterSensitiveLog: (obj: Job) => any;
|
|
1680
|
-
|
|
1681
|
-
export declare const ListJobsResponseFilterSensitiveLog: (obj: ListJobsResponse) => any;
|
|
1682
|
-
|
|
1683
|
-
export declare const ListProjectsRequestFilterSensitiveLog: (obj: ListProjectsRequest) => any;
|
|
1684
|
-
|
|
1685
|
-
export declare const ProjectFilterSensitiveLog: (obj: Project) => any;
|
|
1686
|
-
|
|
1687
|
-
export declare const ListProjectsResponseFilterSensitiveLog: (obj: ListProjectsResponse) => any;
|
|
1688
|
-
|
|
1689
|
-
export declare const ListRecipesRequestFilterSensitiveLog: (obj: ListRecipesRequest) => any;
|
|
1690
|
-
|
|
1691
|
-
export declare const RecipeFilterSensitiveLog: (obj: Recipe) => any;
|
|
1692
|
-
|
|
1693
|
-
export declare const ListRecipesResponseFilterSensitiveLog: (obj: ListRecipesResponse) => any;
|
|
1694
|
-
|
|
1695
|
-
export declare const ListRecipeVersionsRequestFilterSensitiveLog: (obj: ListRecipeVersionsRequest) => any;
|
|
1696
|
-
|
|
1697
|
-
export declare const ListRecipeVersionsResponseFilterSensitiveLog: (obj: ListRecipeVersionsResponse) => any;
|
|
1698
|
-
|
|
1699
|
-
export declare const ListRulesetsRequestFilterSensitiveLog: (obj: ListRulesetsRequest) => any;
|
|
1700
|
-
|
|
1701
|
-
export declare const RulesetItemFilterSensitiveLog: (obj: RulesetItem) => any;
|
|
1702
|
-
|
|
1703
|
-
export declare const ListRulesetsResponseFilterSensitiveLog: (obj: ListRulesetsResponse) => any;
|
|
1704
|
-
|
|
1705
|
-
export declare const ListSchedulesRequestFilterSensitiveLog: (obj: ListSchedulesRequest) => any;
|
|
1706
|
-
|
|
1707
|
-
export declare const ScheduleFilterSensitiveLog: (obj: Schedule) => any;
|
|
1708
|
-
|
|
1709
|
-
export declare const ListSchedulesResponseFilterSensitiveLog: (obj: ListSchedulesResponse) => any;
|
|
1710
|
-
|
|
1711
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1712
|
-
|
|
1713
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1714
|
-
|
|
1715
|
-
export declare const PublishRecipeRequestFilterSensitiveLog: (obj: PublishRecipeRequest) => any;
|
|
1716
|
-
|
|
1717
|
-
export declare const PublishRecipeResponseFilterSensitiveLog: (obj: PublishRecipeResponse) => any;
|
|
1718
|
-
|
|
1719
|
-
export declare const ViewFrameFilterSensitiveLog: (obj: ViewFrame) => any;
|
|
1720
|
-
|
|
1721
|
-
export declare const SendProjectSessionActionRequestFilterSensitiveLog: (obj: SendProjectSessionActionRequest) => any;
|
|
1722
|
-
|
|
1723
|
-
export declare const SendProjectSessionActionResponseFilterSensitiveLog: (obj: SendProjectSessionActionResponse) => any;
|
|
1724
|
-
|
|
1725
|
-
export declare const StartJobRunRequestFilterSensitiveLog: (obj: StartJobRunRequest) => any;
|
|
1726
|
-
|
|
1727
|
-
export declare const StartJobRunResponseFilterSensitiveLog: (obj: StartJobRunResponse) => any;
|
|
1728
|
-
|
|
1729
|
-
export declare const StartProjectSessionRequestFilterSensitiveLog: (obj: StartProjectSessionRequest) => any;
|
|
1730
|
-
|
|
1731
|
-
export declare const StartProjectSessionResponseFilterSensitiveLog: (obj: StartProjectSessionResponse) => any;
|
|
1732
|
-
|
|
1733
|
-
export declare const StopJobRunRequestFilterSensitiveLog: (obj: StopJobRunRequest) => any;
|
|
1734
|
-
|
|
1735
|
-
export declare const StopJobRunResponseFilterSensitiveLog: (obj: StopJobRunResponse) => any;
|
|
1736
|
-
|
|
1737
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1738
|
-
|
|
1739
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1740
|
-
|
|
1741
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1742
|
-
|
|
1743
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1744
|
-
|
|
1745
|
-
export declare const UpdateDatasetRequestFilterSensitiveLog: (obj: UpdateDatasetRequest) => any;
|
|
1746
|
-
|
|
1747
|
-
export declare const UpdateDatasetResponseFilterSensitiveLog: (obj: UpdateDatasetResponse) => any;
|
|
1748
|
-
|
|
1749
|
-
export declare const UpdateProfileJobRequestFilterSensitiveLog: (obj: UpdateProfileJobRequest) => any;
|
|
1750
|
-
|
|
1751
|
-
export declare const UpdateProfileJobResponseFilterSensitiveLog: (obj: UpdateProfileJobResponse) => any;
|
|
1752
|
-
|
|
1753
|
-
export declare const UpdateProjectRequestFilterSensitiveLog: (obj: UpdateProjectRequest) => any;
|
|
1754
|
-
|
|
1755
|
-
export declare const UpdateProjectResponseFilterSensitiveLog: (obj: UpdateProjectResponse) => any;
|
|
1756
|
-
|
|
1757
|
-
export declare const UpdateRecipeRequestFilterSensitiveLog: (obj: UpdateRecipeRequest) => any;
|
|
1758
|
-
|
|
1759
|
-
export declare const UpdateRecipeResponseFilterSensitiveLog: (obj: UpdateRecipeResponse) => any;
|
|
1760
|
-
|
|
1761
|
-
export declare const UpdateRecipeJobRequestFilterSensitiveLog: (obj: UpdateRecipeJobRequest) => any;
|
|
1762
|
-
|
|
1763
|
-
export declare const UpdateRecipeJobResponseFilterSensitiveLog: (obj: UpdateRecipeJobResponse) => any;
|
|
1764
|
-
|
|
1765
|
-
export declare const UpdateRulesetRequestFilterSensitiveLog: (obj: UpdateRulesetRequest) => any;
|
|
1766
|
-
|
|
1767
|
-
export declare const UpdateRulesetResponseFilterSensitiveLog: (obj: UpdateRulesetResponse) => any;
|
|
1768
|
-
|
|
1769
|
-
export declare const UpdateScheduleRequestFilterSensitiveLog: (obj: UpdateScheduleRequest) => any;
|
|
1770
|
-
|
|
1771
|
-
export declare const UpdateScheduleResponseFilterSensitiveLog: (obj: UpdateScheduleResponse) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { DataBrewServiceException as __BaseException } from "./DataBrewServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
Message?: string;
|
|
7
|
+
constructor(
|
|
8
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
export interface AllowedStatistics {
|
|
12
|
+
Statistics: string[] | undefined;
|
|
13
|
+
}
|
|
14
|
+
export declare enum AnalyticsMode {
|
|
15
|
+
DISABLE = "DISABLE",
|
|
16
|
+
ENABLE = "ENABLE",
|
|
17
|
+
}
|
|
18
|
+
export interface BatchDeleteRecipeVersionRequest {
|
|
19
|
+
Name: string | undefined;
|
|
20
|
+
RecipeVersions: string[] | undefined;
|
|
21
|
+
}
|
|
22
|
+
export interface RecipeVersionErrorDetail {
|
|
23
|
+
ErrorCode?: string;
|
|
24
|
+
ErrorMessage?: string;
|
|
25
|
+
RecipeVersion?: string;
|
|
26
|
+
}
|
|
27
|
+
export interface BatchDeleteRecipeVersionResponse {
|
|
28
|
+
Name: string | undefined;
|
|
29
|
+
Errors?: RecipeVersionErrorDetail[];
|
|
30
|
+
}
|
|
31
|
+
export declare class ConflictException extends __BaseException {
|
|
32
|
+
readonly name: "ConflictException";
|
|
33
|
+
readonly $fault: "client";
|
|
34
|
+
Message?: string;
|
|
35
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
36
|
+
}
|
|
37
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
38
|
+
readonly name: "ResourceNotFoundException";
|
|
39
|
+
readonly $fault: "client";
|
|
40
|
+
Message?: string;
|
|
41
|
+
constructor(
|
|
42
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
43
|
+
);
|
|
44
|
+
}
|
|
45
|
+
export declare class ValidationException extends __BaseException {
|
|
46
|
+
readonly name: "ValidationException";
|
|
47
|
+
readonly $fault: "client";
|
|
48
|
+
Message?: string;
|
|
49
|
+
constructor(
|
|
50
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
51
|
+
);
|
|
52
|
+
}
|
|
53
|
+
export declare enum InputFormat {
|
|
54
|
+
CSV = "CSV",
|
|
55
|
+
EXCEL = "EXCEL",
|
|
56
|
+
JSON = "JSON",
|
|
57
|
+
ORC = "ORC",
|
|
58
|
+
PARQUET = "PARQUET",
|
|
59
|
+
}
|
|
60
|
+
export interface CsvOptions {
|
|
61
|
+
Delimiter?: string;
|
|
62
|
+
HeaderRow?: boolean;
|
|
63
|
+
}
|
|
64
|
+
export interface ExcelOptions {
|
|
65
|
+
SheetNames?: string[];
|
|
66
|
+
SheetIndexes?: number[];
|
|
67
|
+
HeaderRow?: boolean;
|
|
68
|
+
}
|
|
69
|
+
export interface JsonOptions {
|
|
70
|
+
MultiLine?: boolean;
|
|
71
|
+
}
|
|
72
|
+
export interface FormatOptions {
|
|
73
|
+
Json?: JsonOptions;
|
|
74
|
+
Excel?: ExcelOptions;
|
|
75
|
+
Csv?: CsvOptions;
|
|
76
|
+
}
|
|
77
|
+
export interface S3Location {
|
|
78
|
+
Bucket: string | undefined;
|
|
79
|
+
Key?: string;
|
|
80
|
+
BucketOwner?: string;
|
|
81
|
+
}
|
|
82
|
+
export interface DatabaseInputDefinition {
|
|
83
|
+
GlueConnectionName: string | undefined;
|
|
84
|
+
DatabaseTableName?: string;
|
|
85
|
+
TempDirectory?: S3Location;
|
|
86
|
+
QueryString?: string;
|
|
87
|
+
}
|
|
88
|
+
export interface DataCatalogInputDefinition {
|
|
89
|
+
CatalogId?: string;
|
|
90
|
+
DatabaseName: string | undefined;
|
|
91
|
+
TableName: string | undefined;
|
|
92
|
+
TempDirectory?: S3Location;
|
|
93
|
+
}
|
|
94
|
+
export interface Metadata {
|
|
95
|
+
SourceArn?: string;
|
|
96
|
+
}
|
|
97
|
+
export interface Input {
|
|
98
|
+
S3InputDefinition?: S3Location;
|
|
99
|
+
DataCatalogInputDefinition?: DataCatalogInputDefinition;
|
|
100
|
+
DatabaseInputDefinition?: DatabaseInputDefinition;
|
|
101
|
+
Metadata?: Metadata;
|
|
102
|
+
}
|
|
103
|
+
export declare enum Order {
|
|
104
|
+
ASCENDING = "ASCENDING",
|
|
105
|
+
DESCENDING = "DESCENDING",
|
|
106
|
+
}
|
|
107
|
+
export declare enum OrderedBy {
|
|
108
|
+
LAST_MODIFIED_DATE = "LAST_MODIFIED_DATE",
|
|
109
|
+
}
|
|
110
|
+
export interface FilesLimit {
|
|
111
|
+
MaxFiles: number | undefined;
|
|
112
|
+
OrderedBy?: OrderedBy | string;
|
|
113
|
+
Order?: Order | string;
|
|
114
|
+
}
|
|
115
|
+
export interface FilterExpression {
|
|
116
|
+
Expression: string | undefined;
|
|
117
|
+
ValuesMap: Record<string, string> | undefined;
|
|
118
|
+
}
|
|
119
|
+
export interface DatetimeOptions {
|
|
120
|
+
Format: string | undefined;
|
|
121
|
+
TimezoneOffset?: string;
|
|
122
|
+
LocaleCode?: string;
|
|
123
|
+
}
|
|
124
|
+
export declare enum ParameterType {
|
|
125
|
+
Datetime = "Datetime",
|
|
126
|
+
Number = "Number",
|
|
127
|
+
String = "String",
|
|
128
|
+
}
|
|
129
|
+
export interface DatasetParameter {
|
|
130
|
+
Name: string | undefined;
|
|
131
|
+
Type: ParameterType | string | undefined;
|
|
132
|
+
DatetimeOptions?: DatetimeOptions;
|
|
133
|
+
CreateColumn?: boolean;
|
|
134
|
+
Filter?: FilterExpression;
|
|
135
|
+
}
|
|
136
|
+
export interface PathOptions {
|
|
137
|
+
LastModifiedDateCondition?: FilterExpression;
|
|
138
|
+
FilesLimit?: FilesLimit;
|
|
139
|
+
Parameters?: Record<string, DatasetParameter>;
|
|
140
|
+
}
|
|
141
|
+
export interface CreateDatasetRequest {
|
|
142
|
+
Name: string | undefined;
|
|
143
|
+
Format?: InputFormat | string;
|
|
144
|
+
FormatOptions?: FormatOptions;
|
|
145
|
+
Input: Input | undefined;
|
|
146
|
+
PathOptions?: PathOptions;
|
|
147
|
+
Tags?: Record<string, string>;
|
|
148
|
+
}
|
|
149
|
+
export interface CreateDatasetResponse {
|
|
150
|
+
Name: string | undefined;
|
|
151
|
+
}
|
|
152
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
153
|
+
readonly name: "ServiceQuotaExceededException";
|
|
154
|
+
readonly $fault: "client";
|
|
155
|
+
Message?: string;
|
|
156
|
+
constructor(
|
|
157
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
158
|
+
);
|
|
159
|
+
}
|
|
160
|
+
export interface ColumnSelector {
|
|
161
|
+
Regex?: string;
|
|
162
|
+
Name?: string;
|
|
163
|
+
}
|
|
164
|
+
export interface StatisticOverride {
|
|
165
|
+
Statistic: string | undefined;
|
|
166
|
+
Parameters: Record<string, string> | undefined;
|
|
167
|
+
}
|
|
168
|
+
export interface StatisticsConfiguration {
|
|
169
|
+
IncludedStatistics?: string[];
|
|
170
|
+
Overrides?: StatisticOverride[];
|
|
171
|
+
}
|
|
172
|
+
export interface ColumnStatisticsConfiguration {
|
|
173
|
+
Selectors?: ColumnSelector[];
|
|
174
|
+
Statistics: StatisticsConfiguration | undefined;
|
|
175
|
+
}
|
|
176
|
+
export interface EntityDetectorConfiguration {
|
|
177
|
+
EntityTypes: string[] | undefined;
|
|
178
|
+
AllowedStatistics?: AllowedStatistics[];
|
|
179
|
+
}
|
|
180
|
+
export interface ProfileConfiguration {
|
|
181
|
+
DatasetStatisticsConfiguration?: StatisticsConfiguration;
|
|
182
|
+
ProfileColumns?: ColumnSelector[];
|
|
183
|
+
ColumnStatisticsConfigurations?: ColumnStatisticsConfiguration[];
|
|
184
|
+
EntityDetectorConfiguration?: EntityDetectorConfiguration;
|
|
185
|
+
}
|
|
186
|
+
export declare enum EncryptionMode {
|
|
187
|
+
SSEKMS = "SSE-KMS",
|
|
188
|
+
SSES3 = "SSE-S3",
|
|
189
|
+
}
|
|
190
|
+
export declare enum SampleMode {
|
|
191
|
+
CUSTOM_ROWS = "CUSTOM_ROWS",
|
|
192
|
+
FULL_DATASET = "FULL_DATASET",
|
|
193
|
+
}
|
|
194
|
+
export interface JobSample {
|
|
195
|
+
Mode?: SampleMode | string;
|
|
196
|
+
Size?: number;
|
|
197
|
+
}
|
|
198
|
+
export declare enum LogSubscription {
|
|
199
|
+
DISABLE = "DISABLE",
|
|
200
|
+
ENABLE = "ENABLE",
|
|
201
|
+
}
|
|
202
|
+
export declare enum ValidationMode {
|
|
203
|
+
CHECK_ALL = "CHECK_ALL",
|
|
204
|
+
}
|
|
205
|
+
export interface ValidationConfiguration {
|
|
206
|
+
RulesetArn: string | undefined;
|
|
207
|
+
ValidationMode?: ValidationMode | string;
|
|
208
|
+
}
|
|
209
|
+
export interface CreateProfileJobRequest {
|
|
210
|
+
DatasetName: string | undefined;
|
|
211
|
+
EncryptionKeyArn?: string;
|
|
212
|
+
EncryptionMode?: EncryptionMode | string;
|
|
213
|
+
Name: string | undefined;
|
|
214
|
+
LogSubscription?: LogSubscription | string;
|
|
215
|
+
MaxCapacity?: number;
|
|
216
|
+
MaxRetries?: number;
|
|
217
|
+
OutputLocation: S3Location | undefined;
|
|
218
|
+
Configuration?: ProfileConfiguration;
|
|
219
|
+
ValidationConfigurations?: ValidationConfiguration[];
|
|
220
|
+
RoleArn: string | undefined;
|
|
221
|
+
Tags?: Record<string, string>;
|
|
222
|
+
Timeout?: number;
|
|
223
|
+
JobSample?: JobSample;
|
|
224
|
+
}
|
|
225
|
+
export interface CreateProfileJobResponse {
|
|
226
|
+
Name: string | undefined;
|
|
227
|
+
}
|
|
228
|
+
export declare enum SampleType {
|
|
229
|
+
FIRST_N = "FIRST_N",
|
|
230
|
+
LAST_N = "LAST_N",
|
|
231
|
+
RANDOM = "RANDOM",
|
|
232
|
+
}
|
|
233
|
+
export interface Sample {
|
|
234
|
+
Size?: number;
|
|
235
|
+
Type: SampleType | string | undefined;
|
|
236
|
+
}
|
|
237
|
+
export interface CreateProjectRequest {
|
|
238
|
+
DatasetName: string | undefined;
|
|
239
|
+
Name: string | undefined;
|
|
240
|
+
RecipeName: string | undefined;
|
|
241
|
+
Sample?: Sample;
|
|
242
|
+
RoleArn: string | undefined;
|
|
243
|
+
Tags?: Record<string, string>;
|
|
244
|
+
}
|
|
245
|
+
export interface CreateProjectResponse {
|
|
246
|
+
Name: string | undefined;
|
|
247
|
+
}
|
|
248
|
+
export declare class InternalServerException extends __BaseException {
|
|
249
|
+
readonly name: "InternalServerException";
|
|
250
|
+
readonly $fault: "server";
|
|
251
|
+
Message?: string;
|
|
252
|
+
constructor(
|
|
253
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
254
|
+
);
|
|
255
|
+
}
|
|
256
|
+
export interface RecipeAction {
|
|
257
|
+
Operation: string | undefined;
|
|
258
|
+
Parameters?: Record<string, string>;
|
|
259
|
+
}
|
|
260
|
+
export interface ConditionExpression {
|
|
261
|
+
Condition: string | undefined;
|
|
262
|
+
Value?: string;
|
|
263
|
+
TargetColumn: string | undefined;
|
|
264
|
+
}
|
|
265
|
+
export interface RecipeStep {
|
|
266
|
+
Action: RecipeAction | undefined;
|
|
267
|
+
ConditionExpressions?: ConditionExpression[];
|
|
268
|
+
}
|
|
269
|
+
export interface CreateRecipeRequest {
|
|
270
|
+
Description?: string;
|
|
271
|
+
Name: string | undefined;
|
|
272
|
+
Steps: RecipeStep[] | undefined;
|
|
273
|
+
Tags?: Record<string, string>;
|
|
274
|
+
}
|
|
275
|
+
export interface CreateRecipeResponse {
|
|
276
|
+
Name: string | undefined;
|
|
277
|
+
}
|
|
278
|
+
export interface DatabaseTableOutputOptions {
|
|
279
|
+
TempDirectory?: S3Location;
|
|
280
|
+
TableName: string | undefined;
|
|
281
|
+
}
|
|
282
|
+
export declare enum DatabaseOutputMode {
|
|
283
|
+
NEW_TABLE = "NEW_TABLE",
|
|
284
|
+
}
|
|
285
|
+
export interface DatabaseOutput {
|
|
286
|
+
GlueConnectionName: string | undefined;
|
|
287
|
+
DatabaseOptions: DatabaseTableOutputOptions | undefined;
|
|
288
|
+
DatabaseOutputMode?: DatabaseOutputMode | string;
|
|
289
|
+
}
|
|
290
|
+
export interface S3TableOutputOptions {
|
|
291
|
+
Location: S3Location | undefined;
|
|
292
|
+
}
|
|
293
|
+
export interface DataCatalogOutput {
|
|
294
|
+
CatalogId?: string;
|
|
295
|
+
DatabaseName: string | undefined;
|
|
296
|
+
TableName: string | undefined;
|
|
297
|
+
S3Options?: S3TableOutputOptions;
|
|
298
|
+
DatabaseOptions?: DatabaseTableOutputOptions;
|
|
299
|
+
Overwrite?: boolean;
|
|
300
|
+
}
|
|
301
|
+
export declare enum CompressionFormat {
|
|
302
|
+
BROTLI = "BROTLI",
|
|
303
|
+
BZIP2 = "BZIP2",
|
|
304
|
+
DEFLATE = "DEFLATE",
|
|
305
|
+
GZIP = "GZIP",
|
|
306
|
+
LZ4 = "LZ4",
|
|
307
|
+
LZO = "LZO",
|
|
308
|
+
SNAPPY = "SNAPPY",
|
|
309
|
+
ZLIB = "ZLIB",
|
|
310
|
+
ZSTD = "ZSTD",
|
|
311
|
+
}
|
|
312
|
+
export declare enum OutputFormat {
|
|
313
|
+
AVRO = "AVRO",
|
|
314
|
+
CSV = "CSV",
|
|
315
|
+
GLUEPARQUET = "GLUEPARQUET",
|
|
316
|
+
JSON = "JSON",
|
|
317
|
+
ORC = "ORC",
|
|
318
|
+
PARQUET = "PARQUET",
|
|
319
|
+
TABLEAUHYPER = "TABLEAUHYPER",
|
|
320
|
+
XML = "XML",
|
|
321
|
+
}
|
|
322
|
+
export interface CsvOutputOptions {
|
|
323
|
+
Delimiter?: string;
|
|
324
|
+
}
|
|
325
|
+
export interface OutputFormatOptions {
|
|
326
|
+
Csv?: CsvOutputOptions;
|
|
327
|
+
}
|
|
328
|
+
export interface Output {
|
|
329
|
+
CompressionFormat?: CompressionFormat | string;
|
|
330
|
+
Format?: OutputFormat | string;
|
|
331
|
+
PartitionColumns?: string[];
|
|
332
|
+
Location: S3Location | undefined;
|
|
333
|
+
Overwrite?: boolean;
|
|
334
|
+
FormatOptions?: OutputFormatOptions;
|
|
335
|
+
MaxOutputFiles?: number;
|
|
336
|
+
}
|
|
337
|
+
export interface RecipeReference {
|
|
338
|
+
Name: string | undefined;
|
|
339
|
+
RecipeVersion?: string;
|
|
340
|
+
}
|
|
341
|
+
export interface CreateRecipeJobRequest {
|
|
342
|
+
DatasetName?: string;
|
|
343
|
+
EncryptionKeyArn?: string;
|
|
344
|
+
EncryptionMode?: EncryptionMode | string;
|
|
345
|
+
Name: string | undefined;
|
|
346
|
+
LogSubscription?: LogSubscription | string;
|
|
347
|
+
MaxCapacity?: number;
|
|
348
|
+
MaxRetries?: number;
|
|
349
|
+
Outputs?: Output[];
|
|
350
|
+
DataCatalogOutputs?: DataCatalogOutput[];
|
|
351
|
+
DatabaseOutputs?: DatabaseOutput[];
|
|
352
|
+
ProjectName?: string;
|
|
353
|
+
RecipeReference?: RecipeReference;
|
|
354
|
+
RoleArn: string | undefined;
|
|
355
|
+
Tags?: Record<string, string>;
|
|
356
|
+
Timeout?: number;
|
|
357
|
+
}
|
|
358
|
+
export interface CreateRecipeJobResponse {
|
|
359
|
+
Name: string | undefined;
|
|
360
|
+
}
|
|
361
|
+
export declare enum ThresholdType {
|
|
362
|
+
GREATER_THAN = "GREATER_THAN",
|
|
363
|
+
GREATER_THAN_OR_EQUAL = "GREATER_THAN_OR_EQUAL",
|
|
364
|
+
LESS_THAN = "LESS_THAN",
|
|
365
|
+
LESS_THAN_OR_EQUAL = "LESS_THAN_OR_EQUAL",
|
|
366
|
+
}
|
|
367
|
+
export declare enum ThresholdUnit {
|
|
368
|
+
COUNT = "COUNT",
|
|
369
|
+
PERCENTAGE = "PERCENTAGE",
|
|
370
|
+
}
|
|
371
|
+
export interface Threshold {
|
|
372
|
+
Value: number | undefined;
|
|
373
|
+
Type?: ThresholdType | string;
|
|
374
|
+
Unit?: ThresholdUnit | string;
|
|
375
|
+
}
|
|
376
|
+
export interface Rule {
|
|
377
|
+
Name: string | undefined;
|
|
378
|
+
Disabled?: boolean;
|
|
379
|
+
CheckExpression: string | undefined;
|
|
380
|
+
SubstitutionMap?: Record<string, string>;
|
|
381
|
+
Threshold?: Threshold;
|
|
382
|
+
ColumnSelectors?: ColumnSelector[];
|
|
383
|
+
}
|
|
384
|
+
export interface CreateRulesetRequest {
|
|
385
|
+
Name: string | undefined;
|
|
386
|
+
Description?: string;
|
|
387
|
+
TargetArn: string | undefined;
|
|
388
|
+
Rules: Rule[] | undefined;
|
|
389
|
+
Tags?: Record<string, string>;
|
|
390
|
+
}
|
|
391
|
+
export interface CreateRulesetResponse {
|
|
392
|
+
Name: string | undefined;
|
|
393
|
+
}
|
|
394
|
+
export interface CreateScheduleRequest {
|
|
395
|
+
JobNames?: string[];
|
|
396
|
+
CronExpression: string | undefined;
|
|
397
|
+
Tags?: Record<string, string>;
|
|
398
|
+
Name: string | undefined;
|
|
399
|
+
}
|
|
400
|
+
export interface CreateScheduleResponse {
|
|
401
|
+
Name: string | undefined;
|
|
402
|
+
}
|
|
403
|
+
export interface DeleteDatasetRequest {
|
|
404
|
+
Name: string | undefined;
|
|
405
|
+
}
|
|
406
|
+
export interface DeleteDatasetResponse {
|
|
407
|
+
Name: string | undefined;
|
|
408
|
+
}
|
|
409
|
+
export interface DeleteJobRequest {
|
|
410
|
+
Name: string | undefined;
|
|
411
|
+
}
|
|
412
|
+
export interface DeleteJobResponse {
|
|
413
|
+
Name: string | undefined;
|
|
414
|
+
}
|
|
415
|
+
export interface DeleteProjectRequest {
|
|
416
|
+
Name: string | undefined;
|
|
417
|
+
}
|
|
418
|
+
export interface DeleteProjectResponse {
|
|
419
|
+
Name: string | undefined;
|
|
420
|
+
}
|
|
421
|
+
export interface DeleteRecipeVersionRequest {
|
|
422
|
+
Name: string | undefined;
|
|
423
|
+
RecipeVersion: string | undefined;
|
|
424
|
+
}
|
|
425
|
+
export interface DeleteRecipeVersionResponse {
|
|
426
|
+
Name: string | undefined;
|
|
427
|
+
RecipeVersion: string | undefined;
|
|
428
|
+
}
|
|
429
|
+
export interface DeleteRulesetRequest {
|
|
430
|
+
Name: string | undefined;
|
|
431
|
+
}
|
|
432
|
+
export interface DeleteRulesetResponse {
|
|
433
|
+
Name: string | undefined;
|
|
434
|
+
}
|
|
435
|
+
export interface DeleteScheduleRequest {
|
|
436
|
+
Name: string | undefined;
|
|
437
|
+
}
|
|
438
|
+
export interface DeleteScheduleResponse {
|
|
439
|
+
Name: string | undefined;
|
|
440
|
+
}
|
|
441
|
+
export interface DescribeDatasetRequest {
|
|
442
|
+
Name: string | undefined;
|
|
443
|
+
}
|
|
444
|
+
export declare enum Source {
|
|
445
|
+
DATABASE = "DATABASE",
|
|
446
|
+
DATACATALOG = "DATA-CATALOG",
|
|
447
|
+
S3 = "S3",
|
|
448
|
+
}
|
|
449
|
+
export interface DescribeDatasetResponse {
|
|
450
|
+
CreatedBy?: string;
|
|
451
|
+
CreateDate?: Date;
|
|
452
|
+
Name: string | undefined;
|
|
453
|
+
Format?: InputFormat | string;
|
|
454
|
+
FormatOptions?: FormatOptions;
|
|
455
|
+
Input: Input | undefined;
|
|
456
|
+
LastModifiedDate?: Date;
|
|
457
|
+
LastModifiedBy?: string;
|
|
458
|
+
Source?: Source | string;
|
|
459
|
+
PathOptions?: PathOptions;
|
|
460
|
+
Tags?: Record<string, string>;
|
|
461
|
+
ResourceArn?: string;
|
|
462
|
+
}
|
|
463
|
+
export interface DescribeJobRequest {
|
|
464
|
+
Name: string | undefined;
|
|
465
|
+
}
|
|
466
|
+
export declare enum JobType {
|
|
467
|
+
PROFILE = "PROFILE",
|
|
468
|
+
RECIPE = "RECIPE",
|
|
469
|
+
}
|
|
470
|
+
export interface DescribeJobResponse {
|
|
471
|
+
CreateDate?: Date;
|
|
472
|
+
CreatedBy?: string;
|
|
473
|
+
DatasetName?: string;
|
|
474
|
+
EncryptionKeyArn?: string;
|
|
475
|
+
EncryptionMode?: EncryptionMode | string;
|
|
476
|
+
Name: string | undefined;
|
|
477
|
+
Type?: JobType | string;
|
|
478
|
+
LastModifiedBy?: string;
|
|
479
|
+
LastModifiedDate?: Date;
|
|
480
|
+
LogSubscription?: LogSubscription | string;
|
|
481
|
+
MaxCapacity?: number;
|
|
482
|
+
MaxRetries?: number;
|
|
483
|
+
Outputs?: Output[];
|
|
484
|
+
DataCatalogOutputs?: DataCatalogOutput[];
|
|
485
|
+
DatabaseOutputs?: DatabaseOutput[];
|
|
486
|
+
ProjectName?: string;
|
|
487
|
+
ProfileConfiguration?: ProfileConfiguration;
|
|
488
|
+
ValidationConfigurations?: ValidationConfiguration[];
|
|
489
|
+
RecipeReference?: RecipeReference;
|
|
490
|
+
ResourceArn?: string;
|
|
491
|
+
RoleArn?: string;
|
|
492
|
+
Tags?: Record<string, string>;
|
|
493
|
+
Timeout?: number;
|
|
494
|
+
JobSample?: JobSample;
|
|
495
|
+
}
|
|
496
|
+
export interface DescribeJobRunRequest {
|
|
497
|
+
Name: string | undefined;
|
|
498
|
+
RunId: string | undefined;
|
|
499
|
+
}
|
|
500
|
+
export declare enum JobRunState {
|
|
501
|
+
FAILED = "FAILED",
|
|
502
|
+
RUNNING = "RUNNING",
|
|
503
|
+
STARTING = "STARTING",
|
|
504
|
+
STOPPED = "STOPPED",
|
|
505
|
+
STOPPING = "STOPPING",
|
|
506
|
+
SUCCEEDED = "SUCCEEDED",
|
|
507
|
+
TIMEOUT = "TIMEOUT",
|
|
508
|
+
}
|
|
509
|
+
export interface DescribeJobRunResponse {
|
|
510
|
+
Attempt?: number;
|
|
511
|
+
CompletedOn?: Date;
|
|
512
|
+
DatasetName?: string;
|
|
513
|
+
ErrorMessage?: string;
|
|
514
|
+
ExecutionTime?: number;
|
|
515
|
+
JobName: string | undefined;
|
|
516
|
+
ProfileConfiguration?: ProfileConfiguration;
|
|
517
|
+
ValidationConfigurations?: ValidationConfiguration[];
|
|
518
|
+
RunId?: string;
|
|
519
|
+
State?: JobRunState | string;
|
|
520
|
+
LogSubscription?: LogSubscription | string;
|
|
521
|
+
LogGroupName?: string;
|
|
522
|
+
Outputs?: Output[];
|
|
523
|
+
DataCatalogOutputs?: DataCatalogOutput[];
|
|
524
|
+
DatabaseOutputs?: DatabaseOutput[];
|
|
525
|
+
RecipeReference?: RecipeReference;
|
|
526
|
+
StartedBy?: string;
|
|
527
|
+
StartedOn?: Date;
|
|
528
|
+
JobSample?: JobSample;
|
|
529
|
+
}
|
|
530
|
+
export interface DescribeProjectRequest {
|
|
531
|
+
Name: string | undefined;
|
|
532
|
+
}
|
|
533
|
+
export declare enum SessionStatus {
|
|
534
|
+
ASSIGNED = "ASSIGNED",
|
|
535
|
+
FAILED = "FAILED",
|
|
536
|
+
INITIALIZING = "INITIALIZING",
|
|
537
|
+
PROVISIONING = "PROVISIONING",
|
|
538
|
+
READY = "READY",
|
|
539
|
+
RECYCLING = "RECYCLING",
|
|
540
|
+
ROTATING = "ROTATING",
|
|
541
|
+
TERMINATED = "TERMINATED",
|
|
542
|
+
TERMINATING = "TERMINATING",
|
|
543
|
+
UPDATING = "UPDATING",
|
|
544
|
+
}
|
|
545
|
+
export interface DescribeProjectResponse {
|
|
546
|
+
CreateDate?: Date;
|
|
547
|
+
CreatedBy?: string;
|
|
548
|
+
DatasetName?: string;
|
|
549
|
+
LastModifiedDate?: Date;
|
|
550
|
+
LastModifiedBy?: string;
|
|
551
|
+
Name: string | undefined;
|
|
552
|
+
RecipeName?: string;
|
|
553
|
+
ResourceArn?: string;
|
|
554
|
+
Sample?: Sample;
|
|
555
|
+
RoleArn?: string;
|
|
556
|
+
Tags?: Record<string, string>;
|
|
557
|
+
SessionStatus?: SessionStatus | string;
|
|
558
|
+
OpenedBy?: string;
|
|
559
|
+
OpenDate?: Date;
|
|
560
|
+
}
|
|
561
|
+
export interface DescribeRecipeRequest {
|
|
562
|
+
Name: string | undefined;
|
|
563
|
+
RecipeVersion?: string;
|
|
564
|
+
}
|
|
565
|
+
export interface DescribeRecipeResponse {
|
|
566
|
+
CreatedBy?: string;
|
|
567
|
+
CreateDate?: Date;
|
|
568
|
+
LastModifiedBy?: string;
|
|
569
|
+
LastModifiedDate?: Date;
|
|
570
|
+
ProjectName?: string;
|
|
571
|
+
PublishedBy?: string;
|
|
572
|
+
PublishedDate?: Date;
|
|
573
|
+
Description?: string;
|
|
574
|
+
Name: string | undefined;
|
|
575
|
+
Steps?: RecipeStep[];
|
|
576
|
+
Tags?: Record<string, string>;
|
|
577
|
+
ResourceArn?: string;
|
|
578
|
+
RecipeVersion?: string;
|
|
579
|
+
}
|
|
580
|
+
export interface DescribeRulesetRequest {
|
|
581
|
+
Name: string | undefined;
|
|
582
|
+
}
|
|
583
|
+
export interface DescribeRulesetResponse {
|
|
584
|
+
Name: string | undefined;
|
|
585
|
+
Description?: string;
|
|
586
|
+
TargetArn?: string;
|
|
587
|
+
Rules?: Rule[];
|
|
588
|
+
CreateDate?: Date;
|
|
589
|
+
CreatedBy?: string;
|
|
590
|
+
LastModifiedBy?: string;
|
|
591
|
+
LastModifiedDate?: Date;
|
|
592
|
+
ResourceArn?: string;
|
|
593
|
+
Tags?: Record<string, string>;
|
|
594
|
+
}
|
|
595
|
+
export interface DescribeScheduleRequest {
|
|
596
|
+
Name: string | undefined;
|
|
597
|
+
}
|
|
598
|
+
export interface DescribeScheduleResponse {
|
|
599
|
+
CreateDate?: Date;
|
|
600
|
+
CreatedBy?: string;
|
|
601
|
+
JobNames?: string[];
|
|
602
|
+
LastModifiedBy?: string;
|
|
603
|
+
LastModifiedDate?: Date;
|
|
604
|
+
ResourceArn?: string;
|
|
605
|
+
CronExpression?: string;
|
|
606
|
+
Tags?: Record<string, string>;
|
|
607
|
+
Name: string | undefined;
|
|
608
|
+
}
|
|
609
|
+
export interface ListDatasetsRequest {
|
|
610
|
+
MaxResults?: number;
|
|
611
|
+
NextToken?: string;
|
|
612
|
+
}
|
|
613
|
+
export interface Dataset {
|
|
614
|
+
AccountId?: string;
|
|
615
|
+
CreatedBy?: string;
|
|
616
|
+
CreateDate?: Date;
|
|
617
|
+
Name: string | undefined;
|
|
618
|
+
Format?: InputFormat | string;
|
|
619
|
+
FormatOptions?: FormatOptions;
|
|
620
|
+
Input: Input | undefined;
|
|
621
|
+
LastModifiedDate?: Date;
|
|
622
|
+
LastModifiedBy?: string;
|
|
623
|
+
Source?: Source | string;
|
|
624
|
+
PathOptions?: PathOptions;
|
|
625
|
+
Tags?: Record<string, string>;
|
|
626
|
+
ResourceArn?: string;
|
|
627
|
+
}
|
|
628
|
+
export interface ListDatasetsResponse {
|
|
629
|
+
Datasets: Dataset[] | undefined;
|
|
630
|
+
NextToken?: string;
|
|
631
|
+
}
|
|
632
|
+
export interface ListJobRunsRequest {
|
|
633
|
+
Name: string | undefined;
|
|
634
|
+
MaxResults?: number;
|
|
635
|
+
NextToken?: string;
|
|
636
|
+
}
|
|
637
|
+
export interface JobRun {
|
|
638
|
+
Attempt?: number;
|
|
639
|
+
CompletedOn?: Date;
|
|
640
|
+
DatasetName?: string;
|
|
641
|
+
ErrorMessage?: string;
|
|
642
|
+
ExecutionTime?: number;
|
|
643
|
+
JobName?: string;
|
|
644
|
+
RunId?: string;
|
|
645
|
+
State?: JobRunState | string;
|
|
646
|
+
LogSubscription?: LogSubscription | string;
|
|
647
|
+
LogGroupName?: string;
|
|
648
|
+
Outputs?: Output[];
|
|
649
|
+
DataCatalogOutputs?: DataCatalogOutput[];
|
|
650
|
+
DatabaseOutputs?: DatabaseOutput[];
|
|
651
|
+
RecipeReference?: RecipeReference;
|
|
652
|
+
StartedBy?: string;
|
|
653
|
+
StartedOn?: Date;
|
|
654
|
+
JobSample?: JobSample;
|
|
655
|
+
ValidationConfigurations?: ValidationConfiguration[];
|
|
656
|
+
}
|
|
657
|
+
export interface ListJobRunsResponse {
|
|
658
|
+
JobRuns: JobRun[] | undefined;
|
|
659
|
+
NextToken?: string;
|
|
660
|
+
}
|
|
661
|
+
export interface ListJobsRequest {
|
|
662
|
+
DatasetName?: string;
|
|
663
|
+
MaxResults?: number;
|
|
664
|
+
NextToken?: string;
|
|
665
|
+
ProjectName?: string;
|
|
666
|
+
}
|
|
667
|
+
export interface Job {
|
|
668
|
+
AccountId?: string;
|
|
669
|
+
CreatedBy?: string;
|
|
670
|
+
CreateDate?: Date;
|
|
671
|
+
DatasetName?: string;
|
|
672
|
+
EncryptionKeyArn?: string;
|
|
673
|
+
EncryptionMode?: EncryptionMode | string;
|
|
674
|
+
Name: string | undefined;
|
|
675
|
+
Type?: JobType | string;
|
|
676
|
+
LastModifiedBy?: string;
|
|
677
|
+
LastModifiedDate?: Date;
|
|
678
|
+
LogSubscription?: LogSubscription | string;
|
|
679
|
+
MaxCapacity?: number;
|
|
680
|
+
MaxRetries?: number;
|
|
681
|
+
Outputs?: Output[];
|
|
682
|
+
DataCatalogOutputs?: DataCatalogOutput[];
|
|
683
|
+
DatabaseOutputs?: DatabaseOutput[];
|
|
684
|
+
ProjectName?: string;
|
|
685
|
+
RecipeReference?: RecipeReference;
|
|
686
|
+
ResourceArn?: string;
|
|
687
|
+
RoleArn?: string;
|
|
688
|
+
Timeout?: number;
|
|
689
|
+
Tags?: Record<string, string>;
|
|
690
|
+
JobSample?: JobSample;
|
|
691
|
+
ValidationConfigurations?: ValidationConfiguration[];
|
|
692
|
+
}
|
|
693
|
+
export interface ListJobsResponse {
|
|
694
|
+
Jobs: Job[] | undefined;
|
|
695
|
+
NextToken?: string;
|
|
696
|
+
}
|
|
697
|
+
export interface ListProjectsRequest {
|
|
698
|
+
NextToken?: string;
|
|
699
|
+
MaxResults?: number;
|
|
700
|
+
}
|
|
701
|
+
export interface Project {
|
|
702
|
+
AccountId?: string;
|
|
703
|
+
CreateDate?: Date;
|
|
704
|
+
CreatedBy?: string;
|
|
705
|
+
DatasetName?: string;
|
|
706
|
+
LastModifiedDate?: Date;
|
|
707
|
+
LastModifiedBy?: string;
|
|
708
|
+
Name: string | undefined;
|
|
709
|
+
RecipeName: string | undefined;
|
|
710
|
+
ResourceArn?: string;
|
|
711
|
+
Sample?: Sample;
|
|
712
|
+
Tags?: Record<string, string>;
|
|
713
|
+
RoleArn?: string;
|
|
714
|
+
OpenedBy?: string;
|
|
715
|
+
OpenDate?: Date;
|
|
716
|
+
}
|
|
717
|
+
export interface ListProjectsResponse {
|
|
718
|
+
Projects: Project[] | undefined;
|
|
719
|
+
NextToken?: string;
|
|
720
|
+
}
|
|
721
|
+
export interface ListRecipesRequest {
|
|
722
|
+
MaxResults?: number;
|
|
723
|
+
NextToken?: string;
|
|
724
|
+
RecipeVersion?: string;
|
|
725
|
+
}
|
|
726
|
+
export interface Recipe {
|
|
727
|
+
CreatedBy?: string;
|
|
728
|
+
CreateDate?: Date;
|
|
729
|
+
LastModifiedBy?: string;
|
|
730
|
+
LastModifiedDate?: Date;
|
|
731
|
+
ProjectName?: string;
|
|
732
|
+
PublishedBy?: string;
|
|
733
|
+
PublishedDate?: Date;
|
|
734
|
+
Description?: string;
|
|
735
|
+
Name: string | undefined;
|
|
736
|
+
ResourceArn?: string;
|
|
737
|
+
Steps?: RecipeStep[];
|
|
738
|
+
Tags?: Record<string, string>;
|
|
739
|
+
RecipeVersion?: string;
|
|
740
|
+
}
|
|
741
|
+
export interface ListRecipesResponse {
|
|
742
|
+
Recipes: Recipe[] | undefined;
|
|
743
|
+
NextToken?: string;
|
|
744
|
+
}
|
|
745
|
+
export interface ListRecipeVersionsRequest {
|
|
746
|
+
MaxResults?: number;
|
|
747
|
+
NextToken?: string;
|
|
748
|
+
Name: string | undefined;
|
|
749
|
+
}
|
|
750
|
+
export interface ListRecipeVersionsResponse {
|
|
751
|
+
NextToken?: string;
|
|
752
|
+
Recipes: Recipe[] | undefined;
|
|
753
|
+
}
|
|
754
|
+
export interface ListRulesetsRequest {
|
|
755
|
+
TargetArn?: string;
|
|
756
|
+
MaxResults?: number;
|
|
757
|
+
NextToken?: string;
|
|
758
|
+
}
|
|
759
|
+
export interface RulesetItem {
|
|
760
|
+
AccountId?: string;
|
|
761
|
+
CreatedBy?: string;
|
|
762
|
+
CreateDate?: Date;
|
|
763
|
+
Description?: string;
|
|
764
|
+
LastModifiedBy?: string;
|
|
765
|
+
LastModifiedDate?: Date;
|
|
766
|
+
Name: string | undefined;
|
|
767
|
+
ResourceArn?: string;
|
|
768
|
+
RuleCount?: number;
|
|
769
|
+
Tags?: Record<string, string>;
|
|
770
|
+
TargetArn: string | undefined;
|
|
771
|
+
}
|
|
772
|
+
export interface ListRulesetsResponse {
|
|
773
|
+
Rulesets: RulesetItem[] | undefined;
|
|
774
|
+
NextToken?: string;
|
|
775
|
+
}
|
|
776
|
+
export interface ListSchedulesRequest {
|
|
777
|
+
JobName?: string;
|
|
778
|
+
MaxResults?: number;
|
|
779
|
+
NextToken?: string;
|
|
780
|
+
}
|
|
781
|
+
export interface Schedule {
|
|
782
|
+
AccountId?: string;
|
|
783
|
+
CreatedBy?: string;
|
|
784
|
+
CreateDate?: Date;
|
|
785
|
+
JobNames?: string[];
|
|
786
|
+
LastModifiedBy?: string;
|
|
787
|
+
LastModifiedDate?: Date;
|
|
788
|
+
ResourceArn?: string;
|
|
789
|
+
CronExpression?: string;
|
|
790
|
+
Tags?: Record<string, string>;
|
|
791
|
+
Name: string | undefined;
|
|
792
|
+
}
|
|
793
|
+
export interface ListSchedulesResponse {
|
|
794
|
+
Schedules: Schedule[] | undefined;
|
|
795
|
+
NextToken?: string;
|
|
796
|
+
}
|
|
797
|
+
export interface ListTagsForResourceRequest {
|
|
798
|
+
ResourceArn: string | undefined;
|
|
799
|
+
}
|
|
800
|
+
export interface ListTagsForResourceResponse {
|
|
801
|
+
Tags?: Record<string, string>;
|
|
802
|
+
}
|
|
803
|
+
export interface PublishRecipeRequest {
|
|
804
|
+
Description?: string;
|
|
805
|
+
Name: string | undefined;
|
|
806
|
+
}
|
|
807
|
+
export interface PublishRecipeResponse {
|
|
808
|
+
Name: string | undefined;
|
|
809
|
+
}
|
|
810
|
+
export interface ViewFrame {
|
|
811
|
+
StartColumnIndex: number | undefined;
|
|
812
|
+
ColumnRange?: number;
|
|
813
|
+
HiddenColumns?: string[];
|
|
814
|
+
StartRowIndex?: number;
|
|
815
|
+
RowRange?: number;
|
|
816
|
+
Analytics?: AnalyticsMode | string;
|
|
817
|
+
}
|
|
818
|
+
export interface SendProjectSessionActionRequest {
|
|
819
|
+
Preview?: boolean;
|
|
820
|
+
Name: string | undefined;
|
|
821
|
+
RecipeStep?: RecipeStep;
|
|
822
|
+
StepIndex?: number;
|
|
823
|
+
ClientSessionId?: string;
|
|
824
|
+
ViewFrame?: ViewFrame;
|
|
825
|
+
}
|
|
826
|
+
export interface SendProjectSessionActionResponse {
|
|
827
|
+
Result?: string;
|
|
828
|
+
Name: string | undefined;
|
|
829
|
+
ActionId?: number;
|
|
830
|
+
}
|
|
831
|
+
export interface StartJobRunRequest {
|
|
832
|
+
Name: string | undefined;
|
|
833
|
+
}
|
|
834
|
+
export interface StartJobRunResponse {
|
|
835
|
+
RunId: string | undefined;
|
|
836
|
+
}
|
|
837
|
+
export interface StartProjectSessionRequest {
|
|
838
|
+
Name: string | undefined;
|
|
839
|
+
AssumeControl?: boolean;
|
|
840
|
+
}
|
|
841
|
+
export interface StartProjectSessionResponse {
|
|
842
|
+
Name: string | undefined;
|
|
843
|
+
ClientSessionId?: string;
|
|
844
|
+
}
|
|
845
|
+
export interface StopJobRunRequest {
|
|
846
|
+
Name: string | undefined;
|
|
847
|
+
RunId: string | undefined;
|
|
848
|
+
}
|
|
849
|
+
export interface StopJobRunResponse {
|
|
850
|
+
RunId: string | undefined;
|
|
851
|
+
}
|
|
852
|
+
export interface TagResourceRequest {
|
|
853
|
+
ResourceArn: string | undefined;
|
|
854
|
+
Tags: Record<string, string> | undefined;
|
|
855
|
+
}
|
|
856
|
+
export interface TagResourceResponse {}
|
|
857
|
+
export interface UntagResourceRequest {
|
|
858
|
+
ResourceArn: string | undefined;
|
|
859
|
+
TagKeys: string[] | undefined;
|
|
860
|
+
}
|
|
861
|
+
export interface UntagResourceResponse {}
|
|
862
|
+
export interface UpdateDatasetRequest {
|
|
863
|
+
Name: string | undefined;
|
|
864
|
+
Format?: InputFormat | string;
|
|
865
|
+
FormatOptions?: FormatOptions;
|
|
866
|
+
Input: Input | undefined;
|
|
867
|
+
PathOptions?: PathOptions;
|
|
868
|
+
}
|
|
869
|
+
export interface UpdateDatasetResponse {
|
|
870
|
+
Name: string | undefined;
|
|
871
|
+
}
|
|
872
|
+
export interface UpdateProfileJobRequest {
|
|
873
|
+
Configuration?: ProfileConfiguration;
|
|
874
|
+
EncryptionKeyArn?: string;
|
|
875
|
+
EncryptionMode?: EncryptionMode | string;
|
|
876
|
+
Name: string | undefined;
|
|
877
|
+
LogSubscription?: LogSubscription | string;
|
|
878
|
+
MaxCapacity?: number;
|
|
879
|
+
MaxRetries?: number;
|
|
880
|
+
OutputLocation: S3Location | undefined;
|
|
881
|
+
ValidationConfigurations?: ValidationConfiguration[];
|
|
882
|
+
RoleArn: string | undefined;
|
|
883
|
+
Timeout?: number;
|
|
884
|
+
JobSample?: JobSample;
|
|
885
|
+
}
|
|
886
|
+
export interface UpdateProfileJobResponse {
|
|
887
|
+
Name: string | undefined;
|
|
888
|
+
}
|
|
889
|
+
export interface UpdateProjectRequest {
|
|
890
|
+
Sample?: Sample;
|
|
891
|
+
RoleArn: string | undefined;
|
|
892
|
+
Name: string | undefined;
|
|
893
|
+
}
|
|
894
|
+
export interface UpdateProjectResponse {
|
|
895
|
+
LastModifiedDate?: Date;
|
|
896
|
+
Name: string | undefined;
|
|
897
|
+
}
|
|
898
|
+
export interface UpdateRecipeRequest {
|
|
899
|
+
Description?: string;
|
|
900
|
+
Name: string | undefined;
|
|
901
|
+
Steps?: RecipeStep[];
|
|
902
|
+
}
|
|
903
|
+
export interface UpdateRecipeResponse {
|
|
904
|
+
Name: string | undefined;
|
|
905
|
+
}
|
|
906
|
+
export interface UpdateRecipeJobRequest {
|
|
907
|
+
EncryptionKeyArn?: string;
|
|
908
|
+
EncryptionMode?: EncryptionMode | string;
|
|
909
|
+
Name: string | undefined;
|
|
910
|
+
LogSubscription?: LogSubscription | string;
|
|
911
|
+
MaxCapacity?: number;
|
|
912
|
+
MaxRetries?: number;
|
|
913
|
+
Outputs?: Output[];
|
|
914
|
+
DataCatalogOutputs?: DataCatalogOutput[];
|
|
915
|
+
DatabaseOutputs?: DatabaseOutput[];
|
|
916
|
+
RoleArn: string | undefined;
|
|
917
|
+
Timeout?: number;
|
|
918
|
+
}
|
|
919
|
+
export interface UpdateRecipeJobResponse {
|
|
920
|
+
Name: string | undefined;
|
|
921
|
+
}
|
|
922
|
+
export interface UpdateRulesetRequest {
|
|
923
|
+
Name: string | undefined;
|
|
924
|
+
Description?: string;
|
|
925
|
+
Rules: Rule[] | undefined;
|
|
926
|
+
}
|
|
927
|
+
export interface UpdateRulesetResponse {
|
|
928
|
+
Name: string | undefined;
|
|
929
|
+
}
|
|
930
|
+
export interface UpdateScheduleRequest {
|
|
931
|
+
JobNames?: string[];
|
|
932
|
+
CronExpression: string | undefined;
|
|
933
|
+
Name: string | undefined;
|
|
934
|
+
}
|
|
935
|
+
export interface UpdateScheduleResponse {
|
|
936
|
+
Name: string | undefined;
|
|
937
|
+
}
|
|
938
|
+
export declare const AllowedStatisticsFilterSensitiveLog: (
|
|
939
|
+
obj: AllowedStatistics
|
|
940
|
+
) => any;
|
|
941
|
+
export declare const BatchDeleteRecipeVersionRequestFilterSensitiveLog: (
|
|
942
|
+
obj: BatchDeleteRecipeVersionRequest
|
|
943
|
+
) => any;
|
|
944
|
+
export declare const RecipeVersionErrorDetailFilterSensitiveLog: (
|
|
945
|
+
obj: RecipeVersionErrorDetail
|
|
946
|
+
) => any;
|
|
947
|
+
export declare const BatchDeleteRecipeVersionResponseFilterSensitiveLog: (
|
|
948
|
+
obj: BatchDeleteRecipeVersionResponse
|
|
949
|
+
) => any;
|
|
950
|
+
export declare const CsvOptionsFilterSensitiveLog: (obj: CsvOptions) => any;
|
|
951
|
+
export declare const ExcelOptionsFilterSensitiveLog: (obj: ExcelOptions) => any;
|
|
952
|
+
export declare const JsonOptionsFilterSensitiveLog: (obj: JsonOptions) => any;
|
|
953
|
+
export declare const FormatOptionsFilterSensitiveLog: (
|
|
954
|
+
obj: FormatOptions
|
|
955
|
+
) => any;
|
|
956
|
+
export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
|
|
957
|
+
export declare const DatabaseInputDefinitionFilterSensitiveLog: (
|
|
958
|
+
obj: DatabaseInputDefinition
|
|
959
|
+
) => any;
|
|
960
|
+
export declare const DataCatalogInputDefinitionFilterSensitiveLog: (
|
|
961
|
+
obj: DataCatalogInputDefinition
|
|
962
|
+
) => any;
|
|
963
|
+
export declare const MetadataFilterSensitiveLog: (obj: Metadata) => any;
|
|
964
|
+
export declare const InputFilterSensitiveLog: (obj: Input) => any;
|
|
965
|
+
export declare const FilesLimitFilterSensitiveLog: (obj: FilesLimit) => any;
|
|
966
|
+
export declare const FilterExpressionFilterSensitiveLog: (
|
|
967
|
+
obj: FilterExpression
|
|
968
|
+
) => any;
|
|
969
|
+
export declare const DatetimeOptionsFilterSensitiveLog: (
|
|
970
|
+
obj: DatetimeOptions
|
|
971
|
+
) => any;
|
|
972
|
+
export declare const DatasetParameterFilterSensitiveLog: (
|
|
973
|
+
obj: DatasetParameter
|
|
974
|
+
) => any;
|
|
975
|
+
export declare const PathOptionsFilterSensitiveLog: (obj: PathOptions) => any;
|
|
976
|
+
export declare const CreateDatasetRequestFilterSensitiveLog: (
|
|
977
|
+
obj: CreateDatasetRequest
|
|
978
|
+
) => any;
|
|
979
|
+
export declare const CreateDatasetResponseFilterSensitiveLog: (
|
|
980
|
+
obj: CreateDatasetResponse
|
|
981
|
+
) => any;
|
|
982
|
+
export declare const ColumnSelectorFilterSensitiveLog: (
|
|
983
|
+
obj: ColumnSelector
|
|
984
|
+
) => any;
|
|
985
|
+
export declare const StatisticOverrideFilterSensitiveLog: (
|
|
986
|
+
obj: StatisticOverride
|
|
987
|
+
) => any;
|
|
988
|
+
export declare const StatisticsConfigurationFilterSensitiveLog: (
|
|
989
|
+
obj: StatisticsConfiguration
|
|
990
|
+
) => any;
|
|
991
|
+
export declare const ColumnStatisticsConfigurationFilterSensitiveLog: (
|
|
992
|
+
obj: ColumnStatisticsConfiguration
|
|
993
|
+
) => any;
|
|
994
|
+
export declare const EntityDetectorConfigurationFilterSensitiveLog: (
|
|
995
|
+
obj: EntityDetectorConfiguration
|
|
996
|
+
) => any;
|
|
997
|
+
export declare const ProfileConfigurationFilterSensitiveLog: (
|
|
998
|
+
obj: ProfileConfiguration
|
|
999
|
+
) => any;
|
|
1000
|
+
export declare const JobSampleFilterSensitiveLog: (obj: JobSample) => any;
|
|
1001
|
+
export declare const ValidationConfigurationFilterSensitiveLog: (
|
|
1002
|
+
obj: ValidationConfiguration
|
|
1003
|
+
) => any;
|
|
1004
|
+
export declare const CreateProfileJobRequestFilterSensitiveLog: (
|
|
1005
|
+
obj: CreateProfileJobRequest
|
|
1006
|
+
) => any;
|
|
1007
|
+
export declare const CreateProfileJobResponseFilterSensitiveLog: (
|
|
1008
|
+
obj: CreateProfileJobResponse
|
|
1009
|
+
) => any;
|
|
1010
|
+
export declare const SampleFilterSensitiveLog: (obj: Sample) => any;
|
|
1011
|
+
export declare const CreateProjectRequestFilterSensitiveLog: (
|
|
1012
|
+
obj: CreateProjectRequest
|
|
1013
|
+
) => any;
|
|
1014
|
+
export declare const CreateProjectResponseFilterSensitiveLog: (
|
|
1015
|
+
obj: CreateProjectResponse
|
|
1016
|
+
) => any;
|
|
1017
|
+
export declare const RecipeActionFilterSensitiveLog: (obj: RecipeAction) => any;
|
|
1018
|
+
export declare const ConditionExpressionFilterSensitiveLog: (
|
|
1019
|
+
obj: ConditionExpression
|
|
1020
|
+
) => any;
|
|
1021
|
+
export declare const RecipeStepFilterSensitiveLog: (obj: RecipeStep) => any;
|
|
1022
|
+
export declare const CreateRecipeRequestFilterSensitiveLog: (
|
|
1023
|
+
obj: CreateRecipeRequest
|
|
1024
|
+
) => any;
|
|
1025
|
+
export declare const CreateRecipeResponseFilterSensitiveLog: (
|
|
1026
|
+
obj: CreateRecipeResponse
|
|
1027
|
+
) => any;
|
|
1028
|
+
export declare const DatabaseTableOutputOptionsFilterSensitiveLog: (
|
|
1029
|
+
obj: DatabaseTableOutputOptions
|
|
1030
|
+
) => any;
|
|
1031
|
+
export declare const DatabaseOutputFilterSensitiveLog: (
|
|
1032
|
+
obj: DatabaseOutput
|
|
1033
|
+
) => any;
|
|
1034
|
+
export declare const S3TableOutputOptionsFilterSensitiveLog: (
|
|
1035
|
+
obj: S3TableOutputOptions
|
|
1036
|
+
) => any;
|
|
1037
|
+
export declare const DataCatalogOutputFilterSensitiveLog: (
|
|
1038
|
+
obj: DataCatalogOutput
|
|
1039
|
+
) => any;
|
|
1040
|
+
export declare const CsvOutputOptionsFilterSensitiveLog: (
|
|
1041
|
+
obj: CsvOutputOptions
|
|
1042
|
+
) => any;
|
|
1043
|
+
export declare const OutputFormatOptionsFilterSensitiveLog: (
|
|
1044
|
+
obj: OutputFormatOptions
|
|
1045
|
+
) => any;
|
|
1046
|
+
export declare const OutputFilterSensitiveLog: (obj: Output) => any;
|
|
1047
|
+
export declare const RecipeReferenceFilterSensitiveLog: (
|
|
1048
|
+
obj: RecipeReference
|
|
1049
|
+
) => any;
|
|
1050
|
+
export declare const CreateRecipeJobRequestFilterSensitiveLog: (
|
|
1051
|
+
obj: CreateRecipeJobRequest
|
|
1052
|
+
) => any;
|
|
1053
|
+
export declare const CreateRecipeJobResponseFilterSensitiveLog: (
|
|
1054
|
+
obj: CreateRecipeJobResponse
|
|
1055
|
+
) => any;
|
|
1056
|
+
export declare const ThresholdFilterSensitiveLog: (obj: Threshold) => any;
|
|
1057
|
+
export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
|
|
1058
|
+
export declare const CreateRulesetRequestFilterSensitiveLog: (
|
|
1059
|
+
obj: CreateRulesetRequest
|
|
1060
|
+
) => any;
|
|
1061
|
+
export declare const CreateRulesetResponseFilterSensitiveLog: (
|
|
1062
|
+
obj: CreateRulesetResponse
|
|
1063
|
+
) => any;
|
|
1064
|
+
export declare const CreateScheduleRequestFilterSensitiveLog: (
|
|
1065
|
+
obj: CreateScheduleRequest
|
|
1066
|
+
) => any;
|
|
1067
|
+
export declare const CreateScheduleResponseFilterSensitiveLog: (
|
|
1068
|
+
obj: CreateScheduleResponse
|
|
1069
|
+
) => any;
|
|
1070
|
+
export declare const DeleteDatasetRequestFilterSensitiveLog: (
|
|
1071
|
+
obj: DeleteDatasetRequest
|
|
1072
|
+
) => any;
|
|
1073
|
+
export declare const DeleteDatasetResponseFilterSensitiveLog: (
|
|
1074
|
+
obj: DeleteDatasetResponse
|
|
1075
|
+
) => any;
|
|
1076
|
+
export declare const DeleteJobRequestFilterSensitiveLog: (
|
|
1077
|
+
obj: DeleteJobRequest
|
|
1078
|
+
) => any;
|
|
1079
|
+
export declare const DeleteJobResponseFilterSensitiveLog: (
|
|
1080
|
+
obj: DeleteJobResponse
|
|
1081
|
+
) => any;
|
|
1082
|
+
export declare const DeleteProjectRequestFilterSensitiveLog: (
|
|
1083
|
+
obj: DeleteProjectRequest
|
|
1084
|
+
) => any;
|
|
1085
|
+
export declare const DeleteProjectResponseFilterSensitiveLog: (
|
|
1086
|
+
obj: DeleteProjectResponse
|
|
1087
|
+
) => any;
|
|
1088
|
+
export declare const DeleteRecipeVersionRequestFilterSensitiveLog: (
|
|
1089
|
+
obj: DeleteRecipeVersionRequest
|
|
1090
|
+
) => any;
|
|
1091
|
+
export declare const DeleteRecipeVersionResponseFilterSensitiveLog: (
|
|
1092
|
+
obj: DeleteRecipeVersionResponse
|
|
1093
|
+
) => any;
|
|
1094
|
+
export declare const DeleteRulesetRequestFilterSensitiveLog: (
|
|
1095
|
+
obj: DeleteRulesetRequest
|
|
1096
|
+
) => any;
|
|
1097
|
+
export declare const DeleteRulesetResponseFilterSensitiveLog: (
|
|
1098
|
+
obj: DeleteRulesetResponse
|
|
1099
|
+
) => any;
|
|
1100
|
+
export declare const DeleteScheduleRequestFilterSensitiveLog: (
|
|
1101
|
+
obj: DeleteScheduleRequest
|
|
1102
|
+
) => any;
|
|
1103
|
+
export declare const DeleteScheduleResponseFilterSensitiveLog: (
|
|
1104
|
+
obj: DeleteScheduleResponse
|
|
1105
|
+
) => any;
|
|
1106
|
+
export declare const DescribeDatasetRequestFilterSensitiveLog: (
|
|
1107
|
+
obj: DescribeDatasetRequest
|
|
1108
|
+
) => any;
|
|
1109
|
+
export declare const DescribeDatasetResponseFilterSensitiveLog: (
|
|
1110
|
+
obj: DescribeDatasetResponse
|
|
1111
|
+
) => any;
|
|
1112
|
+
export declare const DescribeJobRequestFilterSensitiveLog: (
|
|
1113
|
+
obj: DescribeJobRequest
|
|
1114
|
+
) => any;
|
|
1115
|
+
export declare const DescribeJobResponseFilterSensitiveLog: (
|
|
1116
|
+
obj: DescribeJobResponse
|
|
1117
|
+
) => any;
|
|
1118
|
+
export declare const DescribeJobRunRequestFilterSensitiveLog: (
|
|
1119
|
+
obj: DescribeJobRunRequest
|
|
1120
|
+
) => any;
|
|
1121
|
+
export declare const DescribeJobRunResponseFilterSensitiveLog: (
|
|
1122
|
+
obj: DescribeJobRunResponse
|
|
1123
|
+
) => any;
|
|
1124
|
+
export declare const DescribeProjectRequestFilterSensitiveLog: (
|
|
1125
|
+
obj: DescribeProjectRequest
|
|
1126
|
+
) => any;
|
|
1127
|
+
export declare const DescribeProjectResponseFilterSensitiveLog: (
|
|
1128
|
+
obj: DescribeProjectResponse
|
|
1129
|
+
) => any;
|
|
1130
|
+
export declare const DescribeRecipeRequestFilterSensitiveLog: (
|
|
1131
|
+
obj: DescribeRecipeRequest
|
|
1132
|
+
) => any;
|
|
1133
|
+
export declare const DescribeRecipeResponseFilterSensitiveLog: (
|
|
1134
|
+
obj: DescribeRecipeResponse
|
|
1135
|
+
) => any;
|
|
1136
|
+
export declare const DescribeRulesetRequestFilterSensitiveLog: (
|
|
1137
|
+
obj: DescribeRulesetRequest
|
|
1138
|
+
) => any;
|
|
1139
|
+
export declare const DescribeRulesetResponseFilterSensitiveLog: (
|
|
1140
|
+
obj: DescribeRulesetResponse
|
|
1141
|
+
) => any;
|
|
1142
|
+
export declare const DescribeScheduleRequestFilterSensitiveLog: (
|
|
1143
|
+
obj: DescribeScheduleRequest
|
|
1144
|
+
) => any;
|
|
1145
|
+
export declare const DescribeScheduleResponseFilterSensitiveLog: (
|
|
1146
|
+
obj: DescribeScheduleResponse
|
|
1147
|
+
) => any;
|
|
1148
|
+
export declare const ListDatasetsRequestFilterSensitiveLog: (
|
|
1149
|
+
obj: ListDatasetsRequest
|
|
1150
|
+
) => any;
|
|
1151
|
+
export declare const DatasetFilterSensitiveLog: (obj: Dataset) => any;
|
|
1152
|
+
export declare const ListDatasetsResponseFilterSensitiveLog: (
|
|
1153
|
+
obj: ListDatasetsResponse
|
|
1154
|
+
) => any;
|
|
1155
|
+
export declare const ListJobRunsRequestFilterSensitiveLog: (
|
|
1156
|
+
obj: ListJobRunsRequest
|
|
1157
|
+
) => any;
|
|
1158
|
+
export declare const JobRunFilterSensitiveLog: (obj: JobRun) => any;
|
|
1159
|
+
export declare const ListJobRunsResponseFilterSensitiveLog: (
|
|
1160
|
+
obj: ListJobRunsResponse
|
|
1161
|
+
) => any;
|
|
1162
|
+
export declare const ListJobsRequestFilterSensitiveLog: (
|
|
1163
|
+
obj: ListJobsRequest
|
|
1164
|
+
) => any;
|
|
1165
|
+
export declare const JobFilterSensitiveLog: (obj: Job) => any;
|
|
1166
|
+
export declare const ListJobsResponseFilterSensitiveLog: (
|
|
1167
|
+
obj: ListJobsResponse
|
|
1168
|
+
) => any;
|
|
1169
|
+
export declare const ListProjectsRequestFilterSensitiveLog: (
|
|
1170
|
+
obj: ListProjectsRequest
|
|
1171
|
+
) => any;
|
|
1172
|
+
export declare const ProjectFilterSensitiveLog: (obj: Project) => any;
|
|
1173
|
+
export declare const ListProjectsResponseFilterSensitiveLog: (
|
|
1174
|
+
obj: ListProjectsResponse
|
|
1175
|
+
) => any;
|
|
1176
|
+
export declare const ListRecipesRequestFilterSensitiveLog: (
|
|
1177
|
+
obj: ListRecipesRequest
|
|
1178
|
+
) => any;
|
|
1179
|
+
export declare const RecipeFilterSensitiveLog: (obj: Recipe) => any;
|
|
1180
|
+
export declare const ListRecipesResponseFilterSensitiveLog: (
|
|
1181
|
+
obj: ListRecipesResponse
|
|
1182
|
+
) => any;
|
|
1183
|
+
export declare const ListRecipeVersionsRequestFilterSensitiveLog: (
|
|
1184
|
+
obj: ListRecipeVersionsRequest
|
|
1185
|
+
) => any;
|
|
1186
|
+
export declare const ListRecipeVersionsResponseFilterSensitiveLog: (
|
|
1187
|
+
obj: ListRecipeVersionsResponse
|
|
1188
|
+
) => any;
|
|
1189
|
+
export declare const ListRulesetsRequestFilterSensitiveLog: (
|
|
1190
|
+
obj: ListRulesetsRequest
|
|
1191
|
+
) => any;
|
|
1192
|
+
export declare const RulesetItemFilterSensitiveLog: (obj: RulesetItem) => any;
|
|
1193
|
+
export declare const ListRulesetsResponseFilterSensitiveLog: (
|
|
1194
|
+
obj: ListRulesetsResponse
|
|
1195
|
+
) => any;
|
|
1196
|
+
export declare const ListSchedulesRequestFilterSensitiveLog: (
|
|
1197
|
+
obj: ListSchedulesRequest
|
|
1198
|
+
) => any;
|
|
1199
|
+
export declare const ScheduleFilterSensitiveLog: (obj: Schedule) => any;
|
|
1200
|
+
export declare const ListSchedulesResponseFilterSensitiveLog: (
|
|
1201
|
+
obj: ListSchedulesResponse
|
|
1202
|
+
) => any;
|
|
1203
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1204
|
+
obj: ListTagsForResourceRequest
|
|
1205
|
+
) => any;
|
|
1206
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1207
|
+
obj: ListTagsForResourceResponse
|
|
1208
|
+
) => any;
|
|
1209
|
+
export declare const PublishRecipeRequestFilterSensitiveLog: (
|
|
1210
|
+
obj: PublishRecipeRequest
|
|
1211
|
+
) => any;
|
|
1212
|
+
export declare const PublishRecipeResponseFilterSensitiveLog: (
|
|
1213
|
+
obj: PublishRecipeResponse
|
|
1214
|
+
) => any;
|
|
1215
|
+
export declare const ViewFrameFilterSensitiveLog: (obj: ViewFrame) => any;
|
|
1216
|
+
export declare const SendProjectSessionActionRequestFilterSensitiveLog: (
|
|
1217
|
+
obj: SendProjectSessionActionRequest
|
|
1218
|
+
) => any;
|
|
1219
|
+
export declare const SendProjectSessionActionResponseFilterSensitiveLog: (
|
|
1220
|
+
obj: SendProjectSessionActionResponse
|
|
1221
|
+
) => any;
|
|
1222
|
+
export declare const StartJobRunRequestFilterSensitiveLog: (
|
|
1223
|
+
obj: StartJobRunRequest
|
|
1224
|
+
) => any;
|
|
1225
|
+
export declare const StartJobRunResponseFilterSensitiveLog: (
|
|
1226
|
+
obj: StartJobRunResponse
|
|
1227
|
+
) => any;
|
|
1228
|
+
export declare const StartProjectSessionRequestFilterSensitiveLog: (
|
|
1229
|
+
obj: StartProjectSessionRequest
|
|
1230
|
+
) => any;
|
|
1231
|
+
export declare const StartProjectSessionResponseFilterSensitiveLog: (
|
|
1232
|
+
obj: StartProjectSessionResponse
|
|
1233
|
+
) => any;
|
|
1234
|
+
export declare const StopJobRunRequestFilterSensitiveLog: (
|
|
1235
|
+
obj: StopJobRunRequest
|
|
1236
|
+
) => any;
|
|
1237
|
+
export declare const StopJobRunResponseFilterSensitiveLog: (
|
|
1238
|
+
obj: StopJobRunResponse
|
|
1239
|
+
) => any;
|
|
1240
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1241
|
+
obj: TagResourceRequest
|
|
1242
|
+
) => any;
|
|
1243
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1244
|
+
obj: TagResourceResponse
|
|
1245
|
+
) => any;
|
|
1246
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1247
|
+
obj: UntagResourceRequest
|
|
1248
|
+
) => any;
|
|
1249
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1250
|
+
obj: UntagResourceResponse
|
|
1251
|
+
) => any;
|
|
1252
|
+
export declare const UpdateDatasetRequestFilterSensitiveLog: (
|
|
1253
|
+
obj: UpdateDatasetRequest
|
|
1254
|
+
) => any;
|
|
1255
|
+
export declare const UpdateDatasetResponseFilterSensitiveLog: (
|
|
1256
|
+
obj: UpdateDatasetResponse
|
|
1257
|
+
) => any;
|
|
1258
|
+
export declare const UpdateProfileJobRequestFilterSensitiveLog: (
|
|
1259
|
+
obj: UpdateProfileJobRequest
|
|
1260
|
+
) => any;
|
|
1261
|
+
export declare const UpdateProfileJobResponseFilterSensitiveLog: (
|
|
1262
|
+
obj: UpdateProfileJobResponse
|
|
1263
|
+
) => any;
|
|
1264
|
+
export declare const UpdateProjectRequestFilterSensitiveLog: (
|
|
1265
|
+
obj: UpdateProjectRequest
|
|
1266
|
+
) => any;
|
|
1267
|
+
export declare const UpdateProjectResponseFilterSensitiveLog: (
|
|
1268
|
+
obj: UpdateProjectResponse
|
|
1269
|
+
) => any;
|
|
1270
|
+
export declare const UpdateRecipeRequestFilterSensitiveLog: (
|
|
1271
|
+
obj: UpdateRecipeRequest
|
|
1272
|
+
) => any;
|
|
1273
|
+
export declare const UpdateRecipeResponseFilterSensitiveLog: (
|
|
1274
|
+
obj: UpdateRecipeResponse
|
|
1275
|
+
) => any;
|
|
1276
|
+
export declare const UpdateRecipeJobRequestFilterSensitiveLog: (
|
|
1277
|
+
obj: UpdateRecipeJobRequest
|
|
1278
|
+
) => any;
|
|
1279
|
+
export declare const UpdateRecipeJobResponseFilterSensitiveLog: (
|
|
1280
|
+
obj: UpdateRecipeJobResponse
|
|
1281
|
+
) => any;
|
|
1282
|
+
export declare const UpdateRulesetRequestFilterSensitiveLog: (
|
|
1283
|
+
obj: UpdateRulesetRequest
|
|
1284
|
+
) => any;
|
|
1285
|
+
export declare const UpdateRulesetResponseFilterSensitiveLog: (
|
|
1286
|
+
obj: UpdateRulesetResponse
|
|
1287
|
+
) => any;
|
|
1288
|
+
export declare const UpdateScheduleRequestFilterSensitiveLog: (
|
|
1289
|
+
obj: UpdateScheduleRequest
|
|
1290
|
+
) => any;
|
|
1291
|
+
export declare const UpdateScheduleResponseFilterSensitiveLog: (
|
|
1292
|
+
obj: UpdateScheduleResponse
|
|
1293
|
+
) => any;
|