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 +4 -4
- data/lib/aws-sdk-support.rb +1 -1
- data/lib/aws-sdk-support/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: 8bbe7e302e47450b6340c9fc3b02fba96535838168981d770040584267f2bf84
|
4
|
+
data.tar.gz: 85e2d3718175db46c22bce92fe73acd66e5f54b58f9b35449a79faeb84c6b829
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f428092eea9421a2b347da73c0c657aceda4fe4355b99d55d40bdf0a558d9d40dd81aeafc5839c323397543ab26c4e2cc2b7696c726ad1cf5f30bfdc8c5ca68d
|
7
|
+
data.tar.gz: 9fba6dafcf440f7deebb5381370978cc8cdf5aeff0ae411a26a47f771655bd764c834a30b6784e7113f2881300de5009940413d6e89976e07e7ed9d52cb46a53
|
data/lib/aws-sdk-support.rb
CHANGED
@@ -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
|
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
|
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.
|
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.
|
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-
|
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
|