aws-sdk-athena 1.101.0 → 1.104.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-athena/client.rb +6 -4
- data/lib/aws-sdk-athena/client_api.rb +5 -5
- data/lib/aws-sdk-athena/types.rb +3 -1
- data/lib/aws-sdk-athena.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eef269b34b99d7038a2408ae7bd0ababcfcdf0231bd8a3ebb769a4e245a01b5f
|
4
|
+
data.tar.gz: ee81bf86780bd1c06d3c7711b94330c27c8fb550fd336e904c31b6aad8a3c41f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5511b00081e66acf0f0f6e104047fa2f697aaa7de2ffacb72c1a7077ed6721b8b706e17c92d7959f4d3efdc47e72254674c9bbb83b2f3f3170f630fc84dee038
|
7
|
+
data.tar.gz: ac8f62945952d6d8ef91cbed8eb0e616308760b2e6f9fc6883e59a778bfd61326f944926f11867a8eb00291b83fffea28fdbd7249e2227aa5f0eabe0116b3086
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.104.0 (2025-05-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.103.0 (2025-05-09)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Minor API documentation updates
|
13
|
+
|
14
|
+
1.102.0 (2025-05-01)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
4
19
|
1.101.0 (2025-02-18)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.104.0
|
@@ -200,8 +200,7 @@ module Aws::Athena
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -715,7 +714,8 @@ module Aws::Athena
|
|
715
714
|
# properties. Catalogs created are visible to all users of the same
|
716
715
|
# Amazon Web Services account.
|
717
716
|
#
|
718
|
-
#
|
717
|
+
# For a `FEDERATED` catalog, this API operation creates the following
|
718
|
+
# resources.
|
719
719
|
#
|
720
720
|
# * CFN Stack Name with a maximum length of 128 characters and prefix
|
721
721
|
# `athenafederatedcatalog-CATALOG_NAME_SANITIZED` with length 23
|
@@ -756,6 +756,8 @@ module Aws::Athena
|
|
756
756
|
# creates the connection and the Lambda function for you based on the
|
757
757
|
# parameters that you pass.
|
758
758
|
#
|
759
|
+
# For `FEDERATED` type, we do not support IAM identity center.
|
760
|
+
#
|
759
761
|
# @option params [String] :description
|
760
762
|
# A description of the data catalog to be created.
|
761
763
|
#
|
@@ -3832,7 +3834,7 @@ module Aws::Athena
|
|
3832
3834
|
tracer: tracer
|
3833
3835
|
)
|
3834
3836
|
context[:gem_name] = 'aws-sdk-athena'
|
3835
|
-
context[:gem_version] = '1.
|
3837
|
+
context[:gem_version] = '1.104.0'
|
3836
3838
|
Seahorse::Client::Request.new(handlers, context)
|
3837
3839
|
end
|
3838
3840
|
|
@@ -486,7 +486,7 @@ module Aws::Athena
|
|
486
486
|
CreateNamedQueryInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
487
487
|
CreateNamedQueryInput.add_member(:database, Shapes::ShapeRef.new(shape: DatabaseString, required: true, location_name: "Database"))
|
488
488
|
CreateNamedQueryInput.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "QueryString"))
|
489
|
-
CreateNamedQueryInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
489
|
+
CreateNamedQueryInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
490
490
|
CreateNamedQueryInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
|
491
491
|
CreateNamedQueryInput.struct_class = Types::CreateNamedQueryInput
|
492
492
|
|
@@ -568,7 +568,7 @@ module Aws::Athena
|
|
568
568
|
DeleteDataCatalogOutput.add_member(:data_catalog, Shapes::ShapeRef.new(shape: DataCatalog, location_name: "DataCatalog"))
|
569
569
|
DeleteDataCatalogOutput.struct_class = Types::DeleteDataCatalogOutput
|
570
570
|
|
571
|
-
DeleteNamedQueryInput.add_member(:named_query_id, Shapes::ShapeRef.new(shape: NamedQueryId, required: true, location_name: "NamedQueryId", metadata: {"idempotencyToken"=>true}))
|
571
|
+
DeleteNamedQueryInput.add_member(:named_query_id, Shapes::ShapeRef.new(shape: NamedQueryId, required: true, location_name: "NamedQueryId", metadata: {"idempotencyToken" => true}))
|
572
572
|
DeleteNamedQueryInput.struct_class = Types::DeleteNamedQueryInput
|
573
573
|
|
574
574
|
DeleteNamedQueryOutput.struct_class = Types::DeleteNamedQueryOutput
|
@@ -1145,7 +1145,7 @@ module Aws::Athena
|
|
1145
1145
|
|
1146
1146
|
StartCalculationExecutionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "SessionId"))
|
1147
1147
|
StartCalculationExecutionRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
1148
|
-
StartCalculationExecutionRequest.add_member(:calculation_configuration, Shapes::ShapeRef.new(shape: CalculationConfiguration, deprecated: true, location_name: "CalculationConfiguration", metadata: {"deprecatedMessage"=>"
|
1148
|
+
StartCalculationExecutionRequest.add_member(:calculation_configuration, Shapes::ShapeRef.new(shape: CalculationConfiguration, deprecated: true, location_name: "CalculationConfiguration", metadata: {"deprecatedMessage" => "Structure is deprecated."}))
|
1149
1149
|
StartCalculationExecutionRequest.add_member(:code_block, Shapes::ShapeRef.new(shape: CodeBlock, location_name: "CodeBlock"))
|
1150
1150
|
StartCalculationExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken"))
|
1151
1151
|
StartCalculationExecutionRequest.struct_class = Types::StartCalculationExecutionRequest
|
@@ -1155,7 +1155,7 @@ module Aws::Athena
|
|
1155
1155
|
StartCalculationExecutionResponse.struct_class = Types::StartCalculationExecutionResponse
|
1156
1156
|
|
1157
1157
|
StartQueryExecutionInput.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "QueryString"))
|
1158
|
-
StartQueryExecutionInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
1158
|
+
StartQueryExecutionInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
1159
1159
|
StartQueryExecutionInput.add_member(:query_execution_context, Shapes::ShapeRef.new(shape: QueryExecutionContext, location_name: "QueryExecutionContext"))
|
1160
1160
|
StartQueryExecutionInput.add_member(:result_configuration, Shapes::ShapeRef.new(shape: ResultConfiguration, location_name: "ResultConfiguration"))
|
1161
1161
|
StartQueryExecutionInput.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroupName, location_name: "WorkGroup"))
|
@@ -1184,7 +1184,7 @@ module Aws::Athena
|
|
1184
1184
|
StopCalculationExecutionResponse.add_member(:state, Shapes::ShapeRef.new(shape: CalculationExecutionState, location_name: "State"))
|
1185
1185
|
StopCalculationExecutionResponse.struct_class = Types::StopCalculationExecutionResponse
|
1186
1186
|
|
1187
|
-
StopQueryExecutionInput.add_member(:query_execution_id, Shapes::ShapeRef.new(shape: QueryExecutionId, required: true, location_name: "QueryExecutionId", metadata: {"idempotencyToken"=>true}))
|
1187
|
+
StopQueryExecutionInput.add_member(:query_execution_id, Shapes::ShapeRef.new(shape: QueryExecutionId, required: true, location_name: "QueryExecutionId", metadata: {"idempotencyToken" => true}))
|
1188
1188
|
StopQueryExecutionInput.struct_class = Types::StopQueryExecutionInput
|
1189
1189
|
|
1190
1190
|
StopQueryExecutionOutput.struct_class = Types::StopQueryExecutionOutput
|
data/lib/aws-sdk-athena/types.rb
CHANGED
@@ -622,6 +622,8 @@ module Aws::Athena
|
|
622
622
|
# Apache Hive metastore. `FEDERATED` is a federated catalog for which
|
623
623
|
# Athena creates the connection and the Lambda function for you based
|
624
624
|
# on the parameters that you pass.
|
625
|
+
#
|
626
|
+
# For `FEDERATED` type, we do not support IAM identity center.
|
625
627
|
# @return [String]
|
626
628
|
#
|
627
629
|
# @!attribute [rw] description
|
@@ -3235,7 +3237,7 @@ module Aws::Athena
|
|
3235
3237
|
# statements. `DML` indicates DML (Data Manipulation Language) query
|
3236
3238
|
# statements, such as `CREATE TABLE AS SELECT`. `UTILITY` indicates
|
3237
3239
|
# query statements other than DDL and DML, such as `SHOW CREATE
|
3238
|
-
# TABLE`,
|
3240
|
+
# TABLE`, `EXPLAIN`, `DESCRIBE`, or `SHOW TABLES`.
|
3239
3241
|
# @return [String]
|
3240
3242
|
#
|
3241
3243
|
# @!attribute [rw] result_configuration
|
data/lib/aws-sdk-athena.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.104.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-athena
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-athena/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - Amazon Athena
|
99
96
|
test_files: []
|