aws-sdk-identitystore 1.69.0 → 1.70.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: e8cd3249ffc72ba0d1c8d112f842b114967480d047caf348156c253aa32652dd
4
- data.tar.gz: b06ee998b1f892dd66f3ae7eaabea9240e90cd3229ba1b019e0a0fa4a324286f
3
+ metadata.gz: 65607705d151919b4ee8300baee8b63ead41351362cbaf2245f9ed5161f25d06
4
+ data.tar.gz: b44dc228dba2923dd336f50a94d6522af8c4f6422c917dbd364f3e09e9660a5a
5
5
  SHA512:
6
- metadata.gz: 8fea978eb01411465e91e06898005bc7b3d4234c018e233c1d19fa9fb6ded85b7694b5de820163bc996df345bf5bd94b268dc9c73168cecde884a6ceb82732b7
7
- data.tar.gz: 331ba78debdaddc4019b51c372ac446fc1e16e48cbac6a7c71bf2123ab86444a2f0333a95c9343dcfa527cb0756775985cae04ed1d8814acb5fdba5371e44014
6
+ metadata.gz: 3b4ffeca8b5f1c0f4ef6d675a64833e48d73018617ff943771fe9a36561819c1c9bbd7e44dfc635cccf91d4169dcaaa9a38c08e38cff1bbe6888502d828446c4
7
+ data.tar.gz: cd29aae214f00b272b4780f20ca2ec79b1f0b22c08dbf19774936ebc824abb8a6edd8829fb559884d45eb85ac0038d57ed4c4f6fb80164d9b50cad6c3f61adfb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.69.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
1
+ 1.70.0
@@ -199,7 +199,7 @@ module Aws::IdentityStore
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::IdentityStore
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
@@ -1767,7 +1765,7 @@ module Aws::IdentityStore
1767
1765
  tracer: tracer
1768
1766
  )
1769
1767
  context[:gem_name] = 'aws-sdk-identitystore'
1770
- context[:gem_version] = '1.69.0'
1768
+ context[:gem_version] = '1.70.0'
1771
1769
  Seahorse::Client::Request.new(handlers, context)
1772
1770
  end
1773
1771
 
@@ -54,7 +54,7 @@ module Aws::IdentityStore
54
54
  autoload :EndpointProvider, 'aws-sdk-identitystore/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-identitystore/endpoints'
56
56
 
57
- GEM_VERSION = '1.69.0'
57
+ GEM_VERSION = '1.70.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-identitystore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.69.0
4
+ version: 1.70.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