@aws-sdk/client-databrew 3.131.0 → 3.142.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 (97) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/BatchDeleteRecipeVersionCommand.js +2 -2
  4. package/dist-cjs/commands/CreateDatasetCommand.js +2 -2
  5. package/dist-cjs/commands/CreateProfileJobCommand.js +2 -2
  6. package/dist-cjs/commands/CreateProjectCommand.js +2 -2
  7. package/dist-cjs/commands/CreateRecipeCommand.js +2 -2
  8. package/dist-cjs/commands/CreateRecipeJobCommand.js +2 -2
  9. package/dist-cjs/commands/CreateRulesetCommand.js +2 -2
  10. package/dist-cjs/commands/CreateScheduleCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteDatasetCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteJobCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteProjectCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteRecipeVersionCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteRulesetCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteScheduleCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeJobCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeJobRunCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeProjectCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeRecipeCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeRulesetCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeScheduleCommand.js +2 -2
  24. package/dist-cjs/commands/ListDatasetsCommand.js +2 -2
  25. package/dist-cjs/commands/ListJobRunsCommand.js +2 -2
  26. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  27. package/dist-cjs/commands/ListProjectsCommand.js +2 -2
  28. package/dist-cjs/commands/ListRecipeVersionsCommand.js +2 -2
  29. package/dist-cjs/commands/ListRecipesCommand.js +2 -2
  30. package/dist-cjs/commands/ListRulesetsCommand.js +2 -2
  31. package/dist-cjs/commands/ListSchedulesCommand.js +2 -2
  32. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  33. package/dist-cjs/commands/PublishRecipeCommand.js +2 -2
  34. package/dist-cjs/commands/SendProjectSessionActionCommand.js +2 -2
  35. package/dist-cjs/commands/StartJobRunCommand.js +2 -2
  36. package/dist-cjs/commands/StartProjectSessionCommand.js +2 -2
  37. package/dist-cjs/commands/StopJobRunCommand.js +2 -2
  38. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  39. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateDatasetCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateProfileJobCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateProjectCommand.js +2 -2
  43. package/dist-cjs/commands/UpdateRecipeCommand.js +2 -2
  44. package/dist-cjs/commands/UpdateRecipeJobCommand.js +2 -2
  45. package/dist-cjs/commands/UpdateRulesetCommand.js +2 -2
  46. package/dist-cjs/commands/UpdateScheduleCommand.js +2 -2
  47. package/dist-cjs/models/models_0.js +542 -810
  48. package/dist-cjs/protocols/Aws_restJson1.js +592 -1227
  49. package/dist-es/commands/BatchDeleteRecipeVersionCommand.js +3 -3
  50. package/dist-es/commands/CreateDatasetCommand.js +3 -3
  51. package/dist-es/commands/CreateProfileJobCommand.js +3 -3
  52. package/dist-es/commands/CreateProjectCommand.js +3 -3
  53. package/dist-es/commands/CreateRecipeCommand.js +3 -3
  54. package/dist-es/commands/CreateRecipeJobCommand.js +3 -3
  55. package/dist-es/commands/CreateRulesetCommand.js +3 -3
  56. package/dist-es/commands/CreateScheduleCommand.js +3 -3
  57. package/dist-es/commands/DeleteDatasetCommand.js +3 -3
  58. package/dist-es/commands/DeleteJobCommand.js +3 -3
  59. package/dist-es/commands/DeleteProjectCommand.js +3 -3
  60. package/dist-es/commands/DeleteRecipeVersionCommand.js +3 -3
  61. package/dist-es/commands/DeleteRulesetCommand.js +3 -3
  62. package/dist-es/commands/DeleteScheduleCommand.js +3 -3
  63. package/dist-es/commands/DescribeDatasetCommand.js +3 -3
  64. package/dist-es/commands/DescribeJobCommand.js +3 -3
  65. package/dist-es/commands/DescribeJobRunCommand.js +3 -3
  66. package/dist-es/commands/DescribeProjectCommand.js +3 -3
  67. package/dist-es/commands/DescribeRecipeCommand.js +3 -3
  68. package/dist-es/commands/DescribeRulesetCommand.js +3 -3
  69. package/dist-es/commands/DescribeScheduleCommand.js +3 -3
  70. package/dist-es/commands/ListDatasetsCommand.js +3 -3
  71. package/dist-es/commands/ListJobRunsCommand.js +3 -3
  72. package/dist-es/commands/ListJobsCommand.js +3 -3
  73. package/dist-es/commands/ListProjectsCommand.js +3 -3
  74. package/dist-es/commands/ListRecipeVersionsCommand.js +3 -3
  75. package/dist-es/commands/ListRecipesCommand.js +3 -3
  76. package/dist-es/commands/ListRulesetsCommand.js +3 -3
  77. package/dist-es/commands/ListSchedulesCommand.js +3 -3
  78. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  79. package/dist-es/commands/PublishRecipeCommand.js +3 -3
  80. package/dist-es/commands/SendProjectSessionActionCommand.js +3 -3
  81. package/dist-es/commands/StartJobRunCommand.js +3 -3
  82. package/dist-es/commands/StartProjectSessionCommand.js +3 -3
  83. package/dist-es/commands/StopJobRunCommand.js +3 -3
  84. package/dist-es/commands/TagResourceCommand.js +3 -3
  85. package/dist-es/commands/UntagResourceCommand.js +3 -3
  86. package/dist-es/commands/UpdateDatasetCommand.js +3 -3
  87. package/dist-es/commands/UpdateProfileJobCommand.js +3 -3
  88. package/dist-es/commands/UpdateProjectCommand.js +3 -3
  89. package/dist-es/commands/UpdateRecipeCommand.js +3 -3
  90. package/dist-es/commands/UpdateRecipeJobCommand.js +3 -3
  91. package/dist-es/commands/UpdateRulesetCommand.js +3 -3
  92. package/dist-es/commands/UpdateScheduleCommand.js +3 -3
  93. package/dist-es/models/models_0.js +134 -536
  94. package/dist-es/protocols/Aws_restJson1.js +755 -1224
  95. package/dist-types/models/models_0.d.ts +536 -804
  96. package/dist-types/ts3.4/models/models_0.d.ts +268 -536
  97. package/package.json +6 -6
@@ -23,12 +23,6 @@ export interface AllowedStatistics {
23
23
  */
24
24
  Statistics: string[] | undefined;
25
25
  }
26
- export declare namespace AllowedStatistics {
27
- /**
28
- * @internal
29
- */
30
- const filterSensitiveLog: (obj: AllowedStatistics) => any;
31
- }
32
26
  export declare enum AnalyticsMode {
33
27
  DISABLE = "DISABLE",
34
28
  ENABLE = "ENABLE"
@@ -45,12 +39,6 @@ export interface BatchDeleteRecipeVersionRequest {
45
39
  */
46
40
  RecipeVersions: string[] | undefined;
47
41
  }
48
- export declare namespace BatchDeleteRecipeVersionRequest {
49
- /**
50
- * @internal
51
- */
52
- const filterSensitiveLog: (obj: BatchDeleteRecipeVersionRequest) => any;
53
- }
54
42
  /**
55
43
  * <p>Represents any errors encountered when attempting to delete multiple recipe
56
44
  * versions.</p>
@@ -69,12 +57,6 @@ export interface RecipeVersionErrorDetail {
69
57
  */
70
58
  RecipeVersion?: string;
71
59
  }
72
- export declare namespace RecipeVersionErrorDetail {
73
- /**
74
- * @internal
75
- */
76
- const filterSensitiveLog: (obj: RecipeVersionErrorDetail) => any;
77
- }
78
60
  export interface BatchDeleteRecipeVersionResponse {
79
61
  /**
80
62
  * <p>The name of the recipe that was modified.</p>
@@ -85,12 +67,6 @@ export interface BatchDeleteRecipeVersionResponse {
85
67
  */
86
68
  Errors?: RecipeVersionErrorDetail[];
87
69
  }
88
- export declare namespace BatchDeleteRecipeVersionResponse {
89
- /**
90
- * @internal
91
- */
92
- const filterSensitiveLog: (obj: BatchDeleteRecipeVersionResponse) => any;
93
- }
94
70
  /**
95
71
  * <p>Updating or deleting a resource can cause an inconsistent state.</p>
96
72
  */
@@ -149,12 +125,6 @@ export interface CsvOptions {
149
125
  */
150
126
  HeaderRow?: boolean;
151
127
  }
152
- export declare namespace CsvOptions {
153
- /**
154
- * @internal
155
- */
156
- const filterSensitiveLog: (obj: CsvOptions) => any;
157
- }
158
128
  /**
159
129
  * <p>Represents a set of options that define how DataBrew will interpret a Microsoft Excel file when
160
130
  * creating a dataset from that file.</p>
@@ -175,12 +145,6 @@ export interface ExcelOptions {
175
145
  */
176
146
  HeaderRow?: boolean;
177
147
  }
178
- export declare namespace ExcelOptions {
179
- /**
180
- * @internal
181
- */
182
- const filterSensitiveLog: (obj: ExcelOptions) => any;
183
- }
184
148
  /**
185
149
  * <p>Represents the JSON-specific options that define how input is to be interpreted by Glue DataBrew.</p>
186
150
  */
@@ -191,12 +155,6 @@ export interface JsonOptions {
191
155
  */
192
156
  MultiLine?: boolean;
193
157
  }
194
- export declare namespace JsonOptions {
195
- /**
196
- * @internal
197
- */
198
- const filterSensitiveLog: (obj: JsonOptions) => any;
199
- }
200
158
  /**
201
159
  * <p>Represents a set of options that define the structure of either comma-separated value (CSV),
202
160
  * Excel, or JSON input.</p>
@@ -215,12 +173,6 @@ export interface FormatOptions {
215
173
  */
216
174
  Csv?: CsvOptions;
217
175
  }
218
- export declare namespace FormatOptions {
219
- /**
220
- * @internal
221
- */
222
- const filterSensitiveLog: (obj: FormatOptions) => any;
223
- }
224
176
  /**
225
177
  * <p>Represents an Amazon S3 location (bucket name, bucket owner, and object key) where DataBrew can read
226
178
  * input data, or write output from a job.</p>
@@ -239,12 +191,6 @@ export interface S3Location {
239
191
  */
240
192
  BucketOwner?: string;
241
193
  }
242
- export declare namespace S3Location {
243
- /**
244
- * @internal
245
- */
246
- const filterSensitiveLog: (obj: S3Location) => any;
247
- }
248
194
  /**
249
195
  * <p>Connection information for dataset input files stored in a database.</p>
250
196
  */
@@ -269,12 +215,6 @@ export interface DatabaseInputDefinition {
269
215
  */
270
216
  QueryString?: string;
271
217
  }
272
- export declare namespace DatabaseInputDefinition {
273
- /**
274
- * @internal
275
- */
276
- const filterSensitiveLog: (obj: DatabaseInputDefinition) => any;
277
- }
278
218
  /**
279
219
  * <p>Represents how metadata stored in the Glue Data Catalog is defined in a DataBrew
280
220
  * dataset. </p>
@@ -299,12 +239,6 @@ export interface DataCatalogInputDefinition {
299
239
  */
300
240
  TempDirectory?: S3Location;
301
241
  }
302
- export declare namespace DataCatalogInputDefinition {
303
- /**
304
- * @internal
305
- */
306
- const filterSensitiveLog: (obj: DataCatalogInputDefinition) => any;
307
- }
308
242
  /**
309
243
  * <p>Contains additional resource information needed for specific datasets.</p>
310
244
  */
@@ -315,12 +249,6 @@ export interface Metadata {
315
249
  */
316
250
  SourceArn?: string;
317
251
  }
