aws-sdk-athena 1.85.0 → 1.86.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: 5ee9860fb4ea3459d4a4388cb29b324798579052ec25fa1a7356e0f28f61cef1
4
- data.tar.gz: ca276156c041ad864a11caf307651b9c6843abde15c4fbdde4966ea1c166a645
3
+ metadata.gz: afadb7c5c7590e8c5b1fa50d1beebf767502e75d2e1f821defdf55dca9479b33
4
+ data.tar.gz: 2fb7eed445846d359986dd4d0a38df7c98c485bbf4b7066c8019c507b473c1fc
5
5
  SHA512:
6
- metadata.gz: 67517ff98f4846c1331294f285ba04cb656c44320f87ef587b9764e2412b60d6938a27c7f73f5e2ea746436df426f73a9041523cd5d65431fcd42771e9e947e9
7
- data.tar.gz: 92f36a97adb393f3e2ac76d634fd5cf327497f5920595b8bc9ae0cd3a2d74e485606cc71d81f7c9298b0bc45bcc20e5aad0758875ca84462df830d70a20f5723
6
+ metadata.gz: 2f20a3a36545cc64eb57df048d8021ea002232ea5e8eb0bb69d13cfd596a2b28f6590ff9f8738ff1b7b73bb0c4be1ec07e7bc11a0427f5b61a138ca5ae18e6e5
7
+ data.tar.gz: fae72067c1a2ba63af5fe88402c7d2e7b394f655bcd89b3d83e07a38d607c6ffbe3d92ea35268254f10859cdb6d9dd45b40464df89faf4dea6472853f21df7c5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.0 (2024-06-19)
5
+ ------------------
6
+
7
+ * Feature - Add v2 smoke tests and smithy smokeTests trait for SDK testing.
8
+
4
9
  1.85.0 (2024-06-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.86.0
@@ -3685,7 +3685,7 @@ module Aws::Athena
3685
3685
  params: params,
3686
3686
  config: config)
3687
3687
  context[:gem_name] = 'aws-sdk-athena'
3688
- context[:gem_version] = '1.85.0'
3688
+ context[:gem_version] = '1.86.0'
3689
3689
  Seahorse::Client::Request.new(handlers, context)
3690
3690
  end
3691
3691
 
@@ -1356,6 +1356,7 @@ module Aws::Athena
1356
1356
 
1357
1357
  api.metadata = {
1358
1358
  "apiVersion" => "2017-05-18",
1359
+ "auth" => ["aws.auth#sigv4"],
1359
1360
  "endpointPrefix" => "athena",
1360
1361
  "jsonVersion" => "1.1",
1361
1362
  "protocol" => "json",
@@ -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.85.0'
55
+ GEM_VERSION = '1.86.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.85.0
4
+ version: 1.86.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-06-05 00:00:00.000000000 Z
11
+ date: 2024-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core