aws-sdk-gluedatabrew 1.34.0 → 1.35.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-gluedatabrew/client.rb +1 -1
- data/lib/aws-sdk-gluedatabrew/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-gluedatabrew.rb +1 -1
- data/sig/client.rbs +1172 -0
- data/sig/errors.rbs +34 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +1091 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,1091 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::GlueDataBrew
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AccessDeniedException
|
12
|
+
attr_accessor message: ::String
|
13
|
+
SENSITIVE: []
|
14
|
+
end
|
15
|
+
|
16
|
+
class AllowedStatistics
|
17
|
+
attr_accessor statistics: ::Array[::String]
|
18
|
+
SENSITIVE: []
|
19
|
+
end
|
20
|
+
|
21
|
+
class BatchDeleteRecipeVersionRequest
|
22
|
+
attr_accessor name: ::String
|
23
|
+
attr_accessor recipe_versions: ::Array[::String]
|
24
|
+
SENSITIVE: []
|
25
|
+
end
|
26
|
+
|
27
|
+
class BatchDeleteRecipeVersionResponse
|
28
|
+
attr_accessor name: ::String
|
29
|
+
attr_accessor errors: ::Array[Types::RecipeVersionErrorDetail]
|
30
|
+
SENSITIVE: []
|
31
|
+
end
|
32
|
+
|
33
|
+
class ColumnSelector
|
34
|
+
attr_accessor regex: ::String
|
35
|
+
attr_accessor name: ::String
|
36
|
+
SENSITIVE: []
|
37
|
+
end
|
38
|
+
|
39
|
+
class ColumnStatisticsConfiguration
|
40
|
+
attr_accessor selectors: ::Array[Types::ColumnSelector]
|
41
|
+
attr_accessor statistics: Types::StatisticsConfiguration
|
42
|
+
SENSITIVE: []
|
43
|
+
end
|
44
|
+
|
45
|
+
class ConditionExpression
|
46
|
+
attr_accessor condition: ::String
|
47
|
+
attr_accessor value: ::String
|
48
|
+
attr_accessor target_column: ::String
|
49
|
+
SENSITIVE: []
|
50
|
+
end
|
51
|
+
|
52
|
+
class ConflictException
|
53
|
+
attr_accessor message: ::String
|
54
|
+
SENSITIVE: []
|
55
|
+
end
|
56
|
+
|
57
|
+
class CreateDatasetRequest
|
58
|
+
attr_accessor name: ::String
|
59
|
+
attr_accessor format: ("CSV" | "JSON" | "PARQUET" | "EXCEL" | "ORC")
|
60
|
+
attr_accessor format_options: Types::FormatOptions
|
61
|
+
attr_accessor input: Types::Input
|
62
|
+
attr_accessor path_options: Types::PathOptions
|
63
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
64
|
+
SENSITIVE: []
|
65
|
+
end
|
66
|
+
|
67
|
+
class CreateDatasetResponse
|
68
|
+
attr_accessor name: ::String
|
69
|
+
SENSITIVE: []
|
70
|
+
end
|
71
|
+
|
72
|
+
class CreateProfileJobRequest
|
73
|
+
attr_accessor dataset_name: ::String
|
74
|
+
attr_accessor encryption_key_arn: ::String
|
75
|
+
attr_accessor encryption_mode: ("SSE-KMS" | "SSE-S3")
|
76
|
+
attr_accessor name: ::String
|
77
|
+
attr_accessor log_subscription: ("ENABLE" | "DISABLE")
|
78
|
+
attr_accessor max_capacity: ::Integer
|
79
|
+
attr_accessor max_retries: ::Integer
|
80
|
+
attr_accessor output_location: Types::S3Location
|
81
|
+
attr_accessor configuration: Types::ProfileConfiguration
|
82
|
+
attr_accessor validation_configurations: ::Array[Types::ValidationConfiguration]
|
83
|
+
attr_accessor role_arn: ::String
|
84
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
85
|
+
attr_accessor timeout: ::Integer
|
86
|
+
attr_accessor job_sample: Types::JobSample
|
87
|
+
SENSITIVE: []
|
88
|
+
end
|
89
|
+
|
90
|
+
class CreateProfileJobResponse
|
91
|
+
attr_accessor name: ::String
|
92
|
+
SENSITIVE: []
|
93
|
+
end
|
94
|
+
|
95
|
+
class CreateProjectRequest
|
96
|
+
attr_accessor dataset_name: ::String
|
97
|
+
attr_accessor name: ::String
|
98
|
+
attr_accessor recipe_name: ::String
|
99
|
+
attr_accessor sample: Types::Sample
|
100
|
+
attr_accessor role_arn: ::String
|
101
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
102
|
+
SENSITIVE: []
|
103
|
+
end
|
104
|
+
|
105
|
+
class CreateProjectResponse
|
106
|
+
attr_accessor name: ::String
|
107
|
+
SENSITIVE: []
|
108
|
+
end
|
109
|
+
|
110
|
+
class CreateRecipeJobRequest
|
111
|
+
attr_accessor dataset_name: ::String
|
112
|
+
attr_accessor encryption_key_arn: ::String
|
113
|
+
attr_accessor encryption_mode: ("SSE-KMS" | "SSE-S3")
|
114
|
+
attr_accessor name: ::String
|
115
|
+
attr_accessor log_subscription: ("ENABLE" | "DISABLE")
|
116
|
+
attr_accessor max_capacity: ::Integer
|
117
|
+
attr_accessor max_retries: ::Integer
|
118
|
+
attr_accessor outputs: ::Array[Types::Output]
|
119
|
+
attr_accessor data_catalog_outputs: ::Array[Types::DataCatalogOutput]
|
120
|
+
attr_accessor database_outputs: ::Array[Types::DatabaseOutput]
|
121
|
+
attr_accessor project_name: ::String
|
122
|
+
attr_accessor recipe_reference: Types::RecipeReference
|
123
|
+
attr_accessor role_arn: ::String
|
124
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
125
|
+
attr_accessor timeout: ::Integer
|
126
|
+
SENSITIVE: []
|
127
|
+
end
|
128
|
+
|
129
|
+
class CreateRecipeJobResponse
|
130
|
+
attr_accessor name: ::String
|
131
|
+
SENSITIVE: []
|
132
|
+
end
|
133
|
+
|
134
|
+
class CreateRecipeRequest
|
135
|
+
attr_accessor description: ::String
|
136
|
+
attr_accessor name: ::String
|
137
|
+
attr_accessor steps: ::Array[Types::RecipeStep]
|
138
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
139
|
+
SENSITIVE: []
|
140
|
+
end
|
141
|
+
|
142
|
+
class CreateRecipeResponse
|
143
|
+
attr_accessor name: ::String
|
144
|
+
SENSITIVE: []
|
145
|
+
end
|
146
|
+
|
147
|
+
class CreateRulesetRequest
|
148
|
+
attr_accessor name: ::String
|
149
|
+
attr_accessor description: ::String
|
150
|
+
attr_accessor target_arn: ::String
|
151
|
+
attr_accessor rules: ::Array[Types::Rule]
|
152
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
153
|
+
SENSITIVE: []
|
154
|
+
end
|
155
|
+
|
156
|
+
class CreateRulesetResponse
|
157
|
+
attr_accessor name: ::String
|
158
|
+
SENSITIVE: []
|
159
|
+
end
|
160
|
+
|
161
|
+
class CreateScheduleRequest
|
162
|
+
attr_accessor job_names: ::Array[::String]
|
163
|
+
attr_accessor cron_expression: ::String
|
164
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
165
|
+
attr_accessor name: ::String
|
166
|
+
SENSITIVE: []
|
167
|
+
end
|
168
|
+
|
169
|
+
class CreateScheduleResponse
|
170
|
+
attr_accessor name: ::String
|
171
|
+
SENSITIVE: []
|
172
|
+
end
|
173
|
+
|
174
|
+
class CsvOptions
|
175
|
+
attr_accessor delimiter: ::String
|
176
|
+
attr_accessor header_row: bool
|
177
|
+
SENSITIVE: []
|
178
|
+
end
|
179
|
+
|
180
|
+
class CsvOutputOptions
|
181
|
+
attr_accessor delimiter: ::String
|
182
|
+
SENSITIVE: []
|
183
|
+
end
|
184
|
+
|
185
|
+
class DataCatalogInputDefinition
|
186
|
+
attr_accessor catalog_id: ::String
|
187
|
+
attr_accessor database_name: ::String
|
188
|
+
attr_accessor table_name: ::String
|
189
|
+
attr_accessor temp_directory: Types::S3Location
|
190
|
+
SENSITIVE: []
|
191
|
+
end
|
192
|
+
|
193
|
+
class DataCatalogOutput
|
194
|
+
attr_accessor catalog_id: ::String
|
195
|
+
attr_accessor database_name: ::String
|
196
|
+
attr_accessor table_name: ::String
|
197
|
+
attr_accessor s3_options: Types::S3TableOutputOptions
|
198
|
+
attr_accessor database_options: Types::DatabaseTableOutputOptions
|
199
|
+
attr_accessor overwrite: bool
|
200
|
+
SENSITIVE: []
|
201
|
+
end
|
202
|
+
|
203
|
+
class DatabaseInputDefinition
|
204
|
+
attr_accessor glue_connection_name: ::String
|
205
|
+
attr_accessor database_table_name: ::String
|
206
|
+
attr_accessor temp_directory: Types::S3Location
|
207
|
+
attr_accessor query_string: ::String
|
208
|
+
SENSITIVE: []
|
209
|
+
end
|
210
|
+
|
211
|
+
class DatabaseOutput
|
212
|
+
attr_accessor glue_connection_name: ::String
|
213
|
+
attr_accessor database_options: Types::DatabaseTableOutputOptions
|
214
|
+
attr_accessor database_output_mode: ("NEW_TABLE")
|
215
|
+
SENSITIVE: []
|
216
|
+
end
|
217
|
+
|
218
|
+
class DatabaseTableOutputOptions
|
219
|
+
attr_accessor temp_directory: Types::S3Location
|
220
|
+
attr_accessor table_name: ::String
|
221
|
+
SENSITIVE: []
|
222
|
+
end
|
223
|
+
|
224
|
+
class Dataset
|
225
|
+
attr_accessor account_id: ::String
|
226
|
+
attr_accessor created_by: ::String
|
227
|
+
attr_accessor create_date: ::Time
|
228
|
+
attr_accessor name: ::String
|
229
|
+
attr_accessor format: ("CSV" | "JSON" | "PARQUET" | "EXCEL" | "ORC")
|
230
|
+
attr_accessor format_options: Types::FormatOptions
|
231
|
+
attr_accessor input: Types::Input
|
232
|
+
attr_accessor last_modified_date: ::Time
|
233
|
+
attr_accessor last_modified_by: ::String
|
234
|
+
attr_accessor source: ("S3" | "DATA-CATALOG" | "DATABASE")
|
235
|
+
attr_accessor path_options: Types::PathOptions
|
236
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
237
|
+
attr_accessor resource_arn: ::String
|
238
|
+
SENSITIVE: []
|
239
|
+
end
|
240
|
+
|
241
|
+
class DatasetParameter
|
242
|
+
attr_accessor name: ::String
|
243
|
+
attr_accessor type: ("Datetime" | "Number" | "String")
|
244
|
+
attr_accessor datetime_options: Types::DatetimeOptions
|
245
|
+
attr_accessor create_column: bool
|
246
|
+
attr_accessor filter: Types::FilterExpression
|
247
|
+
SENSITIVE: []
|
248
|
+
end
|
249
|
+
|
250
|
+
class DatetimeOptions
|
251
|
+
attr_accessor format: ::String
|
252
|
+
attr_accessor timezone_offset: ::String
|
253
|
+
attr_accessor locale_code: ::String
|
254
|
+
SENSITIVE: []
|
255
|
+
end
|
256
|
+
|
257
|
+
class DeleteDatasetRequest
|
258
|
+
attr_accessor name: ::String
|
259
|
+
SENSITIVE: []
|
260
|
+
end
|
261
|
+
|
262
|
+
class DeleteDatasetResponse
|
263
|
+
attr_accessor name: ::String
|
264
|
+
SENSITIVE: []
|
265
|
+
end
|
266
|
+
|
267
|
+
class DeleteJobRequest
|
268
|
+
attr_accessor name: ::String
|
269
|
+
SENSITIVE: []
|
270
|
+
end
|
271
|
+
|
272
|
+
class DeleteJobResponse
|
273
|
+
attr_accessor name: ::String
|
274
|
+
SENSITIVE: []
|
275
|
+
end
|
276
|
+
|
277
|
+
class DeleteProjectRequest
|
278
|
+
attr_accessor name: ::String
|
279
|
+
SENSITIVE: []
|
280
|
+
end
|
281
|
+
|
282
|
+
class DeleteProjectResponse
|
283
|
+
attr_accessor name: ::String
|
284
|
+
SENSITIVE: []
|
285
|
+
end
|
286
|
+
|
287
|
+
class DeleteRecipeVersionRequest
|
288
|
+
attr_accessor name: ::String
|
289
|
+
attr_accessor recipe_version: ::String
|
290
|
+
SENSITIVE: []
|
291
|
+
end
|
292
|
+
|
293
|
+
class DeleteRecipeVersionResponse
|
294
|
+
attr_accessor name: ::String
|
295
|
+
attr_accessor recipe_version: ::String
|
296
|
+
SENSITIVE: []
|
297
|
+
end
|
298
|
+
|
299
|
+
class DeleteRulesetRequest
|
300
|
+
attr_accessor name: ::String
|
301
|
+
SENSITIVE: []
|
302
|
+
end
|
303
|
+
|
304
|
+
class DeleteRulesetResponse
|
305
|
+
attr_accessor name: ::String
|
306
|
+
SENSITIVE: []
|
307
|
+
end
|
308
|
+
|
309
|
+
class DeleteScheduleRequest
|
310
|
+
attr_accessor name: ::String
|
311
|
+
SENSITIVE: []
|
312
|
+
end
|
313
|
+
|
314
|
+
class DeleteScheduleResponse
|
315
|
+
attr_accessor name: ::String
|
316
|
+
SENSITIVE: []
|
317
|
+
end
|
318
|
+
|
319
|
+
class DescribeDatasetRequest
|
320
|
+
attr_accessor name: ::String
|
321
|
+
SENSITIVE: []
|
322
|
+
end
|
323
|
+
|
324
|
+
class DescribeDatasetResponse
|
325
|
+
attr_accessor created_by: ::String
|
326
|
+
attr_accessor create_date: ::Time
|
327
|
+
attr_accessor name: ::String
|
328
|
+
attr_accessor format: ("CSV" | "JSON" | "PARQUET" | "EXCEL" | "ORC")
|
329
|
+
attr_accessor format_options: Types::FormatOptions
|
330
|
+
attr_accessor input: Types::Input
|
331
|
+
attr_accessor last_modified_date: ::Time
|
332
|
+
attr_accessor last_modified_by: ::String
|
333
|
+
attr_accessor source: ("S3" | "DATA-CATALOG" | "DATABASE")
|
334
|
+
attr_accessor path_options: Types::PathOptions
|
335
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
336
|
+
attr_accessor resource_arn: ::String
|
337
|
+
SENSITIVE: []
|
338
|
+
end
|
339
|
+
|
340
|
+
class DescribeJobRequest
|
341
|
+
attr_accessor name: ::String
|
342
|
+
SENSITIVE: []
|
343
|
+
end
|
344
|
+
|
345
|
+
class DescribeJobResponse
|
346
|
+
attr_accessor create_date: ::Time
|
347
|
+
attr_accessor created_by: ::String
|
348
|
+
attr_accessor dataset_name: ::String
|
349
|
+
attr_accessor encryption_key_arn: ::String
|
350
|
+
attr_accessor encryption_mode: ("SSE-KMS" | "SSE-S3")
|
351
|
+
attr_accessor name: ::String
|
352
|
+
attr_accessor type: ("PROFILE" | "RECIPE")
|
353
|
+
attr_accessor last_modified_by: ::String
|
354
|
+
attr_accessor last_modified_date: ::Time
|
355
|
+
attr_accessor log_subscription: ("ENABLE" | "DISABLE")
|
356
|
+
attr_accessor max_capacity: ::Integer
|
357
|
+
attr_accessor max_retries: ::Integer
|
358
|
+
attr_accessor outputs: ::Array[Types::Output]
|
359
|
+
attr_accessor data_catalog_outputs: ::Array[Types::DataCatalogOutput]
|
360
|
+
attr_accessor database_outputs: ::Array[Types::DatabaseOutput]
|
361
|
+
attr_accessor project_name: ::String
|
362
|
+
attr_accessor profile_configuration: Types::ProfileConfiguration
|
363
|
+
attr_accessor validation_configurations: ::Array[Types::ValidationConfiguration]
|
364
|
+
attr_accessor recipe_reference: Types::RecipeReference
|
365
|
+
attr_accessor resource_arn: ::String
|
366
|
+
attr_accessor role_arn: ::String
|
367
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
368
|
+
attr_accessor timeout: ::Integer
|
369
|
+
attr_accessor job_sample: Types::JobSample
|
370
|
+
SENSITIVE: []
|
371
|
+
end
|
372
|
+
|
373
|
+
class DescribeJobRunRequest
|
374
|
+
attr_accessor name: ::String
|
375
|
+
attr_accessor run_id: ::String
|
376
|
+
SENSITIVE: []
|
377
|
+
end
|
378
|
+
|
379
|
+
class DescribeJobRunResponse
|
380
|
+
attr_accessor attempt: ::Integer
|
381
|
+
attr_accessor completed_on: ::Time
|
382
|
+
attr_accessor dataset_name: ::String
|
383
|
+
attr_accessor error_message: ::String
|
384
|
+
attr_accessor execution_time: ::Integer
|
385
|
+
attr_accessor job_name: ::String
|
386
|
+
attr_accessor profile_configuration: Types::ProfileConfiguration
|
387
|
+
attr_accessor validation_configurations: ::Array[Types::ValidationConfiguration]
|
388
|
+
attr_accessor run_id: ::String
|
389
|
+
attr_accessor state: ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT")
|
390
|
+
attr_accessor log_subscription: ("ENABLE" | "DISABLE")
|
391
|
+
attr_accessor log_group_name: ::String
|
392
|
+
attr_accessor outputs: ::Array[Types::Output]
|
393
|
+
attr_accessor data_catalog_outputs: ::Array[Types::DataCatalogOutput]
|
394
|
+
attr_accessor database_outputs: ::Array[Types::DatabaseOutput]
|
395
|
+
attr_accessor recipe_reference: Types::RecipeReference
|
396
|
+
attr_accessor started_by: ::String
|
397
|
+
attr_accessor started_on: ::Time
|
398
|
+
attr_accessor job_sample: Types::JobSample
|
399
|
+
SENSITIVE: []
|
400
|
+
end
|
401
|
+
|
402
|
+
class DescribeProjectRequest
|
403
|
+
attr_accessor name: ::String
|
404
|
+
SENSITIVE: []
|
405
|
+
end
|
406
|
+
|
407
|
+
class DescribeProjectResponse
|
408
|
+
attr_accessor create_date: ::Time
|
409
|
+
attr_accessor created_by: ::String
|
410
|
+
attr_accessor dataset_name: ::String
|
411
|
+
attr_accessor last_modified_date: ::Time
|
412
|
+
attr_accessor last_modified_by: ::String
|
413
|
+
attr_accessor name: ::String
|
414
|
+
attr_accessor recipe_name: ::String
|
415
|
+
attr_accessor resource_arn: ::String
|
416
|
+
attr_accessor sample: Types::Sample
|
417
|
+
attr_accessor role_arn: ::String
|
418
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
419
|
+
attr_accessor session_status: ("ASSIGNED" | "FAILED" | "INITIALIZING" | "PROVISIONING" | "READY" | "RECYCLING" | "ROTATING" | "TERMINATED" | "TERMINATING" | "UPDATING")
|
420
|
+
attr_accessor opened_by: ::String
|
421
|
+
attr_accessor open_date: ::Time
|
422
|
+
SENSITIVE: []
|
423
|
+
end
|
424
|
+
|
425
|
+
class DescribeRecipeRequest
|
426
|
+
attr_accessor name: ::String
|
427
|
+
attr_accessor recipe_version: ::String
|
428
|
+
SENSITIVE: []
|
429
|
+
end
|
430
|
+
|
431
|
+
class DescribeRecipeResponse
|
432
|
+
attr_accessor created_by: ::String
|
433
|
+
attr_accessor create_date: ::Time
|
434
|
+
attr_accessor last_modified_by: ::String
|
435
|
+
attr_accessor last_modified_date: ::Time
|
436
|
+
attr_accessor project_name: ::String
|
437
|
+
attr_accessor published_by: ::String
|
438
|
+
attr_accessor published_date: ::Time
|
439
|
+
attr_accessor description: ::String
|
440
|
+
attr_accessor name: ::String
|
441
|
+
attr_accessor steps: ::Array[Types::RecipeStep]
|
442
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
443
|
+
attr_accessor resource_arn: ::String
|
444
|
+
attr_accessor recipe_version: ::String
|
445
|
+
SENSITIVE: []
|
446
|
+
end
|
447
|
+
|
448
|
+
class DescribeRulesetRequest
|
449
|
+
attr_accessor name: ::String
|
450
|
+
SENSITIVE: []
|
451
|
+
end
|
452
|
+
|
453
|
+
class DescribeRulesetResponse
|
454
|
+
attr_accessor name: ::String
|
455
|
+
attr_accessor description: ::String
|
456
|
+
attr_accessor target_arn: ::String
|
457
|
+
attr_accessor rules: ::Array[Types::Rule]
|
458
|
+
attr_accessor create_date: ::Time
|
459
|
+
attr_accessor created_by: ::String
|
460
|
+
attr_accessor last_modified_by: ::String
|
461
|
+
attr_accessor last_modified_date: ::Time
|
462
|
+
attr_accessor resource_arn: ::String
|
463
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
464
|
+
SENSITIVE: []
|
465
|
+
end
|
466
|
+
|
467
|
+
class DescribeScheduleRequest
|
468
|
+
attr_accessor name: ::String
|
469
|
+
SENSITIVE: []
|
470
|
+
end
|
471
|
+
|
472
|
+
class DescribeScheduleResponse
|
473
|
+
attr_accessor create_date: ::Time
|
474
|
+
attr_accessor created_by: ::String
|
475
|
+
attr_accessor job_names: ::Array[::String]
|
476
|
+
attr_accessor last_modified_by: ::String
|
477
|
+
attr_accessor last_modified_date: ::Time
|
478
|
+
attr_accessor resource_arn: ::String
|
479
|
+
attr_accessor cron_expression: ::String
|
480
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
481
|
+
attr_accessor name: ::String
|
482
|
+
SENSITIVE: []
|
483
|
+
end
|
484
|
+
|
485
|
+
class EntityDetectorConfiguration
|
486
|
+
attr_accessor entity_types: ::Array[::String]
|
487
|
+
attr_accessor allowed_statistics: ::Array[Types::AllowedStatistics]
|
488
|
+
SENSITIVE: []
|
489
|
+
end
|
490
|
+
|
491
|
+
class ExcelOptions
|
492
|
+
attr_accessor sheet_names: ::Array[::String]
|
493
|
+
attr_accessor sheet_indexes: ::Array[::Integer]
|
494
|
+
attr_accessor header_row: bool
|
495
|
+
SENSITIVE: []
|
496
|
+
end
|
497
|
+
|
498
|
+
class FilesLimit
|
499
|
+
attr_accessor max_files: ::Integer
|
500
|
+
attr_accessor ordered_by: ("LAST_MODIFIED_DATE")
|
501
|
+
attr_accessor order: ("DESCENDING" | "ASCENDING")
|
502
|
+
SENSITIVE: []
|
503
|
+
end
|
504
|
+
|
505
|
+
class FilterExpression
|
506
|
+
attr_accessor expression: ::String
|
507
|
+
attr_accessor values_map: ::Hash[::String, ::String]
|
508
|
+
SENSITIVE: []
|
509
|
+
end
|
510
|
+
|
511
|
+
class FormatOptions
|
512
|
+
attr_accessor json: Types::JsonOptions
|
513
|
+
attr_accessor excel: Types::ExcelOptions
|
514
|
+
attr_accessor csv: Types::CsvOptions
|
515
|
+
SENSITIVE: []
|
516
|
+
end
|
517
|
+
|
518
|
+
class Input
|
519
|
+
attr_accessor s3_input_definition: Types::S3Location
|
520
|
+
attr_accessor data_catalog_input_definition: Types::DataCatalogInputDefinition
|
521
|
+
attr_accessor database_input_definition: Types::DatabaseInputDefinition
|
522
|
+
attr_accessor metadata: Types::Metadata
|
523
|
+
SENSITIVE: []
|
524
|
+
end
|
525
|
+
|
526
|
+
class InternalServerException
|
527
|
+
attr_accessor message: ::String
|
528
|
+
SENSITIVE: []
|
529
|
+
end
|
530
|
+
|
531
|
+
class Job
|
532
|
+
attr_accessor account_id: ::String
|
533
|
+
attr_accessor created_by: ::String
|
534
|
+
attr_accessor create_date: ::Time
|
535
|
+
attr_accessor dataset_name: ::String
|
536
|
+
attr_accessor encryption_key_arn: ::String
|
537
|
+
attr_accessor encryption_mode: ("SSE-KMS" | "SSE-S3")
|
538
|
+
attr_accessor name: ::String
|
539
|
+
attr_accessor type: ("PROFILE" | "RECIPE")
|
540
|
+
attr_accessor last_modified_by: ::String
|
541
|
+
attr_accessor last_modified_date: ::Time
|
542
|
+
attr_accessor log_subscription: ("ENABLE" | "DISABLE")
|
543
|
+
attr_accessor max_capacity: ::Integer
|
544
|
+
attr_accessor max_retries: ::Integer
|
545
|
+
attr_accessor outputs: ::Array[Types::Output]
|
546
|
+
attr_accessor data_catalog_outputs: ::Array[Types::DataCatalogOutput]
|
547
|
+
attr_accessor database_outputs: ::Array[Types::DatabaseOutput]
|
548
|
+
attr_accessor project_name: ::String
|
549
|
+
attr_accessor recipe_reference: Types::RecipeReference
|
550
|
+
attr_accessor resource_arn: ::String
|
551
|
+
attr_accessor role_arn: ::String
|
552
|
+
attr_accessor timeout: ::Integer
|
553
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
554
|
+
attr_accessor job_sample: Types::JobSample
|
555
|
+
attr_accessor validation_configurations: ::Array[Types::ValidationConfiguration]
|
556
|
+
SENSITIVE: []
|
557
|
+
end
|
558
|
+
|
559
|
+
class JobRun
|
560
|
+
attr_accessor attempt: ::Integer
|
561
|
+
attr_accessor completed_on: ::Time
|
562
|
+
attr_accessor dataset_name: ::String
|
563
|
+
attr_accessor error_message: ::String
|
564
|
+
attr_accessor execution_time: ::Integer
|
565
|
+
attr_accessor job_name: ::String
|
566
|
+
attr_accessor run_id: ::String
|
567
|
+
attr_accessor state: ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT")
|
568
|
+
attr_accessor log_subscription: ("ENABLE" | "DISABLE")
|
569
|
+
attr_accessor log_group_name: ::String
|
570
|
+
attr_accessor outputs: ::Array[Types::Output]
|
571
|
+
attr_accessor data_catalog_outputs: ::Array[Types::DataCatalogOutput]
|
572
|
+
attr_accessor database_outputs: ::Array[Types::DatabaseOutput]
|
573
|
+
attr_accessor recipe_reference: Types::RecipeReference
|
574
|
+
attr_accessor started_by: ::String
|
575
|
+
attr_accessor started_on: ::Time
|
576
|
+
attr_accessor job_sample: Types::JobSample
|
577
|
+
attr_accessor validation_configurations: ::Array[Types::ValidationConfiguration]
|
578
|
+
SENSITIVE: []
|
579
|
+
end
|
580
|
+
|
581
|
+
class JobSample
|
582
|
+
attr_accessor mode: ("FULL_DATASET" | "CUSTOM_ROWS")
|
583
|
+
attr_accessor size: ::Integer
|
584
|
+
SENSITIVE: []
|
585
|
+
end
|
586
|
+
|
587
|
+
class JsonOptions
|
588
|
+
attr_accessor multi_line: bool
|
589
|
+
SENSITIVE: []
|
590
|
+
end
|
591
|
+
|
592
|
+
class ListDatasetsRequest
|
593
|
+
attr_accessor max_results: ::Integer
|
594
|
+
attr_accessor next_token: ::String
|
595
|
+
SENSITIVE: []
|
596
|
+
end
|
597
|
+
|
598
|
+
class ListDatasetsResponse
|
599
|
+
attr_accessor datasets: ::Array[Types::Dataset]
|
600
|
+
attr_accessor next_token: ::String
|
601
|
+
SENSITIVE: []
|
602
|
+
end
|
603
|
+
|
604
|
+
class ListJobRunsRequest
|
605
|
+
attr_accessor name: ::String
|
606
|
+
attr_accessor max_results: ::Integer
|
607
|
+
attr_accessor next_token: ::String
|
608
|
+
SENSITIVE: []
|
609
|
+
end
|
610
|
+
|
611
|
+
class ListJobRunsResponse
|
612
|
+
attr_accessor job_runs: ::Array[Types::JobRun]
|
613
|
+
attr_accessor next_token: ::String
|
614
|
+
SENSITIVE: []
|
615
|
+
end
|
616
|
+
|
617
|
+
class ListJobsRequest
|
618
|
+
attr_accessor dataset_name: ::String
|
619
|
+
attr_accessor max_results: ::Integer
|
620
|
+
attr_accessor next_token: ::String
|
621
|
+
attr_accessor project_name: ::String
|
622
|
+
SENSITIVE: []
|
623
|
+
end
|
624
|
+
|
625
|
+
class ListJobsResponse
|
626
|
+
attr_accessor jobs: ::Array[Types::Job]
|
627
|
+
attr_accessor next_token: ::String
|
628
|
+
SENSITIVE: []
|
629
|
+
end
|
630
|
+
|
631
|
+
class ListProjectsRequest
|
632
|
+
attr_accessor next_token: ::String
|
633
|
+
attr_accessor max_results: ::Integer
|
634
|
+
SENSITIVE: []
|
635
|
+
end
|
636
|
+
|
637
|
+
class ListProjectsResponse
|
638
|
+
attr_accessor projects: ::Array[Types::Project]
|
639
|
+
attr_accessor next_token: ::String
|
640
|
+
SENSITIVE: []
|
641
|
+
end
|
642
|
+
|
643
|
+
class ListRecipeVersionsRequest
|
644
|
+
attr_accessor max_results: ::Integer
|
645
|
+
attr_accessor next_token: ::String
|
646
|
+
attr_accessor name: ::String
|
647
|
+
SENSITIVE: []
|
648
|
+
end
|
649
|
+
|
650
|
+
class ListRecipeVersionsResponse
|
651
|
+
attr_accessor next_token: ::String
|
652
|
+
attr_accessor recipes: ::Array[Types::Recipe]
|
653
|
+
SENSITIVE: []
|
654
|
+
end
|
655
|
+
|
656
|
+
class ListRecipesRequest
|
657
|
+
attr_accessor max_results: ::Integer
|
658
|
+
attr_accessor next_token: ::String
|
659
|
+
attr_accessor recipe_version: ::String
|
660
|
+
SENSITIVE: []
|
661
|
+
end
|
662
|
+
|
663
|
+
class ListRecipesResponse
|
664
|
+
attr_accessor recipes: ::Array[Types::Recipe]
|
665
|
+
attr_accessor next_token: ::String
|
666
|
+
SENSITIVE: []
|
667
|
+
end
|
668
|
+
|
669
|
+
class ListRulesetsRequest
|
670
|
+
attr_accessor target_arn: ::String
|
671
|
+
attr_accessor max_results: ::Integer
|
672
|
+
attr_accessor next_token: ::String
|
673
|
+
SENSITIVE: []
|
674
|
+
end
|
675
|
+
|
676
|
+
class ListRulesetsResponse
|
677
|
+
attr_accessor rulesets: ::Array[Types::RulesetItem]
|
678
|
+
attr_accessor next_token: ::String
|
679
|
+
SENSITIVE: []
|
680
|
+
end
|
681
|
+
|
682
|
+
class ListSchedulesRequest
|
683
|
+
attr_accessor job_name: ::String
|
684
|
+
attr_accessor max_results: ::Integer
|
685
|
+
attr_accessor next_token: ::String
|
686
|
+
SENSITIVE: []
|
687
|
+
end
|
688
|
+
|
689
|
+
class ListSchedulesResponse
|
690
|
+
attr_accessor schedules: ::Array[Types::Schedule]
|
691
|
+
attr_accessor next_token: ::String
|
692
|
+
SENSITIVE: []
|
693
|
+
end
|
694
|
+
|
695
|
+
class ListTagsForResourceRequest
|
696
|
+
attr_accessor resource_arn: ::String
|
697
|
+
SENSITIVE: []
|
698
|
+
end
|
699
|
+
|
700
|
+
class ListTagsForResourceResponse
|
701
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
702
|
+
SENSITIVE: []
|
703
|
+
end
|
704
|
+
|
705
|
+
class Metadata
|
706
|
+
attr_accessor source_arn: ::String
|
707
|
+
SENSITIVE: []
|
708
|
+
end
|
709
|
+
|
710
|
+
class Output
|
711
|
+
attr_accessor compression_format: ("GZIP" | "LZ4" | "SNAPPY" | "BZIP2" | "DEFLATE" | "LZO" | "BROTLI" | "ZSTD" | "ZLIB")
|
712
|
+
attr_accessor format: ("CSV" | "JSON" | "PARQUET" | "GLUEPARQUET" | "AVRO" | "ORC" | "XML" | "TABLEAUHYPER")
|
713
|
+
attr_accessor partition_columns: ::Array[::String]
|
714
|
+
attr_accessor location: Types::S3Location
|
715
|
+
attr_accessor overwrite: bool
|
716
|
+
attr_accessor format_options: Types::OutputFormatOptions
|
717
|
+
attr_accessor max_output_files: ::Integer
|
718
|
+
SENSITIVE: []
|
719
|
+
end
|
720
|
+
|
721
|
+
class OutputFormatOptions
|
722
|
+
attr_accessor csv: Types::CsvOutputOptions
|
723
|
+
SENSITIVE: []
|
724
|
+
end
|
725
|
+
|
726
|
+
class PathOptions
|
727
|
+
attr_accessor last_modified_date_condition: Types::FilterExpression
|
728
|
+
attr_accessor files_limit: Types::FilesLimit
|
729
|
+
attr_accessor parameters: ::Hash[::String, Types::DatasetParameter]
|
730
|
+
SENSITIVE: []
|
731
|
+
end
|
732
|
+
|
733
|
+
class ProfileConfiguration
|
734
|
+
attr_accessor dataset_statistics_configuration: Types::StatisticsConfiguration
|
735
|
+
attr_accessor profile_columns: ::Array[Types::ColumnSelector]
|
736
|
+
attr_accessor column_statistics_configurations: ::Array[Types::ColumnStatisticsConfiguration]
|
737
|
+
attr_accessor entity_detector_configuration: Types::EntityDetectorConfiguration
|
738
|
+
SENSITIVE: []
|
739
|
+
end
|
740
|
+
|
741
|
+
class Project
|
742
|
+
attr_accessor account_id: ::String
|
743
|
+
attr_accessor create_date: ::Time
|
744
|
+
attr_accessor created_by: ::String
|
745
|
+
attr_accessor dataset_name: ::String
|
746
|
+
attr_accessor last_modified_date: ::Time
|
747
|
+
attr_accessor last_modified_by: ::String
|
748
|
+
attr_accessor name: ::String
|
749
|
+
attr_accessor recipe_name: ::String
|
750
|
+
attr_accessor resource_arn: ::String
|
751
|
+
attr_accessor sample: Types::Sample
|
752
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
753
|
+
attr_accessor role_arn: ::String
|
754
|
+
attr_accessor opened_by: ::String
|
755
|
+
attr_accessor open_date: ::Time
|
756
|
+
SENSITIVE: []
|
757
|
+
end
|
758
|
+
|
759
|
+
class PublishRecipeRequest
|
760
|
+
attr_accessor description: ::String
|
761
|
+
attr_accessor name: ::String
|
762
|
+
SENSITIVE: []
|
763
|
+
end
|
764
|
+
|
765
|
+
class PublishRecipeResponse
|
766
|
+
attr_accessor name: ::String
|
767
|
+
SENSITIVE: []
|
768
|
+
end
|
769
|
+
|
770
|
+
class Recipe
|
771
|
+
attr_accessor created_by: ::String
|
772
|
+
attr_accessor create_date: ::Time
|
773
|
+
attr_accessor last_modified_by: ::String
|
774
|
+
attr_accessor last_modified_date: ::Time
|
775
|
+
attr_accessor project_name: ::String
|
776
|
+
attr_accessor published_by: ::String
|
777
|
+
attr_accessor published_date: ::Time
|
778
|
+
attr_accessor description: ::String
|
779
|
+
attr_accessor name: ::String
|
780
|
+
attr_accessor resource_arn: ::String
|
781
|
+
attr_accessor steps: ::Array[Types::RecipeStep]
|
782
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
783
|
+
attr_accessor recipe_version: ::String
|
784
|
+
SENSITIVE: []
|
785
|
+
end
|
786
|
+
|
787
|
+
class RecipeAction
|
788
|
+
attr_accessor operation: ::String
|
789
|
+
attr_accessor parameters: ::Hash[::String, ::String]
|
790
|
+
SENSITIVE: []
|
791
|
+
end
|
792
|
+
|
793
|
+
class RecipeReference
|
794
|
+
attr_accessor name: ::String
|
795
|
+
attr_accessor recipe_version: ::String
|
796
|
+
SENSITIVE: []
|
797
|
+
end
|
798
|
+
|
799
|
+
class RecipeStep
|
800
|
+
attr_accessor action: Types::RecipeAction
|
801
|
+
attr_accessor condition_expressions: ::Array[Types::ConditionExpression]
|
802
|
+
SENSITIVE: []
|
803
|
+
end
|
804
|
+
|
805
|
+
class RecipeVersionErrorDetail
|
806
|
+
attr_accessor error_code: ::String
|
807
|
+
attr_accessor error_message: ::String
|
808
|
+
attr_accessor recipe_version: ::String
|
809
|
+
SENSITIVE: []
|
810
|
+
end
|
811
|
+
|
812
|
+
class ResourceNotFoundException
|
813
|
+
attr_accessor message: ::String
|
814
|
+
SENSITIVE: []
|
815
|
+
end
|
816
|
+
|
817
|
+
class Rule
|
818
|
+
attr_accessor name: ::String
|
819
|
+
attr_accessor disabled: bool
|
820
|
+
attr_accessor check_expression: ::String
|
821
|
+
attr_accessor substitution_map: ::Hash[::String, ::String]
|
822
|
+
attr_accessor threshold: Types::Threshold
|
823
|
+
attr_accessor column_selectors: ::Array[Types::ColumnSelector]
|
824
|
+
SENSITIVE: []
|
825
|
+
end
|
826
|
+
|
827
|
+
class RulesetItem
|
828
|
+
attr_accessor account_id: ::String
|
829
|
+
attr_accessor created_by: ::String
|
830
|
+
attr_accessor create_date: ::Time
|
831
|
+
attr_accessor description: ::String
|
832
|
+
attr_accessor last_modified_by: ::String
|
833
|
+
attr_accessor last_modified_date: ::Time
|
834
|
+
attr_accessor name: ::String
|
835
|
+
attr_accessor resource_arn: ::String
|
836
|
+
attr_accessor rule_count: ::Integer
|
837
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
838
|
+
attr_accessor target_arn: ::String
|
839
|
+
SENSITIVE: []
|
840
|
+
end
|
841
|
+
|
842
|
+
class S3Location
|
843
|
+
attr_accessor bucket: ::String
|
844
|
+
attr_accessor key: ::String
|
845
|
+
attr_accessor bucket_owner: ::String
|
846
|
+
SENSITIVE: []
|
847
|
+
end
|
848
|
+
|
849
|
+
class S3TableOutputOptions
|
850
|
+
attr_accessor location: Types::S3Location
|
851
|
+
SENSITIVE: []
|
852
|
+
end
|
853
|
+
|
854
|
+
class Sample
|
855
|
+
attr_accessor size: ::Integer
|
856
|
+
attr_accessor type: ("FIRST_N" | "LAST_N" | "RANDOM")
|
857
|
+
SENSITIVE: []
|
858
|
+
end
|
859
|
+
|
860
|
+
class Schedule
|
861
|
+
attr_accessor account_id: ::String
|
862
|
+
attr_accessor created_by: ::String
|
863
|
+
attr_accessor create_date: ::Time
|
864
|
+
attr_accessor job_names: ::Array[::String]
|
865
|
+
attr_accessor last_modified_by: ::String
|
866
|
+
attr_accessor last_modified_date: ::Time
|
867
|
+
attr_accessor resource_arn: ::String
|
868
|
+
attr_accessor cron_expression: ::String
|
869
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
870
|
+
attr_accessor name: ::String
|
871
|
+
SENSITIVE: []
|
872
|
+
end
|
873
|
+
|
874
|
+
class SendProjectSessionActionRequest
|
875
|
+
attr_accessor preview: bool
|
876
|
+
attr_accessor name: ::String
|
877
|
+
attr_accessor recipe_step: Types::RecipeStep
|
878
|
+
attr_accessor step_index: ::Integer
|
879
|
+
attr_accessor client_session_id: ::String
|
880
|
+
attr_accessor view_frame: Types::ViewFrame
|
881
|
+
SENSITIVE: [:client_session_id]
|
882
|
+
end
|
883
|
+
|
884
|
+
class SendProjectSessionActionResponse
|
885
|
+
attr_accessor result: ::String
|
886
|
+
attr_accessor name: ::String
|
887
|
+
attr_accessor action_id: ::Integer
|
888
|
+
SENSITIVE: []
|
889
|
+
end
|
890
|
+
|
891
|
+
class ServiceQuotaExceededException
|
892
|
+
attr_accessor message: ::String
|
893
|
+
SENSITIVE: []
|
894
|
+
end
|
895
|
+
|
896
|
+
class StartJobRunRequest
|
897
|
+
attr_accessor name: ::String
|
898
|
+
SENSITIVE: []
|
899
|
+
end
|
900
|
+
|
901
|
+
class StartJobRunResponse
|
902
|
+
attr_accessor run_id: ::String
|
903
|
+
SENSITIVE: []
|
904
|
+
end
|
905
|
+
|
906
|
+
class StartProjectSessionRequest
|
907
|
+
attr_accessor name: ::String
|
908
|
+
attr_accessor assume_control: bool
|
909
|
+
SENSITIVE: []
|
910
|
+
end
|
911
|
+
|
912
|
+
class StartProjectSessionResponse
|
913
|
+
attr_accessor name: ::String
|
914
|
+
attr_accessor client_session_id: ::String
|
915
|
+
SENSITIVE: [:client_session_id]
|
916
|
+
end
|
917
|
+
|
918
|
+
class StatisticOverride
|
919
|
+
attr_accessor statistic: ::String
|
920
|
+
attr_accessor parameters: ::Hash[::String, ::String]
|
921
|
+
SENSITIVE: []
|
922
|
+
end
|
923
|
+
|
924
|
+
class StatisticsConfiguration
|
925
|
+
attr_accessor included_statistics: ::Array[::String]
|
926
|
+
attr_accessor overrides: ::Array[Types::StatisticOverride]
|
927
|
+
SENSITIVE: []
|
928
|
+
end
|
929
|
+
|
930
|
+
class StopJobRunRequest
|
931
|
+
attr_accessor name: ::String
|
932
|
+
attr_accessor run_id: ::String
|
933
|
+
SENSITIVE: []
|
934
|
+
end
|
935
|
+
|
936
|
+
class StopJobRunResponse
|
937
|
+
attr_accessor run_id: ::String
|
938
|
+
SENSITIVE: []
|
939
|
+
end
|
940
|
+
|
941
|
+
class TagResourceRequest
|
942
|
+
attr_accessor resource_arn: ::String
|
943
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
944
|
+
SENSITIVE: []
|
945
|
+
end
|
946
|
+
|
947
|
+
class TagResourceResponse < Aws::EmptyStructure
|
948
|
+
end
|
949
|
+
|
950
|
+
class Threshold
|
951
|
+
attr_accessor value: ::Float
|
952
|
+
attr_accessor type: ("GREATER_THAN_OR_EQUAL" | "LESS_THAN_OR_EQUAL" | "GREATER_THAN" | "LESS_THAN")
|
953
|
+
attr_accessor unit: ("COUNT" | "PERCENTAGE")
|
954
|
+
SENSITIVE: []
|
955
|
+
end
|
956
|
+
|
957
|
+
class UntagResourceRequest
|
958
|
+
attr_accessor resource_arn: ::String
|
959
|
+
attr_accessor tag_keys: ::Array[::String]
|
960
|
+
SENSITIVE: []
|
961
|
+
end
|
962
|
+
|
963
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
964
|
+
end
|
965
|
+
|
966
|
+
class UpdateDatasetRequest
|
967
|
+
attr_accessor name: ::String
|
968
|
+
attr_accessor format: ("CSV" | "JSON" | "PARQUET" | "EXCEL" | "ORC")
|
969
|
+
attr_accessor format_options: Types::FormatOptions
|
970
|
+
attr_accessor input: Types::Input
|
971
|
+
attr_accessor path_options: Types::PathOptions
|
972
|
+
SENSITIVE: []
|
973
|
+
end
|
974
|
+
|
975
|
+
class UpdateDatasetResponse
|
976
|
+
attr_accessor name: ::String
|
977
|
+
SENSITIVE: []
|
978
|
+
end
|
979
|
+
|
980
|
+
class UpdateProfileJobRequest
|
981
|
+
attr_accessor configuration: Types::ProfileConfiguration
|
982
|
+
attr_accessor encryption_key_arn: ::String
|
983
|
+
attr_accessor encryption_mode: ("SSE-KMS" | "SSE-S3")
|
984
|
+
attr_accessor name: ::String
|
985
|
+
attr_accessor log_subscription: ("ENABLE" | "DISABLE")
|
986
|
+
attr_accessor max_capacity: ::Integer
|
987
|
+
attr_accessor max_retries: ::Integer
|
988
|
+
attr_accessor output_location: Types::S3Location
|
989
|
+
attr_accessor validation_configurations: ::Array[Types::ValidationConfiguration]
|
990
|
+
attr_accessor role_arn: ::String
|
991
|
+
attr_accessor timeout: ::Integer
|
992
|
+
attr_accessor job_sample: Types::JobSample
|
993
|
+
SENSITIVE: []
|
994
|
+
end
|
995
|
+
|
996
|
+
class UpdateProfileJobResponse
|
997
|
+
attr_accessor name: ::String
|
998
|
+
SENSITIVE: []
|
999
|
+
end
|
1000
|
+
|
1001
|
+
class UpdateProjectRequest
|
1002
|
+
attr_accessor sample: Types::Sample
|
1003
|
+
attr_accessor role_arn: ::String
|
1004
|
+
attr_accessor name: ::String
|
1005
|
+
SENSITIVE: []
|
1006
|
+
end
|
1007
|
+
|
1008
|
+
class UpdateProjectResponse
|
1009
|
+
attr_accessor last_modified_date: ::Time
|
1010
|
+
attr_accessor name: ::String
|
1011
|
+
SENSITIVE: []
|
1012
|
+
end
|
1013
|
+
|
1014
|
+
class UpdateRecipeJobRequest
|
1015
|
+
attr_accessor encryption_key_arn: ::String
|
1016
|
+
attr_accessor encryption_mode: ("SSE-KMS" | "SSE-S3")
|
1017
|
+
attr_accessor name: ::String
|
1018
|
+
attr_accessor log_subscription: ("ENABLE" | "DISABLE")
|
1019
|
+
attr_accessor max_capacity: ::Integer
|
1020
|
+
attr_accessor max_retries: ::Integer
|
1021
|
+
attr_accessor outputs: ::Array[Types::Output]
|
1022
|
+
attr_accessor data_catalog_outputs: ::Array[Types::DataCatalogOutput]
|
1023
|
+
attr_accessor database_outputs: ::Array[Types::DatabaseOutput]
|
1024
|
+
attr_accessor role_arn: ::String
|
1025
|
+
attr_accessor timeout: ::Integer
|
1026
|
+
SENSITIVE: []
|
1027
|
+
end
|
1028
|
+
|
1029
|
+
class UpdateRecipeJobResponse
|
1030
|
+
attr_accessor name: ::String
|
1031
|
+
SENSITIVE: []
|
1032
|
+
end
|
1033
|
+
|
1034
|
+
class UpdateRecipeRequest
|
1035
|
+
attr_accessor description: ::String
|
1036
|
+
attr_accessor name: ::String
|
1037
|
+
attr_accessor steps: ::Array[Types::RecipeStep]
|
1038
|
+
SENSITIVE: []
|
1039
|
+
end
|
1040
|
+
|
1041
|
+
class UpdateRecipeResponse
|
1042
|
+
attr_accessor name: ::String
|
1043
|
+
SENSITIVE: []
|
1044
|
+
end
|
1045
|
+
|
1046
|
+
class UpdateRulesetRequest
|
1047
|
+
attr_accessor name: ::String
|
1048
|
+
attr_accessor description: ::String
|
1049
|
+
attr_accessor rules: ::Array[Types::Rule]
|
1050
|
+
SENSITIVE: []
|
1051
|
+
end
|
1052
|
+
|
1053
|
+
class UpdateRulesetResponse
|
1054
|
+
attr_accessor name: ::String
|
1055
|
+
SENSITIVE: []
|
1056
|
+
end
|
1057
|
+
|
1058
|
+
class UpdateScheduleRequest
|
1059
|
+
attr_accessor job_names: ::Array[::String]
|
1060
|
+
attr_accessor cron_expression: ::String
|
1061
|
+
attr_accessor name: ::String
|
1062
|
+
SENSITIVE: []
|
1063
|
+
end
|
1064
|
+
|
1065
|
+
class UpdateScheduleResponse
|
1066
|
+
attr_accessor name: ::String
|
1067
|
+
SENSITIVE: []
|
1068
|
+
end
|
1069
|
+
|
1070
|
+
class ValidationConfiguration
|
1071
|
+
attr_accessor ruleset_arn: ::String
|
1072
|
+
attr_accessor validation_mode: ("CHECK_ALL")
|
1073
|
+
SENSITIVE: []
|
1074
|
+
end
|
1075
|
+
|
1076
|
+
class ValidationException
|
1077
|
+
attr_accessor message: ::String
|
1078
|
+
SENSITIVE: []
|
1079
|
+
end
|
1080
|
+
|
1081
|
+
class ViewFrame
|
1082
|
+
attr_accessor start_column_index: ::Integer
|
1083
|
+
attr_accessor column_range: ::Integer
|
1084
|
+
attr_accessor hidden_columns: ::Array[::String]
|
1085
|
+
attr_accessor start_row_index: ::Integer
|
1086
|
+
attr_accessor row_range: ::Integer
|
1087
|
+
attr_accessor analytics: ("ENABLE" | "DISABLE")
|
1088
|
+
SENSITIVE: []
|
1089
|
+
end
|
1090
|
+
end
|
1091
|
+
end
|