aws-sdk-support 1.20.0 → 1.21.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 +2 -2
- 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: 70f971af729e0e4563a78807120af6cd17a56245f8311e4ad2cd7c9599c51f0d
|
4
|
+
data.tar.gz: d8f3b81e1d3c647b181b4907fb924096ad135ca70dfe91463efa817b3dd7932f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37eb6131a1c6ff22ad30539b4880923d1eb6a8763ca9e23c592be077befb0abc27ebee3bdf229d711f4beaea34f2a7a41e54453e2f4c8c9ca1677d0dc01983e1
|
7
|
+
data.tar.gz: 7b9fdc7c60e2dc1add60db1e9850fe8309ca6d269cf1bfcdc22f79715672143a325da94226b39e4cef9bb8e3d5d5e5cf238669fec0d37cb8347e75459f44c82e
|
data/lib/aws-sdk-support.rb
CHANGED
@@ -176,7 +176,7 @@ module Aws::Support
|
|
176
176
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
177
|
#
|
178
178
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
179
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
180
|
#
|
181
181
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
182
|
# The log formatter.
|
@@ -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.21.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.21.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-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|