aws-sdk-personalizeruntime 1.74.0 → 1.75.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: 7e06c1a1bf5bc0bb436e2e19cc4896d6eba49edb4360a9be987df24cb12a176f
4
- data.tar.gz: f8a15ed9dca516027ca48d884cd30d962dc3a32a5aad5f7ff568e58bf29f4c72
3
+ metadata.gz: 79daccd03546948f2c4949f36a0bb74df80f17645252767c598cb6ebf095bd97
4
+ data.tar.gz: 4018f122f4f5be479b516535b3e26c52332b59e781c52d554a7743418daca354
5
5
  SHA512:
6
- metadata.gz: fcd01e96c8e2657691e72a55acc3b3ed3d9ddece741517640d465acff0769518f7cc269c0abac884ff7a97faf0d573dd6eda7d640b480bf8e6c1ca3c70f3e4ca
7
- data.tar.gz: 37ca4ef0bd86211f06f4b1d64976cccb0be48ac4a56c004115d435cc733c4cc9c7bf74f4253412d99936d6844218c278d1bef9f6ba78c252fbae215744b77990
6
+ metadata.gz: f21b584f568c7f467027cfc8e8d69930ede9b2112764543c9a6412f6fb8d9089652d77ce30662013adac9db8dc517e22e6a0595731010a3183595f48c53523e4
7
+ data.tar.gz: 4890b500fb8fcaf1d752d98c0df8620904ab6c90379b3aef54302e4f8b8fe82cbf201e47baaa14a3b910e01fafedbd5fd714c24d01d1afa263a5bd1261e88635
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.74.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -858,7 +858,7 @@ module Aws::PersonalizeRuntime
858
858
  tracer: tracer
859
859
  )
860
860
  context[:gem_name] = 'aws-sdk-personalizeruntime'
861
- context[:gem_version] = '1.74.0'
861
+ context[:gem_version] = '1.75.0'
862
862
  Seahorse::Client::Request.new(handlers, context)
863
863
  end
864
864
 
@@ -13,22 +13,22 @@ module Aws::PersonalizeRuntime
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -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.74.0'
57
+ GEM_VERSION = '1.75.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.74.0
4
+ version: 1.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services