aws-sdk-glue 1.53.0 → 1.54.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-glue.rb +1 -1
- data/lib/aws-sdk-glue/client.rb +3 -3
- 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: 8f4dc54f3b3ce663735821902a2b066ec8cee5c2480d8b4ff9c73e909176cd7f
|
4
|
+
data.tar.gz: 1050d888cc8dbbe43def6ace24adb3a5aba9465c50dfde67db5d5ee3072a5e4c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0967c46dea6d12948a4c90116c6482789823adcee05d14a2f89b9febd2d953cf3e7371622b9383d235f3d943a45072a7e9d8850c17dbcd9c410af67f30f6d2f3'
|
7
|
+
data.tar.gz: a9fc53831b3318cada5fc646280e5f055adbcfff8469704e1c79dfa5c7788cd882b1b93676127e5758b162ddc2b8a73a848eebb32108ec6d0d22e3a2003931f0
|
data/lib/aws-sdk-glue.rb
CHANGED
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -105,7 +105,7 @@ module Aws::Glue
|
|
105
105
|
# @option options [required, String] :region
|
106
106
|
# The AWS region to connect to. The configured `:region` is
|
107
107
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
108
|
+
# a default `:region` is searched for in the following locations:
|
109
109
|
#
|
110
110
|
# * `Aws.config[:region]`
|
111
111
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +161,7 @@ module Aws::Glue
|
|
161
161
|
# @option options [String] :endpoint
|
162
162
|
# The client endpoint is normally constructed from the `:region`
|
163
163
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
164
|
+
# to test endpoints. This should be a valid HTTP(S) URI.
|
165
165
|
#
|
166
166
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
167
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -8127,7 +8127,7 @@ module Aws::Glue
|
|
8127
8127
|
params: params,
|
8128
8128
|
config: config)
|
8129
8129
|
context[:gem_name] = 'aws-sdk-glue'
|
8130
|
-
context[:gem_version] = '1.
|
8130
|
+
context[:gem_version] = '1.54.0'
|
8131
8131
|
Seahorse::Client::Request.new(handlers, context)
|
8132
8132
|
end
|
8133
8133
|
|
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.54.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: 2020-
|
11
|
+
date: 2020-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|