aws-sdk-athena 1.82.0 → 1.83.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: 58ea630a6b742a6fde3149c43f422eb74f541b90254d893396cfdfe169311faf
4
- data.tar.gz: 7998c0da08093350f36485d39ec970a96b81312885f1944babd38128685d34fb
3
+ metadata.gz: 55a9433849483813f0ecb22400c8266a3ba014cfac8e150b217e4af094c2e441
4
+ data.tar.gz: 7de6ae8bfdfadfb208e6cfe837e94afabe9960fad43555999bf13780b5389916
5
5
  SHA512:
6
- metadata.gz: b40d60501e4f1ab6ba1515028a955125a2657ac3ecb5dc4eac0079bed7828826c8a62d500b076b2a1069231eb2ef35ef58f0a6b58e26d4eed68c44030add701c
7
- data.tar.gz: 02a1a43eaa1d70a7a1b15c078cb6c10eac6edf47ae60ac06f811c1f6f2782d2fe1ea82e81b5e21eb8c3346dc75b0182512a5ed794937f0cfb981b09148ff5f60
6
+ metadata.gz: 8423da16b3e5dabea193846b995d8d3a5d4813ccd533f0e666165fbf8d4a4b3914a0d39f371d78d56c8b097d45b22905d73abbaca6daf55d62c0e79e6ee93985
7
+ data.tar.gz: 900dcbad73a85ddf0fef0ba85f253ddb71c9a9da854bfe5b07759ffebf15f339f34ecc6b3869e74a4bf431f827c038d56b1ba874e6e117d2941b705cddb6c1de
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.83.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.82.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.82.0
1
+ 1.83.0
@@ -301,8 +301,9 @@ module Aws::Athena
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -3682,7 +3683,7 @@ module Aws::Athena
3682
3683
  params: params,
3683
3684
  config: config)
3684
3685
  context[:gem_name] = 'aws-sdk-athena'
3685
- context[:gem_version] = '1.82.0'
3686
+ context[:gem_version] = '1.83.0'
3686
3687
  Seahorse::Client::Request.new(handlers, context)
3687
3688
  end
3688
3689
 
@@ -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.82.0'
55
+ GEM_VERSION = '1.83.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.82.0
4
+ version: 1.83.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-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core