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