318
- export declare namespace Metadata {
319
- /**
320
- * @internal
321
- */
322
- const filterSensitiveLog: (obj: Metadata) => any;
323
- }
324
252
  /**
325
253
  * <p>Represents information on how DataBrew can find data, in either the Glue Data Catalog or
326
254
  * Amazon S3.</p>
@@ -343,12 +271,6 @@ export interface Input {
343
271
  */
344
272
  Metadata?: Metadata;
345
273
  }
346
- export declare namespace Input {
347
- /**
348
- * @internal
349
- */
350
- const filterSensitiveLog: (obj: Input) => any;
351
- }
352
274
  export declare enum Order {
353
275
  ASCENDING = "ASCENDING",
354
276
  DESCENDING = "DESCENDING"
@@ -377,12 +299,6 @@ export interface FilesLimit {
377
299
  */
378
300
  Order?: Order | string;
379
301
  }
380
- export declare namespace FilesLimit {
381
- /**
382
- * @internal
383
- */
384
- const filterSensitiveLog: (obj: FilesLimit) => any;
385
- }
386
302
  /**
387
303
  * <p>Represents a structure for defining parameter conditions. Supported conditions are described
388
304
  * here: <a href="https://docs.aws.amazon.com/databrew/latest/dg/datasets.multiple-files.html#conditions.for.dynamic.datasets">Supported
@@ -401,12 +317,6 @@ export interface FilterExpression {
401
317
  */
402
318
  ValuesMap: Record<string, string> | undefined;
403
319
  }
404
- export declare namespace FilterExpression {
405
- /**
406
- * @internal
407
- */
408
- const filterSensitiveLog: (obj: FilterExpression) => any;
409
- }
410
320
  /**
411
321
  * <p>Represents additional options for correct interpretation of datetime parameters used in
412
322
  * the Amazon S3 path of a dataset.</p>
@@ -429,12 +339,6 @@ export interface DatetimeOptions {
429
339
  */
430
340
  LocaleCode?: string;
431
341
  }
432
- export declare namespace DatetimeOptions {
433
- /**
434
- * @internal
435
- */
436
- const filterSensitiveLog: (obj: DatetimeOptions) => any;
437
- }
438
342
  export declare enum ParameterType {
439
343
  Datetime = "Datetime",
440
344
  Number = "Number",
@@ -467,12 +371,6 @@ export interface DatasetParameter {
467
371
  */
468
372
  Filter?: FilterExpression;
469
373
  }
470
- export declare namespace DatasetParameter {
471
- /**
472
- * @internal
473
- */
474
- const filterSensitiveLog: (obj: DatasetParameter) => any;
475
- }
476
374
  /**
477
375
  * <p>Represents a set of options that define how DataBrew selects files for a given Amazon S3
478
376
  * path in a dataset.</p>
@@ -492,12 +390,6 @@ export interface PathOptions {
492
390
  */
493
391
  Parameters?: Record<string, DatasetParameter>;
494
392
  }
495
- export declare namespace PathOptions {
496
- /**
497
- * @internal
498
- */
499
- const filterSensitiveLog: (obj: PathOptions) => any;
500
- }
501
393
  export interface CreateDatasetRequest {
502
394
  /**
503
395
  * <p>The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z,
@@ -527,24 +419,12 @@ export interface CreateDatasetRequest {
527
419
  */
528
420
  Tags?: Record<string, string>;
529
421
  }
530
- export declare namespace CreateDatasetRequest {
531
- /**
532
- * @internal
533
- */
534
- const filterSensitiveLog: (obj: CreateDatasetRequest) => any;
535
- }
536
422
  export interface CreateDatasetResponse {
537
423
  /**
538
424
  * <p>The name of the dataset that you created.</p>
539
425
  */
540
426
  Name: string | undefined;
541
427
  }
542
- export declare namespace CreateDatasetResponse {
543
- /**
544
- * @internal
545
- */
546
- const filterSensitiveLog: (obj: CreateDatasetResponse) => any;
547
- }
548
428
  /**
549
429
  * <p>A service quota is exceeded.</p>
550
430
  */
@@ -571,12 +451,6 @@ export interface ColumnSelector {
571
451
  */
572
452
  Name?: string;
573
453
  }
574
- export declare namespace ColumnSelector {
575
- /**
576
- * @internal
577
- */
578
- const filterSensitiveLog: (obj: ColumnSelector) => any;
579
- }
580
454
  /**
581
455
  * <p>Override of a particular evaluation for a profile job. </p>
582
456
  */
@@ -590,12 +464,6 @@ export interface StatisticOverride {
590
464
  */
591
465
  Parameters: Record<string, string> | undefined;
592
466
  }
593
- export declare namespace StatisticOverride {
594
- /**
595
- * @internal
596
- */
597
- const filterSensitiveLog: (obj: StatisticOverride) => any;
598
- }
599
467
  /**
600
468
  * <p>Configuration of evaluations for a profile job. This configuration can be used to select
601
469
  * evaluations and override the parameters of selected evaluations.
@@ -612,12 +480,6 @@ export interface StatisticsConfiguration {
612
480
  */
613
481
  Overrides?: StatisticOverride[];
614
482
  }
615
- export declare namespace StatisticsConfiguration {
616
- /**
617
- * @internal
618
- */
619
- const filterSensitiveLog: (obj: StatisticsConfiguration) => any;
620
- }
621
483
  /**
622
484
  * <p>Configuration for column evaluations for a profile job. ColumnStatisticsConfiguration can be used to select
623
485
  * evaluations and override parameters of evaluations for particular columns.
@@ -637,12 +499,6 @@ export interface ColumnStatisticsConfiguration {
637
499
  */
638
500
  Statistics: StatisticsConfiguration | undefined;
639
501
  }
640
- export declare namespace ColumnStatisticsConfiguration {
641
- /**
642
- * @internal
643
- */
644
- const filterSensitiveLog: (obj: ColumnStatisticsConfiguration) => any;
645
- }
646
502
  /**
647
503
  * <p>Configuration of entity detection for a profile job. When undefined, entity
648
504
  * detection is disabled.</p>
@@ -720,12 +576,6 @@ export interface EntityDetectorConfiguration {
720
576
  */
721
577
  AllowedStatistics?: AllowedStatistics[];
722
578
  }
723
- export declare namespace EntityDetectorConfiguration {
724
- /**
725
- * @internal
726
- */
727
- const filterSensitiveLog: (obj: EntityDetectorConfiguration) => any;
728
- }
729
579
  /**
730
580
  * <p>Configuration for profile jobs. Configuration can be used to select columns, do evaluations, and override default
731
581
  * parameters of evaluations. When configuration is undefined, the profile job will apply default settings to all
@@ -759,12 +609,6 @@ export interface ProfileConfiguration {
759
609
  */
760
610
  EntityDetectorConfiguration?: EntityDetectorConfiguration;
761
611
  }
762
- export declare namespace ProfileConfiguration {
763
- /**
764
- * @internal
765
- */
766
- const filterSensitiveLog: (obj: ProfileConfiguration) => any;
767
- }
768
612
  export declare enum EncryptionMode {
769
613
  SSEKMS = "SSE-KMS",
770
614
  SSES3 = "SSE-S3"
@@ -802,12 +646,6 @@ export interface JobSample {
802
646
  */
803
647
  Size?: number;
804
648
  }
805
- export declare namespace JobSample {
806
- /**
807
- * @internal
808
- */
809
- const filterSensitiveLog: (obj: JobSample) => any;
810
- }
811
649
  export declare enum LogSubscription {
812
650
  DISABLE = "DISABLE",
813
651
  ENABLE = "ENABLE"
@@ -833,12 +671,6 @@ export interface ValidationConfiguration {
833
671
  */
834
672
  ValidationMode?: ValidationMode | string;
835
673
  }
836
- export declare namespace ValidationConfiguration {
837
- /**
838
- * @internal
839
- */
840
- const filterSensitiveLog: (obj: ValidationConfiguration) => any;
841
- }
842
674
  export interface CreateProfileJobRequest {
843
675
  /**
844
676
  * <p>The name of the dataset that this job is to act upon.</p>
@@ -919,24 +751,12 @@ export interface CreateProfileJobRequest {
919
751
  */
920
752
  JobSample?: JobSample;
921
753
  }
922
- export declare namespace CreateProfileJobRequest {
923
- /**
924
- * @internal
925
- */
926
- const filterSensitiveLog: (obj: CreateProfileJobRequest) => any;
927
- }
928
754
  export interface CreateProfileJobResponse {
929
755
  /**
930
756
  * <p>The name of the job that was created.</p>
931
757
  */
932
758
  Name: string | undefined;
933
759
  }
934
- export declare namespace CreateProfileJobResponse {
935
- /**
936
- * @internal
937
- */
938
- const filterSensitiveLog: (obj: CreateProfileJobResponse) => any;
939
- }
940
760
  export declare enum SampleType {
941
761
  FIRST_N = "FIRST_N",
942
762
  LAST_N = "LAST_N",
@@ -956,12 +776,6 @@ export interface Sample {
956
776
  */
957
777
  Type: SampleType | string | undefined;
958
778
  }
959
- export declare namespace Sample {
960
- /**
961
- * @internal
962
- */
963
- const filterSensitiveLog: (obj: Sample) => any;
964
- }
965
779
  export interface CreateProjectRequest {
966
780
  /**
967
781
  * <p>The name of an existing dataset to associate this project with.</p>
@@ -991,24 +805,12 @@ export interface CreateProjectRequest {
991
805
  */
992
806
  Tags?: Record<string, string>;
993
807
  }
994
- export declare namespace CreateProjectRequest {
995
- /**
996
- * @internal
997
- */
998
- const filterSensitiveLog: (obj: CreateProjectRequest) => any;
999
- }
1000
808
  export interface CreateProjectResponse {
1001
809
  /**
1002
810
  * <p>The name of the project that you created.</p>
1003
811
  */
1004
812
  Name: string | undefined;
1005
813
  }
1006
- export declare namespace CreateProjectResponse {
1007
- /**
1008
- * @internal
1009
- */
1010
- const filterSensitiveLog: (obj: CreateProjectResponse) => any;
1011
- }
1012
814
  /**
1013
815
  * <p>An internal service failure occurred.</p>
1014
816
  */
@@ -1036,12 +838,6 @@ export interface RecipeAction {
1036
838
  */
1037
839
  Parameters?: Record<string, string>;
1038
840
  }
1039
- export declare namespace RecipeAction {
1040
- /**
1041
- * @internal
1042
- */
1043
- const filterSensitiveLog: (obj: RecipeAction) => any;
1044
- }
1045
841
  /**
1046
842
  * <p>Represents an individual condition that evaluates to true or false.</p>
1047
843
  * <p>Conditions are used with recipe actions. The action is only performed for column values where the
@@ -1066,12 +862,6 @@ export interface ConditionExpression {
1066
862
  */
1067
863
  TargetColumn: string | undefined;
1068
864
  }
1069
- export declare namespace ConditionExpression {
1070
- /**
1071
- * @internal
1072
- */
1073
- const filterSensitiveLog: (obj: ConditionExpression) => any;
1074
- }
1075
865
  /**
1076
866
  * <p>Represents a single step from a DataBrew recipe to be performed.</p>
1077
867
  */
@@ -1089,12 +879,6 @@ export interface RecipeStep {
1089
879
  */
1090
880
  ConditionExpressions?: ConditionExpression[];
1091
881
  }
1092
- export declare namespace RecipeStep {
1093
- /**
1094
- * @internal
1095
- */
1096
- const filterSensitiveLog: (obj: RecipeStep) => any;
1097
- }
1098
882
  export interface CreateRecipeRequest {
1099
883
  /**
1100
884
  * <p>A description for the recipe.</p>
@@ -1115,24 +899,12 @@ export interface CreateRecipeRequest {
1115
899
  */
1116
900
  Tags?: Record<string, string>;
1117
901
  }
1118
- export declare namespace CreateRecipeRequest {
1119
- /**
1120
- * @internal
1121
- */
1122
- const filterSensitiveLog: (obj: CreateRecipeRequest) => any;
1123
- }
1124
902
  export interface CreateRecipeResponse {
1125
903
  /**
1126
904
  * <p>The name of the recipe that you created.</p>
1127
905
  */
1128
906
  Name: string | undefined;
1129
907
  }
1130
- export declare namespace CreateRecipeResponse {
1131
- /**
1132
- * @internal
1133
- */
1134
- const filterSensitiveLog: (obj: CreateRecipeResponse) => any;
1135
- }
1136
908
  /**
1137
909
  * <p>Represents options that specify how and where DataBrew writes the database
1138
910
  * output generated by recipe jobs.</p>
@@ -1148,12 +920,6 @@ export interface DatabaseTableOutputOptions {
1148
920
  */
1149
921
  TableName: string | undefined;
1150
922
  }
1151
- export declare namespace DatabaseTableOutputOptions {
1152
- /**
1153
- * @internal
1154
- */
1155
- const filterSensitiveLog: (obj: DatabaseTableOutputOptions) => any;
1156
- }
1157
923
  export declare enum DatabaseOutputMode {
1158
924
  NEW_TABLE = "NEW_TABLE"
1159
925
  }
@@ -1177,12 +943,6 @@ export interface DatabaseOutput {
1177
943
  */
1178
944
  DatabaseOutputMode?: DatabaseOutputMode | string;
1179
945
  }
1180
- export declare namespace DatabaseOutput {
1181
- /**
1182
- * @internal
1183
- */
1184
- const filterSensitiveLog: (obj: DatabaseOutput) => any;
1185
- }
1186
946
  /**
1187
947
  * <p>Represents options that specify how and where DataBrew writes the Amazon S3 output
1188
948
  * generated by recipe jobs.</p>
@@ -1194,12 +954,6 @@ export interface S3TableOutputOptions {
1194
954
  */
1195
955
  Location: S3Location | undefined;
1196
956
  }
