aws-sdk-athena 1.111.0 → 1.112.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: df77e792bf23002ada3c7294126a1da2adc3543cd4de3ced836de87949351435
4
- data.tar.gz: 4e9e1781de702fe5be8810fe1e1ddad050db8ce3e2f87c7e8aa75257218b7fd5
3
+ metadata.gz: 93237912b655b4bd4a2372d82ff75f6b3313cb66b3e7b0f5ce34ad49a9610ceb
4
+ data.tar.gz: 02dffa93ba13be7d9a72473e6623c7f2360d19f43f3b605a271637b1a1aa5cc4
5
5
  SHA512:
6
- metadata.gz: 11aae3b47b74290c75043ce881dedfb9be8ac010aeb38b3f29c91068d66d1e4324fc8d752d54deaf16bfe42f3fb370eed4e8bf11242d4f4704bb405bfabe165d
7
- data.tar.gz: c6b5aa0926040a57d0a17d3fa2336917f09129b834837d7af88396fb003f447ec6343a354115f202a6eaf0095fdbcbd68885455fd6f008c4ff4d1b46584ba272
6
+ metadata.gz: b4f08359c9be81268930aa56bb59d87509512c774d91d9344912564ff7b55232ecf79f30c5de83db2d2d0bfa061cd32d50f5bd4d325ab0c8c367c0ac5c96d00d
7
+ data.tar.gz: 7f9808f284252fff9814040c44afd322589e01388c8af7cdeb0450ef3e2714658429c50ec22e85dab463a9f44404d92ca22cb90e9ff49beb54ddae100b1194e8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.112.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.111.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.111.0
1
+ 1.112.0
@@ -3868,7 +3868,7 @@ module Aws::Athena
3868
3868
  tracer: tracer
3869
3869
  )
3870
3870
  context[:gem_name] = 'aws-sdk-athena'
3871
- context[:gem_version] = '1.111.0'
3871
+ context[:gem_version] = '1.112.0'
3872
3872
  Seahorse::Client::Request.new(handlers, context)
3873
3873
  end
3874
3874
 
@@ -13,22 +13,22 @@ module Aws::Athena
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::Athena
54
54
  autoload :EndpointProvider, 'aws-sdk-athena/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-athena/endpoints'
56
56
 
57
- GEM_VERSION = '1.111.0'
57
+ GEM_VERSION = '1.112.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.111.0
4
+ version: 1.112.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services