aws-sdk-entityresolution 1.29.0 → 1.30.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: b349527d77933fa93d1227d49d01af61d0d3568bc12ac81037dc59b9bdf3fb8f
4
- data.tar.gz: b34803cf9f521925faa13d6da98a35954565de1ca034bb106a02856287db4113
3
+ metadata.gz: 96ddabd7c6e333d3b491771588908caa3de1c1b514629c238441df35c8ceeb6f
4
+ data.tar.gz: c2d9bcf2371a26628a38358f9321ac5df84ac3ab1ae36c8fbf8e439966cacc09
5
5
  SHA512:
6
- metadata.gz: 1304de25b84946a6ff69ae9370cb6091b5f265ac4f433943200c1f78a6947f4e30f90a075aa2a3dc96680c0e92fc1bc1e0ee6bfd6de54c26434e6ad41f864d1a
7
- data.tar.gz: 06367fb5ab838f566abffa89dec72f9ca539da5e8124ab7edcd597d9871fe6c93e98777bb2f3f992b81e456f6cbc604330c7ba156a234c32e9e98223d0d06028
6
+ metadata.gz: 77d7c4ac0cc527f11eb1bfa08bcd3f1a1305d520ced804d11512c4859c1b9a03b54669783c8247f5ba416025f236f0b85206ec5670c6fbe023d6c713cf561e8f
7
+ data.tar.gz: 187fb81ab320d83c8b376496782dc67ddc36b8b7834b2e9426a6925ac09a6ff26b2d31746a7178b9b52e679bc82b9f0ea05b4c7da4f846dd5064ea514cbbb9d5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.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.29.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.30.0
@@ -200,8 +200,7 @@ module Aws::EntityResolution
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
@@ -2627,7 +2626,7 @@ module Aws::EntityResolution
2627
2626
  tracer: tracer
2628
2627
  )
2629
2628
  context[:gem_name] = 'aws-sdk-entityresolution'
2630
- context[:gem_version] = '1.29.0'
2629
+ context[:gem_version] = '1.30.0'
2631
2630
  Seahorse::Client::Request.new(handlers, context)
2632
2631
  end
2633
2632
 
@@ -54,7 +54,7 @@ module Aws::EntityResolution
54
54
  autoload :EndpointProvider, 'aws-sdk-entityresolution/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-entityresolution/endpoints'
56
56
 
57
- GEM_VERSION = '1.29.0'
57
+ GEM_VERSION = '1.30.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-entityresolution
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.29.0
4
+ version: 1.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services