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/client.rbs
ADDED
@@ -0,0 +1,1172 @@
|
|
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
|
9
|
+
module GlueDataBrew
|
10
|
+
class Client < ::Seahorse::Client::Base
|
11
|
+
include ::Aws::ClientStubs
|
12
|
+
|
13
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#initialize-instance_method
|
14
|
+
def self.new: (
|
15
|
+
?credentials: untyped,
|
16
|
+
?region: String,
|
17
|
+
?access_key_id: String,
|
18
|
+
?active_endpoint_cache: bool,
|
19
|
+
?adaptive_retry_wait_to_fill: bool,
|
20
|
+
?client_side_monitoring: bool,
|
21
|
+
?client_side_monitoring_client_id: String,
|
22
|
+
?client_side_monitoring_host: String,
|
23
|
+
?client_side_monitoring_port: Integer,
|
24
|
+
?client_side_monitoring_publisher: untyped,
|
25
|
+
?convert_params: bool,
|
26
|
+
?correct_clock_skew: bool,
|
27
|
+
?defaults_mode: String,
|
28
|
+
?disable_host_prefix_injection: bool,
|
29
|
+
?disable_request_compression: bool,
|
30
|
+
?endpoint: String,
|
31
|
+
?endpoint_cache_max_entries: Integer,
|
32
|
+
?endpoint_cache_max_threads: Integer,
|
33
|
+
?endpoint_cache_poll_interval: Integer,
|
34
|
+
?endpoint_discovery: bool,
|
35
|
+
?ignore_configured_endpoint_urls: bool,
|
36
|
+
?log_formatter: untyped,
|
37
|
+
?log_level: Symbol,
|
38
|
+
?logger: untyped,
|
39
|
+
?max_attempts: Integer,
|
40
|
+
?profile: String,
|
41
|
+
?request_min_compression_size_bytes: Integer,
|
42
|
+
?retry_backoff: Proc,
|
43
|
+
?retry_base_delay: Float,
|
44
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
45
|
+
?retry_limit: Integer,
|
46
|
+
?retry_max_delay: Integer,
|
47
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
48
|
+
?sdk_ua_app_id: String,
|
49
|
+
?secret_access_key: String,
|
50
|
+
?session_token: String,
|
51
|
+
?stub_responses: untyped,
|
52
|
+
?token_provider: untyped,
|
53
|
+
?use_dualstack_endpoint: bool,
|
54
|
+
?use_fips_endpoint: bool,
|
55
|
+
?validate_params: bool,
|
56
|
+
?endpoint_provider: untyped,
|
57
|
+
?http_proxy: String,
|
58
|
+
?http_open_timeout: (Float | Integer),
|
59
|
+
?http_read_timeout: (Float | Integer),
|
60
|
+
?http_idle_timeout: (Float | Integer),
|
61
|
+
?http_continue_timeout: (Float | Integer),
|
62
|
+
?ssl_timeout: (Float | Integer | nil),
|
63
|
+
?http_wire_trace: bool,
|
64
|
+
?ssl_verify_peer: bool,
|
65
|
+
?ssl_ca_bundle: String,
|
66
|
+
?ssl_ca_directory: String,
|
67
|
+
?ssl_ca_store: String,
|
68
|
+
?on_chunk_received: Proc,
|
69
|
+
?on_chunk_sent: Proc,
|
70
|
+
?raise_response_errors: bool
|
71
|
+
) -> instance
|
72
|
+
| (?Hash[Symbol, untyped]) -> instance
|
73
|
+
|
74
|
+
|
75
|
+
interface _BatchDeleteRecipeVersionResponseSuccess
|
76
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::BatchDeleteRecipeVersionResponse]
|
77
|
+
def name: () -> ::String
|
78
|
+
def errors: () -> ::Array[Types::RecipeVersionErrorDetail]
|
79
|
+
end
|
80
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#batch_delete_recipe_version-instance_method
|
81
|
+
def batch_delete_recipe_version: (
|
82
|
+
name: ::String,
|
83
|
+
recipe_versions: Array[::String]
|
84
|
+
) -> _BatchDeleteRecipeVersionResponseSuccess
|
85
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchDeleteRecipeVersionResponseSuccess
|
86
|
+
|
87
|
+
interface _CreateDatasetResponseSuccess
|
88
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateDatasetResponse]
|
89
|
+
def name: () -> ::String
|
90
|
+
end
|
91
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#create_dataset-instance_method
|
92
|
+
def create_dataset: (
|
93
|
+
name: ::String,
|
94
|
+
?format: ("CSV" | "JSON" | "PARQUET" | "EXCEL" | "ORC"),
|
95
|
+
?format_options: {
|
96
|
+
json: {
|
97
|
+
multi_line: bool?
|
98
|
+
}?,
|
99
|
+
excel: {
|
100
|
+
sheet_names: Array[::String]?,
|
101
|
+
sheet_indexes: Array[::Integer]?,
|
102
|
+
header_row: bool?
|
103
|
+
}?,
|
104
|
+
csv: {
|
105
|
+
delimiter: ::String?,
|
106
|
+
header_row: bool?
|
107
|
+
}?
|
108
|
+
},
|
109
|
+
input: {
|
110
|
+
s3_input_definition: {
|
111
|
+
bucket: ::String,
|
112
|
+
key: ::String?,
|
113
|
+
bucket_owner: ::String?
|
114
|
+
}?,
|
115
|
+
data_catalog_input_definition: {
|
116
|
+
catalog_id: ::String?,
|
117
|
+
database_name: ::String,
|
118
|
+
table_name: ::String,
|
119
|
+
temp_directory: {
|
120
|
+
bucket: ::String,
|
121
|
+
key: ::String?,
|
122
|
+
bucket_owner: ::String?
|
123
|
+
}?
|
124
|
+
}?,
|
125
|
+
database_input_definition: {
|
126
|
+
glue_connection_name: ::String,
|
127
|
+
database_table_name: ::String?,
|
128
|
+
temp_directory: {
|
129
|
+
bucket: ::String,
|
130
|
+
key: ::String?,
|
131
|
+
bucket_owner: ::String?
|
132
|
+
}?,
|
133
|
+
query_string: ::String?
|
134
|
+
}?,
|
135
|
+
metadata: {
|
136
|
+
source_arn: ::String?
|
137
|
+
}?
|
138
|
+
},
|
139
|
+
?path_options: {
|
140
|
+
last_modified_date_condition: {
|
141
|
+
expression: ::String,
|
142
|
+
values_map: Hash[::String, ::String]
|
143
|
+
}?,
|
144
|
+
files_limit: {
|
145
|
+
max_files: ::Integer,
|
146
|
+
ordered_by: ("LAST_MODIFIED_DATE")?,
|
147
|
+
order: ("DESCENDING" | "ASCENDING")?
|
148
|
+
}?,
|
149
|
+
parameters: Hash[::String, {
|
150
|
+
name: ::String,
|
151
|
+
type: ("Datetime" | "Number" | "String"),
|
152
|
+
datetime_options: {
|
153
|
+
format: ::String,
|
154
|
+
timezone_offset: ::String?,
|
155
|
+
locale_code: ::String?
|
156
|
+
}?,
|
157
|
+
create_column: bool?,
|
158
|
+
filter: {
|
159
|
+
expression: ::String,
|
160
|
+
values_map: Hash[::String, ::String]
|
161
|
+
}?
|
162
|
+
}]?
|
163
|
+
},
|
164
|
+
?tags: Hash[::String, ::String]
|
165
|
+
) -> _CreateDatasetResponseSuccess
|
166
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDatasetResponseSuccess
|
167
|
+
|
168
|
+
interface _CreateProfileJobResponseSuccess
|
169
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateProfileJobResponse]
|
170
|
+
def name: () -> ::String
|
171
|
+
end
|
172
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#create_profile_job-instance_method
|
173
|
+
def create_profile_job: (
|
174
|
+
dataset_name: ::String,
|
175
|
+
?encryption_key_arn: ::String,
|
176
|
+
?encryption_mode: ("SSE-KMS" | "SSE-S3"),
|
177
|
+
name: ::String,
|
178
|
+
?log_subscription: ("ENABLE" | "DISABLE"),
|
179
|
+
?max_capacity: ::Integer,
|
180
|
+
?max_retries: ::Integer,
|
181
|
+
output_location: {
|
182
|
+
bucket: ::String,
|
183
|
+
key: ::String?,
|
184
|
+
bucket_owner: ::String?
|
185
|
+
},
|
186
|
+
?configuration: {
|
187
|
+
dataset_statistics_configuration: {
|
188
|
+
included_statistics: Array[::String]?,
|
189
|
+
overrides: Array[
|
190
|
+
{
|
191
|
+
statistic: ::String,
|
192
|
+
parameters: Hash[::String, ::String]
|
193
|
+
},
|
194
|
+
]?
|
195
|
+
}?,
|
196
|
+
profile_columns: Array[
|
197
|
+
{
|
198
|
+
regex: ::String?,
|
199
|
+
name: ::String?
|
200
|
+
},
|
201
|
+
]?,
|
202
|
+
column_statistics_configurations: Array[
|
203
|
+
{
|
204
|
+
selectors: Array[
|
205
|
+
{
|
206
|
+
regex: ::String?,
|
207
|
+
name: ::String?
|
208
|
+
},
|
209
|
+
]?,
|
210
|
+
statistics: {
|
211
|
+
included_statistics: Array[::String]?,
|
212
|
+
overrides: Array[
|
213
|
+
{
|
214
|
+
statistic: ::String,
|
215
|
+
parameters: Hash[::String, ::String]
|
216
|
+
},
|
217
|
+
]?
|
218
|
+
}
|
219
|
+
},
|
220
|
+
]?,
|
221
|
+
entity_detector_configuration: {
|
222
|
+
entity_types: Array[::String],
|
223
|
+
allowed_statistics: Array[
|
224
|
+
{
|
225
|
+
statistics: Array[::String]
|
226
|
+
},
|
227
|
+
]?
|
228
|
+
}?
|
229
|
+
},
|
230
|
+
?validation_configurations: Array[
|
231
|
+
{
|
232
|
+
ruleset_arn: ::String,
|
233
|
+
validation_mode: ("CHECK_ALL")?
|
234
|
+
},
|
235
|
+
],
|
236
|
+
role_arn: ::String,
|
237
|
+
?tags: Hash[::String, ::String],
|
238
|
+
?timeout: ::Integer,
|
239
|
+
?job_sample: {
|
240
|
+
mode: ("FULL_DATASET" | "CUSTOM_ROWS")?,
|
241
|
+
size: ::Integer?
|
242
|
+
}
|
243
|
+
) -> _CreateProfileJobResponseSuccess
|
244
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProfileJobResponseSuccess
|
245
|
+
|
246
|
+
interface _CreateProjectResponseSuccess
|
247
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateProjectResponse]
|
248
|
+
def name: () -> ::String
|
249
|
+
end
|
250
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#create_project-instance_method
|
251
|
+
def create_project: (
|
252
|
+
dataset_name: ::String,
|
253
|
+
name: ::String,
|
254
|
+
recipe_name: ::String,
|
255
|
+
?sample: {
|
256
|
+
size: ::Integer?,
|
257
|
+
type: ("FIRST_N" | "LAST_N" | "RANDOM")
|
258
|
+
},
|
259
|
+
role_arn: ::String,
|
260
|
+
?tags: Hash[::String, ::String]
|
261
|
+
) -> _CreateProjectResponseSuccess
|
262
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProjectResponseSuccess
|
263
|
+
|
264
|
+
interface _CreateRecipeResponseSuccess
|
265
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateRecipeResponse]
|
266
|
+
def name: () -> ::String
|
267
|
+
end
|
268
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#create_recipe-instance_method
|
269
|
+
def create_recipe: (
|
270
|
+
?description: ::String,
|
271
|
+
name: ::String,
|
272
|
+
steps: Array[
|
273
|
+
{
|
274
|
+
action: {
|
275
|
+
operation: ::String,
|
276
|
+
parameters: Hash[::String, ::String]?
|
277
|
+
},
|
278
|
+
condition_expressions: Array[
|
279
|
+
{
|
280
|
+
condition: ::String,
|
281
|
+
value: ::String?,
|
282
|
+
target_column: ::String
|
283
|
+
},
|
284
|
+
]?
|
285
|
+
},
|
286
|
+
],
|
287
|
+
?tags: Hash[::String, ::String]
|
288
|
+
) -> _CreateRecipeResponseSuccess
|
289
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRecipeResponseSuccess
|
290
|
+
|
291
|
+
interface _CreateRecipeJobResponseSuccess
|
292
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateRecipeJobResponse]
|
293
|
+
def name: () -> ::String
|
294
|
+
end
|
295
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#create_recipe_job-instance_method
|
296
|
+
def create_recipe_job: (
|
297
|
+
?dataset_name: ::String,
|
298
|
+
?encryption_key_arn: ::String,
|
299
|
+
?encryption_mode: ("SSE-KMS" | "SSE-S3"),
|
300
|
+
name: ::String,
|
301
|
+
?log_subscription: ("ENABLE" | "DISABLE"),
|
302
|
+
?max_capacity: ::Integer,
|
303
|
+
?max_retries: ::Integer,
|
304
|
+
?outputs: Array[
|
305
|
+
{
|
306
|
+
compression_format: ("GZIP" | "LZ4" | "SNAPPY" | "BZIP2" | "DEFLATE" | "LZO" | "BROTLI" | "ZSTD" | "ZLIB")?,
|
307
|
+
format: ("CSV" | "JSON" | "PARQUET" | "GLUEPARQUET" | "AVRO" | "ORC" | "XML" | "TABLEAUHYPER")?,
|
308
|
+
partition_columns: Array[::String]?,
|
309
|
+
location: {
|
310
|
+
bucket: ::String,
|
311
|
+
key: ::String?,
|
312
|
+
bucket_owner: ::String?
|
313
|
+
},
|
314
|
+
overwrite: bool?,
|
315
|
+
format_options: {
|
316
|
+
csv: {
|
317
|
+
delimiter: ::String?
|
318
|
+
}?
|
319
|
+
}?,
|
320
|
+
max_output_files: ::Integer?
|
321
|
+
},
|
322
|
+
],
|
323
|
+
?data_catalog_outputs: Array[
|
324
|
+
{
|
325
|
+
catalog_id: ::String?,
|
326
|
+
database_name: ::String,
|
327
|
+
table_name: ::String,
|
328
|
+
s3_options: {
|
329
|
+
location: {
|
330
|
+
bucket: ::String,
|
331
|
+
key: ::String?,
|
332
|
+
bucket_owner: ::String?
|
333
|
+
}
|
334
|
+
}?,
|
335
|
+
database_options: {
|
336
|
+
temp_directory: {
|
337
|
+
bucket: ::String,
|
338
|
+
key: ::String?,
|
339
|
+
bucket_owner: ::String?
|
340
|
+
}?,
|
341
|
+
table_name: ::String
|
342
|
+
}?,
|
343
|
+
overwrite: bool?
|
344
|
+
},
|
345
|
+
],
|
346
|
+
?database_outputs: Array[
|
347
|
+
{
|
348
|
+
glue_connection_name: ::String,
|
349
|
+
database_options: {
|
350
|
+
temp_directory: {
|
351
|
+
bucket: ::String,
|
352
|
+
key: ::String?,
|
353
|
+
bucket_owner: ::String?
|
354
|
+
}?,
|
355
|
+
table_name: ::String
|
356
|
+
},
|
357
|
+
database_output_mode: ("NEW_TABLE")?
|
358
|
+
},
|
359
|
+
],
|
360
|
+
?project_name: ::String,
|
361
|
+
?recipe_reference: {
|
362
|
+
name: ::String,
|
363
|
+
recipe_version: ::String?
|
364
|
+
},
|
365
|
+
role_arn: ::String,
|
366
|
+
?tags: Hash[::String, ::String],
|
367
|
+
?timeout: ::Integer
|
368
|
+
) -> _CreateRecipeJobResponseSuccess
|
369
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRecipeJobResponseSuccess
|
370
|
+
|
371
|
+
interface _CreateRulesetResponseSuccess
|
372
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateRulesetResponse]
|
373
|
+
def name: () -> ::String
|
374
|
+
end
|
375
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#create_ruleset-instance_method
|
376
|
+
def create_ruleset: (
|
377
|
+
name: ::String,
|
378
|
+
?description: ::String,
|
379
|
+
target_arn: ::String,
|
380
|
+
rules: Array[
|
381
|
+
{
|
382
|
+
name: ::String,
|
383
|
+
disabled: bool?,
|
384
|
+
check_expression: ::String,
|
385
|
+
substitution_map: Hash[::String, ::String]?,
|
386
|
+
threshold: {
|
387
|
+
value: ::Float,
|
388
|
+
type: ("GREATER_THAN_OR_EQUAL" | "LESS_THAN_OR_EQUAL" | "GREATER_THAN" | "LESS_THAN")?,
|
389
|
+
unit: ("COUNT" | "PERCENTAGE")?
|
390
|
+
}?,
|
391
|
+
column_selectors: Array[
|
392
|
+
{
|
393
|
+
regex: ::String?,
|
394
|
+
name: ::String?
|
395
|
+
},
|
396
|
+
]?
|
397
|
+
},
|
398
|
+
],
|
399
|
+
?tags: Hash[::String, ::String]
|
400
|
+
) -> _CreateRulesetResponseSuccess
|
401
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRulesetResponseSuccess
|
402
|
+
|
403
|
+
interface _CreateScheduleResponseSuccess
|
404
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateScheduleResponse]
|
405
|
+
def name: () -> ::String
|
406
|
+
end
|
407
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#create_schedule-instance_method
|
408
|
+
def create_schedule: (
|
409
|
+
?job_names: Array[::String],
|
410
|
+
cron_expression: ::String,
|
411
|
+
?tags: Hash[::String, ::String],
|
412
|
+
name: ::String
|
413
|
+
) -> _CreateScheduleResponseSuccess
|
414
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateScheduleResponseSuccess
|
415
|
+
|
416
|
+
interface _DeleteDatasetResponseSuccess
|
417
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDatasetResponse]
|
418
|
+
def name: () -> ::String
|
419
|
+
end
|
420
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#delete_dataset-instance_method
|
421
|
+
def delete_dataset: (
|
422
|
+
name: ::String
|
423
|
+
) -> _DeleteDatasetResponseSuccess
|
424
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDatasetResponseSuccess
|
425
|
+
|
426
|
+
interface _DeleteJobResponseSuccess
|
427
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteJobResponse]
|
428
|
+
def name: () -> ::String
|
429
|
+
end
|
430
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#delete_job-instance_method
|
431
|
+
def delete_job: (
|
432
|
+
name: ::String
|
433
|
+
) -> _DeleteJobResponseSuccess
|
434
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteJobResponseSuccess
|
435
|
+
|
436
|
+
interface _DeleteProjectResponseSuccess
|
437
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteProjectResponse]
|
438
|
+
def name: () -> ::String
|
439
|
+
end
|
440
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#delete_project-instance_method
|
441
|
+
def delete_project: (
|
442
|
+
name: ::String
|
443
|
+
) -> _DeleteProjectResponseSuccess
|
444
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteProjectResponseSuccess
|
445
|
+
|
446
|
+
interface _DeleteRecipeVersionResponseSuccess
|
447
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteRecipeVersionResponse]
|
448
|
+
def name: () -> ::String
|
449
|
+
def recipe_version: () -> ::String
|
450
|
+
end
|
451
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#delete_recipe_version-instance_method
|
452
|
+
def delete_recipe_version: (
|
453
|
+
name: ::String,
|
454
|
+
recipe_version: ::String
|
455
|
+
) -> _DeleteRecipeVersionResponseSuccess
|
456
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteRecipeVersionResponseSuccess
|
457
|
+
|
458
|
+
interface _DeleteRulesetResponseSuccess
|
459
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteRulesetResponse]
|
460
|
+
def name: () -> ::String
|
461
|
+
end
|
462
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#delete_ruleset-instance_method
|
463
|
+
def delete_ruleset: (
|
464
|
+
name: ::String
|
465
|
+
) -> _DeleteRulesetResponseSuccess
|
466
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteRulesetResponseSuccess
|
467
|
+
|
468
|
+
interface _DeleteScheduleResponseSuccess
|
469
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteScheduleResponse]
|
470
|
+
def name: () -> ::String
|
471
|
+
end
|
472
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#delete_schedule-instance_method
|
473
|
+
def delete_schedule: (
|
474
|
+
name: ::String
|
475
|
+
) -> _DeleteScheduleResponseSuccess
|
476
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteScheduleResponseSuccess
|
477
|
+
|
478
|
+
interface _DescribeDatasetResponseSuccess
|
479
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDatasetResponse]
|
480
|
+
def created_by: () -> ::String
|
481
|
+
def create_date: () -> ::Time
|
482
|
+
def name: () -> ::String
|
483
|
+
def format: () -> ("CSV" | "JSON" | "PARQUET" | "EXCEL" | "ORC")
|
484
|
+
def format_options: () -> Types::FormatOptions
|
485
|
+
def input: () -> Types::Input
|
486
|
+
def last_modified_date: () -> ::Time
|
487
|
+
def last_modified_by: () -> ::String
|
488
|
+
def source: () -> ("S3" | "DATA-CATALOG" | "DATABASE")
|
489
|
+
def path_options: () -> Types::PathOptions
|
490
|
+
def tags: () -> ::Hash[::String, ::String]
|
491
|
+
def resource_arn: () -> ::String
|
492
|
+
end
|
493
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#describe_dataset-instance_method
|
494
|
+
def describe_dataset: (
|
495
|
+
name: ::String
|
496
|
+
) -> _DescribeDatasetResponseSuccess
|
497
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDatasetResponseSuccess
|
498
|
+
|
499
|
+
interface _DescribeJobResponseSuccess
|
500
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeJobResponse]
|
501
|
+
def create_date: () -> ::Time
|
502
|
+
def created_by: () -> ::String
|
503
|
+
def dataset_name: () -> ::String
|
504
|
+
def encryption_key_arn: () -> ::String
|
505
|
+
def encryption_mode: () -> ("SSE-KMS" | "SSE-S3")
|
506
|
+
def name: () -> ::String
|
507
|
+
def type: () -> ("PROFILE" | "RECIPE")
|
508
|
+
def last_modified_by: () -> ::String
|
509
|
+
def last_modified_date: () -> ::Time
|
510
|
+
def log_subscription: () -> ("ENABLE" | "DISABLE")
|
511
|
+
def max_capacity: () -> ::Integer
|
512
|
+
def max_retries: () -> ::Integer
|
513
|
+
def outputs: () -> ::Array[Types::Output]
|
514
|
+
def data_catalog_outputs: () -> ::Array[Types::DataCatalogOutput]
|
515
|
+
def database_outputs: () -> ::Array[Types::DatabaseOutput]
|
516
|
+
def project_name: () -> ::String
|
517
|
+
def profile_configuration: () -> Types::ProfileConfiguration
|
518
|
+
def validation_configurations: () -> ::Array[Types::ValidationConfiguration]
|
519
|
+
def recipe_reference: () -> Types::RecipeReference
|
520
|
+
def resource_arn: () -> ::String
|
521
|
+
def role_arn: () -> ::String
|
522
|
+
def tags: () -> ::Hash[::String, ::String]
|
523
|
+
def timeout: () -> ::Integer
|
524
|
+
def job_sample: () -> Types::JobSample
|
525
|
+
end
|
526
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#describe_job-instance_method
|
527
|
+
def describe_job: (
|
528
|
+
name: ::String
|
529
|
+
) -> _DescribeJobResponseSuccess
|
530
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeJobResponseSuccess
|
531
|
+
|
532
|
+
interface _DescribeJobRunResponseSuccess
|
533
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeJobRunResponse]
|
534
|
+
def attempt: () -> ::Integer
|
535
|
+
def completed_on: () -> ::Time
|
536
|
+
def dataset_name: () -> ::String
|
537
|
+
def error_message: () -> ::String
|
538
|
+
def execution_time: () -> ::Integer
|
539
|
+
def job_name: () -> ::String
|
540
|
+
def profile_configuration: () -> Types::ProfileConfiguration
|
541
|
+
def validation_configurations: () -> ::Array[Types::ValidationConfiguration]
|
542
|
+
def run_id: () -> ::String
|
543
|
+
def state: () -> ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT")
|
544
|
+
def log_subscription: () -> ("ENABLE" | "DISABLE")
|
545
|
+
def log_group_name: () -> ::String
|
546
|
+
def outputs: () -> ::Array[Types::Output]
|
547
|
+
def data_catalog_outputs: () -> ::Array[Types::DataCatalogOutput]
|
548
|
+
def database_outputs: () -> ::Array[Types::DatabaseOutput]
|
549
|
+
def recipe_reference: () -> Types::RecipeReference
|
550
|
+
def started_by: () -> ::String
|
551
|
+
def started_on: () -> ::Time
|
552
|
+
def job_sample: () -> Types::JobSample
|
553
|
+
end
|
554
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#describe_job_run-instance_method
|
555
|
+
def describe_job_run: (
|
556
|
+
name: ::String,
|
557
|
+
run_id: ::String
|
558
|
+
) -> _DescribeJobRunResponseSuccess
|
559
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeJobRunResponseSuccess
|
560
|
+
|
561
|
+
interface _DescribeProjectResponseSuccess
|
562
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeProjectResponse]
|
563
|
+
def create_date: () -> ::Time
|
564
|
+
def created_by: () -> ::String
|
565
|
+
def dataset_name: () -> ::String
|
566
|
+
def last_modified_date: () -> ::Time
|
567
|
+
def last_modified_by: () -> ::String
|
568
|
+
def name: () -> ::String
|
569
|
+
def recipe_name: () -> ::String
|
570
|
+
def resource_arn: () -> ::String
|
571
|
+
def sample: () -> Types::Sample
|
572
|
+
def role_arn: () -> ::String
|
573
|
+
def tags: () -> ::Hash[::String, ::String]
|
574
|
+
def session_status: () -> ("ASSIGNED" | "FAILED" | "INITIALIZING" | "PROVISIONING" | "READY" | "RECYCLING" | "ROTATING" | "TERMINATED" | "TERMINATING" | "UPDATING")
|
575
|
+
def opened_by: () -> ::String
|
576
|
+
def open_date: () -> ::Time
|
577
|
+
end
|
578
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#describe_project-instance_method
|
579
|
+
def describe_project: (
|
580
|
+
name: ::String
|
581
|
+
) -> _DescribeProjectResponseSuccess
|
582
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeProjectResponseSuccess
|
583
|
+
|
584
|
+
interface _DescribeRecipeResponseSuccess
|
585
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeRecipeResponse]
|
586
|
+
def created_by: () -> ::String
|
587
|
+
def create_date: () -> ::Time
|
588
|
+
def last_modified_by: () -> ::String
|
589
|
+
def last_modified_date: () -> ::Time
|
590
|
+
def project_name: () -> ::String
|
591
|
+
def published_by: () -> ::String
|
592
|
+
def published_date: () -> ::Time
|
593
|
+
def description: () -> ::String
|
594
|
+
def name: () -> ::String
|
595
|
+
def steps: () -> ::Array[Types::RecipeStep]
|
596
|
+
def tags: () -> ::Hash[::String, ::String]
|
597
|
+
def resource_arn: () -> ::String
|
598
|
+
def recipe_version: () -> ::String
|
599
|
+
end
|
600
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#describe_recipe-instance_method
|
601
|
+
def describe_recipe: (
|
602
|
+
name: ::String,
|
603
|
+
?recipe_version: ::String
|
604
|
+
) -> _DescribeRecipeResponseSuccess
|
605
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeRecipeResponseSuccess
|
606
|
+
|
607
|
+
interface _DescribeRulesetResponseSuccess
|
608
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeRulesetResponse]
|
609
|
+
def name: () -> ::String
|
610
|
+
def description: () -> ::String
|
611
|
+
def target_arn: () -> ::String
|
612
|
+
def rules: () -> ::Array[Types::Rule]
|
613
|
+
def create_date: () -> ::Time
|
614
|
+
def created_by: () -> ::String
|
615
|
+
def last_modified_by: () -> ::String
|
616
|
+
def last_modified_date: () -> ::Time
|
617
|
+
def resource_arn: () -> ::String
|
618
|
+
def tags: () -> ::Hash[::String, ::String]
|
619
|
+
end
|
620
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#describe_ruleset-instance_method
|
621
|
+
def describe_ruleset: (
|
622
|
+
name: ::String
|
623
|
+
) -> _DescribeRulesetResponseSuccess
|
624
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeRulesetResponseSuccess
|
625
|
+
|
626
|
+
interface _DescribeScheduleResponseSuccess
|
627
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeScheduleResponse]
|
628
|
+
def create_date: () -> ::Time
|
629
|
+
def created_by: () -> ::String
|
630
|
+
def job_names: () -> ::Array[::String]
|
631
|
+
def last_modified_by: () -> ::String
|
632
|
+
def last_modified_date: () -> ::Time
|
633
|
+
def resource_arn: () -> ::String
|
634
|
+
def cron_expression: () -> ::String
|
635
|
+
def tags: () -> ::Hash[::String, ::String]
|
636
|
+
def name: () -> ::String
|
637
|
+
end
|
638
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#describe_schedule-instance_method
|
639
|
+
def describe_schedule: (
|
640
|
+
name: ::String
|
641
|
+
) -> _DescribeScheduleResponseSuccess
|
642
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeScheduleResponseSuccess
|
643
|
+
|
644
|
+
interface _ListDatasetsResponseSuccess
|
645
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListDatasetsResponse]
|
646
|
+
def datasets: () -> ::Array[Types::Dataset]
|
647
|
+
def next_token: () -> ::String
|
648
|
+
end
|
649
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#list_datasets-instance_method
|
650
|
+
def list_datasets: (
|
651
|
+
?max_results: ::Integer,
|
652
|
+
?next_token: ::String
|
653
|
+
) -> _ListDatasetsResponseSuccess
|
654
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDatasetsResponseSuccess
|
655
|
+
|
656
|
+
interface _ListJobRunsResponseSuccess
|
657
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListJobRunsResponse]
|
658
|
+
def job_runs: () -> ::Array[Types::JobRun]
|
659
|
+
def next_token: () -> ::String
|
660
|
+
end
|
661
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#list_job_runs-instance_method
|
662
|
+
def list_job_runs: (
|
663
|
+
name: ::String,
|
664
|
+
?max_results: ::Integer,
|
665
|
+
?next_token: ::String
|
666
|
+
) -> _ListJobRunsResponseSuccess
|
667
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListJobRunsResponseSuccess
|
668
|
+
|
669
|
+
interface _ListJobsResponseSuccess
|
670
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListJobsResponse]
|
671
|
+
def jobs: () -> ::Array[Types::Job]
|
672
|
+
def next_token: () -> ::String
|
673
|
+
end
|
674
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#list_jobs-instance_method
|
675
|
+
def list_jobs: (
|
676
|
+
?dataset_name: ::String,
|
677
|
+
?max_results: ::Integer,
|
678
|
+
?next_token: ::String,
|
679
|
+
?project_name: ::String
|
680
|
+
) -> _ListJobsResponseSuccess
|
681
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListJobsResponseSuccess
|
682
|
+
|
683
|
+
interface _ListProjectsResponseSuccess
|
684
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListProjectsResponse]
|
685
|
+
def projects: () -> ::Array[Types::Project]
|
686
|
+
def next_token: () -> ::String
|
687
|
+
end
|
688
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#list_projects-instance_method
|
689
|
+
def list_projects: (
|
690
|
+
?next_token: ::String,
|
691
|
+
?max_results: ::Integer
|
692
|
+
) -> _ListProjectsResponseSuccess
|
693
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListProjectsResponseSuccess
|
694
|
+
|
695
|
+
interface _ListRecipeVersionsResponseSuccess
|
696
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListRecipeVersionsResponse]
|
697
|
+
def next_token: () -> ::String
|
698
|
+
def recipes: () -> ::Array[Types::Recipe]
|
699
|
+
end
|
700
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#list_recipe_versions-instance_method
|
701
|
+
def list_recipe_versions: (
|
702
|
+
?max_results: ::Integer,
|
703
|
+
?next_token: ::String,
|
704
|
+
name: ::String
|
705
|
+
) -> _ListRecipeVersionsResponseSuccess
|
706
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRecipeVersionsResponseSuccess
|
707
|
+
|
708
|
+
interface _ListRecipesResponseSuccess
|
709
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListRecipesResponse]
|
710
|
+
def recipes: () -> ::Array[Types::Recipe]
|
711
|
+
def next_token: () -> ::String
|
712
|
+
end
|
713
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#list_recipes-instance_method
|
714
|
+
def list_recipes: (
|
715
|
+
?max_results: ::Integer,
|
716
|
+
?next_token: ::String,
|
717
|
+
?recipe_version: ::String
|
718
|
+
) -> _ListRecipesResponseSuccess
|
719
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRecipesResponseSuccess
|
720
|
+
|
721
|
+
interface _ListRulesetsResponseSuccess
|
722
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListRulesetsResponse]
|
723
|
+
def rulesets: () -> ::Array[Types::RulesetItem]
|
724
|
+
def next_token: () -> ::String
|
725
|
+
end
|
726
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#list_rulesets-instance_method
|
727
|
+
def list_rulesets: (
|
728
|
+
?target_arn: ::String,
|
729
|
+
?max_results: ::Integer,
|
730
|
+
?next_token: ::String
|
731
|
+
) -> _ListRulesetsResponseSuccess
|
732
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRulesetsResponseSuccess
|
733
|
+
|
734
|
+
interface _ListSchedulesResponseSuccess
|
735
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListSchedulesResponse]
|
736
|
+
def schedules: () -> ::Array[Types::Schedule]
|
737
|
+
def next_token: () -> ::String
|
738
|
+
end
|
739
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#list_schedules-instance_method
|
740
|
+
def list_schedules: (
|
741
|
+
?job_name: ::String,
|
742
|
+
?max_results: ::Integer,
|
743
|
+
?next_token: ::String
|
744
|
+
) -> _ListSchedulesResponseSuccess
|
745
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSchedulesResponseSuccess
|
746
|
+
|
747
|
+
interface _ListTagsForResourceResponseSuccess
|
748
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
|
749
|
+
def tags: () -> ::Hash[::String, ::String]
|
750
|
+
end
|
751
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#list_tags_for_resource-instance_method
|
752
|
+
def list_tags_for_resource: (
|
753
|
+
resource_arn: ::String
|
754
|
+
) -> _ListTagsForResourceResponseSuccess
|
755
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
|
756
|
+
|
757
|
+
interface _PublishRecipeResponseSuccess
|
758
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PublishRecipeResponse]
|
759
|
+
def name: () -> ::String
|
760
|
+
end
|
761
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#publish_recipe-instance_method
|
762
|
+
def publish_recipe: (
|
763
|
+
?description: ::String,
|
764
|
+
name: ::String
|
765
|
+
) -> _PublishRecipeResponseSuccess
|
766
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PublishRecipeResponseSuccess
|
767
|
+
|
768
|
+
interface _SendProjectSessionActionResponseSuccess
|
769
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::SendProjectSessionActionResponse]
|
770
|
+
def result: () -> ::String
|
771
|
+
def name: () -> ::String
|
772
|
+
def action_id: () -> ::Integer
|
773
|
+
end
|
774
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#send_project_session_action-instance_method
|
775
|
+
def send_project_session_action: (
|
776
|
+
?preview: bool,
|
777
|
+
name: ::String,
|
778
|
+
?recipe_step: {
|
779
|
+
action: {
|
780
|
+
operation: ::String,
|
781
|
+
parameters: Hash[::String, ::String]?
|
782
|
+
},
|
783
|
+
condition_expressions: Array[
|
784
|
+
{
|
785
|
+
condition: ::String,
|
786
|
+
value: ::String?,
|
787
|
+
target_column: ::String
|
788
|
+
},
|
789
|
+
]?
|
790
|
+
},
|
791
|
+
?step_index: ::Integer,
|
792
|
+
?client_session_id: ::String,
|
793
|
+
?view_frame: {
|
794
|
+
start_column_index: ::Integer,
|
795
|
+
column_range: ::Integer?,
|
796
|
+
hidden_columns: Array[::String]?,
|
797
|
+
start_row_index: ::Integer?,
|
798
|
+
row_range: ::Integer?,
|
799
|
+
analytics: ("ENABLE" | "DISABLE")?
|
800
|
+
}
|
801
|
+
) -> _SendProjectSessionActionResponseSuccess
|
802
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendProjectSessionActionResponseSuccess
|
803
|
+
|
804
|
+
interface _StartJobRunResponseSuccess
|
805
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StartJobRunResponse]
|
806
|
+
def run_id: () -> ::String
|
807
|
+
end
|
808
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#start_job_run-instance_method
|
809
|
+
def start_job_run: (
|
810
|
+
name: ::String
|
811
|
+
) -> _StartJobRunResponseSuccess
|
812
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartJobRunResponseSuccess
|
813
|
+
|
814
|
+
interface _StartProjectSessionResponseSuccess
|
815
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StartProjectSessionResponse]
|
816
|
+
def name: () -> ::String
|
817
|
+
def client_session_id: () -> ::String
|
818
|
+
end
|
819
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#start_project_session-instance_method
|
820
|
+
def start_project_session: (
|
821
|
+
name: ::String,
|
822
|
+
?assume_control: bool
|
823
|
+
) -> _StartProjectSessionResponseSuccess
|
824
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartProjectSessionResponseSuccess
|
825
|
+
|
826
|
+
interface _StopJobRunResponseSuccess
|
827
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StopJobRunResponse]
|
828
|
+
def run_id: () -> ::String
|
829
|
+
end
|
830
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#stop_job_run-instance_method
|
831
|
+
def stop_job_run: (
|
832
|
+
name: ::String,
|
833
|
+
run_id: ::String
|
834
|
+
) -> _StopJobRunResponseSuccess
|
835
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopJobRunResponseSuccess
|
836
|
+
|
837
|
+
interface _TagResourceResponseSuccess
|
838
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
|
839
|
+
end
|
840
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#tag_resource-instance_method
|
841
|
+
def tag_resource: (
|
842
|
+
resource_arn: ::String,
|
843
|
+
tags: Hash[::String, ::String]
|
844
|
+
) -> _TagResourceResponseSuccess
|
845
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
846
|
+
|
847
|
+
interface _UntagResourceResponseSuccess
|
848
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
|
849
|
+
end
|
850
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#untag_resource-instance_method
|
851
|
+
def untag_resource: (
|
852
|
+
resource_arn: ::String,
|
853
|
+
tag_keys: Array[::String]
|
854
|
+
) -> _UntagResourceResponseSuccess
|
855
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
|
856
|
+
|
857
|
+
interface _UpdateDatasetResponseSuccess
|
858
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDatasetResponse]
|
859
|
+
def name: () -> ::String
|
860
|
+
end
|
861
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#update_dataset-instance_method
|
862
|
+
def update_dataset: (
|
863
|
+
name: ::String,
|
864
|
+
?format: ("CSV" | "JSON" | "PARQUET" | "EXCEL" | "ORC"),
|
865
|
+
?format_options: {
|
866
|
+
json: {
|
867
|
+
multi_line: bool?
|
868
|
+
}?,
|
869
|
+
excel: {
|
870
|
+
sheet_names: Array[::String]?,
|
871
|
+
sheet_indexes: Array[::Integer]?,
|
872
|
+
header_row: bool?
|
873
|
+
}?,
|
874
|
+
csv: {
|
875
|
+
delimiter: ::String?,
|
876
|
+
header_row: bool?
|
877
|
+
}?
|
878
|
+
},
|
879
|
+
input: {
|
880
|
+
s3_input_definition: {
|
881
|
+
bucket: ::String,
|
882
|
+
key: ::String?,
|
883
|
+
bucket_owner: ::String?
|
884
|
+
}?,
|
885
|
+
data_catalog_input_definition: {
|
886
|
+
catalog_id: ::String?,
|
887
|
+
database_name: ::String,
|
888
|
+
table_name: ::String,
|
889
|
+
temp_directory: {
|
890
|
+
bucket: ::String,
|
891
|
+
key: ::String?,
|
892
|
+
bucket_owner: ::String?
|
893
|
+
}?
|
894
|
+
}?,
|
895
|
+
database_input_definition: {
|
896
|
+
glue_connection_name: ::String,
|
897
|
+
database_table_name: ::String?,
|
898
|
+
temp_directory: {
|
899
|
+
bucket: ::String,
|
900
|
+
key: ::String?,
|
901
|
+
bucket_owner: ::String?
|
902
|
+
}?,
|
903
|
+
query_string: ::String?
|
904
|
+
}?,
|
905
|
+
metadata: {
|
906
|
+
source_arn: ::String?
|
907
|
+
}?
|
908
|
+
},
|
909
|
+
?path_options: {
|
910
|
+
last_modified_date_condition: {
|
911
|
+
expression: ::String,
|
912
|
+
values_map: Hash[::String, ::String]
|
913
|
+
}?,
|
914
|
+
files_limit: {
|
915
|
+
max_files: ::Integer,
|
916
|
+
ordered_by: ("LAST_MODIFIED_DATE")?,
|
917
|
+
order: ("DESCENDING" | "ASCENDING")?
|
918
|
+
}?,
|
919
|
+
parameters: Hash[::String, {
|
920
|
+
name: ::String,
|
921
|
+
type: ("Datetime" | "Number" | "String"),
|
922
|
+
datetime_options: {
|
923
|
+
format: ::String,
|
924
|
+
timezone_offset: ::String?,
|
925
|
+
locale_code: ::String?
|
926
|
+
}?,
|
927
|
+
create_column: bool?,
|
928
|
+
filter: {
|
929
|
+
expression: ::String,
|
930
|
+
values_map: Hash[::String, ::String]
|
931
|
+
}?
|
932
|
+
}]?
|
933
|
+
}
|
934
|
+
) -> _UpdateDatasetResponseSuccess
|
935
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDatasetResponseSuccess
|
936
|
+
|
937
|
+
interface _UpdateProfileJobResponseSuccess
|
938
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateProfileJobResponse]
|
939
|
+
def name: () -> ::String
|
940
|
+
end
|
941
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#update_profile_job-instance_method
|
942
|
+
def update_profile_job: (
|
943
|
+
?configuration: {
|
944
|
+
dataset_statistics_configuration: {
|
945
|
+
included_statistics: Array[::String]?,
|
946
|
+
overrides: Array[
|
947
|
+
{
|
948
|
+
statistic: ::String,
|
949
|
+
parameters: Hash[::String, ::String]
|
950
|
+
},
|
951
|
+
]?
|
952
|
+
}?,
|
953
|
+
profile_columns: Array[
|
954
|
+
{
|
955
|
+
regex: ::String?,
|
956
|
+
name: ::String?
|
957
|
+
},
|
958
|
+
]?,
|
959
|
+
column_statistics_configurations: Array[
|
960
|
+
{
|
961
|
+
selectors: Array[
|
962
|
+
{
|
963
|
+
regex: ::String?,
|
964
|
+
name: ::String?
|
965
|
+
},
|
966
|
+
]?,
|
967
|
+
statistics: {
|
968
|
+
included_statistics: Array[::String]?,
|
969
|
+
overrides: Array[
|
970
|
+
{
|
971
|
+
statistic: ::String,
|
972
|
+
parameters: Hash[::String, ::String]
|
973
|
+
},
|
974
|
+
]?
|
975
|
+
}
|
976
|
+
},
|
977
|
+
]?,
|
978
|
+
entity_detector_configuration: {
|
979
|
+
entity_types: Array[::String],
|
980
|
+
allowed_statistics: Array[
|
981
|
+
{
|
982
|
+
statistics: Array[::String]
|
983
|
+
},
|
984
|
+
]?
|
985
|
+
}?
|
986
|
+
},
|
987
|
+
?encryption_key_arn: ::String,
|
988
|
+
?encryption_mode: ("SSE-KMS" | "SSE-S3"),
|
989
|
+
name: ::String,
|
990
|
+
?log_subscription: ("ENABLE" | "DISABLE"),
|
991
|
+
?max_capacity: ::Integer,
|
992
|
+
?max_retries: ::Integer,
|
993
|
+
output_location: {
|
994
|
+
bucket: ::String,
|
995
|
+
key: ::String?,
|
996
|
+
bucket_owner: ::String?
|
997
|
+
},
|
998
|
+
?validation_configurations: Array[
|
999
|
+
{
|
1000
|
+
ruleset_arn: ::String,
|
1001
|
+
validation_mode: ("CHECK_ALL")?
|
1002
|
+
},
|
1003
|
+
],
|
1004
|
+
role_arn: ::String,
|
1005
|
+
?timeout: ::Integer,
|
1006
|
+
?job_sample: {
|
1007
|
+
mode: ("FULL_DATASET" | "CUSTOM_ROWS")?,
|
1008
|
+
size: ::Integer?
|
1009
|
+
}
|
1010
|
+
) -> _UpdateProfileJobResponseSuccess
|
1011
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateProfileJobResponseSuccess
|
1012
|
+
|
1013
|
+
interface _UpdateProjectResponseSuccess
|
1014
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateProjectResponse]
|
1015
|
+
def last_modified_date: () -> ::Time
|
1016
|
+
def name: () -> ::String
|
1017
|
+
end
|
1018
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#update_project-instance_method
|
1019
|
+
def update_project: (
|
1020
|
+
?sample: {
|
1021
|
+
size: ::Integer?,
|
1022
|
+
type: ("FIRST_N" | "LAST_N" | "RANDOM")
|
1023
|
+
},
|
1024
|
+
role_arn: ::String,
|
1025
|
+
name: ::String
|
1026
|
+
) -> _UpdateProjectResponseSuccess
|
1027
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateProjectResponseSuccess
|
1028
|
+
|
1029
|
+
interface _UpdateRecipeResponseSuccess
|
1030
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRecipeResponse]
|
1031
|
+
def name: () -> ::String
|
1032
|
+
end
|
1033
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#update_recipe-instance_method
|
1034
|
+
def update_recipe: (
|
1035
|
+
?description: ::String,
|
1036
|
+
name: ::String,
|
1037
|
+
?steps: Array[
|
1038
|
+
{
|
1039
|
+
action: {
|
1040
|
+
operation: ::String,
|
1041
|
+
parameters: Hash[::String, ::String]?
|
1042
|
+
},
|
1043
|
+
condition_expressions: Array[
|
1044
|
+
{
|
1045
|
+
condition: ::String,
|
1046
|
+
value: ::String?,
|
1047
|
+
target_column: ::String
|
1048
|
+
},
|
1049
|
+
]?
|
1050
|
+
},
|
1051
|
+
]
|
1052
|
+
) -> _UpdateRecipeResponseSuccess
|
1053
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRecipeResponseSuccess
|
1054
|
+
|
1055
|
+
interface _UpdateRecipeJobResponseSuccess
|
1056
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRecipeJobResponse]
|
1057
|
+
def name: () -> ::String
|
1058
|
+
end
|
1059
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#update_recipe_job-instance_method
|
1060
|
+
def update_recipe_job: (
|
1061
|
+
?encryption_key_arn: ::String,
|
1062
|
+
?encryption_mode: ("SSE-KMS" | "SSE-S3"),
|
1063
|
+
name: ::String,
|
1064
|
+
?log_subscription: ("ENABLE" | "DISABLE"),
|
1065
|
+
?max_capacity: ::Integer,
|
1066
|
+
?max_retries: ::Integer,
|
1067
|
+
?outputs: Array[
|
1068
|
+
{
|
1069
|
+
compression_format: ("GZIP" | "LZ4" | "SNAPPY" | "BZIP2" | "DEFLATE" | "LZO" | "BROTLI" | "ZSTD" | "ZLIB")?,
|
1070
|
+
format: ("CSV" | "JSON" | "PARQUET" | "GLUEPARQUET" | "AVRO" | "ORC" | "XML" | "TABLEAUHYPER")?,
|
1071
|
+
partition_columns: Array[::String]?,
|
1072
|
+
location: {
|
1073
|
+
bucket: ::String,
|
1074
|
+
key: ::String?,
|
1075
|
+
bucket_owner: ::String?
|
1076
|
+
},
|
1077
|
+
overwrite: bool?,
|
1078
|
+
format_options: {
|
1079
|
+
csv: {
|
1080
|
+
delimiter: ::String?
|
1081
|
+
}?
|
1082
|
+
}?,
|
1083
|
+
max_output_files: ::Integer?
|
1084
|
+
},
|
1085
|
+
],
|
1086
|
+
?data_catalog_outputs: Array[
|
1087
|
+
{
|
1088
|
+
catalog_id: ::String?,
|
1089
|
+
database_name: ::String,
|
1090
|
+
table_name: ::String,
|
1091
|
+
s3_options: {
|
1092
|
+
location: {
|
1093
|
+
bucket: ::String,
|
1094
|
+
key: ::String?,
|
1095
|
+
bucket_owner: ::String?
|
1096
|
+
}
|
1097
|
+
}?,
|
1098
|
+
database_options: {
|
1099
|
+
temp_directory: {
|
1100
|
+
bucket: ::String,
|
1101
|
+
key: ::String?,
|
1102
|
+
bucket_owner: ::String?
|
1103
|
+
}?,
|
1104
|
+
table_name: ::String
|
1105
|
+
}?,
|
1106
|
+
overwrite: bool?
|
1107
|
+
},
|
1108
|
+
],
|
1109
|
+
?database_outputs: Array[
|
1110
|
+
{
|
1111
|
+
glue_connection_name: ::String,
|
1112
|
+
database_options: {
|
1113
|
+
temp_directory: {
|
1114
|
+
bucket: ::String,
|
1115
|
+
key: ::String?,
|
1116
|
+
bucket_owner: ::String?
|
1117
|
+
}?,
|
1118
|
+
table_name: ::String
|
1119
|
+
},
|
1120
|
+
database_output_mode: ("NEW_TABLE")?
|
1121
|
+
},
|
1122
|
+
],
|
1123
|
+
role_arn: ::String,
|
1124
|
+
?timeout: ::Integer
|
1125
|
+
) -> _UpdateRecipeJobResponseSuccess
|
1126
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRecipeJobResponseSuccess
|
1127
|
+
|
1128
|
+
interface _UpdateRulesetResponseSuccess
|
1129
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRulesetResponse]
|
1130
|
+
def name: () -> ::String
|
1131
|
+
end
|
1132
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#update_ruleset-instance_method
|
1133
|
+
def update_ruleset: (
|
1134
|
+
name: ::String,
|
1135
|
+
?description: ::String,
|
1136
|
+
rules: Array[
|
1137
|
+
{
|
1138
|
+
name: ::String,
|
1139
|
+
disabled: bool?,
|
1140
|
+
check_expression: ::String,
|
1141
|
+
substitution_map: Hash[::String, ::String]?,
|
1142
|
+
threshold: {
|
1143
|
+
value: ::Float,
|
1144
|
+
type: ("GREATER_THAN_OR_EQUAL" | "LESS_THAN_OR_EQUAL" | "GREATER_THAN" | "LESS_THAN")?,
|
1145
|
+
unit: ("COUNT" | "PERCENTAGE")?
|
1146
|
+
}?,
|
1147
|
+
column_selectors: Array[
|
1148
|
+
{
|
1149
|
+
regex: ::String?,
|
1150
|
+
name: ::String?
|
1151
|
+
},
|
1152
|
+
]?
|
1153
|
+
},
|
1154
|
+
]
|
1155
|
+
) -> _UpdateRulesetResponseSuccess
|
1156
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRulesetResponseSuccess
|
1157
|
+
|
1158
|
+
interface _UpdateScheduleResponseSuccess
|
1159
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateScheduleResponse]
|
1160
|
+
def name: () -> ::String
|
1161
|
+
end
|
1162
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GlueDataBrew/Client.html#update_schedule-instance_method
|
1163
|
+
def update_schedule: (
|
1164
|
+
?job_names: Array[::String],
|
1165
|
+
cron_expression: ::String,
|
1166
|
+
name: ::String
|
1167
|
+
) -> _UpdateScheduleResponseSuccess
|
1168
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateScheduleResponseSuccess
|
1169
|
+
end
|
1170
|
+
end
|
1171
|
+
end
|
1172
|
+
|