aws-sdk-glue 1.154.0 → 1.155.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: f7dd296bc486bf70887ca70e2beb88b997eafef92191f24b529dd90e5a15a12e
4
- data.tar.gz: d7363fa3ae2a354ded5556143a30d378eca9a5d4e69d69c1e0855bb7616535aa
3
+ metadata.gz: 2c504b1b780e8563cbc6e3105e3c14062f5ce2bbec7562738c1008472d5a6d28
4
+ data.tar.gz: 2b01bf74eb41377f3fac7477ac545909f771c241416ece55a1d37c14eb774e8a
5
5
  SHA512:
6
- metadata.gz: 1aa0aaf24435fc4d191b2de48847e38af615981ddf033f91120303d48a75b8fbc51b56e95cef7b7a17cf323c86d30d29de71ab76fbec7f5e2fafee4bd07005e3
7
- data.tar.gz: '0975e403fc1d6b1c2fc65bea2db6de3f79e27110e5693064b12258b56a6a68b0c1233da53170676dd560cfe072492c808ac7dac29cd886e8e7c4fe3ea85e3129'
6
+ metadata.gz: 1f2b810d0a565404ae0c68f0f9c6d166376da1cddc5a7a9d6919460c783b8b05d6dbb291cd14293af4f92a84a4f1ac75d7134bb3a5c56ea824da6f6e0782ac83
7
+ data.tar.gz: adf8c2d6bbd7fe657c055658db99a1154311a648f6e041b9cd4219a9e682fb13ef94a18c68fc1bba8deac33f254df2b4734ed29fed35f8cef85b7a9659d125b3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.155.0 (2023-08-24)
5
+ ------------------
6
+
7
+ * Feature - Added API attributes that help in the monitoring of sessions.
8
+
4
9
  1.154.0 (2023-08-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.154.0
1
+ 1.155.0
@@ -4332,6 +4332,12 @@ module Aws::Glue
4332
4332
  # resp.session.max_capacity #=> Float
4333
4333
  # resp.session.security_configuration #=> String
4334
4334
  # resp.session.glue_version #=> String
4335
+ # resp.session.number_of_workers #=> Integer
4336
+ # resp.session.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X", "Z.2X"
4337
+ # resp.session.completed_on #=> Time
4338
+ # resp.session.execution_time #=> Float
4339
+ # resp.session.dpu_seconds #=> Float
4340
+ # resp.session.idle_timeout #=> Integer
4335
4341
  #
4336
4342
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateSession AWS API Documentation
4337
4343
  #
@@ -10324,6 +10330,12 @@ module Aws::Glue
10324
10330
  # resp.session.max_capacity #=> Float
10325
10331
  # resp.session.security_configuration #=> String
10326
10332
  # resp.session.glue_version #=> String
10333
+ # resp.session.number_of_workers #=> Integer
10334
+ # resp.session.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X", "Z.2X"
10335
+ # resp.session.completed_on #=> Time
10336
+ # resp.session.execution_time #=> Float
10337
+ # resp.session.dpu_seconds #=> Float
10338
+ # resp.session.idle_timeout #=> Integer
10327
10339
  #
10328
10340
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetSession AWS API Documentation
10329
10341
  #
@@ -12931,6 +12943,12 @@ module Aws::Glue
12931
12943
  # resp.sessions[0].max_capacity #=> Float
12932
12944
  # resp.sessions[0].security_configuration #=> String
12933
12945
  # resp.sessions[0].glue_version #=> String
12946
+ # resp.sessions[0].number_of_workers #=> Integer
12947
+ # resp.sessions[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X", "Z.2X"
12948
+ # resp.sessions[0].completed_on #=> Time
12949
+ # resp.sessions[0].execution_time #=> Float
12950
+ # resp.sessions[0].dpu_seconds #=> Float
12951
+ # resp.sessions[0].idle_timeout #=> Integer
12934
12952
  # resp.next_token #=> String
12935
12953
  #
12936
12954
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ListSessions AWS API Documentation
@@ -16288,7 +16306,7 @@ module Aws::Glue
16288
16306
  params: params,
16289
16307
  config: config)
16290
16308
  context[:gem_name] = 'aws-sdk-glue'
