aws-sdk-glue 1.154.0 → 1.156.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 +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 +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bee36e14dca102c1c356f0fb8e2a3e7e2fdf656717db032264026e40ec8368ed
|
4
|
+
data.tar.gz: fb201240d2cfe3668f798d0d710fefa8b9c72ee5b549456a16b4b89ae0fbbaee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e33d434d56c8941b4e000e0a6f8d4aab83b837de55104b839bda9281d6e22d66b83dbfe91d7061cc16831f2f396178d9d658478fbbf7483d0b2e4e89b0fe852c
|
7
|
+
data.tar.gz: e6472618b9afb00a9b5a95ede06f353afa90a3cbb2495af76d724454ae32f7b5837ea0c1b964e0d1464efaa52d8b31a5a15491480ab61a0f48bd8b0d7c4e926b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.156.0 (2023-09-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.155.0 (2023-08-24)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added API attributes that help in the monitoring of sessions.
|
13
|
+
|
4
14
|
1.154.0 (2023-08-15)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.156.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.156.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.156.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-
|
11
|
+
date: 2023-09-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.184.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.184.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|