aws-sdk-mobile 1.18.0 → 1.19.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-mobile.rb +1 -1
- data/lib/aws-sdk-mobile/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: 69c90f43179be0938bcd198a81c3692e37c15464feb1a619bff126e58111c43d
|
4
|
+
data.tar.gz: 86574ad44d9968485785e9ca14e61d0362554920ae779a116bce410a4f7ffd5c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6c99aa946e3fb6d66570d2a48cdded93911a9389ebed767cd17c39d077be5e1e290a6bf99da44c7041dcae9857d4eda4a590abc184115a19c2652c87211378b
|
7
|
+
data.tar.gz: 86442c1595491af156bb50c0c26a9bc0059266a067987bfbb09cf731bbd4c61a7316fce23228616e31b4a7ef279464480617fc0b58a9157a3e425a815ccbb909
|
data/lib/aws-sdk-mobile.rb
CHANGED
@@ -176,7 +176,7 @@ module Aws::Mobile
|
|
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.
|
@@ -706,7 +706,7 @@ module Aws::Mobile
|
|
706
706
|
params: params,
|
707
707
|
config: config)
|
708
708
|
context[:gem_name] = 'aws-sdk-mobile'
|
709
|
-
context[:gem_version] = '1.
|
709
|
+
context[:gem_version] = '1.19.0'
|
710
710
|
Seahorse::Client::Request.new(handlers, context)
|
711
711
|
end
|
712
712
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-mobile
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.19.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
|