aws-sdk-glue 1.122.0 → 1.123.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +31 -2
- data/lib/aws-sdk-glue/types.rb +4 -2
- 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: dbc5b917d8ad3d02d2618d804a4639eb0fcfb3a025c9733551012ad0d4def71e
|
4
|
+
data.tar.gz: e859ea73987ae4425a755b07ae6c30f24812fee239f8bd85d771d13a7a252376
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb46acaaadfbb35208e1f47997e8dc501252d03578aafdabc0c662863df8a1bff426c80f6373bbd21b7f545db9ab62d00bccbc0b8cce7a6326e69f9b37a39aa3
|
7
|
+
data.tar.gz: 13534e2e4fce172c092598dd5bacadd0f9a02b1ee046095f193d536d03100e042dd0bb9f74841800565dbf130bb76fff7cde80042d705725b3bd91bf2a11b8d4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.123.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -6668,7 +6668,8 @@ module Aws::Glue
|
|
6668
6668
|
req.send_request(options)
|
6669
6669
|
end
|
6670
6670
|
|
6671
|
-
# Retrieves all the development endpoints in this
|
6671
|
+
# Retrieves all the development endpoints in this Amazon Web Services
|
6672
|
+
# account.
|
6672
6673
|
#
|
6673
6674
|
# <note markdown="1"> When you create a development endpoint in a virtual private cloud
|
6674
6675
|
# (VPC), Glue returns only a private IP address and the public IP
|
@@ -7282,6 +7283,20 @@ module Aws::Glue
|
|
7282
7283
|
|
7283
7284
|
# Returns information on a job bookmark entry.
|
7284
7285
|
#
|
7286
|
+
# For more information about enabling and using job bookmarks, see:
|
7287
|
+
#
|
7288
|
+
# * [Tracking processed data using job bookmarks][1]
|
7289
|
+
#
|
7290
|
+
# * [Job parameters used by Glue][2]
|
7291
|
+
#
|
7292
|
+
# * [Job structure][3]
|
7293
|
+
#
|
7294
|
+
#
|
7295
|
+
#
|
7296
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/monitor-continuations.html
|
7297
|
+
# [2]: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html
|
7298
|
+
# [3]: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-jobs-job.html#aws-glue-api-jobs-job-Job
|
7299
|
+
#
|
7285
7300
|
# @option params [required, String] :job_name
|
7286
7301
|
# The name of the job in question.
|
7287
7302
|
#
|
@@ -12125,6 +12140,20 @@ module Aws::Glue
|
|
12125
12140
|
|
12126
12141
|
# Resets a bookmark entry.
|
12127
12142
|
#
|
12143
|
+
# For more information about enabling and using job bookmarks, see:
|
12144
|
+
#
|
12145
|
+
# * [Tracking processed data using job bookmarks][1]
|
12146
|
+
#
|
12147
|
+
# * [Job parameters used by Glue][2]
|
12148
|
+
#
|
12149
|
+
# * [Job structure][3]
|
12150
|
+
#
|
12151
|
+
#
|
12152
|
+
#
|
12153
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/monitor-continuations.html
|
12154
|
+
# [2]: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html
|
12155
|
+
# [3]: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-jobs-job.html#aws-glue-api-jobs-job-Job
|
12156
|
+
#
|
12128
12157
|
# @option params [required, String] :job_name
|
12129
12158
|
# The name of the job in question.
|
12130
12159
|
#
|
@@ -15361,7 +15390,7 @@ module Aws::Glue
|
|
15361
15390
|
params: params,
|
15362
15391
|
config: config)
|
15363
15392
|
context[:gem_name] = 'aws-sdk-glue'
|
15364
|
-
context[:gem_version] = '1.
|
15393
|
+
context[:gem_version] = '1.123.0'
|
15365
15394
|
Seahorse::Client::Request.new(handlers, context)
|
15366
15395
|
end
|
15367
15396
|
|
data/lib/aws-sdk-glue/types.rb
CHANGED
@@ -5302,7 +5302,8 @@ module Aws::Glue
|
|
5302
5302
|
# @return [Integer]
|
5303
5303
|
#
|
5304
5304
|
# @!attribute [rw] availability_zone
|
5305
|
-
# The
|
5305
|
+
# The Amazon Web Services Availability Zone where this `DevEndpoint`
|
5306
|
+
# is located.
|
5306
5307
|
# @return [String]
|
5307
5308
|
#
|
5308
5309
|
# @!attribute [rw] vpc_id
|
@@ -9230,7 +9231,8 @@ module Aws::Glue
|
|
9230
9231
|
# @return [Integer]
|
9231
9232
|
#
|
9232
9233
|
# @!attribute [rw] availability_zone
|
9233
|
-
# The
|
9234
|
+
# The Amazon Web Services Availability Zone where this `DevEndpoint`
|
9235
|
+
# is located.
|
9234
9236
|
# @return [String]
|
9235
9237
|
#
|
9236
9238
|
# @!attribute [rw] vpc_id
|
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.123.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-
|
11
|
+
date: 2022-11-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|