aws-sdk-textract 1.75.0 → 1.76.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: ca9d8ddd3df263f70176d23513549215423ab5e70f522d9a1b13da855497a611
4
- data.tar.gz: c6e8b62abdad3ef926b10380408149d962e1ea5a90926a048513e5fe25f1fde0
3
+ metadata.gz: 6e93b67a9b765bcd63936c620df212ee08ef29271b48d91769ac3582f8d6db4a
4
+ data.tar.gz: 5a84615b574adceb7c0d75f9b6759b60f8e100aafd78d4c24788fc5c31dfc1ce
5
5
  SHA512:
6
- metadata.gz: a168736d1b3ae147cd651c633c984c6d7f60e816b72be1715e0fa8cfc0a5d99880a3d4bb16db1964e654b761477b0e4eafc927a005d6b976deecfd538ccfd95f
7
- data.tar.gz: 78477a0df7a1b170deab961ebe24df28b861ba77e140b2aece288aaef051ed9bc6ba9eeb5f6c5af2135a550233cdcde3b9f4e062bd6ff7d93e2472d784a6b79a
6
+ metadata.gz: e088a5fb5c31b78530b899f48a3c869d18d247c38d7a03acc60510152cee558bb6f918c368d87f37eb4a3c7f464cda153791cdde774eda689913b6cc8b5b1294
7
+ data.tar.gz: 1d65507a290d84b943493bb1ba8651882f3db4808ccde89713e6b3e419c1eab41973fab462841c600da0595e54615847e587cd96ab3458eae12f08ac0a5dd478
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.75.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.76.0
@@ -200,8 +200,7 @@ module Aws::Textract
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -2815,7 +2814,7 @@ module Aws::Textract
2815
2814
  tracer: tracer
2816
2815
  )
2817
2816
  context[:gem_name] = 'aws-sdk-textract'
2818
- context[:gem_version] = '1.75.0'
2817
+ context[:gem_version] = '1.76.0'
2819
2818
  Seahorse::Client::Request.new(handlers, context)
2820
2819
  end
2821
2820
 
@@ -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.75.0'
57
+ GEM_VERSION = '1.76.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-textract
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.75.0
4
+ version: 1.76.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services