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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7fed59f59ff14e96e01d1a68500c53f12acef35fa69b3175daa25fcb59b5d21b
4
- data.tar.gz: e5c44d4da2efee8a16e2e5e167a75b646a075b13c10ad0adabc02b7bddb8e5d4
3
+ metadata.gz: f8d40f11b9096da1063381307e84b61b6f2445c20820330f5cd9403bd78ccead
4
+ data.tar.gz: 00e59e6fbaa32976a96646f8aefb951e3fc3d4021f4750031ca3232da0b4e047
5
5
  SHA512:
6
- metadata.gz: a3cc5848d2fcbe1a3f972266323efecbd97f8394727f614155e086777328b5979c7c62db42a17e5baeef94584209c2f259c9093555449e749022f06f617ab84b
7
- data.tar.gz: 190dc058e0655afc659e8b607a7b77cb0918947dc9517800ae3b380da41a900ea7fdd70329a3d7020310148562f8fc49bc34ba20f00a791c02b8095e984199ab
6
+ metadata.gz: d19c7785f24743cff8e0ca32a714a7eda5bd3c8316a189f3fd8e17439c0dd72e084a14f201c453b64c849436b963252acac5812317128187e8cdd26d0fd15509
7
+ data.tar.gz: e56342327057a249b4954ddf77f1e4be928da94a9479be3337a57f3ee15a0b86632f87496c395cfa80357d76b89cf77c2810752b2edbbae5f9722e3729504036
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.0 (2024-06-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.61.0 (2024-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.61.0
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.61.0'
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",
@@ -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.61.0'
55
+ GEM_VERSION = '1.62.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.61.0
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-25 00:00:00.000000000 Z
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