aws-sdk-glue 1.108.0 → 1.109.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: 82549217518a5c2bea914f1f04fbc8fababe7bae7b41a1f7560481eed36088ba
4
- data.tar.gz: 6528bbb31da7427b01e32325d41a38b92381620e11692f3356b477322cb8e03b
3
+ metadata.gz: 3166e5523cc5997716cddee9ad433887b497bda632204158f1bc377b671316f3
4
+ data.tar.gz: f2d4fccb7dc3988e38c2504c89e8daaa3e7aff6359600bd65e8abf1b12df8cec
5
5
  SHA512:
6
- metadata.gz: bf01a8a75d08ae159b98d2d755a453770d61eac6c53aaf0d48a67c756f1bdb22c3f26eecc3040f10b415d9ff40ad84732318beb25ad9ae09ca636fdae9bee4e6
7
- data.tar.gz: c3634d689b35e46e8c5f71324628fa09bc04a7353165894ce9b2e02ab9bbb93bffc46fe3cce5737ce5e9ddd42513720fdf43ce4e4ab77bf260cf8281a8450a1a
6
+ metadata.gz: 75b0b27e5226044fc33ced3c92dcc1519e4d6a1743d96674767af17696fe3564987690de58ab18d0e6ae65ddf2274693ddc77def0ac1012bc2a5d0da299232c6
7
+ data.tar.gz: 5d14da72231d34c58d1d1a61b452083182a3339820e7357d0b4c7ccfa02000884a7300422a4af7ce2aa0df78d33d97cb45f07241c826931b0c9565c1b3c8b195
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.109.0 (2022-04-14)
5
+ ------------------
6
+
7
+ * Feature - Auto Scaling for Glue version 3.0 and later jobs to dynamically scale compute resources. This SDK change provides customers with the auto-scaled DPU usage
8
+
4
9
  1.108.0 (2022-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.108.0
1
+ 1.109.0
@@ -1200,6 +1200,7 @@ module Aws::Glue
1200
1200
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
1201
1201
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].notification_property.notify_delay_after #=> Integer
1202
1202
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].glue_version #=> String
1203
+ # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].dpu_seconds #=> Float
1203
1204
  # resp.workflows[0].last_run.graph.nodes[0].crawler_details.crawls #=> Array
1204
1205
  # resp.workflows[0].last_run.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
1205
1206
  # resp.workflows[0].last_run.graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
@@ -1266,6 +1267,7 @@ module Aws::Glue
1266
1267
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
1267
1268
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].notification_property.notify_delay_after #=> Integer
1268
1269
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].glue_version #=> String
1270
+ # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].dpu_seconds #=> Float
1269
1271
  # resp.workflows[0].graph.nodes[0].crawler_details.crawls #=> Array
1270
1272
  # resp.workflows[0].graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
1271
1273
  # resp.workflows[0].graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
@@ -5475,6 +5477,7 @@ module Aws::Glue
5475
5477
  # resp.job_run.log_group_name #=> String
5476
5478
  # resp.job_run.notification_property.notify_delay_after #=> Integer
5477
5479
  # resp.job_run.glue_version #=> String
5480
+ # resp.job_run.dpu_seconds #=> Float
5478
5481
  #
5479
5482
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetJobRun AWS API Documentation
5480
5483
  #
@@ -5539,6 +5542,7 @@ module Aws::Glue
5539
5542
  # resp.job_runs[0].log_group_name #=> String
5540
5543
  # resp.job_runs[0].notification_property.notify_delay_after #=> Integer
5541
5544
  # resp.job_runs[0].glue_version #=> String
5545
+ # resp.job_runs[0].dpu_seconds #=> Float
5542
5546
  # resp.next_token #=> String
5543
5547
  #
5544
5548
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetJobRuns AWS API Documentation
@@ -8172,6 +8176,7 @@ module Aws::Glue
8172
8176
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
8173
8177
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].notification_property.notify_delay_after #=> Integer
8174
8178
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].glue_version #=> String
8179
+ # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].dpu_seconds #=> Float
8175
8180
  # resp.workflow.last_run.graph.nodes[0].crawler_details.crawls #=> Array
8176
8181
  # resp.workflow.last_run.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
8177
8182
  # resp.workflow.last_run.graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
