aws-sdk-cloudformation 1.152.0 → 1.154.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +10 -12
- data/lib/aws-sdk-cloudformation/types.rb +4 -4
- data/lib/aws-sdk-cloudformation.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4acbfb5548e29d06a3ec835ab868305fb381b6656e693356ab20845250f32382
|
|
4
|
+
data.tar.gz: d7ba10dc65084a9548f0dd162fda97671edb4df56afa09271bab57c64106ae53
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 544bb41f2126bae94b9af6c70719cffcb0e5d22e8c4354e91ec553dc5540b224eee186a3e96dcc69c4585330f19711ddc570cc62e7657bb5696cea217041577e
|
|
7
|
+
data.tar.gz: 28d757b5db51398394650700d131e30b34f71fcaa0b080d3692cbe3cee0c051149078119be1b9979f34b12730d0de9a28c54604d20fd6a6e106763218b913ab5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.154.0 (2026-06-04)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adding new BDD representation of endpoint ruleset
|
|
8
|
+
|
|
9
|
+
1.153.0 (2026-05-21)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.152.0 (2026-05-19)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.154.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.
|
|
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` -
|
|
334
|
-
#
|
|
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
|
|
@@ -7675,10 +7673,10 @@ module Aws::CloudFormation
|
|
|
7675
7673
|
#
|
|
7676
7674
|
# @option params [required, String] :unique_id
|
|
7677
7675
|
# A unique ID of the signal. When you signal Amazon EC2 instances or
|
|
7678
|
-
#
|
|
7679
|
-
#
|
|
7680
|
-
#
|
|
7681
|
-
#
|
|
7676
|
+
# Auto Scaling groups, specify the instance ID that you are signaling as
|
|
7677
|
+
# the unique ID. If you send multiple signals to a single resource (such
|
|
7678
|
+
# as signaling a wait condition), each signal requires a different
|
|
7679
|
+
# unique ID.
|
|
7682
7680
|
#
|
|
7683
7681
|
# @option params [required, String] :status
|
|
7684
7682
|
# The status of the signal, which is either success or failure. A
|
|
@@ -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.
|
|
9126
|
+
context[:gem_version] = '1.154.0'
|
|
9129
9127
|
Seahorse::Client::Request.new(handlers, context)
|
|
9130
9128
|
end
|
|
9131
9129
|
|
|
@@ -8573,10 +8573,10 @@ module Aws::CloudFormation
|
|
|
8573
8573
|
#
|
|
8574
8574
|
# @!attribute [rw] unique_id
|
|
8575
8575
|
# A unique ID of the signal. When you signal Amazon EC2 instances or
|
|
8576
|
-
#
|
|
8577
|
-
#
|
|
8578
|
-
#
|
|
8579
|
-
#
|
|
8576
|
+
# Auto Scaling groups, specify the instance ID that you are signaling
|
|
8577
|
+
# as the unique ID. If you send multiple signals to a single resource
|
|
8578
|
+
# (such as signaling a wait condition), each signal requires a
|
|
8579
|
+
# different unique ID.
|
|
8580
8580
|
# @return [String]
|
|
8581
8581
|
#
|
|
8582
8582
|
# @!attribute [rw] status
|
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.
|
|
4
|
+
version: 1.154.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.
|
|
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.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|