aws-sdk-mobile 1.18.0 → 1.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ab13a446d1eababde4b253fc515f5217213d546a58312d89c80881011ecb504
4
- data.tar.gz: ecf4d63185001b6d5c677d04e1a24579425c86ccfb0d29a885dec266d2e9d080
3
+ metadata.gz: 69c90f43179be0938bcd198a81c3692e37c15464feb1a619bff126e58111c43d
4
+ data.tar.gz: 86574ad44d9968485785e9ca14e61d0362554920ae779a116bce410a4f7ffd5c
5
5
  SHA512:
6
- metadata.gz: 5ac6d4eea872da580190cccc384d49b8d4244935557e4e5761c02d5ddbb96ce9fa49abb9f7591f297acf63eaaeac19de136496dffa5d125b36c6de3d7bf0e092
7
- data.tar.gz: '08e8a5831a21f6a9118225a324e2074b38f112fc97d7a720859640118a9450613e446e2e0388d91313de1aa0a7096fd820b42364042ff613f447eb2d2b3f7dbc'
6
+ metadata.gz: f6c99aa946e3fb6d66570d2a48cdded93911a9389ebed767cd17c39d077be5e1e290a6bf99da44c7041dcae9857d4eda4a590abc184115a19c2652c87211378b
7
+ data.tar.gz: 86442c1595491af156bb50c0c26a9bc0059266a067987bfbb09cf731bbd4c61a7316fce23228616e31b4a7ef279464480617fc0b58a9157a3e425a815ccbb909
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-mobile/customizations'
45
45
  # @service
46
46
  module Aws::Mobile
47
47
 
48
- GEM_VERSION = '1.18.0'
48
+ GEM_VERSION = '1.19.0'
49
49
 
50
50
  end
@@ -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. Defaults to `false`.
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.18.0'
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.18.0
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-07 00:00:00.000000000 Z
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