@aws-sdk/client-wisdom 3.477.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-cjs/pagination/ListAssistantAssociationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAssistantsPaginator.js +2 -24
- package/dist-cjs/pagination/ListContentsPaginator.js +2 -24
- package/dist-cjs/pagination/ListImportJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListKnowledgeBasesPaginator.js +2 -24
- package/dist-cjs/pagination/ListQuickResponsesPaginator.js +2 -24
- package/dist-cjs/pagination/QueryAssistantPaginator.js +2 -24
- package/dist-cjs/pagination/SearchContentPaginator.js +2 -24
- package/dist-cjs/pagination/SearchQuickResponsesPaginator.js +2 -24
- package/dist-cjs/pagination/SearchSessionsPaginator.js +2 -24
- 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-es/pagination/ListAssistantAssociationsPaginator.js +2 -23
- package/dist-es/pagination/ListAssistantsPaginator.js +2 -23
- package/dist-es/pagination/ListContentsPaginator.js +2 -23
- package/dist-es/pagination/ListImportJobsPaginator.js +2 -23
- package/dist-es/pagination/ListKnowledgeBasesPaginator.js +2 -23
- package/dist-es/pagination/ListQuickResponsesPaginator.js +2 -23
- package/dist-es/pagination/QueryAssistantPaginator.js +2 -23
- package/dist-es/pagination/SearchContentPaginator.js +2 -23
- package/dist-es/pagination/SearchQuickResponsesPaginator.js +2 -23
- package/dist-es/pagination/SearchSessionsPaginator.js +2 -23
- 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/pagination/ListAssistantAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssistantsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListContentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListKnowledgeBasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQuickResponsesPaginator.d.ts +1 -1
- package/dist-types/pagination/QueryAssistantPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchContentPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchQuickResponsesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchSessionsPaginator.d.ts +1 -1
- 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/dist-types/ts3.4/pagination/ListAssistantAssociationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAssistantsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListContentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListImportJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListKnowledgeBasesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListQuickResponsesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/QueryAssistantPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchContentPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchQuickResponsesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchSessionsPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -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 CreateAssistantAssociationCommand 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 = "CreateAssistantAssociationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "WisdomService",
|
|
38
|
-
operation: "CreateAssistantAssociation",
|
|
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_CreateAssistantAssociationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateAssistantAssociationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateAssistantAssociationCommand 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", "CreateAssistantAssociation", {})
|
|
22
|
+
.n("WisdomClient", "CreateAssistantAssociationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateAssistantAssociationCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateAssistantAssociationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateAssistantAssociationCommand = CreateAssistantAssociationCommand;
|
|
@@ -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 CreateAssistantCommand 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 = "CreateAssistantCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "WisdomService",
|
|
38
|
-
operation: "CreateAssistant",
|
|
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_CreateAssistantCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateAssistantCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateAssistantCommand 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", "CreateAssistant", {})
|
|
22
|
+
.n("WisdomClient", "CreateAssistantCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateAssistantCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateAssistantCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateAssistantCommand = CreateAssistantCommand;
|
|
@@ -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 CreateContentCommand 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 = "CreateContentCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.CreateContentResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "WisdomService",
|
|
39
|
-
operation: "CreateContent",
|
|
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_CreateContentCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_CreateContentCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CreateContentCommand 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", "CreateContent", {})
|
|
23
|
+
.n("WisdomClient", "CreateContentCommand")
|
|
24
|
+
.f(void 0, models_0_1.CreateContentResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_restJson1_1.se_CreateContentCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_CreateContentCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateContentCommand = CreateContentCommand;
|
|
@@ -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 CreateKnowledgeBaseCommand 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 = "CreateKnowledgeBaseCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "WisdomService",
|
|
38
|
-
operation: "CreateKnowledgeBase",
|
|
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_CreateKnowledgeBaseCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateKnowledgeBaseCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateKnowledgeBaseCommand 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", "CreateKnowledgeBase", {})
|
|
22
|
+
.n("WisdomClient", "CreateKnowledgeBaseCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateKnowledgeBaseCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateKnowledgeBaseCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateKnowledgeBaseCommand = CreateKnowledgeBaseCommand;
|
|
@@ -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 CreateQuickResponseCommand 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 = "CreateQuickResponseCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateQuickResponseRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.CreateQuickResponseResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "WisdomService",
|
|
39
|
-
operation: "CreateQuickResponse",
|
|
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_CreateQuickResponseCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_CreateQuickResponseCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CreateQuickResponseCommand 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", "CreateQuickResponse", {})
|
|
23
|
+
.n("WisdomClient", "CreateQuickResponseCommand")
|
|
24
|
+
.f(models_0_1.CreateQuickResponseRequestFilterSensitiveLog, models_0_1.CreateQuickResponseResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_restJson1_1.se_CreateQuickResponseCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_CreateQuickResponseCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateQuickResponseCommand = CreateQuickResponseCommand;
|
|
@@ -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 CreateSessionCommand 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 = "CreateSessionCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "WisdomService",
|
|
38
|
-
operation: "CreateSession",
|
|
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_CreateSessionCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateSessionCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateSessionCommand 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", "CreateSession", {})
|
|
22
|
+
.n("WisdomClient", "CreateSessionCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateSessionCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateSessionCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateSessionCommand = CreateSessionCommand;
|
|
@@ -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 DeleteAssistantAssociationCommand 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 = "DeleteAssistantAssociationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "WisdomService",
|
|
38
|
-
operation: "DeleteAssistantAssociation",
|
|
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_DeleteAssistantAssociationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteAssistantAssociationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteAssistantAssociationCommand 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", "DeleteAssistantAssociation", {})
|
|
22
|
+
.n("WisdomClient", "DeleteAssistantAssociationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteAssistantAssociationCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteAssistantAssociationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteAssistantAssociationCommand = DeleteAssistantAssociationCommand;
|
|
@@ -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 DeleteAssistantCommand 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 = "DeleteAssistantCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "WisdomService",
|
|
38
|
-
operation: "DeleteAssistant",
|
|
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_DeleteAssistantCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteAssistantCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteAssistantCommand 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", "DeleteAssistant", {})
|
|
22
|
+
.n("WisdomClient", "DeleteAssistantCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteAssistantCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteAssistantCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteAssistantCommand = DeleteAssistantCommand;
|
|
@@ -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 DeleteContentCommand 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 = "DeleteContentCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "WisdomService",
|
|
38
|
-
operation: "DeleteContent",
|
|
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_DeleteContentCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteContentCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteContentCommand 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", "DeleteContent", {})
|
|
22
|
+
.n("WisdomClient", "DeleteContentCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteContentCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteContentCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteContentCommand = DeleteContentCommand;
|