aws-sdk-taxsettings 1.31.0 → 1.32.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: b8f3d6d972a512ee58c4f2fb49297ceecadaff6acc42f0446f02b2251828e1fd
4
- data.tar.gz: f9c5e513a34adcf3a1b6f2ee839657c155ba2f12dd4095da4cd6a40c23791d27
3
+ metadata.gz: ed7c2981cb013da0e9e5e1eabff1087ae0597be48d774264a7d5e9b0a648fc26
4
+ data.tar.gz: 9458a954ca5df8d408448216523902a9ecfd7b68fc10e704699586ab20001f37
5
5
  SHA512:
6
- metadata.gz: b2a8d302fdd5a235926b4e022168c87805863ff7fcba3e60d85adcde2250da5baf1a8861025cf446e65c3d81124ce49d94bfecb8fcb20f6a1590e9b4e53a89ae
7
- data.tar.gz: bd502f7606c37267e1935aaf1482ce4211e97bded7b7fa8b347956fd3206b9552efdd6400ee2587ce0e2896346e7ddc12b66b98c1bdb5ce00b59b4d7bdc7633f
6
+ metadata.gz: 432b13cb7fb3f58a582d3d55ddef4051e282f1f97c5c6781cc85387c11a55ab0a89e9e8c84a0ee91e16bad16695a7fbabc07199010b546b230293e48a0d85c8d
7
+ data.tar.gz: 31d615170005541575d33aaf7e23673cc2efede6edb8c1f1d08cfb44fb17b8583f4a595149dbd8297081088b9dd76b2d44a3277794b05d5a9c9f19253aac3077
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.31.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.32.0
@@ -1818,7 +1818,7 @@ module Aws::TaxSettings
1818
1818
  tracer: tracer
1819
1819
  )
1820
1820
  context[:gem_name] = 'aws-sdk-taxsettings'
1821
- context[:gem_version] = '1.31.0'
1821
+ context[:gem_version] = '1.32.0'
1822
1822
  Seahorse::Client::Request.new(handlers, context)
1823
1823
  end
1824
1824
 
@@ -13,22 +13,22 @@ module Aws::TaxSettings
13
13
  # @!attribute use_dual_stack
14
14
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
15
15
  #
16
- # @return [Boolean]
16
+ # @return [boolean]
17
17
  #
18
18
  # @!attribute use_fips
19
19
  # 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.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute endpoint
24
24
  # Override the endpoint used to send this request
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  # @!attribute region
29
29
  # The AWS region used to dispatch the request.
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :use_dual_stack,
@@ -54,7 +54,7 @@ module Aws::TaxSettings
54
54
  autoload :EndpointProvider, 'aws-sdk-taxsettings/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-taxsettings/endpoints'
56
56
 
57
- GEM_VERSION = '1.31.0'
57
+ GEM_VERSION = '1.32.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-taxsettings
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services