@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 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,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListAssistantAssociations = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListAssistantAssociationsCommand_1 = require("../commands/ListAssistantAssociationsCommand");
|
|
5
6
|
const WisdomClient_1 = require("../WisdomClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListAssistantAssociationsCommand_1.ListAssistantAssociationsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListAssistantAssociations(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof WisdomClient_1.WisdomClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Wisdom | WisdomClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListAssistantAssociations = paginateListAssistantAssociations;
|
|
7
|
+
exports.paginateListAssistantAssociations = (0, core_1.createPaginator)(WisdomClient_1.WisdomClient, ListAssistantAssociationsCommand_1.ListAssistantAssociationsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListAssistants = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListAssistantsCommand_1 = require("../commands/ListAssistantsCommand");
|
|
5
6
|
const WisdomClient_1 = require("../WisdomClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListAssistantsCommand_1.ListAssistantsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListAssistants(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof WisdomClient_1.WisdomClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Wisdom | WisdomClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListAssistants = paginateListAssistants;
|
|
7
|
+
exports.paginateListAssistants = (0, core_1.createPaginator)(WisdomClient_1.WisdomClient, ListAssistantsCommand_1.ListAssistantsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListContents = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListContentsCommand_1 = require("../commands/ListContentsCommand");
|
|
5
6
|
const WisdomClient_1 = require("../WisdomClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListContentsCommand_1.ListContentsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListContents(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof WisdomClient_1.WisdomClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Wisdom | WisdomClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListContents = paginateListContents;
|
|
7
|
+
exports.paginateListContents = (0, core_1.createPaginator)(WisdomClient_1.WisdomClient, ListContentsCommand_1.ListContentsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListImportJobs = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListImportJobsCommand_1 = require("../commands/ListImportJobsCommand");
|
|
5
6
|
const WisdomClient_1 = require("../WisdomClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListImportJobsCommand_1.ListImportJobsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListImportJobs(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof WisdomClient_1.WisdomClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Wisdom | WisdomClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListImportJobs = paginateListImportJobs;
|
|
7
|
+
exports.paginateListImportJobs = (0, core_1.createPaginator)(WisdomClient_1.WisdomClient, ListImportJobsCommand_1.ListImportJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListKnowledgeBases = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListKnowledgeBasesCommand_1 = require("../commands/ListKnowledgeBasesCommand");
|
|
5
6
|
const WisdomClient_1 = require("../WisdomClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListKnowledgeBasesCommand_1.ListKnowledgeBasesCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListKnowledgeBases(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof WisdomClient_1.WisdomClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Wisdom | WisdomClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListKnowledgeBases = paginateListKnowledgeBases;
|
|
7
|
+
exports.paginateListKnowledgeBases = (0, core_1.createPaginator)(WisdomClient_1.WisdomClient, ListKnowledgeBasesCommand_1.ListKnowledgeBasesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListQuickResponses = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListQuickResponsesCommand_1 = require("../commands/ListQuickResponsesCommand");
|
|
5
6
|
const WisdomClient_1 = require("../WisdomClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListQuickResponsesCommand_1.ListQuickResponsesCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListQuickResponses(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof WisdomClient_1.WisdomClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Wisdom | WisdomClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListQuickResponses = paginateListQuickResponses;
|
|
7
|
+
exports.paginateListQuickResponses = (0, core_1.createPaginator)(WisdomClient_1.WisdomClient, ListQuickResponsesCommand_1.ListQuickResponsesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateQueryAssistant = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const QueryAssistantCommand_1 = require("../commands/QueryAssistantCommand");
|
|
5
6
|
const WisdomClient_1 = require("../WisdomClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new QueryAssistantCommand_1.QueryAssistantCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateQueryAssistant(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof WisdomClient_1.WisdomClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Wisdom | WisdomClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateQueryAssistant = paginateQueryAssistant;
|
|
7
|
+
exports.paginateQueryAssistant = (0, core_1.createPaginator)(WisdomClient_1.WisdomClient, QueryAssistantCommand_1.QueryAssistantCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateSearchContent = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const SearchContentCommand_1 = require("../commands/SearchContentCommand");
|
|
5
6
|
const WisdomClient_1 = require("../WisdomClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new SearchContentCommand_1.SearchContentCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateSearchContent(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.nextToken = token;
|
|
15
|
-
input["maxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof WisdomClient_1.WisdomClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Wisdom | WisdomClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.nextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateSearchContent = paginateSearchContent;
|
|
7
|
+
exports.paginateSearchContent = (0, core_1.createPaginator)(WisdomClient_1.WisdomClient, SearchContentCommand_1.SearchContentCommand, "nextToken", "nextToken", "maxResults");
|