aws-sdk-taxsettings 1.23.0 → 1.24.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: 0bf3995c1e4f0418161d2295229e5cc179e692f8708c26c4d92ee05a8b3caa80
4
- data.tar.gz: b2abbbd620ae53ad76ae10df7bb9cbbb47ebff821b079da85a1660d0bcaeced7
3
+ metadata.gz: f31811164ffddf25ec92938606bd9c3c9bdc4bc1c46536bc41480c66ca01e948
4
+ data.tar.gz: c8f026a5753525d0d9dee84b9a05a2c750cf86e0292c4a1ba39bead7a06d9074
5
5
  SHA512:
6
- metadata.gz: 970c0dde3eb5680ca8819353726d6da3a2b38b7f92d62f132b7f422cc3a331f63c3d66da6c91d893327c47c96b36ee4fcaf667171f82ab181267f6bd5136a823
7
- data.tar.gz: a90600cadb2c73f80b579f1b7baaeb899551adda2c9d610caf23dc6a884d31db24effa81459c5eee8563d4d41b0e313297c923751fb3e7fee1cc16f3ddf50dd2
6
+ metadata.gz: 8eb92e6e6ed3a6a897edba4695fe20acd649b954d0d1ed65d631b967fa7865210fcccbc42fc995715f0ffa2fcd420f3964072e846e64f97a6fe82bb78447e42c
7
+ data.tar.gz: b53500c931b587d1486f30b32d316271960cf30362e526a257b7ac0dff71bbfb87dbeac1d3311eab5b7c190510968b734d07836aaacf23198df5c92aabb3661e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.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.23.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -200,8 +200,7 @@ module Aws::TaxSettings
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
@@ -1812,7 +1811,7 @@ module Aws::TaxSettings
1812
1811
  tracer: tracer
1813
1812
  )
1814
1813
  context[:gem_name] = 'aws-sdk-taxsettings'
1815
- context[:gem_version] = '1.23.0'
1814
+ context[:gem_version] = '1.24.0'
1816
1815
  Seahorse::Client::Request.new(handlers, context)
1817
1816
  end
1818
1817
 
@@ -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.23.0'
57
+ GEM_VERSION = '1.24.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.23.0
4
+ version: 1.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services