aws-sdk-glue 1.134.0 → 1.135.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f853ddbe064dcb06b7b1c395a22073fafb67f1a09851a781400a6362348152c
4
- data.tar.gz: fc93b1bc8f34e943088cebb5c9ace8b076b1c85f0fa54bb00536e20d5919bbee
3
+ metadata.gz: 49be06507b72999b327a97989afbe92da366e008233c7f95f8816d33b4da1715
4
+ data.tar.gz: f4f8cfb292617033fb0686c024ff1a3ff63d5d561f6a7d14350a6f169e01c557
5
5
  SHA512:
6
- metadata.gz: 4765afeecba99b3679632a4247d7d4aa2b33efa022be1b1513f6fa69274efa2f340ad5802c308c5c62b9bd801bb0d0190c37b74e3e3d9c9419efe801728e1a2c
7
- data.tar.gz: 1e98bb04593269d1754f16304bbb7f6cc36e51856d92e6a92e9bdccb6e1a899a27ff3401528ea71891834c933dfa71e14a013d3555df7059fa67fa7ca425487d
6
+ metadata.gz: 377e4c98e7864e34fd46980a272de77d6b9aa824731fbe0f8683f6f3171406981d93a981010549e2c3ba787cca5461031be838e7767d142e44bdf8c6e4eb28e9
7
+ data.tar.gz: 0d028bf59bd18dd742a91d387cc94f28dd1cdc61fbbcfbfe658fc23fdc2a73a6ced6ef0971e0a5b0626329093bf298a9ff3a7d47ea9798c75260ba4c450ecf3c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.135.0 (2023-05-08)
5
+ ------------------
6
+
7
+ * Feature - We don't do release notes https://w.amazon.com/bin/view/AWSDocs/common-tasks/release-notes
8
+
4
9
  1.134.0 (2023-04-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.134.0
1
+ 1.135.0
@@ -958,7 +958,7 @@ module Aws::Glue
958
958
  # resp.dev_endpoints[0].zeppelin_remote_spark_interpreter_port #=> Integer
959
959
  # resp.dev_endpoints[0].public_address #=> String
960
960
  # resp.dev_endpoints[0].status #=> String
961
- # resp.dev_endpoints[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
961
+ # resp.dev_endpoints[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
962
962
  # resp.dev_endpoints[0].glue_version #=> String
963
963
  # resp.dev_endpoints[0].number_of_workers #=> Integer
964
964
  # resp.dev_endpoints[0].number_of_nodes #=> Integer
@@ -1032,7 +1032,7 @@ module Aws::Glue
1032
1032
  # resp.jobs[0].allocated_capacity #=> Integer
1033
1033
  # resp.jobs[0].timeout #=> Integer
1034
1034
  # resp.jobs[0].max_capacity #=> Float
1035
- # resp.jobs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
1035
+ # resp.jobs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
1036
1036
  # resp.jobs[0].number_of_workers #=> Integer
1037
1037
  # resp.jobs[0].security_configuration #=> String
1038
1038
  # resp.jobs[0].notification_property.notify_delay_after #=> Integer
@@ -1952,7 +1952,7 @@ module Aws::Glue
1952
1952
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].execution_time #=> Integer
1953
1953
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].timeout #=> Integer
1954
1954
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].max_capacity #=> Float
1955
- # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
1955
+ # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
1956
1956
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].number_of_workers #=> Integer
1957
1957
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].security_configuration #=> String
1958
1958
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
@@ -2020,7 +2020,7 @@ module Aws::Glue
2020
2020
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].execution_time #=> Integer
2021
2021
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].timeout #=> Integer
2022
2022
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].max_capacity #=> Float
2023
- # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
2023
+ # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
2024
2024
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].number_of_workers #=> Integer
2025
2025
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].security_configuration #=> String
2026
2026
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
@@ -2990,7 +2990,7 @@ module Aws::Glue
2990
2990
  # public_key: "GenericString",
2991
2991
  # public_keys: ["GenericString"],
2992
2992
  # number_of_nodes: 1,
2993
- # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X
2993
+ # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X, G.4X, G.8X
2994
2994
  # glue_version: "GlueVersionString",
2995
2995
  # number_of_workers: 1,
2996
2996
  # extra_python_libs_s3_path: "GenericString",
@@ -3015,7 +3015,7 @@ module Aws::Glue
3015
3015
  # resp.yarn_endpoint_address #=> String
3016
3016
  # resp.zeppelin_remote_spark_interpreter_port #=> Integer
