aws-sdk-amplify 1.16.0 → 1.17.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-amplify.rb +1 -1
- data/lib/aws-sdk-amplify/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: b04a22c6f87c1b7d137be8c1df6e8a131f5c45b6da8a6a6ebaa8a64c29fa5708
|
4
|
+
data.tar.gz: 86ee7ed80376156398a3a6c0a9999a2ae0b7931fbd9173821d0056bad941b767
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44a1c6bc7feac4f97fb547ca3dfd4edf81130f83161c075977a35eaad78a60a4945088dc8729e913ee5c13c1ef0c7147dfce01d76a072efcdb5e0f0a917fd7f9
|
7
|
+
data.tar.gz: daa27c8e1d08b2cae53eb41e04aee488968f6d303b1880ddd5449a46c5ced87bf765340345341791597b2608bd0f435c058c944b54d462dc79c06fb099864cb6
|
data/lib/aws-sdk-amplify.rb
CHANGED
@@ -176,7 +176,7 @@ module Aws::Amplify
|
|
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.
|
@@ -2465,7 +2465,7 @@ module Aws::Amplify
|
|
2465
2465
|
params: params,
|
2466
2466
|
config: config)
|
2467
2467
|
context[:gem_name] = 'aws-sdk-amplify'
|
2468
|
-
context[:gem_version] = '1.
|
2468
|
+
context[:gem_version] = '1.17.0'
|
2469
2469
|
Seahorse::Client::Request.new(handlers, context)
|
2470
2470
|
end
|
2471
2471
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-amplify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.17.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
|