aws-sdk-rekognition 1.103.0 → 1.104.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: ae8d362c907ce69e43d788bdf1f9adba5847cb7416d7e1744265e6e17b340ea1
4
- data.tar.gz: c70ffe2d34659cf344a7df9e51967a98b47ad79b766069b870d17bce8dddb5df
3
+ metadata.gz: b099451e3822c6c85f9c7680d89a874a5a62c71b69ae1ec48416059d614b80be
4
+ data.tar.gz: fcec95abefbba6b046b56c2c49fec6501ba85973d15c75f5c7b8cee30aa58553
5
5
  SHA512:
6
- metadata.gz: 4ae1e3a5954cfb505611fbe063e1ffa9fec6d48af74f3f8c751c2641df009094319202c953a31a91651d4224751e9daef1870df7e961579eee20ea28659695e3
7
- data.tar.gz: f11cbe2207628e3d82f9ba006c4a9cb951388a313e9eb108b461d2576fd2845ab1c187b8ee7857fa067297062a42fbe019b0d3292004680a6533378b1a232312
6
+ metadata.gz: bea42969fee89632a4f231e22ca63c1b026ff4d6ad48894347d6b6a2605305b43be961136aee97967939c89c64a0d11d470d2336baa25a325e76deb253181d03
7
+ data.tar.gz: cb68afa9238f17b44a8123606dac51c932cd304bc9366159c6ba269436a0d91dbdb3e4f57a972b1db523bbf88618ef3786fe9e6e50b774fc23c00ff5f9e16771
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.104.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.103.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.103.0
1
+ 1.104.0
@@ -432,6 +432,12 @@ module Aws::Rekognition
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
  #
@@ -8449,7 +8455,7 @@ module Aws::Rekognition
8449
8455
  tracer: tracer
8450
8456
  )
8451
8457
  context[:gem_name] = 'aws-sdk-rekognition'
8452
- context[:gem_version] = '1.103.0'
8458
+ context[:gem_version] = '1.104.0'
8453
8459
  Seahorse::Client::Request.new(handlers, context)
8454
8460
  end
8455
8461
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-rekognition/customizations'
53
53
  # @!group service
54
54
  module Aws::Rekognition
55
55
 
56
- GEM_VERSION = '1.103.0'
56
+ GEM_VERSION = '1.104.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rekognition
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.103.0
4
+ version: 1.104.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