aws-sdk-athena 1.103.0 → 1.104.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: de1ca7049018650445911a4316914027b416369ca13bd5793aceaffa7c0dccfe
4
- data.tar.gz: 6fa5d86119230856a03e9bdd5f06fad1b32d7e3838f3ea3907b8fe788032e8fc
3
+ metadata.gz: eef269b34b99d7038a2408ae7bd0ababcfcdf0231bd8a3ebb769a4e245a01b5f
4
+ data.tar.gz: ee81bf86780bd1c06d3c7711b94330c27c8fb550fd336e904c31b6aad8a3c41f
5
5
  SHA512:
6
- metadata.gz: 5a9ad527ca271e436846ab874e00b4907ee893bd24d7e91956edfd3e70771066c1c57f7e53b8f31c74c40c993539718837b4f220c4decc74a707492d93b2a588
7
- data.tar.gz: 0134fb259d5529888d9c58822cbdcca09350adb1f6145057675c382540099ad96ba867e96314119023479ad18b1df53d0e56a4906d9b715bfa906c4ac810c731
6
+ metadata.gz: 5511b00081e66acf0f0f6e104047fa2f697aaa7de2ffacb72c1a7077ed6721b8b706e17c92d7959f4d3efdc47e72254674c9bbb83b2f3f3170f630fc84dee038
7
+ data.tar.gz: ac8f62945952d6d8ef91cbed8eb0e616308760b2e6f9fc6883e59a778bfd61326f944926f11867a8eb00291b83fffea28fdbd7249e2227aa5f0eabe0116b3086
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.104.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.103.0 (2025-05-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.103.0
1
+ 1.104.0
@@ -200,8 +200,7 @@ module Aws::Athena
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
@@ -3835,7 +3834,7 @@ module Aws::Athena
3835
3834
  tracer: tracer
3836
3835
  )
3837
3836
  context[:gem_name] = 'aws-sdk-athena'
3838
- context[:gem_version] = '1.103.0'
3837
+ context[:gem_version] = '1.104.0'
3839
3838
  Seahorse::Client::Request.new(handlers, context)
3840
3839
  end
3841
3840
 
@@ -54,7 +54,7 @@ module Aws::Athena
54
54
  autoload :EndpointProvider, 'aws-sdk-athena/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-athena/endpoints'
56
56
 
57
- GEM_VERSION = '1.103.0'
57
+ GEM_VERSION = '1.104.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-athena
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.103.0
4
+ version: 1.104.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services