3017
3017
  # resp.number_of_nodes #=> Integer
3018
- # resp.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
3018
+ # resp.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
3019
3019
  # resp.glue_version #=> String
3020
3020
  # resp.number_of_workers #=> Integer
3021
3021
  # resp.availability_zone #=> String
@@ -3258,7 +3258,7 @@ module Aws::Glue
3258
3258
  # },
3259
3259
  # glue_version: "GlueVersionString",
3260
3260
  # number_of_workers: 1,
3261
- # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X
3261
+ # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X, G.4X, G.8X
3262
3262
  # code_gen_configuration_nodes: {
3263
3263
  # "NodeId" => {
3264
3264
  # athena_connector_source: {
@@ -4376,7 +4376,7 @@ module Aws::Glue
4376
4376
  # role: "RoleString", # required
4377
4377
  # glue_version: "GlueVersionString",
4378
4378
  # max_capacity: 1.0,
4379
- # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X
4379
+ # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X, G.4X, G.8X
4380
4380
  # number_of_workers: 1,
4381
4381
  # timeout: 1,
4382
4382
  # max_retries: 1,
@@ -4950,7 +4950,7 @@ module Aws::Glue
4950
4950
  # },
4951
4951
  # max_capacity: 1.0,
4952
4952
  # number_of_workers: 1,
4953
- # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X
4953
+ # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X, G.4X, G.8X
4954
4954
  # security_configuration: "NameString",
4955
4955
  # glue_version: "GlueVersionString",
4956
4956
  # tags: {
@@ -7464,7 +7464,7 @@ module Aws::Glue
7464
7464
  # resp.dev_endpoint.zeppelin_remote_spark_interpreter_port #=> Integer
7465
7465
  # resp.dev_endpoint.public_address #=> String
7466
7466
  # resp.dev_endpoint.status #=> String
7467
- # resp.dev_endpoint.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
7467
+ # resp.dev_endpoint.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
7468
7468
  # resp.dev_endpoint.glue_version #=> String
7469
7469
  # resp.dev_endpoint.number_of_workers #=> Integer
7470
7470
  # resp.dev_endpoint.number_of_nodes #=> Integer
@@ -7535,7 +7535,7 @@ module Aws::Glue
7535
7535
  # resp.dev_endpoints[0].zeppelin_remote_spark_interpreter_port #=> Integer
7536
7536
  # resp.dev_endpoints[0].public_address #=> String
7537
7537
  # resp.dev_endpoints[0].status #=> String
7538
- # resp.dev_endpoints[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
7538
+ # resp.dev_endpoints[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
7539
7539
  # resp.dev_endpoints[0].glue_version #=> String
7540
7540
  # resp.dev_endpoints[0].number_of_workers #=> Integer
7541
7541
  # resp.dev_endpoints[0].number_of_nodes #=> Integer
@@ -7601,7 +7601,7 @@ module Aws::Glue
7601
7601
  # resp.job.allocated_capacity #=> Integer
7602
7602
  # resp.job.timeout #=> Integer
7603
7603
  # resp.job.max_capacity #=> Float
7604
- # resp.job.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
7604
+ # resp.job.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
7605
7605
  # resp.job.number_of_workers #=> Integer
7606
7606
  # resp.job.security_configuration #=> String
7607
7607
  # resp.job.notification_property.notify_delay_after #=> Integer
@@ -8359,7 +8359,7 @@ module Aws::Glue
8359
8359
  # resp.job_run.execution_time #=> Integer
8360
8360
  # resp.job_run.timeout #=> Integer
8361
8361
  # resp.job_run.max_capacity #=> Float
8362
- # resp.job_run.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
8362
+ # resp.job_run.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
8363
8363
  # resp.job_run.number_of_workers #=> Integer
8364
8364
  # resp.job_run.security_configuration #=> String
8365
8365
  # resp.job_run.log_group_name #=> String
@@ -8425,7 +8425,7 @@ module Aws::Glue
8425
8425
  # resp.job_runs[0].execution_time #=> Integer
8426
8426
  # resp.job_runs[0].timeout #=> Integer
8427
8427
  # resp.job_runs[0].max_capacity #=> Float
8428
- # resp.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
8428
+ # resp.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
8429
8429
  # resp.job_runs[0].number_of_workers #=> Integer
8430
8430
  # resp.job_runs[0].security_configuration #=> String
8431
8431
  # resp.job_runs[0].log_group_name #=> String
