aws-sdk-athena 1.65.0 → 1.67.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: 93a5aab54a9e7b9bb75bf9274a0a1db4d32a7fbb6d8803f519065c43f4627b26
4
- data.tar.gz: 1b8ff4beb625c0636d13045d3f26f70b296d8500e2313485ec663e3e39d5c4fb
3
+ metadata.gz: 23914c77174dbd4ea478e5bb0e3a2403a4b1af38059e87b6a4a8682885233045
4
+ data.tar.gz: 0e2d4b9075dd8d50bab6a4d0b6e1a09c77bae0646e65c680ae723442d3bb47e1
5
5
  SHA512:
6
- metadata.gz: 160bfa2697be724741708f9cd19a165c989fd2c6f815f33c7a2cb51f6a052303f38cf68308b597e1726791a46d5cf6df1e9a98f07ee9568eb177782228777c17
7
- data.tar.gz: 941aced19cae2d832a1687eeea8d368191c214cf06f07b13a3c8dc20938ce8f39b47e4fe536ab74650f6a1a30657f9e1be81b2b707425156191b46cdbca1658c
6
+ metadata.gz: af4121b77148b85d8ed1c007984fc86a9f9fd94895e1a142d0244d5ab832ba660564b8683b7046e7f8cc6854e3730c8fc4da5d1038ce76c9d2de81cfc5f26503
7
+ data.tar.gz: c62a0d03c83a8f8f03db7d3119d260ffb80b3d1256ad887ba0c85199c400875b0a357465af01f10055fc49bc051d0c5c416ae6ea8d03497509b79dba3f7056a9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.0 (2023-05-18)
5
+ ------------------
6
+
7
+ * Feature - Removing SparkProperties from EngineConfiguration object for StartSession API call
8
+
9
+ 1.66.0 (2023-05-15)
10
+ ------------------
11
+
12
+ * Feature - You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
13
+
4
14
  1.65.0 (2023-04-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.67.0
@@ -3557,7 +3557,7 @@ module Aws::Athena
3557
3557
  params: params,
3558
3558
  config: config)
3559
3559
  context[:gem_name] = 'aws-sdk-athena'
3560
- context[:gem_version] = '1.65.0'
3560
+ context[:gem_version] = '1.67.0'
3561
3561
  Seahorse::Client::Request.new(handlers, context)
3562
3562
  end
3563
3563
 
@@ -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.65.0'
55
+ GEM_VERSION = '1.67.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.65.0
4
+ version: 1.67.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-04-28 00:00:00.000000000 Z
11
+ date: 2023-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core