aws-sdk-glue 1.204.0 → 1.206.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +149 -92
- data/lib/aws-sdk-glue/client_api.rb +8 -0
- data/lib/aws-sdk-glue/types.rb +258 -191
- data/lib/aws-sdk-glue.rb +1 -1
- data/sig/client.rbs +6 -1
- data/sig/types.rbs +8 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6cdaa08ce3d4bf42fbe09f63c1835e7928d760c18351a7fc301ba3e463de0ca1
|
4
|
+
data.tar.gz: f40bb8a599d9a023f93f6b70e24009856a393800e191c3353095a7f633a2b372
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 908c759b733de211f38287596a8af04e9e5ca83340b8e90c6d4acd71b7bcabfed08991ab9fd4f5f63dbbe2ea2a7f06cd25a292ee422cdfbdad615f19dc196140
|
7
|
+
data.tar.gz: 89ed5fa5e0188c80cb1b6fac5309bd4ff7ed71d1e33f27c8286560a00199d8b60ed360856b09f0ccad5c6827a5e51c744b6deb9dabcd9faae579e2b9ff6f6aac
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.206.0 (2024-12-23)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add IncludeRoot parameters to GetCatalogs API to return root catalog.
|
8
|
+
|
9
|
+
1.205.0 (2024-12-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - To support customer-managed encryption in Data Quality to allow customers encrypt data with their own KMS key, we will add a DataQualityEncryption field to the SecurityConfiguration API where customers can provide their KMS keys.
|
13
|
+
|
4
14
|
1.204.0 (2024-12-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.206.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -4106,45 +4106,45 @@ module Aws::Glue
|
|
4106
4106
|
# Accepts the value Z.2X for Ray jobs.
|
4107
4107
|
#
|
4108
4108
|
# * For the `G.1X` worker type, each worker maps to 1 DPU (4 vCPUs, 16
|
4109
|
-
# GB of memory) with
|
4110
|
-
#
|
4111
|
-
#
|
4112
|
-
#
|
4109
|
+
# GB of memory) with 94GB disk, and provides 1 executor per worker. We
|
4110
|
+
# recommend this worker type for workloads such as data transforms,
|
4111
|
+
# joins, and queries, to offers a scalable and cost effective way to
|
4112
|
+
# run most jobs.
|
4113
4113
|
#
|
4114
4114
|
# * For the `G.2X` worker type, each worker maps to 2 DPU (8 vCPUs, 32
|
4115
|
-
# GB of memory) with
|
4116
|
-
#
|
4117
|
-
#
|
4118
|
-
#
|
4115
|
+
# GB of memory) with 138GB disk, and provides 1 executor per worker.
|
4116
|
+
# We recommend this worker type for workloads such as data transforms,
|
4117
|
+
# joins, and queries, to offers a scalable and cost effective way to
|
4118
|
+
# run most jobs.
|
4119
4119
|
#
|
4120
4120
|
# * For the `G.4X` worker type, each worker maps to 4 DPU (16 vCPUs, 64
|
4121
|
-
# GB of memory) with 256GB disk
|
4122
|
-
#
|
4123
|
-
#
|
4124
|
-
#
|
4125
|
-
#
|
4126
|
-
#
|
4127
|
-
# (
|
4128
|
-
#
|
4129
|
-
# (
|
4121
|
+
# GB of memory) with 256GB disk, and provides 1 executor per worker.
|
4122
|
+
# We recommend this worker type for jobs whose workloads contain your
|
4123
|
+
# most demanding transforms, aggregations, joins, and queries. This
|
4124
|
+
# worker type is available only for Glue version 3.0 or later Spark
|
4125
|
+
# ETL jobs in the following Amazon Web Services Regions: US East
|
4126
|
+
# (Ohio), US East (N. Virginia), US West (Oregon), Asia Pacific
|
4127
|
+
# (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Canada
|
4128
|
+
# (Central), Europe (Frankfurt), Europe (Ireland), and Europe
|
4129
|
+
# (Stockholm).
|
4130
4130
|
#
|
4131
4131
|
# * For the `G.8X` worker type, each worker maps to 8 DPU (32 vCPUs, 128
|
4132
|
-
# GB of memory) with 512GB disk
|
4133
|
-
#
|
4134
|
-
#
|
4135
|
-
#
|
4136
|
-
#
|
4137
|
-
#
|
4132
|
+
# GB of memory) with 512GB disk, and provides 1 executor per worker.
|
4133
|
+
# We recommend this worker type for jobs whose workloads contain your
|
4134
|
+
# most demanding transforms, aggregations, joins, and queries. This
|
4135
|
+
# worker type is available only for Glue version 3.0 or later Spark
|
4136
|
+
# ETL jobs, in the same Amazon Web Services Regions as supported for
|
4137
|
+
# the `G.4X` worker type.
|
4138
4138
|
#
|
4139
4139
|
# * For the `G.025X` worker type, each worker maps to 0.25 DPU (2 vCPUs,
|
4140
|
-
# 4 GB of memory) with 84GB disk
|
4141
|
-
#
|
4142
|
-
#
|
4143
|
-
#
|
4140
|
+
# 4 GB of memory) with 84GB disk, and provides 1 executor per worker.
|
4141
|
+
# We recommend this worker type for low volume streaming jobs. This
|
4142
|
+
# worker type is only available for Glue version 3.0 or later
|
4143
|
+
# streaming jobs.
|
4144
4144
|
#
|
4145
4145
|
# * For the `Z.2X` worker type, each worker maps to 2 M-DPU (8vCPUs, 64
|
4146
|
-
# GB of memory) with 128 GB disk
|
4147
|
-
#
|
4146
|
+
# GB of memory) with 128 GB disk, and provides up to 8 Ray workers
|
4147
|
+
# based on the autoscaler.
|
4148
4148
|
#
|
4149
4149
|
# @option params [Hash<String,Types::CodeGenConfigurationNode>] :code_gen_configuration_nodes
|
4150
4150
|
# The representation of a directed acyclic graph on which both the Glue
|
@@ -4837,6 +4837,10 @@ module Aws::Glue
|
|
4837
4837
|
# job_bookmarks_encryption_mode: "DISABLED", # accepts DISABLED, CSE-KMS
|
4838
4838
|
# kms_key_arn: "KmsKeyArn",
|
4839
4839
|
# },
|
4840
|
+
# data_quality_encryption: {
|
4841
|
+
# data_quality_encryption_mode: "DISABLED", # accepts DISABLED, SSE-KMS
|
4842
|
+
# kms_key_arn: "KmsKeyArn",
|
4843
|
+
# },
|
4840
4844
|
# },
|
4841
4845
|
# })
|
4842
4846
|
#
|
@@ -4899,39 +4903,39 @@ module Aws::Glue
|
|
4899
4903
|
# the value Z.2X for Ray notebooks.
|
4900
4904
|
#
|
4901
4905
|
# * For the `G.1X` worker type, each worker maps to 1 DPU (4 vCPUs, 16
|
4902
|
-
# GB of memory) with
|
4903
|
-
#
|
4904
|
-
#
|
4905
|
-
#
|
4906
|
+
# GB of memory) with 94GB disk, and provides 1 executor per worker. We
|
4907
|
+
# recommend this worker type for workloads such as data transforms,
|
4908
|
+
# joins, and queries, to offers a scalable and cost effective way to
|
4909
|
+
# run most jobs.
|
4906
4910
|
#
|
4907
4911
|
# * For the `G.2X` worker type, each worker maps to 2 DPU (8 vCPUs, 32
|
4908
|
-
# GB of memory) with
|
4909
|
-
#
|
4910
|
-
#
|
4911
|
-
#
|
4912
|
+
# GB of memory) with 138GB disk, and provides 1 executor per worker.
|
4913
|
+
# We recommend this worker type for workloads such as data transforms,
|
4914
|
+
# joins, and queries, to offers a scalable and cost effective way to
|
4915
|
+
# run most jobs.
|
4912
4916
|
#
|
4913
4917
|
# * For the `G.4X` worker type, each worker maps to 4 DPU (16 vCPUs, 64
|
4914
|
-
# GB of memory) with 256GB disk
|
4915
|
-
#
|
4916
|
-
#
|
4917
|
-
#
|
4918
|
-
#
|
4919
|
-
#
|
4920
|
-
# (
|
4921
|
-
#
|
4922
|
-
# (
|
4918
|
+
# GB of memory) with 256GB disk, and provides 1 executor per worker.
|
4919
|
+
# We recommend this worker type for jobs whose workloads contain your
|
4920
|
+
# most demanding transforms, aggregations, joins, and queries. This
|
4921
|
+
# worker type is available only for Glue version 3.0 or later Spark
|
4922
|
+
# ETL jobs in the following Amazon Web Services Regions: US East
|
4923
|
+
# (Ohio), US East (N. Virginia), US West (Oregon), Asia Pacific
|
4924
|
+
# (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Canada
|
4925
|
+
# (Central), Europe (Frankfurt), Europe (Ireland), and Europe
|
4926
|
+
# (Stockholm).
|
4923
4927
|
#
|
4924
4928
|
# * For the `G.8X` worker type, each worker maps to 8 DPU (32 vCPUs, 128
|
4925
|
-
# GB of memory) with 512GB disk
|
4926
|
-
#
|
4927
|
-
#
|
4928
|
-
#
|
4929
|
-
#
|
4930
|
-
#
|
4929
|
+
# GB of memory) with 512GB disk, and provides 1 executor per worker.
|
4930
|
+
# We recommend this worker type for jobs whose workloads contain your
|
4931
|
+
# most demanding transforms, aggregations, joins, and queries. This
|
4932
|
+
# worker type is available only for Glue version 3.0 or later Spark
|
4933
|
+
# ETL jobs, in the same Amazon Web Services Regions as supported for
|
4934
|
+
# the `G.4X` worker type.
|
4931
4935
|
#
|
4932
4936
|
# * For the `Z.2X` worker type, each worker maps to 2 M-DPU (8vCPUs, 64
|
4933
|
-
# GB of memory) with 128 GB disk
|
4934
|
-
#
|
4937
|
+
# GB of memory) with 128 GB disk, and provides up to 8 Ray workers
|
4938
|
+
# based on the autoscaler.
|
4935
4939
|
#
|
4936
4940
|
# @option params [String] :security_configuration
|
4937
4941
|
# The name of the SecurityConfiguration structure to be used with the
|
@@ -5227,6 +5231,11 @@ module Aws::Glue
|
|
5227
5231
|
|
5228
5232
|
# Creates a new trigger.
|
5229
5233
|
#
|
5234
|
+
# Job arguments may be logged. Do not pass plaintext secrets as
|
5235
|
+
# arguments. Retrieve secrets from a Glue Connection, Amazon Web
|
5236
|
+
# Services Secrets Manager or other secret management mechanism if you
|
5237
|
+
# intend to keep them within the Job.
|
5238
|
+
#
|
5230
5239
|
# @option params [required, String] :name
|
5231
5240
|
# The name of the trigger.
|
5232
5241
|
#
|
@@ -5452,6 +5461,11 @@ module Aws::Glue
|
|
5452
5461
|
# A collection of properties to be used as part of each execution of the
|
5453
5462
|
# workflow.
|
5454
5463
|
#
|
5464
|
+
# Run properties may be logged. Do not pass plaintext secrets as
|
5465
|
+
# properties. Retrieve secrets from a Glue Connection, Amazon Web
|
5466
|
+
# Services Secrets Manager or other secret management mechanism if you
|
5467
|
+
# intend to use them within the workflow run.
|
5468
|
+
#
|
5455
5469
|
# @option params [Hash<String,String>] :tags
|
5456
5470
|
# The tags to be used with this workflow.
|
5457
5471
|
#
|
@@ -7168,8 +7182,19 @@ module Aws::Glue
|
|
7168
7182
|
# The maximum number of catalogs to return in one response.
|
7169
7183
|
#
|
7170
7184
|
# @option params [Boolean] :recursive
|
7171
|
-
#
|
7172
|
-
#
|
7185
|
+
# Whether to list all catalogs across the catalog hierarchy, starting
|
7186
|
+
# from the `ParentCatalogId`. Defaults to `false` . When `true`, all
|
7187
|
+
# catalog objects in the `ParentCatalogID` hierarchy are enumerated in
|
7188
|
+
# the response.
|
7189
|
+
#
|
7190
|
+
# @option params [Boolean] :include_root
|
7191
|
+
# Whether to list the default catalog in the account and region in the
|
7192
|
+
# response. Defaults to `false`. When `true` and `ParentCatalogId = NULL
|
7193
|
+
# | Amazon Web Services Account ID`, all catalogs and the default
|
7194
|
+
# catalog are enumerated in the response.
|
7195
|
+
#
|
7196
|
+
# When the `ParentCatalogId` is not equal to null, and this attribute is
|
7197
|
+
# passed as `false` or `true`, an `InvalidInputException` is thrown.
|
7173
7198
|
#
|
7174
7199
|
# @return [Types::GetCatalogsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7175
7200
|
#
|
@@ -7183,6 +7208,7 @@ module Aws::Glue
|
|
7183
7208
|
# next_token: "Token",
|
7184
7209
|
# max_results: 1,
|
7185
7210
|
# recursive: false,
|
7211
|
+
# include_root: false,
|
7186
7212
|
# })
|
7187
7213
|
#
|
7188
7214
|
# @example Response structure
|
@@ -9968,7 +9994,7 @@ module Aws::Glue
|
|
9968
9994
|
end
|
9969
9995
|
|
9970
9996
|
# Retrieves the metadata for a given job run. Job run history is
|
9971
|
-
# accessible for
|
9997
|
+
# accessible for 365 days for your workflow and job run.
|
9972
9998
|
#
|
9973
9999
|
# @option params [required, String] :job_name
|
9974
10000
|
# Name of the job definition being run.
|
@@ -10037,6 +10063,9 @@ module Aws::Glue
|
|
10037
10063
|
|
10038
10064
|
# Retrieves metadata for all runs of a given job definition.
|
10039
10065
|
#
|
10066
|
+
# `GetJobRuns` returns the job runs in chronological order, with the
|
10067
|
+
# newest jobs returned first.
|
10068
|
+
#
|
10040
10069
|
# @option params [required, String] :job_name
|
10041
10070
|
# The name of the job definition for which to retrieve all job runs.
|
10042
10071
|
#
|
@@ -12320,6 +12349,8 @@ module Aws::Glue
|
|
12320
12349
|
# resp.security_configuration.encryption_configuration.cloud_watch_encryption.kms_key_arn #=> String
|
12321
12350
|
# resp.security_configuration.encryption_configuration.job_bookmarks_encryption.job_bookmarks_encryption_mode #=> String, one of "DISABLED", "CSE-KMS"
|
12322
12351
|
# resp.security_configuration.encryption_configuration.job_bookmarks_encryption.kms_key_arn #=> String
|
12352
|
+
# resp.security_configuration.encryption_configuration.data_quality_encryption.data_quality_encryption_mode #=> String, one of "DISABLED", "SSE-KMS"
|
12353
|
+
# resp.security_configuration.encryption_configuration.data_quality_encryption.kms_key_arn #=> String
|
12323
12354
|
#
|
12324
12355
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetSecurityConfiguration AWS API Documentation
|
12325
12356
|
#
|
@@ -12364,6 +12395,8 @@ module Aws::Glue
|
|
12364
12395
|
# resp.security_configurations[0].encryption_configuration.cloud_watch_encryption.kms_key_arn #=> String
|
12365
12396
|
# resp.security_configurations[0].encryption_configuration.job_bookmarks_encryption.job_bookmarks_encryption_mode #=> String, one of "DISABLED", "CSE-KMS"
|
12366
12397
|
# resp.security_configurations[0].encryption_configuration.job_bookmarks_encryption.kms_key_arn #=> String
|
12398
|
+
# resp.security_configurations[0].encryption_configuration.data_quality_encryption.data_quality_encryption_mode #=> String, one of "DISABLED", "SSE-KMS"
|
12399
|
+
# resp.security_configurations[0].encryption_configuration.data_quality_encryption.kms_key_arn #=> String
|
12367
12400
|
# resp.next_token #=> String
|
12368
12401
|
#
|
12369
12402
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetSecurityConfigurations AWS API Documentation
|
@@ -16281,6 +16314,11 @@ module Aws::Glue
|
|
16281
16314
|
# @option params [required, Hash<String,String>] :run_properties
|
16282
16315
|
# The properties to put for the specified run.
|
16283
16316
|
#
|
16317
|
+
# Run properties may be logged. Do not pass plaintext secrets as
|
16318
|
+
# properties. Retrieve secrets from a Glue Connection, Amazon Web
|
16319
|
+
# Services Secrets Manager or other secret management mechanism if you
|
16320
|
+
# intend to use them within the workflow run.
|
16321
|
+
#
|
16284
16322
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
16285
16323
|
#
|
16286
16324
|
# @example Request syntax with placeholder values
|
@@ -17340,11 +17378,15 @@ module Aws::Glue
|
|
17340
17378
|
# run can consume resources before it is terminated and enters `TIMEOUT`
|
17341
17379
|
# status. This value overrides the timeout value set in the parent job.
|
17342
17380
|
#
|
17343
|
-
#
|
17344
|
-
#
|
17345
|
-
#
|
17346
|
-
#
|
17347
|
-
#
|
17381
|
+
# Jobs must have timeout values less than 7 days or 10080 minutes.
|
17382
|
+
# Otherwise, the jobs will throw an exception.
|
17383
|
+
#
|
17384
|
+
# When the value is left blank, the timeout is defaulted to 2880
|
17385
|
+
# minutes.
|
17386
|
+
#
|
17387
|
+
# Any existing Glue jobs that had a timeout value greater than 7 days
|
17388
|
+
# will be defaulted to 7 days. For instance if you have specified a
|
17389
|
+
# timeout of 20 days for a batch job, it will be stopped on the 7th day.
|
17348
17390
|
#
|
17349
17391
|
# @option params [Float] :max_capacity
|
17350
17392
|
# For Glue version 1.0 or earlier jobs, using the standard worker type,
|
@@ -17390,45 +17432,45 @@ module Aws::Glue
|
|
17390
17432
|
# Accepts the value Z.2X for Ray jobs.
|
17391
17433
|
#
|
17392
17434
|
# * For the `G.1X` worker type, each worker maps to 1 DPU (4 vCPUs, 16
|
17393
|
-
# GB of memory) with
|
17394
|
-
#
|
17395
|
-
#
|
17396
|
-
#
|
17435
|
+
# GB of memory) with 94GB disk, and provides 1 executor per worker. We
|
17436
|
+
# recommend this worker type for workloads such as data transforms,
|
17437
|
+
# joins, and queries, to offers a scalable and cost effective way to
|
17438
|
+
# run most jobs.
|
17397
17439
|
#
|
17398
17440
|
# * For the `G.2X` worker type, each worker maps to 2 DPU (8 vCPUs, 32
|
17399
|
-
# GB of memory) with
|
17400
|
-
#
|
17401
|
-
#
|
17402
|
-
#
|
17441
|
+
# GB of memory) with 138GB disk, and provides 1 executor per worker.
|
17442
|
+
# We recommend this worker type for workloads such as data transforms,
|
17443
|
+
# joins, and queries, to offers a scalable and cost effective way to
|
17444
|
+
# run most jobs.
|
17403
17445
|
#
|
17404
17446
|
# * For the `G.4X` worker type, each worker maps to 4 DPU (16 vCPUs, 64
|
17405
|
-
# GB of memory) with 256GB disk
|
17406
|
-
#
|
17407
|
-
#
|
17408
|
-
#
|
17409
|
-
#
|
17410
|
-
#
|
17411
|
-
# (
|
17412
|
-
#
|
17413
|
-
# (
|
17447
|
+
# GB of memory) with 256GB disk, and provides 1 executor per worker.
|
17448
|
+
# We recommend this worker type for jobs whose workloads contain your
|
17449
|
+
# most demanding transforms, aggregations, joins, and queries. This
|
17450
|
+
# worker type is available only for Glue version 3.0 or later Spark
|
17451
|
+
# ETL jobs in the following Amazon Web Services Regions: US East
|
17452
|
+
# (Ohio), US East (N. Virginia), US West (Oregon), Asia Pacific
|
17453
|
+
# (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Canada
|
17454
|
+
# (Central), Europe (Frankfurt), Europe (Ireland), and Europe
|
17455
|
+
# (Stockholm).
|
17414
17456
|
#
|
17415
17457
|
# * For the `G.8X` worker type, each worker maps to 8 DPU (32 vCPUs, 128
|
17416
|
-
# GB of memory) with 512GB disk
|
17417
|
-
#
|
17418
|
-
#
|
17419
|
-
#
|
17420
|
-
#
|
17421
|
-
#
|
17458
|
+
# GB of memory) with 512GB disk, and provides 1 executor per worker.
|
17459
|
+
# We recommend this worker type for jobs whose workloads contain your
|
17460
|
+
# most demanding transforms, aggregations, joins, and queries. This
|
17461
|
+
# worker type is available only for Glue version 3.0 or later Spark
|
17462
|
+
# ETL jobs, in the same Amazon Web Services Regions as supported for
|
17463
|
+
# the `G.4X` worker type.
|
17422
17464
|
#
|
17423
17465
|
# * For the `G.025X` worker type, each worker maps to 0.25 DPU (2 vCPUs,
|
17424
|
-
# 4 GB of memory) with 84GB disk
|
17425
|
-
#
|
17426
|
-
#
|
17427
|
-
#
|
17466
|
+
# 4 GB of memory) with 84GB disk, and provides 1 executor per worker.
|
17467
|
+
# We recommend this worker type for low volume streaming jobs. This
|
17468
|
+
# worker type is only available for Glue version 3.0 or later
|
17469
|
+
# streaming jobs.
|
17428
17470
|
#
|
17429
17471
|
# * For the `Z.2X` worker type, each worker maps to 2 M-DPU (8vCPUs, 64
|
17430
|
-
# GB of memory) with 128 GB disk
|
17431
|
-
#
|
17472
|
+
# GB of memory) with 128 GB disk, and provides up to 8 Ray workers
|
17473
|
+
# based on the autoscaler.
|
17432
17474
|
#
|
17433
17475
|
# @option params [Integer] :number_of_workers
|
17434
17476
|
# The number of workers of a defined `workerType` that are allocated
|
@@ -17609,6 +17651,11 @@ module Aws::Glue
|
|
17609
17651
|
# @option params [Hash<String,String>] :run_properties
|
17610
17652
|
# The workflow run properties for the new workflow run.
|
17611
17653
|
#
|
17654
|
+
# Run properties may be logged. Do not pass plaintext secrets as
|
17655
|
+
# properties. Retrieve secrets from a Glue Connection, Amazon Web
|
17656
|
+
# Services Secrets Manager or other secret management mechanism if you
|
17657
|
+
# intend to use them within the workflow run.
|
17658
|
+
#
|
17612
17659
|
# @return [Types::StartWorkflowRunResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
17613
17660
|
#
|
17614
17661
|
# * {Types::StartWorkflowRunResponse#run_id #run_id} => String
|
@@ -19736,6 +19783,11 @@ module Aws::Glue
|
|
19736
19783
|
|
19737
19784
|
# Updates a trigger definition.
|
19738
19785
|
#
|
19786
|
+
# Job arguments may be logged. Do not pass plaintext secrets as
|
19787
|
+
# arguments. Retrieve secrets from a Glue Connection, Amazon Web
|
19788
|
+
# Services Secrets Manager or other secret management mechanism if you
|
19789
|
+
# intend to keep them within the Job.
|
19790
|
+
#
|
19739
19791
|
# @option params [required, String] :name
|
19740
19792
|
# The name of the trigger to update.
|
19741
19793
|
#
|
@@ -19938,6 +19990,11 @@ module Aws::Glue
|
|
19938
19990
|
# A collection of properties to be used as part of each execution of the
|
19939
19991
|
# workflow.
|
19940
19992
|
#
|
19993
|
+
# Run properties may be logged. Do not pass plaintext secrets as
|
19994
|
+
# properties. Retrieve secrets from a Glue Connection, Amazon Web
|
19995
|
+
# Services Secrets Manager or other secret management mechanism if you
|
19996
|
+
# intend to use them within the workflow run.
|
19997
|
+
#
|
19941
19998
|
# @option params [Integer] :max_concurrent_runs
|
19942
19999
|
# You can use this parameter to prevent unwanted multiple updates to
|
19943
20000
|
# data, to control costs, or in some cases, to prevent exceeding the
|
@@ -19991,7 +20048,7 @@ module Aws::Glue
|
|
19991
20048
|
tracer: tracer
|
19992
20049
|
)
|
19993
20050
|
context[:gem_name] = 'aws-sdk-glue'
|
19994
|
-
context[:gem_version] = '1.
|
20051
|
+
context[:gem_version] = '1.206.0'
|
19995
20052
|
Seahorse::Client::Request.new(handlers, context)
|
19996
20053
|
end
|
19997
20054
|
|
@@ -389,6 +389,8 @@ module Aws::Glue
|
|
389
389
|
DataOperations = Shapes::ListShape.new(name: 'DataOperations')
|
390
390
|
DataQualityAnalyzerResult = Shapes::StructureShape.new(name: 'DataQualityAnalyzerResult')
|
391
391
|
DataQualityAnalyzerResults = Shapes::ListShape.new(name: 'DataQualityAnalyzerResults')
|
392
|
+
DataQualityEncryption = Shapes::StructureShape.new(name: 'DataQualityEncryption')
|
393
|
+
DataQualityEncryptionMode = Shapes::StringShape.new(name: 'DataQualityEncryptionMode')
|
392
394
|
DataQualityEvaluationRunAdditionalRunOptions = Shapes::StructureShape.new(name: 'DataQualityEvaluationRunAdditionalRunOptions')
|
393
395
|
DataQualityMetricValues = Shapes::StructureShape.new(name: 'DataQualityMetricValues')
|
394
396
|
DataQualityModelStatus = Shapes::StringShape.new(name: 'DataQualityModelStatus')
|
@@ -3018,6 +3020,10 @@ module Aws::Glue
|
|
3018
3020
|
|
3019
3021
|
DataQualityAnalyzerResults.member = Shapes::ShapeRef.new(shape: DataQualityAnalyzerResult)
|
3020
3022
|
|
3023
|
+
DataQualityEncryption.add_member(:data_quality_encryption_mode, Shapes::ShapeRef.new(shape: DataQualityEncryptionMode, location_name: "DataQualityEncryptionMode"))
|
3024
|
+
DataQualityEncryption.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
|
3025
|
+
DataQualityEncryption.struct_class = Types::DataQualityEncryption
|
3026
|
+
|
3021
3027
|
DataQualityEvaluationRunAdditionalRunOptions.add_member(:cloud_watch_metrics_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "CloudWatchMetricsEnabled"))
|
3022
3028
|
DataQualityEvaluationRunAdditionalRunOptions.add_member(:results_s3_prefix, Shapes::ShapeRef.new(shape: UriString, location_name: "ResultsS3Prefix"))
|
3023
3029
|
DataQualityEvaluationRunAdditionalRunOptions.add_member(:composite_rule_evaluation_method, Shapes::ShapeRef.new(shape: DQCompositeRuleEvaluationMethod, location_name: "CompositeRuleEvaluationMethod"))
|
@@ -3592,6 +3598,7 @@ module Aws::Glue
|
|
3592
3598
|
EncryptionConfiguration.add_member(:s3_encryption, Shapes::ShapeRef.new(shape: S3EncryptionList, location_name: "S3Encryption"))
|
3593
3599
|
EncryptionConfiguration.add_member(:cloud_watch_encryption, Shapes::ShapeRef.new(shape: CloudWatchEncryption, location_name: "CloudWatchEncryption"))
|
3594
3600
|
EncryptionConfiguration.add_member(:job_bookmarks_encryption, Shapes::ShapeRef.new(shape: JobBookmarksEncryption, location_name: "JobBookmarksEncryption"))
|
3601
|
+
EncryptionConfiguration.add_member(:data_quality_encryption, Shapes::ShapeRef.new(shape: DataQualityEncryption, location_name: "DataQualityEncryption"))
|
3595
3602
|
EncryptionConfiguration.struct_class = Types::EncryptionConfiguration
|
3596
3603
|
|
3597
3604
|
Entity.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "EntityName"))
|
@@ -3794,6 +3801,7 @@ module Aws::Glue
|
|
3794
3801
|
GetCatalogsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
3795
3802
|
GetCatalogsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
3796
3803
|
GetCatalogsRequest.add_member(:recursive, Shapes::ShapeRef.new(shape: Boolean, location_name: "Recursive"))
|
3804
|
+
GetCatalogsRequest.add_member(:include_root, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "IncludeRoot"))
|
3797
3805
|
GetCatalogsRequest.struct_class = Types::GetCatalogsRequest
|
3798
3806
|
|
3799
3807
|
GetCatalogsResponse.add_member(:catalog_list, Shapes::ShapeRef.new(shape: CatalogList, required: true, location_name: "CatalogList"))
|
data/lib/aws-sdk-glue/types.rb
CHANGED
@@ -6000,46 +6000,45 @@ module Aws::Glue
|
|
6000
6000
|
# Accepts the value Z.2X for Ray jobs.
|
6001
6001
|
#
|
6002
6002
|
# * For the `G.1X` worker type, each worker maps to 1 DPU (4 vCPUs, 16
|
6003
|
-
# GB of memory) with
|
6004
|
-
#
|
6005
|
-
#
|
6006
|
-
#
|
6003
|
+
# GB of memory) with 94GB disk, and provides 1 executor per worker.
|
6004
|
+
# We recommend this worker type for workloads such as data
|
6005
|
+
# transforms, joins, and queries, to offers a scalable and cost
|
6006
|
+
# effective way to run most jobs.
|
6007
6007
|
#
|
6008
6008
|
# * For the `G.2X` worker type, each worker maps to 2 DPU (8 vCPUs, 32
|
6009
|
-
# GB of memory) with
|
6010
|
-
#
|
6011
|
-
#
|
6012
|
-
#
|
6009
|
+
# GB of memory) with 138GB disk, and provides 1 executor per worker.
|
6010
|
+
# We recommend this worker type for workloads such as data
|
6011
|
+
# transforms, joins, and queries, to offers a scalable and cost
|
6012
|
+
# effective way to run most jobs.
|
6013
6013
|
#
|
6014
6014
|
# * For the `G.4X` worker type, each worker maps to 4 DPU (16 vCPUs,
|
6015
|
-
# 64 GB of memory) with 256GB disk
|
6016
|
-
#
|
6017
|
-
#
|
6018
|
-
#
|
6019
|
-
#
|
6020
|
-
#
|
6021
|
-
#
|
6022
|
-
#
|
6023
|
-
#
|
6015
|
+
# 64 GB of memory) with 256GB disk, and provides 1 executor per
|
6016
|
+
# worker. We recommend this worker type for jobs whose workloads
|
6017
|
+
# contain your most demanding transforms, aggregations, joins, and
|
6018
|
+
# queries. This worker type is available only for Glue version 3.0
|
6019
|
+
# or later Spark ETL jobs in the following Amazon Web Services
|
6020
|
+
# Regions: US East (Ohio), US East (N. Virginia), US West (Oregon),
|
6021
|
+
# Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific
|
6022
|
+
# (Tokyo), Canada (Central), Europe (Frankfurt), Europe (Ireland),
|
6023
|
+
# and Europe (Stockholm).
|
6024
6024
|
#
|
6025
6025
|
# * For the `G.8X` worker type, each worker maps to 8 DPU (32 vCPUs,
|
6026
|
-
# 128 GB of memory) with 512GB disk
|
6027
|
-
#
|
6028
|
-
#
|
6029
|
-
#
|
6030
|
-
#
|
6031
|
-
#
|
6032
|
-
# type.
|
6026
|
+
# 128 GB of memory) with 512GB disk, and provides 1 executor per
|
6027
|
+
# worker. We recommend this worker type for jobs whose workloads
|
6028
|
+
# contain your most demanding transforms, aggregations, joins, and
|
6029
|
+
# queries. This worker type is available only for Glue version 3.0
|
6030
|
+
# or later Spark ETL jobs, in the same Amazon Web Services Regions
|
6031
|
+
# as supported for the `G.4X` worker type.
|
6033
6032
|
#
|
6034
6033
|
# * For the `G.025X` worker type, each worker maps to 0.25 DPU (2
|
6035
|
-
# vCPUs, 4 GB of memory) with 84GB disk
|
6036
|
-
#
|
6037
|
-
#
|
6038
|
-
#
|
6034
|
+
# vCPUs, 4 GB of memory) with 84GB disk, and provides 1 executor per
|
6035
|
+
# worker. We recommend this worker type for low volume streaming
|
6036
|
+
# jobs. This worker type is only available for Glue version 3.0 or
|
6037
|
+
# later streaming jobs.
|
6039
6038
|
#
|
6040
6039
|
# * For the `Z.2X` worker type, each worker maps to 2 M-DPU (8vCPUs,
|
6041
|
-
# 64 GB of memory) with 128 GB disk
|
6042
|
-
#
|
6040
|
+
# 64 GB of memory) with 128 GB disk, and provides up to 8 Ray
|
6041
|
+
# workers based on the autoscaler.
|
6043
6042
|
# @return [String]
|
6044
6043
|
#
|
6045
6044
|
# @!attribute [rw] code_gen_configuration_nodes
|
@@ -6754,40 +6753,39 @@ module Aws::Glue
|
|
6754
6753
|
# the value Z.2X for Ray notebooks.
|
6755
6754
|
#
|
6756
6755
|
# * For the `G.1X` worker type, each worker maps to 1 DPU (4 vCPUs, 16
|
6757
|
-
# GB of memory) with
|
6758
|
-
#
|
6759
|
-
#
|
6760
|
-
#
|
6756
|
+
# GB of memory) with 94GB disk, and provides 1 executor per worker.
|
6757
|
+
# We recommend this worker type for workloads such as data
|
6758
|
+
# transforms, joins, and queries, to offers a scalable and cost
|
6759
|
+
# effective way to run most jobs.
|
6761
6760
|
#
|
6762
6761
|
# * For the `G.2X` worker type, each worker maps to 2 DPU (8 vCPUs, 32
|
6763
|
-
# GB of memory) with
|
6764
|
-
#
|
6765
|
-
#
|
6766
|
-
#
|
6762
|
+
# GB of memory) with 138GB disk, and provides 1 executor per worker.
|
6763
|
+
# We recommend this worker type for workloads such as data
|
6764
|
+
# transforms, joins, and queries, to offers a scalable and cost
|
6765
|
+
# effective way to run most jobs.
|
6767
6766
|
#
|
6768
6767
|
# * For the `G.4X` worker type, each worker maps to 4 DPU (16 vCPUs,
|
6769
|
-
# 64 GB of memory) with 256GB disk
|
6770
|
-
#
|
6771
|
-
#
|
6772
|
-
#
|
6773
|
-
#
|
6774
|
-
#
|
6775
|
-
#
|
6776
|
-
#
|
6777
|
-
#
|
6768
|
+
# 64 GB of memory) with 256GB disk, and provides 1 executor per
|
6769
|
+
# worker. We recommend this worker type for jobs whose workloads
|
6770
|
+
# contain your most demanding transforms, aggregations, joins, and
|
6771
|
+
# queries. This worker type is available only for Glue version 3.0
|
6772
|
+
# or later Spark ETL jobs in the following Amazon Web Services
|
6773
|
+
# Regions: US East (Ohio), US East (N. Virginia), US West (Oregon),
|
6774
|
+
# Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific
|
6775
|
+
# (Tokyo), Canada (Central), Europe (Frankfurt), Europe (Ireland),
|
6776
|
+
# and Europe (Stockholm).
|
6778
6777
|
#
|
6779
6778
|
# * For the `G.8X` worker type, each worker maps to 8 DPU (32 vCPUs,
|
6780
|
-
# 128 GB of memory) with 512GB disk
|
6781
|
-
#
|
6782
|
-
#
|
6783
|
-
#
|
6784
|
-
#
|
6785
|
-
#
|
6786
|
-
# type.
|
6779
|
+
# 128 GB of memory) with 512GB disk, and provides 1 executor per
|
6780
|
+
# worker. We recommend this worker type for jobs whose workloads
|
6781
|
+
# contain your most demanding transforms, aggregations, joins, and
|
6782
|
+
# queries. This worker type is available only for Glue version 3.0
|
6783
|
+
# or later Spark ETL jobs, in the same Amazon Web Services Regions
|
6784
|
+
# as supported for the `G.4X` worker type.
|
6787
6785
|
#
|
6788
6786
|
# * For the `Z.2X` worker type, each worker maps to 2 M-DPU (8vCPUs,
|
6789
|
-
# 64 GB of memory) with 128 GB disk
|
6790
|
-
#
|
6787
|
+
# 64 GB of memory) with 128 GB disk, and provides up to 8 Ray
|
6788
|
+
# workers based on the autoscaler.
|
6791
6789
|
# @return [String]
|
6792
6790
|
#
|
6793
6791
|
# @!attribute [rw] security_configuration
|
@@ -7093,6 +7091,11 @@ module Aws::Glue
|
|
7093
7091
|
# @!attribute [rw] default_run_properties
|
7094
7092
|
# A collection of properties to be used as part of each execution of
|
7095
7093
|
# the workflow.
|
7094
|
+
#
|
7095
|
+
# Run properties may be logged. Do not pass plaintext secrets as
|
7096
|
+
# properties. Retrieve secrets from a Glue Connection, Amazon Web
|
7097
|
+
# Services Secrets Manager or other secret management mechanism if you
|
7098
|
+
# intend to use them within the workflow run.
|
7096
7099
|
# @return [Hash<String,String>]
|
7097
7100
|
#
|
7098
7101
|
# @!attribute [rw] tags
|
@@ -7513,6 +7516,31 @@ module Aws::Glue
|
|
7513
7516
|
include Aws::Structure
|
7514
7517
|
end
|
7515
7518
|
|
7519
|
+
# Specifies how Data Quality assets in your account should be encrypted.
|
7520
|
+
#
|
7521
|
+
# @!attribute [rw] data_quality_encryption_mode
|
7522
|
+
# The encryption mode to use for encrypting Data Quality assets. These
|
7523
|
+
# assets include data quality rulesets, results, statistics, anomaly
|
7524
|
+
# detection models and observations.
|
7525
|
+
#
|
7526
|
+
# Valid values are `SSEKMS` for encryption using a customer-managed
|
7527
|
+
# KMS key, or `DISABLED`.
|
7528
|
+
# @return [String]
|
7529
|
+
#
|
7530
|
+
# @!attribute [rw] kms_key_arn
|
7531
|
+
# The Amazon Resource Name (ARN) of the KMS key to be used to encrypt
|
7532
|
+
# the data.
|
7533
|
+
# @return [String]
|
7534
|
+
#
|
7535
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DataQualityEncryption AWS API Documentation
|
7536
|
+
#
|
7537
|
+
class DataQualityEncryption < Struct.new(
|
7538
|
+
:data_quality_encryption_mode,
|
7539
|
+
:kms_key_arn)
|
7540
|
+
SENSITIVE = []
|
7541
|
+
include Aws::Structure
|
7542
|
+
end
|
7543
|
+
|
7516
7544
|
# Additional run options you can specify for an evaluation run.
|
7517
7545
|
#
|
7518
7546
|
# @!attribute [rw] cloud_watch_metrics_enabled
|
@@ -10104,12 +10132,17 @@ module Aws::Glue
|
|
10104
10132
|
# The encryption configuration for job bookmarks.
|
10105
10133
|
# @return [Types::JobBookmarksEncryption]
|
10106
10134
|
#
|
10135
|
+
# @!attribute [rw] data_quality_encryption
|
10136
|
+
# The encryption configuration for Glue Data Quality assets.
|
10137
|
+
# @return [Types::DataQualityEncryption]
|
10138
|
+
#
|
10107
10139
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/EncryptionConfiguration AWS API Documentation
|
10108
10140
|
#
|
10109
10141
|
class EncryptionConfiguration < Struct.new(
|
10110
10142
|
:s3_encryption,
|
10111
10143
|
:cloud_watch_encryption,
|
10112
|
-
:job_bookmarks_encryption
|
10144
|
+
:job_bookmarks_encryption,
|
10145
|
+
:data_quality_encryption)
|
10113
10146
|
SENSITIVE = []
|
10114
10147
|
include Aws::Structure
|
10115
10148
|
end
|
@@ -11078,9 +11111,21 @@ module Aws::Glue
|
|
11078
11111
|
# @return [Integer]
|
11079
11112
|
#
|
11080
11113
|
# @!attribute [rw] recursive
|
11081
|
-
#
|
11082
|
-
#
|
11083
|
-
#
|
11114
|
+
# Whether to list all catalogs across the catalog hierarchy, starting
|
11115
|
+
# from the `ParentCatalogId`. Defaults to `false` . When `true`, all
|
11116
|
+
# catalog objects in the `ParentCatalogID` hierarchy are enumerated in
|
11117
|
+
# the response.
|
11118
|
+
# @return [Boolean]
|
11119
|
+
#
|
11120
|
+
# @!attribute [rw] include_root
|
11121
|
+
# Whether to list the default catalog in the account and region in the
|
11122
|
+
# response. Defaults to `false`. When `true` and `ParentCatalogId =
|
11123
|
+
# NULL | Amazon Web Services Account ID`, all catalogs and the default
|
11124
|
+
# catalog are enumerated in the response.
|
11125
|
+
#
|
11126
|
+
# When the `ParentCatalogId` is not equal to null, and this attribute
|
11127
|
+
# is passed as `false` or `true`, an `InvalidInputException` is
|
11128
|
+
# thrown.
|
11084
11129
|
# @return [Boolean]
|
11085
11130
|
#
|
11086
11131
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetCatalogsRequest AWS API Documentation
|
@@ -11089,7 +11134,8 @@ module Aws::Glue
|
|
11089
11134
|
:parent_catalog_id,
|
11090
11135
|
:next_token,
|
11091
11136
|
:max_results,
|
11092
|
-
:recursive
|
11137
|
+
:recursive,
|
11138
|
+
:include_root)
|
11093
11139
|
SENSITIVE = []
|
11094
11140
|
include Aws::Structure
|
11095
11141
|
end
|
@@ -16179,46 +16225,45 @@ module Aws::Glue
|
|
16179
16225
|
# Accepts the value Z.2X for Ray jobs.
|
16180
16226
|
#
|
16181
16227
|
# * For the `G.1X` worker type, each worker maps to 1 DPU (4 vCPUs, 16
|
16182
|
-
# GB of memory) with
|
16183
|
-
#
|
16184
|
-
#
|
16185
|
-
#
|
16228
|
+
# GB of memory) with 94GB disk, and provides 1 executor per worker.
|
16229
|
+
# We recommend this worker type for workloads such as data
|
16230
|
+
# transforms, joins, and queries, to offers a scalable and cost
|
16231
|
+
# effective way to run most jobs.
|
16186
16232
|
#
|
16187
16233
|
# * For the `G.2X` worker type, each worker maps to 2 DPU (8 vCPUs, 32
|
16188
|
-
# GB of memory) with
|
16189
|
-
#
|
16190
|
-
#
|
16191
|
-
#
|
16234
|
+
# GB of memory) with 138GB disk, and provides 1 executor per worker.
|
16235
|
+
# We recommend this worker type for workloads such as data
|
16236
|
+
# transforms, joins, and queries, to offers a scalable and cost
|
16237
|
+
# effective way to run most jobs.
|
16192
16238
|
#
|
16193
16239
|
# * For the `G.4X` worker type, each worker maps to 4 DPU (16 vCPUs,
|
16194
|
-
# 64 GB of memory) with 256GB disk
|
16195
|
-
#
|
16196
|
-
#
|
16197
|
-
#
|
16198
|
-
#
|
16199
|
-
#
|
16200
|
-
#
|
16201
|
-
#
|
16202
|
-
#
|
16240
|
+
# 64 GB of memory) with 256GB disk, and provides 1 executor per
|
16241
|
+
# worker. We recommend this worker type for jobs whose workloads
|
16242
|
+
# contain your most demanding transforms, aggregations, joins, and
|
16243
|
+
# queries. This worker type is available only for Glue version 3.0
|
16244
|
+
# or later Spark ETL jobs in the following Amazon Web Services
|
16245
|
+
# Regions: US East (Ohio), US East (N. Virginia), US West (Oregon),
|
16246
|
+
# Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific
|
16247
|
+
# (Tokyo), Canada (Central), Europe (Frankfurt), Europe (Ireland),
|
16248
|
+
# and Europe (Stockholm).
|
16203
16249
|
#
|
16204
16250
|
# * For the `G.8X` worker type, each worker maps to 8 DPU (32 vCPUs,
|
16205
|
-
# 128 GB of memory) with 512GB disk
|
16206
|
-
#
|
16207
|
-
#
|
16208
|
-
#
|
16209
|
-
#
|
16210
|
-
#
|
16211
|
-
# type.
|
16251
|
+
# 128 GB of memory) with 512GB disk, and provides 1 executor per
|
16252
|
+
# worker. We recommend this worker type for jobs whose workloads
|
16253
|
+
# contain your most demanding transforms, aggregations, joins, and
|
16254
|
+
# queries. This worker type is available only for Glue version 3.0
|
16255
|
+
# or later Spark ETL jobs, in the same Amazon Web Services Regions
|
16256
|
+
# as supported for the `G.4X` worker type.
|
16212
16257
|
#
|
16213
16258
|
# * For the `G.025X` worker type, each worker maps to 0.25 DPU (2
|
16214
|
-
# vCPUs, 4 GB of memory) with 84GB disk
|
16215
|
-
#
|
16216
|
-
#
|
16217
|
-
#
|
16259
|
+
# vCPUs, 4 GB of memory) with 84GB disk, and provides 1 executor per
|
16260
|
+
# worker. We recommend this worker type for low volume streaming
|
16261
|
+
# jobs. This worker type is only available for Glue version 3.0 or
|
16262
|
+
# later streaming jobs.
|
16218
16263
|
#
|
16219
16264
|
# * For the `Z.2X` worker type, each worker maps to 2 M-DPU (8vCPUs,
|
16220
|
-
# 64 GB of memory) with 128 GB disk
|
16221
|
-
#
|
16265
|
+
# 64 GB of memory) with 128 GB disk, and provides up to 8 Ray
|
16266
|
+
# workers based on the autoscaler.
|
16222
16267
|
# @return [String]
|
16223
16268
|
#
|
16224
16269
|
# @!attribute [rw] number_of_workers
|
@@ -16584,11 +16629,16 @@ module Aws::Glue
|
|
16584
16629
|
# `TIMEOUT` status. This value overrides the timeout value set in the
|
16585
16630
|
# parent job.
|
16586
16631
|
#
|
16587
|
-
#
|
16588
|
-
#
|
16589
|
-
#
|
16590
|
-
#
|
16591
|
-
#
|
16632
|
+
# Jobs must have timeout values less than 7 days or 10080 minutes.
|
16633
|
+
# Otherwise, the jobs will throw an exception.
|
16634
|
+
#
|
16635
|
+
# When the value is left blank, the timeout is defaulted to 2880
|
16636
|
+
# minutes.
|
16637
|
+
#
|
16638
|
+
# Any existing Glue jobs that had a timeout value greater than 7 days
|
16639
|
+
# will be defaulted to 7 days. For instance if you have specified a
|
16640
|
+
# timeout of 20 days for a batch job, it will be stopped on the 7th
|
16641
|
+
# day.
|
16592
16642
|
# @return [Integer]
|
16593
16643
|
#
|
16594
16644
|
# @!attribute [rw] max_capacity
|
@@ -16630,46 +16680,45 @@ module Aws::Glue
|
|
16630
16680
|
# Accepts the value Z.2X for Ray jobs.
|
16631
16681
|
#
|
16632
16682
|
# * For the `G.1X` worker type, each worker maps to 1 DPU (4 vCPUs, 16
|
16633
|
-
# GB of memory) with
|
16634
|
-
#
|
16635
|
-
#
|
16636
|
-
#
|
16683
|
+
# GB of memory) with 94GB disk, and provides 1 executor per worker.
|
16684
|
+
# We recommend this worker type for workloads such as data
|
16685
|
+
# transforms, joins, and queries, to offers a scalable and cost
|
16686
|
+
# effective way to run most jobs.
|
16637
16687
|
#
|
16638
16688
|
# * For the `G.2X` worker type, each worker maps to 2 DPU (8 vCPUs, 32
|
16639
|
-
# GB of memory) with
|
16640
|
-
#
|
16641
|
-
#
|
16642
|
-
#
|
16689
|
+
# GB of memory) with 138GB disk, and provides 1 executor per worker.
|
16690
|
+
# We recommend this worker type for workloads such as data
|
16691
|
+
# transforms, joins, and queries, to offers a scalable and cost
|
16692
|
+
# effective way to run most jobs.
|
16643
16693
|
#
|
16644
16694
|
# * For the `G.4X` worker type, each worker maps to 4 DPU (16 vCPUs,
|
16645
|
-
# 64 GB of memory) with 256GB disk
|
16646
|
-
#
|
16647
|
-
#
|
16648
|
-
#
|
16649
|
-
#
|
16650
|
-
#
|
16651
|
-
#
|
16652
|
-
#
|
16653
|
-
#
|
16695
|
+
# 64 GB of memory) with 256GB disk, and provides 1 executor per
|
16696
|
+
# worker. We recommend this worker type for jobs whose workloads
|
16697
|
+
# contain your most demanding transforms, aggregations, joins, and
|
16698
|
+
# queries. This worker type is available only for Glue version 3.0
|
16699
|
+
# or later Spark ETL jobs in the following Amazon Web Services
|
16700
|
+
# Regions: US East (Ohio), US East (N. Virginia), US West (Oregon),
|
16701
|
+
# Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific
|
16702
|
+
# (Tokyo), Canada (Central), Europe (Frankfurt), Europe (Ireland),
|
16703
|
+
# and Europe (Stockholm).
|
16654
16704
|
#
|
16655
16705
|
# * For the `G.8X` worker type, each worker maps to 8 DPU (32 vCPUs,
|
16656
|
-
# 128 GB of memory) with 512GB disk
|
16657
|
-
#
|
16658
|
-
#
|
16659
|
-
#
|
16660
|
-
#
|
16661
|
-
#
|
16662
|
-
# type.
|
16706
|
+
# 128 GB of memory) with 512GB disk, and provides 1 executor per
|
16707
|
+
# worker. We recommend this worker type for jobs whose workloads
|
16708
|
+
# contain your most demanding transforms, aggregations, joins, and
|
16709
|
+
# queries. This worker type is available only for Glue version 3.0
|
16710
|
+
# or later Spark ETL jobs, in the same Amazon Web Services Regions
|
16711
|
+
# as supported for the `G.4X` worker type.
|
16663
16712
|
#
|
16664
16713
|
# * For the `G.025X` worker type, each worker maps to 0.25 DPU (2
|
16665
|
-
# vCPUs, 4 GB of memory) with 84GB disk
|
16666
|
-
#
|
16667
|
-
#
|
16668
|
-
#
|
16714
|
+
# vCPUs, 4 GB of memory) with 84GB disk, and provides 1 executor per
|
16715
|
+
# worker. We recommend this worker type for low volume streaming
|
16716
|
+
# jobs. This worker type is only available for Glue version 3.0 or
|
16717
|
+
# later streaming jobs.
|
16669
16718
|
#
|
16670
16719
|
# * For the `Z.2X` worker type, each worker maps to 2 M-DPU (8vCPUs,
|
16671
|
-
# 64 GB of memory) with 128 GB disk
|
16672
|
-
#
|
16720
|
+
# 64 GB of memory) with 128 GB disk, and provides up to 8 Ray
|
16721
|
+
# workers based on the autoscaler.
|
16673
16722
|
# @return [String]
|
16674
16723
|
#
|
16675
16724
|
# @!attribute [rw] number_of_workers
|
@@ -16968,46 +17017,45 @@ module Aws::Glue
|
|
16968
17017
|
# Accepts the value Z.2X for Ray jobs.
|
16969
17018
|
#
|
16970
17019
|
# * For the `G.1X` worker type, each worker maps to 1 DPU (4 vCPUs, 16
|
16971
|
-
# GB of memory) with
|
16972
|
-
#
|
16973
|
-
#
|
16974
|
-
#
|
17020
|
+
# GB of memory) with 94GB disk, and provides 1 executor per worker.
|
17021
|
+
# We recommend this worker type for workloads such as data
|
17022
|
+
# transforms, joins, and queries, to offers a scalable and cost
|
17023
|
+
# effective way to run most jobs.
|
16975
17024
|
#
|
16976
17025
|
# * For the `G.2X` worker type, each worker maps to 2 DPU (8 vCPUs, 32
|
16977
|
-
# GB of memory) with
|
16978
|
-
#
|
16979
|
-
#
|
16980
|
-
#
|
17026
|
+
# GB of memory) with 138GB disk, and provides 1 executor per worker.
|
17027
|
+
# We recommend this worker type for workloads such as data
|
17028
|
+
# transforms, joins, and queries, to offers a scalable and cost
|
17029
|
+
# effective way to run most jobs.
|
16981
17030
|
#
|
16982
17031
|
# * For the `G.4X` worker type, each worker maps to 4 DPU (16 vCPUs,
|
16983
|
-
# 64 GB of memory) with 256GB disk
|
16984
|
-
#
|
16985
|
-
#
|
16986
|
-
#
|
16987
|
-
#
|
16988
|
-
#
|
16989
|
-
#
|
16990
|
-
#
|
16991
|
-
#
|
17032
|
+
# 64 GB of memory) with 256GB disk, and provides 1 executor per
|
17033
|
+
# worker. We recommend this worker type for jobs whose workloads
|
17034
|
+
# contain your most demanding transforms, aggregations, joins, and
|
17035
|
+
# queries. This worker type is available only for Glue version 3.0
|
17036
|
+
# or later Spark ETL jobs in the following Amazon Web Services
|
17037
|
+
# Regions: US East (Ohio), US East (N. Virginia), US West (Oregon),
|
17038
|
+
# Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific
|
17039
|
+
# (Tokyo), Canada (Central), Europe (Frankfurt), Europe (Ireland),
|
17040
|
+
# and Europe (Stockholm).
|
16992
17041
|
#
|
16993
17042
|
# * For the `G.8X` worker type, each worker maps to 8 DPU (32 vCPUs,
|
16994
|
-
# 128 GB of memory) with 512GB disk
|
16995
|
-
#
|
16996
|
-
#
|
16997
|
-
#
|
16998
|
-
#
|
16999
|
-
#
|
17000
|
-
# type.
|
17043
|
+
# 128 GB of memory) with 512GB disk, and provides 1 executor per
|
17044
|
+
# worker. We recommend this worker type for jobs whose workloads
|
17045
|
+
# contain your most demanding transforms, aggregations, joins, and
|
17046
|
+
# queries. This worker type is available only for Glue version 3.0
|
17047
|
+
# or later Spark ETL jobs, in the same Amazon Web Services Regions
|
17048
|
+
# as supported for the `G.4X` worker type.
|
17001
17049
|
#
|
17002
17050
|
# * For the `G.025X` worker type, each worker maps to 0.25 DPU (2
|
17003
|
-
# vCPUs, 4 GB of memory) with 84GB disk
|
17004
|
-
#
|
17005
|
-
#
|
17006
|
-
#
|
17051
|
+
# vCPUs, 4 GB of memory) with 84GB disk, and provides 1 executor per
|
17052
|
+
# worker. We recommend this worker type for low volume streaming
|
17053
|
+
# jobs. This worker type is only available for Glue version 3.0 or
|
17054
|
+
# later streaming jobs.
|
17007
17055
|
#
|
17008
17056
|
# * For the `Z.2X` worker type, each worker maps to 2 M-DPU (8vCPUs,
|
17009
|
-
# 64 GB of memory) with 128 GB disk
|
17010
|
-
#
|
17057
|
+
# 64 GB of memory) with 128 GB disk, and provides up to 8 Ray
|
17058
|
+
# workers based on the autoscaler.
|
17011
17059
|
# @return [String]
|
17012
17060
|
#
|
17013
17061
|
# @!attribute [rw] number_of_workers
|
@@ -20636,6 +20684,11 @@ module Aws::Glue
|
|
20636
20684
|
#
|
20637
20685
|
# @!attribute [rw] run_properties
|
20638
20686
|
# The properties to put for the specified run.
|
20687
|
+
#
|
20688
|
+
# Run properties may be logged. Do not pass plaintext secrets as
|
20689
|
+
# properties. Retrieve secrets from a Glue Connection, Amazon Web
|
20690
|
+
# Services Secrets Manager or other secret management mechanism if you
|
20691
|
+
# intend to use them within the workflow run.
|
20639
20692
|
# @return [Hash<String,String>]
|
20640
20693
|
#
|
20641
20694
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/PutWorkflowRunPropertiesRequest AWS API Documentation
|
@@ -23942,11 +23995,16 @@ module Aws::Glue
|
|
23942
23995
|
# `TIMEOUT` status. This value overrides the timeout value set in the
|
23943
23996
|
# parent job.
|
23944
23997
|
#
|
23945
|
-
#
|
23946
|
-
#
|
23947
|
-
#
|
23948
|
-
#
|
23949
|
-
#
|
23998
|
+
# Jobs must have timeout values less than 7 days or 10080 minutes.
|
23999
|
+
# Otherwise, the jobs will throw an exception.
|
24000
|
+
#
|
24001
|
+
# When the value is left blank, the timeout is defaulted to 2880
|
24002
|
+
# minutes.
|
24003
|
+
#
|
24004
|
+
# Any existing Glue jobs that had a timeout value greater than 7 days
|
24005
|
+
# will be defaulted to 7 days. For instance if you have specified a
|
24006
|
+
# timeout of 20 days for a batch job, it will be stopped on the 7th
|
24007
|
+
# day.
|
23950
24008
|
# @return [Integer]
|
23951
24009
|
#
|
23952
24010
|
# @!attribute [rw] max_capacity
|
@@ -23997,46 +24055,45 @@ module Aws::Glue
|
|
23997
24055
|
# Accepts the value Z.2X for Ray jobs.
|
23998
24056
|
#
|
23999
24057
|
# * For the `G.1X` worker type, each worker maps to 1 DPU (4 vCPUs, 16
|
24000
|
-
# GB of memory) with
|
24001
|
-
#
|
24002
|
-
#
|
24003
|
-
#
|
24058
|
+
# GB of memory) with 94GB disk, and provides 1 executor per worker.
|
24059
|
+
# We recommend this worker type for workloads such as data
|
24060
|
+
# transforms, joins, and queries, to offers a scalable and cost
|
24061
|
+
# effective way to run most jobs.
|
24004
24062
|
#
|
24005
24063
|
# * For the `G.2X` worker type, each worker maps to 2 DPU (8 vCPUs, 32
|
24006
|
-
# GB of memory) with
|
24007
|
-
#
|
24008
|
-
#
|
24009
|
-
#
|
24064
|
+
# GB of memory) with 138GB disk, and provides 1 executor per worker.
|
24065
|
+
# We recommend this worker type for workloads such as data
|
24066
|
+
# transforms, joins, and queries, to offers a scalable and cost
|
24067
|
+
# effective way to run most jobs.
|
24010
24068
|
#
|
24011
24069
|
# * For the `G.4X` worker type, each worker maps to 4 DPU (16 vCPUs,
|
24012
|
-
# 64 GB of memory) with 256GB disk
|
24013
|
-
#
|
24014
|
-
#
|
24015
|
-
#
|
24016
|
-
#
|
24017
|
-
#
|
24018
|
-
#
|
24019
|
-
#
|
24020
|
-
#
|
24070
|
+
# 64 GB of memory) with 256GB disk, and provides 1 executor per
|
24071
|
+
# worker. We recommend this worker type for jobs whose workloads
|
24072
|
+
# contain your most demanding transforms, aggregations, joins, and
|
24073
|
+
# queries. This worker type is available only for Glue version 3.0
|
24074
|
+
# or later Spark ETL jobs in the following Amazon Web Services
|
24075
|
+
# Regions: US East (Ohio), US East (N. Virginia), US West (Oregon),
|
24076
|
+
# Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific
|
24077
|
+
# (Tokyo), Canada (Central), Europe (Frankfurt), Europe (Ireland),
|
24078
|
+
# and Europe (Stockholm).
|
24021
24079
|
#
|
24022
24080
|
# * For the `G.8X` worker type, each worker maps to 8 DPU (32 vCPUs,
|
24023
|
-
# 128 GB of memory) with 512GB disk
|
24024
|
-
#
|
24025
|
-
#
|
24026
|
-
#
|
24027
|
-
#
|
24028
|
-
#
|
24029
|
-
# type.
|
24081
|
+
# 128 GB of memory) with 512GB disk, and provides 1 executor per
|
24082
|
+
# worker. We recommend this worker type for jobs whose workloads
|
24083
|
+
# contain your most demanding transforms, aggregations, joins, and
|
24084
|
+
# queries. This worker type is available only for Glue version 3.0
|
24085
|
+
# or later Spark ETL jobs, in the same Amazon Web Services Regions
|
24086
|
+
# as supported for the `G.4X` worker type.
|
24030
24087
|
#
|
24031
24088
|
# * For the `G.025X` worker type, each worker maps to 0.25 DPU (2
|
24032
|
-
# vCPUs, 4 GB of memory) with 84GB disk
|
24033
|
-
#
|
24034
|
-
#
|
24035
|
-
#
|
24089
|
+
# vCPUs, 4 GB of memory) with 84GB disk, and provides 1 executor per
|
24090
|
+
# worker. We recommend this worker type for low volume streaming
|
24091
|
+
# jobs. This worker type is only available for Glue version 3.0 or
|
24092
|
+
# later streaming jobs.
|
24036
24093
|
#
|
24037
24094
|
# * For the `Z.2X` worker type, each worker maps to 2 M-DPU (8vCPUs,
|
24038
|
-
# 64 GB of memory) with 128 GB disk
|
24039
|
-
#
|
24095
|
+
# 64 GB of memory) with 128 GB disk, and provides up to 8 Ray
|
24096
|
+
# workers based on the autoscaler.
|
24040
24097
|
# @return [String]
|
24041
24098
|
#
|
24042
24099
|
# @!attribute [rw] number_of_workers
|
@@ -24173,6 +24230,11 @@ module Aws::Glue
|
|
24173
24230
|
#
|
24174
24231
|
# @!attribute [rw] run_properties
|
24175
24232
|
# The workflow run properties for the new workflow run.
|
24233
|
+
#
|
24234
|
+
# Run properties may be logged. Do not pass plaintext secrets as
|
24235
|
+
# properties. Retrieve secrets from a Glue Connection, Amazon Web
|
24236
|
+
# Services Secrets Manager or other secret management mechanism if you
|
24237
|
+
# intend to use them within the workflow run.
|
24176
24238
|
# @return [Hash<String,String>]
|
24177
24239
|
#
|
24178
24240
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/StartWorkflowRunRequest AWS API Documentation
|
@@ -27521,6 +27583,11 @@ module Aws::Glue
|
|
27521
27583
|
# @!attribute [rw] default_run_properties
|
27522
27584
|
# A collection of properties to be used as part of each execution of
|
27523
27585
|
# the workflow.
|
27586
|
+
#
|
27587
|
+
# Run properties may be logged. Do not pass plaintext secrets as
|
27588
|
+
# properties. Retrieve secrets from a Glue Connection, Amazon Web
|
27589
|
+
# Services Secrets Manager or other secret management mechanism if you
|
27590
|
+
# intend to use them within the workflow run.
|
27524
27591
|
# @return [Hash<String,String>]
|
27525
27592
|
#
|
27526
27593
|
# @!attribute [rw] max_concurrent_runs
|
data/lib/aws-sdk-glue.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -2401,6 +2401,10 @@ module Aws
|
|
2401
2401
|
job_bookmarks_encryption: {
|
2402
2402
|
job_bookmarks_encryption_mode: ("DISABLED" | "CSE-KMS")?,
|
2403
2403
|
kms_key_arn: ::String?
|
2404
|
+
}?,
|
2405
|
+
data_quality_encryption: {
|
2406
|
+
data_quality_encryption_mode: ("DISABLED" | "SSE-KMS")?,
|
2407
|
+
kms_key_arn: ::String?
|
2404
2408
|
}?
|
2405
2409
|
}
|
2406
2410
|
) -> _CreateSecurityConfigurationResponseSuccess
|
@@ -3161,7 +3165,8 @@ module Aws
|
|
3161
3165
|
?parent_catalog_id: ::String,
|
3162
3166
|
?next_token: ::String,
|
3163
3167
|
?max_results: ::Integer,
|
3164
|
-
?recursive: bool
|
3168
|
+
?recursive: bool,
|
3169
|
+
?include_root: bool
|
3165
3170
|
) -> _GetCatalogsResponseSuccess
|
3166
3171
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCatalogsResponseSuccess
|
3167
3172
|
|
data/sig/types.rbs
CHANGED
@@ -1715,6 +1715,12 @@ module Aws::Glue
|
|
1715
1715
|
SENSITIVE: [:description, :evaluation_message, :evaluated_metrics]
|
1716
1716
|
end
|
1717
1717
|
|
1718
|
+
class DataQualityEncryption
|
1719
|
+
attr_accessor data_quality_encryption_mode: ("DISABLED" | "SSE-KMS")
|
1720
|
+
attr_accessor kms_key_arn: ::String
|
1721
|
+
SENSITIVE: []
|
1722
|
+
end
|
1723
|
+
|
1718
1724
|
class DataQualityEvaluationRunAdditionalRunOptions
|
1719
1725
|
attr_accessor cloud_watch_metrics_enabled: bool
|
1720
1726
|
attr_accessor results_s3_prefix: ::String
|
@@ -2443,6 +2449,7 @@ module Aws::Glue
|
|
2443
2449
|
attr_accessor s3_encryption: ::Array[Types::S3Encryption]
|
2444
2450
|
attr_accessor cloud_watch_encryption: Types::CloudWatchEncryption
|
2445
2451
|
attr_accessor job_bookmarks_encryption: Types::JobBookmarksEncryption
|
2452
|
+
attr_accessor data_quality_encryption: Types::DataQualityEncryption
|
2446
2453
|
SENSITIVE: []
|
2447
2454
|
end
|
2448
2455
|
|
@@ -2698,6 +2705,7 @@ module Aws::Glue
|
|
2698
2705
|
attr_accessor next_token: ::String
|
2699
2706
|
attr_accessor max_results: ::Integer
|
2700
2707
|
attr_accessor recursive: bool
|
2708
|
+
attr_accessor include_root: bool
|
2701
2709
|
SENSITIVE: []
|
2702
2710
|
end
|
2703
2711
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-glue
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.206.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|