aws-sdk-athena 1.101.0 → 1.102.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 843ceee65898414680f8d3de5106d3dc298c88103584faa2add7d8cb5682c5fc
4
- data.tar.gz: 54907ac393dfabf49f991e360d04d05e488d26059b491ba7ab1bd55614d9a252
3
+ metadata.gz: c5f4fdc8fa2240d9935e4feaa7a86cd4e2cd5ee567f4af122e8f601e7f29c896
4
+ data.tar.gz: f952397406e5bc90a7dad3e2be277157877667d1a48ce5ef6302d3d64bb983e1
5
5
  SHA512:
6
- metadata.gz: b2c55aa76c8a2705d312f94e597dcf944735875abb4c05680aa598451d60cf72b37c766dfde5d2a2464d619546aad2b320ded7ee04bff98a90684031d2aef2d0
7
- data.tar.gz: 48bee08b061f7b928b0a033fbfc5fa46ffeaa487971cc3bce3bb944086c90f2f2951b9af24189c5c6aed95d4fbc9d457752f68bdf4b0d97fc6fa8d627f238f81
6
+ metadata.gz: 0e720718b6f091dbc9524668851ffd695091f15d15abc5ee62c394799943786adf582224344749574a2c7a2270e964492d809941454513137630c36b5507d036
7
+ data.tar.gz: ca85aaf7ad2e639ec42d7abf819de8a7f72417b51cf2621dfe1cefd64ad408090879a9817175c4c291eadca86d22e83f96b7c911811c1310d963eff4ba063ac3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.102.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.101.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.101.0
1
+ 1.102.0
@@ -3832,7 +3832,7 @@ module Aws::Athena
3832
3832
  tracer: tracer
3833
3833
  )
3834
3834
  context[:gem_name] = 'aws-sdk-athena'
3835
- context[:gem_version] = '1.101.0'
3835
+ context[:gem_version] = '1.102.0'
3836
3836
  Seahorse::Client::Request.new(handlers, context)
3837
3837
  end
3838
3838
 
@@ -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"=>"Kepler Post GA Tasks : https://sim.amazon.com/issues/ATHENA-39828"}))
1148
+ StartCalculationExecutionRequest.add_member(:calculation_configuration, Shapes::ShapeRef.new(shape: CalculationConfiguration, deprecated: true, location_name: "CalculationConfiguration", metadata: {"deprecatedMessage" => "Kepler Post GA Tasks : https://sim.amazon.com/issues/ATHENA-39828"}))
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
@@ -54,7 +54,7 @@ module Aws::Athena
54
54
  autoload :EndpointProvider, 'aws-sdk-athena/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-athena/endpoints'
56
56
 
57
- GEM_VERSION = '1.101.0'
57
+ GEM_VERSION = '1.102.0'
58
58
 
59
59
  end
60
60
 
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.101.0
4
+ version: 1.102.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: 2025-02-18 00:00:00.000000000 Z
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.4.10
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: []