aws-sdk-kendraranking 1.35.0 → 1.36.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: 81cb1e81dfa4683caca2c7b3656e52b48cf64566d7cae3d4efabea74b1663b16
4
- data.tar.gz: f0c4c701af6c4f28c2b888981be7a0c860dee6f8002b72b330044196221f349f
3
+ metadata.gz: ed21937783e847aef901cd1b8ee0052b90652872be6e258523164fe055aa9278
4
+ data.tar.gz: 2154e6f1e301853144be56bef55a755eb9e1beef188d0a590e56d527897b3ca1
5
5
  SHA512:
6
- metadata.gz: 5840aab21c94d59b539a8620a6c512174279eaf9927ab58981fdac04dfcc29f35d39ab726f4304288b4ebfc339d8d8783a84971d290731de10c02dd6c9439eb6
7
- data.tar.gz: 239bd689870a29a70ff8f4ae6de8e217b146dbdc450e742a1795b27dcd10d7d832c749ffb87d7de5a0a091720502d1e820b7018f317dd6c93b5e18f3b8f478dc
6
+ metadata.gz: 21147a5b7609a7aa229e5e76c2b68736a40d4e9ae3fe9da48b81a5b2966e63e5ba959a3c72c9ef288a48f4556b934e1a5451b4f4375b67f500faed571868b383
7
+ data.tar.gz: a0be952cefd6d04aa18a76be70324abb8be40f60a66c0e3127d3494d77c896cbbf932ecb7e37ee408fea298cbf9a2c4aed00caef5c27da49b3e182e507c2b3cb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.0 (2025-09-19)
5
+ ------------------
6
+
7
+ * Feature - Model whitespace change - no client difference
8
+
4
9
  1.35.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.36.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.35.0'
905
+ context[:gem_version] = '1.36.0'
906
906
  Seahorse::Client::Request.new(handlers, context)
907
907
  end
908
908
 
@@ -20,7 +20,7 @@ module Aws::KendraRanking
20
20
  if (partition_result = Aws::Endpoints::Matchers.aws_partition(parameters.region))
21
21
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
22
22
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
23
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
23
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
24
24
  return Aws::Endpoints::Endpoint.new(url: "https://kendra-ranking-fips.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
25
25
  end
26
26
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -28,7 +28,7 @@ module Aws::KendraRanking
28
28
  return Aws::Endpoints::Endpoint.new(url: "https://kendra-ranking.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
29
29
  end
30
30
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
31
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
31
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
32
32
  return Aws::Endpoints::Endpoint.new(url: "https://kendra-ranking-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
33
33
  end
34
34
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -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.35.0'
57
+ GEM_VERSION = '1.36.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.35.0
4
+ version: 1.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services