aws-sdk-athena 1.94.0 → 1.95.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: 257884728a6133895d44dcd51f36bea569bb2cd941337c24ecfdaa5a060a92ab
4
- data.tar.gz: ad5fcbc6ea32f29bbed5f89e10b857a6d80740a33bf0c4956cb813e8648af297
3
+ metadata.gz: 192c19ec72dfe9b4ce635cfa22a99fd8ef88b90bd71455945eac6418d72a5b25
4
+ data.tar.gz: 7c0660e757a6f8f4be9507a668616788d2e9690bb8cbb682b6beaeab218863d5
5
5
  SHA512:
6
- metadata.gz: 1bb1a24d84de46f6d5344049859ad8cd7371c234851d5d99eb35309f49c6b0b09af0a9045d72c53b1e47c99e681272d6675feb36ca4b4a01cf76dd8a73f0e3c1
7
- data.tar.gz: 3824ac8b68c2893354c246c3a5ecfc7918fda50403d69b4efda22f7d0bff67a3055fb872d0ff0de64b45898ddfb848ce5ae680af9b697ae6c31beaf227a62320
6
+ metadata.gz: b6e34e105bce18b1f3c0ca492af96b053ea11e1eefbdee0dab5cdd295fbb77b28baa9398dec4564531f46570e6089d5c67a6c69b1e2d53322d9d372e9a1f159b
7
+ data.tar.gz: c7aac846663becdb4e5eca0dad52e82d13723fb82164d1d4a9fdd6a7c580db95f6bda44325db1cbc3fd28b9b45efda2826cdfdf0c040dfe71df84599968e205d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.95.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.94.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.94.0
1
+ 1.95.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:athena)
40
-
41
39
  module Aws::Athena
42
40
  # An API client for Athena. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -3775,7 +3773,7 @@ module Aws::Athena
3775
3773
  tracer: tracer
3776
3774
  )
3777
3775
  context[:gem_name] = 'aws-sdk-athena'
3778
- context[:gem_version] = '1.94.0'
3776
+ context[:gem_version] = '1.95.0'
3779
3777
  Seahorse::Client::Request.new(handlers, context)
3780
3778
  end
3781
3779
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:athena)
15
+
14
16
  # This module provides support for Amazon Athena. This module is available in the
15
17
  # `aws-sdk-athena` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::Athena
52
54
  autoload :EndpointProvider, 'aws-sdk-athena/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-athena/endpoints'
54
56
 
55
- GEM_VERSION = '1.94.0'
57
+ GEM_VERSION = '1.95.0'
56
58
 
57
59
  end
58
60
 
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.94.0
4
+ version: 1.95.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: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core