aws-sdk-cloudformation 1.142.0 → 1.143.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: 4d3e720d17e8b41f6ee1d4781b6eb0e52ba091905f42073807ef4b07ab240eb2
4
- data.tar.gz: 6fe79e84ee0371b0ecedb665e2a3c7739d9ba3b1f7475dc48552be4cb0aabf73
3
+ metadata.gz: 8347e2f02cf9b4826b50450e0dca8dbbf08370ee87b722b400b33223ebb3ec9d
4
+ data.tar.gz: 69a9dc61f912d048a77c5c474bb4e313475d5e7db5ad4d9e2b087f6845d6661e
5
5
  SHA512:
6
- metadata.gz: 3b654cbfb35c5120c6948e1de39b6bd0b8d04c21a547cb6749f66e2404eb11bb05c1358b5b7488cbd979c0bd6ba22dbbaa4b4249c0bf000d1cad3a4048ee3e40
7
- data.tar.gz: 909a88cb3e25f1ac6e337dae5300b0ad20f8665e36bbe6adb7c267c8eb95a16256645765dfbf0648029078a74449b96f0a84b5c49f802f3242eaa31471936ea0
6
+ metadata.gz: 975d600630dd1309017f1d5887bf7092a3e437a52de35b083b3831133b4967dcefce64c900be3d128e3e1c723256c8b7f7edf893f8dc8f6c19d508db45713514
7
+ data.tar.gz: 9f16eacf8de9ed5637830ef684e9058d69f5f5046466612bd8d8df673d42b522b6549682dfb9765f82042741d728c36931f5e5f66e86488235f01370851b2615
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.143.0 (2025-10-22)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.142.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.142.0
1
+ 1.143.0
@@ -8905,7 +8905,7 @@ module Aws::CloudFormation
8905
8905
  tracer: tracer
8906
8906
  )
8907
8907
  context[:gem_name] = 'aws-sdk-cloudformation'
8908
- context[:gem_version] = '1.142.0'
8908
+ context[:gem_version] = '1.143.0'
8909
8909
  Seahorse::Client::Request.new(handlers, context)
8910
8910
  end
8911
8911
 
@@ -13,22 +13,22 @@ module Aws::CloudFormation
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -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.142.0'
62
+ GEM_VERSION = '1.143.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.142.0
4
+ version: 1.143.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services