aws-sdk-personalizeruntime 1.67.0 → 1.69.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: b2f96318e3d0685560a6848e36c423fcb0ac43ed7be91b20525b607d8813d720
4
+ data.tar.gz: 63130f002a3b58197548b38998dff4d6a48695f5b1779d52962075ef6ad094a8
5
5
  SHA512:
6
- metadata.gz: 79536e8857941b0c22457f9f82bc684b2f14810de8ad8b5be4d4302916eb0da84be89ea25a3b1dc11d02d347f44728183fb4b4327415ae31181496d731eb4836
7
- data.tar.gz: 6be03aef25adecba6d1584684d88902b6d79f4a4e1bc1b6c9cd436ba9a026a1dce684353801b037d7a5ee510ba23bed03d05551dca8d4ea9e11e9e90e32df3a5
6
+ metadata.gz: '06579e14aa296913cf4e4aaec68e1c92b231b6c6ac188532919fab40f135abcd92122b9cae434f55436202c6e68b1f000a62e5fc45092d84538305aea0f15441'
7
+ data.tar.gz: f4c48f0110c0a70bbade897812f983bda688f1468572cf6c5127f1da2bc65a66a1bed2f72473d3bc0eb4291be70ead1b4991b7c0ab593663b6b248f38943ca48
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.68.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.67.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.69.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.69.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.69.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.69.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: '2.5'
86
+ version: '2.7'
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="