aws-sdk-athena 1.90.0 → 1.91.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: 5bde59ecff2fbce6f0c1ee67a24842f4779dbd58272f1205cf9841f2fc3c71b7
4
- data.tar.gz: 8ad65d6913626913854fcb5479e46ccefd038ab50fdb8dca24cb1b4c62a2f488
3
+ metadata.gz: b2419bb1ca9c9186e37cf3244919f6010441132af4508d504a93d6040a71988e
4
+ data.tar.gz: ab39a3700765d12264cd1cd3f3aecee8a3e181beb10dbb724e10c124cfc3d607
5
5
  SHA512:
6
- metadata.gz: fc25f31127dcd4673f2e009b0537cdeefc8949dcb270013147d8266d46c1cab983d5ac41e1bcde5576ede67375927c987dd864ee21d2a9f955a5d821422f4805
7
- data.tar.gz: 9192d472eb5e05b61ac42d28899aa14eb47d7f818a8742bca1afe6fe62105aa0641e17f3e559a222169beb2acaff2571c2e517d9783f97f32e1bb484751f036b
6
+ metadata.gz: daa8798b1d30ab78a99d3678e074c3f369ca8039e084c69bdeb8bbb21cfdd33379224b8be7a5c5d2528588df53f85d5c54d16d036a6e01494c063a46b2fa2623
7
+ data.tar.gz: 11833297b0261a310972434b5a2ea7167fe7a554c6b7ca5540a3718a54c79e3e900c21e826990dd655797baca13fdd2d184cd2d06d287ee1b926c14666b15e0d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.91.0 (2024-09-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.90.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.91.0
@@ -432,6 +432,12 @@ module Aws::Athena
432
432
  # @option options [String] :ssl_ca_store
433
433
  # Sets the X509::Store to verify peer certificate.
434
434
  #
435
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
436
+ # Sets a client certificate when creating http connections.
437
+ #
438
+ # @option options [OpenSSL::PKey] :ssl_key
439
+ # Sets a client key when creating http connections.
440
+ #
435
441
  # @option options [Float] :ssl_timeout
436
442
  # Sets the SSL timeout in seconds
437
443
  #
@@ -3711,7 +3717,7 @@ module Aws::Athena
3711
3717
  tracer: tracer
3712
3718
  )
3713
3719
  context[:gem_name] = 'aws-sdk-athena'
3714
- context[:gem_version] = '1.90.0'
3720
+ context[:gem_version] = '1.91.0'
3715
3721
  Seahorse::Client::Request.new(handlers, context)
3716
3722
  end
3717
3723
 
@@ -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.90.0'
55
+ GEM_VERSION = '1.91.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.90.0
4
+ version: 1.91.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-09-03 00:00:00.000000000 Z
11
+ date: 2024-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core