aws-sdk-rekognition 1.114.0 → 1.115.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: dd1ce1d626fad6300840da596985a3bd25ecbd2272dcb5af854d6e5c29972f8a
4
- data.tar.gz: 28ee9bcf13283b1f5ecdf49fc7e90367b3e22e842848e1acc5ec09096c7f3ee2
3
+ metadata.gz: e5a3b744592509d433366e38c4185786deae07c24b49f8700b4db793250b2e6e
4
+ data.tar.gz: 06aba5a0d0cafb7b18f6687feaf6cc4dcc2aeb1506675f331553bdb79474ea65
5
5
  SHA512:
6
- metadata.gz: 5c6e67281929e9840144e6e7dc1ee27904cb66233880e09f477914f05a6e17c507973fde136959a390c26ebde21126f0677e6cfaef3b1a87bba5bfb6887d96c1
7
- data.tar.gz: f9d4934004e4a275b3dc5a6544845819c9d512ba849b3f16cd2d7d0272270d722ee6403319a46a0cd26fa2b319bbf5fb89fead6e23612c1548a795d838da0da9
6
+ metadata.gz: da9b6fc6f3d2fe0f8962a9ff89750a07bbcaa09f6b50fb0e6e82b0b343a23d31d4410afbe269d20a28c97115ed4e73d0dff4a7aeab0e7dcb534fc4afd149a13d
7
+ data.tar.gz: 02d3dcad0f55db7fd9f88ae52439590c8887551d5e8a78f89b9cad9aa2330d3ebb5c6e57f17ce5041110d2d792214d4d2abcafb7679cf1e64764163193f89ef7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.115.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.114.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.114.0
1
+ 1.115.0
@@ -200,8 +200,7 @@ module Aws::Rekognition
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
@@ -8482,7 +8481,7 @@ module Aws::Rekognition
8482
8481
  tracer: tracer
8483
8482
  )
8484
8483
  context[:gem_name] = 'aws-sdk-rekognition'
8485
- context[:gem_version] = '1.114.0'
8484
+ context[:gem_version] = '1.115.0'
8486
8485
  Seahorse::Client::Request.new(handlers, context)
8487
8486
  end
8488
8487
 
@@ -55,7 +55,7 @@ module Aws::Rekognition
55
55
  autoload :EndpointProvider, 'aws-sdk-rekognition/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-rekognition/endpoints'
57
57
 
58
- GEM_VERSION = '1.114.0'
58
+ GEM_VERSION = '1.115.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rekognition
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.114.0
4
+ version: 1.115.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services