aws-sdk-cloudformation 1.130.0 → 1.131.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: e5db28df877264a243a926861af5095d15a0128bc258a86d062b11c480fd0c9d
4
- data.tar.gz: f62a1ba1d73e25a9711fd21abd7d8b6e005298ee16178b31776f6c03ad8ccd1b
3
+ metadata.gz: 8e09973812ef16379700bc139e2e0b2f249e150dc2211357f7f862aefe58ba77
4
+ data.tar.gz: 84ee57995a6c94beaf7c2cb6c87faea4c15044cc3de3f677c207f79a0910c6c9
5
5
  SHA512:
6
- metadata.gz: 51d80d977cb7aea4fe594352c548dc6c4016e0b2b90e995dd26245f3919e68ca67464b65f4643e688e0c57f4c4f1596dd1a83918a9277a2f87f3efd49360855a
7
- data.tar.gz: 7849efd30d406bda9c8de36a73db9db7ca1ed107826a53743e47900382392875b4357b968708c1cd758ecb2b69d8b1178bce2f46e29d51ad83cb518a3cc76edc
6
+ metadata.gz: 7355db33b9851c71fec784aacaae004d1713b6ddd28d60d59d86ea06ca001e219f78b942968902b285e1a1f0dcc4efa4397597b581a9c450969442fe11c88254
7
+ data.tar.gz: fce5f8a81dc890bf641ae0797f6c5fead3c02b7bed273148633d1972877ffe8f1c766f79c3a598d90914e9d2a3e6b9df39c4ec8d328c84310bbaca6e6c37ab86
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.131.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.130.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.130.0
1
+ 1.131.0
@@ -200,8 +200,7 @@ module Aws::CloudFormation
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -8704,7 +8703,7 @@ module Aws::CloudFormation
8704
8703
  tracer: tracer
8705
8704
  )
8706
8705
  context[:gem_name] = 'aws-sdk-cloudformation'
8707
- context[:gem_version] = '1.130.0'
8706
+ context[:gem_version] = '1.131.0'
8708
8707
  Seahorse::Client::Request.new(handlers, context)
8709
8708
  end
8710
8709
 
@@ -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.130.0'
62
+ GEM_VERSION = '1.131.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.130.0
4
+ version: 1.131.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services