@aws-sdk/client-kendra-ranking 3.303.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 +29 -29
|
@@ -35,10 +35,10 @@ class CreateRescoreExecutionPlanCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_json1_0_1.
|
|
38
|
+
return (0, Aws_json1_0_1.se_CreateRescoreExecutionPlanCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.de_CreateRescoreExecutionPlanCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.CreateRescoreExecutionPlanCommand = CreateRescoreExecutionPlanCommand;
|
|
@@ -35,10 +35,10 @@ class DeleteRescoreExecutionPlanCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_json1_0_1.
|
|
38
|
+
return (0, Aws_json1_0_1.se_DeleteRescoreExecutionPlanCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.de_DeleteRescoreExecutionPlanCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.DeleteRescoreExecutionPlanCommand = DeleteRescoreExecutionPlanCommand;
|
|
@@ -35,10 +35,10 @@ class DescribeRescoreExecutionPlanCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_json1_0_1.
|
|
38
|
+
return (0, Aws_json1_0_1.se_DescribeRescoreExecutionPlanCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.de_DescribeRescoreExecutionPlanCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.DescribeRescoreExecutionPlanCommand = DescribeRescoreExecutionPlanCommand;
|
|
@@ -35,10 +35,10 @@ class ListRescoreExecutionPlansCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_json1_0_1.
|
|
38
|
+
return (0, Aws_json1_0_1.se_ListRescoreExecutionPlansCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.de_ListRescoreExecutionPlansCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.ListRescoreExecutionPlansCommand = ListRescoreExecutionPlansCommand;
|
|
@@ -35,10 +35,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_json1_0_1.
|
|
38
|
+
return (0, Aws_json1_0_1.se_ListTagsForResourceCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.de_ListTagsForResourceCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -35,10 +35,10 @@ class RescoreCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_json1_0_1.
|
|
38
|
+
return (0, Aws_json1_0_1.se_RescoreCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.de_RescoreCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.RescoreCommand = RescoreCommand;
|
|
@@ -35,10 +35,10 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_json1_0_1.
|
|
38
|
+
return (0, Aws_json1_0_1.se_TagResourceCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.de_TagResourceCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -35,10 +35,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_json1_0_1.
|
|
38
|
+
return (0, Aws_json1_0_1.se_UntagResourceCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.de_UntagResourceCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -35,10 +35,10 @@ class UpdateRescoreExecutionPlanCommand extends smithy_client_1.Command {
|
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
36
36
|
}
|
|
37
37
|
serialize(input, context) {
|
|
38
|
-
return (0, Aws_json1_0_1.
|
|
38
|
+
return (0, Aws_json1_0_1.se_UpdateRescoreExecutionPlanCommand)(input, context);
|
|
39
39
|
}
|
|
40
40
|
deserialize(output, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.de_UpdateRescoreExecutionPlanCommand)(output, context);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
exports.UpdateRescoreExecutionPlanCommand = UpdateRescoreExecutionPlanCommand;
|