aws-sdk-textract 1.64.0 → 1.65.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: 3a9b91a5678ad27bc36e2e3cdde7030c2dd512d9dc020ce1289e728f44e75b2c
4
- data.tar.gz: 8ec4adb76523c07491d0da3904bd3bdd220bf81118395ca1de83dbb5cef24cac
3
+ metadata.gz: '0708adedcbdf0522511bd121446a846b47b56fa9b38c10f7079e2fe4cc869a86'
4
+ data.tar.gz: c71b6e862c7e89efebddbdcd8be477bbacdb9b127c7aec73dc50c9568a557535
5
5
  SHA512:
6
- metadata.gz: ca9f6babb0ff4a2bded2d01e2785b1f715afc07f00862d6fd6892cbb7851df9709c5387bea59d87d969402ad5501111aeba194434af1b148a02f9b0a95358b83
7
- data.tar.gz: 0ca04a8fd0a7656e9208c3fb4f711f216ccacad12fa31d6cecde2ca80b79002f9c81d82065dd1e531d31b5c30437e0a2b41aabd4f96684305d3f964db5a3b124
6
+ metadata.gz: d9db2246de1f0b27c7720eceed6aeb65dd156151a292f0a4e1e357bbb2cf761cfe497b1799505bc090bcf67e8a8bc60781e74fce0b2fa761c3cbbbd3acce6387
7
+ data.tar.gz: 884f9a3b4fdfc8e574a4390c28c6fb551419eb0c997f1d2471927a1ad6e29340bc93fd893a14a25b15d11954e3455eebefcf6508efb87ad883823f289e715877
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.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.64.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.65.0
@@ -432,6 +432,12 @@ module Aws::Textract
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
  #
@@ -2782,7 +2788,7 @@ module Aws::Textract
2782
2788
  tracer: tracer
2783
2789
  )
2784
2790
  context[:gem_name] = 'aws-sdk-textract'
2785
- context[:gem_version] = '1.64.0'
2791
+ context[:gem_version] = '1.65.0'
2786
2792
  Seahorse::Client::Request.new(handlers, context)
2787
2793
  end
2788
2794
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-textract/customizations'
52
52
  # @!group service
53
53
  module Aws::Textract
54
54
 
55
- GEM_VERSION = '1.64.0'
55
+ GEM_VERSION = '1.65.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-textract
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.64.0
4
+ version: 1.65.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