aws-sdk-iottwinmaker 1.55.0 → 1.56.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: b918e1836a12313225d2c1b5cfb3cd74b9a1abb6078e4866424405778010406d
4
- data.tar.gz: df4776a3d0cf5820c4c42a070d59698e59b90906cd181b9f2ac84453ee3cc400
3
+ metadata.gz: 360474c1bc40f6befc3235b82be84108392a8055ad7a83abe6f994eaa83986ef
4
+ data.tar.gz: 3bbec2e06815fb42b4791da691b3d2e75b7f7abc7cb38b1a10b0728ffa12f07e
5
5
  SHA512:
6
- metadata.gz: 64c563ba79e519bb5de7b8e1ea3967a15110defb8c962a6babc5cf5c0c1fc4f0546007f08666fb2e8307b0fc2a7524e821f7a8971f99b92b756eff19fb6cf0e6
7
- data.tar.gz: f04764f2cccc9be4eeb1b010a80225cf38202faee48fceaf8816e7f0b099ab845e9e183e4d77bc1c96400fd16077a507456a71a0dcd4beaa144a6ad3808c1a1d
6
+ metadata.gz: 57bf1e9ac8e17e82058dbabd33ac1f69b9e2c7e39e4d09c8eb8ddac1ea1dbead8f431815656940b727633b75702910a813b0af802afe9917d6708fa9b3cadf13
7
+ data.tar.gz: 0024d18a31b83b7d49ece25ae9f109c3062bb0d11dd4c44106087c413f49b7935a1f970f0c61a894d53f878861657ac2bad54512af5049710142313f12e56d5b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.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.55.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.56.0
@@ -199,7 +199,7 @@ module Aws::IoTTwinMaker
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::IoTTwinMaker
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
@@ -3549,7 +3547,7 @@ module Aws::IoTTwinMaker
3549
3547
  tracer: tracer
3550
3548
  )
3551
3549
  context[:gem_name] = 'aws-sdk-iottwinmaker'
3552
- context[:gem_version] = '1.55.0'
3550
+ context[:gem_version] = '1.56.0'
3553
3551
  Seahorse::Client::Request.new(handlers, context)
3554
3552
  end
3555
3553
 
@@ -55,7 +55,7 @@ module Aws::IoTTwinMaker
55
55
  autoload :EndpointProvider, 'aws-sdk-iottwinmaker/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-iottwinmaker/endpoints'
57
57
 
58
- GEM_VERSION = '1.55.0'
58
+ GEM_VERSION = '1.56.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iottwinmaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.55.0
4
+ version: 1.56.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