aws-sdk-textract 1.61.0 → 1.62.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-textract/client.rb +1 -1
- data/lib/aws-sdk-textract/client_api.rb +2 -0
- 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: f8d40f11b9096da1063381307e84b61b6f2445c20820330f5cd9403bd78ccead
|
|
4
|
+
data.tar.gz: 00e59e6fbaa32976a96646f8aefb951e3fc3d4021f4750031ca3232da0b4e047
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d19c7785f24743cff8e0ca32a714a7eda5bd3c8316a189f3fd8e17439c0dd72e084a14f201c453b64c849436b963252acac5812317128187e8cdd26d0fd15509
|
|
7
|
+
data.tar.gz: e56342327057a249b4954ddf77f1e4be928da94a9479be3337a57f3ee15a0b86632f87496c395cfa80357d76b89cf77c2810752b2edbbae5f9722e3729504036
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.62.0
|
|
@@ -2756,7 +2756,7 @@ module Aws::Textract
|
|
|
2756
2756
|
params: params,
|
|
2757
2757
|
config: config)
|
|
2758
2758
|
context[:gem_name] = 'aws-sdk-textract'
|
|
2759
|
-
context[:gem_version] = '1.
|
|
2759
|
+
context[:gem_version] = '1.62.0'
|
|
2760
2760
|
Seahorse::Client::Request.new(handlers, context)
|
|
2761
2761
|
end
|
|
2762
2762
|
|
|
@@ -843,9 +843,11 @@ module Aws::Textract
|
|
|
843
843
|
|
|
844
844
|
api.metadata = {
|
|
845
845
|
"apiVersion" => "2018-06-27",
|
|
846
|
+
"auth" => ["aws.auth#sigv4"],
|
|
846
847
|
"endpointPrefix" => "textract",
|
|
847
848
|
"jsonVersion" => "1.1",
|
|
848
849
|
"protocol" => "json",
|
|
850
|
+
"protocols" => ["json"],
|
|
849
851
|
"serviceFullName" => "Amazon Textract",
|
|
850
852
|
"serviceId" => "Textract",
|
|
851
853
|
"signatureVersion" => "v4",
|
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.62.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-06-
|
|
11
|
+
date: 2024-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|