@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.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/BatchDeleteRecipeVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateDatasetCommand.js +2 -2
- package/dist-cjs/commands/CreateProfileJobCommand.js +2 -2
- package/dist-cjs/commands/CreateProjectCommand.js +2 -2
- package/dist-cjs/commands/CreateRecipeCommand.js +2 -2
- package/dist-cjs/commands/CreateRecipeJobCommand.js +2 -2
- package/dist-cjs/commands/CreateRulesetCommand.js +2 -2
- package/dist-cjs/commands/CreateScheduleCommand.js +2 -2
- package/dist-cjs/commands/DeleteDatasetCommand.js +2 -2
- package/dist-cjs/commands/DeleteJobCommand.js +2 -2
- package/dist-cjs/commands/DeleteProjectCommand.js +2 -2
- package/dist-cjs/commands/DeleteRecipeVersionCommand.js +2 -2
- package/dist-cjs/commands/DeleteRulesetCommand.js +2 -2
- package/dist-cjs/commands/DeleteScheduleCommand.js +2 -2
- package/dist-cjs/commands/DescribeDatasetCommand.js +2 -2
- package/dist-cjs/commands/DescribeJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeJobRunCommand.js +2 -2
- package/dist-cjs/commands/DescribeProjectCommand.js +2 -2
- package/dist-cjs/commands/DescribeRecipeCommand.js +2 -2
- package/dist-cjs/commands/DescribeRulesetCommand.js +2 -2
- package/dist-cjs/commands/DescribeScheduleCommand.js +2 -2
- package/dist-cjs/commands/ListDatasetsCommand.js +2 -2
- package/dist-cjs/commands/ListJobRunsCommand.js +2 -2
- package/dist-cjs/commands/ListJobsCommand.js +2 -2
- package/dist-cjs/commands/ListProjectsCommand.js +2 -2
- package/dist-cjs/commands/ListRecipeVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListRecipesCommand.js +2 -2
- package/dist-cjs/commands/ListRulesetsCommand.js +2 -2
- package/dist-cjs/commands/ListSchedulesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PublishRecipeCommand.js +2 -2
- package/dist-cjs/commands/SendProjectSessionActionCommand.js +2 -2
- package/dist-cjs/commands/StartJobRunCommand.js +2 -2
- package/dist-cjs/commands/StartProjectSessionCommand.js +2 -2
- package/dist-cjs/commands/StopJobRunCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDatasetCommand.js +2 -2
- package/dist-cjs/commands/UpdateProfileJobCommand.js +2 -2
- package/dist-cjs/commands/UpdateProjectCommand.js +2 -2
- package/dist-cjs/commands/UpdateRecipeCommand.js +2 -2
- package/dist-cjs/commands/UpdateRecipeJobCommand.js +2 -2
- package/dist-cjs/commands/UpdateRulesetCommand.js +2 -2
- package/dist-cjs/commands/UpdateScheduleCommand.js +2 -2
- package/dist-cjs/models/models_0.js +542 -810
- package/dist-cjs/protocols/Aws_restJson1.js +592 -1227
- package/dist-es/commands/BatchDeleteRecipeVersionCommand.js +3 -3
- package/dist-es/commands/CreateDatasetCommand.js +3 -3
- package/dist-es/commands/CreateProfileJobCommand.js +3 -3
- package/dist-es/commands/CreateProjectCommand.js +3 -3
- package/dist-es/commands/CreateRecipeCommand.js +3 -3
- package/dist-es/commands/CreateRecipeJobCommand.js +3 -3
- package/dist-es/commands/CreateRulesetCommand.js +3 -3
- package/dist-es/commands/CreateScheduleCommand.js +3 -3
- package/dist-es/commands/DeleteDatasetCommand.js +3 -3
- package/dist-es/commands/DeleteJobCommand.js +3 -3
- package/dist-es/commands/DeleteProjectCommand.js +3 -3
- package/dist-es/commands/DeleteRecipeVersionCommand.js +3 -3
- package/dist-es/commands/DeleteRulesetCommand.js +3 -3
- package/dist-es/commands/DeleteScheduleCommand.js +3 -3
- package/dist-es/commands/DescribeDatasetCommand.js +3 -3
- package/dist-es/commands/DescribeJobCommand.js +3 -3
- package/dist-es/commands/DescribeJobRunCommand.js +3 -3
- package/dist-es/commands/DescribeProjectCommand.js +3 -3
- package/dist-es/commands/DescribeRecipeCommand.js +3 -3
- package/dist-es/commands/DescribeRulesetCommand.js +3 -3
- package/dist-es/commands/DescribeScheduleCommand.js +3 -3
- package/dist-es/commands/ListDatasetsCommand.js +3 -3
- package/dist-es/commands/ListJobRunsCommand.js +3 -3
- package/dist-es/commands/ListJobsCommand.js +3 -3
- package/dist-es/commands/ListProjectsCommand.js +3 -3
- package/dist-es/commands/ListRecipeVersionsCommand.js +3 -3
- package/dist-es/commands/ListRecipesCommand.js +3 -3
- package/dist-es/commands/ListRulesetsCommand.js +3 -3
- package/dist-es/commands/ListSchedulesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PublishRecipeCommand.js +3 -3
- package/dist-es/commands/SendProjectSessionActionCommand.js +3 -3
- package/dist-es/commands/StartJobRunCommand.js +3 -3
- package/dist-es/commands/StartProjectSessionCommand.js +3 -3
- package/dist-es/commands/StopJobRunCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDatasetCommand.js +3 -3
- package/dist-es/commands/UpdateProfileJobCommand.js +3 -3
- package/dist-es/commands/UpdateProjectCommand.js +3 -3
- package/dist-es/commands/UpdateRecipeCommand.js +3 -3
- package/dist-es/commands/UpdateRecipeJobCommand.js +3 -3
- package/dist-es/commands/UpdateRulesetCommand.js +3 -3
- package/dist-es/commands/UpdateScheduleCommand.js +3 -3
- package/dist-es/models/models_0.js +134 -536
- package/dist-es/protocols/Aws_restJson1.js +755 -1224
- package/dist-types/models/models_0.d.ts +536 -804
- package/dist-types/ts3.4/models/models_0.d.ts +268 -536
- package/package.json +6 -6
|
@@ -13,10 +13,6 @@ export interface AllowedStatistics {
|
|
|
13
13
|
|
|
14
14
|
Statistics: string[] | undefined;
|
|
15
15
|
}
|
|
16
|
-
export declare namespace AllowedStatistics {
|
|
17
|
-
|
|
18
|
-
const filterSensitiveLog: (obj: AllowedStatistics) => any;
|
|
19
|
-
}
|
|
20
16
|
export declare enum AnalyticsMode {
|
|
21
17
|
DISABLE = "DISABLE",
|
|
22
18
|
ENABLE = "ENABLE"
|
|
@@ -27,10 +23,6 @@ export interface BatchDeleteRecipeVersionRequest {
|
|
|
27
23
|
|
|
28
24
|
RecipeVersions: string[] | undefined;
|
|
29
25
|
}
|
|
30
|
-
export declare namespace BatchDeleteRecipeVersionRequest {
|
|
31
|
-
|
|
32
|
-
const filterSensitiveLog: (obj: BatchDeleteRecipeVersionRequest) => any;
|
|
33
|
-
}
|
|
34
26
|
|
|
35
27
|
export interface RecipeVersionErrorDetail {
|
|
36
28
|
|
|
@@ -40,20 +32,12 @@ export interface RecipeVersionErrorDetail {
|
|
|
40
32
|
|
|
41
33
|
RecipeVersion?: string;
|
|
42
34
|
}
|
|
43
|
-
export declare namespace RecipeVersionErrorDetail {
|
|
44
|
-
|
|
45
|
-
const filterSensitiveLog: (obj: RecipeVersionErrorDetail) => any;
|
|
46
|
-
}
|
|
47
35
|
export interface BatchDeleteRecipeVersionResponse {
|
|
48
36
|
|
|
49
37
|
Name: string | undefined;
|
|
50
38
|
|
|
51
39
|
Errors?: RecipeVersionErrorDetail[];
|
|
52
40
|
}
|
|
53
|
-
export declare namespace BatchDeleteRecipeVersionResponse {
|
|
54
|
-
|
|
55
|
-
const filterSensitiveLog: (obj: BatchDeleteRecipeVersionResponse) => any;
|
|
56
|
-
}
|
|
57
41
|
|
|
58
42
|
export declare class ConflictException extends __BaseException {
|
|
59
43
|
readonly name: "ConflictException";
|
|
@@ -92,10 +76,6 @@ export interface CsvOptions {
|
|
|
92
76
|
|
|
93
77
|
HeaderRow?: boolean;
|
|
94
78
|
}
|
|
95
|
-
export declare namespace CsvOptions {
|
|
96
|
-
|
|
97
|
-
const filterSensitiveLog: (obj: CsvOptions) => any;
|
|
98
|
-
}
|
|
99
79
|
|
|
100
80
|
export interface ExcelOptions {
|
|
101
81
|
|
|
@@ -105,19 +85,11 @@ export interface ExcelOptions {
|
|
|
105
85
|
|
|
106
86
|
HeaderRow?: boolean;
|
|
107
87
|
}
|
|
108
|
-
export declare namespace ExcelOptions {
|
|
109
|
-
|
|
110
|
-
const filterSensitiveLog: (obj: ExcelOptions) => any;
|
|
111
|
-
}
|
|
112
88
|
|
|
113
89
|
export interface JsonOptions {
|
|
114
90
|
|
|
115
91
|
MultiLine?: boolean;
|
|
116
92
|
}
|
|
117
|
-
export declare namespace JsonOptions {
|
|
118
|
-
|
|
119
|
-
const filterSensitiveLog: (obj: JsonOptions) => any;
|
|
120
|
-
}
|
|
121
93
|
|
|
122
94
|
export interface FormatOptions {
|
|
123
95
|
|
|
@@ -127,10 +99,6 @@ export interface FormatOptions {
|
|
|
127
99
|
|
|
128
100
|
Csv?: CsvOptions;
|
|
129
101
|
}
|
|
130
|
-
export declare namespace FormatOptions {
|
|
131
|
-
|
|
132
|
-
const filterSensitiveLog: (obj: FormatOptions) => any;
|
|
133
|
-
}
|
|
134
102
|
|
|
135
103
|
export interface S3Location {
|
|
136
104
|
|
|
@@ -140,10 +108,6 @@ export interface S3Location {
|
|
|
140
108
|
|
|
141
109
|
BucketOwner?: string;
|
|
142
110
|
}
|
|
143
|
-
export declare namespace S3Location {
|
|
144
|
-
|
|
145
|
-
const filterSensitiveLog: (obj: S3Location) => any;
|
|
146
|
-
}
|
|
147
111
|
|
|
148
112
|
export interface DatabaseInputDefinition {
|
|
149
113
|
|
|
@@ -155,10 +119,6 @@ export interface DatabaseInputDefinition {
|
|
|
155
119
|
|
|
156
120
|
QueryString?: string;
|
|
157
121
|
}
|
|
158
|
-
export declare namespace DatabaseInputDefinition {
|
|
159
|
-
|
|
160
|
-
const filterSensitiveLog: (obj: DatabaseInputDefinition) => any;
|
|
161
|
-
}
|
|
162
122
|
|
|
163
123
|
export interface DataCatalogInputDefinition {
|
|
164
124
|
|
|
@@ -170,19 +130,11 @@ export interface DataCatalogInputDefinition {
|
|
|
170
130
|
|
|
171
131
|
TempDirectory?: S3Location;
|
|
172
132
|
}
|
|
173
|
-
export declare namespace DataCatalogInputDefinition {
|
|
174
|
-
|
|
175
|
-
const filterSensitiveLog: (obj: DataCatalogInputDefinition) => any;
|
|
176
|
-
}
|
|
177
133
|
|
|
178
134
|
export interface Metadata {
|
|
179
135
|
|
|
180
136
|
SourceArn?: string;
|
|
181
137
|
}
|
|
182
|
-
export declare namespace Metadata {
|
|
183
|
-
|
|
184
|
-
const filterSensitiveLog: (obj: Metadata) => any;
|
|
185
|
-
}
|
|
186
138
|
|
|
187
139
|
export interface Input {
|
|
188
140
|
|
|
@@ -194,10 +146,6 @@ export interface Input {
|
|
|
194
146
|
|
|
195
147
|
Metadata?: Metadata;
|
|
196
148
|
}
|
|
197
|
-
export declare namespace Input {
|
|
198
|
-
|
|
199
|
-
const filterSensitiveLog: (obj: Input) => any;
|
|
200
|
-
}
|
|
201
149
|
export declare enum Order {
|
|
202
150
|
ASCENDING = "ASCENDING",
|
|
203
151
|
DESCENDING = "DESCENDING"
|
|
@@ -214,10 +162,6 @@ export interface FilesLimit {
|
|
|
214
162
|
|
|
215
163
|
Order?: Order | string;
|
|
216
164
|
}
|
|
217
|
-
export declare namespace FilesLimit {
|
|
218
|
-
|
|
219
|
-
const filterSensitiveLog: (obj: FilesLimit) => any;
|
|
220
|
-
}
|
|
221
165
|
|
|
222
166
|
export interface FilterExpression {
|
|
223
167
|
|
|
@@ -225,10 +169,6 @@ export interface FilterExpression {
|
|
|
225
169
|
|
|
226
170
|
ValuesMap: Record<string, string> | undefined;
|
|
227
171
|
}
|
|
228
|
-
export declare namespace FilterExpression {
|
|
229
|
-
|
|
230
|
-
const filterSensitiveLog: (obj: FilterExpression) => any;
|
|
231
|
-
}
|
|
232
172
|
|
|
233
173
|
export interface DatetimeOptions {
|
|
234
174
|
|
|
@@ -238,10 +178,6 @@ export interface DatetimeOptions {
|
|
|
238
178
|
|
|
239
179
|
LocaleCode?: string;
|
|
240
180
|
}
|
|
241
|
-
export declare namespace DatetimeOptions {
|
|
242
|
-
|
|
243
|
-
const filterSensitiveLog: (obj: DatetimeOptions) => any;
|
|
244
|
-
}
|
|
245
181
|
export declare enum ParameterType {
|
|
246
182
|
Datetime = "Datetime",
|
|
247
183
|
Number = "Number",
|
|
@@ -260,10 +196,6 @@ export interface DatasetParameter {
|
|
|
260
196
|
|
|
261
197
|
Filter?: FilterExpression;
|
|
262
198
|
}
|
|
263
|
-
export declare namespace DatasetParameter {
|
|
264
|
-
|
|
265
|
-
const filterSensitiveLog: (obj: DatasetParameter) => any;
|
|
266
|
-
}
|
|
267
199
|
|
|
268
200
|
export interface PathOptions {
|
|
269
201
|
|
|
@@ -273,10 +205,6 @@ export interface PathOptions {
|
|
|
273
205
|
|
|
274
206
|
Parameters?: Record<string, DatasetParameter>;
|
|
275
207
|
}
|
|
276
|
-
export declare namespace PathOptions {
|
|
277
|
-
|
|
278
|
-
const filterSensitiveLog: (obj: PathOptions) => any;
|
|
279
|
-
}
|
|
280
208
|
export interface CreateDatasetRequest {
|
|
281
209
|
|
|
282
210
|
Name: string | undefined;
|
|
@@ -291,18 +219,10 @@ export interface CreateDatasetRequest {
|
|
|
291
219
|
|
|
292
220
|
Tags?: Record<string, string>;
|
|
293
221
|
}
|
|
294
|
-
export declare namespace CreateDatasetRequest {
|
|
295
|
-
|
|
296
|
-
const filterSensitiveLog: (obj: CreateDatasetRequest) => any;
|
|
297
|
-
}
|
|
298
222
|
export interface CreateDatasetResponse {
|
|
299
223
|
|
|
300
224
|
Name: string | undefined;
|
|
301
225
|
}
|
|
302
|
-
export declare namespace CreateDatasetResponse {
|
|
303
|
-
|
|
304
|
-
const filterSensitiveLog: (obj: CreateDatasetResponse) => any;
|
|
305
|
-
}
|
|
306
226
|
|
|
307
227
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
308
228
|
readonly name: "ServiceQuotaExceededException";
|
|
@@ -318,10 +238,6 @@ export interface ColumnSelector {
|
|
|
318
238
|
|
|
319
239
|
Name?: string;
|
|
320
240
|
}
|
|
321
|
-
export declare namespace ColumnSelector {
|
|
322
|
-
|
|
323
|
-
const filterSensitiveLog: (obj: ColumnSelector) => any;
|
|
324
|
-
}
|
|
325
241
|
|
|
326
242
|
export interface StatisticOverride {
|
|
327
243
|
|
|
@@ -329,10 +245,6 @@ export interface StatisticOverride {
|
|
|
329
245
|
|
|
330
246
|
Parameters: Record<string, string> | undefined;
|
|
331
247
|
}
|
|
332
|
-
export declare namespace StatisticOverride {
|
|
333
|
-
|
|
334
|
-
const filterSensitiveLog: (obj: StatisticOverride) => any;
|
|
335
|
-
}
|
|
336
248
|
|
|
337
249
|
export interface StatisticsConfiguration {
|
|
338
250
|
|
|
@@ -340,10 +252,6 @@ export interface StatisticsConfiguration {
|
|
|
340
252
|
|
|
341
253
|
Overrides?: StatisticOverride[];
|
|
342
254
|
}
|
|
343
|
-
export declare namespace StatisticsConfiguration {
|
|
344
|
-
|
|
345
|
-
const filterSensitiveLog: (obj: StatisticsConfiguration) => any;
|
|
346
|
-
}
|
|
347
255
|
|
|
348
256
|
export interface ColumnStatisticsConfiguration {
|
|
349
257
|
|
|
@@ -351,10 +259,6 @@ export interface ColumnStatisticsConfiguration {
|
|
|
351
259
|
|
|
352
260
|
Statistics: StatisticsConfiguration | undefined;
|
|
353
261
|
}
|
|
354
|
-
export declare namespace ColumnStatisticsConfiguration {
|
|
355
|
-
|
|
356
|
-
const filterSensitiveLog: (obj: ColumnStatisticsConfiguration) => any;
|
|
357
|
-
}
|
|
358
262
|
|
|
359
263
|
export interface EntityDetectorConfiguration {
|
|
360
264
|
|
|
@@ -362,10 +266,6 @@ export interface EntityDetectorConfiguration {
|
|
|
362
266
|
|
|
363
267
|
AllowedStatistics?: AllowedStatistics[];
|
|
364
268
|
}
|
|
365
|
-
export declare namespace EntityDetectorConfiguration {
|
|
366
|
-
|
|
367
|
-
const filterSensitiveLog: (obj: EntityDetectorConfiguration) => any;
|
|
368
|
-
}
|
|
369
269
|
|
|
370
270
|
export interface ProfileConfiguration {
|
|
371
271
|
|
|
@@ -377,10 +277,6 @@ export interface ProfileConfiguration {
|
|
|
377
277
|
|
|
378
278
|
EntityDetectorConfiguration?: EntityDetectorConfiguration;
|
|
379
279
|
}
|
|
380
|
-
export declare namespace ProfileConfiguration {
|
|
381
|
-
|
|
382
|
-
const filterSensitiveLog: (obj: ProfileConfiguration) => any;
|
|
383
|
-
}
|
|
384
280
|
export declare enum EncryptionMode {
|
|
385
281
|
SSEKMS = "SSE-KMS",
|
|
386
282
|
SSES3 = "SSE-S3"
|
|
@@ -396,10 +292,6 @@ export interface JobSample {
|
|
|
396
292
|
|
|
397
293
|
Size?: number;
|
|
398
294
|
}
|
|
399
|
-
export declare namespace JobSample {
|
|
400
|
-
|
|
401
|
-
const filterSensitiveLog: (obj: JobSample) => any;
|
|
402
|
-
}
|
|
403
295
|
export declare enum LogSubscription {
|
|
404
296
|
DISABLE = "DISABLE",
|
|
405
297
|
ENABLE = "ENABLE"
|
|
@@ -414,10 +306,6 @@ export interface ValidationConfiguration {
|
|
|
414
306
|
|
|
415
307
|
ValidationMode?: ValidationMode | string;
|
|
416
308
|
}
|
|
417
|
-
export declare namespace ValidationConfiguration {
|
|
418
|
-
|
|
419
|
-
const filterSensitiveLog: (obj: ValidationConfiguration) => any;
|
|
420
|
-
}
|
|
421
309
|
export interface CreateProfileJobRequest {
|
|
422
310
|
|
|
423
311
|
DatasetName: string | undefined;
|
|
@@ -448,18 +336,10 @@ export interface CreateProfileJobRequest {
|
|
|
448
336
|
|
|
449
337
|
JobSample?: JobSample;
|
|
450
338
|
}
|
|
451
|
-
export declare namespace CreateProfileJobRequest {
|
|
452
|
-
|
|
453
|
-
const filterSensitiveLog: (obj: CreateProfileJobRequest) => any;
|
|
454
|
-
}
|
|
455
339
|
export interface CreateProfileJobResponse {
|
|
456
340
|
|
|
457
341
|
Name: string | undefined;
|
|
458
342
|
}
|
|
459
|
-
export declare namespace CreateProfileJobResponse {
|
|
460
|
-
|
|
461
|
-
const filterSensitiveLog: (obj: CreateProfileJobResponse) => any;
|
|
462
|
-
}
|
|
463
343
|
export declare enum SampleType {
|
|
464
344
|
FIRST_N = "FIRST_N",
|
|
465
345
|
LAST_N = "LAST_N",
|
|
@@ -472,10 +352,6 @@ export interface Sample {
|
|
|
472
352
|
|
|
473
353
|
Type: SampleType | string | undefined;
|
|
474
354
|
}
|
|
475
|
-
export declare namespace Sample {
|
|
476
|
-
|
|
477
|
-
const filterSensitiveLog: (obj: Sample) => any;
|
|
478
|
-
}
|
|
479
355
|
export interface CreateProjectRequest {
|
|
480
356
|
|
|
481
357
|
DatasetName: string | undefined;
|
|
@@ -490,18 +366,10 @@ export interface CreateProjectRequest {
|
|
|
490
366
|
|
|
491
367
|
Tags?: Record<string, string>;
|
|
492
368
|
}
|
|
493
|
-
export declare namespace CreateProjectRequest {
|
|
494
|
-
|
|
495
|
-
const filterSensitiveLog: (obj: CreateProjectRequest) => any;
|
|
496
|
-
}
|
|
497
369
|
export interface CreateProjectResponse {
|
|
498
370
|
|
|
499
371
|
Name: string | undefined;
|
|
500
372
|
}
|
|
501
|
-
export declare namespace CreateProjectResponse {
|
|
502
|
-
|
|
503
|
-
const filterSensitiveLog: (obj: CreateProjectResponse) => any;
|
|
504
|
-
}
|
|
505
373
|
|
|
506
374
|
export declare class InternalServerException extends __BaseException {
|
|
507
375
|
readonly name: "InternalServerException";
|
|
@@ -517,10 +385,6 @@ export interface RecipeAction {
|
|
|
517
385
|
|
|
518
386
|
Parameters?: Record<string, string>;
|
|
519
387
|
}
|
|
520
|
-
export declare namespace RecipeAction {
|
|
521
|
-
|
|
522
|
-
const filterSensitiveLog: (obj: RecipeAction) => any;
|
|
523
|
-
}
|
|
524
388
|
|
|
525
389
|
export interface ConditionExpression {
|
|
526
390
|
|
|
@@ -530,10 +394,6 @@ export interface ConditionExpression {
|
|
|
530
394
|
|
|
531
395
|
TargetColumn: string | undefined;
|
|
532
396
|
}
|
|
533
|
-
export declare namespace ConditionExpression {
|
|
534
|
-
|
|
535
|
-
const filterSensitiveLog: (obj: ConditionExpression) => any;
|
|
536
|
-
}
|
|
537
397
|
|
|
538
398
|
export interface RecipeStep {
|
|
539
399
|
|
|
@@ -541,10 +401,6 @@ export interface RecipeStep {
|
|
|
541
401
|
|
|
542
402
|
ConditionExpressions?: ConditionExpression[];
|
|
543
403
|
}
|
|
544
|
-
export declare namespace RecipeStep {
|
|
545
|
-
|
|
546
|
-
const filterSensitiveLog: (obj: RecipeStep) => any;
|
|
547
|
-
}
|
|
548
404
|
export interface CreateRecipeRequest {
|
|
549
405
|
|
|
550
406
|
Description?: string;
|
|
@@ -555,18 +411,10 @@ export interface CreateRecipeRequest {
|
|
|
555
411
|
|
|
556
412
|
Tags?: Record<string, string>;
|
|
557
413
|
}
|
|
558
|
-
export declare namespace CreateRecipeRequest {
|
|
559
|
-
|
|
560
|
-
const filterSensitiveLog: (obj: CreateRecipeRequest) => any;
|
|
561
|
-
}
|
|
562
414
|
export interface CreateRecipeResponse {
|
|
563
415
|
|
|
564
416
|
Name: string | undefined;
|
|
565
417
|
}
|
|
566
|
-
export declare namespace CreateRecipeResponse {
|
|
567
|
-
|
|
568
|
-
const filterSensitiveLog: (obj: CreateRecipeResponse) => any;
|
|
569
|
-
}
|
|
570
418
|
|
|
571
419
|
export interface DatabaseTableOutputOptions {
|
|
572
420
|
|
|
@@ -574,10 +422,6 @@ export interface DatabaseTableOutputOptions {
|
|
|
574
422
|
|
|
575
423
|
TableName: string | undefined;
|
|
576
424
|
}
|
|
577
|
-
export declare namespace DatabaseTableOutputOptions {
|
|
578
|
-
|
|
579
|
-
const filterSensitiveLog: (obj: DatabaseTableOutputOptions) => any;
|
|
580
|
-
}
|
|
581
425
|
export declare enum DatabaseOutputMode {
|
|
582
426
|
NEW_TABLE = "NEW_TABLE"
|
|
583
427
|
}
|
|
@@ -590,19 +434,11 @@ export interface DatabaseOutput {
|
|
|
590
434
|
|
|
591
435
|
DatabaseOutputMode?: DatabaseOutputMode | string;
|
|
592
436
|
}
|
|
593
|
-
export declare namespace DatabaseOutput {
|
|
594
|
-
|
|
595
|
-
const filterSensitiveLog: (obj: DatabaseOutput) => any;
|
|
596
|
-
}
|
|
597
437
|
|
|
598
438
|
export interface S3TableOutputOptions {
|
|
599
439
|
|
|
600
440
|
Location: S3Location | undefined;
|
|
601
441
|
}
|
|
602
|
-
export declare namespace S3TableOutputOptions {
|
|
603
|
-
|
|
604
|
-
const filterSensitiveLog: (obj: S3TableOutputOptions) => any;
|
|
605
|
-
}
|
|
606
442
|
|
|
607
443
|
export interface DataCatalogOutput {
|
|
608
444
|
|
|
@@ -618,10 +454,6 @@ export interface DataCatalogOutput {
|
|
|
618
454
|
|
|
619
455
|
Overwrite?: boolean;
|
|
620
456
|
}
|
|
621
|
-
export declare namespace DataCatalogOutput {
|
|
622
|
-
|
|
623
|
-
const filterSensitiveLog: (obj: DataCatalogOutput) => any;
|
|
624
|
-
}
|
|
625
457
|
export declare enum CompressionFormat {
|
|
626
458
|
BROTLI = "BROTLI",
|
|
627
459
|
BZIP2 = "BZIP2",
|
|
@@ -648,19 +480,11 @@ export interface CsvOutputOptions {
|
|
|
648
480
|
|
|
649
481
|
Delimiter?: string;
|
|
650
482
|
}
|
|
651
|
-
export declare namespace CsvOutputOptions {
|
|
652
|
-
|
|
653
|
-
const filterSensitiveLog: (obj: CsvOutputOptions) => any;
|
|
654
|
-
}
|
|
655
483
|
|
|
656
484
|
export interface OutputFormatOptions {
|
|
657
485
|
|
|
658
486
|
Csv?: CsvOutputOptions;
|
|
659
487
|
}
|
|
660
|
-
export declare namespace OutputFormatOptions {
|
|
661
|
-
|
|
662
|
-
const filterSensitiveLog: (obj: OutputFormatOptions) => any;
|
|
663
|
-
}
|
|
664
488
|
|
|
665
489
|
export interface Output {
|
|
666
490
|
|
|
@@ -678,10 +502,6 @@ export interface Output {
|
|
|
678
502
|
|
|
679
503
|
MaxOutputFiles?: number;
|
|
680
504
|
}
|
|
681
|
-
export declare namespace Output {
|
|
682
|
-
|
|
683
|
-
const filterSensitiveLog: (obj: Output) => any;
|
|
684
|
-
}
|
|
685
505
|
|
|
686
506
|
export interface RecipeReference {
|
|
687
507
|
|
|
@@ -689,10 +509,6 @@ export interface RecipeReference {
|
|
|
689
509
|
|
|
690
510
|
RecipeVersion?: string;
|
|
691
511
|
}
|
|
692
|
-
export declare namespace RecipeReference {
|
|
693
|
-
|
|
694
|
-
const filterSensitiveLog: (obj: RecipeReference) => any;
|
|
695
|
-
}
|
|
696
512
|
export interface CreateRecipeJobRequest {
|
|
697
513
|
|
|
698
514
|
DatasetName?: string;
|
|
@@ -725,18 +541,10 @@ export interface CreateRecipeJobRequest {
|
|
|
725
541
|
|
|
726
542
|
Timeout?: number;
|
|
727
543
|
}
|
|
728
|
-
export declare namespace CreateRecipeJobRequest {
|
|
729
|
-
|
|
730
|
-
const filterSensitiveLog: (obj: CreateRecipeJobRequest) => any;
|
|
731
|
-
}
|
|
732
544
|
export interface CreateRecipeJobResponse {
|
|
733
545
|
|
|
734
546
|
Name: string | undefined;
|
|
735
547
|
}
|
|
736
|
-
export declare namespace CreateRecipeJobResponse {
|
|
737
|
-
|
|
738
|
-
const filterSensitiveLog: (obj: CreateRecipeJobResponse) => any;
|
|
739
|
-
}
|
|
740
548
|
export declare enum ThresholdType {
|
|
741
549
|
GREATER_THAN = "GREATER_THAN",
|
|
742
550
|
GREATER_THAN_OR_EQUAL = "GREATER_THAN_OR_EQUAL",
|
|
@@ -756,10 +564,6 @@ export interface Threshold {
|
|
|
756
564
|
|
|
757
565
|
Unit?: ThresholdUnit | string;
|
|
758
566
|
}
|
|
759
|
-
export declare namespace Threshold {
|
|
760
|
-
|
|
761
|
-
const filterSensitiveLog: (obj: Threshold) => any;
|
|
762
|
-
}
|
|
763
567
|
|
|
764
568
|
export interface Rule {
|
|
765
569
|
|
|
@@ -775,10 +579,6 @@ export interface Rule {
|
|
|
775
579
|
|
|
776
580
|
ColumnSelectors?: ColumnSelector[];
|
|
777
581
|
}
|
|
778
|
-
export declare namespace Rule {
|
|
779
|
-
|
|
780
|
-
const filterSensitiveLog: (obj: Rule) => any;
|
|
781
|
-
}
|
|
782
582
|
export interface CreateRulesetRequest {
|
|
783
583
|
|
|
784
584
|
Name: string | undefined;
|
|
@@ -791,18 +591,10 @@ export interface CreateRulesetRequest {
|
|
|
791
591
|
|
|
792
592
|
Tags?: Record<string, string>;
|
|
793
593
|
}
|
|
794
|
-
export declare namespace CreateRulesetRequest {
|
|
795
|
-
|
|
796
|
-
const filterSensitiveLog: (obj: CreateRulesetRequest) => any;
|
|
797
|
-
}
|
|
798
594
|
export interface CreateRulesetResponse {
|
|
799
595
|
|
|
800
596
|
Name: string | undefined;
|
|
801
597
|
}
|
|
802
|
-
export declare namespace CreateRulesetResponse {
|
|
803
|
-
|
|
804
|
-
const filterSensitiveLog: (obj: CreateRulesetResponse) => any;
|
|
805
|
-
}
|
|
806
598
|
export interface CreateScheduleRequest {
|
|
807
599
|
|
|
808
600
|
JobNames?: string[];
|
|
@@ -813,126 +605,66 @@ export interface CreateScheduleRequest {
|
|
|
813
605
|
|
|
814
606
|
Name: string | undefined;
|
|
815
607
|
}
|
|
816
|
-
export declare namespace CreateScheduleRequest {
|
|
817
|
-
|
|
818
|
-
const filterSensitiveLog: (obj: CreateScheduleRequest) => any;
|
|
819
|
-
}
|
|
820
608
|
export interface CreateScheduleResponse {
|
|
821
609
|
|
|
822
610
|
Name: string | undefined;
|
|
823
611
|
}
|
|
824
|
-
export declare namespace CreateScheduleResponse {
|
|
825
|
-
|
|
826
|
-
const filterSensitiveLog: (obj: CreateScheduleResponse) => any;
|
|
827
|
-
}
|
|
828
612
|
export interface DeleteDatasetRequest {
|
|
829
613
|
|
|
830
614
|
Name: string | undefined;
|
|
831
615
|
}
|
|
832
|
-
export declare namespace DeleteDatasetRequest {
|
|
833
|
-
|
|
834
|
-
const filterSensitiveLog: (obj: DeleteDatasetRequest) => any;
|
|
835
|
-
}
|
|
836
616
|
export interface DeleteDatasetResponse {
|
|
837
617
|
|
|
838
618
|
Name: string | undefined;
|
|
839
619
|
}
|
|
840
|
-
export declare namespace DeleteDatasetResponse {
|
|
841
|
-
|
|
842
|
-
const filterSensitiveLog: (obj: DeleteDatasetResponse) => any;
|
|
843
|
-
}
|
|
844
620
|
export interface DeleteJobRequest {
|
|
845
621
|
|
|
846
622
|
Name: string | undefined;
|
|
847
623
|
}
|
|
848
|
-
export declare namespace DeleteJobRequest {
|
|
849
|
-
|
|
850
|
-
const filterSensitiveLog: (obj: DeleteJobRequest) => any;
|
|
851
|
-
}
|
|
852
624
|
export interface DeleteJobResponse {
|
|
853
625
|
|
|
854
626
|
Name: string | undefined;
|
|
855
627
|
}
|
|
856
|
-
export declare namespace DeleteJobResponse {
|
|
857
|
-
|
|
858
|
-
const filterSensitiveLog: (obj: DeleteJobResponse) => any;
|
|
859
|
-
}
|
|
860
628
|
export interface DeleteProjectRequest {
|
|
861
629
|
|
|
862
630
|
Name: string | undefined;
|
|
863
631
|
}
|
|
864
|
-
export declare namespace DeleteProjectRequest {
|
|
865
|
-
|
|
866
|
-
const filterSensitiveLog: (obj: DeleteProjectRequest) => any;
|
|
867
|
-
}
|
|
868
632
|
export interface DeleteProjectResponse {
|
|
869
633
|
|
|
870
634
|
Name: string | undefined;
|
|
871
635
|
}
|
|
872
|
-
export declare namespace DeleteProjectResponse {
|
|
873
|
-
|
|
874
|
-
const filterSensitiveLog: (obj: DeleteProjectResponse) => any;
|
|
875
|
-
}
|
|
876
636
|
export interface DeleteRecipeVersionRequest {
|
|
877
637
|
|
|
878
638
|
Name: string | undefined;
|
|
879
639
|
|
|
880
640
|
RecipeVersion: string | undefined;
|
|
881
641
|
}
|
|
882
|
-
export declare namespace DeleteRecipeVersionRequest {
|
|
883
|
-
|
|
884
|
-
const filterSensitiveLog: (obj: DeleteRecipeVersionRequest) => any;
|
|
885
|
-
}
|
|
886
642
|
export interface DeleteRecipeVersionResponse {
|
|
887
643
|
|
|
888
644
|
Name: string | undefined;
|
|
889
645
|
|
|
890
646
|
RecipeVersion: string | undefined;
|
|
891
647
|
}
|
|
892
|
-
export declare namespace DeleteRecipeVersionResponse {
|
|
893
|
-
|
|
894
|
-
const filterSensitiveLog: (obj: DeleteRecipeVersionResponse) => any;
|
|
895
|
-
}
|
|
896
648
|
export interface DeleteRulesetRequest {
|
|
897
649
|
|
|
898
650
|
Name: string | undefined;
|
|
899
651
|
}
|
|
900
|
-
export declare namespace DeleteRulesetRequest {
|
|
901
|
-
|
|
902
|
-
const filterSensitiveLog: (obj: DeleteRulesetRequest) => any;
|
|
903
|
-
}
|
|
904
652
|
export interface DeleteRulesetResponse {
|
|
905
653
|
|
|
906
654
|
Name: string | undefined;
|
|
907
655
|
}
|
|
908
|
-
export declare namespace DeleteRulesetResponse {
|
|
909
|
-
|
|
910
|
-
const filterSensitiveLog: (obj: DeleteRulesetResponse) => any;
|
|
911
|
-
}
|
|
912
656
|
export interface DeleteScheduleRequest {
|
|
913
657
|
|
|
914
658
|
Name: string | undefined;
|
|
915
659
|
}
|
|
916
|
-
export declare namespace DeleteScheduleRequest {
|
|
917
|
-
|
|
918
|
-
const filterSensitiveLog: (obj: DeleteScheduleRequest) => any;
|
|
919
|
-
}
|
|
920
660
|
export interface DeleteScheduleResponse {
|
|
921
661
|
|
|
922
662
|
Name: string | undefined;
|
|
923
663
|
}
|
|
924
|
-
export declare namespace DeleteScheduleResponse {
|
|
925
|
-
|
|
926
|
-
const filterSensitiveLog: (obj: DeleteScheduleResponse) => any;
|
|
927
|
-
}
|
|
928
664
|
export interface DescribeDatasetRequest {
|
|
929
665
|
|
|
930
666
|
Name: string | undefined;
|
|
931
667
|
}
|
|
932
|
-
export declare namespace DescribeDatasetRequest {
|
|
933
|
-
|
|
934
|
-
const filterSensitiveLog: (obj: DescribeDatasetRequest) => any;
|
|
935
|
-
}
|
|
936
668
|
export declare enum Source {
|
|
937
669
|
DATABASE = "DATABASE",
|
|
938
670
|
DATACATALOG = "DATA-CATALOG",
|
|
@@ -964,18 +696,10 @@ export interface DescribeDatasetResponse {
|
|
|
964
696
|
|
|
965
697
|
ResourceArn?: string;
|
|
966
698
|
}
|
|
967
|
-
export declare namespace DescribeDatasetResponse {
|
|
968
|
-
|
|
969
|
-
const filterSensitiveLog: (obj: DescribeDatasetResponse) => any;
|
|
970
|
-
}
|
|
971
699
|
export interface DescribeJobRequest {
|
|
972
700
|
|
|
973
701
|
Name: string | undefined;
|
|
974
702
|
}
|
|
975
|
-
export declare namespace DescribeJobRequest {
|
|
976
|
-
|
|
977
|
-
const filterSensitiveLog: (obj: DescribeJobRequest) => any;
|
|
978
|
-
}
|
|
979
703
|
export declare enum JobType {
|
|
980
704
|
PROFILE = "PROFILE",
|
|
981
705
|
RECIPE = "RECIPE"
|
|
@@ -1030,20 +754,12 @@ export interface DescribeJobResponse {
|
|
|
1030
754
|
|
|
1031
755
|
JobSample?: JobSample;
|
|
1032
756
|
}
|
|
1033
|
-
export declare namespace DescribeJobResponse {
|
|
1034
|
-
|
|
1035
|
-
const filterSensitiveLog: (obj: DescribeJobResponse) => any;
|
|
1036
|
-
}
|
|
1037
757
|
export interface DescribeJobRunRequest {
|
|
1038
758
|
|
|
1039
759
|
Name: string | undefined;
|
|
1040
760
|
|
|
1041
761
|
RunId: string | undefined;
|
|
1042
762
|
}
|
|
1043
|
-
export declare namespace DescribeJobRunRequest {
|
|
1044
|
-
|
|
1045
|
-
const filterSensitiveLog: (obj: DescribeJobRunRequest) => any;
|
|
1046
|
-
}
|
|
1047
763
|
export declare enum JobRunState {
|
|
1048
764
|
FAILED = "FAILED",
|
|
1049
765
|
RUNNING = "RUNNING",
|
|
@@ -1093,18 +809,10 @@ export interface DescribeJobRunResponse {
|
|
|
1093
809
|
|
|
1094
810
|
JobSample?: JobSample;
|
|
1095
811
|
}
|
|
1096
|
-
export declare namespace DescribeJobRunResponse {
|
|
1097
|
-
|
|
1098
|
-
const filterSensitiveLog: (obj: DescribeJobRunResponse) => any;
|
|
1099
|
-
}
|
|
1100
812
|
export interface DescribeProjectRequest {
|
|
1101
813
|
|
|
1102
814
|
Name: string | undefined;
|
|
1103
815
|
}
|
|
1104
|
-
export declare namespace DescribeProjectRequest {
|
|
1105
|
-
|
|
1106
|
-
const filterSensitiveLog: (obj: DescribeProjectRequest) => any;
|
|
1107
|
-
}
|
|
1108
816
|
export declare enum SessionStatus {
|
|
1109
817
|
ASSIGNED = "ASSIGNED",
|
|
1110
818
|
FAILED = "FAILED",
|
|
@@ -1147,20 +855,12 @@ export interface DescribeProjectResponse {
|
|
|
1147
855
|
|
|
1148
856
|
OpenDate?: Date;
|
|
1149
857
|
}
|
|
1150
|
-
export declare namespace DescribeProjectResponse {
|
|
1151
|
-
|
|
1152
|
-
const filterSensitiveLog: (obj: DescribeProjectResponse) => any;
|
|
1153
|
-
}
|
|
1154
858
|
export interface DescribeRecipeRequest {
|
|
1155
859
|
|
|
1156
860
|
Name: string | undefined;
|
|
1157
861
|
|
|
1158
862
|
RecipeVersion?: string;
|
|
1159
863
|
}
|
|
1160
|
-
export declare namespace DescribeRecipeRequest {
|
|
1161
|
-
|
|
1162
|
-
const filterSensitiveLog: (obj: DescribeRecipeRequest) => any;
|
|
1163
|
-
}
|
|
1164
864
|
export interface DescribeRecipeResponse {
|
|
1165
865
|
|
|
1166
866
|
CreatedBy?: string;
|
|
@@ -1189,18 +889,10 @@ export interface DescribeRecipeResponse {
|
|
|
1189
889
|
|
|
1190
890
|
RecipeVersion?: string;
|
|
1191
891
|
}
|
|
1192
|
-
export declare namespace DescribeRecipeResponse {
|
|
1193
|
-
|
|
1194
|
-
const filterSensitiveLog: (obj: DescribeRecipeResponse) => any;
|
|
1195
|
-
}
|
|
1196
892
|
export interface DescribeRulesetRequest {
|
|
1197
893
|
|
|
1198
894
|
Name: string | undefined;
|
|
1199
895
|
}
|
|
1200
|
-
export declare namespace DescribeRulesetRequest {
|
|
1201
|
-
|
|
1202
|
-
const filterSensitiveLog: (obj: DescribeRulesetRequest) => any;
|
|
1203
|
-
}
|
|
1204
896
|
export interface DescribeRulesetResponse {
|
|
1205
897
|
|
|
1206
898
|
Name: string | undefined;
|
|
@@ -1223,18 +915,10 @@ export interface DescribeRulesetResponse {
|
|
|
1223
915
|
|
|
1224
916
|
Tags?: Record<string, string>;
|
|
1225
917
|
}
|
|
1226
|
-
export declare namespace DescribeRulesetResponse {
|
|
1227
|
-
|
|
1228
|
-
const filterSensitiveLog: (obj: DescribeRulesetResponse) => any;
|
|
1229
|
-
}
|
|
1230
918
|
export interface DescribeScheduleRequest {
|
|
1231
919
|
|
|
1232
920
|
Name: string | undefined;
|
|
1233
921
|
}
|
|
1234
|
-
export declare namespace DescribeScheduleRequest {
|
|
1235
|
-
|
|
1236
|
-
const filterSensitiveLog: (obj: DescribeScheduleRequest) => any;
|
|
1237
|
-
}
|
|
1238
922
|
export interface DescribeScheduleResponse {
|
|
1239
923
|
|
|
1240
924
|
CreateDate?: Date;
|
|
@@ -1255,20 +939,12 @@ export interface DescribeScheduleResponse {
|
|
|
1255
939
|
|
|
1256
940
|
Name: string | undefined;
|
|
1257
941
|
}
|
|
1258
|
-
export declare namespace DescribeScheduleResponse {
|
|
1259
|
-
|
|
1260
|
-
const filterSensitiveLog: (obj: DescribeScheduleResponse) => any;
|
|
1261
|
-
}
|
|
1262
942
|
export interface ListDatasetsRequest {
|
|
1263
943
|
|
|
1264
944
|
MaxResults?: number;
|
|
1265
945
|
|
|
1266
946
|
NextToken?: string;
|
|
1267
947
|
}
|
|
1268
|
-
export declare namespace ListDatasetsRequest {
|
|
1269
|
-
|
|
1270
|
-
const filterSensitiveLog: (obj: ListDatasetsRequest) => any;
|
|
1271
|
-
}
|
|
1272
948
|
|
|
1273
949
|
export interface Dataset {
|
|
1274
950
|
|
|
@@ -1298,20 +974,12 @@ export interface Dataset {
|
|
|
1298
974
|
|
|
1299
975
|
ResourceArn?: string;
|
|
1300
976
|
}
|
|
1301
|
-
export declare namespace Dataset {
|
|
1302
|
-
|
|
1303
|
-
const filterSensitiveLog: (obj: Dataset) => any;
|
|
1304
|
-
}
|
|
1305
977
|
export interface ListDatasetsResponse {
|
|
1306
978
|
|
|
1307
979
|
Datasets: Dataset[] | undefined;
|
|
1308
980
|
|
|
1309
981
|
NextToken?: string;
|
|
1310
982
|
}
|
|
1311
|
-
export declare namespace ListDatasetsResponse {
|
|
1312
|
-
|
|
1313
|
-
const filterSensitiveLog: (obj: ListDatasetsResponse) => any;
|
|
1314
|
-
}
|
|
1315
983
|
export interface ListJobRunsRequest {
|
|
1316
984
|
|
|
1317
985
|
Name: string | undefined;
|
|
@@ -1320,10 +988,6 @@ export interface ListJobRunsRequest {
|
|
|
1320
988
|
|
|
1321
989
|
NextToken?: string;
|
|
1322
990
|
}
|
|
1323
|
-
export declare namespace ListJobRunsRequest {
|
|
1324
|
-
|
|
1325
|
-
const filterSensitiveLog: (obj: ListJobRunsRequest) => any;
|
|
1326
|
-
}
|
|
1327
991
|
|
|
1328
992
|
export interface JobRun {
|
|
1329
993
|
|
|
@@ -1363,20 +1027,12 @@ export interface JobRun {
|
|
|
1363
1027
|
|
|
1364
1028
|
ValidationConfigurations?: ValidationConfiguration[];
|
|
1365
1029
|
}
|
|
1366
|
-
export declare namespace JobRun {
|
|
1367
|
-
|
|
1368
|
-
const filterSensitiveLog: (obj: JobRun) => any;
|
|
1369
|
-
}
|
|
1370
1030
|
export interface ListJobRunsResponse {
|
|
1371
1031
|
|
|
1372
1032
|
JobRuns: JobRun[] | undefined;
|
|
1373
1033
|
|
|
1374
1034
|
NextToken?: string;
|
|
1375
1035
|
}
|
|
1376
|
-
export declare namespace ListJobRunsResponse {
|
|
1377
|
-
|
|
1378
|
-
const filterSensitiveLog: (obj: ListJobRunsResponse) => any;
|
|
1379
|
-
}
|
|
1380
1036
|
export interface ListJobsRequest {
|
|
1381
1037
|
|
|
1382
1038
|
DatasetName?: string;
|
|
@@ -1387,10 +1043,6 @@ export interface ListJobsRequest {
|
|
|
1387
1043
|
|
|
1388
1044
|
ProjectName?: string;
|
|
1389
1045
|
}
|
|
1390
|
-
export declare namespace ListJobsRequest {
|
|
1391
|
-
|
|
1392
|
-
const filterSensitiveLog: (obj: ListJobsRequest) => any;
|
|
1393
|
-
}
|
|
1394
1046
|
|
|
1395
1047
|
export interface Job {
|
|
1396
1048
|
|
|
@@ -1442,30 +1094,18 @@ export interface Job {
|
|
|
1442
1094
|
|
|
1443
1095
|
ValidationConfigurations?: ValidationConfiguration[];
|
|
1444
1096
|
}
|
|
1445
|
-
export declare namespace Job {
|
|
1446
|
-
|
|
1447
|
-
const filterSensitiveLog: (obj: Job) => any;
|
|
1448
|
-
}
|
|
1449
1097
|
export interface ListJobsResponse {
|
|
1450
1098
|
|
|
1451
1099
|
Jobs: Job[] | undefined;
|
|
1452
1100
|
|
|
1453
1101
|
NextToken?: string;
|
|
1454
1102
|
}
|
|
1455
|
-
export declare namespace ListJobsResponse {
|
|
1456
|
-
|
|
1457
|
-
const filterSensitiveLog: (obj: ListJobsResponse) => any;
|
|
1458
|
-
}
|
|
1459
1103
|
export interface ListProjectsRequest {
|
|
1460
1104
|
|
|
1461
1105
|
NextToken?: string;
|
|
1462
1106
|
|
|
1463
1107
|
MaxResults?: number;
|
|
1464
1108
|
}
|
|
1465
|
-
export declare namespace ListProjectsRequest {
|
|
1466
|
-
|
|
1467
|
-
const filterSensitiveLog: (obj: ListProjectsRequest) => any;
|
|
1468
|
-
}
|
|
1469
1109
|
|
|
1470
1110
|
export interface Project {
|
|
1471
1111
|
|
|
@@ -1497,20 +1137,12 @@ export interface Project {
|
|
|
1497
1137
|
|
|
1498
1138
|
OpenDate?: Date;
|
|
1499
1139
|
}
|
|
1500
|
-
export declare namespace Project {
|
|
1501
|
-
|
|
1502
|
-
const filterSensitiveLog: (obj: Project) => any;
|
|
1503
|
-
}
|
|
1504
1140
|
export interface ListProjectsResponse {
|
|
1505
1141
|
|
|
1506
1142
|
Projects: Project[] | undefined;
|
|
1507
1143
|
|
|
1508
1144
|
NextToken?: string;
|
|
1509
1145
|
}
|
|
1510
|
-
export declare namespace ListProjectsResponse {
|
|
1511
|
-
|
|
1512
|
-
const filterSensitiveLog: (obj: ListProjectsResponse) => any;
|
|
1513
|
-
}
|
|
1514
1146
|
export interface ListRecipesRequest {
|
|
1515
1147
|
|
|
1516
1148
|
MaxResults?: number;
|
|
@@ -1519,10 +1151,6 @@ export interface ListRecipesRequest {
|
|
|
1519
1151
|
|
|
1520
1152
|
RecipeVersion?: string;
|
|
1521
1153
|
}
|
|
1522
|
-
export declare namespace ListRecipesRequest {
|
|
1523
|
-
|
|
1524
|
-
const filterSensitiveLog: (obj: ListRecipesRequest) => any;
|
|
1525
|
-
}
|
|
1526
1154
|
|
|
1527
1155
|
export interface Recipe {
|
|
1528
1156
|
|
|
@@ -1552,20 +1180,12 @@ export interface Recipe {
|
|
|
1552
1180
|
|
|
1553
1181
|
RecipeVersion?: string;
|
|
1554
1182
|
}
|
|
1555
|
-
export declare namespace Recipe {
|
|
1556
|
-
|
|
1557
|
-
const filterSensitiveLog: (obj: Recipe) => any;
|
|
1558
|
-
}
|
|
1559
1183
|
export interface ListRecipesResponse {
|
|
1560
1184
|
|
|
1561
1185
|
Recipes: Recipe[] | undefined;
|
|
1562
1186
|
|
|
1563
1187
|
NextToken?: string;
|
|
1564
1188
|
}
|
|
1565
|
-
export declare namespace ListRecipesResponse {
|
|
1566
|
-
|
|
1567
|
-
const filterSensitiveLog: (obj: ListRecipesResponse) => any;
|
|
1568
|
-
}
|
|
1569
1189
|
export interface ListRecipeVersionsRequest {
|
|
1570
1190
|
|
|
1571
1191
|
MaxResults?: number;
|
|
@@ -1574,20 +1194,12 @@ export interface ListRecipeVersionsRequest {
|
|
|
1574
1194
|
|
|
1575
1195
|
Name: string | undefined;
|
|
1576
1196
|
}
|
|
1577
|
-
export declare namespace ListRecipeVersionsRequest {
|
|
1578
|
-
|
|
1579
|
-
const filterSensitiveLog: (obj: ListRecipeVersionsRequest) => any;
|
|
1580
|
-
}
|
|
1581
1197
|
export interface ListRecipeVersionsResponse {
|
|
1582
1198
|
|
|
1583
1199
|
NextToken?: string;
|
|
1584
1200
|
|
|
1585
1201
|
Recipes: Recipe[] | undefined;
|
|
1586
1202
|
}
|
|
1587
|
-
export declare namespace ListRecipeVersionsResponse {
|
|
1588
|
-
|
|
1589
|
-
const filterSensitiveLog: (obj: ListRecipeVersionsResponse) => any;
|
|
1590
|
-
}
|
|
1591
1203
|
export interface ListRulesetsRequest {
|
|
1592
1204
|
|
|
1593
1205
|
TargetArn?: string;
|
|
@@ -1596,10 +1208,6 @@ export interface ListRulesetsRequest {
|
|
|
1596
1208
|
|
|
1597
1209
|
NextToken?: string;
|
|
1598
1210
|
}
|
|
1599
|
-
export declare namespace ListRulesetsRequest {
|
|
1600
|
-
|
|
1601
|
-
const filterSensitiveLog: (obj: ListRulesetsRequest) => any;
|
|
1602
|
-
}
|
|
1603
1211
|
|
|
1604
1212
|
export interface RulesetItem {
|
|
1605
1213
|
|
|
@@ -1625,20 +1233,12 @@ export interface RulesetItem {
|
|
|
1625
1233
|
|
|
1626
1234
|
TargetArn: string | undefined;
|
|
1627
1235
|
}
|
|
1628
|
-
export declare namespace RulesetItem {
|
|
1629
|
-
|
|
1630
|
-
const filterSensitiveLog: (obj: RulesetItem) => any;
|
|
1631
|
-
}
|
|
1632
1236
|
export interface ListRulesetsResponse {
|
|
1633
1237
|
|
|
1634
1238
|
Rulesets: RulesetItem[] | undefined;
|
|
1635
1239
|
|
|
1636
1240
|
NextToken?: string;
|
|
1637
1241
|
}
|
|
1638
|
-
export declare namespace ListRulesetsResponse {
|
|
1639
|
-
|
|
1640
|
-
const filterSensitiveLog: (obj: ListRulesetsResponse) => any;
|
|
1641
|
-
}
|
|
1642
1242
|
export interface ListSchedulesRequest {
|
|
1643
1243
|
|
|
1644
1244
|
JobName?: string;
|
|
@@ -1647,10 +1247,6 @@ export interface ListSchedulesRequest {
|
|
|
1647
1247
|
|
|
1648
1248
|
NextToken?: string;
|
|
1649
1249
|
}
|
|
1650
|
-
export declare namespace ListSchedulesRequest {
|
|
1651
|
-
|
|
1652
|
-
const filterSensitiveLog: (obj: ListSchedulesRequest) => any;
|
|
1653
|
-
}
|
|
1654
1250
|
|
|
1655
1251
|
export interface Schedule {
|
|
1656
1252
|
|
|
@@ -1674,54 +1270,30 @@ export interface Schedule {
|
|
|
1674
1270
|
|
|
1675
1271
|
Name: string | undefined;
|
|
1676
1272
|
}
|
|
1677
|
-
export declare namespace Schedule {
|
|
1678
|
-
|
|
1679
|
-
const filterSensitiveLog: (obj: Schedule) => any;
|
|
1680
|
-
}
|
|
1681
1273
|
export interface ListSchedulesResponse {
|
|
1682
1274
|
|
|
1683
1275
|
Schedules: Schedule[] | undefined;
|
|
1684
1276
|
|
|
1685
1277
|
NextToken?: string;
|
|
1686
1278
|
}
|
|
1687
|
-
export declare namespace ListSchedulesResponse {
|
|
1688
|
-
|
|
1689
|
-
const filterSensitiveLog: (obj: ListSchedulesResponse) => any;
|
|
1690
|
-
}
|
|
1691
1279
|
export interface ListTagsForResourceRequest {
|
|
1692
1280
|
|
|
1693
1281
|
ResourceArn: string | undefined;
|
|
1694
1282
|
}
|
|
1695
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1696
|
-
|
|
1697
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1698
|
-
}
|
|
1699
1283
|
export interface ListTagsForResourceResponse {
|
|
1700
1284
|
|
|
1701
1285
|
Tags?: Record<string, string>;
|
|
1702
1286
|
}
|
|
1703
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1704
|
-
|
|
1705
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1706
|
-
}
|
|
1707
1287
|
export interface PublishRecipeRequest {
|
|
1708
1288
|
|
|
1709
1289
|
Description?: string;
|
|
1710
1290
|
|
|
1711
1291
|
Name: string | undefined;
|
|
1712
1292
|
}
|
|
1713
|
-
export declare namespace PublishRecipeRequest {
|
|
1714
|
-
|
|
1715
|
-
const filterSensitiveLog: (obj: PublishRecipeRequest) => any;
|
|
1716
|
-
}
|
|
1717
1293
|
export interface PublishRecipeResponse {
|
|
1718
1294
|
|
|
1719
1295
|
Name: string | undefined;
|
|
1720
1296
|
}
|
|
1721
|
-
export declare namespace PublishRecipeResponse {
|
|
1722
|
-
|
|
1723
|
-
const filterSensitiveLog: (obj: PublishRecipeResponse) => any;
|
|
1724
|
-
}
|
|
1725
1297
|
|
|
1726
1298
|
export interface ViewFrame {
|
|
1727
1299
|
|
|
@@ -1737,10 +1309,6 @@ export interface ViewFrame {
|
|
|
1737
1309
|
|
|
1738
1310
|
Analytics?: AnalyticsMode | string;
|
|
1739
1311
|
}
|
|
1740
|
-
export declare namespace ViewFrame {
|
|
1741
|
-
|
|
1742
|
-
const filterSensitiveLog: (obj: ViewFrame) => any;
|
|
1743
|
-
}
|
|
1744
1312
|
export interface SendProjectSessionActionRequest {
|
|
1745
1313
|
|
|
1746
1314
|
Preview?: boolean;
|
|
@@ -1755,10 +1323,6 @@ export interface SendProjectSessionActionRequest {
|
|
|
1755
1323
|
|
|
1756
1324
|
ViewFrame?: ViewFrame;
|
|
1757
1325
|
}
|
|
1758
|
-
export declare namespace SendProjectSessionActionRequest {
|
|
1759
|
-
|
|
1760
|
-
const filterSensitiveLog: (obj: SendProjectSessionActionRequest) => any;
|
|
1761
|
-
}
|
|
1762
1326
|
export interface SendProjectSessionActionResponse {
|
|
1763
1327
|
|
|
1764
1328
|
Result?: string;
|
|
@@ -1767,96 +1331,52 @@ export interface SendProjectSessionActionResponse {
|
|
|
1767
1331
|
|
|
1768
1332
|
ActionId?: number;
|
|
1769
1333
|
}
|
|
1770
|
-
export declare namespace SendProjectSessionActionResponse {
|
|
1771
|
-
|
|
1772
|
-
const filterSensitiveLog: (obj: SendProjectSessionActionResponse) => any;
|
|
1773
|
-
}
|
|
1774
1334
|
export interface StartJobRunRequest {
|
|
1775
1335
|
|
|
1776
1336
|
Name: string | undefined;
|
|
1777
1337
|
}
|
|
1778
|
-
export declare namespace StartJobRunRequest {
|
|
1779
|
-
|
|
1780
|
-
const filterSensitiveLog: (obj: StartJobRunRequest) => any;
|
|
1781
|
-
}
|
|
1782
1338
|
export interface StartJobRunResponse {
|
|
1783
1339
|
|
|
1784
1340
|
RunId: string | undefined;
|
|
1785
1341
|
}
|
|
1786
|
-
export declare namespace StartJobRunResponse {
|
|
1787
|
-
|
|
1788
|
-
const filterSensitiveLog: (obj: StartJobRunResponse) => any;
|
|
1789
|
-
}
|
|
1790
1342
|
export interface StartProjectSessionRequest {
|
|
1791
1343
|
|
|
1792
1344
|
Name: string | undefined;
|
|
1793
1345
|
|
|
1794
1346
|
AssumeControl?: boolean;
|
|
1795
1347
|
}
|
|
1796
|
-
export declare namespace StartProjectSessionRequest {
|
|
1797
|
-
|
|
1798
|
-
const filterSensitiveLog: (obj: StartProjectSessionRequest) => any;
|
|
1799
|
-
}
|
|
1800
1348
|
export interface StartProjectSessionResponse {
|
|
1801
1349
|
|
|
1802
1350
|
Name: string | undefined;
|
|
1803
1351
|
|
|
1804
1352
|
ClientSessionId?: string;
|
|
1805
1353
|
}
|
|
1806
|
-
export declare namespace StartProjectSessionResponse {
|
|
1807
|
-
|
|
1808
|
-
const filterSensitiveLog: (obj: StartProjectSessionResponse) => any;
|
|
1809
|
-
}
|
|
1810
1354
|
export interface StopJobRunRequest {
|
|
1811
1355
|
|
|
1812
1356
|
Name: string | undefined;
|
|
1813
1357
|
|
|
1814
1358
|
RunId: string | undefined;
|
|
1815
1359
|
}
|
|
1816
|
-
export declare namespace StopJobRunRequest {
|
|
1817
|
-
|
|
1818
|
-
const filterSensitiveLog: (obj: StopJobRunRequest) => any;
|
|
1819
|
-
}
|
|
1820
1360
|
export interface StopJobRunResponse {
|
|
1821
1361
|
|
|
1822
1362
|
RunId: string | undefined;
|
|
1823
1363
|
}
|
|
1824
|
-
export declare namespace StopJobRunResponse {
|
|
1825
|
-
|
|
1826
|
-
const filterSensitiveLog: (obj: StopJobRunResponse) => any;
|
|
1827
|
-
}
|
|
1828
1364
|
export interface TagResourceRequest {
|
|
1829
1365
|
|
|
1830
1366
|
ResourceArn: string | undefined;
|
|
1831
1367
|
|
|
1832
1368
|
Tags: Record<string, string> | undefined;
|
|
1833
1369
|
}
|
|
1834
|
-
export declare namespace TagResourceRequest {
|
|
1835
|
-
|
|
1836
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1837
|
-
}
|
|
1838
1370
|
export interface TagResourceResponse {
|
|
1839
1371
|
}
|
|
1840
|
-
export declare namespace TagResourceResponse {
|
|
1841
|
-
|
|
1842
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1843
|
-
}
|
|
1844
1372
|
export interface UntagResourceRequest {
|
|
1845
1373
|
|
|
1846
1374
|
ResourceArn: string | undefined;
|
|
1847
1375
|
|
|
1848
1376
|
TagKeys: string[] | undefined;
|
|
1849
1377
|
}
|
|
1850
|
-
export declare namespace UntagResourceRequest {
|
|
1851
|
-
|
|
1852
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1853
|
-
}
|
|
1854
1378
|
export interface UntagResourceResponse {
|
|
1855
1379
|
}
|
|
1856
|
-
export declare namespace UntagResourceResponse {
|
|
1857
|
-
|
|
1858
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1859
|
-
}
|
|
1860
1380
|
export interface UpdateDatasetRequest {
|
|
1861
1381
|
|
|
1862
1382
|
Name: string | undefined;
|
|
@@ -1869,18 +1389,10 @@ export interface UpdateDatasetRequest {
|
|
|
1869
1389
|
|
|
1870
1390
|
PathOptions?: PathOptions;
|
|
1871
1391
|
}
|
|
1872
|
-
export declare namespace UpdateDatasetRequest {
|
|
1873
|
-
|
|
1874
|
-
const filterSensitiveLog: (obj: UpdateDatasetRequest) => any;
|
|
1875
|
-
}
|
|
1876
1392
|
export interface UpdateDatasetResponse {
|
|
1877
1393
|
|
|
1878
1394
|
Name: string | undefined;
|
|
1879
1395
|
}
|
|
1880
|
-
export declare namespace UpdateDatasetResponse {
|
|
1881
|
-
|
|
1882
|
-
const filterSensitiveLog: (obj: UpdateDatasetResponse) => any;
|
|
1883
|
-
}
|
|
1884
1396
|
export interface UpdateProfileJobRequest {
|
|
1885
1397
|
|
|
1886
1398
|
Configuration?: ProfileConfiguration;
|
|
@@ -1907,18 +1419,10 @@ export interface UpdateProfileJobRequest {
|
|
|
1907
1419
|
|
|
1908
1420
|
JobSample?: JobSample;
|
|
1909
1421
|
}
|
|
1910
|
-
export declare namespace UpdateProfileJobRequest {
|
|
1911
|
-
|
|
1912
|
-
const filterSensitiveLog: (obj: UpdateProfileJobRequest) => any;
|
|
1913
|
-
}
|
|
1914
1422
|
export interface UpdateProfileJobResponse {
|
|
1915
1423
|
|
|
1916
1424
|
Name: string | undefined;
|
|
1917
1425
|
}
|
|
1918
|
-
export declare namespace UpdateProfileJobResponse {
|
|
1919
|
-
|
|
1920
|
-
const filterSensitiveLog: (obj: UpdateProfileJobResponse) => any;
|
|
1921
|
-
}
|
|
1922
1426
|
export interface UpdateProjectRequest {
|
|
1923
1427
|
|
|
1924
1428
|
Sample?: Sample;
|
|
@@ -1927,20 +1431,12 @@ export interface UpdateProjectRequest {
|
|
|
1927
1431
|
|
|
1928
1432
|
Name: string | undefined;
|
|
1929
1433
|
}
|
|
1930
|
-
export declare namespace UpdateProjectRequest {
|
|
1931
|
-
|
|
1932
|
-
const filterSensitiveLog: (obj: UpdateProjectRequest) => any;
|
|
1933
|
-
}
|
|
1934
1434
|
export interface UpdateProjectResponse {
|
|
1935
1435
|
|
|
1936
1436
|
LastModifiedDate?: Date;
|
|
1937
1437
|
|
|
1938
1438
|
Name: string | undefined;
|
|
1939
1439
|
}
|
|
1940
|
-
export declare namespace UpdateProjectResponse {
|
|
1941
|
-
|
|
1942
|
-
const filterSensitiveLog: (obj: UpdateProjectResponse) => any;
|
|
1943
|
-
}
|
|
1944
1440
|
export interface UpdateRecipeRequest {
|
|
1945
1441
|
|
|
1946
1442
|
Description?: string;
|
|
@@ -1949,18 +1445,10 @@ export interface UpdateRecipeRequest {
|
|
|
1949
1445
|
|
|
1950
1446
|
Steps?: RecipeStep[];
|
|
1951
1447
|
}
|
|
1952
|
-
export declare namespace UpdateRecipeRequest {
|
|
1953
|
-
|
|
1954
|
-
const filterSensitiveLog: (obj: UpdateRecipeRequest) => any;
|
|
1955
|
-
}
|
|
1956
1448
|
export interface UpdateRecipeResponse {
|
|
1957
1449
|
|
|
1958
1450
|
Name: string | undefined;
|
|
1959
1451
|
}
|
|
1960
|
-
export declare namespace UpdateRecipeResponse {
|
|
1961
|
-
|
|
1962
|
-
const filterSensitiveLog: (obj: UpdateRecipeResponse) => any;
|
|
1963
|
-
}
|
|
1964
1452
|
export interface UpdateRecipeJobRequest {
|
|
1965
1453
|
|
|
1966
1454
|
EncryptionKeyArn?: string;
|
|
@@ -1985,18 +1473,10 @@ export interface UpdateRecipeJobRequest {
|
|
|
1985
1473
|
|
|
1986
1474
|
Timeout?: number;
|
|
1987
1475
|
}
|
|
1988
|
-
export declare namespace UpdateRecipeJobRequest {
|
|
1989
|
-
|
|
1990
|
-
const filterSensitiveLog: (obj: UpdateRecipeJobRequest) => any;
|
|
1991
|
-
}
|
|
1992
1476
|
export interface UpdateRecipeJobResponse {
|
|
1993
1477
|
|
|
1994
1478
|
Name: string | undefined;
|
|
1995
1479
|
}
|
|
1996
|
-
export declare namespace UpdateRecipeJobResponse {
|
|
1997
|
-
|
|
1998
|
-
const filterSensitiveLog: (obj: UpdateRecipeJobResponse) => any;
|
|
1999
|
-
}
|
|
2000
1480
|
export interface UpdateRulesetRequest {
|
|
2001
1481
|
|
|
2002
1482
|
Name: string | undefined;
|
|
@@ -2005,18 +1485,10 @@ export interface UpdateRulesetRequest {
|
|
|
2005
1485
|
|
|
2006
1486
|
Rules: Rule[] | undefined;
|
|
2007
1487
|
}
|
|
2008
|
-
export declare namespace UpdateRulesetRequest {
|
|
2009
|
-
|
|
2010
|
-
const filterSensitiveLog: (obj: UpdateRulesetRequest) => any;
|
|
2011
|
-
}
|
|
2012
1488
|
export interface UpdateRulesetResponse {
|
|
2013
1489
|
|
|
2014
1490
|
Name: string | undefined;
|
|
2015
1491
|
}
|
|
2016
|
-
export declare namespace UpdateRulesetResponse {
|
|
2017
|
-
|
|
2018
|
-
const filterSensitiveLog: (obj: UpdateRulesetResponse) => any;
|
|
2019
|
-
}
|
|
2020
1492
|
export interface UpdateScheduleRequest {
|
|
2021
1493
|
|
|
2022
1494
|
JobNames?: string[];
|
|
@@ -2025,15 +1497,275 @@ export interface UpdateScheduleRequest {
|
|
|
2025
1497
|
|
|
2026
1498
|
Name: string | undefined;
|
|
2027
1499
|
}
|
|
2028
|
-
export declare namespace UpdateScheduleRequest {
|
|
2029
|
-
|
|
2030
|
-
const filterSensitiveLog: (obj: UpdateScheduleRequest) => any;
|
|
2031
|
-
}
|
|
2032
1500
|
export interface UpdateScheduleResponse {
|
|
2033
1501
|
|
|
2034
1502
|
Name: string | undefined;
|
|
2035
1503
|
}
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
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;
|