aws-sdk-comprehend 1.99.0 → 1.100.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: 027a7eb0c907fa51eac26bbb8baa0832af39a6b6336e212399a868a0d3139f25
4
- data.tar.gz: a9cfedabf9295e5161b72971ad0b47117286f2219161ec962c3fadba63cefc1b
3
+ metadata.gz: 7422c4a062dfaf2cd2082e03299616242a024c0dd0082cf4fb9141d6aa95a4a8
4
+ data.tar.gz: 2698ca183a567004e74dedda5267edf4160a9c0ad5422976d7f1fdf72028f979
5
5
  SHA512:
6
- metadata.gz: ede2d4fc8da2946a0f335dc747ed2f86f67fa44b56d640878948939fc2f6f0a7d98f9ad9437b193ba087c831ce7473fd7b54419c8a2618c50bd172a7f4f2e3d0
7
- data.tar.gz: 7d0c44b0ddd56e36fb56475228f5d1d3c9c81e038ccd8a58fd424a68151ab615166f196ccea92581cbfbe19d298860be6a9cf17492577d8fb85e8b082377ba99
6
+ metadata.gz: d1c5a73dbe7ade1f1d733770537062c340d4aba67ea7e365842f01530406b7ac23784a19a2a7071160ff46d23117d34ef6f7a6810228c475884f7c828cf828be
7
+ data.tar.gz: c3eb0069e32ea969a75eae4388cd6a03d6f426fc1d5ffaac4d9dbe86a66a314ffb48b973cc721ee5b786d85444360a6fefa8cdfbd327e4488ae56837fa989410
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.100.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.99.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.99.0
1
+ 1.100.0
@@ -200,8 +200,7 @@ module Aws::Comprehend
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
@@ -5996,7 +5995,7 @@ module Aws::Comprehend
5996
5995
  tracer: tracer
5997
5996
  )
5998
5997
  context[:gem_name] = 'aws-sdk-comprehend'
5999
- context[:gem_version] = '1.99.0'
5998
+ context[:gem_version] = '1.100.0'
6000
5999
  Seahorse::Client::Request.new(handlers, context)
6001
6000
  end
6002
6001
 
@@ -54,7 +54,7 @@ module Aws::Comprehend
54
54
  autoload :EndpointProvider, 'aws-sdk-comprehend/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-comprehend/endpoints'
56
56
 
57
- GEM_VERSION = '1.99.0'
57
+ GEM_VERSION = '1.100.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-comprehend
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.99.0
4
+ version: 1.100.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services