aws-sdk-personalize 1.88.0 → 1.89.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: 0f20f62dcd140ca3393a06c47bd0c2787cc051ef877a82d564b1ee42f22e7d77
4
- data.tar.gz: f3976499e3a0da2686b72aabb9e912ead064c7d1e30525dc4b67f46c924e5a2f
3
+ metadata.gz: 2b1f48e719d523490640f520dd0e3853b6be62b49a5c9127ab89db117be3a33a
4
+ data.tar.gz: d1d7ff6773063808926d29bd09c0e00481b7ae35338466745657967a73bfed56
5
5
  SHA512:
6
- metadata.gz: a196f4c0127eac88898f78b2b7481373e603d163010633aeb3576795e24f9430cff6cf293ffc17d9b06310fef3566abc3dcf3be81c326cb9945b74bbc73847f7
7
- data.tar.gz: 327211ba9811750475f65d8e6665c9ce61151d0693babb725966fafe76e3d4ab25908b33e05efe44e6d8d284f5e51632562909f4372957334afebf8fd60fd0e0
6
+ metadata.gz: eb51ec93027af2220335cc181466b79aa8b60ac5ea3f6624d5818e4a369efd2f07fc4eb4f1c428d6981d55455bb627b2a16536241964080b9050aa2045a2b40e
7
+ data.tar.gz: 3d8eab2e2301462c7687f6f7c66a70ab1d04b032c24cce4dcc3fa4877511913584419ea3a86736f37319c1578fa1d38d7a02e56f0a3e31bb9bff55160dda2b64
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.88.0 (2025-08-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.89.0
@@ -4925,7 +4925,7 @@ module Aws::Personalize
4925
4925
  tracer: tracer
4926
4926
  )
4927
4927
  context[:gem_name] = 'aws-sdk-personalize'
4928
- context[:gem_version] = '1.88.0'
4928
+ context[:gem_version] = '1.89.0'
4929
4929
  Seahorse::Client::Request.new(handlers, context)
4930
4930
  end
4931
4931
 
@@ -13,22 +13,22 @@ module Aws::Personalize
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::Personalize
54
54
  autoload :EndpointProvider, 'aws-sdk-personalize/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-personalize/endpoints'
56
56
 
57
- GEM_VERSION = '1.88.0'
57
+ GEM_VERSION = '1.89.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-personalize
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.88.0
4
+ version: 1.89.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services