aws-sdk-glue 1.154.0 → 1.155.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +19 -1
- data/lib/aws-sdk-glue/client_api.rb +7 -0
- data/lib/aws-sdk-glue/types.rb +35 -1
- data/lib/aws-sdk-glue.rb +1 -1
- 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: 2c504b1b780e8563cbc6e3105e3c14062f5ce2bbec7562738c1008472d5a6d28
|
4
|
+
data.tar.gz: 2b01bf74eb41377f3fac7477ac545909f771c241416ece55a1d37c14eb774e8a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f2b810d0a565404ae0c68f0f9c6d166376da1cddc5a7a9d6919460c783b8b05d6dbb291cd14293af4f92a84a4f1ac75d7134bb3a5c56ea824da6f6e0782ac83
|
7
|
+
data.tar.gz: adf8c2d6bbd7fe657c055658db99a1154311a648f6e041b9cd4219a9e682fb13ef94a18c68fc1bba8deac33f254df2b4734ed29fed35f8cef85b7a9659d125b3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.155.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -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.
|
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"))
|
data/lib/aws-sdk-glue/types.rb
CHANGED
@@ -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
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.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-
|
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
|