@aws-sdk/client-kendra-ranking 3.306.0 → 3.309.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/commands/CreateRescoreExecutionPlanCommand.js +2 -2
- package/dist-cjs/commands/DeleteRescoreExecutionPlanCommand.js +2 -2
- package/dist-cjs/commands/DescribeRescoreExecutionPlanCommand.js +2 -2
- package/dist-cjs/commands/ListRescoreExecutionPlansCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/RescoreCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateRescoreExecutionPlanCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_0.js +192 -204
- package/dist-es/commands/CreateRescoreExecutionPlanCommand.js +3 -3
- package/dist-es/commands/DeleteRescoreExecutionPlanCommand.js +3 -3
- package/dist-es/commands/DescribeRescoreExecutionPlanCommand.js +3 -3
- package/dist-es/commands/ListRescoreExecutionPlansCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/RescoreCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateRescoreExecutionPlanCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_0.js +173 -185
- package/dist-types/protocols/Aws_json1_0.d.ts +72 -18
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +18 -18
- package/package.json +6 -6
|
@@ -9,21 +9,75 @@ import { RescoreCommandInput, RescoreCommandOutput } from "../commands/RescoreCo
|
|
|
9
9
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
10
10
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
11
11
|
import { UpdateRescoreExecutionPlanCommandInput, UpdateRescoreExecutionPlanCommandOutput } from "../commands/UpdateRescoreExecutionPlanCommand";
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
export declare const
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
export declare const
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
export declare const
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
export declare const
|
|
28
|
-
|
|
29
|
-
|
|
12
|
+
/**
|
|
13
|
+
* serializeAws_json1_0CreateRescoreExecutionPlanCommand
|
|
14
|
+
*/
|
|
15
|
+
export declare const se_CreateRescoreExecutionPlanCommand: (input: CreateRescoreExecutionPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
16
|
+
/**
|
|
17
|
+
* serializeAws_json1_0DeleteRescoreExecutionPlanCommand
|
|
18
|
+
*/
|
|
19
|
+
export declare const se_DeleteRescoreExecutionPlanCommand: (input: DeleteRescoreExecutionPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
20
|
+
/**
|
|
21
|
+
* serializeAws_json1_0DescribeRescoreExecutionPlanCommand
|
|
22
|
+
*/
|
|
23
|
+
export declare const se_DescribeRescoreExecutionPlanCommand: (input: DescribeRescoreExecutionPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
24
|
+
/**
|
|
25
|
+
* serializeAws_json1_0ListRescoreExecutionPlansCommand
|
|
26
|
+
*/
|
|
27
|
+
export declare const se_ListRescoreExecutionPlansCommand: (input: ListRescoreExecutionPlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
28
|
+
/**
|
|
29
|
+
* serializeAws_json1_0ListTagsForResourceCommand
|
|
30
|
+
*/
|
|
31
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
|
+
/**
|
|
33
|
+
* serializeAws_json1_0RescoreCommand
|
|
34
|
+
*/
|
|
35
|
+
export declare const se_RescoreCommand: (input: RescoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
+
/**
|
|
37
|
+
* serializeAws_json1_0TagResourceCommand
|
|
38
|
+
*/
|
|
39
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
+
/**
|
|
41
|
+
* serializeAws_json1_0UntagResourceCommand
|
|
42
|
+
*/
|
|
43
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
+
/**
|
|
45
|
+
* serializeAws_json1_0UpdateRescoreExecutionPlanCommand
|
|
46
|
+
*/
|
|
47
|
+
export declare const se_UpdateRescoreExecutionPlanCommand: (input: UpdateRescoreExecutionPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
+
/**
|
|
49
|
+
* deserializeAws_json1_0CreateRescoreExecutionPlanCommand
|
|
50
|
+
*/
|
|
51
|
+
export declare const de_CreateRescoreExecutionPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRescoreExecutionPlanCommandOutput>;
|
|
52
|
+
/**
|
|
53
|
+
* deserializeAws_json1_0DeleteRescoreExecutionPlanCommand
|
|
54
|
+
*/
|
|
55
|
+
export declare const de_DeleteRescoreExecutionPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRescoreExecutionPlanCommandOutput>;
|
|
56
|
+
/**
|
|
57
|
+
* deserializeAws_json1_0DescribeRescoreExecutionPlanCommand
|
|
58
|
+
*/
|
|
59
|
+
export declare const de_DescribeRescoreExecutionPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRescoreExecutionPlanCommandOutput>;
|
|
60
|
+
/**
|
|
61
|
+
* deserializeAws_json1_0ListRescoreExecutionPlansCommand
|
|
62
|
+
*/
|
|
63
|
+
export declare const de_ListRescoreExecutionPlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRescoreExecutionPlansCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* deserializeAws_json1_0ListTagsForResourceCommand
|
|
66
|
+
*/
|
|
67
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* deserializeAws_json1_0RescoreCommand
|
|
70
|
+
*/
|
|
71
|
+
export declare const de_RescoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RescoreCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* deserializeAws_json1_0TagResourceCommand
|
|
74
|
+
*/
|
|
75
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* deserializeAws_json1_0UntagResourceCommand
|
|
78
|
+
*/
|
|
79
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
80
|
+
/**
|
|
81
|
+
* deserializeAws_json1_0UpdateRescoreExecutionPlanCommand
|
|
82
|
+
*/
|
|
83
|
+
export declare const de_UpdateRescoreExecutionPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRescoreExecutionPlanCommandOutput>;
|
|
@@ -39,75 +39,75 @@ import {
|
|
|
39
39
|
UpdateRescoreExecutionPlanCommandInput,
|
|
40
40
|
UpdateRescoreExecutionPlanCommandOutput,
|
|
41
41
|
} from "../commands/UpdateRescoreExecutionPlanCommand";
|
|
42
|
-
export declare const
|
|
42
|
+
export declare const se_CreateRescoreExecutionPlanCommand: (
|
|
43
43
|
input: CreateRescoreExecutionPlanCommandInput,
|
|
44
44
|
context: __SerdeContext
|
|
45
45
|
) => Promise<__HttpRequest>;
|
|
46
|
-
export declare const
|
|
46
|
+
export declare const se_DeleteRescoreExecutionPlanCommand: (
|
|
47
47
|
input: DeleteRescoreExecutionPlanCommandInput,
|
|
48
48
|
context: __SerdeContext
|
|
49
49
|
) => Promise<__HttpRequest>;
|
|
50
|
-
export declare const
|
|
50
|
+
export declare const se_DescribeRescoreExecutionPlanCommand: (
|
|
51
51
|
input: DescribeRescoreExecutionPlanCommandInput,
|
|
52
52
|
context: __SerdeContext
|
|
53
53
|
) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const
|
|
54
|
+
export declare const se_ListRescoreExecutionPlansCommand: (
|
|
55
55
|
input: ListRescoreExecutionPlansCommandInput,
|
|
56
56
|
context: __SerdeContext
|
|
57
57
|
) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const
|
|
58
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
59
59
|
input: ListTagsForResourceCommandInput,
|
|
60
60
|
context: __SerdeContext
|
|
61
61
|
) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const
|
|
62
|
+
export declare const se_RescoreCommand: (
|
|
63
63
|
input: RescoreCommandInput,
|
|
64
64
|
context: __SerdeContext
|
|
65
65
|
) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const
|
|
66
|
+
export declare const se_TagResourceCommand: (
|
|
67
67
|
input: TagResourceCommandInput,
|
|
68
68
|
context: __SerdeContext
|
|
69
69
|
) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const
|
|
70
|
+
export declare const se_UntagResourceCommand: (
|
|
71
71
|
input: UntagResourceCommandInput,
|
|
72
72
|
context: __SerdeContext
|
|
73
73
|
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const
|
|
74
|
+
export declare const se_UpdateRescoreExecutionPlanCommand: (
|
|
75
75
|
input: UpdateRescoreExecutionPlanCommandInput,
|
|
76
76
|
context: __SerdeContext
|
|
77
77
|
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const
|
|
78
|
+
export declare const de_CreateRescoreExecutionPlanCommand: (
|
|
79
79
|
output: __HttpResponse,
|
|
80
80
|
context: __SerdeContext
|
|
81
81
|
) => Promise<CreateRescoreExecutionPlanCommandOutput>;
|
|
82
|
-
export declare const
|
|
82
|
+
export declare const de_DeleteRescoreExecutionPlanCommand: (
|
|
83
83
|
output: __HttpResponse,
|
|
84
84
|
context: __SerdeContext
|
|
85
85
|
) => Promise<DeleteRescoreExecutionPlanCommandOutput>;
|
|
86
|
-
export declare const
|
|
86
|
+
export declare const de_DescribeRescoreExecutionPlanCommand: (
|
|
87
87
|
output: __HttpResponse,
|
|
88
88
|
context: __SerdeContext
|
|
89
89
|
) => Promise<DescribeRescoreExecutionPlanCommandOutput>;
|
|
90
|
-
export declare const
|
|
90
|
+
export declare const de_ListRescoreExecutionPlansCommand: (
|
|
91
91
|
output: __HttpResponse,
|
|
92
92
|
context: __SerdeContext
|
|
93
93
|
) => Promise<ListRescoreExecutionPlansCommandOutput>;
|
|
94
|
-
export declare const
|
|
94
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
95
95
|
output: __HttpResponse,
|
|
96
96
|
context: __SerdeContext
|
|
97
97
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
98
|
-
export declare const
|
|
98
|
+
export declare const de_RescoreCommand: (
|
|
99
99
|
output: __HttpResponse,
|
|
100
100
|
context: __SerdeContext
|
|
101
101
|
) => Promise<RescoreCommandOutput>;
|
|
102
|
-
export declare const
|
|
102
|
+
export declare const de_TagResourceCommand: (
|
|
103
103
|
output: __HttpResponse,
|
|
104
104
|
context: __SerdeContext
|
|
105
105
|
) => Promise<TagResourceCommandOutput>;
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const de_UntagResourceCommand: (
|
|
107
107
|
output: __HttpResponse,
|
|
108
108
|
context: __SerdeContext
|
|
109
109
|
) => Promise<UntagResourceCommandOutput>;
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const de_UpdateRescoreExecutionPlanCommand: (
|
|
111
111
|
output: __HttpResponse,
|
|
112
112
|
context: __SerdeContext
|
|
113
113
|
) => Promise<UpdateRescoreExecutionPlanCommandOutput>;
|
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.309.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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.309.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.309.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.306.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.309.0",
|
|
44
44
|
"@aws-sdk/types": "3.306.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.309.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.309.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.306.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.306.0",
|