@aws-sdk/client-kendra-ranking 3.649.0 → 3.650.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 +9 -27
- package/dist-es/commands/CreateRescoreExecutionPlanCommand.js +1 -3
- package/dist-es/commands/DeleteRescoreExecutionPlanCommand.js +1 -3
- package/dist-es/commands/DescribeRescoreExecutionPlanCommand.js +1 -3
- package/dist-es/commands/ListRescoreExecutionPlansCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/RescoreCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateRescoreExecutionPlanCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -759,9 +759,7 @@ function sharedHeaders(operation) {
|
|
|
759
759
|
__name(sharedHeaders, "sharedHeaders");
|
|
760
760
|
|
|
761
761
|
// src/commands/CreateRescoreExecutionPlanCommand.ts
|
|
762
|
-
var _CreateRescoreExecutionPlanCommand = class _CreateRescoreExecutionPlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
763
|
-
...commonParams
|
|
764
|
-
}).m(function(Command, cs, config, o) {
|
|
762
|
+
var _CreateRescoreExecutionPlanCommand = class _CreateRescoreExecutionPlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
765
763
|
return [
|
|
766
764
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
767
765
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -775,9 +773,7 @@ var CreateRescoreExecutionPlanCommand = _CreateRescoreExecutionPlanCommand;
|
|
|
775
773
|
|
|
776
774
|
|
|
777
775
|
|
|
778
|
-
var _DeleteRescoreExecutionPlanCommand = class _DeleteRescoreExecutionPlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
779
|
-
...commonParams
|
|
780
|
-
}).m(function(Command, cs, config, o) {
|
|
776
|
+
var _DeleteRescoreExecutionPlanCommand = class _DeleteRescoreExecutionPlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
781
777
|
return [
|
|
782
778
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
783
779
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -791,9 +787,7 @@ var DeleteRescoreExecutionPlanCommand = _DeleteRescoreExecutionPlanCommand;
|
|
|
791
787
|
|
|
792
788
|
|
|
793
789
|
|
|
794
|
-
var _DescribeRescoreExecutionPlanCommand = class _DescribeRescoreExecutionPlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
795
|
-
...commonParams
|
|
796
|
-
}).m(function(Command, cs, config, o) {
|
|
790
|
+
var _DescribeRescoreExecutionPlanCommand = class _DescribeRescoreExecutionPlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
797
791
|
return [
|
|
798
792
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
799
793
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -807,9 +801,7 @@ var DescribeRescoreExecutionPlanCommand = _DescribeRescoreExecutionPlanCommand;
|
|
|
807
801
|
|
|
808
802
|
|
|
809
803
|
|
|
810
|
-
var _ListRescoreExecutionPlansCommand = class _ListRescoreExecutionPlansCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
811
|
-
...commonParams
|
|
812
|
-
}).m(function(Command, cs, config, o) {
|
|
804
|
+
var _ListRescoreExecutionPlansCommand = class _ListRescoreExecutionPlansCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
813
805
|
return [
|
|
814
806
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
815
807
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -823,9 +815,7 @@ var ListRescoreExecutionPlansCommand = _ListRescoreExecutionPlansCommand;
|
|
|
823
815
|
|
|
824
816
|
|
|
825
817
|
|
|
826
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
827
|
-
...commonParams
|
|
828
|
-
}).m(function(Command, cs, config, o) {
|
|
818
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
829
819
|
return [
|
|
830
820
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
831
821
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -839,9 +829,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
839
829
|
|
|
840
830
|
|
|
841
831
|
|
|
842
|
-
var _RescoreCommand = class _RescoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
843
|
-
...commonParams
|
|
844
|
-
}).m(function(Command, cs, config, o) {
|
|
832
|
+
var _RescoreCommand = class _RescoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
845
833
|
return [
|
|
846
834
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
847
835
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -855,9 +843,7 @@ var RescoreCommand = _RescoreCommand;
|
|
|
855
843
|
|
|
856
844
|
|
|
857
845
|
|
|
858
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
859
|
-
...commonParams
|
|
860
|
-
}).m(function(Command, cs, config, o) {
|
|
846
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
861
847
|
return [
|
|
862
848
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
863
849
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -871,9 +857,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
871
857
|
|
|
872
858
|
|
|
873
859
|
|
|
874
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
875
|
-
...commonParams
|
|
876
|
-
}).m(function(Command, cs, config, o) {
|
|
860
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
877
861
|
return [
|
|
878
862
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
879
863
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -887,9 +871,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
887
871
|
|
|
888
872
|
|
|
889
873
|
|
|
890
|
-
var _UpdateRescoreExecutionPlanCommand = class _UpdateRescoreExecutionPlanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
891
|
-
...commonParams
|
|
892
|
-
}).m(function(Command, cs, config, o) {
|
|
874
|
+
var _UpdateRescoreExecutionPlanCommand = class _UpdateRescoreExecutionPlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
893
875
|
return [
|
|
894
876
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
895
877
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateRescoreExecutionPlanCommand, se_CreateRescoreExecutionPlanComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateRescoreExecutionPlanCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteRescoreExecutionPlanCommand, se_DeleteRescoreExecutionPlanComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteRescoreExecutionPlanCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeRescoreExecutionPlanCommand, se_DescribeRescoreExecutionPlan
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeRescoreExecutionPlanCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListRescoreExecutionPlansCommand, se_ListRescoreExecutionPlansComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListRescoreExecutionPlansCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RescoreCommand, se_RescoreCommand } from "../protocols/Aws_json1_0";
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RescoreCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateRescoreExecutionPlanCommand, se_UpdateRescoreExecutionPlanComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateRescoreExecutionPlanCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.650.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": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|