aws-sdk-athena 1.66.0 → 1.67.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 +1 -6
- data/lib/aws-sdk-athena/client_api.rb +0 -1
- data/lib/aws-sdk-athena/types.rb +1 -7
- 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: 23914c77174dbd4ea478e5bb0e3a2403a4b1af38059e87b6a4a8682885233045
|
|
4
|
+
data.tar.gz: 0e2d4b9075dd8d50bab6a4d0b6e1a09c77bae0646e65c680ae723442d3bb47e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af4121b77148b85d8ed1c007984fc86a9f9fd94895e1a142d0244d5ab832ba660564b8683b7046e7f8cc6854e3730c8fc4da5d1038ce76c9d2de81cfc5f26503
|
|
7
|
+
data.tar.gz: c62a0d03c83a8f8f03db7d3119d260ffb80b3d1256ad887ba0c85199c400875b0a357465af01f10055fc49bc051d0c5c416ae6ea8d03497509b79dba3f7056a9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.67.0
|
|
@@ -1716,8 +1716,6 @@ module Aws::Athena
|
|
|
1716
1716
|
# resp.engine_configuration.default_executor_dpu_size #=> Integer
|
|
1717
1717
|
# resp.engine_configuration.additional_configs #=> Hash
|
|
1718
1718
|
# resp.engine_configuration.additional_configs["KeyString"] #=> String
|
|
1719
|
-
# resp.engine_configuration.spark_properties #=> Hash
|
|
1720
|
-
# resp.engine_configuration.spark_properties["KeyString"] #=> String
|
|
1721
1719
|
# resp.notebook_version #=> String
|
|
1722
1720
|
# resp.session_configuration.execution_role #=> String
|
|
1723
1721
|
# resp.session_configuration.working_directory #=> String
|
|
@@ -3035,9 +3033,6 @@ module Aws::Athena
|
|
|
3035
3033
|
# additional_configs: {
|
|
3036
3034
|
# "KeyString" => "ParametersMapValue",
|
|
3037
3035
|
# },
|
|
3038
|
-
# spark_properties: {
|
|
3039
|
-
# "KeyString" => "ParametersMapValue",
|
|
3040
|
-
# },
|
|
3041
3036
|
# },
|
|
3042
3037
|
# notebook_version: "NameString",
|
|
3043
3038
|
# session_idle_timeout_in_minutes: 1,
|
|
@@ -3562,7 +3557,7 @@ module Aws::Athena
|
|
|
3562
3557
|
params: params,
|
|
3563
3558
|
config: config)
|
|
3564
3559
|
context[:gem_name] = 'aws-sdk-athena'
|
|
3565
|
-
context[:gem_version] = '1.
|
|
3560
|
+
context[:gem_version] = '1.67.0'
|
|
3566
3561
|
Seahorse::Client::Request.new(handlers, context)
|
|
3567
3562
|
end
|
|
3568
3563
|
|
|
@@ -574,7 +574,6 @@ module Aws::Athena
|
|
|
574
574
|
EngineConfiguration.add_member(:max_concurrent_dpus, Shapes::ShapeRef.new(shape: MaxConcurrentDpus, required: true, location_name: "MaxConcurrentDpus"))
|
|
575
575
|
EngineConfiguration.add_member(:default_executor_dpu_size, Shapes::ShapeRef.new(shape: DefaultExecutorDpuSize, location_name: "DefaultExecutorDpuSize"))
|
|
576
576
|
EngineConfiguration.add_member(:additional_configs, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "AdditionalConfigs"))
|
|
577
|
-
EngineConfiguration.add_member(:spark_properties, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "SparkProperties"))
|
|
578
577
|
EngineConfiguration.struct_class = Types::EngineConfiguration
|
|
579
578
|
|
|
580
579
|
EngineVersion.add_member(:selected_engine_version, Shapes::ShapeRef.new(shape: NameString, location_name: "SelectedEngineVersion"))
|
data/lib/aws-sdk-athena/types.rb
CHANGED
|
@@ -1195,19 +1195,13 @@ module Aws::Athena
|
|
|
1195
1195
|
# value of the Athena notebook ID.
|
|
1196
1196
|
# @return [Hash<String,String>]
|
|
1197
1197
|
#
|
|
1198
|
-
# @!attribute [rw] spark_properties
|
|
1199
|
-
# Specifies custom jar files and Spark properties for use cases like
|
|
1200
|
-
# cluster encryption, table formats, and general Spark tuning.
|
|
1201
|
-
# @return [Hash<String,String>]
|
|
1202
|
-
#
|
|
1203
1198
|
# @see http://docs.aws.amazon.com/goto/WebAPI/athena-2017-05-18/EngineConfiguration AWS API Documentation
|
|
1204
1199
|
#
|
|
1205
1200
|
class EngineConfiguration < Struct.new(
|
|
1206
1201
|
:coordinator_dpu_size,
|
|
1207
1202
|
:max_concurrent_dpus,
|
|
1208
1203
|
:default_executor_dpu_size,
|
|
1209
|
-
:additional_configs
|
|
1210
|
-
:spark_properties)
|
|
1204
|
+
:additional_configs)
|
|
1211
1205
|
SENSITIVE = []
|
|
1212
1206
|
include Aws::Structure
|
|
1213
1207
|
end
|
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.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-05-
|
|
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
|