@aws-sdk/client-kendra-ranking 3.590.0 → 3.596.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.
- package/dist-cjs/index.js +0 -9
- package/dist-types/commands/CreateRescoreExecutionPlanCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRescoreExecutionPlanCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRescoreExecutionPlanCommand.d.ts +2 -1
- package/dist-types/commands/ListRescoreExecutionPlansCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/RescoreCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRescoreExecutionPlanCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/KendraRankingServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateRescoreExecutionPlanCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteRescoreExecutionPlanCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeRescoreExecutionPlanCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRescoreExecutionPlansCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RescoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateRescoreExecutionPlanCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/KendraRankingServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -195,7 +195,6 @@ var KendraRankingClient = _KendraRankingClient;
|
|
|
195
195
|
|
|
196
196
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
197
197
|
|
|
198
|
-
var import_types = require("@smithy/types");
|
|
199
198
|
|
|
200
199
|
// src/protocols/Aws_json1_0.ts
|
|
201
200
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -782,7 +781,6 @@ var CreateRescoreExecutionPlanCommand = _CreateRescoreExecutionPlanCommand;
|
|
|
782
781
|
|
|
783
782
|
|
|
784
783
|
|
|
785
|
-
|
|
786
784
|
var _DeleteRescoreExecutionPlanCommand = class _DeleteRescoreExecutionPlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
787
785
|
...commonParams
|
|
788
786
|
}).m(function(Command, cs, config, o) {
|
|
@@ -799,7 +797,6 @@ var DeleteRescoreExecutionPlanCommand = _DeleteRescoreExecutionPlanCommand;
|
|
|
799
797
|
|
|
800
798
|
|
|
801
799
|
|
|
802
|
-
|
|
803
800
|
var _DescribeRescoreExecutionPlanCommand = class _DescribeRescoreExecutionPlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
804
801
|
...commonParams
|
|
805
802
|
}).m(function(Command, cs, config, o) {
|
|
@@ -816,7 +813,6 @@ var DescribeRescoreExecutionPlanCommand = _DescribeRescoreExecutionPlanCommand;
|
|
|
816
813
|
|
|
817
814
|
|
|
818
815
|
|
|
819
|
-
|
|
820
816
|
var _ListRescoreExecutionPlansCommand = class _ListRescoreExecutionPlansCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
821
817
|
...commonParams
|
|
822
818
|
}).m(function(Command, cs, config, o) {
|
|
@@ -833,7 +829,6 @@ var ListRescoreExecutionPlansCommand = _ListRescoreExecutionPlansCommand;
|
|
|
833
829
|
|
|
834
830
|
|
|
835
831
|
|
|
836
|
-
|
|
837
832
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
838
833
|
...commonParams
|
|
839
834
|
}).m(function(Command, cs, config, o) {
|
|
@@ -850,7 +845,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
850
845
|
|
|
851
846
|
|
|
852
847
|
|
|
853
|
-
|
|
854
848
|
var _RescoreCommand = class _RescoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
855
849
|
...commonParams
|
|
856
850
|
}).m(function(Command, cs, config, o) {
|
|
@@ -867,7 +861,6 @@ var RescoreCommand = _RescoreCommand;
|
|
|
867
861
|
|
|
868
862
|
|
|
869
863
|
|
|
870
|
-
|
|
871
864
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
872
865
|
...commonParams
|
|
873
866
|
}).m(function(Command, cs, config, o) {
|
|
@@ -884,7 +877,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
884
877
|
|
|
885
878
|
|
|
886
879
|
|
|
887
|
-
|
|
888
880
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
889
881
|
...commonParams
|
|
890
882
|
}).m(function(Command, cs, config, o) {
|
|
@@ -901,7 +893,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
901
893
|
|
|
902
894
|
|
|
903
895
|
|
|
904
|
-
|
|
905
896
|
var _UpdateRescoreExecutionPlanCommand = class _UpdateRescoreExecutionPlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
906
897
|
...commonParams
|
|
907
898
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
export * from "./KendraRankingClient";
|
|
9
9
|
export * from "./KendraRanking";
|
|
10
10
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
11
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
12
|
-
export { KendraRankingExtensionConfiguration } from "./extensionConfiguration";
|
|
11
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
12
|
+
export type { KendraRankingExtensionConfiguration } from "./extensionConfiguration";
|
|
13
13
|
export * from "./commands";
|
|
14
14
|
export * from "./pagination";
|
|
15
15
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateRescoreExecutionPlanRequest,
|
|
10
10
|
CreateRescoreExecutionPlanResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateRescoreExecutionPlanCommandInput
|
|
14
15
|
extends CreateRescoreExecutionPlanRequest {}
|
|
15
16
|
export interface CreateRescoreExecutionPlanCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KendraRankingClient";
|
|
8
8
|
import { DeleteRescoreExecutionPlanRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteRescoreExecutionPlanCommandInput
|
|
11
12
|
extends DeleteRescoreExecutionPlanRequest {}
|
|
12
13
|
export interface DeleteRescoreExecutionPlanCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeRescoreExecutionPlanRequest,
|
|
10
10
|
DescribeRescoreExecutionPlanResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeRescoreExecutionPlanCommandInput
|
|
14
15
|
extends DescribeRescoreExecutionPlanRequest {}
|
|
15
16
|
export interface DescribeRescoreExecutionPlanCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListRescoreExecutionPlansRequest,
|
|
10
10
|
ListRescoreExecutionPlansResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListRescoreExecutionPlansCommandInput
|
|
14
15
|
extends ListRescoreExecutionPlansRequest {}
|
|
15
16
|
export interface ListRescoreExecutionPlansCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KendraRankingClient";
|
|
8
8
|
import { RescoreRequest, RescoreResult } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface RescoreCommandInput extends RescoreRequest {}
|
|
11
12
|
export interface RescoreCommandOutput extends RescoreResult, __MetadataBearer {}
|
|
12
13
|
declare const RescoreCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KendraRankingClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KendraRankingClient";
|
|
8
8
|
import { UpdateRescoreExecutionPlanRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateRescoreExecutionPlanCommandInput
|
|
11
12
|
extends UpdateRescoreExecutionPlanRequest {}
|
|
12
13
|
export interface UpdateRescoreExecutionPlanCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class KendraRankingServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.596.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-kendra-ranking",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|