aws-sdk-athena 1.25.0 → 1.26.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a94c044e0aede9a181dda056ceb1ac911229f6cbd8d8c7b4239031cf70f74df7
4
- data.tar.gz: 6a58d0e5b2abcc0e19e9a0a8ce9ef2cf9524d5988d4ac9917e4e27326722489b
3
+ metadata.gz: 153434d1a7bd6aa063aa1a4b4af05c6c3ecf6ea32b3246e5fcb7fdb0c3081b55
4
+ data.tar.gz: fb707b1f72a69b9c02b8d9bbab1b62d4df9e60616cc41c6799733bdcafb8c016
5
5
  SHA512:
6
- metadata.gz: 4682da88df10797acc8cc6a3033af63a1ec057dce1ffad7ed92f581ca70660493c56adb1e395a31ae3b4d2ebecc660fc1d2400e17d3c9c2ed29dd6df551483f9
7
- data.tar.gz: 6c0c68e5374603b8775dabaef37b6091eeb9f471356d4ad57f63b6dc1a4c5162a5b02e9c30039aaa90ec205eda0de40327859d2968087a2263ac2940470f7f34
6
+ metadata.gz: 553322ade016623483639392c26ff9003e6189b76063f298c9096e4bbe4597d9ac60be8c29a9f3f066cb9e3b0b5a39af48718e309fd7e9d09a684e42e0562a87
7
+ data.tar.gz: 255eb3599d4c3e8f3062a73d24f3d6472cd5e87531fc949b2121facb9973dee373b60ee80ee73a53e4e1283f8b5870889c0a8616944f472b3f0e122179ff309a
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-athena/customizations'
45
45
  # @service
46
46
  module Aws::Athena
47
47
 
48
- GEM_VERSION = '1.25.0'
48
+ GEM_VERSION = '1.26.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::Athena
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -1253,7 +1253,7 @@ module Aws::Athena
1253
1253
  params: params,
1254
1254
  config: config)
1255
1255
  context[:gem_name] = 'aws-sdk-athena'
1256
- context[:gem_version] = '1.25.0'
1256
+ context[:gem_version] = '1.26.0'
1257
1257
  Seahorse::Client::Request.new(handlers, context)
1258
1258
  end
1259
1259
 
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.25.0
4
+ version: 1.26.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: 2020-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core