aws-sdk-kendraranking 1.47.0 → 1.48.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kendraranking/client.rb +1 -1
- data/lib/aws-sdk-kendraranking/client_api.rb +2 -2
- data/lib/aws-sdk-kendraranking.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 35f4e382375cda30cb37d9e4b74e67bbb6a13a74b08c5b3f480869f0e3e52722
|
|
4
|
+
data.tar.gz: f5cd39724d7fb24271bedc19b8fe4fbd60d8bcd8868549927c8f3a5d721e6ccf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35d444d92a4af9a5c729fc4c27e433393c0c2525e521beb4e8401cafda936958004047de195c5ea2355403f48d33352b3d3d2f1d71b50196ef8c7f39239cbcdf
|
|
7
|
+
data.tar.gz: 8d4928b8e35fd3494b7a3ab1ede04710bcc44b16256ef5b5f8839bc8193254fba89f68839f44355aad33ce8386c9603f719355e92fc42ba6a4e06607c2ae089e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.48.0 (2026-07-23)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.0. The SDK will prioritize its most performant protocol.
|
|
8
|
+
|
|
4
9
|
1.47.0 (2026-07-09)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.48.0
|
|
@@ -218,8 +218,8 @@ module Aws::KendraRanking
|
|
|
218
218
|
"auth" => ["aws.auth#sigv4"],
|
|
219
219
|
"endpointPrefix" => "kendra-ranking",
|
|
220
220
|
"jsonVersion" => "1.0",
|
|
221
|
-
"protocol" => "
|
|
222
|
-
"protocols" => ["json"],
|
|
221
|
+
"protocol" => "smithy-rpc-v2-cbor",
|
|
222
|
+
"protocols" => ["smithy-rpc-v2-cbor", "json"],
|
|
223
223
|
"serviceAbbreviation" => "Kendra Ranking",
|
|
224
224
|
"serviceFullName" => "Amazon Kendra Intelligent Ranking",
|
|
225
225
|
"serviceId" => "Kendra Ranking",
|