aws-sdk-cognitosync 1.81.0 → 1.83.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: 02e5e65a4ab49559f2e366a680b9261753cec4585faca0c3d60aa7e4d7b860eb
4
- data.tar.gz: acdc3ab0dcc1d8939ef2fd10825fd687d4481fc0b90c775327f3aa0fa73cb8b3
3
+ metadata.gz: d6afafca61720efd41b907785eb8906f5b5d39add4d2d7da0d201c71ac75dbbd
4
+ data.tar.gz: 7411817252379ac863a88bffcffda874f55dddc4529fada7052fe9a9e9db2edd
5
5
  SHA512:
6
- metadata.gz: 6bc48b32f3b0abba8dd34f432b7cb15186d26b46493d11b4e6bae37a74c6bf022bf827eb91653336957c4c7dc16fd12c3b7eabf9fe05bac5b6a66471beb3a995
7
- data.tar.gz: f94b96366b3749336d59881ab2808fea7f5beb82a82e73be997f9dc8474b85c3f0a2b470cb9967855fce8cf42589a8dd8e433e8979976106b69213e25ca14283
6
+ metadata.gz: 1b9527b540604f6e042d3cfdf5b88af18f82173301a109e1fa8bc12834337e719b41d69a786f85bc2ca1cf9f1af38d52b1b7be2830f8004c306a32bd75a71111
7
+ data.tar.gz: 758137dc6d6ee8f4c94b5cc562b2ca0047368a4406cddd97323c9154d345e47fc4251ac617233d846b31883eef86552db6c18794c069d2d7532c3a56e4a32d02
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.83.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.82.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.81.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.83.0
@@ -199,7 +199,7 @@ module Aws::CognitoSync
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::CognitoSync
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -1342,7 +1340,7 @@ module Aws::CognitoSync
1342
1340
  tracer: tracer
1343
1341
  )
1344
1342
  context[:gem_name] = 'aws-sdk-cognitosync'
1345
- context[:gem_version] = '1.81.0'
1343
+ context[:gem_version] = '1.83.0'
1346
1344
  Seahorse::Client::Request.new(handlers, context)
1347
1345
  end
1348
1346
 
@@ -54,7 +54,7 @@ module Aws::CognitoSync
54
54
  autoload :EndpointProvider, 'aws-sdk-cognitosync/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cognitosync/endpoints'
56
56
 
57
- GEM_VERSION = '1.81.0'
57
+ GEM_VERSION = '1.83.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -304,7 +304,7 @@ module Aws
304
304
  value: ::String?,
305
305
  sync_count: ::Integer,
306
306
  device_last_modified_date: ::Time?
307
- },
307
+ }
308
308
  ],
309
309
  sync_session_token: ::String,
310
310
  ?client_context: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cognitosync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.81.0
4
+ version: 1.83.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement