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