aws-sdk-cognitosync 1.42.0 → 1.43.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: a1e4eacf58c9cb95941ff95b9e2d20bdad9e1b0f9e4c666f8f6aff3e5eb6f86e
4
- data.tar.gz: bee76d337389065bdf0e42a54b37fc590d9f861c5e3df929fa3a3076a80859b1
3
+ metadata.gz: d66a71546860cf9354fa638af77cdf921c7cee6285b34ee0707bd665030d083c
4
+ data.tar.gz: 74e0c5f04ec8891e304329689a3a93f1191257d54765cf28cf103d96400a5b82
5
5
  SHA512:
6
- metadata.gz: bed0e613b4708dfce46a322cfe2ab8359b6cef43b72cbe8436182a585f9247141003fcf174e68f36abb84315ce5c48a94b043eed4f967d372b439b31705e5031
7
- data.tar.gz: 20c9f9d64408907410180210e70b1d7312b447e99bc943483853f23a99234420132d750838a1a96f4f612172f3b0a01c20b2a853bce430a391f6b2d6b8eedfb8
6
+ metadata.gz: 9d7a00e708df7ce005289aa7fae6925152f93f4c91cac337f8eb44dcdd17425649fd49b42177648b5806768ea4e4642df41533c4078d697c47848da8a3a5f07a
7
+ data.tar.gz: e3e1033d09338912a0052f80013bfc66459126040104adcd0552b1b04e0055ba308aebd1d704af0ba337eb6d048da3081849aca4390f6e28943eee5a26354c23
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.42.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
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.42.0'
1252
+ context[:gem_version] = '1.43.0'
1249
1253
  Seahorse::Client::Request.new(handlers, context)
1250
1254
  end
1251
1255
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cognitosync/customizations'
52
52
  # @!group service
53
53
  module Aws::CognitoSync
54
54
 
55
- GEM_VERSION = '1.42.0'
55
+ GEM_VERSION = '1.43.0'
56
56
 
57
57
  end
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.42.0
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-06 00:00:00.000000000 Z
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