aws-sdk-glue 1.42.0 → 1.43.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/lib/aws-sdk-glue.rb +1 -1
- data/lib/aws-sdk-glue/client.rb +1 -47
- data/lib/aws-sdk-glue/client_api.rb +0 -32
- data/lib/aws-sdk-glue/types.rb +0 -49
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3fe737914d6815eb14f42b8cf0d0a11422402621
|
4
|
+
data.tar.gz: '03589642148dfe938b76dd279132eeb74f742752'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5c6b5f144aec6532de2f199cc862fec8f787db34a9a1ffb36747eab2f4dac9732f52526821bb7e41c392a9754dd853d10bd02dce7ee881d5321914f9eb1753e
|
7
|
+
data.tar.gz: d7573334c688b44091eecd7561f445fef1ee2ad708c50b308877fe79e22877716495bd0f2f8563d2dfe1fc9924c8ae8acf74fdd2cb0c76f79209d42fba1f33ba
|
data/lib/aws-sdk-glue.rb
CHANGED
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -3706,52 +3706,6 @@ module Aws::Glue
|
|
3706
3706
|
req.send_request(options)
|
3707
3707
|
end
|
3708
3708
|
|
3709
|
-
# Returns information on the job bookmark entries. The list is ordered
|
3710
|
-
# on decreasing version numbers.
|
3711
|
-
#
|
3712
|
-
# @option params [required, String] :job_name
|
3713
|
-
# The name of the job in question.
|
3714
|
-
#
|
3715
|
-
# @option params [Integer] :max_results
|
3716
|
-
# The maximum size of the response.
|
3717
|
-
#
|
3718
|
-
# @option params [Integer] :next_token
|
3719
|
-
# A continuation token, if this is a continuation call.
|
3720
|
-
#
|
3721
|
-
# @return [Types::GetJobBookmarksResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3722
|
-
#
|
3723
|
-
# * {Types::GetJobBookmarksResponse#job_bookmark_entries #job_bookmark_entries} => Array<Types::JobBookmarkEntry>
|
3724
|
-
# * {Types::GetJobBookmarksResponse#next_token #next_token} => Integer
|
3725
|
-
#
|
3726
|
-
# @example Request syntax with placeholder values
|
3727
|
-
#
|
3728
|
-
# resp = client.get_job_bookmarks({
|
3729
|
-
# job_name: "JobName", # required
|
3730
|
-
# max_results: 1,
|
3731
|
-
# next_token: 1,
|
3732
|
-
# })
|
3733
|
-
#
|
3734
|
-
# @example Response structure
|
3735
|
-
#
|
3736
|
-
# resp.job_bookmark_entries #=> Array
|
3737
|
-
# resp.job_bookmark_entries[0].job_name #=> String
|
3738
|
-
# resp.job_bookmark_entries[0].version #=> Integer
|
3739
|
-
# resp.job_bookmark_entries[0].run #=> Integer
|
3740
|
-
# resp.job_bookmark_entries[0].attempt #=> Integer
|
3741
|
-
# resp.job_bookmark_entries[0].previous_run_id #=> String
|
3742
|
-
# resp.job_bookmark_entries[0].run_id #=> String
|
3743
|
-
# resp.job_bookmark_entries[0].job_bookmark #=> String
|
3744
|
-
# resp.next_token #=> Integer
|
3745
|
-
#
|
3746
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetJobBookmarks AWS API Documentation
|
3747
|
-
#
|
3748
|
-
# @overload get_job_bookmarks(params = {})
|
3749
|
-
# @param [Hash] params ({})
|
3750
|
-
def get_job_bookmarks(params = {}, options = {})
|
3751
|
-
req = build_request(:get_job_bookmarks, params)
|
3752
|
-
req.send_request(options)
|
3753
|
-
end
|
3754
|
-
|
3755
3709
|
# Retrieves the metadata for a given job run.
|
3756
3710
|
#
|
3757
3711
|
# @option params [required, String] :job_name
|
@@ -7856,7 +7810,7 @@ module Aws::Glue
|
|
7856
7810
|
params: params,
|
7857
7811
|
config: config)
|
7858
7812
|
context[:gem_name] = 'aws-sdk-glue'
|
7859
|
-
context[:gem_version] = '1.
|
7813
|
+
context[:gem_version] = '1.43.0'
|
7860
7814
|
Seahorse::Client::Request.new(handlers, context)
|
7861
7815
|
end
|
7862
7816
|
|
@@ -258,8 +258,6 @@ module Aws::Glue
|
|
258
258
|
GetDevEndpointsResponse = Shapes::StructureShape.new(name: 'GetDevEndpointsResponse')
|
259
259
|
GetJobBookmarkRequest = Shapes::StructureShape.new(name: 'GetJobBookmarkRequest')
|
260
260
|
GetJobBookmarkResponse = Shapes::StructureShape.new(name: 'GetJobBookmarkResponse')
|
261
|
-
GetJobBookmarksRequest = Shapes::StructureShape.new(name: 'GetJobBookmarksRequest')
|
262
|
-
GetJobBookmarksResponse = Shapes::StructureShape.new(name: 'GetJobBookmarksResponse')
|
263
261
|
GetJobRequest = Shapes::StructureShape.new(name: 'GetJobRequest')
|
264
262
|
GetJobResponse = Shapes::StructureShape.new(name: 'GetJobResponse')
|
265
263
|
GetJobRunRequest = Shapes::StructureShape.new(name: 'GetJobRunRequest')
|
@@ -339,7 +337,6 @@ module Aws::Glue
|
|
339
337
|
JdbcTargetList = Shapes::ListShape.new(name: 'JdbcTargetList')
|
340
338
|
Job = Shapes::StructureShape.new(name: 'Job')
|
341
339
|
JobBookmarkEntry = Shapes::StructureShape.new(name: 'JobBookmarkEntry')
|
342
|
-
JobBookmarkEntryList = Shapes::ListShape.new(name: 'JobBookmarkEntryList')
|
343
340
|
JobBookmarksEncryption = Shapes::StructureShape.new(name: 'JobBookmarksEncryption')
|
344
341
|
JobBookmarksEncryptionMode = Shapes::StringShape.new(name: 'JobBookmarksEncryptionMode')
|
345
342
|
JobCommand = Shapes::StructureShape.new(name: 'JobCommand')
|
@@ -1479,15 +1476,6 @@ module Aws::Glue
|
|
1479
1476
|
GetJobBookmarkResponse.add_member(:job_bookmark_entry, Shapes::ShapeRef.new(shape: JobBookmarkEntry, location_name: "JobBookmarkEntry"))
|
1480
1477
|
GetJobBookmarkResponse.struct_class = Types::GetJobBookmarkResponse
|
1481
1478
|
|
1482
|
-
GetJobBookmarksRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "JobName"))
|
1483
|
-
GetJobBookmarksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "MaxResults"))
|
1484
|
-
GetJobBookmarksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "NextToken"))
|
1485
|
-
GetJobBookmarksRequest.struct_class = Types::GetJobBookmarksRequest
|
1486
|
-
|
1487
|
-
GetJobBookmarksResponse.add_member(:job_bookmark_entries, Shapes::ShapeRef.new(shape: JobBookmarkEntryList, location_name: "JobBookmarkEntries"))
|
1488
|
-
GetJobBookmarksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "NextToken"))
|
1489
|
-
GetJobBookmarksResponse.struct_class = Types::GetJobBookmarksResponse
|
1490
|
-
|
1491
1479
|
GetJobRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "JobName"))
|
1492
1480
|
GetJobRequest.struct_class = Types::GetJobRequest
|
1493
1481
|
|
@@ -1829,8 +1817,6 @@ module Aws::Glue
|
|
1829
1817
|
JobBookmarkEntry.add_member(:job_bookmark, Shapes::ShapeRef.new(shape: JsonValue, location_name: "JobBookmark"))
|
1830
1818
|
JobBookmarkEntry.struct_class = Types::JobBookmarkEntry
|
1831
1819
|
|
1832
|
-
JobBookmarkEntryList.member = Shapes::ShapeRef.new(shape: JobBookmarkEntry)
|
1833
|
-
|
1834
1820
|
JobBookmarksEncryption.add_member(:job_bookmarks_encryption_mode, Shapes::ShapeRef.new(shape: JobBookmarksEncryptionMode, location_name: "JobBookmarksEncryptionMode"))
|
1835
1821
|
JobBookmarksEncryption.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
|
1836
1822
|
JobBookmarksEncryption.struct_class = Types::JobBookmarksEncryption
|
@@ -3418,24 +3404,6 @@ module Aws::Glue
|
|
3418
3404
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3419
3405
|
end)
|
3420
3406
|
|
3421
|
-
api.add_operation(:get_job_bookmarks, Seahorse::Model::Operation.new.tap do |o|
|
3422
|
-
o.name = "GetJobBookmarks"
|
3423
|
-
o.http_method = "POST"
|
3424
|
-
o.http_request_uri = "/"
|
3425
|
-
o.input = Shapes::ShapeRef.new(shape: GetJobBookmarksRequest)
|
3426
|
-
o.output = Shapes::ShapeRef.new(shape: GetJobBookmarksResponse)
|
3427
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3428
|
-
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
3429
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3430
|
-
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
3431
|
-
o[:pager] = Aws::Pager.new(
|
3432
|
-
limit_key: "max_results",
|
3433
|
-
tokens: {
|
3434
|
-
"next_token" => "next_token"
|
3435
|
-
}
|
3436
|
-
)
|
3437
|
-
end)
|
3438
|
-
|
3439
3407
|
api.add_operation(:get_job_run, Seahorse::Model::Operation.new.tap do |o|
|
3440
3408
|
o.name = "GetJobRun"
|
3441
3409
|
o.http_method = "POST"
|
data/lib/aws-sdk-glue/types.rb
CHANGED
@@ -5211,55 +5211,6 @@ module Aws::Glue
|
|
5211
5211
|
include Aws::Structure
|
5212
5212
|
end
|
5213
5213
|
|
5214
|
-
# @note When making an API call, you may pass GetJobBookmarksRequest
|
5215
|
-
# data as a hash:
|
5216
|
-
#
|
5217
|
-
# {
|
5218
|
-
# job_name: "JobName", # required
|
5219
|
-
# max_results: 1,
|
5220
|
-
# next_token: 1,
|
5221
|
-
# }
|
5222
|
-
#
|
5223
|
-
# @!attribute [rw] job_name
|
5224
|
-
# The name of the job in question.
|
5225
|
-
# @return [String]
|
5226
|
-
#
|
5227
|
-
# @!attribute [rw] max_results
|
5228
|
-
# The maximum size of the response.
|
5229
|
-
# @return [Integer]
|
5230
|
-
#
|
5231
|
-
# @!attribute [rw] next_token
|
5232
|
-
# A continuation token, if this is a continuation call.
|
5233
|
-
# @return [Integer]
|
5234
|
-
#
|
5235
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetJobBookmarksRequest AWS API Documentation
|
5236
|
-
#
|
5237
|
-
class GetJobBookmarksRequest < Struct.new(
|
5238
|
-
:job_name,
|
5239
|
-
:max_results,
|
5240
|
-
:next_token)
|
5241
|
-
include Aws::Structure
|
5242
|
-
end
|
5243
|
-
|
5244
|
-
# @!attribute [rw] job_bookmark_entries
|
5245
|
-
# A list of job bookmark entries that defines a point that a job can
|
5246
|
-
# resume processing.
|
5247
|
-
# @return [Array<Types::JobBookmarkEntry>]
|
5248
|
-
#
|
5249
|
-
# @!attribute [rw] next_token
|
5250
|
-
# A continuation token, which has a value of 1 if all the entries are
|
5251
|
-
# returned, or > 1 if not all requested job runs have been
|
5252
|
-
# returned.
|
5253
|
-
# @return [Integer]
|
5254
|
-
#
|
5255
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetJobBookmarksResponse AWS API Documentation
|
5256
|
-
#
|
5257
|
-
class GetJobBookmarksResponse < Struct.new(
|
5258
|
-
:job_bookmark_entries,
|
5259
|
-
:next_token)
|
5260
|
-
include Aws::Structure
|
5261
|
-
end
|
5262
|
-
|
5263
5214
|
# @note When making an API call, you may pass GetJobRequest
|
5264
5215
|
# data as a hash:
|
5265
5216
|
#
|
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.43.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: 2019-08-
|
11
|
+
date: 2019-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|