@@ -8489,7 +8489,7 @@ module Aws::Glue
8489
8489
  # resp.jobs[0].allocated_capacity #=> Integer
8490
8490
  # resp.jobs[0].timeout #=> Integer
8491
8491
  # resp.jobs[0].max_capacity #=> Float
8492
- # resp.jobs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
8492
+ # resp.jobs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
8493
8493
  # resp.jobs[0].number_of_workers #=> Integer
8494
8494
  # resp.jobs[0].security_configuration #=> String
8495
8495
  # resp.jobs[0].notification_property.notify_delay_after #=> Integer
@@ -9373,7 +9373,7 @@ module Aws::Glue
9373
9373
  # resp.role #=> String
9374
9374
  # resp.glue_version #=> String
9375
9375
  # resp.max_capacity #=> Float
9376
- # resp.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
9376
+ # resp.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
9377
9377
  # resp.number_of_workers #=> Integer
9378
9378
  # resp.timeout #=> Integer
9379
9379
  # resp.max_retries #=> Integer
@@ -9483,7 +9483,7 @@ module Aws::Glue
9483
9483
  # resp.transforms[0].role #=> String
9484
9484
  # resp.transforms[0].glue_version #=> String
9485
9485
  # resp.transforms[0].max_capacity #=> Float
9486
- # resp.transforms[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
9486
+ # resp.transforms[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
9487
9487
  # resp.transforms[0].number_of_workers #=> Integer
9488
9488
  # resp.transforms[0].timeout #=> Integer
9489
9489
  # resp.transforms[0].max_retries #=> Integer
@@ -11849,7 +11849,7 @@ module Aws::Glue
11849
11849
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].execution_time #=> Integer
11850
11850
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].timeout #=> Integer
11851
11851
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].max_capacity #=> Float
11852
- # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
11852
+ # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
11853
11853
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].number_of_workers #=> Integer
11854
11854
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].security_configuration #=> String
11855
11855
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
@@ -11917,7 +11917,7 @@ module Aws::Glue
11917
11917
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].execution_time #=> Integer
11918
11918
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].timeout #=> Integer
11919
11919
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].max_capacity #=> Float
11920
- # resp.workflow.graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
11920
+ # resp.workflow.graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
11921
11921
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].number_of_workers #=> Integer
11922
11922
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].security_configuration #=> String
11923
11923
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
@@ -12038,7 +12038,7 @@ module Aws::Glue
12038
12038
  # resp.run.graph.nodes[0].job_details.job_runs[0].execution_time #=> Integer
12039
12039
  # resp.run.graph.nodes[0].job_details.job_runs[0].timeout #=> Integer
12040
12040
  # resp.run.graph.nodes[0].job_details.job_runs[0].max_capacity #=> Float
12041
- # resp.run.graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
12041
+ # resp.run.graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
12042
12042
  # resp.run.graph.nodes[0].job_details.job_runs[0].number_of_workers #=> Integer
12043
12043
  # resp.run.graph.nodes[0].job_details.job_runs[0].security_configuration #=> String
12044
12044
  # resp.run.graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
@@ -12199,7 +12199,7 @@ module Aws::Glue
12199
12199
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].execution_time #=> Integer
12200
12200
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].timeout #=> Integer
12201
12201
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].max_capacity #=> Float
12202
- # resp.runs[0].graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
12202
+ # resp.runs[0].graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
12203
12203
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].number_of_workers #=> Integer
12204
12204
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].security_configuration #=> String
12205
12205
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
@@ -14444,7 +14444,7 @@ module Aws::Glue
14444
14444
  # notification_property: {
14445
14445
  # notify_delay_after: 1,
14446
14446
  # },
14447
- # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X
14447
+ # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X, G.4X, G.8X
14448
14448
  # number_of_workers: 1,
14449
14449
  # execution_class: "FLEX", # accepts FLEX, STANDARD
14450
14450
  # })
@@ -15619,7 +15619,7 @@ module Aws::Glue
15619
15619
  # allocated_capacity: 1,
15620
15620
  # timeout: 1,
15621
15621
  # max_capacity: 1.0,
15622
- # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X
15622
+ # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X, G.4X, G.8X
15623
15623
  # number_of_workers: 1,
15624
15624
  # security_configuration: "NameString",
15625
15625
  # notification_property: {
@@ -16728,7 +16728,7 @@ module Aws::Glue
16728
16728
  # role: "RoleString",
16729
16729
  # glue_version: "GlueVersionString",
