@aws-sdk/client-qconnect 3.489.0 → 3.495.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/QConnect.js +1 -95
- package/dist-cjs/QConnectClient.js +1 -43
- package/dist-cjs/commands/CreateAssistantAssociationCommand.js +1 -28
- package/dist-cjs/commands/CreateAssistantCommand.js +1 -28
- package/dist-cjs/commands/CreateContentCommand.js +1 -29
- package/dist-cjs/commands/CreateKnowledgeBaseCommand.js +1 -28
- package/dist-cjs/commands/CreateQuickResponseCommand.js +1 -29
- package/dist-cjs/commands/CreateSessionCommand.js +1 -28
- package/dist-cjs/commands/DeleteAssistantAssociationCommand.js +1 -28
- package/dist-cjs/commands/DeleteAssistantCommand.js +1 -28
- package/dist-cjs/commands/DeleteContentCommand.js +1 -28
- package/dist-cjs/commands/DeleteImportJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteKnowledgeBaseCommand.js +1 -28
- package/dist-cjs/commands/DeleteQuickResponseCommand.js +1 -28
- package/dist-cjs/commands/GetAssistantAssociationCommand.js +1 -28
- package/dist-cjs/commands/GetAssistantCommand.js +1 -28
- package/dist-cjs/commands/GetContentCommand.js +1 -29
- package/dist-cjs/commands/GetContentSummaryCommand.js +1 -28
- package/dist-cjs/commands/GetImportJobCommand.js +1 -29
- package/dist-cjs/commands/GetKnowledgeBaseCommand.js +1 -28
- package/dist-cjs/commands/GetQuickResponseCommand.js +1 -29
- package/dist-cjs/commands/GetRecommendationsCommand.js +1 -29
- package/dist-cjs/commands/GetSessionCommand.js +1 -28
- package/dist-cjs/commands/ListAssistantAssociationsCommand.js +1 -28
- package/dist-cjs/commands/ListAssistantsCommand.js +1 -28
- package/dist-cjs/commands/ListContentsCommand.js +1 -28
- package/dist-cjs/commands/ListImportJobsCommand.js +1 -28
- package/dist-cjs/commands/ListKnowledgeBasesCommand.js +1 -28
- package/dist-cjs/commands/ListQuickResponsesCommand.js +1 -29
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/NotifyRecommendationsReceivedCommand.js +1 -28
- package/dist-cjs/commands/PutFeedbackCommand.js +1 -28
- package/dist-cjs/commands/QueryAssistantCommand.js +1 -29
- package/dist-cjs/commands/RemoveKnowledgeBaseTemplateUriCommand.js +1 -28
- package/dist-cjs/commands/SearchContentCommand.js +1 -28
- package/dist-cjs/commands/SearchQuickResponsesCommand.js +1 -29
- package/dist-cjs/commands/SearchSessionsCommand.js +1 -28
- package/dist-cjs/commands/StartContentUploadCommand.js +1 -29
- package/dist-cjs/commands/StartImportJobCommand.js +1 -29
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateContentCommand.js +1 -29
- package/dist-cjs/commands/UpdateKnowledgeBaseTemplateUriCommand.js +1 -28
- package/dist-cjs/commands/UpdateQuickResponseCommand.js +1 -29
- package/dist-cjs/commands/index.js +1 -45
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +4458 -11
- package/dist-cjs/models/QConnectServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -575
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAssistantAssociationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListAssistantsPaginator.js +1 -7
- package/dist-cjs/pagination/ListContentsPaginator.js +1 -7
- package/dist-cjs/pagination/ListImportJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListKnowledgeBasesPaginator.js +1 -7
- package/dist-cjs/pagination/ListQuickResponsesPaginator.js +1 -7
- package/dist-cjs/pagination/QueryAssistantPaginator.js +1 -7
- package/dist-cjs/pagination/SearchContentPaginator.js +1 -7
- package/dist-cjs/pagination/SearchQuickResponsesPaginator.js +1 -7
- package/dist-cjs/pagination/SearchSessionsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -14
- package/dist-cjs/protocols/Aws_restJson1.js +1 -2737
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateQueryAssistant = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const QueryAssistantCommand_1 = require("../commands/QueryAssistantCommand");
|
|
6
|
-
const QConnectClient_1 = require("../QConnectClient");
|
|
7
|
-
exports.paginateQueryAssistant = (0, core_1.createPaginator)(QConnectClient_1.QConnectClient, QueryAssistantCommand_1.QueryAssistantCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateSearchContent = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const SearchContentCommand_1 = require("../commands/SearchContentCommand");
|
|
6
|
-
const QConnectClient_1 = require("../QConnectClient");
|
|
7
|
-
exports.paginateSearchContent = (0, core_1.createPaginator)(QConnectClient_1.QConnectClient, SearchContentCommand_1.SearchContentCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateSearchQuickResponses = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const SearchQuickResponsesCommand_1 = require("../commands/SearchQuickResponsesCommand");
|
|
6
|
-
const QConnectClient_1 = require("../QConnectClient");
|
|
7
|
-
exports.paginateSearchQuickResponses = (0, core_1.createPaginator)(QConnectClient_1.QConnectClient, SearchQuickResponsesCommand_1.SearchQuickResponsesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateSearchSessions = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const SearchSessionsCommand_1 = require("../commands/SearchSessionsCommand");
|
|
6
|
-
const QConnectClient_1 = require("../QConnectClient");
|
|
7
|
-
exports.paginateSearchSessions = (0, core_1.createPaginator)(QConnectClient_1.QConnectClient, SearchSessionsCommand_1.SearchSessionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,14 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListAssistantAssociationsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListAssistantsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListContentsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListImportJobsPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListKnowledgeBasesPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListQuickResponsesPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./QueryAssistantPaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./SearchContentPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./SearchQuickResponsesPaginator"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./SearchSessionsPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|