aws-sdk-cloudformation 1.153.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2142c86645911cb2515f28b3fb7baf29d06d3f692d590a643562f577302583e9
4
- data.tar.gz: 26aa166090b44da963ad0b90ae27dc95c4b453767d0ad6c695c54cd6eaaa2d51
3
+ metadata.gz: 4acbfb5548e29d06a3ec835ab868305fb381b6656e693356ab20845250f32382
4
+ data.tar.gz: d7ba10dc65084a9548f0dd162fda97671edb4df56afa09271bab57c64106ae53
5
5
  SHA512:
6
- metadata.gz: 176754e660106610ce24bea4673a9897c3111a2145c663e6cad8c79ffaa54f4a883bf9c4807e85ff4b133e700bf27145cc8cd4cacb77dbf3290e572d69af85fa
7
- data.tar.gz: 3b58d840b2e05213a2d9854ee3bbadb384d7f800531f951f6436525477c33650ffe8a2f28ba05d2d52534960d34436348b9d9fb9287d2bc40718809c7341b369
6
+ metadata.gz: 544bb41f2126bae94b9af6c70719cffcb0e5d22e8c4354e91ec553dc5540b224eee186a3e96dcc69c4585330f19711ddc570cc62e7657bb5696cea217041577e
7
+ data.tar.gz: 28d757b5db51398394650700d131e30b34f71fcaa0b080d3692cbe3cee0c051149078119be1b9979f34b12730d0de9a28c54604d20fd6a6e106763218b913ab5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.153.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.153.0
1
+ 1.154.0
@@ -7673,10 +7673,10 @@ module Aws::CloudFormation
7673
7673
  #
7674
7674
  # @option params [required, String] :unique_id
7675
7675
  # A unique ID of the signal. When you signal Amazon EC2 instances or
7676
- # Amazon EC2 Auto Scaling groups, specify the instance ID that you are
7677
- # signaling as the unique ID. If you send multiple signals to a single
7678
- # resource (such as signaling a wait condition), each signal requires a
7679
- # different unique ID.
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.
7680
7680
  #
7681
7681
  # @option params [required, String] :status
7682
7682
  # The status of the signal, which is either success or failure. A
@@ -9123,7 +9123,7 @@ module Aws::CloudFormation
9123
9123
  tracer: tracer
9124
9124
  )
9125
9125
  context[:gem_name] = 'aws-sdk-cloudformation'
9126
- context[:gem_version] = '1.153.0'
9126
+ context[:gem_version] = '1.154.0'
9127
9127
  Seahorse::Client::Request.new(handlers, context)
9128
9128
  end
9129
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
- # Amazon EC2 Auto Scaling groups, specify the instance ID that you are
8577
- # signaling as the unique ID. If you send multiple signals to a single
8578
- # resource (such as signaling a wait condition), each signal requires
8579
- # a different unique ID.
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
@@ -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.153.0'
62
+ GEM_VERSION = '1.154.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.153.0
4
+ version: 1.154.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services