@@ -8238,6 +8243,7 @@ module Aws::Glue
8238
8243
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
8239
8244
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].notification_property.notify_delay_after #=> Integer
8240
8245
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].glue_version #=> String
8246
+ # resp.workflow.graph.nodes[0].job_details.job_runs[0].dpu_seconds #=> Float
8241
8247
  # resp.workflow.graph.nodes[0].crawler_details.crawls #=> Array
8242
8248
  # resp.workflow.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
8243
8249
  # resp.workflow.graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
@@ -8355,6 +8361,7 @@ module Aws::Glue
8355
8361
  # resp.run.graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
8356
8362
  # resp.run.graph.nodes[0].job_details.job_runs[0].notification_property.notify_delay_after #=> Integer
8357
8363
  # resp.run.graph.nodes[0].job_details.job_runs[0].glue_version #=> String
8364
+ # resp.run.graph.nodes[0].job_details.job_runs[0].dpu_seconds #=> Float
8358
8365
  # resp.run.graph.nodes[0].crawler_details.crawls #=> Array
8359
8366
  # resp.run.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
8360
8367
  # resp.run.graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
@@ -8512,6 +8519,7 @@ module Aws::Glue
8512
8519
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
8513
8520
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].notification_property.notify_delay_after #=> Integer
8514
8521
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].glue_version #=> String
8522
+ # resp.runs[0].graph.nodes[0].job_details.job_runs[0].dpu_seconds #=> Float
8515
8523
  # resp.runs[0].graph.nodes[0].crawler_details.crawls #=> Array
8516
8524
  # resp.runs[0].graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED"
8517
8525
  # resp.runs[0].graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
@@ -11999,7 +12007,7 @@ module Aws::Glue
11999
12007
  params: params,
12000
12008
  config: config)
12001
12009
  context[:gem_name] = 'aws-sdk-glue'
12002
- context[:gem_version] = '1.108.0'
12010
+ context[:gem_version] = '1.109.0'
12003
12011
  Seahorse::Client::Request.new(handlers, context)
12004
12012
  end
12005
12013
 
@@ -2707,6 +2707,7 @@ module Aws::Glue
2707
2707
  JobRun.add_member(:log_group_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "LogGroupName"))
2708
2708
  JobRun.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
2709
2709
  JobRun.add_member(:glue_version, Shapes::ShapeRef.new(shape: GlueVersionString, location_name: "GlueVersion"))
2710
+ JobRun.add_member(:dpu_seconds, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "DPUSeconds"))
2710
2711
  JobRun.struct_class = Types::JobRun
2711
2712
 
2712
2713
  JobRunList.member = Shapes::ShapeRef.new(shape: JobRun)
@@ -11587,6 +11587,18 @@ module Aws::Glue
11587
11587
  # [1]: https://docs.aws.amazon.com/glue/latest/dg/add-job.html
11588
11588
  # @return [String]
11589
11589
  #
11590
+ # @!attribute [rw] dpu_seconds
11591
+ # This field populates only when an Auto Scaling job run completes,
11592
+ # and represents the total time each executor ran during the lifecycle
11593
+ # of a job run in seconds, multiplied by a DPU factor (1 for `G.1X`
11594
+ # and 2 for `G.2X` workers). This value may be different than the
11595
+ # `executionEngineRuntime` * `MaxCapacity` as in the case of Auto
11596
+ # Scaling jobs, as the number of executors running at a given time may
11597
+ # be less than the `MaxCapacity`. Therefore, it is possible that the
11598
+ # value of `DPUSeconds` is less than `executionEngineRuntime` *
11599
+ # `MaxCapacity`.
11600
+ # @return [Float]
11601
+ #
11590
11602
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/JobRun AWS API Documentation
11591
11603
  #
11592
11604
  class JobRun < Struct.new(
@@ -11611,7 +11623,8 @@ module Aws::Glue
11611
11623
  :security_configuration,
11612
11624
  :log_group_name,
11613
11625
  :notification_property,
11614
- :glue_version)
11626
+ :glue_version,
11627
+ :dpu_seconds)
11615
11628
  SENSITIVE = []
11616
11629
  include Aws::Structure
11617
11630
  end
data/lib/aws-sdk-glue.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-glue/customizations'
48
48
  # @!group service
49
49
  module Aws::Glue
50
50
 
51
- GEM_VERSION = '1.108.0'
51
+ GEM_VERSION = '1.109.0'
52
52
 
53
53
  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.108.0
4
+ version: 1.109.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: 2022-03-18 00:00:00.000000000 Z
11
+ date: 2022-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core