aws-sdk-connect 1.173.0 → 1.174.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: f9bd5a387b9012ed1aff48bc271fec37681837347616154b1b6da0bf85060bec
4
- data.tar.gz: 5e8b8d60127400c3864ae8a3af1338f1fa275378a7415c77d3b28c7192ff3acb
3
+ metadata.gz: f7ed95b0a1d1e3c809f11a078bf46b5df65dabb009e5b18fd8e3b3742a255577
4
+ data.tar.gz: 136557d4c4221d3491941dcd6666c65612552b472a070963bad327ea2a112166
5
5
  SHA512:
6
- metadata.gz: c35af3aed6a4607330f3fc17034cdf009139e3cbc6fe1845a0508f1c43475a42cff333ea6a72fdf1abdc3c1ca6dcf7698e906d76eb14de788e3f9ac669055deb
7
- data.tar.gz: '00038a551a3eb2591384a34239687953e2ce949d8e8288b24d880c0666e6f7fee514b9af0045e3e842f422b84263cfe39a70464aeae56f3971187242b07fc4cf'
6
+ metadata.gz: 15fa25aa597f9f653c5d5cd326f902910beebbaddd17cf98b0da2de6c22550cc785749cacbc4d844a257f7058949b91b15452cb9fa9de38bd6c063bb606f5145
7
+ data.tar.gz: 376911981fa5a070c48aabf94dd4ca6add9f371ef515e296c1ff6282fcbfe4d62033723ea97dc536735e6afb6adf5675552abd14ccaaebc7a718efe4b3fb2675
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.174.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.173.0 (2024-09-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.173.0
1
+ 1.174.0
@@ -425,6 +425,12 @@ module Aws::Connect
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
  #
@@ -18309,7 +18315,7 @@ module Aws::Connect
18309
18315
  tracer: tracer
18310
18316
  )
18311
18317
  context[:gem_name] = 'aws-sdk-connect'
18312
- context[:gem_version] = '1.173.0'
18318
+ context[:gem_version] = '1.174.0'
18313
18319
  Seahorse::Client::Request.new(handlers, context)
18314
18320
  end
18315
18321
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-connect/customizations'
52
52
  # @!group service
53
53
  module Aws::Connect
54
54
 
55
- GEM_VERSION = '1.173.0'
55
+ GEM_VERSION = '1.174.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.173.0
4
+ version: 1.174.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-05 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