@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.
Files changed (69) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/DataBrew.d.ts +752 -225
  3. package/dist-types/ts3.4/DataBrewClient.d.ts +368 -117
  4. package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/index.d.ts +44 -44
  49. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  50. package/dist-types/ts3.4/index.d.ts +6 -6
  51. package/dist-types/ts3.4/models/DataBrewServiceException.d.ts +7 -6
  52. package/dist-types/ts3.4/models/index.d.ts +1 -1
  53. package/dist-types/ts3.4/models/models_0.d.ts +1293 -1771
  54. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  55. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListRecipeVersionsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListRulesetsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListSchedulesPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  64. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +533 -134
  65. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  66. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  67. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  68. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  69. 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
- export declare class AccessDeniedException extends __BaseException {
5
- readonly name: "AccessDeniedException";
6
- readonly $fault: "client";
7
- Message?: string;
8
-
9
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
10
- }
11
-
12
- export interface AllowedStatistics {
13
-
14
- Statistics: string[] | undefined;
15
- }
16
- export declare enum AnalyticsMode {
17
- DISABLE = "DISABLE",
18
- ENABLE = "ENABLE"
19
- }
20
- export interface BatchDeleteRecipeVersionRequest {
21
-
22
- Name: string | undefined;
23
-
24
- RecipeVersions: string[] | undefined;
25
- }
26
-
27
- export interface RecipeVersionErrorDetail {
28
-
29
- ErrorCode?: string;
30
-
31
- ErrorMessage?: string;
32
-
33
- RecipeVersion?: string;
34
- }
35
- export interface BatchDeleteRecipeVersionResponse {
36
-
37
- Name: string | undefined;
38
-
39
- Errors?: RecipeVersionErrorDetail[];
40
- }
41
-
42
- export declare class ConflictException extends __BaseException {
43
- readonly name: "ConflictException";
44
- readonly $fault: "client";
45
- Message?: string;
46
-
47
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
48
- }
49
-
50
- export declare class ResourceNotFoundException extends __BaseException {
51
- readonly name: "ResourceNotFoundException";
52
- readonly $fault: "client";
53
- Message?: string;
54
-
55
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
56
- }
57
-
58
- export declare class ValidationException extends __BaseException {
59
- readonly name: "ValidationException";
60
- readonly $fault: "client";
61
- Message?: string;
62
-
63
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
64
- }
65
- export declare enum InputFormat {
66
- CSV = "CSV",
67
- EXCEL = "EXCEL",
68
- JSON = "JSON",
69
- ORC = "ORC",
70
- PARQUET = "PARQUET"
71
- }
72
-
73
- export interface CsvOptions {
74
-
75
- Delimiter?: string;
76
-
77
- HeaderRow?: boolean;
78
- }
79
-
80
- export interface ExcelOptions {
81
-
82
- SheetNames?: string[];
83
-
84
- SheetIndexes?: number[];
85
-
86
- HeaderRow?: boolean;
87
- }
88
-
89
- export interface JsonOptions {
90
-
91
- MultiLine?: boolean;
92
- }
93
-
94
- export interface FormatOptions {
95
-
96
- Json?: JsonOptions;
97
-
98
- Excel?: ExcelOptions;
99
-
100
- Csv?: CsvOptions;
101
- }
102
-
103
- export interface S3Location {
104
-
105
- Bucket: string | undefined;
106
-
107
- Key?: string;
108
-
109
- BucketOwner?: string;
110
- }
111
-
112
- export interface DatabaseInputDefinition {
113
-
114
- GlueConnectionName: string | undefined;
115
-
116
- DatabaseTableName?: string;
117
-
118
- TempDirectory?: S3Location;
119
-
120
- QueryString?: string;
121
- }
122
-
123
- export interface DataCatalogInputDefinition {
124
-
125
- CatalogId?: string;
126
-
127
- DatabaseName: string | undefined;
128
-
129
- TableName: string | undefined;
130
-
131
- TempDirectory?: S3Location;
132
- }
133
-
134
- export interface Metadata {
135
-
136
- SourceArn?: string;
137
- }
138
-
139
- export interface Input {
140
-
141
- S3InputDefinition?: S3Location;
142
-
143
- DataCatalogInputDefinition?: DataCatalogInputDefinition;
144
-
145
- DatabaseInputDefinition?: DatabaseInputDefinition;
146
-
147
- Metadata?: Metadata;
148
- }
149
- export declare enum Order {
150
- ASCENDING = "ASCENDING",
151
- DESCENDING = "DESCENDING"
152
- }
153
- export declare enum OrderedBy {
154
- LAST_MODIFIED_DATE = "LAST_MODIFIED_DATE"
155
- }
156
-
157
- export interface FilesLimit {
158
-
159
- MaxFiles: number | undefined;
160
-
161
- OrderedBy?: OrderedBy | string;
162
-
163
- Order?: Order | string;
164
- }
165
-
166
- export interface FilterExpression {
167
-
168
- Expression: string | undefined;
169
-
170
- ValuesMap: Record<string, string> | undefined;
171
- }
172
-
173
- export interface DatetimeOptions {
174
-
175
- Format: string | undefined;
176
-
177
- TimezoneOffset?: string;
178
-
179
- LocaleCode?: string;
180
- }
181
- export declare enum ParameterType {
182
- Datetime = "Datetime",
183
- Number = "Number",
184
- String = "String"
185
- }
186
-
187
- export interface DatasetParameter {
188
-
189
- Name: string | undefined;
190
-
191
- Type: ParameterType | string | undefined;
192
-
193
- DatetimeOptions?: DatetimeOptions;
194
-
195
- CreateColumn?: boolean;
196
-
197
- Filter?: FilterExpression;
198
- }
199
-
200
- export interface PathOptions {
201
-
202
- LastModifiedDateCondition?: FilterExpression;
203
-
204
- FilesLimit?: FilesLimit;
205
-
206
- Parameters?: Record<string, DatasetParameter>;
207
- }
208
- export interface CreateDatasetRequest {
209
-
210
- Name: string | undefined;
211
-
212
- Format?: InputFormat | string;
213
-
214
- FormatOptions?: FormatOptions;
215
-
216
- Input: Input | undefined;
217
-
218
- PathOptions?: PathOptions;
219
-
220
- Tags?: Record<string, string>;
221
- }
222
- export interface CreateDatasetResponse {
223
-
224
- Name: string | undefined;
225
- }
226
-
227
- export declare class ServiceQuotaExceededException extends __BaseException {
228
- readonly name: "ServiceQuotaExceededException";
229
- readonly $fault: "client";
230
- Message?: string;
231
-
232
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
233
- }
234
-
235
- export interface ColumnSelector {
236
-
237
- Regex?: string;
238
-
239
- Name?: string;
240
- }
241
-
242
- export interface StatisticOverride {
243
-
244
- Statistic: string | undefined;
245
-
246
- Parameters: Record<string, string> | undefined;
247
- }
248
-
249
- export interface StatisticsConfiguration {
250
-
251
- IncludedStatistics?: string[];
252
-
253
- Overrides?: StatisticOverride[];
254
- }
255
-
256
- export interface ColumnStatisticsConfiguration {
257
-
258
- Selectors?: ColumnSelector[];
259
-
260
- Statistics: StatisticsConfiguration | undefined;
261
- }
262
-
263
- export interface EntityDetectorConfiguration {
264
-
265
- EntityTypes: string[] | undefined;
266
-
267
- AllowedStatistics?: AllowedStatistics[];
268
- }
269
-
270
- export interface ProfileConfiguration {
271
-
272
- DatasetStatisticsConfiguration?: StatisticsConfiguration;
273
-
274
- ProfileColumns?: ColumnSelector[];
275
-
276
- ColumnStatisticsConfigurations?: ColumnStatisticsConfiguration[];
277
-
278
- EntityDetectorConfiguration?: EntityDetectorConfiguration;
279
- }
280
- export declare enum EncryptionMode {
281
- SSEKMS = "SSE-KMS",
282
- SSES3 = "SSE-S3"
283
- }
284
- export declare enum SampleMode {
285
- CUSTOM_ROWS = "CUSTOM_ROWS",
286
- FULL_DATASET = "FULL_DATASET"
287
- }
288
-
289
- export interface JobSample {
290
-
291
- Mode?: SampleMode | string;
292
-
293
- Size?: number;
294
- }
295
- export declare enum LogSubscription {
296
- DISABLE = "DISABLE",
297
- ENABLE = "ENABLE"
298
- }
299
- export declare enum ValidationMode {
300
- CHECK_ALL = "CHECK_ALL"
301
- }
302
-
303
- export interface ValidationConfiguration {
304
-
305
- RulesetArn: string | undefined;
306
-
307
- ValidationMode?: ValidationMode | string;
308
- }
309
- export interface CreateProfileJobRequest {
310
-
311
- DatasetName: string | undefined;
312
-
313
- EncryptionKeyArn?: string;
314
-
315
- EncryptionMode?: EncryptionMode | string;
316
-
317
- Name: string | undefined;
318
-
319
- LogSubscription?: LogSubscription | string;
320
-
321
- MaxCapacity?: number;
322
-
323
- MaxRetries?: number;
324
-
325
- OutputLocation: S3Location | undefined;
326
-
327
- Configuration?: ProfileConfiguration;
328
-
329
- ValidationConfigurations?: ValidationConfiguration[];
330
-
331
- RoleArn: string | undefined;
332
-
333
- Tags?: Record<string, string>;
334
-
335
- Timeout?: number;
336
-
337
- JobSample?: JobSample;
338
- }
339
- export interface CreateProfileJobResponse {
340
-
341
- Name: string | undefined;
342
- }
343
- export declare enum SampleType {
344
- FIRST_N = "FIRST_N",
345
- LAST_N = "LAST_N",
346
- RANDOM = "RANDOM"
347
- }
348
-
349
- export interface Sample {
350
-
351
- Size?: number;
352
-
353
- Type: SampleType | string | undefined;
354
- }
355
- export interface CreateProjectRequest {
356
-
357
- DatasetName: string | undefined;
358
-
359
- Name: string | undefined;
360
-
361
- RecipeName: string | undefined;
362
-
363
- Sample?: Sample;
364
-
365
- RoleArn: string | undefined;
366
-
367
- Tags?: Record<string, string>;
368
- }
369
- export interface CreateProjectResponse {
370
-
371
- Name: string | undefined;
372
- }
373
-
374
- export declare class InternalServerException extends __BaseException {
375
- readonly name: "InternalServerException";
376
- readonly $fault: "server";
377
- Message?: string;
378
-
379
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
380
- }
381
-
382
- export interface RecipeAction {
383
-
384
- Operation: string | undefined;
385
-
386
- Parameters?: Record<string, string>;
387
- }
388
-
389
- export interface ConditionExpression {
390
-
391
- Condition: string | undefined;
392
-
393
- Value?: string;
394
-
395
- TargetColumn: string | undefined;
396
- }
397
-
398
- export interface RecipeStep {
399
-
400
- Action: RecipeAction | undefined;
401
-
402
- ConditionExpressions?: ConditionExpression[];
403
- }
404
- export interface CreateRecipeRequest {
405
-
406
- Description?: string;
407
-
408
- Name: string | undefined;
409
-
410
- Steps: RecipeStep[] | undefined;
411
-
412
- Tags?: Record<string, string>;
413
- }
414
- export interface CreateRecipeResponse {
415
-
416
- Name: string | undefined;
417
- }
418
-
419
- export interface DatabaseTableOutputOptions {
420
-
421
- TempDirectory?: S3Location;
422
-
423
- TableName: string | undefined;
424
- }
425
- export declare enum DatabaseOutputMode {
426
- NEW_TABLE = "NEW_TABLE"
427
- }
428
-
429
- export interface DatabaseOutput {
430
-
431
- GlueConnectionName: string | undefined;
432
-
433
- DatabaseOptions: DatabaseTableOutputOptions | undefined;
434
-
435
- DatabaseOutputMode?: DatabaseOutputMode | string;
436
- }
437
-
438
- export interface S3TableOutputOptions {
439
-
440
- Location: S3Location | undefined;
441
- }
442
-
443
- export interface DataCatalogOutput {
444
-
445
- CatalogId?: string;
446
-
447
- DatabaseName: string | undefined;
448
-
449
- TableName: string | undefined;
450
-
451
- S3Options?: S3TableOutputOptions;
452
-
453
- DatabaseOptions?: DatabaseTableOutputOptions;
454
-
455
- Overwrite?: boolean;
456
- }
457
- export declare enum CompressionFormat {
458
- BROTLI = "BROTLI",
459
- BZIP2 = "BZIP2",
460
- DEFLATE = "DEFLATE",
461
- GZIP = "GZIP",
462
- LZ4 = "LZ4",
463
- LZO = "LZO",
464
- SNAPPY = "SNAPPY",
465
- ZLIB = "ZLIB",
466
- ZSTD = "ZSTD"
467
- }
468
- export declare enum OutputFormat {
469
- AVRO = "AVRO",
470
- CSV = "CSV",
471
- GLUEPARQUET = "GLUEPARQUET",
472
- JSON = "JSON",
473
- ORC = "ORC",
474
- PARQUET = "PARQUET",
475
- TABLEAUHYPER = "TABLEAUHYPER",
476
- XML = "XML"
477
- }
478
-
479
- export interface CsvOutputOptions {
480
-
481
- Delimiter?: string;
482
- }
483
-
484
- export interface OutputFormatOptions {
485
-
486
- Csv?: CsvOutputOptions;
487
- }
488
-
489
- export interface Output {
490
-
491
- CompressionFormat?: CompressionFormat | string;
492
-
493
- Format?: OutputFormat | string;
494
-
495
- PartitionColumns?: string[];
496
-
497
- Location: S3Location | undefined;
498
-
499
- Overwrite?: boolean;
500
-
501
- FormatOptions?: OutputFormatOptions;
502
-
503
- MaxOutputFiles?: number;
504
- }
505
-
506
- export interface RecipeReference {
507
-
508
- Name: string | undefined;
509
-
510
- RecipeVersion?: string;
511
- }
512
- export interface CreateRecipeJobRequest {
513
-
514
- DatasetName?: string;
515
-
516
- EncryptionKeyArn?: string;
517
-
518
- EncryptionMode?: EncryptionMode | string;
519
-
520
- Name: string | undefined;
521
-
522
- LogSubscription?: LogSubscription | string;
523
-
524
- MaxCapacity?: number;
525
-
526
- MaxRetries?: number;
527
-
528
- Outputs?: Output[];
529
-
530
- DataCatalogOutputs?: DataCatalogOutput[];
531
-
532
- DatabaseOutputs?: DatabaseOutput[];
533
-
534
- ProjectName?: string;
535
-
536
- RecipeReference?: RecipeReference;
537
-
538
- RoleArn: string | undefined;
539
-
540
- Tags?: Record<string, string>;
541
-
542
- Timeout?: number;
543
- }
544
- export interface CreateRecipeJobResponse {
545
-
546
- Name: string | undefined;
547
- }
548
- export declare enum ThresholdType {
549
- GREATER_THAN = "GREATER_THAN",
550
- GREATER_THAN_OR_EQUAL = "GREATER_THAN_OR_EQUAL",
551
- LESS_THAN = "LESS_THAN",
552
- LESS_THAN_OR_EQUAL = "LESS_THAN_OR_EQUAL"
553
- }
554
- export declare enum ThresholdUnit {
555
- COUNT = "COUNT",
556
- PERCENTAGE = "PERCENTAGE"
557
- }
558
-
559
- export interface Threshold {
560
-
561
- Value: number | undefined;
562
-
563
- Type?: ThresholdType | string;
564
-
565
- Unit?: ThresholdUnit | string;
566
- }
567
-
568
- export interface Rule {
569
-
570
- Name: string | undefined;
571
-
572
- Disabled?: boolean;
573
-
574
- CheckExpression: string | undefined;
575
-
576
- SubstitutionMap?: Record<string, string>;
577
-
578
- Threshold?: Threshold;
579
-
580
- ColumnSelectors?: ColumnSelector[];
581
- }
582
- export interface CreateRulesetRequest {
583
-
584
- Name: string | undefined;
585
-
586
- Description?: string;
587
-
588
- TargetArn: string | undefined;
589
-
590
- Rules: Rule[] | undefined;
591
-
592
- Tags?: Record<string, string>;
593
- }
594
- export interface CreateRulesetResponse {
595
-
596
- Name: string | undefined;
597
- }
598
- export interface CreateScheduleRequest {
599
-
600
- JobNames?: string[];
601
-
602
- CronExpression: string | undefined;
603
-
604
- Tags?: Record<string, string>;
605
-
606
- Name: string | undefined;
607
- }
608
- export interface CreateScheduleResponse {
609
-
610
- Name: string | undefined;
611
- }
612
- export interface DeleteDatasetRequest {
613
-
614
- Name: string | undefined;
615
- }
616
- export interface DeleteDatasetResponse {
617
-
618
- Name: string | undefined;
619
- }
620
- export interface DeleteJobRequest {
621
-
622
- Name: string | undefined;
623
- }
624
- export interface DeleteJobResponse {
625
-
626
- Name: string | undefined;
627
- }
628
- export interface DeleteProjectRequest {
629
-
630
- Name: string | undefined;
631
- }
632
- export interface DeleteProjectResponse {
633
-
634
- Name: string | undefined;
635
- }
636
- export interface DeleteRecipeVersionRequest {
637
-
638
- Name: string | undefined;
639
-
640
- RecipeVersion: string | undefined;
641
- }
642
- export interface DeleteRecipeVersionResponse {
643
-
644
- Name: string | undefined;
645
-
646
- RecipeVersion: string | undefined;
647
- }
648
- export interface DeleteRulesetRequest {
649
-
650
- Name: string | undefined;
651
- }
652
- export interface DeleteRulesetResponse {
653
-
654
- Name: string | undefined;
655
- }
656
- export interface DeleteScheduleRequest {
657
-
658
- Name: string | undefined;
659
- }
660
- export interface DeleteScheduleResponse {
661
-
662
- Name: string | undefined;
663
- }
664
- export interface DescribeDatasetRequest {
665
-
666
- Name: string | undefined;
667
- }
668
- export declare enum Source {
669
- DATABASE = "DATABASE",
670
- DATACATALOG = "DATA-CATALOG",
671
- S3 = "S3"
672
- }
673
- export interface DescribeDatasetResponse {
674
-
675
- CreatedBy?: string;
676
-
677
- CreateDate?: Date;
678
-
679
- Name: string | undefined;
680
-
681
- Format?: InputFormat | string;
682
-
683
- FormatOptions?: FormatOptions;
684
-
685
- Input: Input | undefined;
686
-
687
- LastModifiedDate?: Date;
688
-
689
- LastModifiedBy?: string;
690
-
691
- Source?: Source | string;
692
-
693
- PathOptions?: PathOptions;
694
-
695
- Tags?: Record<string, string>;
696
-
697
- ResourceArn?: string;
698
- }
699
- export interface DescribeJobRequest {
700
-
701
- Name: string | undefined;
702
- }
703
- export declare enum JobType {
704
- PROFILE = "PROFILE",
705
- RECIPE = "RECIPE"
706
- }
707
- export interface DescribeJobResponse {
708
-
709
- CreateDate?: Date;
710
-
711
- CreatedBy?: string;
712
-
713
- DatasetName?: string;
714
-
715
- EncryptionKeyArn?: string;
716
-
717
- EncryptionMode?: EncryptionMode | string;
718
-
719
- Name: string | undefined;
720
-
721
- Type?: JobType | string;
722
-
723
- LastModifiedBy?: string;
724
-
725
- LastModifiedDate?: Date;
726
-
727
- LogSubscription?: LogSubscription | string;
728
-
729
- MaxCapacity?: number;
730
-
731
- MaxRetries?: number;
732
-
733
- Outputs?: Output[];
734
-
735
- DataCatalogOutputs?: DataCatalogOutput[];
736
-
737
- DatabaseOutputs?: DatabaseOutput[];
738
-
739
- ProjectName?: string;
740
-
741
- ProfileConfiguration?: ProfileConfiguration;
742
-
743
- ValidationConfigurations?: ValidationConfiguration[];
744
-
745
- RecipeReference?: RecipeReference;
746
-
747
- ResourceArn?: string;
748
-
749
- RoleArn?: string;
750
-
751
- Tags?: Record<string, string>;
752
-
753
- Timeout?: number;
754
-
755
- JobSample?: JobSample;
756
- }
757
- export interface DescribeJobRunRequest {
758
-
759
- Name: string | undefined;
760
-
761
- RunId: string | undefined;
762
- }
763
- export declare enum JobRunState {
764
- FAILED = "FAILED",
765
- RUNNING = "RUNNING",
766
- STARTING = "STARTING",
767
- STOPPED = "STOPPED",
768
- STOPPING = "STOPPING",
769
- SUCCEEDED = "SUCCEEDED",
770
- TIMEOUT = "TIMEOUT"
771
- }
772
- export interface DescribeJobRunResponse {
773
-
774
- Attempt?: number;
775
-
776
- CompletedOn?: Date;
777
-
778
- DatasetName?: string;
779
-
780
- ErrorMessage?: string;
781
-
782
- ExecutionTime?: number;
783
-
784
- JobName: string | undefined;
785
-
786
- ProfileConfiguration?: ProfileConfiguration;
787
-
788
- ValidationConfigurations?: ValidationConfiguration[];
789
-
790
- RunId?: string;
791
-
792
- State?: JobRunState | string;
793
-
794
- LogSubscription?: LogSubscription | string;
795
-
796
- LogGroupName?: string;
797
-
798
- Outputs?: Output[];
799
-
800
- DataCatalogOutputs?: DataCatalogOutput[];
801
-
802
- DatabaseOutputs?: DatabaseOutput[];
803
-
804
- RecipeReference?: RecipeReference;
805
-
806
- StartedBy?: string;
807
-
808
- StartedOn?: Date;
809
-
810
- JobSample?: JobSample;
811
- }
812
- export interface DescribeProjectRequest {
813
-
814
- Name: string | undefined;
815
- }
816
- export declare enum SessionStatus {
817
- ASSIGNED = "ASSIGNED",
818
- FAILED = "FAILED",
819
- INITIALIZING = "INITIALIZING",
820
- PROVISIONING = "PROVISIONING",
821
- READY = "READY",
822
- RECYCLING = "RECYCLING",
823
- ROTATING = "ROTATING",
824
- TERMINATED = "TERMINATED",
825
- TERMINATING = "TERMINATING",
826
- UPDATING = "UPDATING"
827
- }
828
- export interface DescribeProjectResponse {
829
-
830
- CreateDate?: Date;
831
-
832
- CreatedBy?: string;
833
-
834
- DatasetName?: string;
835
-
836
- LastModifiedDate?: Date;
837
-
838
- LastModifiedBy?: string;
839
-
840
- Name: string | undefined;
841
-
842
- RecipeName?: string;
843
-
844
- ResourceArn?: string;
845
-
846
- Sample?: Sample;
847
-
848
- RoleArn?: string;
849
-
850
- Tags?: Record<string, string>;
851
-
852
- SessionStatus?: SessionStatus | string;
853
-
854
- OpenedBy?: string;
855
-
856
- OpenDate?: Date;
857
- }
858
- export interface DescribeRecipeRequest {
859
-
860
- Name: string | undefined;
861
-
862
- RecipeVersion?: string;
863
- }
864
- export interface DescribeRecipeResponse {
865
-
866
- CreatedBy?: string;
867
-
868
- CreateDate?: Date;
869
-
870
- LastModifiedBy?: string;
871
-
872
- LastModifiedDate?: Date;
873
-
874
- ProjectName?: string;
875
-
876
- PublishedBy?: string;
877
-
878
- PublishedDate?: Date;
879
-
880
- Description?: string;
881
-
882
- Name: string | undefined;
883
-
884
- Steps?: RecipeStep[];
885
-
886
- Tags?: Record<string, string>;
887
-
888
- ResourceArn?: string;
889
-
890
- RecipeVersion?: string;
891
- }
892
- export interface DescribeRulesetRequest {
893
-
894
- Name: string | undefined;
895
- }
896
- export interface DescribeRulesetResponse {
897
-
898
- Name: string | undefined;
899
-
900
- Description?: string;
901
-
902
- TargetArn?: string;
903
-
904
- Rules?: Rule[];
905
-
906
- CreateDate?: Date;
907
-
908
- CreatedBy?: string;
909
-
910
- LastModifiedBy?: string;
911
-
912
- LastModifiedDate?: Date;
913
-
914
- ResourceArn?: string;
915
-
916
- Tags?: Record<string, string>;
917
- }
918
- export interface DescribeScheduleRequest {
919
-
920
- Name: string | undefined;
921
- }
922
- export interface DescribeScheduleResponse {
923
-
924
- CreateDate?: Date;
925
-
926
- CreatedBy?: string;
927
-
928
- JobNames?: string[];
929
-
930
- LastModifiedBy?: string;
931
-
932
- LastModifiedDate?: Date;
933
-
934
- ResourceArn?: string;
935
-
936
- CronExpression?: string;
937
-
938
- Tags?: Record<string, string>;
939
-
940
- Name: string | undefined;
941
- }
942
- export interface ListDatasetsRequest {
943
-
944
- MaxResults?: number;
945
-
946
- NextToken?: string;
947
- }
948
-
949
- export interface Dataset {
950
-
951
- AccountId?: string;
952
-
953
- CreatedBy?: string;
954
-
955
- CreateDate?: Date;
956
-
957
- Name: string | undefined;
958
-
959
- Format?: InputFormat | string;
960
-
961
- FormatOptions?: FormatOptions;
962
-
963
- Input: Input | undefined;
964
-
965
- LastModifiedDate?: Date;
966
-
967
- LastModifiedBy?: string;
968
-
969
- Source?: Source | string;
970
-
971
- PathOptions?: PathOptions;
972
-
973
- Tags?: Record<string, string>;
974
-
975
- ResourceArn?: string;
976
- }
977
- export interface ListDatasetsResponse {
978
-
979
- Datasets: Dataset[] | undefined;
980
-
981
- NextToken?: string;
982
- }
983
- export interface ListJobRunsRequest {
984
-
985
- Name: string | undefined;
986
-
987
- MaxResults?: number;
988
-
989
- NextToken?: string;
990
- }
991
-
992
- export interface JobRun {
993
-
994
- Attempt?: number;
995
-
996
- CompletedOn?: Date;
997
-
998
- DatasetName?: string;
999
-
1000
- ErrorMessage?: string;
1001
-
1002
- ExecutionTime?: number;
1003
-
1004
- JobName?: string;
1005
-
1006
- RunId?: string;
1007
-
1008
- State?: JobRunState | string;
1009
-
1010
- LogSubscription?: LogSubscription | string;
1011
-
1012
- LogGroupName?: string;
1013
-
1014
- Outputs?: Output[];
1015
-
1016
- DataCatalogOutputs?: DataCatalogOutput[];
1017
-
1018
- DatabaseOutputs?: DatabaseOutput[];
1019
-
1020
- RecipeReference?: RecipeReference;
1021
-
1022
- StartedBy?: string;
1023
-
1024
- StartedOn?: Date;
1025
-
1026
- JobSample?: JobSample;
1027
-
1028
- ValidationConfigurations?: ValidationConfiguration[];
1029
- }
1030
- export interface ListJobRunsResponse {
1031
-
1032
- JobRuns: JobRun[] | undefined;
1033
-
1034
- NextToken?: string;
1035
- }
1036
- export interface ListJobsRequest {
1037
-
1038
- DatasetName?: string;
1039
-
1040
- MaxResults?: number;
1041
-
1042
- NextToken?: string;
1043
-
1044
- ProjectName?: string;
1045
- }
1046
-
1047
- export interface Job {
1048
-
1049
- AccountId?: string;
1050
-
1051
- CreatedBy?: string;
1052
-
1053
- CreateDate?: Date;
1054
-
1055
- DatasetName?: string;
1056
-
1057
- EncryptionKeyArn?: string;
1058
-
1059
- EncryptionMode?: EncryptionMode | string;
1060
-
1061
- Name: string | undefined;
1062
-
1063
- Type?: JobType | string;
1064
-
1065
- LastModifiedBy?: string;
1066
-
1067
- LastModifiedDate?: Date;
1068
-
1069
- LogSubscription?: LogSubscription | string;
1070
-
1071
- MaxCapacity?: number;
1072
-
1073
- MaxRetries?: number;
1074
-
1075
- Outputs?: Output[];
1076
-
1077
- DataCatalogOutputs?: DataCatalogOutput[];
1078
-
1079
- DatabaseOutputs?: DatabaseOutput[];
1080
-
1081
- ProjectName?: string;
1082
-
1083
- RecipeReference?: RecipeReference;
1084
-
1085
- ResourceArn?: string;
1086
-
1087
- RoleArn?: string;
1088
-
1089
- Timeout?: number;
1090
-
1091
- Tags?: Record<string, string>;
1092
-
1093
- JobSample?: JobSample;
1094
-
1095
- ValidationConfigurations?: ValidationConfiguration[];
1096
- }
1097
- export interface ListJobsResponse {
1098
-
1099
- Jobs: Job[] | undefined;
1100
-
1101
- NextToken?: string;
1102
- }
1103
- export interface ListProjectsRequest {
1104
-
1105
- NextToken?: string;
1106
-
1107
- MaxResults?: number;
1108
- }
1109
-
1110
- export interface Project {
1111
-
1112
- AccountId?: string;
1113
-
1114
- CreateDate?: Date;
1115
-
1116
- CreatedBy?: string;
1117
-
1118
- DatasetName?: string;
1119
-
1120
- LastModifiedDate?: Date;
1121
-
1122
- LastModifiedBy?: string;
1123
-
1124
- Name: string | undefined;
1125
-
1126
- RecipeName: string | undefined;
1127
-
1128
- ResourceArn?: string;
1129
-
1130
- Sample?: Sample;
1131
-
1132
- Tags?: Record<string, string>;
1133
-
1134
- RoleArn?: string;
1135
-
1136
- OpenedBy?: string;
1137
-
1138
- OpenDate?: Date;
1139
- }
1140
- export interface ListProjectsResponse {
1141
-
1142
- Projects: Project[] | undefined;
1143
-
1144
- NextToken?: string;
1145
- }
1146
- export interface ListRecipesRequest {
1147
-
1148
- MaxResults?: number;
1149
-
1150
- NextToken?: string;
1151
-
1152
- RecipeVersion?: string;
1153
- }
1154
-
1155
- export interface Recipe {
1156
-
1157
- CreatedBy?: string;
1158
-
1159
- CreateDate?: Date;
1160
-
1161
- LastModifiedBy?: string;
1162
-
1163
- LastModifiedDate?: Date;
1164
-
1165
- ProjectName?: string;
1166
-
1167
- PublishedBy?: string;
1168
-
1169
- PublishedDate?: Date;
1170
-
1171
- Description?: string;
1172
-
1173
- Name: string | undefined;
1174
-
1175
- ResourceArn?: string;
1176
-
1177
- Steps?: RecipeStep[];
1178
-
1179
- Tags?: Record<string, string>;
1180
-
1181
- RecipeVersion?: string;
1182
- }
1183
- export interface ListRecipesResponse {
1184
-
1185
- Recipes: Recipe[] | undefined;
1186
-
1187
- NextToken?: string;
1188
- }
1189
- export interface ListRecipeVersionsRequest {
1190
-
1191
- MaxResults?: number;
1192
-
1193
- NextToken?: string;
1194
-
1195
- Name: string | undefined;
1196
- }
1197
- export interface ListRecipeVersionsResponse {
1198
-
1199
- NextToken?: string;
1200
-
1201
- Recipes: Recipe[] | undefined;
1202
- }
1203
- export interface ListRulesetsRequest {
1204
-
1205
- TargetArn?: string;
1206
-
1207
- MaxResults?: number;
1208
-
1209
- NextToken?: string;
1210
- }
1211
-
1212
- export interface RulesetItem {
1213
-
1214
- AccountId?: string;
1215
-
1216
- CreatedBy?: string;
1217
-
1218
- CreateDate?: Date;
1219
-
1220
- Description?: string;
1221
-
1222
- LastModifiedBy?: string;
1223
-
1224
- LastModifiedDate?: Date;
1225
-
1226
- Name: string | undefined;
1227
-
1228
- ResourceArn?: string;
1229
-
1230
- RuleCount?: number;
1231
-
1232
- Tags?: Record<string, string>;
1233
-
1234
- TargetArn: string | undefined;
1235
- }
1236
- export interface ListRulesetsResponse {
1237
-
1238
- Rulesets: RulesetItem[] | undefined;
1239
-
1240
- NextToken?: string;
1241
- }
1242
- export interface ListSchedulesRequest {
1243
-
1244
- JobName?: string;
1245
-
1246
- MaxResults?: number;
1247
-
1248
- NextToken?: string;
1249
- }
1250
-
1251
- export interface Schedule {
1252
-
1253
- AccountId?: string;
1254
-
1255
- CreatedBy?: string;
1256
-
1257
- CreateDate?: Date;
1258
-
1259
- JobNames?: string[];
1260
-
1261
- LastModifiedBy?: string;
1262
-
1263
- LastModifiedDate?: Date;
1264
-
1265
- ResourceArn?: string;
1266
-
1267
- CronExpression?: string;
1268
-
1269
- Tags?: Record<string, string>;
1270
-
1271
- Name: string | undefined;
1272
- }
1273
- export interface ListSchedulesResponse {
1274
-
1275
- Schedules: Schedule[] | undefined;
1276
-
1277
- NextToken?: string;
1278
- }
1279
- export interface ListTagsForResourceRequest {
1280
-
1281
- ResourceArn: string | undefined;
1282
- }
1283
- export interface ListTagsForResourceResponse {
1284
-
1285
- Tags?: Record<string, string>;
1286
- }
1287
- export interface PublishRecipeRequest {
1288
-
1289
- Description?: string;
1290
-
1291
- Name: string | undefined;
1292
- }
1293
- export interface PublishRecipeResponse {
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;