aws-sdk-cloudformation 1.137.0 → 1.138.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: 4894f12d930bd24406b81307db03627dd4a4da8542ce12c5f8d8c62982d9a9ad
4
- data.tar.gz: 35c566d5b99e21938e022f98d81c1230f85370ab86f0d29869d2a0df03cef3b2
3
+ metadata.gz: b958f303c6b44744caeb9997922072125707640f7634fa13d02ae79ac017c759
4
+ data.tar.gz: 4858cbfc75682220bf2a6c6b427c1e96f6db76f19867d825166664681fbcb17f
5
5
  SHA512:
6
- metadata.gz: 65c73d64ed149073efd1633d82a18c587416c454fa89efa42a2bfd8a0e9ff16cafb6ae6c75fa8a3dcfae87849c5c1b6a12fd3955ea66381b40a16e7b05b077ff
7
- data.tar.gz: 689c0ea8a4fc1cbdc14a6561a78bcfb3852d96a1bd911895db51ba5eb4e5457774a7ed76576dcabe63c0c4a65a96b6f4dee85abf84e4a19eb07029d52b30cf1d
6
+ metadata.gz: 8c02afb425c67b0a1b8c8ac56adde195e39decf44f2de0cdd1dfb29c5b2aeeb981a4f37e34fc7fc3d0c7fdefb921d4a83918d9f69e23281a639709506c1ddf95
7
+ data.tar.gz: 67edada35346eb9769804ee42648082aa93253c7c1e09f627e30ded201aab0286719182190796882dc98f0ec05066ffccf4ce7ddefb9461bc418f71232aed7df
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.138.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.137.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.137.0
1
+ 1.138.0
@@ -8811,7 +8811,7 @@ module Aws::CloudFormation
8811
8811
  tracer: tracer
8812
8812
  )
8813
8813
  context[:gem_name] = 'aws-sdk-cloudformation'
8814
- context[:gem_version] = '1.137.0'
8814
+ context[:gem_version] = '1.138.0'
8815
8815
  Seahorse::Client::Request.new(handlers, context)
8816
8816
  end
8817
8817
 
@@ -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.137.0'
62
+ GEM_VERSION = '1.138.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.137.0
4
+ version: 1.138.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services