aws-sdk-athena 1.73.0 → 1.74.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-athena/client.rb +5 -1
- data/lib/aws-sdk-athena.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb2a44186d822aba993dc12fdab4bbab74c48df03b712f15e4145463c0281f9f
|
|
4
|
+
data.tar.gz: 98ac065d60c10b90a2f27162b279a30f4bbdc838ea3cc16f5c6e7f5636770e84
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86cc71c817a0f14145e00dc7d51726aeebec1a0a749a3161ad4ce64c4fa4a3940da88e659ee962d0ba553ec2d9732dc9cdb30fe30f48fe0ba79884ebcbf9bd47
|
|
7
|
+
data.tar.gz: f77f2e1b871a09057d484a987cc4d0432ec3f422c3749ad37b110aa6781b9f2a4aa044c1e7769ca8b26dd6101db4cd98c8c61599578639013b2346a84277f981
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.74.0
|
|
@@ -216,6 +216,10 @@ module Aws::Athena
|
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
218
218
|
#
|
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
|
221
|
+
# variables and the shared configuration file.
|
|
222
|
+
#
|
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
220
224
|
# The log formatter.
|
|
221
225
|
#
|
|
@@ -3609,7 +3613,7 @@ module Aws::Athena
|
|
|
3609
3613
|
params: params,
|
|
3610
3614
|
config: config)
|
|
3611
3615
|
context[:gem_name] = 'aws-sdk-athena'
|
|
3612
|
-
context[:gem_version] = '1.
|
|
3616
|
+
context[:gem_version] = '1.74.0'
|
|
3613
3617
|
Seahorse::Client::Request.new(handlers, context)
|
|
3614
3618
|
end
|
|
3615
3619
|
|
data/lib/aws-sdk-athena.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-athena
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.74.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|