@aws-sdk/client-kendra-ranking 3.428.0 → 3.429.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.
|
@@ -300,7 +300,7 @@ export interface DescribeRescoreExecutionPlanResponse {
|
|
|
300
300
|
* <code>FAILED</code>, the <code>ErrorMessage</code> field
|
|
301
301
|
* contains a message that explains why.</p>
|
|
302
302
|
*/
|
|
303
|
-
Status?: RescoreExecutionPlanStatus
|
|
303
|
+
Status?: RescoreExecutionPlanStatus;
|
|
304
304
|
/**
|
|
305
305
|
* @public
|
|
306
306
|
* <p>When the <code>Status</code> field value is
|
|
@@ -362,7 +362,7 @@ export interface RescoreExecutionPlanSummary {
|
|
|
362
362
|
* the value is <code>ACTIVE</code>, the rescore execution
|
|
363
363
|
* plan is ready for use.</p>
|
|
364
364
|
*/
|
|
365
|
-
Status?: RescoreExecutionPlanStatus
|
|
365
|
+
Status?: RescoreExecutionPlanStatus;
|
|
366
366
|
}
|
|
367
367
|
/**
|
|
368
368
|
* @public
|
|
@@ -95,7 +95,7 @@ export interface DescribeRescoreExecutionPlanResponse {
|
|
|
95
95
|
CapacityUnits?: CapacityUnitsConfiguration;
|
|
96
96
|
CreatedAt?: Date;
|
|
97
97
|
UpdatedAt?: Date;
|
|
98
|
-
Status?: RescoreExecutionPlanStatus
|
|
98
|
+
Status?: RescoreExecutionPlanStatus;
|
|
99
99
|
ErrorMessage?: string;
|
|
100
100
|
}
|
|
101
101
|
export interface ListRescoreExecutionPlansRequest {
|
|
@@ -107,7 +107,7 @@ export interface RescoreExecutionPlanSummary {
|
|
|
107
107
|
Id?: string;
|
|
108
108
|
CreatedAt?: Date;
|
|
109
109
|
UpdatedAt?: Date;
|
|
110
|
-
Status?: RescoreExecutionPlanStatus
|
|
110
|
+
Status?: RescoreExecutionPlanStatus;
|
|
111
111
|
}
|
|
112
112
|
export interface ListRescoreExecutionPlansResponse {
|
|
113
113
|
SummaryItems?: RescoreExecutionPlanSummary[];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kendra-ranking",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kendra Ranking Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.429.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.428.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/hash-node": "^2.0.11",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.1.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
42
42
|
"@smithy/middleware-retry": "^2.0.16",
|
|
43
43
|
"@smithy/middleware-serde": "^2.0.11",
|
|
44
44
|
"@smithy/middleware-stack": "^2.0.5",
|