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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6338ad9a7021e75ad5d629de72921c677e16f1d874c7fef45bbfba223225bf10
4
- data.tar.gz: 10524819e1b4afab115a359666fe73e497be468f3b48972212f7e7c59925b038
3
+ metadata.gz: fb2a44186d822aba993dc12fdab4bbab74c48df03b712f15e4145463c0281f9f
4
+ data.tar.gz: 98ac065d60c10b90a2f27162b279a30f4bbdc838ea3cc16f5c6e7f5636770e84
5
5
  SHA512:
6
- metadata.gz: 81d5698f82826ac5e7e863b511fb38c8cccd7c3c2d5706633ab38d7fbba6cb18e1e1bfcd48091e3bb54fe52ee67398859a99a034f2894058d60705b151ca9c14
7
- data.tar.gz: be8bd211a15f99e3ba88a7fbfa15352749152587da9f6a581872d8014e42436dbea6647d318af3dcf81ccf88b1dcdc4b974c6200acbf5be838c65659184c7550
6
+ metadata.gz: 86cc71c817a0f14145e00dc7d51726aeebec1a0a749a3161ad4ce64c4fa4a3940da88e659ee962d0ba553ec2d9732dc9cdb30fe30f48fe0ba79884ebcbf9bd47
7
+ data.tar.gz: f77f2e1b871a09057d484a987cc4d0432ec3f422c3749ad37b110aa6781b9f2a4aa044c1e7769ca8b26dd6101db4cd98c8c61599578639013b2346a84277f981
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.73.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
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.73.0'
3616
+ context[:gem_version] = '1.74.0'
3613
3617
  Seahorse::Client::Request.new(handlers, context)
3614
3618
  end
3615
3619
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-athena/customizations'
52
52
  # @!group service
53
53
  module Aws::Athena
54
54
 
55
- GEM_VERSION = '1.73.0'
55
+ GEM_VERSION = '1.74.0'
56
56
 
57
57
  end
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.73.0
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-06 00:00:00.000000000 Z
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