1197
- export declare namespace S3TableOutputOptions {
1198
- /**
1199
- * @internal
1200
- */
1201
- const filterSensitiveLog: (obj: S3TableOutputOptions) => any;
1202
- }
1203
957
  /**
1204
958
  * <p>Represents options that specify how and where in the Glue Data Catalog DataBrew
1205
959
  * writes the output generated by recipe jobs.</p>
@@ -1234,12 +988,6 @@ export interface DataCatalogOutput {
1234
988
  */
1235
989
  Overwrite?: boolean;
1236
990
  }
1237
- export declare namespace DataCatalogOutput {
1238
- /**
1239
- * @internal
1240
- */
1241
- const filterSensitiveLog: (obj: DataCatalogOutput) => any;
1242
- }
1243
991
  export declare enum CompressionFormat {
1244
992
  BROTLI = "BROTLI",
1245
993
  BZIP2 = "BZIP2",
@@ -1271,12 +1019,6 @@ export interface CsvOutputOptions {
1271
1019
  */
1272
1020
  Delimiter?: string;
1273
1021
  }
1274
- export declare namespace CsvOutputOptions {
1275
- /**
1276
- * @internal
1277
- */
1278
- const filterSensitiveLog: (obj: CsvOutputOptions) => any;
1279
- }
1280
1022
  /**
1281
1023
  * <p>Represents a set of options that define the structure of comma-separated (CSV) job output.</p>
1282
1024
  */
@@ -1287,12 +1029,6 @@ export interface OutputFormatOptions {
1287
1029
  */
1288
1030
  Csv?: CsvOutputOptions;
1289
1031
  }
1290
- export declare namespace OutputFormatOptions {
1291
- /**
1292
- * @internal
1293
- */
1294
- const filterSensitiveLog: (obj: OutputFormatOptions) => any;
1295
- }
1296
1032
  /**
1297
1033
  * <p>Represents options that specify how and where in Amazon S3 DataBrew writes the output generated by
1298
1034
  * recipe jobs or profile jobs.</p>
@@ -1329,12 +1065,6 @@ export interface Output {
1329
1065
  */
1330
1066
  MaxOutputFiles?: number;
1331
1067
  }
1332
- export declare namespace Output {
1333
- /**
1334
- * @internal
1335
- */
1336
- const filterSensitiveLog: (obj: Output) => any;
1337
- }
1338
1068
  /**
1339
1069
  * <p>Represents the name and version of a DataBrew recipe.</p>
1340
1070
  */
@@ -1348,12 +1078,6 @@ export interface RecipeReference {
1348
1078
  */
1349
1079
  RecipeVersion?: string;
1350
1080
  }
1351
- export declare namespace RecipeReference {
1352
- /**
1353
- * @internal
1354
- */
1355
- const filterSensitiveLog: (obj: RecipeReference) => any;
1356
- }
1357
1081
  export interface CreateRecipeJobRequest {
1358
1082
  /**
1359
1083
  * <p>The name of the dataset that this job processes.</p>
@@ -1434,24 +1158,12 @@ export interface CreateRecipeJobRequest {
1434
1158
  */
1435
1159
  Timeout?: number;
1436
1160
  }
1437
- export declare namespace CreateRecipeJobRequest {
1438
- /**
1439
- * @internal
1440
- */
1441
- const filterSensitiveLog: (obj: CreateRecipeJobRequest) => any;
1442
- }
1443
1161
  export interface CreateRecipeJobResponse {
1444
1162
  /**
1445
1163
  * <p>The name of the job that you created.</p>
1446
1164
  */
1447
1165
  Name: string | undefined;
1448
1166
  }
1449
- export declare namespace CreateRecipeJobResponse {
1450
- /**
1451
- * @internal
1452
- */
1453
- const filterSensitiveLog: (obj: CreateRecipeJobResponse) => any;
1454
- }
1455
1167
  export declare enum ThresholdType {
1456
1168
  GREATER_THAN = "GREATER_THAN",
1457
1169
  GREATER_THAN_OR_EQUAL = "GREATER_THAN_OR_EQUAL",
@@ -1483,12 +1195,6 @@ export interface Threshold {
1483
1195
  */
1484
1196
  Unit?: ThresholdUnit | string;
1485
1197
  }
1486
- export declare namespace Threshold {
1487
- /**
1488
- * @internal
1489
- */
1490
- const filterSensitiveLog: (obj: Threshold) => any;
1491
- }
1492
1198
  /**
1493
1199
  * <p>Represents a single data quality requirement that should be validated in the
1494
1200
  * scope of this dataset.</p>
@@ -1539,12 +1245,6 @@ export interface Rule {
1539
1245
  */
1540
1246
  ColumnSelectors?: ColumnSelector[];
1541
1247
  }
1542
- export declare namespace Rule {
1543
- /**
1544
- * @internal
1545
- */
1546
- const filterSensitiveLog: (obj: Rule) => any;
1547
- }
1548
1248
  export interface CreateRulesetRequest {
1549
1249
  /**
1550
1250
  * <p>The name of the ruleset to be created. Valid characters are alphanumeric
@@ -1570,24 +1270,12 @@ export interface CreateRulesetRequest {
1570
1270
  */
1571
1271
  Tags?: Record<string, string>;
1572
1272
  }
1573
- export declare namespace CreateRulesetRequest {
1574
- /**
1575
- * @internal
1576
- */
1577
- const filterSensitiveLog: (obj: CreateRulesetRequest) => any;
1578
- }
1579
1273
  export interface CreateRulesetResponse {
1580
1274
  /**
1581
1275
  * <p>The unique name of the created ruleset.</p>
1582
1276
  */
1583
1277
  Name: string | undefined;
1584
1278
  }
1585
- export declare namespace CreateRulesetResponse {
1586
- /**
1587
- * @internal
1588
- */
1589
- const filterSensitiveLog: (obj: CreateRulesetResponse) => any;
1590
- }
1591
1279
  export interface CreateScheduleRequest {
1592
1280
  /**
1593
1281
  * <p>The name or names of one or more jobs to be run.</p>
@@ -1610,96 +1298,48 @@ export interface CreateScheduleRequest {
1610
1298
  */
1611
1299
  Name: string | undefined;
1612
1300
  }
1613
- export declare namespace CreateScheduleRequest {
1614
- /**
1615
- * @internal
1616
- */
1617
- const filterSensitiveLog: (obj: CreateScheduleRequest) => any;
1618
- }
1619
1301
  export interface CreateScheduleResponse {
1620
1302
  /**
1621
1303
  * <p>The name of the schedule that was created.</p>
1622
1304
  */
1623
1305
  Name: string | undefined;
1624
1306
  }
1625
- export declare namespace CreateScheduleResponse {
1626
- /**
1627
- * @internal
1628
- */
1629
- const filterSensitiveLog: (obj: CreateScheduleResponse) => any;
1630
- }
1631
1307
  export interface DeleteDatasetRequest {
1632
1308
  /**
1633
1309
  * <p>The name of the dataset to be deleted.</p>
1634
1310
  */
1635
1311
  Name: string | undefined;
1636
1312
  }
1637
- export declare namespace DeleteDatasetRequest {
1638
- /**
1639
- * @internal
1640
- */
1641
- const filterSensitiveLog: (obj: DeleteDatasetRequest) => any;
1642
- }
1643
1313
  export interface DeleteDatasetResponse {
1644
1314
  /**
1645
1315
  * <p>The name of the dataset that you deleted.</p>
1646
1316
  */
1647
1317
  Name: string | undefined;
1648
1318
  }
1649
- export declare namespace DeleteDatasetResponse {
1650
- /**
1651
- * @internal
1652
- */
1653
- const filterSensitiveLog: (obj: DeleteDatasetResponse) => any;
1654
- }
1655
1319
  export interface DeleteJobRequest {
1656
1320
  /**
1657
1321
  * <p>The name of the job to be deleted.</p>
1658
1322
  */
1659
1323
  Name: string | undefined;
1660
1324
  }
1661
- export declare namespace DeleteJobRequest {
1662
- /**
1663
- * @internal
1664
- */
1665
- const filterSensitiveLog: (obj: DeleteJobRequest) => any;
1666
- }
1667
1325
  export interface DeleteJobResponse {
1668
1326
  /**
1669
1327
  * <p>The name of the job that you deleted.</p>
1670
1328
  */
1671
1329
  Name: string | undefined;
1672
1330
  }
1673
- export declare namespace DeleteJobResponse {
1674
- /**
1675
- * @internal
1676
- */
1677
- const filterSensitiveLog: (obj: DeleteJobResponse) => any;
1678
- }
1679
1331
  export interface DeleteProjectRequest {
1680
1332
  /**
1681
1333
  * <p>The name of the project to be deleted.</p>
1682
1334
  */
1683
1335
  Name: string | undefined;
1684
1336
  }
1685
- export declare namespace DeleteProjectRequest {
1686
- /**
1687
- * @internal
1688
- */
1689
- const filterSensitiveLog: (obj: DeleteProjectRequest) => any;
1690
- }
1691
1337
  export interface DeleteProjectResponse {
1692
1338
  /**
1693
1339
  * <p>The name of the project that you deleted.</p>
1694
1340
  */
1695
1341
  Name: string | undefined;
1696
1342
  }
1697
- export declare namespace DeleteProjectResponse {
1698
- /**
1699
- * @internal
1700
- */
1701
- const filterSensitiveLog: (obj: DeleteProjectResponse) => any;
1702
- }
1703
1343
  export interface DeleteRecipeVersionRequest {
1704
1344
  /**
1705
1345
  * <p>The name of the recipe.</p>
@@ -1712,12 +1352,6 @@ export interface DeleteRecipeVersionRequest {
1712
1352
  */
1713
1353
  RecipeVersion: string | undefined;
1714
1354
  }
