aws-sdk-cognitosync 1.42.0 → 1.43.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-cognitosync/client.rb +5 -1
- data/lib/aws-sdk-cognitosync.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: d66a71546860cf9354fa638af77cdf921c7cee6285b34ee0707bd665030d083c
|
4
|
+
data.tar.gz: 74e0c5f04ec8891e304329689a3a93f1191257d54765cf28cf103d96400a5b82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d7a00e708df7ce005289aa7fae6925152f93f4c91cac337f8eb44dcdd17425649fd49b42177648b5806768ea4e4642df41533c4078d697c47848da8a3a5f07a
|
7
|
+
data.tar.gz: e3e1033d09338912a0052f80013bfc66459126040104adcd0552b1b04e0055ba308aebd1d704af0ba337eb6d048da3081849aca4390f6e28943eee5a26354c23
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.43.0
|
@@ -216,6 +216,10 @@ module Aws::CognitoSync
|
|
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
|
#
|
@@ -1245,7 +1249,7 @@ module Aws::CognitoSync
|
|
1245
1249
|
params: params,
|
1246
1250
|
config: config)
|
1247
1251
|
context[:gem_name] = 'aws-sdk-cognitosync'
|
1248
|
-
context[:gem_version] = '1.
|
1252
|
+
context[:gem_version] = '1.43.0'
|
1249
1253
|
Seahorse::Client::Request.new(handlers, context)
|
1250
1254
|
end
|
1251
1255
|
|
data/lib/aws-sdk-cognitosync.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cognitosync
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.43.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
|