aws-sdk-athena 1.66.0 → 1.68.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: b86c590858a0e622014e598449567063af7f35b3e5b7ba56c9c9ad4b0fe800f9
4
- data.tar.gz: 7c3d0904c0f910847528a85cec1807aea89c05979a158c2b32a22012e58b0078
3
+ metadata.gz: 21f3c05cc967296d251d2284ec6965a21a55c28ecc91e8d7ef28254b8b36ce15
4
+ data.tar.gz: f5c24be62707a6c0ef5fbcd0d2d9b00ffa43aff7bee79a65e5a24ac2a46ab56c
5
5
  SHA512:
6
- metadata.gz: 1f8791cde15a99b56e30e901dfac377ef187ca641f48e80bbf98dc28d9a355c18985d5c4a2a2c63906f3b5497a6f51561c8dee7391c049907008cc09e55c08ed
7
- data.tar.gz: 97ec2dbb6e24e9fdd722549cbe057804f586aad027ce661321585ccd3cb126eae452965052c77ec8de2f17a108b8e865b19a864cd0071da936d071415a8260e3
6
+ metadata.gz: be50a22e75a17183c14afce6dd464958ffbe6a82e232ab8db810c159d0b3f640916c1755bfe5dfd253b599e9b7146771caea61e62469d2dc62f52233a50c8f07
7
+ data.tar.gz: '092d5cf83d881976e166ed8b5544d1898aff69ad248fc7589987c42e613aca18563f46de8fba437d8b74b0d21701ab24825b8a90febb655327792a8192be4a07'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.67.0 (2023-05-18)
10
+ ------------------
11
+
12
+ * Feature - Removing SparkProperties from EngineConfiguration object for StartSession API call
13
+
4
14
  1.66.0 (2023-05-15)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.66.0
1
+ 1.68.0
@@ -275,6 +275,11 @@ module Aws::Athena
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -1716,8 +1721,6 @@ module Aws::Athena
1716
1721
  # resp.engine_configuration.default_executor_dpu_size #=> Integer
1717
1722
  # resp.engine_configuration.additional_configs #=> Hash
1718
1723
  # resp.engine_configuration.additional_configs["KeyString"] #=> String
1719
- # resp.engine_configuration.spark_properties #=> Hash
1720
- # resp.engine_configuration.spark_properties["KeyString"] #=> String
1721
1724
  # resp.notebook_version #=> String
1722
1725
  # resp.session_configuration.execution_role #=> String
1723
1726
  # resp.session_configuration.working_directory #=> String
@@ -3035,9 +3038,6 @@ module Aws::Athena
3035
3038
  # additional_configs: {
3036
3039
  # "KeyString" => "ParametersMapValue",
3037
3040
  # },
3038
- # spark_properties: {
3039
- # "KeyString" => "ParametersMapValue",
3040
- # },
3041
3041
  # },
3042
3042
  # notebook_version: "NameString",
3043
3043
  # session_idle_timeout_in_minutes: 1,
@@ -3562,7 +3562,7 @@ module Aws::Athena
3562
3562
  params: params,
3563
3563
  config: config)
3564
3564
  context[:gem_name] = 'aws-sdk-athena'
3565
- context[:gem_version] = '1.66.0'
3565
+ context[:gem_version] = '1.68.0'
3566
3566
  Seahorse::Client::Request.new(handlers, context)
3567
3567
  end
3568
3568
 
@@ -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"))
@@ -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
@@ -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.66.0'
55
+ GEM_VERSION = '1.68.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.66.0
4
+ version: 1.68.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-15 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement