aws-sdk-comprehend 1.88.0 → 1.90.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-comprehend/client.rb +7 -1
- data/lib/aws-sdk-comprehend/endpoints.rb +85 -340
- data/lib/aws-sdk-comprehend/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-comprehend.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 866a371539d68e11ddcbac0866e46537ac342cbcc86537f96a45c60c4d450c74
|
4
|
+
data.tar.gz: 63c224de0df45929569e89bb9fa7844b98860e496c81b937da1ca8e9f4dab8f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 813b8dd9fc51acf03584a54c116bc7bb30ada0c68129dbdd1ce7fe0029c2cf73db535812ba4ace0c7fb7668f8d2c5d539a3d888f08395e76b79d413a0f6f860c
|
7
|
+
data.tar.gz: b1a40f63c539fe42851fe66fa3f41037fb9464771bc8207cfc07e071ec15bdbc1d2a358d41de49b31398e87f9aefcfa8ec094c1aaf4205243bc04ce0d9e1623a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.90.0 (2024-09-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.89.0 (2024-09-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.88.0 (2024-09-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.90.0
|
@@ -432,6 +432,12 @@ module Aws::Comprehend
|
|
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
|
#
|
@@ -5963,7 +5969,7 @@ module Aws::Comprehend
|
|
5963
5969
|
tracer: tracer
|
5964
5970
|
)
|
5965
5971
|
context[:gem_name] = 'aws-sdk-comprehend'
|
5966
|
-
context[:gem_version] = '1.
|
5972
|
+
context[:gem_version] = '1.90.0'
|
5967
5973
|
Seahorse::Client::Request.new(handlers, context)
|
5968
5974
|
end
|
5969
5975
|
|