aws-sdk-controltower 1.50.0 → 1.51.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: c3dca5d5c7161eca82ecab71ad2c9f7a2cda7885031d7dd8f70a22ce2ec06695
4
- data.tar.gz: c22875af2a9f1d41efb68ce101d89c6da05e3f8aa3b5af57c81970021ba5f878
3
+ metadata.gz: d1992a382a0542002faa9e443a80304240e4af9263722d70ffcb604d64093046
4
+ data.tar.gz: c4b8e5bfd5302722127725f11f34190a2bc09ab1f23d6ff122c32095aa4dc034
5
5
  SHA512:
6
- metadata.gz: 4e63ea94bbb0adfc5536884930826c94884b2426920ff3bf25a32e6fdc45f0a3eefe688f4c4cec03c4945960d383eab9ade1ac3073e8f3a397d4aa85dbf0e930
7
- data.tar.gz: 92c3ff238889baf12232579d9649f2b424c466e3fdfef0fcee3fcc6b56938852a47c44b476494fd214de5fc7d17e7f790ba2b4b689d1d5222bb82f5344a4aa57
6
+ metadata.gz: 48b5648cd918b55e62309f32ac243b87ee48319ac07b85015f194105c147b8306b13b74d6d8827ccc5324beafe6c911c55c4843c779550a11a7c593b464aa00e
7
+ data.tar.gz: 23bb145bfdd16d4b13ef86d6585505ac98f4d6ffd169da3319e140ea811351cc551f8a3471bb70c7afd7820202ac5bd68a32d92c3a63d9d7ec00c4b00fec3d8b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.50.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
@@ -1761,7 +1761,7 @@ module Aws::ControlTower
1761
1761
  tracer: tracer
1762
1762
  )
1763
1763
  context[:gem_name] = 'aws-sdk-controltower'
1764
- context[:gem_version] = '1.50.0'
1764
+ context[:gem_version] = '1.51.0'
1765
1765
  Seahorse::Client::Request.new(handlers, context)
1766
1766
  end
1767
1767
 
@@ -13,22 +13,22 @@ module Aws::ControlTower
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,
@@ -54,7 +54,7 @@ module Aws::ControlTower
54
54
  autoload :EndpointProvider, 'aws-sdk-controltower/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-controltower/endpoints'
56
56
 
57
- GEM_VERSION = '1.50.0'
57
+ GEM_VERSION = '1.51.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-controltower
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.50.0
4
+ version: 1.51.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services