aws-sdk-textract 1.70.0 → 1.71.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 68918c80708a58116e98bfa6e9426663f7702da13abbbe1448e58796f02e9b49
4
- data.tar.gz: c5b859c0b68c88e2ad99ee09cbcc4cc99f7ebdfb594a177f4b7840bd34f78fa6
3
+ metadata.gz: 5a214688d45c182b11cecf5e03988e19423b240d09b0f79794bd252003395359
4
+ data.tar.gz: 60fe2c6d64da6c1fd15a24c097be95ccdc4d7e7138340d19ac14ba12cd83c017
5
5
  SHA512:
6
- metadata.gz: 7014389c1c0ec1c4681583c09f1eb60a545712b5ead4d246ff7bd410fb37bc32586323f5714d1b6251c2005b97aa38c2520c63efc398ac32c92b897b42f00e67
7
- data.tar.gz: 31f09ba4350a3de2196a659d957968513168dfc86de99a93baa5e8332fa3e668c919e4add8baa7435f8b11f0612c0dacba73524d7426c308b361abd11c124383
6
+ metadata.gz: 8222a5db279071947e034d1fb3d2194ac58ba22cd2cc64b99a20688ddad5ca92537525d8d7069ad0f43b25c50555c915c58e409147a6e1c2eeb072d0aa9aa2ef
7
+ data.tar.gz: ac8c2c6748dda328317bf7d59254d97ef5b2b272d93220a443077c2b59218ddc7af4f5811a8f09edfe6d9b86b115cef9d28f3a8e1a3041411beb2d22eeff38d8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.70.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -2792,7 +2792,7 @@ module Aws::Textract
2792
2792
  tracer: tracer
2793
2793
  )
2794
2794
  context[:gem_name] = 'aws-sdk-textract'
2795
- context[:gem_version] = '1.70.0'
2795
+ context[:gem_version] = '1.71.0'
2796
2796
  Seahorse::Client::Request.new(handlers, context)
2797
2797
  end
2798
2798
 
@@ -589,7 +589,7 @@ module Aws::Textract
589
589
  # cell can be a row of a table or an additional, smaller table that
590
590
  # contains summary information for another table.
591
591
  #
592
- # * <i>STRUCTURED\_TABLE </i> - Identifies a table with column headers
592
+ # * <i>STRUCTURED_TABLE </i> - Identifies a table with column headers
593
593
  # where the content of each row corresponds to the headers.
594
594
  #
595
595
  # * *SEMI\_STRUCTURED\_TABLE* - Identifies a non-structured table.
@@ -54,7 +54,7 @@ module Aws::Textract
54
54
  autoload :EndpointProvider, 'aws-sdk-textract/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-textract/endpoints'
56
56
 
57
- GEM_VERSION = '1.70.0'
57
+ GEM_VERSION = '1.71.0'
58
58
 
59
59
  end
60
60
 
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.70.0
4
+ version: 1.71.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core