aws-sdk-chimesdkidentity 1.31.0 → 1.32.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: 236399a75960b058883825c048eca94285f7baf93c440792230ad77f5bf86d67
4
- data.tar.gz: 6c9dc1fc669974c2fb9f853d04c283daa73394cbc5c50395d22b9f3b4bb9f476
3
+ metadata.gz: cbeb53363fdd71787cee2aa4ac5dc393f87f42e3a7f582b0327fa03a5db1948f
4
+ data.tar.gz: 5457511eb8b8387f9f1e163ef55cf793dd20a8e2020f21746ac33384cb0700a2
5
5
  SHA512:
6
- metadata.gz: bc070ed8f732836daa6a6204d400783c1c2bfefedbf16db9436454532052b726ce7c4474385389b80bf1b27952464ab4dd56cf8cd643c64810f4d8051a0a5984
7
- data.tar.gz: ec5ec9b77dd7ade3e98a903a53c95d9778a642b8e8c3291e34e169f56f646b59c81f96141287bcfd2b781357e49bff0c2758986f878efd5707b6387179c9e0ef
6
+ metadata.gz: aef7b95ed3cae8d5532ca18df36d041ad3ad3b90e9a76cfc318b652c5131c6a11fdfe5ea09ac7bba132688afb5347976dc54af02f3547fe3fe288b1f557f1dce
7
+ data.tar.gz: df31a6f06c423266816aa7a7a0523ca8670e9e6cf0b20620109809beebd0930cd4bda2d3b5f1c4910e8ef2b500e5dc2a738437b6bbd6484c6da9d9b64ce906e6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.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.31.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.32.0
@@ -425,6 +425,12 @@ module Aws::ChimeSDKIdentity
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
  #
@@ -1667,7 +1673,7 @@ module Aws::ChimeSDKIdentity
1667
1673
  tracer: tracer
1668
1674
  )
1669
1675
  context[:gem_name] = 'aws-sdk-chimesdkidentity'
1670
- context[:gem_version] = '1.31.0'
1676
+ context[:gem_version] = '1.32.0'
1671
1677
  Seahorse::Client::Request.new(handlers, context)
1672
1678
  end
1673
1679
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-chimesdkidentity/customizations'
52
52
  # @!group service
53
53
  module Aws::ChimeSDKIdentity
54
54
 
55
- GEM_VERSION = '1.31.0'
55
+ GEM_VERSION = '1.32.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-chimesdkidentity
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.32.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