1715
- export declare namespace DeleteRecipeVersionRequest {
1716
- /**
1717
- * @internal
1718
- */
1719
- const filterSensitiveLog: (obj: DeleteRecipeVersionRequest) => any;
1720
- }
1721
1355
  export interface DeleteRecipeVersionResponse {
1722
1356
  /**
1723
1357
  * <p>The name of the recipe that was deleted.</p>
@@ -1728,72 +1362,36 @@ export interface DeleteRecipeVersionResponse {
1728
1362
  */
1729
1363
  RecipeVersion: string | undefined;
1730
1364
  }
1731
- export declare namespace DeleteRecipeVersionResponse {
1732
- /**
1733
- * @internal
1734
- */
1735
- const filterSensitiveLog: (obj: DeleteRecipeVersionResponse) => any;
1736
- }
1737
1365
  export interface DeleteRulesetRequest {
1738
1366
  /**
1739
1367
  * <p>The name of the ruleset to be deleted.</p>
1740
1368
  */
1741
1369
  Name: string | undefined;
1742
1370
  }
1743
- export declare namespace DeleteRulesetRequest {
1744
- /**
1745
- * @internal
1746
- */
1747
- const filterSensitiveLog: (obj: DeleteRulesetRequest) => any;
1748
- }
1749
1371
  export interface DeleteRulesetResponse {
1750
1372
  /**
1751
1373
  * <p>The name of the deleted ruleset.</p>
1752
1374
  */
1753
1375
  Name: string | undefined;
1754
1376
  }
1755
- export declare namespace DeleteRulesetResponse {
1756
- /**
1757
- * @internal
1758
- */
1759
- const filterSensitiveLog: (obj: DeleteRulesetResponse) => any;
1760
- }
1761
1377
  export interface DeleteScheduleRequest {
1762
1378
  /**
1763
1379
  * <p>The name of the schedule to be deleted.</p>
1764
1380
  */
1765
1381
  Name: string | undefined;
1766
1382
  }
1767
- export declare namespace DeleteScheduleRequest {
1768
- /**
1769
- * @internal
1770
- */
1771
- const filterSensitiveLog: (obj: DeleteScheduleRequest) => any;
1772
- }
1773
1383
  export interface DeleteScheduleResponse {
1774
1384
  /**
1775
1385
  * <p>The name of the schedule that was deleted.</p>
1776
1386
  */
1777
1387
  Name: string | undefined;
1778
1388
  }
1779
- export declare namespace DeleteScheduleResponse {
1780
- /**
1781
- * @internal
1782
- */
1783
- const filterSensitiveLog: (obj: DeleteScheduleResponse) => any;
1784
- }
1785
1389
  export interface DescribeDatasetRequest {
1786
1390
  /**
1787
1391
  * <p>The name of the dataset to be described.</p>
1788
1392
  */
1789
1393
  Name: string | undefined;
1790
1394
  }