16730
16730
  # max_capacity: 1.0,
16731
- # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X
16731
+ # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X, G.4X, G.8X
16732
16732
  # number_of_workers: 1,
16733
16733
  # timeout: 1,
16734
16734
  # max_retries: 1,
@@ -17357,7 +17357,7 @@ module Aws::Glue
17357
17357
  params: params,
17358
17358
  config: config)
17359
17359
  context[:gem_name] = 'aws-sdk-glue'
17360
- context[:gem_version] = '1.134.0'
17360
+ context[:gem_version] = '1.135.0'
17361
17361
  Seahorse::Client::Request.new(handlers, context)
17362
17362
  end
17363
17363
 
@@ -11925,7 +11925,11 @@ module Aws::Glue
11925
11925
  # processing power that consists of 4 vCPUs of compute capacity and 16
11926
11926
  # GB of memory. For more information, see the [Glue pricing page][1].
11927
11927
  #
11928
- # Do not set `Max Capacity` if using `WorkerType` and
11928
+ # For Glue version 2.0 or later jobs, you cannot specify a `Maximum
11929
+ # capacity`. Instead, you should specify a `Worker type` and the
11930
+ # `Number of workers`.
11931
+ #
11932
+ # Do not set `MaxCapacity` if using `WorkerType` and
11929
11933
  # `NumberOfWorkers`.
11930
11934
  #
11931
11935
  # The value that can be allocated for `MaxCapacity` depends on whether
@@ -11942,10 +11946,6 @@ module Aws::Glue
11942
11946
  # 100 DPUs. The default is 10 DPUs. This job type cannot have a
11943
11947
  # fractional DPU allocation.
11944
11948
  #
11945
- # For Glue version 2.0 jobs, you cannot instead specify a `Maximum
11946
- # capacity`. Instead, you should specify a `Worker type` and the
11947
- # `Number of workers`.
11948
- #
11949
11949
  #
11950
11950
  #
11951
11951
  # [1]: https://aws.amazon.com/glue/pricing/
@@ -11960,11 +11960,28 @@ module Aws::Glue
11960
11960
  #
11961
11961
  # * For the `G.1X` worker type, each worker maps to 1 DPU (4 vCPU, 16
11962
11962
  # GB of memory, 64 GB disk), and provides 1 executor per worker. We
11963
- # recommend this worker type for memory-intensive jobs.
11963
+ # recommend this worker type for workloads such as data transforms,
11964
+ # joins, and queries, to offers a scalable and cost effective way to
11965
+ # run most jobs.
11964
11966
  #
11965
11967
  # * For the `G.2X` worker type, each worker maps to 2 DPU (8 vCPU, 32
11966
11968
  # GB of memory, 128 GB disk), and provides 1 executor per worker. We
11967
- # recommend this worker type for memory-intensive jobs.
11969
+ # recommend this worker type for workloads such as data transforms,
11970
+ # joins, and queries, to offers a scalable and cost effective way to
11971
+ # run most jobs.
11972
+ #
11973
+ # * For the `G.4X` worker type, each worker maps to 4 DPU (16 vCPU, 64
11974
+ # GB of memory, 256 GB disk), and provides 1 executor per worker. We
11975
+ # recommend this worker type for jobs whose workloads contain your
11976
+ # most demanding transforms, aggregations, joins, and queries. This
11977
+ # worker type is available only for Glue version 3.0 or later jobs.
11978
+ #
11979
+ # * For the `G.8X` worker type, each worker maps to 8 DPU (32 vCPU,
11980
+ # 128 GB of memory, 512 GB disk), and provides 1 executor per
11981
+ # worker. We recommend this worker type for jobs whose workloads
11982
+ # contain your most demanding transforms, aggregations, joins, and
11983
+ # queries. This worker type is available only for Glue version 3.0
11984
+ # or later jobs.
11968
11985
  #
11969
11986
  # * For the `G.025X` worker type, each worker maps to 0.25 DPU (2
11970
11987
  # vCPU, 4 GB of memory, 64 GB disk), and provides 1 executor per
data/lib/aws-sdk-glue.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-glue/customizations'
52
52
  # @!group service
53
53
  module Aws::Glue
54
54
 
55
- GEM_VERSION = '1.134.0'
55
+ GEM_VERSION = '1.135.0'
56
56
 
57
57
  end
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.134.0
4
+ version: 1.135.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: 2023-04-03 00:00:00.000000000 Z
11
+ date: 2023-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core