aws-sdk-kendraranking 1.36.0 → 1.37.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: ed21937783e847aef901cd1b8ee0052b90652872be6e258523164fe055aa9278
4
- data.tar.gz: 2154e6f1e301853144be56bef55a755eb9e1beef188d0a590e56d527897b3ca1
3
+ metadata.gz: 065421560a78d7685c2a12b6909b81bf26fa3d8c0ab8611228a316195a3bef01
4
+ data.tar.gz: f184b91b8e562e7432a12391432a1fea5312f285f24991f08d05b97c201e15f1
5
5
  SHA512:
6
- metadata.gz: 21147a5b7609a7aa229e5e76c2b68736a40d4e9ae3fe9da48b81a5b2966e63e5ba959a3c72c9ef288a48f4556b934e1a5451b4f4375b67f500faed571868b383
7
- data.tar.gz: a0be952cefd6d04aa18a76be70324abb8be40f60a66c0e3127d3494d77c896cbbf932ecb7e37ee408fea298cbf9a2c4aed00caef5c27da49b3e182e507c2b3cb
6
+ metadata.gz: bee86d19d78925f266fad01887957824eb5560a9c37aceae3160d428580d43230774462196fb873f098e3c616fc8cf43019922e86f49ffc4ddeb49f2d7a50693
7
+ data.tar.gz: ce0707d6b760ec8a1e00b3eed023ab5af5fd1d5e34c4c18c18ea3679f5c3e8235871bd224349a357fcfc46afb1e38f6a5792358821786067842a140d81da4d48
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.36.0 (2025-09-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.0
@@ -902,7 +902,7 @@ module Aws::KendraRanking
902
902
  tracer: tracer
903
903
  )
904
904
  context[:gem_name] = 'aws-sdk-kendraranking'
905
- context[:gem_version] = '1.36.0'
905
+ context[:gem_version] = '1.37.0'
906
906
  Seahorse::Client::Request.new(handlers, context)
907
907
  end
908
908
 
@@ -13,17 +13,17 @@ module Aws::KendraRanking
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_fips
19
19
  # 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.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute endpoint
24
24
  # Override the endpoint used to send this request
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  EndpointParameters = Struct.new(
29
29
  :region,
@@ -54,7 +54,7 @@ module Aws::KendraRanking
54
54
  autoload :EndpointProvider, 'aws-sdk-kendraranking/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-kendraranking/endpoints'
56
56
 
57
- GEM_VERSION = '1.36.0'
57
+ GEM_VERSION = '1.37.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-kendraranking
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.0
4
+ version: 1.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services