16291
- context[:gem_version] = '1.154.0'
16309
+ context[:gem_version] = '1.155.0'
16292
16310
  Seahorse::Client::Request.new(handlers, context)
16293
16311
  end
16294
16312
 
@@ -618,6 +618,7 @@ module Aws::Glue
618
618
  IcebergTargetList = Shapes::ListShape.new(name: 'IcebergTargetList')
619
619
  IdString = Shapes::StringShape.new(name: 'IdString')
620
620
  IdempotentParameterMismatchException = Shapes::StructureShape.new(name: 'IdempotentParameterMismatchException')
621
+ IdleTimeout = Shapes::IntegerShape.new(name: 'IdleTimeout')
621
622
  IllegalBlueprintStateException = Shapes::StructureShape.new(name: 'IllegalBlueprintStateException')
622
623
  IllegalSessionStateException = Shapes::StructureShape.new(name: 'IllegalSessionStateException')
623
624
  IllegalWorkflowStateException = Shapes::StructureShape.new(name: 'IllegalWorkflowStateException')
@@ -4769,6 +4770,12 @@ module Aws::Glue
4769
4770
  Session.add_member(:max_capacity, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "MaxCapacity"))
4770
4771
  Session.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
4771
4772
  Session.add_member(:glue_version, Shapes::ShapeRef.new(shape: GlueVersionString, location_name: "GlueVersion"))
4773
+ Session.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
4774
+ Session.add_member(:worker_type, Shapes::ShapeRef.new(shape: WorkerType, location_name: "WorkerType"))
4775
+ Session.add_member(:completed_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CompletedOn"))
4776
+ Session.add_member(:execution_time, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "ExecutionTime"))
4777
+ Session.add_member(:dpu_seconds, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "DPUSeconds"))
4778
+ Session.add_member(:idle_timeout, Shapes::ShapeRef.new(shape: IdleTimeout, location_name: "IdleTimeout"))
4772
4779
  Session.struct_class = Types::Session
4773
4780
 
4774
4781
  SessionCommand.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
@@ -18161,6 +18161,34 @@ module Aws::Glue
18161
18161
  # that Glue supports. The GlueVersion must be greater than 2.0.
18162
18162
  # @return [String]
18163
18163
  #
18164
+ # @!attribute [rw] number_of_workers
18165
+ # The number of workers of a defined `WorkerType` to use for the
18166
+ # session.
18167
+ # @return [Integer]
18168
+ #
18169
+ # @!attribute [rw] worker_type
18170
+ # The type of predefined worker that is allocated when a session runs.
18171
+ # Accepts a value of `G.1X`, `G.2X`, `G.4X`, or `G.8X` for Spark
18172
+ # sessions. Accepts the value `Z.2X` for Ray sessions.
18173
+ # @return [String]
18174
+ #
18175
+ # @!attribute [rw] completed_on
18176
+ # The date and time that this session is completed.
18177
+ # @return [Time]
18178
+ #
18179
+ # @!attribute [rw] execution_time
18180
+ # The total time the session ran for.
18181
+ # @return [Float]
18182
+ #
18183
+ # @!attribute [rw] dpu_seconds
18184
+ # The DPUs consumed by the session (formula: ExecutionTime *
18185
+ # MaxCapacity).
18186
+ # @return [Float]
18187
+ #
18188
+ # @!attribute [rw] idle_timeout
18189
+ # The number of minutes when idle before the session times out.
18190
+ # @return [Integer]
18191
+ #
18164
18192
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Session AWS API Documentation
18165
18193
  #
18166
18194
  class Session < Struct.new(
@@ -18176,7 +18204,13 @@ module Aws::Glue
18176
18204
  :progress,
18177
18205
  :max_capacity,
18178
18206
  :security_configuration,
18179
- :glue_version)
18207
+ :glue_version,
18208
+ :number_of_workers,
18209
+ :worker_type,
18210
+ :completed_on,
18211
+ :execution_time,
18212
+ :dpu_seconds,
18213
+ :idle_timeout)
18180
18214
  SENSITIVE = []
18181
18215
  include Aws::Structure
18182
18216
  end
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.154.0'
55
+ GEM_VERSION = '1.155.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.154.0
4
+ version: 1.155.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-08-15 00:00:00.000000000 Z
11
+ date: 2023-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core