@aws-sdk/client-wisdom 3.478.0 → 3.481.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/CreateAssistantAssociationCommand.js +18 -41
- package/dist-cjs/commands/CreateAssistantCommand.js +18 -41
- package/dist-cjs/commands/CreateContentCommand.js +18 -41
- package/dist-cjs/commands/CreateKnowledgeBaseCommand.js +18 -41
- package/dist-cjs/commands/CreateQuickResponseCommand.js +18 -41
- package/dist-cjs/commands/CreateSessionCommand.js +18 -41
- package/dist-cjs/commands/DeleteAssistantAssociationCommand.js +18 -41
- package/dist-cjs/commands/DeleteAssistantCommand.js +18 -41
- package/dist-cjs/commands/DeleteContentCommand.js +18 -41
- package/dist-cjs/commands/DeleteImportJobCommand.js +18 -41
- package/dist-cjs/commands/DeleteKnowledgeBaseCommand.js +18 -41
- package/dist-cjs/commands/DeleteQuickResponseCommand.js +18 -41
- package/dist-cjs/commands/GetAssistantAssociationCommand.js +18 -41
- package/dist-cjs/commands/GetAssistantCommand.js +18 -41
- package/dist-cjs/commands/GetContentCommand.js +18 -41
- package/dist-cjs/commands/GetContentSummaryCommand.js +18 -41
- package/dist-cjs/commands/GetImportJobCommand.js +18 -41
- package/dist-cjs/commands/GetKnowledgeBaseCommand.js +18 -41
- package/dist-cjs/commands/GetQuickResponseCommand.js +18 -41
- package/dist-cjs/commands/GetRecommendationsCommand.js +18 -41
- package/dist-cjs/commands/GetSessionCommand.js +18 -41
- package/dist-cjs/commands/ListAssistantAssociationsCommand.js +18 -41
- package/dist-cjs/commands/ListAssistantsCommand.js +18 -41
- package/dist-cjs/commands/ListContentsCommand.js +18 -41
- package/dist-cjs/commands/ListImportJobsCommand.js +18 -41
- package/dist-cjs/commands/ListKnowledgeBasesCommand.js +18 -41
- package/dist-cjs/commands/ListQuickResponsesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/NotifyRecommendationsReceivedCommand.js +18 -41
- package/dist-cjs/commands/QueryAssistantCommand.js +18 -41
- package/dist-cjs/commands/RemoveKnowledgeBaseTemplateUriCommand.js +18 -41
- package/dist-cjs/commands/SearchContentCommand.js +18 -41
- package/dist-cjs/commands/SearchQuickResponsesCommand.js +18 -41
- package/dist-cjs/commands/SearchSessionsCommand.js +18 -41
- package/dist-cjs/commands/StartContentUploadCommand.js +18 -41
- package/dist-cjs/commands/StartImportJobCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateContentCommand.js +18 -41
- package/dist-cjs/commands/UpdateKnowledgeBaseTemplateUriCommand.js +18 -41
- package/dist-cjs/commands/UpdateQuickResponseCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CreateAssistantAssociationCommand.js +18 -41
- package/dist-es/commands/CreateAssistantCommand.js +18 -41
- package/dist-es/commands/CreateContentCommand.js +18 -41
- package/dist-es/commands/CreateKnowledgeBaseCommand.js +18 -41
- package/dist-es/commands/CreateQuickResponseCommand.js +18 -41
- package/dist-es/commands/CreateSessionCommand.js +18 -41
- package/dist-es/commands/DeleteAssistantAssociationCommand.js +18 -41
- package/dist-es/commands/DeleteAssistantCommand.js +18 -41
- package/dist-es/commands/DeleteContentCommand.js +18 -41
- package/dist-es/commands/DeleteImportJobCommand.js +18 -41
- package/dist-es/commands/DeleteKnowledgeBaseCommand.js +18 -41
- package/dist-es/commands/DeleteQuickResponseCommand.js +18 -41
- package/dist-es/commands/GetAssistantAssociationCommand.js +18 -41
- package/dist-es/commands/GetAssistantCommand.js +18 -41
- package/dist-es/commands/GetContentCommand.js +18 -41
- package/dist-es/commands/GetContentSummaryCommand.js +18 -41
- package/dist-es/commands/GetImportJobCommand.js +18 -41
- package/dist-es/commands/GetKnowledgeBaseCommand.js +18 -41
- package/dist-es/commands/GetQuickResponseCommand.js +18 -41
- package/dist-es/commands/GetRecommendationsCommand.js +18 -41
- package/dist-es/commands/GetSessionCommand.js +18 -41
- package/dist-es/commands/ListAssistantAssociationsCommand.js +18 -41
- package/dist-es/commands/ListAssistantsCommand.js +18 -41
- package/dist-es/commands/ListContentsCommand.js +18 -41
- package/dist-es/commands/ListImportJobsCommand.js +18 -41
- package/dist-es/commands/ListKnowledgeBasesCommand.js +18 -41
- package/dist-es/commands/ListQuickResponsesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +18 -41
- package/dist-es/commands/QueryAssistantCommand.js +18 -41
- package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +18 -41
- package/dist-es/commands/SearchContentCommand.js +18 -41
- package/dist-es/commands/SearchQuickResponsesCommand.js +18 -41
- package/dist-es/commands/SearchSessionsCommand.js +18 -41
- package/dist-es/commands/StartContentUploadCommand.js +18 -41
- package/dist-es/commands/StartImportJobCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateContentCommand.js +18 -41
- package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +18 -41
- package/dist-es/commands/UpdateQuickResponseCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +6 -21
- package/dist-types/commands/CreateAssistantCommand.d.ts +6 -21
- package/dist-types/commands/CreateContentCommand.d.ts +6 -21
- package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +6 -21
- package/dist-types/commands/CreateQuickResponseCommand.d.ts +6 -21
- package/dist-types/commands/CreateSessionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAssistantCommand.d.ts +6 -21
- package/dist-types/commands/DeleteContentCommand.d.ts +6 -21
- package/dist-types/commands/DeleteImportJobCommand.d.ts +6 -21
- package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +6 -21
- package/dist-types/commands/DeleteQuickResponseCommand.d.ts +6 -21
- package/dist-types/commands/GetAssistantAssociationCommand.d.ts +6 -21
- package/dist-types/commands/GetAssistantCommand.d.ts +6 -21
- package/dist-types/commands/GetContentCommand.d.ts +6 -21
- package/dist-types/commands/GetContentSummaryCommand.d.ts +6 -21
- package/dist-types/commands/GetImportJobCommand.d.ts +6 -21
- package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +6 -21
- package/dist-types/commands/GetQuickResponseCommand.d.ts +6 -21
- package/dist-types/commands/GetRecommendationsCommand.d.ts +6 -21
- package/dist-types/commands/GetSessionCommand.d.ts +6 -21
- package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +6 -21
- package/dist-types/commands/ListAssistantsCommand.d.ts +6 -21
- package/dist-types/commands/ListContentsCommand.d.ts +6 -21
- package/dist-types/commands/ListImportJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +6 -21
- package/dist-types/commands/ListQuickResponsesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +6 -21
- package/dist-types/commands/QueryAssistantCommand.d.ts +6 -21
- package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +6 -21
- package/dist-types/commands/SearchContentCommand.d.ts +6 -21
- package/dist-types/commands/SearchQuickResponsesCommand.d.ts +6 -21
- package/dist-types/commands/SearchSessionsCommand.d.ts +6 -21
- package/dist-types/commands/StartContentUploadCommand.d.ts +6 -21
- package/dist-types/commands/StartImportJobCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateContentCommand.d.ts +6 -21
- package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +6 -21
- package/dist-types/commands/UpdateQuickResponseCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetContentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "WisdomClient";
|
|
29
|
-
const commandName = "TagResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "WisdomService",
|
|
38
|
-
operation: "TagResource",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class TagResourceCommand 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", "TagResource", {})
|
|
22
|
+
.n("WisdomClient", "TagResourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_TagResourceCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_TagResourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "WisdomClient";
|
|
29
|
-
const commandName = "UntagResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "WisdomService",
|
|
38
|
-
operation: "UntagResource",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class UpdateContentCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "WisdomClient";
|
|
30
|
-
const commandName = "UpdateContentCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.UpdateContentResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "WisdomService",
|
|
39
|
-
operation: "UpdateContent",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_UpdateContentCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_UpdateContentCommand)(output, context);
|
|
50
|
-
}
|
|
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() {
|
|
51
28
|
}
|
|
52
29
|
exports.UpdateContentCommand = UpdateContentCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateKnowledgeBaseTemplateUriCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "WisdomClient";
|
|
29
|
-
const commandName = "UpdateKnowledgeBaseTemplateUriCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "WisdomService",
|
|
38
|
-
operation: "UpdateKnowledgeBaseTemplateUri",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_UpdateKnowledgeBaseTemplateUriCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UpdateKnowledgeBaseTemplateUriCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateKnowledgeBaseTemplateUriCommand = UpdateKnowledgeBaseTemplateUriCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class UpdateQuickResponseCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "WisdomClient";
|
|
30
|
-
const commandName = "UpdateQuickResponseCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.UpdateQuickResponseRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.UpdateQuickResponseResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "WisdomService",
|
|
39
|
-
operation: "UpdateQuickResponse",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_UpdateQuickResponseCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_UpdateQuickResponseCommand)(output, context);
|
|
50
|
-
}
|
|
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() {
|
|
51
28
|
}
|
|
52
29
|
exports.UpdateQuickResponseCommand = UpdateQuickResponseCommand;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.resolveClientEndpointParameters = void 0;
|
|
3
|
+
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
4
|
const resolveClientEndpointParameters = (options) => {
|
|
5
5
|
return {
|
|
6
6
|
...options,
|
|
@@ -10,3 +10,9 @@ const resolveClientEndpointParameters = (options) => {
|
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
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,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateAssistantAssociationCommand, se_CreateAssistantAssociationCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateAssistantAssociationCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "WisdomClient";
|
|
26
|
-
const commandName = "CreateAssistantAssociationCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "WisdomService",
|
|
35
|
-
operation: "CreateAssistantAssociation",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateAssistantAssociationCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateAssistantAssociationCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateAssistantAssociationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WisdomService", "CreateAssistantAssociation", {})
|
|
19
|
+
.n("WisdomClient", "CreateAssistantAssociationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateAssistantAssociationCommand)
|
|
22
|
+
.de(de_CreateAssistantAssociationCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateAssistantCommand, se_CreateAssistantCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateAssistantCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "WisdomClient";
|
|
26
|
-
const commandName = "CreateAssistantCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "WisdomService",
|
|
35
|
-
operation: "CreateAssistant",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateAssistantCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateAssistantCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateAssistantCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WisdomService", "CreateAssistant", {})
|
|
19
|
+
.n("WisdomClient", "CreateAssistantCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateAssistantCommand)
|
|
22
|
+
.de(de_CreateAssistantCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { CreateContentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_CreateContentCommand, se_CreateContentCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class CreateContentCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "WisdomClient";
|
|
27
|
-
const commandName = "CreateContentCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: CreateContentResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "WisdomService",
|
|
36
|
-
operation: "CreateContent",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_CreateContentCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_CreateContentCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class CreateContentCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("WisdomService", "CreateContent", {})
|
|
20
|
+
.n("WisdomClient", "CreateContentCommand")
|
|
21
|
+
.f(void 0, CreateContentResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_CreateContentCommand)
|
|
23
|
+
.de(de_CreateContentCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateKnowledgeBaseCommand, se_CreateKnowledgeBaseCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateKnowledgeBaseCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "WisdomClient";
|
|
26
|
-
const commandName = "CreateKnowledgeBaseCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "WisdomService",
|
|
35
|
-
operation: "CreateKnowledgeBase",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateKnowledgeBaseCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateKnowledgeBaseCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateKnowledgeBaseCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WisdomService", "CreateKnowledgeBase", {})
|
|
19
|
+
.n("WisdomClient", "CreateKnowledgeBaseCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateKnowledgeBaseCommand)
|
|
22
|
+
.de(de_CreateKnowledgeBaseCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|