1791
- export declare namespace DescribeDatasetRequest {
1792
- /**
1793
- * @internal
1794
- */
1795
- const filterSensitiveLog: (obj: DescribeDatasetRequest) => any;
1796
- }
1797
1395
  export declare enum Source {
1798
1396
  DATABASE = "DATABASE",
1799
1397
  DATACATALOG = "DATA-CATALOG",
@@ -1854,24 +1452,12 @@ export interface DescribeDatasetResponse {
1854
1452
  */
1855
1453
  ResourceArn?: string;
1856
1454
  }
1857
- export declare namespace DescribeDatasetResponse {
1858
- /**
1859
- * @internal
1860
- */
1861
- const filterSensitiveLog: (obj: DescribeDatasetResponse) => any;
1862
- }
1863
1455
  export interface DescribeJobRequest {
1864
1456
  /**
1865
1457
  * <p>The name of the job to be described.</p>
1866
1458
  */
1867
1459
  Name: string | undefined;
1868
1460
  }
1869
- export declare namespace DescribeJobRequest {
1870
- /**
1871
- * @internal
1872
- */
1873
- const filterSensitiveLog: (obj: DescribeJobRequest) => any;
1874
- }
1875
1461
  export declare enum JobType {
1876
1462
  PROFILE = "PROFILE",
1877
1463
  RECIPE = "RECIPE"
@@ -2005,12 +1591,6 @@ export interface DescribeJobResponse {
2005
1591
  */
2006
1592
  JobSample?: JobSample;
2007
1593
  }
2008
- export declare namespace DescribeJobResponse {
2009
- /**
2010
- * @internal
2011
- */
2012
- const filterSensitiveLog: (obj: DescribeJobResponse) => any;
2013
- }
2014
1594
  export interface DescribeJobRunRequest {
2015
1595
  /**
2016
1596
  * <p>The name of the job being processed during this run.</p>
@@ -2021,12 +1601,6 @@ export interface DescribeJobRunRequest {
2021
1601
  */
2022
1602
  RunId: string | undefined;
2023
1603
  }
2024
- export declare namespace DescribeJobRunRequest {
2025
- /**
2026
- * @internal
2027
- */
2028
- const filterSensitiveLog: (obj: DescribeJobRunRequest) => any;
2029
- }
2030
1604
  export declare enum JobRunState {
2031
1605
  FAILED = "FAILED",
2032
1606
  RUNNING = "RUNNING",
@@ -2121,24 +1695,12 @@ export interface DescribeJobRunResponse {
2121
1695
  */
2122
1696
  JobSample?: JobSample;
2123
1697
  }
2124
- export declare namespace DescribeJobRunResponse {
2125
- /**
2126
- * @internal
2127
- */
2128
- const filterSensitiveLog: (obj: DescribeJobRunResponse) => any;
2129
- }
2130
1698
  export interface DescribeProjectRequest {
2131
1699
  /**
2132
1700
  * <p>The name of the project to be described.</p>
2133
1701
  */
2134
1702
  Name: string | undefined;
2135
1703
  }
2136
- export declare namespace DescribeProjectRequest {
2137
- /**
2138
- * @internal
2139
- */
2140
- const filterSensitiveLog: (obj: DescribeProjectRequest) => any;
2141
- }
2142
1704
  export declare enum SessionStatus {
2143
1705
  ASSIGNED = "ASSIGNED",
2144
1706
  FAILED = "FAILED",
@@ -2225,12 +1787,6 @@ export interface DescribeProjectResponse {
2225
1787
  */
2226
1788
  OpenDate?: Date;
2227
1789
  }
2228
- export declare namespace DescribeProjectResponse {
2229
- /**
2230
- * @internal
2231
- */
2232
- const filterSensitiveLog: (obj: DescribeProjectResponse) => any;
2233
- }
2234
1790
  export interface DescribeRecipeRequest {
2235
1791
  /**
2236
1792
  * <p>The name of the recipe to be described.</p>
@@ -2242,12 +1798,6 @@ export interface DescribeRecipeRequest {
2242
1798
  */
2243
1799
  RecipeVersion?: string;
2244
1800
  }
2245
- export declare namespace DescribeRecipeRequest {
2246
- /**
2247
- * @internal
2248
- */
2249
- const filterSensitiveLog: (obj: DescribeRecipeRequest) => any;
2250
- }
2251
1801
  export interface DescribeRecipeResponse {
2252
1802
  /**
2253
1803
  * <p>The identifier (user name) of the user who created the recipe.</p>
@@ -2303,24 +1853,12 @@ export interface DescribeRecipeResponse {
2303
1853
  */
2304
1854
  RecipeVersion?: string;
2305
1855
  }
2306
- export declare namespace DescribeRecipeResponse {
2307
- /**
2308
- * @internal
2309
- */
2310
- const filterSensitiveLog: (obj: DescribeRecipeResponse) => any;
2311
- }
2312
1856
  export interface DescribeRulesetRequest {
2313
1857
  /**
2314
1858
  * <p>The name of the ruleset to be described.</p>
2315
1859
  */
2316
1860
  Name: string | undefined;
2317
1861
  }
2318
- export declare namespace DescribeRulesetRequest {
2319
- /**
2320
- * @internal
2321
- */
2322
- const filterSensitiveLog: (obj: DescribeRulesetRequest) => any;
2323
- }
2324
1862
  export interface DescribeRulesetResponse {
2325
1863
  /**
2326
1864
  * <p>The name of the ruleset.</p>
@@ -2365,24 +1903,12 @@ export interface DescribeRulesetResponse {
2365
1903
  */
2366
1904
  Tags?: Record<string, string>;
2367
1905
  }
2368
- export declare namespace DescribeRulesetResponse {
2369
- /**
2370
- * @internal
2371
- */
2372
- const filterSensitiveLog: (obj: DescribeRulesetResponse) => any;
2373
- }
2374
1906
  export interface DescribeScheduleRequest {
2375
1907
  /**
2376
1908
  * <p>The name of the schedule to be described.</p>
2377
1909
  */
2378
1910
  Name: string | undefined;
2379
1911
  }
2380
- export declare namespace DescribeScheduleRequest {
2381
- /**
2382
- * @internal
2383
- */
2384
- const filterSensitiveLog: (obj: DescribeScheduleRequest) => any;
2385
- }
2386
1912
  export interface DescribeScheduleResponse {
2387
1913
  /**
2388
1914
  * <p>The date and time that the schedule was created.</p>
@@ -2423,12 +1949,6 @@ export interface DescribeScheduleResponse {
2423
1949
  */
2424
1950
  Name: string | undefined;
2425
1951
  }
2426
- export declare namespace DescribeScheduleResponse {
2427
- /**
2428
- * @internal
2429
- */
2430
- const filterSensitiveLog: (obj: DescribeScheduleResponse) => any;
2431
- }
2432
1952
  export interface ListDatasetsRequest {
2433
1953
  /**
2434
1954
  * <p>The maximum number of results to return in this request. </p>
@@ -2439,12 +1959,6 @@ export interface ListDatasetsRequest {
2439
1959
  */
2440
1960
  NextToken?: string;
2441
1961
  }
2442
- export declare namespace ListDatasetsRequest {
2443
- /**
2444
- * @internal
2445
- */
2446
- const filterSensitiveLog: (obj: ListDatasetsRequest) => any;
2447
- }
2448
1962
  /**
2449
1963
  * <p>Represents a dataset that can be processed by DataBrew.</p>
2450
1964
  */
@@ -2504,12 +2018,6 @@ export interface Dataset {
2504
2018
  */
2505
2019
  ResourceArn?: string;
2506
2020
  }
2507
- export declare namespace Dataset {
2508
- /**
2509
- * @internal
2510
- */
2511
- const filterSensitiveLog: (obj: Dataset) => any;
2512
- }
2513
2021
  export interface ListDatasetsResponse {
2514
2022
  /**
2515
2023
  * <p>A list of datasets that are defined.</p>
@@ -2521,12 +2029,6 @@ export interface ListDatasetsResponse {
2521
2029
  */
2522
2030
  NextToken?: string;
2523
2031
  }
2524
- export declare namespace ListDatasetsResponse {
2525
- /**
2526
- * @internal
2527
- */
2528
- const filterSensitiveLog: (obj: ListDatasetsResponse) => any;
2529
- }
2530
2032
  export interface ListJobRunsRequest {
2531
2033
  /**
2532
2034
  * <p>The name of the job.</p>
@@ -2541,12 +2043,6 @@ export interface ListJobRunsRequest {
2541
2043
  */
2542
2044
  NextToken?: string;
2543
2045
  }
2544
- export declare namespace ListJobRunsRequest {
2545
- /**
2546
- * @internal
2547
- */
2548
- const filterSensitiveLog: (obj: ListJobRunsRequest) => any;
2549
- }
2550
2046
  /**
2551
2047
  * <p>Represents one run of a DataBrew job.</p>
2552
2048
  */
@@ -2630,12 +2126,6 @@ export interface JobRun {
2630
2126
  */
2631
2127
  ValidationConfigurations?: ValidationConfiguration[];
2632
2128
  }
2633
- export declare namespace JobRun {
2634
- /**
2635
- * @internal
2636
- */
2637
- const filterSensitiveLog: (obj: JobRun) => any;
2638
- }
2639
2129
  export interface ListJobRunsResponse {
2640
2130
  /**
2641
2131
  * <p>A list of job runs that have occurred for the specified job.</p>
@@ -2647,12 +2137,6 @@ export interface ListJobRunsResponse {
2647
2137
  */
2648
2138
  NextToken?: string;
2649
2139
  }
2650
- export declare namespace ListJobRunsResponse {
2651
- /**
2652
- * @internal
2653
- */
2654
- const filterSensitiveLog: (obj: ListJobRunsResponse) => any;
2655
- }
2656
2140
  export interface ListJobsRequest {
2657
2141
  /**
2658
2142
  * <p>The name of a dataset. Using this parameter indicates to return only those jobs that
@@ -2675,12 +2159,6 @@ export interface ListJobsRequest {
2675
2159
  */
2676
2160
  ProjectName?: string;
2677
2161
  }
2678
- export declare namespace ListJobsRequest {
2679
- /**
2680
- * @internal
2681
- */
2682
- const filterSensitiveLog: (obj: ListJobsRequest) => any;
2683
- }
2684
2162
  /**
2685
2163
  * <p>Represents all of the attributes of a DataBrew job.</p>
2686
2164
  */
@@ -2813,12 +2291,6 @@ export interface Job {
2813
2291
  */
2814
2292
  ValidationConfigurations?: ValidationConfiguration[];
2815
2293
  }
2816
- export declare namespace Job {
2817
- /**
2818
- * @internal
2819
- */
2820
- const filterSensitiveLog: (obj: Job) => any;
2821
- }
2822
2294
  export interface ListJobsResponse {
2823
2295
  /**
2824
2296
  * <p>A list of jobs that are defined.</p>
@@ -2830,12 +2302,6 @@ export interface ListJobsResponse {
2830
2302
  */
2831
2303
  NextToken?: string;
2832
2304
  }
2833
- export declare namespace ListJobsResponse {
2834
- /**
2835
- * @internal
2836
- */
2837
- const filterSensitiveLog: (obj: ListJobsResponse) => any;
2838
- }
2839
2305
  export interface ListProjectsRequest {
2840
2306
  /**
2841
2307
  * <p>The token returned by a previous call to retrieve the next set of results.</p>
@@ -2846,12 +2312,6 @@ export interface ListProjectsRequest {
2846
2312
  */
2847
2313
  MaxResults?: number;
2848
2314
  }
2849
- export declare namespace ListProjectsRequest {
2850
- /**
2851
- * @internal
2852
- */
2853
- const filterSensitiveLog: (obj: ListProjectsRequest) => any;
2854
- }
2855
2315
  /**
2856
2316
  * <p>Represents all of the attributes of a DataBrew project.</p>
2857
2317
  */
@@ -2915,12 +2375,6 @@ export interface Project {
2915
2375
  */
2916
2376
  OpenDate?: Date;
2917
2377
  }
2918
- export declare namespace Project {
2919
- /**
2920
- * @internal
2921
- */
2922
- const filterSensitiveLog: (obj: Project) => any;
2923
- }
2924
2378
  export interface ListProjectsResponse {
2925
2379
  /**
2926
2380
  * <p>A list of projects that are defined .</p>
@@ -2932,12 +2386,6 @@ export interface ListProjectsResponse {
2932
2386
  */
2933
2387
  NextToken?: string;
2934
2388
  }
2935
- export declare namespace ListProjectsResponse {
2936
- /**
2937
- * @internal
2938
- */
2939
- const filterSensitiveLog: (obj: ListProjectsResponse) => any;
2940
- }
2941
2389
  export interface ListRecipesRequest {
2942
2390
  /**
2943
2391
  * <p>The maximum number of results to return in this request. </p>
@@ -2957,12 +2405,6 @@ export interface ListRecipesRequest {
2957
2405
  */
2958
2406
  RecipeVersion?: string;
2959
2407
  }
2960
- export declare namespace ListRecipesRequest {
2961
- /**
2962
- * @internal
2963
- */
2964
- const filterSensitiveLog: (obj: ListRecipesRequest) => any;
2965
- }
2966
2408
  /**
2967
2409
  * <p>Represents one or more actions to be performed on a DataBrew dataset.</p>
2968
2410
  */
@@ -3037,12 +2479,6 @@ export interface Recipe {
3037
2479
  */
3038
2480
  RecipeVersion?: string;
3039
2481
  }
3040
- export declare namespace Recipe {
3041
- /**
3042
- * @internal
3043
- */
3044
- const filterSensitiveLog: (obj: Recipe) => any;
3045
- }
3046
2482
  export interface ListRecipesResponse {
3047
2483
  /**
3048
2484
  * <p>A list of recipes that are defined.</p>
@@ -3054,12 +2490,6 @@ export interface ListRecipesResponse {
3054
2490
  */
3055
2491
  NextToken?: string;
3056
2492
  }
3057
- export declare namespace ListRecipesResponse {
3058
- /**
3059
- * @internal
3060
- */
3061
- const filterSensitiveLog: (obj: ListRecipesResponse) => any;
3062
- }
3063
2493
  export interface ListRecipeVersionsRequest {
3064
2494
  /**
3065
2495
  * <p>The maximum number of results to return in this request. </p>
@@ -3074,12 +2504,6 @@ export interface ListRecipeVersionsRequest {
3074
2504
  */
3075
2505
  Name: string | undefined;
3076
2506
  }
3077
- export declare namespace ListRecipeVersionsRequest {
3078
- /**
3079
- * @internal
3080
- */
3081
- const filterSensitiveLog: (obj: ListRecipeVersionsRequest) => any;
3082
- }
3083
2507
  export interface ListRecipeVersionsResponse {
3084
2508
  /**
3085
2509
  * <p>A token that you can use in a subsequent call to retrieve the next set of
@@ -3091,12 +2515,6 @@ export interface ListRecipeVersionsResponse {
3091
2515
  */
3092
2516
  Recipes: Recipe[] | undefined;
3093
2517
  }
3094
- export declare namespace ListRecipeVersionsResponse {
3095
- /**
3096
- * @internal
3097
- */
3098
- const filterSensitiveLog: (obj: ListRecipeVersionsResponse) => any;
3099
- }
3100
2518
  export interface ListRulesetsRequest {
3101
2519
  /**
3102
2520
  * <p>The Amazon Resource Name (ARN) of a resource (dataset). Using this parameter
@@ -3114,12 +2532,6 @@ export interface ListRulesetsRequest {
3114
2532
  */
3115
2533
  NextToken?: string;
3116
2534
  }
3117
- export declare namespace ListRulesetsRequest {
3118
- /**
3119
- * @internal
3120
- */
3121
- const filterSensitiveLog: (obj: ListRulesetsRequest) => any;
3122
- }
3123
2535
  /**
3124
2536
  * <p>Contains metadata about the ruleset.</p>
3125
2537
  */
@@ -3170,12 +2582,6 @@ export interface RulesetItem {
3170
2582
  */
3171
2583
  TargetArn: string | undefined;
3172
2584
  }
3173
- export declare namespace RulesetItem {
3174
- /**
3175
- * @internal
3176
- */
3177
- const filterSensitiveLog: (obj: RulesetItem) => any;
3178
- }
3179
2585
  export interface ListRulesetsResponse {
3180
2586
  /**
3181
2587
  * <p>A list of RulesetItem. RulesetItem contains meta data of a ruleset.</p>
@@ -3187,12 +2593,6 @@ export interface ListRulesetsResponse {
3187
2593
  */
3188
2594
  NextToken?: string;
3189
2595
  }
3190
- export declare namespace ListRulesetsResponse {
3191
- /**
3192
- * @internal
3193
- */
3194
- const filterSensitiveLog: (obj: ListRulesetsResponse) => any;
3195
- }
3196
2596
  export interface ListSchedulesRequest {
3197
2597
  /**
3198
2598
  * <p>The name of the job that these schedules apply to.</p>
@@ -3207,12 +2607,6 @@ export interface ListSchedulesRequest {
3207
2607
  */
3208
2608
  NextToken?: string;
3209
2609
  }
3210
- export declare namespace ListSchedulesRequest {
3211
- /**
3212
- * @internal
3213
- */
3214
- const filterSensitiveLog: (obj: ListSchedulesRequest) => any;
3215
- }
3216
2610
  /**
3217
2611
  * <p>Represents one or more dates and times when a job is to run.</p>
3218
2612
  */
@@ -3260,12 +2654,6 @@ export interface Schedule {
3260
2654
  */
3261
2655
  Name: string | undefined;
3262
2656
  }
3263
- export declare namespace Schedule {
3264
- /**
3265
- * @internal
3266
- */
3267
- const filterSensitiveLog: (obj: Schedule) => any;
3268
- }
3269
2657
  export interface ListSchedulesResponse {
3270
2658
  /**
3271
2659
  * <p>A list of schedules that are defined.</p>
@@ -3277,12 +2665,6 @@ export interface ListSchedulesResponse {
3277
2665
  */
3278
2666
  NextToken?: string;
3279
2667
  }
3280
- export declare namespace ListSchedulesResponse {
3281
- /**
3282
- * @internal
3283
- */
3284
- const filterSensitiveLog: (obj: ListSchedulesResponse) => any;
3285
- }
3286
2668
  export interface ListTagsForResourceRequest {
3287
2669
  /**
3288
2670
  * <p>The Amazon Resource Name (ARN) string that uniquely identifies the DataBrew resource.
@@ -3290,24 +2672,12 @@ export interface ListTagsForResourceRequest {
3290
2672
  */
3291
2673
  ResourceArn: string | undefined;
3292
2674
  }
3293
- export declare namespace ListTagsForResourceRequest {
3294
- /**
3295
- * @internal
3296
- */
3297
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3298
- }
3299
2675
  export interface ListTagsForResourceResponse {
3300
2676
  /**
3301
2677
  * <p>A list of tags associated with the DataBrew resource.</p>
3302
2678
  */
3303
2679
  Tags?: Record<string, string>;
3304
2680
  }
3305
- export declare namespace ListTagsForResourceResponse {
3306
- /**
3307
- * @internal
3308
- */
3309
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3310
- }
3311
2681
  export interface PublishRecipeRequest {
3312
2682
  /**
3313
2683
  * <p>A description of the recipe to be published, for this version of the recipe.</p>
@@ -3318,24 +2688,12 @@ export interface PublishRecipeRequest {
3318
2688
  */
3319
2689
  Name: string | undefined;
3320
2690
  }
3321
- export declare namespace PublishRecipeRequest {
3322
- /**
3323
- * @internal
3324
- */
3325
- const filterSensitiveLog: (obj: PublishRecipeRequest) => any;
3326
- }
3327
2691
  export interface PublishRecipeResponse {
3328
2692
  /**
3329
2693
  * <p>The name of the recipe that you published.</p>
3330
2694
  */
3331
2695
  Name: string | undefined;
3332
2696
  }
3333
- export declare namespace PublishRecipeResponse {
3334
- /**
3335
- * @internal
3336
- */
3337
- const filterSensitiveLog: (obj: PublishRecipeResponse) => any;
3338
- }
3339
2697
  /**
3340
2698
  * <p>Represents the data being transformed during an action.</p>
3341
2699
  */
@@ -3368,12 +2726,6 @@ export interface ViewFrame {
3368
2726
  */
3369
2727
  Analytics?: AnalyticsMode | string;
3370
2728
  }
3371
- export declare namespace ViewFrame {
3372
- /**
3373
- * @internal
3374
- */
3375
- const filterSensitiveLog: (obj: ViewFrame) => any;
3376
- }
3377
2729
  export interface SendProjectSessionActionRequest {
3378
2730
  /**
3379
2731
  * <p>If true, the result of the recipe step will be returned, but not applied.</p>
@@ -3403,12 +2755,6 @@ export interface SendProjectSessionActionRequest {
3403
2755
  */
3404
2756
  ViewFrame?: ViewFrame;
3405
2757
  }
3406
- export declare namespace SendProjectSessionActionRequest {
3407
- /**
3408
- * @internal
3409
- */
3410
- const filterSensitiveLog: (obj: SendProjectSessionActionRequest) => any;
3411
- }
3412
2758
  export interface SendProjectSessionActionResponse {
3413
2759
  /**
3414
2760
  * <p>A message indicating the result of performing the action.</p>
@@ -3423,36 +2769,18 @@ export interface SendProjectSessionActionResponse {
3423
2769
  */
3424
2770
  ActionId?: number;
3425
2771
  }
3426
- export declare namespace SendProjectSessionActionResponse {
3427
- /**
3428
- * @internal
3429
- */
3430
- const filterSensitiveLog: (obj: SendProjectSessionActionResponse) => any;
3431
- }
3432
2772
  export interface StartJobRunRequest {
3433
2773
  /**
3434
2774
  * <p>The name of the job to be run.</p>
3435
2775
  */
3436
2776
  Name: string | undefined;
3437
2777
  }
3438
- export declare namespace StartJobRunRequest {
3439
- /**
3440
- * @internal
3441
- */
3442
- const filterSensitiveLog: (obj: StartJobRunRequest) => any;
3443
- }
3444
2778
  export interface StartJobRunResponse {
3445
2779
  /**
3446
2780
  * <p>A system-generated identifier for this particular job run.</p>
3447
2781
  */
3448
2782
  RunId: string | undefined;
3449
2783
  }
3450
- export declare namespace StartJobRunResponse {
3451
- /**
3452
- * @internal
3453
- */
3454
- const filterSensitiveLog: (obj: StartJobRunResponse) => any;
3455
- }
3456
2784
  export interface StartProjectSessionRequest {
3457
2785
  /**
3458
2786
  * <p>The name of the project to act upon.</p>
@@ -3464,12 +2792,6 @@ export interface StartProjectSessionRequest {
3464
2792
  */
3465
2793
  AssumeControl?: boolean;
3466
2794
  }
3467
- export declare namespace StartProjectSessionRequest {
3468
- /**
3469
- * @internal
3470
- */
3471
- const filterSensitiveLog: (obj: StartProjectSessionRequest) => any;
3472
- }
3473
2795
  export interface StartProjectSessionResponse {
3474
2796
  /**
3475
2797
  * <p>The name of the project to be acted upon.</p>
@@ -3480,12 +2802,6 @@ export interface StartProjectSessionResponse {
3480
2802
  */
3481
2803
  ClientSessionId?: string;
3482
2804
  }
3483
- export declare namespace StartProjectSessionResponse {
3484
- /**
3485
- * @internal
3486
- */
3487
- const filterSensitiveLog: (obj: StartProjectSessionResponse) => any;
3488
- }
3489
2805
  export interface StopJobRunRequest {
3490
2806
  /**
3491
2807
  * <p>The name of the job to be stopped.</p>
@@ -3496,24 +2812,12 @@ export interface StopJobRunRequest {
3496
2812
  */
3497
2813
  RunId: string | undefined;
3498
2814
  }
3499
- export declare namespace StopJobRunRequest {
3500
- /**
3501
- * @internal
3502
- */
3503
- const filterSensitiveLog: (obj: StopJobRunRequest) => any;
3504
- }
3505
2815
  export interface StopJobRunResponse {
3506
2816
  /**
3507
2817
  * <p>The ID of the job run that you stopped.</p>
3508
2818
  */
3509
2819
  RunId: string | undefined;
3510
2820
  }
3511
- export declare namespace StopJobRunResponse {
3512
- /**
3513
- * @internal
3514
- */
3515
- const filterSensitiveLog: (obj: StopJobRunResponse) => any;
3516
- }
3517
2821
  export interface TagResourceRequest {
3518
2822
  /**
3519
2823
  * <p>The DataBrew resource to which tags should be added. The value for this parameter is
@@ -3526,20 +2830,8 @@ export interface TagResourceRequest {
3526
2830
  */
3527
2831
  Tags: Record<string, string> | undefined;
3528
2832
  }
3529
- export declare namespace TagResourceRequest {
3530
- /**
3531
- * @internal
3532
- */
3533
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
3534
- }
3535
2833
  export interface TagResourceResponse {
3536
2834
  }
3537
- export declare namespace TagResourceResponse {
3538
- /**
3539
- * @internal
3540
- */
3541
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
3542
- }
3543
2835
  export interface UntagResourceRequest {
3544
2836
  /**
3545
2837
  * <p>A DataBrew resource from which you want to remove a tag or tags. The value for this
@@ -3551,20 +2843,8 @@ export interface UntagResourceRequest {
3551
2843
  */
3552
2844
  TagKeys: string[] | undefined;
3553
2845
  }
3554
- export declare namespace UntagResourceRequest {
3555
- /**
3556
- * @internal
3557
- */
3558
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
3559
- }
3560
2846
  export interface UntagResourceResponse {
3561
2847
  }
3562
- export declare namespace UntagResourceResponse {
3563
- /**
3564
- * @internal
3565
- */
3566
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
3567
- }
3568
2848
  export interface UpdateDatasetRequest {
3569
2849
  /**
3570
2850
  * <p>The name of the dataset to be updated.</p>
@@ -3589,24 +2869,12 @@ export interface UpdateDatasetRequest {
3589
2869
  */
3590
2870
  PathOptions?: PathOptions;
3591
2871
  }
3592
- export declare namespace UpdateDatasetRequest {
3593
- /**
3594
- * @internal
3595
- */
3596
- const filterSensitiveLog: (obj: UpdateDatasetRequest) => any;
3597
- }
3598
2872
  export interface UpdateDatasetResponse {
3599
2873
  /**
3600
2874
  * <p>The name of the dataset that you updated.</p>
3601
2875
  */
3602
2876
  Name: string | undefined;
3603
2877
  }
3604
- export declare namespace UpdateDatasetResponse {
3605
- /**
3606
- * @internal
3607
- */
3608
- const filterSensitiveLog: (obj: UpdateDatasetResponse) => any;
3609
- }
3610
2878
  export interface UpdateProfileJobRequest {
3611
2879
  /**
3612
2880
  * <p>Configuration for profile jobs. Used to select columns, do evaluations,
@@ -3679,24 +2947,12 @@ export interface UpdateProfileJobRequest {
3679
2947
  */
3680
2948
  JobSample?: JobSample;
3681
2949
  }
3682
- export declare namespace UpdateProfileJobRequest {
3683
- /**
3684
- * @internal
3685
- */
3686
- const filterSensitiveLog: (obj: UpdateProfileJobRequest) => any;
3687
- }
3688
2950
  export interface UpdateProfileJobResponse {
3689
2951
  /**
3690
2952
  * <p>The name of the job that was updated.</p>
3691
2953
  */
3692
2954
  Name: string | undefined;
3693
2955
  }
3694
- export declare namespace UpdateProfileJobResponse {
3695
- /**
3696
- * @internal
3697
- */
3698
- const filterSensitiveLog: (obj: UpdateProfileJobResponse) => any;
3699
- }
3700
2956
  export interface UpdateProjectRequest {
3701
2957
  /**
3702
2958
  * <p>Represents the sample size and sampling type for DataBrew to use for interactive data
@@ -3712,12 +2968,6 @@ export interface UpdateProjectRequest {
3712
2968
  */
3713
2969
  Name: string | undefined;
3714
2970
  }
3715
- export declare namespace UpdateProjectRequest {
3716
- /**
3717
- * @internal
3718
- */
3719
- const filterSensitiveLog: (obj: UpdateProjectRequest) => any;
3720
- }
3721
2971
  export interface UpdateProjectResponse {
3722
2972
  /**
3723
2973
  * <p>The date and time that the project was last modified.</p>
@@ -3728,12 +2978,6 @@ export interface UpdateProjectResponse {
3728
2978
  */
3729
2979
  Name: string | undefined;
3730
2980
  }
3731
- export declare namespace UpdateProjectResponse {
3732
- /**
3733
- * @internal
3734
- */
3735
- const filterSensitiveLog: (obj: UpdateProjectResponse) => any;
3736
- }
3737
2981
  export interface UpdateRecipeRequest {
3738
2982
  /**
3739
2983
  * <p>A description of the recipe.</p>
@@ -3749,24 +2993,12 @@ export interface UpdateRecipeRequest {
3749
2993
  */
3750
2994
  Steps?: RecipeStep[];
3751
2995
  }
3752
- export declare namespace UpdateRecipeRequest {
3753
- /**
3754
- * @internal
3755
- */
3756
- const filterSensitiveLog: (obj: UpdateRecipeRequest) => any;
3757
- }
3758
2996
  export interface UpdateRecipeResponse {
3759
2997
  /**
3760
2998
  * <p>The name of the recipe that was updated.</p>
3761
2999
  */
3762
3000
  Name: string | undefined;
3763
3001
  }
3764
- export declare namespace UpdateRecipeResponse {
3765
- /**
3766
- * @internal
3767
- */
3768
- const filterSensitiveLog: (obj: UpdateRecipeResponse) => any;
3769
- }
3770
3002
  export interface UpdateRecipeJobRequest {
3771
3003
  /**
3772
3004
  * <p>The Amazon Resource Name (ARN) of an encryption key that is used to protect the
@@ -3829,24 +3061,12 @@ export interface UpdateRecipeJobRequest {
3829
3061
  */
3830
3062
  Timeout?: number;
3831
3063
  }
3832
- export declare namespace UpdateRecipeJobRequest {
3833
- /**
3834
- * @internal
3835
- */
3836
- const filterSensitiveLog: (obj: UpdateRecipeJobRequest) => any;
3837
- }
3838
3064
  export interface UpdateRecipeJobResponse {
3839
3065
  /**
3840
3066
  * <p>The name of the job that you updated.</p>
3841
3067
  */
3842
3068
  Name: string | undefined;
3843
3069
  }
3844
- export declare namespace UpdateRecipeJobResponse {
3845
- /**
3846
- * @internal
3847
- */
3848
- const filterSensitiveLog: (obj: UpdateRecipeJobResponse) => any;
3849
- }
3850
3070
  export interface UpdateRulesetRequest {
3851
3071
  /**
3852
3072
  * <p>The name of the ruleset to be updated.</p>
@@ -3862,24 +3082,12 @@ export interface UpdateRulesetRequest {
3862
3082
  */
3863
3083
  Rules: Rule[] | undefined;
3864
3084
  }
3865
- export declare namespace UpdateRulesetRequest {
3866
- /**
3867
- * @internal
3868
- */
3869
- const filterSensitiveLog: (obj: UpdateRulesetRequest) => any;
3870
- }
3871
3085
  export interface UpdateRulesetResponse {
3872
3086
  /**
3873
3087
  * <p>The name of the updated ruleset.</p>
3874
3088
  */
3875
3089
  Name: string | undefined;
3876
3090
  }
3877
- export declare namespace UpdateRulesetResponse {
3878
- /**
3879
- * @internal
3880
- */
3881
- const filterSensitiveLog: (obj: UpdateRulesetResponse) => any;
3882
- }
3883
3091
  export interface UpdateScheduleRequest {
3884
3092
  /**
3885
3093
  * <p>The name or names of one or more jobs to be run for this schedule.</p>
@@ -3897,21 +3105,545 @@ export interface UpdateScheduleRequest {
3897
3105
  */
3898
3106
  Name: string | undefined;
3899
3107
  }
3900
- export declare namespace UpdateScheduleRequest {
3901
- /**
3902
- * @internal
3903
- */
3904
- const filterSensitiveLog: (obj: UpdateScheduleRequest) => any;
3905
- }
3906
3108
  export interface UpdateScheduleResponse {
3907
3109
  /**
3908
3110
  * <p>The name of the schedule that was updated.</p>
3909
3111
  */
3910
3112
  Name: string | undefined;
3911
3113
  }
3912
- export declare namespace UpdateScheduleResponse {
3913
- /**
3914
- * @internal
3915
- */
3916
- const filterSensitiveLog: (obj: UpdateScheduleResponse) => any;
3917
- }
3114
+ /**
3115
+ * @internal
3116
+ */
3117
+ export declare const AllowedStatisticsFilterSensitiveLog: (obj: AllowedStatistics) => any;
3118
+ /**
3119
+ * @internal
3120
+ */
3121
+ export declare const BatchDeleteRecipeVersionRequestFilterSensitiveLog: (obj: BatchDeleteRecipeVersionRequest) => any;
3122
+ /**
3123
+ * @internal
3124
+ */
3125
+ export declare const RecipeVersionErrorDetailFilterSensitiveLog: (obj: RecipeVersionErrorDetail) => any;
3126
+ /**
3127
+ * @internal
3128
+ */
3129
+ export declare const BatchDeleteRecipeVersionResponseFilterSensitiveLog: (obj: BatchDeleteRecipeVersionResponse) => any;
3130
+ /**
3131
+ * @internal
3132
+ */
3133
+ export declare const CsvOptionsFilterSensitiveLog: (obj: CsvOptions) => any;
3134
+ /**
3135
+ * @internal
3136
+ */
3137
+ export declare const ExcelOptionsFilterSensitiveLog: (obj: ExcelOptions) => any;
3138
+ /**
3139
+ * @internal
3140
+ */
3141
+ export declare const JsonOptionsFilterSensitiveLog: (obj: JsonOptions) => any;
3142
+ /**
3143
+ * @internal
3144
+ */
3145
+ export declare const FormatOptionsFilterSensitiveLog: (obj: FormatOptions) => any;
3146
+ /**
3147
+ * @internal
3148
+ */
3149
+ export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
3150
+ /**
3151
+ * @internal
3152
+ */
3153
+ export declare const DatabaseInputDefinitionFilterSensitiveLog: (obj: DatabaseInputDefinition) => any;
3154
+ /**
3155
+ * @internal
3156
+ */
3157
+ export declare const DataCatalogInputDefinitionFilterSensitiveLog: (obj: DataCatalogInputDefinition) => any;
3158
+ /**
3159
+ * @internal
3160
+ */
3161
+ export declare const MetadataFilterSensitiveLog: (obj: Metadata) => any;
3162
+ /**
3163
+ * @internal
3164
+ */
3165
+ export declare const InputFilterSensitiveLog: (obj: Input) => any;
3166
+ /**
3167
+ * @internal
3168
+ */
3169
+ export declare const FilesLimitFilterSensitiveLog: (obj: FilesLimit) => any;
3170
+ /**
3171
+ * @internal
3172
+ */
3173
+ export declare const FilterExpressionFilterSensitiveLog: (obj: FilterExpression) => any;
3174
+ /**
3175
+ * @internal
3176
+ */
3177
+ export declare const DatetimeOptionsFilterSensitiveLog: (obj: DatetimeOptions) => any;
3178
+ /**
3179
+ * @internal
3180
+ */
3181
+ export declare const DatasetParameterFilterSensitiveLog: (obj: DatasetParameter) => any;
3182
+ /**
3183
+ * @internal
3184
+ */
3185
+ export declare const PathOptionsFilterSensitiveLog: (obj: PathOptions) => any;
3186
+ /**
3187
+ * @internal
3188
+ */
3189
+ export declare const CreateDatasetRequestFilterSensitiveLog: (obj: CreateDatasetRequest) => any;
3190
+ /**
3191
+ * @internal
3192
+ */
3193
+ export declare const CreateDatasetResponseFilterSensitiveLog: (obj: CreateDatasetResponse) => any;
3194
+ /**
3195
+ * @internal
3196
+ */
3197
+ export declare const ColumnSelectorFilterSensitiveLog: (obj: ColumnSelector) => any;
3198
+ /**
3199
+ * @internal
3200
+ */
3201
+ export declare const StatisticOverrideFilterSensitiveLog: (obj: StatisticOverride) => any;
3202
+ /**
3203
+ * @internal
3204
+ */
3205
+ export declare const StatisticsConfigurationFilterSensitiveLog: (obj: StatisticsConfiguration) => any;
3206
+ /**
3207
+ * @internal
3208
+ */
3209
+ export declare const ColumnStatisticsConfigurationFilterSensitiveLog: (obj: ColumnStatisticsConfiguration) => any;
3210
+ /**
3211
+ * @internal
3212
+ */
3213
+ export declare const EntityDetectorConfigurationFilterSensitiveLog: (obj: EntityDetectorConfiguration) => any;
3214
+ /**
3215
+ * @internal
3216
+ */
3217
+ export declare const ProfileConfigurationFilterSensitiveLog: (obj: ProfileConfiguration) => any;
3218
+ /**
3219
+ * @internal
3220
+ */
3221
+ export declare const JobSampleFilterSensitiveLog: (obj: JobSample) => any;
3222
+ /**
3223
+ * @internal
3224
+ */
3225
+ export declare const ValidationConfigurationFilterSensitiveLog: (obj: ValidationConfiguration) => any;
3226
+ /**
3227
+ * @internal
3228
+ */
3229
+ export declare const CreateProfileJobRequestFilterSensitiveLog: (obj: CreateProfileJobRequest) => any;
3230
+ /**
3231
+ * @internal
3232
+ */
3233
+ export declare const CreateProfileJobResponseFilterSensitiveLog: (obj: CreateProfileJobResponse) => any;
3234
+ /**
3235
+ * @internal
3236
+ */
3237
+ export declare const SampleFilterSensitiveLog: (obj: Sample) => any;
3238
+ /**
3239
+ * @internal
3240
+ */
3241
+ export declare const CreateProjectRequestFilterSensitiveLog: (obj: CreateProjectRequest) => any;
3242
+ /**
3243
+ * @internal
3244
+ */
3245
+ export declare const CreateProjectResponseFilterSensitiveLog: (obj: CreateProjectResponse) => any;
3246
+ /**
3247
+ * @internal
3248
+ */
3249
+ export declare const RecipeActionFilterSensitiveLog: (obj: RecipeAction) => any;
3250
+ /**
3251
+ * @internal
3252
+ */
3253
+ export declare const ConditionExpressionFilterSensitiveLog: (obj: ConditionExpression) => any;
3254
+ /**
3255
+ * @internal
3256
+ */
3257
+ export declare const RecipeStepFilterSensitiveLog: (obj: RecipeStep) => any;
3258
+ /**
3259
+ * @internal
3260
+ */
3261
+ export declare const CreateRecipeRequestFilterSensitiveLog: (obj: CreateRecipeRequest) => any;
3262
+ /**
3263
+ * @internal
3264
+ */
3265
+ export declare const CreateRecipeResponseFilterSensitiveLog: (obj: CreateRecipeResponse) => any;
3266
+ /**
3267
+ * @internal
3268
+ */
3269
+ export declare const DatabaseTableOutputOptionsFilterSensitiveLog: (obj: DatabaseTableOutputOptions) => any;
3270
+ /**
3271
+ * @internal
3272
+ */
3273
+ export declare const DatabaseOutputFilterSensitiveLog: (obj: DatabaseOutput) => any;
3274
+ /**
3275
+ * @internal
3276
+ */
3277
+ export declare const S3TableOutputOptionsFilterSensitiveLog: (obj: S3TableOutputOptions) => any;
3278
+ /**
3279
+ * @internal
3280
+ */
3281
+ export declare const DataCatalogOutputFilterSensitiveLog: (obj: DataCatalogOutput) => any;
3282
+ /**
3283
+ * @internal
3284
+ */
3285
+ export declare const CsvOutputOptionsFilterSensitiveLog: (obj: CsvOutputOptions) => any;
3286
+ /**
3287
+ * @internal
3288
+ */
3289
+ export declare const OutputFormatOptionsFilterSensitiveLog: (obj: OutputFormatOptions) => any;
3290
+ /**
3291
+ * @internal
3292
+ */
3293
+ export declare const OutputFilterSensitiveLog: (obj: Output) => any;
3294
+ /**
3295
+ * @internal
3296
+ */
3297
+ export declare const RecipeReferenceFilterSensitiveLog: (obj: RecipeReference) => any;
3298
+ /**
3299
+ * @internal
3300
+ */
3301
+ export declare const CreateRecipeJobRequestFilterSensitiveLog: (obj: CreateRecipeJobRequest) => any;
3302
+ /**
3303
+ * @internal
3304
+ */
3305
+ export declare const CreateRecipeJobResponseFilterSensitiveLog: (obj: CreateRecipeJobResponse) => any;
3306
+ /**
3307
+ * @internal
3308
+ */
3309
+ export declare const ThresholdFilterSensitiveLog: (obj: Threshold) => any;
3310
+ /**
3311
+ * @internal
3312
+ */
3313
+ export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
3314
+ /**
3315
+ * @internal
3316
+ */
3317
+ export declare const CreateRulesetRequestFilterSensitiveLog: (obj: CreateRulesetRequest) => any;
3318
+ /**
3319
+ * @internal
3320
+ */
3321
+ export declare const CreateRulesetResponseFilterSensitiveLog: (obj: CreateRulesetResponse) => any;
3322
+ /**
3323
+ * @internal
3324
+ */
3325
+ export declare const CreateScheduleRequestFilterSensitiveLog: (obj: CreateScheduleRequest) => any;
3326
+ /**
3327
+ * @internal
3328
+ */
3329
+ export declare const CreateScheduleResponseFilterSensitiveLog: (obj: CreateScheduleResponse) => any;
3330
+ /**
3331
+ * @internal
3332
+ */
3333
+ export declare const DeleteDatasetRequestFilterSensitiveLog: (obj: DeleteDatasetRequest) => any;
3334
+ /**
3335
+ * @internal
3336
+ */
3337
+ export declare const DeleteDatasetResponseFilterSensitiveLog: (obj: DeleteDatasetResponse) => any;
3338
+ /**
3339
+ * @internal
3340
+ */
3341
+ export declare const DeleteJobRequestFilterSensitiveLog: (obj: DeleteJobRequest) => any;
3342
+ /**
3343
+ * @internal
3344
+ */
3345
+ export declare const DeleteJobResponseFilterSensitiveLog: (obj: DeleteJobResponse) => any;
3346
+ /**
3347
+ * @internal
3348
+ */
3349
+ export declare const DeleteProjectRequestFilterSensitiveLog: (obj: DeleteProjectRequest) => any;
3350
+ /**
3351
+ * @internal
3352
+ */
3353
+ export declare const DeleteProjectResponseFilterSensitiveLog: (obj: DeleteProjectResponse) => any;
3354
+ /**
3355
+ * @internal
3356
+ */
3357
+ export declare const DeleteRecipeVersionRequestFilterSensitiveLog: (obj: DeleteRecipeVersionRequest) => any;
3358
+ /**
3359
+ * @internal
3360
+ */
3361
+ export declare const DeleteRecipeVersionResponseFilterSensitiveLog: (obj: DeleteRecipeVersionResponse) => any;
3362
+ /**
3363
+ * @internal
3364
+ */
3365
+ export declare const DeleteRulesetRequestFilterSensitiveLog: (obj: DeleteRulesetRequest) => any;
3366
+ /**
3367
+ * @internal
3368
+ */
3369
+ export declare const DeleteRulesetResponseFilterSensitiveLog: (obj: DeleteRulesetResponse) => any;
3370
+ /**
3371
+ * @internal
3372
+ */
3373
+ export declare const DeleteScheduleRequestFilterSensitiveLog: (obj: DeleteScheduleRequest) => any;
3374
+ /**
3375
+ * @internal
3376
+ */
3377
+ export declare const DeleteScheduleResponseFilterSensitiveLog: (obj: DeleteScheduleResponse) => any;
3378
+ /**
3379
+ * @internal
3380
+ */
3381
+ export declare const DescribeDatasetRequestFilterSensitiveLog: (obj: DescribeDatasetRequest) => any;
3382
+ /**
3383
+ * @internal
3384
+ */
3385
+ export declare const DescribeDatasetResponseFilterSensitiveLog: (obj: DescribeDatasetResponse) => any;
3386
+ /**
3387
+ * @internal
3388
+ */
3389
+ export declare const DescribeJobRequestFilterSensitiveLog: (obj: DescribeJobRequest) => any;
3390
+ /**
3391
+ * @internal
3392
+ */
3393
+ export declare const DescribeJobResponseFilterSensitiveLog: (obj: DescribeJobResponse) => any;
3394
+ /**
3395
+ * @internal
3396
+ */
3397
+ export declare const DescribeJobRunRequestFilterSensitiveLog: (obj: DescribeJobRunRequest) => any;
3398
+ /**
3399
+ * @internal
3400
+ */
3401
+ export declare const DescribeJobRunResponseFilterSensitiveLog: (obj: DescribeJobRunResponse) => any;
3402
+ /**
3403
+ * @internal
3404
+ */
3405
+ export declare const DescribeProjectRequestFilterSensitiveLog: (obj: DescribeProjectRequest) => any;
3406
+ /**
3407
+ * @internal
3408
+ */
3409
+ export declare const DescribeProjectResponseFilterSensitiveLog: (obj: DescribeProjectResponse) => any;
3410
+ /**
3411
+ * @internal
3412
+ */
3413
+ export declare const DescribeRecipeRequestFilterSensitiveLog: (obj: DescribeRecipeRequest) => any;
3414
+ /**
3415
+ * @internal
3416
+ */
3417
+ export declare const DescribeRecipeResponseFilterSensitiveLog: (obj: DescribeRecipeResponse) => any;
3418
+ /**
3419
+ * @internal
3420
+ */
3421
+ export declare const DescribeRulesetRequestFilterSensitiveLog: (obj: DescribeRulesetRequest) => any;
3422
+ /**
3423
+ * @internal
3424
+ */
3425
+ export declare const DescribeRulesetResponseFilterSensitiveLog: (obj: DescribeRulesetResponse) => any;
3426
+ /**
3427
+ * @internal
3428
+ */
3429
+ export declare const DescribeScheduleRequestFilterSensitiveLog: (obj: DescribeScheduleRequest) => any;
3430
+ /**
3431
+ * @internal
3432
+ */
3433
+ export declare const DescribeScheduleResponseFilterSensitiveLog: (obj: DescribeScheduleResponse) => any;
3434
+ /**
3435
+ * @internal
3436
+ */
3437
+ export declare const ListDatasetsRequestFilterSensitiveLog: (obj: ListDatasetsRequest) => any;
3438
+ /**
3439
+ * @internal
3440
+ */
3441
+ export declare const DatasetFilterSensitiveLog: (obj: Dataset) => any;
3442
+ /**
3443
+ * @internal
3444
+ */
3445
+ export declare const ListDatasetsResponseFilterSensitiveLog: (obj: ListDatasetsResponse) => any;
3446
+ /**
3447
+ * @internal
3448
+ */
3449
+ export declare const ListJobRunsRequestFilterSensitiveLog: (obj: ListJobRunsRequest) => any;
3450
+ /**
3451
+ * @internal
3452
+ */
3453
+ export declare const JobRunFilterSensitiveLog: (obj: JobRun) => any;
3454
+ /**
3455
+ * @internal
3456
+ */
3457
+ export declare const ListJobRunsResponseFilterSensitiveLog: (obj: ListJobRunsResponse) => any;
3458
+ /**
3459
+ * @internal
3460
+ */
3461
+ export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
3462
+ /**
3463
+ * @internal
3464
+ */
3465
+ export declare const JobFilterSensitiveLog: (obj: Job) => any;
3466
+ /**
3467
+ * @internal
3468
+ */
3469
+ export declare const ListJobsResponseFilterSensitiveLog: (obj: ListJobsResponse) => any;
3470
+ /**
3471
+ * @internal
3472
+ */
3473
+ export declare const ListProjectsRequestFilterSensitiveLog: (obj: ListProjectsRequest) => any;
3474
+ /**
3475
+ * @internal
3476
+ */
3477
+ export declare const ProjectFilterSensitiveLog: (obj: Project) => any;
3478
+ /**
3479
+ * @internal
3480
+ */
3481
+ export declare const ListProjectsResponseFilterSensitiveLog: (obj: ListProjectsResponse) => any;
3482
+ /**
3483
+ * @internal
3484
+ */
3485
+ export declare const ListRecipesRequestFilterSensitiveLog: (obj: ListRecipesRequest) => any;
3486
+ /**
3487
+ * @internal
3488
+ */
3489
+ export declare const RecipeFilterSensitiveLog: (obj: Recipe) => any;
3490
+ /**
3491
+ * @internal
3492
+ */
3493
+ export declare const ListRecipesResponseFilterSensitiveLog: (obj: ListRecipesResponse) => any;
3494
+ /**
3495
+ * @internal
3496
+ */
3497
+ export declare const ListRecipeVersionsRequestFilterSensitiveLog: (obj: ListRecipeVersionsRequest) => any;
3498
+ /**
3499
+ * @internal
3500
+ */
3501
+ export declare const ListRecipeVersionsResponseFilterSensitiveLog: (obj: ListRecipeVersionsResponse) => any;
3502
+ /**
3503
+ * @internal
3504
+ */
3505
+ export declare const ListRulesetsRequestFilterSensitiveLog: (obj: ListRulesetsRequest) => any;
3506
+ /**
3507
+ * @internal
3508
+ */
3509
+ export declare const RulesetItemFilterSensitiveLog: (obj: RulesetItem) => any;
3510
+ /**
3511
+ * @internal
3512
+ */
3513
+ export declare const ListRulesetsResponseFilterSensitiveLog: (obj: ListRulesetsResponse) => any;
3514
+ /**
3515
+ * @internal
3516
+ */
3517
+ export declare const ListSchedulesRequestFilterSensitiveLog: (obj: ListSchedulesRequest) => any;
3518
+ /**
3519
+ * @internal
3520
+ */
3521
+ export declare const ScheduleFilterSensitiveLog: (obj: Schedule) => any;
3522
+ /**
3523
+ * @internal
3524
+ */
3525
+ export declare const ListSchedulesResponseFilterSensitiveLog: (obj: ListSchedulesResponse) => any;
3526
+ /**
3527
+ * @internal
3528
+ */
3529
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3530
+ /**
3531
+ * @internal
3532
+ */
3533
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3534
+ /**
3535
+ * @internal
3536
+ */
3537
+ export declare const PublishRecipeRequestFilterSensitiveLog: (obj: PublishRecipeRequest) => any;
3538
+ /**
3539
+ * @internal
3540
+ */
3541
+ export declare const PublishRecipeResponseFilterSensitiveLog: (obj: PublishRecipeResponse) => any;
3542
+ /**
3543
+ * @internal
3544
+ */
3545
+ export declare const ViewFrameFilterSensitiveLog: (obj: ViewFrame) => any;
3546
+ /**
3547
+ * @internal
3548
+ */
3549
+ export declare const SendProjectSessionActionRequestFilterSensitiveLog: (obj: SendProjectSessionActionRequest) => any;
3550
+ /**
3551
+ * @internal
3552
+ */
3553
+ export declare const SendProjectSessionActionResponseFilterSensitiveLog: (obj: SendProjectSessionActionResponse) => any;
3554
+ /**
3555
+ * @internal
3556
+ */
3557
+ export declare const StartJobRunRequestFilterSensitiveLog: (obj: StartJobRunRequest) => any;
3558
+ /**
3559
+ * @internal
3560
+ */
3561
+ export declare const StartJobRunResponseFilterSensitiveLog: (obj: StartJobRunResponse) => any;
3562
+ /**
3563
+ * @internal
3564
+ */
3565
+ export declare const StartProjectSessionRequestFilterSensitiveLog: (obj: StartProjectSessionRequest) => any;
3566
+ /**
3567
+ * @internal
3568
+ */
3569
+ export declare const StartProjectSessionResponseFilterSensitiveLog: (obj: StartProjectSessionResponse) => any;
3570
+ /**
3571
+ * @internal
3572
+ */
3573
+ export declare const StopJobRunRequestFilterSensitiveLog: (obj: StopJobRunRequest) => any;
3574
+ /**
3575
+ * @internal
3576
+ */
3577
+ export declare const StopJobRunResponseFilterSensitiveLog: (obj: StopJobRunResponse) => any;
3578
+ /**
3579
+ * @internal
3580
+ */
3581
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
3582
+ /**
3583
+ * @internal
3584
+ */
3585
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
3586
+ /**
3587
+ * @internal
3588
+ */
3589
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
3590
+ /**
3591
+ * @internal
3592
+ */
3593
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
3594
+ /**
3595
+ * @internal
3596
+ */
3597
+ export declare const UpdateDatasetRequestFilterSensitiveLog: (obj: UpdateDatasetRequest) => any;
3598
+ /**
3599
+ * @internal
3600
+ */
3601
+ export declare const UpdateDatasetResponseFilterSensitiveLog: (obj: UpdateDatasetResponse) => any;
3602
+ /**
3603
+ * @internal
3604
+ */
3605
+ export declare const UpdateProfileJobRequestFilterSensitiveLog: (obj: UpdateProfileJobRequest) => any;
3606
+ /**
3607
+ * @internal
3608
+ */
3609
+ export declare const UpdateProfileJobResponseFilterSensitiveLog: (obj: UpdateProfileJobResponse) => any;
3610
+ /**
3611
+ * @internal
3612
+ */
3613
+ export declare const UpdateProjectRequestFilterSensitiveLog: (obj: UpdateProjectRequest) => any;
3614
+ /**
3615
+ * @internal
3616
+ */
3617
+ export declare const UpdateProjectResponseFilterSensitiveLog: (obj: UpdateProjectResponse) => any;
3618
+ /**
3619
+ * @internal
3620
+ */
3621
+ export declare const UpdateRecipeRequestFilterSensitiveLog: (obj: UpdateRecipeRequest) => any;
3622
+ /**
3623
+ * @internal
3624
+ */
3625
+ export declare const UpdateRecipeResponseFilterSensitiveLog: (obj: UpdateRecipeResponse) => any;
3626
+ /**
3627
+ * @internal
3628
+ */
3629
+ export declare const UpdateRecipeJobRequestFilterSensitiveLog: (obj: UpdateRecipeJobRequest) => any;
3630
+ /**
3631
+ * @internal
3632
+ */
3633
+ export declare const UpdateRecipeJobResponseFilterSensitiveLog: (obj: UpdateRecipeJobResponse) => any;
3634
+ /**
3635
+ * @internal
3636
+ */
3637
+ export declare const UpdateRulesetRequestFilterSensitiveLog: (obj: UpdateRulesetRequest) => any;
3638
+ /**
3639
+ * @internal
3640
+ */
3641
+ export declare const UpdateRulesetResponseFilterSensitiveLog: (obj: UpdateRulesetResponse) => any;
3642
+ /**
3643
+ * @internal
3644
+ */
3645
+ export declare const UpdateScheduleRequestFilterSensitiveLog: (obj: UpdateScheduleRequest) => any;
3646
+ /**
3647
+ * @internal
3648
+ */
3649
+ export declare const UpdateScheduleResponseFilterSensitiveLog: (obj: UpdateScheduleResponse) => any;