aws-sdk-kendraranking 1.29.0 → 1.30.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: 4bee0566d194a1541a262528250deae117fc0c48443d6a50cfd35f9aba090704
4
- data.tar.gz: 0e1566e1e188a93d19e816d5a07c3000baee58e6ffb34f878568d948e177432c
3
+ metadata.gz: 118c3a703a9b89b1e22e7867bce3841ad54f9825de87b6036998fe297f5b2858
4
+ data.tar.gz: 9ad13a4543e27013b3b68a7122f52871941ea58abe472e9cfe1a283f595b58f7
5
5
  SHA512:
6
- metadata.gz: 9e53ea3313354c05ebb2ca9dd82b07fca4aa71859f5cb8076eaa59505c481eae300b1fec35cfb3dd0bf789cdef122ac51cbd691fa7c5717197822802cafdc346
7
- data.tar.gz: 2802b0df5b7f92d7a7cc57a43842ec2f9c2af112485800cc96a79219c24b9623ea3ccef12a01d41beb66088d351e271ec7a4ba8e47582a80f61439855d47799b
6
+ metadata.gz: c0f542e8f9aa1601bc26fa61bc8d0a566a49cee044cfd8424462ff5ddd7a643762c294214b5100432458ea4fb38ddc35ea308c35ded972b7a9271bc4beb616bd
7
+ data.tar.gz: 6b4c10eb0391d4d6144b8fc84b2b57dd728b5b87a72ddf8a9556be531c8af96607e7b60684de713c6e43b432aac9098d6fe598cb2dd23118ca456078ce292075
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.29.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.30.0
@@ -200,8 +200,7 @@ module Aws::KendraRanking
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
@@ -896,7 +895,7 @@ module Aws::KendraRanking
896
895
  tracer: tracer
897
896
  )
898
897
  context[:gem_name] = 'aws-sdk-kendraranking'
899
- context[:gem_version] = '1.29.0'
898
+ context[:gem_version] = '1.30.0'
900
899
  Seahorse::Client::Request.new(handlers, context)
901
900
  end
902
901
 
@@ -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.29.0'
57
+ GEM_VERSION = '1.30.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.29.0
4
+ version: 1.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services