aws-sdk-ivschat 1.30.0 → 1.31.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: 14ad610379e351e6ef52726c38d8450462beebde97f9a73b7a9d5124a994b07f
4
- data.tar.gz: 6818f29d2553ac3e5e27b46afd04a547f2bb960974b63203d7b403e6c64dfea7
3
+ metadata.gz: 76ef72f1f5e5cc81cdebe2d9d7e8ebfb17891ed5db12678d31ee09ed60fe9ab4
4
+ data.tar.gz: 244547c9e9215023779d7d135ac8c3c0428a259f0a76bd420e563417db3f5ecf
5
5
  SHA512:
6
- metadata.gz: ab6c6a6c8c5f0268991dcea3ed88eb0b0f939b47d2f82871c8b9066e39edd4fed179b157865b52b9d2d055b0dc4b973f46a250b333cc8616d85afc18601c3919
7
- data.tar.gz: a5ceca5b083f00d0ce68f4a7907176d2fb90e18c5803324f03f92735c4b461806176dc8567a2ec96635e93aee844a0b910d19336574fd1a7ebb23df233725aa2
6
+ metadata.gz: d48437eb74319624394576cb9dbcf59dac83c418c6f034c30be275b6c76d45b065e0051bbca45c474fe9637b517b9113a1e30063bce80a7839d41a7c4fefe384
7
+ data.tar.gz: e4e4c24045d7f196f53b2c50f8f2d5c048b05bb08bcf9a771d07cbea53fb26bf3b121f3b4cb39ee4ac6f3854ea114026765ea59053a13852dc8e261f35eb6457
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.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.30.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.31.0
@@ -425,6 +425,12 @@ module Aws::Ivschat
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
  #
@@ -1312,7 +1318,7 @@ module Aws::Ivschat
1312
1318
  tracer: tracer
1313
1319
  )
1314
1320
  context[:gem_name] = 'aws-sdk-ivschat'
1315
- context[:gem_version] = '1.30.0'
1321
+ context[:gem_version] = '1.31.0'
1316
1322
  Seahorse::Client::Request.new(handlers, context)
1317
1323
  end
1318
1324
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-ivschat/customizations'
53
53
  # @!group service
54
54
  module Aws::Ivschat
55
55
 
56
- GEM_VERSION = '1.30.0'
56
+ GEM_VERSION = '1.31.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ivschat
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.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