aws-sdk-qconnect 1.15.0 → 1.16.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 68995d6f1e18dbefc92f73e339d4f93f0a76487102377c2f7e448078c985bed4
4
- data.tar.gz: c9fa89dabe4ac6409cb6c2b06c6a2af5073cbaabb8f5234cd3c6f8ea2ff80bff
3
+ metadata.gz: 4c102d23eed34c05518c431d6d6443ea82c4cbb53a560848c656d79df73bad51
4
+ data.tar.gz: eb635da2bb1eb90dec25ecc629ff59b222706f11020df5f5b78e6a4a404fae00
5
5
  SHA512:
6
- metadata.gz: 460f6eb5a73cbf2ac914c98c66b6f543bac927c29f9505ee5718a5cefa676caf6a893a5f96720b6e694971905656de5d1cefff39e99a7309f77932497ac0929e
7
- data.tar.gz: 8b7c18239725facaf4a8c4baa43e55eb60e4937fbd520d287c0ce42e5ae4fa2db111fab46f913459f5426f31c4c1eb09837217b9f06ce2f8955a6fb70d995436
6
+ metadata.gz: 432ea740f773d3bec188f90c44cd1c3516311c4db2dc798c2c16132c4930a8585f691d66cb5de35dde2478482f1bffd94a94df7ff75a7e63d2eb2282999bc013
7
+ data.tar.gz: 472a82604291600aaedffb328bbe6f5bacec7850859433388419c83e1af39a92d860df86adacbb0c6d289f84a455e21952a1e3addf0e091ac3ec3b0d7cc35603
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.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.15.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.16.0
@@ -425,6 +425,12 @@ module Aws::QConnect
425
425
  # @option options [String] :ssl_ca_store
426
426
  # Sets the X509::Store to verify peer certificate.
427
427
  #
428
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
429
+ # Sets a client certificate when creating http connections.
430
+ #
431
+ # @option options [OpenSSL::PKey] :ssl_key
432
+ # Sets a client key when creating http connections.
433
+ #
428
434
  # @option options [Float] :ssl_timeout
429
435
  # Sets the SSL timeout in seconds
430
436
  #
@@ -3401,7 +3407,7 @@ module Aws::QConnect
3401
3407
  tracer: tracer
3402
3408
  )
3403
3409
  context[:gem_name] = 'aws-sdk-qconnect'
3404
- context[:gem_version] = '1.15.0'
3410
+ context[:gem_version] = '1.16.0'
3405
3411
  Seahorse::Client::Request.new(handlers, context)
3406
3412
  end
3407
3413
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-qconnect/customizations'
52
52
  # @!group service
53
53
  module Aws::QConnect
54
54
 
55
- GEM_VERSION = '1.15.0'
55
+ GEM_VERSION = '1.16.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-qconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.16.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