@aws-sdk/client-wisdom 3.489.0 → 3.495.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/Wisdom.js +1 -93
- package/dist-cjs/WisdomClient.js +1 -43
- package/dist-cjs/commands/CreateAssistantAssociationCommand.js +1 -28
- package/dist-cjs/commands/CreateAssistantCommand.js +1 -28
- package/dist-cjs/commands/CreateContentCommand.js +1 -29
- package/dist-cjs/commands/CreateKnowledgeBaseCommand.js +1 -28
- package/dist-cjs/commands/CreateQuickResponseCommand.js +1 -29
- package/dist-cjs/commands/CreateSessionCommand.js +1 -28
- package/dist-cjs/commands/DeleteAssistantAssociationCommand.js +1 -28
- package/dist-cjs/commands/DeleteAssistantCommand.js +1 -28
- package/dist-cjs/commands/DeleteContentCommand.js +1 -28
- package/dist-cjs/commands/DeleteImportJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteKnowledgeBaseCommand.js +1 -28
- package/dist-cjs/commands/DeleteQuickResponseCommand.js +1 -28
- package/dist-cjs/commands/GetAssistantAssociationCommand.js +1 -28
- package/dist-cjs/commands/GetAssistantCommand.js +1 -28
- package/dist-cjs/commands/GetContentCommand.js +1 -29
- package/dist-cjs/commands/GetContentSummaryCommand.js +1 -28
- package/dist-cjs/commands/GetImportJobCommand.js +1 -29
- package/dist-cjs/commands/GetKnowledgeBaseCommand.js +1 -28
- package/dist-cjs/commands/GetQuickResponseCommand.js +1 -29
- package/dist-cjs/commands/GetRecommendationsCommand.js +1 -29
- package/dist-cjs/commands/GetSessionCommand.js +1 -28
- package/dist-cjs/commands/ListAssistantAssociationsCommand.js +1 -28
- package/dist-cjs/commands/ListAssistantsCommand.js +1 -28
- package/dist-cjs/commands/ListContentsCommand.js +1 -28
- package/dist-cjs/commands/ListImportJobsCommand.js +1 -28
- package/dist-cjs/commands/ListKnowledgeBasesCommand.js +1 -28
- package/dist-cjs/commands/ListQuickResponsesCommand.js +1 -29
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/NotifyRecommendationsReceivedCommand.js +1 -28
- package/dist-cjs/commands/QueryAssistantCommand.js +1 -29
- package/dist-cjs/commands/RemoveKnowledgeBaseTemplateUriCommand.js +1 -28
- package/dist-cjs/commands/SearchContentCommand.js +1 -28
- package/dist-cjs/commands/SearchQuickResponsesCommand.js +1 -29
- package/dist-cjs/commands/SearchSessionsCommand.js +1 -28
- package/dist-cjs/commands/StartContentUploadCommand.js +1 -29
- package/dist-cjs/commands/StartImportJobCommand.js +1 -29
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateContentCommand.js +1 -29
- package/dist-cjs/commands/UpdateKnowledgeBaseTemplateUriCommand.js +1 -28
- package/dist-cjs/commands/UpdateQuickResponseCommand.js +1 -29
- package/dist-cjs/commands/index.js +1 -44
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +4179 -11
- package/dist-cjs/models/WisdomServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -467
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAssistantAssociationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListAssistantsPaginator.js +1 -7
- package/dist-cjs/pagination/ListContentsPaginator.js +1 -7
- package/dist-cjs/pagination/ListImportJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListKnowledgeBasesPaginator.js +1 -7
- package/dist-cjs/pagination/ListQuickResponsesPaginator.js +1 -7
- package/dist-cjs/pagination/QueryAssistantPaginator.js +1 -7
- package/dist-cjs/pagination/SearchContentPaginator.js +1 -7
- package/dist-cjs/pagination/SearchQuickResponsesPaginator.js +1 -7
- package/dist-cjs/pagination/SearchSessionsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -14
- package/dist-cjs/protocols/Aws_restJson1.js +1 -2612
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("WisdomService", "UntagResource", {})
|
|
22
|
-
.n("WisdomClient", "UntagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UntagResourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UntagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateContentCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class UpdateContentCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("WisdomService", "UpdateContent", {})
|
|
23
|
-
.n("WisdomClient", "UpdateContentCommand")
|
|
24
|
-
.f(void 0, models_0_1.UpdateContentResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_UpdateContentCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_UpdateContentCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.UpdateContentCommand = UpdateContentCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateKnowledgeBaseTemplateUriCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateKnowledgeBaseTemplateUriCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("WisdomService", "UpdateKnowledgeBaseTemplateUri", {})
|
|
22
|
-
.n("WisdomClient", "UpdateKnowledgeBaseTemplateUriCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateKnowledgeBaseTemplateUriCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateKnowledgeBaseTemplateUriCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateKnowledgeBaseTemplateUriCommand = UpdateKnowledgeBaseTemplateUriCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateQuickResponseCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class UpdateQuickResponseCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("WisdomService", "UpdateQuickResponse", {})
|
|
23
|
-
.n("WisdomClient", "UpdateQuickResponseCommand")
|
|
24
|
-
.f(models_0_1.UpdateQuickResponseRequestFilterSensitiveLog, models_0_1.UpdateQuickResponseResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_UpdateQuickResponseCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_UpdateQuickResponseCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.UpdateQuickResponseCommand = UpdateQuickResponseCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,44 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./CreateAssistantAssociationCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CreateAssistantCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateContentCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateKnowledgeBaseCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateQuickResponseCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateSessionCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./DeleteAssistantAssociationCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DeleteAssistantCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./DeleteContentCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DeleteImportJobCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DeleteKnowledgeBaseCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteQuickResponseCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./GetAssistantAssociationCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./GetAssistantCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./GetContentCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./GetContentSummaryCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./GetImportJobCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./GetKnowledgeBaseCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./GetQuickResponseCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./GetRecommendationsCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./GetSessionCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./ListAssistantAssociationsCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./ListAssistantsCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./ListContentsCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./ListImportJobsCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./ListKnowledgeBasesCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./ListQuickResponsesCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./NotifyRecommendationsReceivedCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./QueryAssistantCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./RemoveKnowledgeBaseTemplateUriCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./SearchContentCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./SearchQuickResponsesCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./SearchSessionsCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./StartContentUploadCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./StartImportJobCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./UpdateContentCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./UpdateKnowledgeBaseTemplateUriCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./UpdateQuickResponseCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "wisdom",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|