aws-sdk-textract 1.64.0 → 1.65.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-textract/client.rb +7 -1
- data/lib/aws-sdk-textract.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0708adedcbdf0522511bd121446a846b47b56fa9b38c10f7079e2fe4cc869a86'
|
4
|
+
data.tar.gz: c71b6e862c7e89efebddbdcd8be477bbacdb9b127c7aec73dc50c9568a557535
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9db2246de1f0b27c7720eceed6aeb65dd156151a292f0a4e1e357bbb2cf761cfe497b1799505bc090bcf67e8a8bc60781e74fce0b2fa761c3cbbbd3acce6387
|
7
|
+
data.tar.gz: 884f9a3b4fdfc8e574a4390c28c6fb551419eb0c997f1d2471927a1ad6e29340bc93fd893a14a25b15d11954e3455eebefcf6508efb87ad883823f289e715877
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
2791
|
+
context[:gem_version] = '1.65.0'
|
2786
2792
|
Seahorse::Client::Request.new(handlers, context)
|
2787
2793
|
end
|
2788
2794
|
|
data/lib/aws-sdk-textract.rb
CHANGED
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.
|
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-
|
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
|