aws-sdk-kendraranking 1.44.0 → 1.45.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.rb +1 -1
- data/sig/client.rbs +3 -3
- 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: 4d198c826b1219376e86a3976b5cbea2805b749319c2106602336335ec62d76f
|
|
4
|
+
data.tar.gz: 07b4efee3c7beaa19114ed9a8c515fc3416f0b9181a52c0b1820adb0d135f876
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88cb932d1c2c0f596d336eaa343a2e5e0058fd5da745e7e7ddf6e5d0ccf30a43a786b0bfa548a18bc446e1eb9242c6e66b52159fc86aa7bae90ea51a50fa8733
|
|
7
|
+
data.tar.gz: 06c8516942074a186be803854fd243e8c054697ab8b97a3cfb2e906a4e07c076a64f6e9a188217c57c8caa44a9c803e3399d393b4800bd90a87538a324a3b84d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.45.0
|
data/sig/client.rbs
CHANGED
|
@@ -95,7 +95,7 @@ module Aws
|
|
|
95
95
|
{
|
|
96
96
|
key: ::String,
|
|
97
97
|
value: ::String
|
|
98
|
-
}
|
|
98
|
+
}
|
|
99
99
|
],
|
|
100
100
|
?client_token: ::String
|
|
101
101
|
) -> _CreateRescoreExecutionPlanResponseSuccess
|
|
@@ -165,7 +165,7 @@ module Aws
|
|
|
165
165
|
tokenized_title: Array[::String]?,
|
|
166
166
|
tokenized_body: Array[::String]?,
|
|
167
167
|
original_score: ::Float
|
|
168
|
-
}
|
|
168
|
+
}
|
|
169
169
|
]
|
|
170
170
|
) -> _RescoreResponseSuccess
|
|
171
171
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RescoreResponseSuccess
|
|
@@ -180,7 +180,7 @@ module Aws
|
|
|
180
180
|
{
|
|
181
181
|
key: ::String,
|
|
182
182
|
value: ::String
|
|
183
|
-
}
|
|
183
|
+
}
|
|
184
184
|
]
|
|
185
185
|
) -> _TagResourceResponseSuccess
|
|
186
186
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|