aws-sdk-support 1.19.0 → 1.20.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: a00d8a0a0188cd1d792207407d7c1b47aaf368ea0969ff1cbe46daead17c93d0
4
- data.tar.gz: 808208aef7d11116420b923bfe296f15fdc2bbcb5d7101c35372c0267b73a15b
3
+ metadata.gz: 8bbe7e302e47450b6340c9fc3b02fba96535838168981d770040584267f2bf84
4
+ data.tar.gz: 85e2d3718175db46c22bce92fe73acd66e5f54b58f9b35449a79faeb84c6b829
5
5
  SHA512:
6
- metadata.gz: 713168a23b3c1533098176facfebe583ad80f9b5f9aa16c1265eb093ada64f8ce8ea1f4b0ec19511c4ea14dcce933c011dac6f27b8f0002806289a9c3cf79dbe
7
- data.tar.gz: 46333a7f119613582101058ca2c97882e0d67e30eedc5b668b52854436472f7bffe60c41ce9711946971de7c3265decc90cf9d5790abf09f9353e247e5d1280d
6
+ metadata.gz: f428092eea9421a2b347da73c0c657aceda4fe4355b99d55d40bdf0a558d9d40dd81aeafc5839c323397543ab26c4e2cc2b7696c726ad1cf5f30bfdc8c5ca68d
7
+ data.tar.gz: 9fba6dafcf440f7deebb5381370978cc8cdf5aeff0ae411a26a47f771655bd764c834a30b6784e7113f2881300de5009940413d6e89976e07e7ed9d52cb46a53
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-support/customizations'
45
45
  # @service
46
46
  module Aws::Support
47
47
 
48
- GEM_VERSION = '1.19.0'
48
+ GEM_VERSION = '1.20.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::Support
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::Support
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
@@ -1170,7 +1170,7 @@ module Aws::Support
1170
1170
  params: params,
1171
1171
  config: config)
1172
1172
  context[:gem_name] = 'aws-sdk-support'
1173
- context[:gem_version] = '1.19.0'
1173
+ context[:gem_version] = '1.20.0'
1174
1174
  Seahorse::Client::Request.new(handlers, context)
1175
1175
  end
1176
1176
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.20.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-05-05 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