aws-sdk-cloudformation 1.152.0 → 1.153.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: 65a3073941537e28e7bcf6f7cb94a7556c55cd9e4adf0091e72a92e7b7f339d6
4
- data.tar.gz: 633f2c295a8a24859c5fb0b0120756313362ca2c8e1a8ab8bb826b6e6b116742
3
+ metadata.gz: 2142c86645911cb2515f28b3fb7baf29d06d3f692d590a643562f577302583e9
4
+ data.tar.gz: 26aa166090b44da963ad0b90ae27dc95c4b453767d0ad6c695c54cd6eaaa2d51
5
5
  SHA512:
6
- metadata.gz: b2203aa78951f2b18683130795a275ab3fbb8ca14dd14a528edf77c024e2d6eedc51e46c82e63bf75577e4ebe0c081fae0d1a037b077b391c4d543323681f4c5
7
- data.tar.gz: b5592bd7cd2a2596f73227db3ee73b526bab239ad18c724265fb7b1110352c662866a3eb5a601b7e2f94e20c2631682bc7a9c50c7b01a21807f065f75789ebb3
6
+ metadata.gz: 176754e660106610ce24bea4673a9897c3111a2145c663e6cad8c79ffaa54f4a883bf9c4807e85ff4b133e700bf27145cc8cd4cacb77dbf3290e572d69af85fa
7
+ data.tar.gz: 3b58d840b2e05213a2d9854ee3bbadb384d7f800531f951f6436525477c33650ffe8a2f28ba05d2d52534960d34436348b9d9fb9287d2bc40718809c7341b369
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.153.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.152.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.152.0
1
+ 1.153.0
@@ -199,7 +199,7 @@ module Aws::CloudFormation
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::CloudFormation
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
@@ -9125,7 +9123,7 @@ module Aws::CloudFormation
9125
9123
  tracer: tracer
9126
9124
  )
9127
9125
  context[:gem_name] = 'aws-sdk-cloudformation'
9128
- context[:gem_version] = '1.152.0'
9126
+ context[:gem_version] = '1.153.0'
9129
9127
  Seahorse::Client::Request.new(handlers, context)
9130
9128
  end
9131
9129
 
@@ -59,7 +59,7 @@ module Aws::CloudFormation
59
59
  autoload :StackResource, 'aws-sdk-cloudformation/stack_resource'
60
60
  autoload :StackResourceSummary, 'aws-sdk-cloudformation/stack_resource_summary'
61
61
 
62
- GEM_VERSION = '1.152.0'
62
+ GEM_VERSION = '1.153.0'
63
63
 
64
64
  end
65
65
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudformation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.152.0
4
+ version: 1.153.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