aws-sdk-personalizeruntime 1.67.0 → 1.68.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: b95e56407ade7bb7bad8b5bbb0d0f365fb615e31a981962a692b78868aac1eff
4
- data.tar.gz: a2280105ed4271882d7464c9cbea4f8a8f888aaf62348972e88589cc01665021
3
+ metadata.gz: 4a1879896e420c92b28d2c5b30a917fd14e75bcb31c310a75aea7421bb38ae39
4
+ data.tar.gz: ce3082a0473262c7d54f6eea86b33d8e2715ed42e87e18337623ee91bc30d50c
5
5
  SHA512:
6
- metadata.gz: 79536e8857941b0c22457f9f82bc684b2f14810de8ad8b5be4d4302916eb0da84be89ea25a3b1dc11d02d347f44728183fb4b4327415ae31181496d731eb4836
7
- data.tar.gz: 6be03aef25adecba6d1584684d88902b6d79f4a4e1bc1b6c9cd436ba9a026a1dce684353801b037d7a5ee510ba23bed03d05551dca8d4ea9e11e9e90e32df3a5
6
+ metadata.gz: e508ae3a58968e11b0b786049aa613031ebde084f5cb30a2bde4d8ddb2ed5e89fc67926d489887398b4d352d539e86df259d4c3cd9b484d6d60385ea1429f561
7
+ data.tar.gz: 1d0001433438644c311b1a7168f357d316ecbf65787d179ecfbf810a9e06b20d8c36836337517eb5f748419962b224200fd01701fe6418b62db024afadd3ca60
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.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.67.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.68.0
@@ -200,8 +200,7 @@ module Aws::PersonalizeRuntime
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
@@ -852,7 +851,7 @@ module Aws::PersonalizeRuntime
852
851
  tracer: tracer
853
852
  )
854
853
  context[:gem_name] = 'aws-sdk-personalizeruntime'
855
- context[:gem_version] = '1.67.0'
854
+ context[:gem_version] = '1.68.0'
856
855
  Seahorse::Client::Request.new(handlers, context)
857
856
  end
858
857
 
@@ -54,7 +54,7 @@ module Aws::PersonalizeRuntime
54
54
  autoload :EndpointProvider, 'aws-sdk-personalizeruntime/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-personalizeruntime/endpoints'
56
56
 
57
- GEM_VERSION = '1.67.0'
57
+ GEM_VERSION = '1.68.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-personalizeruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.67.0
4
+ version: 1.68.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services