aws-sdk-mobile 1.41.0 → 1.42.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mobile/client.rb +5 -1
- data/lib/aws-sdk-mobile.rb +1 -1
- 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: 433233bae074591a9959c870988109c554855715341c2f3952a96bc4490b0560
|
4
|
+
data.tar.gz: 76b66b15e0243e716115d9208a01b466cb15a8d51ed490f76bb74a50311b7c51
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90a0d30ef6c61ee7adf197fe1dc2dbd698f3377b767c4c4bdafe15b4dc39fe78466ce415e13aacfc639e74c446d227333da16a6f088f4de3928184c4ac5b3f9d
|
7
|
+
data.tar.gz: aaf8db40cfdf6cd49a75a20debb9ba3939c5a67587d89625ac7e599b671ba8e2077379ae8fb59b994d543d20b6f68491fbda83e2c5d84dabc4e3526b52f1fd16
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.42.0
|
@@ -216,6 +216,10 @@ module Aws::Mobile
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
218
218
|
#
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
221
|
+
# variables and the shared configuration file.
|
222
|
+
#
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
220
224
|
# The log formatter.
|
221
225
|
#
|
@@ -782,7 +786,7 @@ module Aws::Mobile
|
|
782
786
|
params: params,
|
783
787
|
config: config)
|
784
788
|
context[:gem_name] = 'aws-sdk-mobile'
|
785
|
-
context[:gem_version] = '1.
|
789
|
+
context[:gem_version] = '1.42.0'
|
786
790
|
Seahorse::Client::Request.new(handlers, context)
|
787
791
|
end
|
788
792
|
|
data/lib/aws-sdk-mobile.rb
CHANGED
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.42.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: 2023-07-
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|