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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a772773f64984923dc07bd82d0c4d9bc4b16e624e38e29c7327f6aa1169d06a
4
- data.tar.gz: 2820b2ee1d470ba44b6071f521250acd60f3be8a13e9713533eb0ffae2b47896
3
+ metadata.gz: 8f4dc54f3b3ce663735821902a2b066ec8cee5c2480d8b4ff9c73e909176cd7f
4
+ data.tar.gz: 1050d888cc8dbbe43def6ace24adb3a5aba9465c50dfde67db5d5ee3072a5e4c
5
5
  SHA512:
6
- metadata.gz: 2f458426dc7304fee01264ad057ec6fd3fc700baa5b43cd421fc44150126775b4aad23e137e6cc47f5dbb31b64c630e4fc24cd81d11263394bc0f7f703a64ef1
7
- data.tar.gz: ee0861465265d509c73ef29c32f1eb0bcec6adda21dc9c27c9b6f97abac09c47ff788075bfda2f94610da704a72955cca50c4136b4739960dac9e50d997744c9
6
+ metadata.gz: '0967c46dea6d12948a4c90116c6482789823adcee05d14a2f89b9febd2d953cf3e7371622b9383d235f3d943a45072a7e9d8850c17dbcd9c410af67f30f6d2f3'
7
+ data.tar.gz: a9fc53831b3318cada5fc646280e5f055adbcfff8469704e1c79dfa5c7788cd882b1b93676127e5758b162ddc2b8a73a848eebb32108ec6d0d22e3a2003931f0
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-glue/customizations'
45
45
  # @service
46
46
  module Aws::Glue
47
47
 
48
- GEM_VERSION = '1.53.0'
48
+ GEM_VERSION = '1.54.0'
49
49
 
50
50
  end
@@ -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 search for in the following locations:
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 avalid HTTP(S) URI.
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.53.0'
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.53.0
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-04-20 00:00:00.000000000 Z
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