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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7afd64f856a052af9caa3a5cb384faaa89bfae40c5a0d8a697b3c2ee640ed82c
4
- data.tar.gz: 8475b8f4f0b64b028d3f75827f57e7881ca3662be09d7f89f025c187a4f1f7c8
3
+ metadata.gz: bbae55c73b69ff1e49894951eb92f80bd8724b3b1968968eef3f1c56647c376f
4
+ data.tar.gz: 913d7682f2f653d3a3f0865d85fc3196a94e078d7b9279c9c996fb1597ac42a9
5
5
  SHA512:
6
- metadata.gz: 04a642069675e199e6ecd1d4e3b488be69ef2ddf51a9624ca2e5a9b8cfff8c07d8e357de38cc5388861eaa1af40c9e2bf70616f5c8c53806b56ebbaf90b8aff0
7
- data.tar.gz: 3dd23aef5501a04efa28ca8831135a8a7b08645f9412145f5aca96b8e41c243eb753bb71fe8b3668d50c0700a339cabf362b49c710d082f915ec18ce631b6056
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 - Removing FEDERATED from Create/List/Delete/GetDataCatalog API
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.96.0
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.96.0'
3723
+ context[:gem_version] = '1.97.0'
3725
3724
  Seahorse::Client::Request.new(handlers, context)
3726
3725
  end
3727
3726
 
@@ -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.
@@ -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.96.0'
57
+ GEM_VERSION = '1.97.0'
58
58
 
59
59
  end
60
60
 
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.96.0
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-10-18 00:00:00.000000000 Z
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