@aws-sdk/client-kendra-ranking 3.296.0 → 3.298.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 -3
- package/dist-cjs/commands/DeleteRescoreExecutionPlanCommand.js +2 -3
- package/dist-cjs/commands/DescribeRescoreExecutionPlanCommand.js +2 -3
- package/dist-cjs/commands/ListRescoreExecutionPlansCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/RescoreCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateRescoreExecutionPlanCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -85
- package/dist-es/commands/CreateRescoreExecutionPlanCommand.js +2 -3
- package/dist-es/commands/DeleteRescoreExecutionPlanCommand.js +2 -3
- package/dist-es/commands/DescribeRescoreExecutionPlanCommand.js +2 -3
- package/dist-es/commands/ListRescoreExecutionPlansCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/RescoreCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateRescoreExecutionPlanCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -63
- package/dist-types/KendraRanking.d.ts +10 -0
- package/dist-types/KendraRankingClient.d.ts +24 -4
- package/dist-types/commands/CreateRescoreExecutionPlanCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRescoreExecutionPlanCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRescoreExecutionPlanCommand.d.ts +16 -0
- package/dist-types/commands/ListRescoreExecutionPlansCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RescoreCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRescoreExecutionPlanCommand.d.ts +16 -0
- package/dist-types/models/KendraRankingServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +52 -84
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListRescoreExecutionPlansPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -59
- package/package.json +4 -3
|
@@ -4,7 +4,6 @@ exports.CreateRescoreExecutionPlanCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
8
|
class CreateRescoreExecutionPlanCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class CreateRescoreExecutionPlanCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DeleteRescoreExecutionPlanCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
8
|
class DeleteRescoreExecutionPlanCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class DeleteRescoreExecutionPlanCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog: (
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DescribeRescoreExecutionPlanCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
8
|
class DescribeRescoreExecutionPlanCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class DescribeRescoreExecutionPlanCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.ListRescoreExecutionPlansCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
8
|
class ListRescoreExecutionPlansCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class ListRescoreExecutionPlansCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.ListTagsForResourceCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
8
|
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.RescoreCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
8
|
class RescoreCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class RescoreCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.TagResourceCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
8
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.UntagResourceCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
8
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.UpdateRescoreExecutionPlanCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
8
|
class UpdateRescoreExecutionPlanCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class UpdateRescoreExecutionPlanCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog: (
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ResourceUnavailableException = exports.RescoreExecutionPlanStatus = exports.ResourceNotFoundException = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;
|
|
4
4
|
const KendraRankingServiceException_1 = require("./KendraRankingServiceException");
|
|
5
5
|
class AccessDeniedException extends KendraRankingServiceException_1.KendraRankingServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -122,87 +122,3 @@ class ResourceUnavailableException extends KendraRankingServiceException_1.Kendr
|
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
124
|
exports.ResourceUnavailableException = ResourceUnavailableException;
|
|
125
|
-
const CapacityUnitsConfigurationFilterSensitiveLog = (obj) => ({
|
|
126
|
-
...obj,
|
|
127
|
-
});
|
|
128
|
-
exports.CapacityUnitsConfigurationFilterSensitiveLog = CapacityUnitsConfigurationFilterSensitiveLog;
|
|
129
|
-
const TagFilterSensitiveLog = (obj) => ({
|
|
130
|
-
...obj,
|
|
131
|
-
});
|
|
132
|
-
exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
|
|
133
|
-
const CreateRescoreExecutionPlanRequestFilterSensitiveLog = (obj) => ({
|
|
134
|
-
...obj,
|
|
135
|
-
});
|
|
136
|
-
exports.CreateRescoreExecutionPlanRequestFilterSensitiveLog = CreateRescoreExecutionPlanRequestFilterSensitiveLog;
|
|
137
|
-
const CreateRescoreExecutionPlanResponseFilterSensitiveLog = (obj) => ({
|
|
138
|
-
...obj,
|
|
139
|
-
});
|
|
140
|
-
exports.CreateRescoreExecutionPlanResponseFilterSensitiveLog = CreateRescoreExecutionPlanResponseFilterSensitiveLog;
|
|
141
|
-
const DeleteRescoreExecutionPlanRequestFilterSensitiveLog = (obj) => ({
|
|
142
|
-
...obj,
|
|
143
|
-
});
|
|
144
|
-
exports.DeleteRescoreExecutionPlanRequestFilterSensitiveLog = DeleteRescoreExecutionPlanRequestFilterSensitiveLog;
|
|
145
|
-
const DescribeRescoreExecutionPlanRequestFilterSensitiveLog = (obj) => ({
|
|
146
|
-
...obj,
|
|
147
|
-
});
|
|
148
|
-
exports.DescribeRescoreExecutionPlanRequestFilterSensitiveLog = DescribeRescoreExecutionPlanRequestFilterSensitiveLog;
|
|
149
|
-
const DescribeRescoreExecutionPlanResponseFilterSensitiveLog = (obj) => ({
|
|
150
|
-
...obj,
|
|
151
|
-
});
|
|
152
|
-
exports.DescribeRescoreExecutionPlanResponseFilterSensitiveLog = DescribeRescoreExecutionPlanResponseFilterSensitiveLog;
|
|
153
|
-
const ListRescoreExecutionPlansRequestFilterSensitiveLog = (obj) => ({
|
|
154
|
-
...obj,
|
|
155
|
-
});
|
|
156
|
-
exports.ListRescoreExecutionPlansRequestFilterSensitiveLog = ListRescoreExecutionPlansRequestFilterSensitiveLog;
|
|
157
|
-
const RescoreExecutionPlanSummaryFilterSensitiveLog = (obj) => ({
|
|
158
|
-
...obj,
|
|
159
|
-
});
|
|
160
|
-
exports.RescoreExecutionPlanSummaryFilterSensitiveLog = RescoreExecutionPlanSummaryFilterSensitiveLog;
|
|
161
|
-
const ListRescoreExecutionPlansResponseFilterSensitiveLog = (obj) => ({
|
|
162
|
-
...obj,
|
|
163
|
-
});
|
|
164
|
-
exports.ListRescoreExecutionPlansResponseFilterSensitiveLog = ListRescoreExecutionPlansResponseFilterSensitiveLog;
|
|
165
|
-
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
166
|
-
...obj,
|
|
167
|
-
});
|
|
168
|
-
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
169
|
-
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
170
|
-
...obj,
|
|
171
|
-
});
|
|
172
|
-
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
173
|
-
const DocumentFilterSensitiveLog = (obj) => ({
|
|
174
|
-
...obj,
|
|
175
|
-
});
|
|
176
|
-
exports.DocumentFilterSensitiveLog = DocumentFilterSensitiveLog;
|
|
177
|
-
const RescoreRequestFilterSensitiveLog = (obj) => ({
|
|
178
|
-
...obj,
|
|
179
|
-
});
|
|
180
|
-
exports.RescoreRequestFilterSensitiveLog = RescoreRequestFilterSensitiveLog;
|
|
181
|
-
const RescoreResultItemFilterSensitiveLog = (obj) => ({
|
|
182
|
-
...obj,
|
|
183
|
-
});
|
|
184
|
-
exports.RescoreResultItemFilterSensitiveLog = RescoreResultItemFilterSensitiveLog;
|
|
185
|
-
const RescoreResultFilterSensitiveLog = (obj) => ({
|
|
186
|
-
...obj,
|
|
187
|
-
});
|
|
188
|
-
exports.RescoreResultFilterSensitiveLog = RescoreResultFilterSensitiveLog;
|
|
189
|
-
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
190
|
-
...obj,
|
|
191
|
-
});
|
|
192
|
-
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
193
|
-
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
194
|
-
...obj,
|
|
195
|
-
});
|
|
196
|
-
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
197
|
-
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
198
|
-
...obj,
|
|
199
|
-
});
|
|
200
|
-
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
201
|
-
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
202
|
-
...obj,
|
|
203
|
-
});
|
|
204
|
-
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
205
|
-
const UpdateRescoreExecutionPlanRequestFilterSensitiveLog = (obj) => ({
|
|
206
|
-
...obj,
|
|
207
|
-
});
|
|
208
|
-
exports.UpdateRescoreExecutionPlanRequestFilterSensitiveLog = UpdateRescoreExecutionPlanRequestFilterSensitiveLog;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateRescoreExecutionPlanRequestFilterSensitiveLog, CreateRescoreExecutionPlanResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0CreateRescoreExecutionPlanCommand, serializeAws_json1_0CreateRescoreExecutionPlanCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class CreateRescoreExecutionPlanCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class CreateRescoreExecutionPlanCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteRescoreExecutionPlanRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0DeleteRescoreExecutionPlanCommand, serializeAws_json1_0DeleteRescoreExecutionPlanCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class DeleteRescoreExecutionPlanCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class DeleteRescoreExecutionPlanCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog: (
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeRescoreExecutionPlanRequestFilterSensitiveLog, DescribeRescoreExecutionPlanResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0DescribeRescoreExecutionPlanCommand, serializeAws_json1_0DescribeRescoreExecutionPlanCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class DescribeRescoreExecutionPlanCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class DescribeRescoreExecutionPlanCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListRescoreExecutionPlansRequestFilterSensitiveLog, ListRescoreExecutionPlansResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0ListRescoreExecutionPlansCommand, serializeAws_json1_0ListRescoreExecutionPlansCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class ListRescoreExecutionPlansCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class ListRescoreExecutionPlansCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0ListTagsForResourceCommand, serializeAws_json1_0ListTagsForResourceCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class ListTagsForResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { RescoreRequestFilterSensitiveLog, RescoreResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0RescoreCommand, serializeAws_json1_0RescoreCommand } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class RescoreCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class RescoreCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0TagResourceCommand, serializeAws_json1_0TagResourceCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class TagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class TagResourceCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0UntagResourceCommand, serializeAws_json1_0UntagResourceCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class UntagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class UntagResourceCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateRescoreExecutionPlanRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0UpdateRescoreExecutionPlanCommand, serializeAws_json1_0UpdateRescoreExecutionPlanCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class UpdateRescoreExecutionPlanCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class UpdateRescoreExecutionPlanCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog: (
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -111,66 +111,3 @@ export class ResourceUnavailableException extends __BaseException {
|
|
|
111
111
|
this.Message = opts.Message;
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
|
-
export const CapacityUnitsConfigurationFilterSensitiveLog = (obj) => ({
|
|
115
|
-
...obj,
|
|
116
|
-
});
|
|
117
|
-
export const TagFilterSensitiveLog = (obj) => ({
|
|
118
|
-
...obj,
|
|
119
|
-
});
|
|
120
|
-
export const CreateRescoreExecutionPlanRequestFilterSensitiveLog = (obj) => ({
|
|
121
|
-
...obj,
|
|
122
|
-
});
|
|
123
|
-
export const CreateRescoreExecutionPlanResponseFilterSensitiveLog = (obj) => ({
|
|
124
|
-
...obj,
|
|
125
|
-
});
|
|
126
|
-
export const DeleteRescoreExecutionPlanRequestFilterSensitiveLog = (obj) => ({
|
|
127
|
-
...obj,
|
|
128
|
-
});
|
|
129
|
-
export const DescribeRescoreExecutionPlanRequestFilterSensitiveLog = (obj) => ({
|
|
130
|
-
...obj,
|
|
131
|
-
});
|
|
132
|
-
export const DescribeRescoreExecutionPlanResponseFilterSensitiveLog = (obj) => ({
|
|
133
|
-
...obj,
|
|
134
|
-
});
|
|
135
|
-
export const ListRescoreExecutionPlansRequestFilterSensitiveLog = (obj) => ({
|
|
136
|
-
...obj,
|
|
137
|
-
});
|
|
138
|
-
export const RescoreExecutionPlanSummaryFilterSensitiveLog = (obj) => ({
|
|
139
|
-
...obj,
|
|
140
|
-
});
|
|
141
|
-
export const ListRescoreExecutionPlansResponseFilterSensitiveLog = (obj) => ({
|
|
142
|
-
...obj,
|
|
143
|
-
});
|
|
144
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
145
|
-
...obj,
|
|
146
|
-
});
|
|
147
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
148
|
-
...obj,
|
|
149
|
-
});
|
|
150
|
-
export const DocumentFilterSensitiveLog = (obj) => ({
|
|
151
|
-
...obj,
|
|
152
|
-
});
|
|
153
|
-
export const RescoreRequestFilterSensitiveLog = (obj) => ({
|
|
154
|
-
...obj,
|
|
155
|
-
});
|
|
156
|
-
export const RescoreResultItemFilterSensitiveLog = (obj) => ({
|
|
157
|
-
...obj,
|
|
158
|
-
});
|
|
159
|
-
export const RescoreResultFilterSensitiveLog = (obj) => ({
|
|
160
|
-
...obj,
|
|
161
|
-
});
|
|
162
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
163
|
-
...obj,
|
|
164
|
-
});
|
|
165
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
166
|
-
...obj,
|
|
167
|
-
});
|
|
168
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
169
|
-
...obj,
|
|
170
|
-
});
|
|
171
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
172
|
-
...obj,
|
|
173
|
-
});
|
|
174
|
-
export const UpdateRescoreExecutionPlanRequestFilterSensitiveLog = (obj) => ({
|
|
175
|
-
...obj,
|
|
176
|
-
});
|
|
@@ -10,12 +10,14 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
|
|
|
10
10
|
import { UpdateRescoreExecutionPlanCommandInput, UpdateRescoreExecutionPlanCommandOutput } from "./commands/UpdateRescoreExecutionPlanCommand";
|
|
11
11
|
import { KendraRankingClient } from "./KendraRankingClient";
|
|
12
12
|
/**
|
|
13
|
+
* @public
|
|
13
14
|
* <p>Amazon Kendra Intelligent Ranking uses Amazon Kendra
|
|
14
15
|
* semantic search capabilities to intelligently re-rank a search
|
|
15
16
|
* service's results.</p>
|
|
16
17
|
*/
|
|
17
18
|
export declare class KendraRanking extends KendraRankingClient {
|
|
18
19
|
/**
|
|
20
|
+
* @public
|
|
19
21
|
* <p>Creates a rescore execution plan. A rescore execution
|
|
20
22
|
* plan is an Amazon Kendra Intelligent Ranking resource
|
|
21
23
|
* used for provisioning the <code>Rescore</code> API. You set
|
|
@@ -31,6 +33,7 @@ export declare class KendraRanking extends KendraRankingClient {
|
|
|
31
33
|
createRescoreExecutionPlan(args: CreateRescoreExecutionPlanCommandInput, cb: (err: any, data?: CreateRescoreExecutionPlanCommandOutput) => void): void;
|
|
32
34
|
createRescoreExecutionPlan(args: CreateRescoreExecutionPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRescoreExecutionPlanCommandOutput) => void): void;
|
|
33
35
|
/**
|
|
36
|
+
* @public
|
|
34
37
|
* <p>Deletes a rescore execution plan. A rescore execution
|
|
35
38
|
* plan is an Amazon Kendra Intelligent Ranking resource
|
|
36
39
|
* used for provisioning the <code>Rescore</code> API.</p>
|
|
@@ -39,6 +42,7 @@ export declare class KendraRanking extends KendraRankingClient {
|
|
|
39
42
|
deleteRescoreExecutionPlan(args: DeleteRescoreExecutionPlanCommandInput, cb: (err: any, data?: DeleteRescoreExecutionPlanCommandOutput) => void): void;
|
|
40
43
|
deleteRescoreExecutionPlan(args: DeleteRescoreExecutionPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRescoreExecutionPlanCommandOutput) => void): void;
|
|
41
44
|
/**
|
|
45
|
+
* @public
|
|
42
46
|
* <p>Gets information about a rescore execution plan. A rescore
|
|
43
47
|
* execution plan is an Amazon Kendra Intelligent Ranking
|
|
44
48
|
* resource used for provisioning the <code>Rescore</code> API.</p>
|
|
@@ -47,6 +51,7 @@ export declare class KendraRanking extends KendraRankingClient {
|
|
|
47
51
|
describeRescoreExecutionPlan(args: DescribeRescoreExecutionPlanCommandInput, cb: (err: any, data?: DescribeRescoreExecutionPlanCommandOutput) => void): void;
|
|
48
52
|
describeRescoreExecutionPlan(args: DescribeRescoreExecutionPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRescoreExecutionPlanCommandOutput) => void): void;
|
|
49
53
|
/**
|
|
54
|
+
* @public
|
|
50
55
|
* <p>Lists your rescore execution plans. A rescore execution plan
|
|
51
56
|
* is an Amazon Kendra Intelligent Ranking resource used for
|
|
52
57
|
* provisioning the <code>Rescore</code> API.</p>
|
|
@@ -55,6 +60,7 @@ export declare class KendraRanking extends KendraRankingClient {
|
|
|
55
60
|
listRescoreExecutionPlans(args: ListRescoreExecutionPlansCommandInput, cb: (err: any, data?: ListRescoreExecutionPlansCommandOutput) => void): void;
|
|
56
61
|
listRescoreExecutionPlans(args: ListRescoreExecutionPlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRescoreExecutionPlansCommandOutput) => void): void;
|
|
57
62
|
/**
|
|
63
|
+
* @public
|
|
58
64
|
* <p>Gets a list of tags associated with a specified resource.
|
|
59
65
|
* A rescore execution plan is an example of a resource that
|
|
60
66
|
* can have tags associated with it.</p>
|
|
@@ -63,6 +69,7 @@ export declare class KendraRanking extends KendraRankingClient {
|
|
|
63
69
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
64
70
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
65
71
|
/**
|
|
72
|
+
* @public
|
|
66
73
|
* <p>Rescores or re-ranks search results from a search service
|
|
67
74
|
* such as OpenSearch (self managed). You use the semantic search
|
|
68
75
|
* capabilities of Amazon Kendra Intelligent Ranking to
|
|
@@ -72,6 +79,7 @@ export declare class KendraRanking extends KendraRankingClient {
|
|
|
72
79
|
rescore(args: RescoreCommandInput, cb: (err: any, data?: RescoreCommandOutput) => void): void;
|
|
73
80
|
rescore(args: RescoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RescoreCommandOutput) => void): void;
|
|
74
81
|
/**
|
|
82
|
+
* @public
|
|
75
83
|
* <p>Adds a specified tag to a specified rescore execution
|
|
76
84
|
* plan. A rescore execution plan is an Amazon Kendra
|
|
77
85
|
* Intelligent Ranking resource used for provisioning the
|
|
@@ -82,6 +90,7 @@ export declare class KendraRanking extends KendraRankingClient {
|
|
|
82
90
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
83
91
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
84
92
|
/**
|
|
93
|
+
* @public
|
|
85
94
|
* <p>Removes a tag from a rescore execution plan. A rescore
|
|
86
95
|
* execution plan is an Amazon Kendra Intelligent
|
|
87
96
|
* Ranking resource used for provisioning the
|
|
@@ -91,6 +100,7 @@ export declare class KendraRanking extends KendraRankingClient {
|
|
|
91
100
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
92
101
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
93
102
|
/**
|
|
103
|
+
* @public
|
|
94
104
|
* <p>Updates a rescore execution plan. A rescore execution plan
|
|
95
105
|
* is an Amazon Kendra Intelligent Ranking resource used for
|
|
96
106
|
* provisioning the <code>Rescore</code> API. You can update the
|