aws-sdk-athena 1.96.0 → 1.97.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 +6 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-athena/client.rb +1 -2
- data/lib/aws-sdk-athena/types.rb +0 -2
- 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: bbae55c73b69ff1e49894951eb92f80bd8724b3b1968968eef3f1c56647c376f
|
|
4
|
+
data.tar.gz: 913d7682f2f653d3a3f0865d85fc3196a94e078d7b9279c9c996fb1597ac42a9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6c7f11069da6047f8be4ba3d58cd1ef56f70bcf47234e72b972df765eeb9aef8ec310d19b9e937cbf3bfff7fc1dd7c335f55d1773eb217c3b7eb7275a568785
|
|
7
|
+
data.tar.gz: 1b87a2f0f6b5d1fa1b39f019119d8139b209771459b2f2160a2b4cfc80ea021d845d70988e5135f6fabdb89cc5765068910264d54a7b9c7d9a0212a3b08b3382
|
data/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.97.0 (2024-11-18)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
4
9
|
1.96.0 (2024-10-18)
|
|
5
10
|
------------------
|
|
6
11
|
|
|
7
|
-
* Feature -
|
|
12
|
+
* Feature - Remove DataCatalog from Create/DeleteDataCatalog. Remove Status, ConnectionType, and Error from DataCatalog and DataCatalogSummary. These were released inadvertently with no functionality. They were not populated or populated with a default value. Code related to these changes can be safely removed.
|
|
8
13
|
|
|
9
14
|
1.95.0 (2024-09-24)
|
|
10
15
|
------------------
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.97.0
|
|
@@ -733,7 +733,6 @@ module Aws::Athena
|
|
|
733
733
|
# function.
|
|
734
734
|
#
|
|
735
735
|
# `function=lambda_arn `
|
|
736
|
-
#
|
|
737
736
|
# * The `GLUE` type takes a catalog ID parameter and is required. The `
|
|
738
737
|
# catalog_id ` is the account ID of the Amazon Web Services account to
|
|
739
738
|
# which the Glue Data Catalog belongs.
|
|
@@ -3721,7 +3720,7 @@ module Aws::Athena
|
|
|
3721
3720
|
tracer: tracer
|
|
3722
3721
|
)
|
|
3723
3722
|
context[:gem_name] = 'aws-sdk-athena'
|
|
3724
|
-
context[:gem_version] = '1.
|
|
3723
|
+
context[:gem_version] = '1.97.0'
|
|
3725
3724
|
Seahorse::Client::Request.new(handlers, context)
|
|
3726
3725
|
end
|
|
3727
3726
|
|
data/lib/aws-sdk-athena/types.rb
CHANGED
|
@@ -639,7 +639,6 @@ module Aws::Athena
|
|
|
639
639
|
# Lambda function.
|
|
640
640
|
#
|
|
641
641
|
# `function=lambda_arn `
|
|
642
|
-
#
|
|
643
642
|
# * The `GLUE` type takes a catalog ID parameter and is required. The
|
|
644
643
|
# ` catalog_id ` is the account ID of the Amazon Web Services
|
|
645
644
|
# account to which the Glue Data Catalog belongs.
|
|
@@ -956,7 +955,6 @@ module Aws::Athena
|
|
|
956
955
|
# Lambda function.
|
|
957
956
|
#
|
|
958
957
|
# `function=lambda_arn `
|
|
959
|
-
#
|
|
960
958
|
# * The `GLUE` type takes a catalog ID parameter and is required. The
|
|
961
959
|
# ` catalog_id ` is the account ID of the Amazon Web Services
|
|
962
960
|
# account to which the Glue catalog belongs.
|
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.97.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: 2024-
|
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|