@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.
Files changed (66) hide show
  1. package/dist-cjs/QConnect.js +1 -95
  2. package/dist-cjs/QConnectClient.js +1 -43
  3. package/dist-cjs/commands/CreateAssistantAssociationCommand.js +1 -28
  4. package/dist-cjs/commands/CreateAssistantCommand.js +1 -28
  5. package/dist-cjs/commands/CreateContentCommand.js +1 -29
  6. package/dist-cjs/commands/CreateKnowledgeBaseCommand.js +1 -28
  7. package/dist-cjs/commands/CreateQuickResponseCommand.js +1 -29
  8. package/dist-cjs/commands/CreateSessionCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteAssistantAssociationCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteAssistantCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteContentCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteImportJobCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteKnowledgeBaseCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteQuickResponseCommand.js +1 -28
  15. package/dist-cjs/commands/GetAssistantAssociationCommand.js +1 -28
  16. package/dist-cjs/commands/GetAssistantCommand.js +1 -28
  17. package/dist-cjs/commands/GetContentCommand.js +1 -29
  18. package/dist-cjs/commands/GetContentSummaryCommand.js +1 -28
  19. package/dist-cjs/commands/GetImportJobCommand.js +1 -29
  20. package/dist-cjs/commands/GetKnowledgeBaseCommand.js +1 -28
  21. package/dist-cjs/commands/GetQuickResponseCommand.js +1 -29
  22. package/dist-cjs/commands/GetRecommendationsCommand.js +1 -29
  23. package/dist-cjs/commands/GetSessionCommand.js +1 -28
  24. package/dist-cjs/commands/ListAssistantAssociationsCommand.js +1 -28
  25. package/dist-cjs/commands/ListAssistantsCommand.js +1 -28
  26. package/dist-cjs/commands/ListContentsCommand.js +1 -28
  27. package/dist-cjs/commands/ListImportJobsCommand.js +1 -28
  28. package/dist-cjs/commands/ListKnowledgeBasesCommand.js +1 -28
  29. package/dist-cjs/commands/ListQuickResponsesCommand.js +1 -29
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  31. package/dist-cjs/commands/NotifyRecommendationsReceivedCommand.js +1 -28
  32. package/dist-cjs/commands/PutFeedbackCommand.js +1 -28
  33. package/dist-cjs/commands/QueryAssistantCommand.js +1 -29
  34. package/dist-cjs/commands/RemoveKnowledgeBaseTemplateUriCommand.js +1 -28
  35. package/dist-cjs/commands/SearchContentCommand.js +1 -28
  36. package/dist-cjs/commands/SearchQuickResponsesCommand.js +1 -29
  37. package/dist-cjs/commands/SearchSessionsCommand.js +1 -28
  38. package/dist-cjs/commands/StartContentUploadCommand.js +1 -29
  39. package/dist-cjs/commands/StartImportJobCommand.js +1 -29
  40. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  41. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  42. package/dist-cjs/commands/UpdateContentCommand.js +1 -29
  43. package/dist-cjs/commands/UpdateKnowledgeBaseTemplateUriCommand.js +1 -28
  44. package/dist-cjs/commands/UpdateQuickResponseCommand.js +1 -29
  45. package/dist-cjs/commands/index.js +1 -45
  46. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  47. package/dist-cjs/extensionConfiguration.js +1 -2
  48. package/dist-cjs/index.js +4458 -11
  49. package/dist-cjs/models/QConnectServiceException.js +1 -12
  50. package/dist-cjs/models/index.js +1 -4
  51. package/dist-cjs/models/models_0.js +1 -575
  52. package/dist-cjs/pagination/Interfaces.js +1 -2
  53. package/dist-cjs/pagination/ListAssistantAssociationsPaginator.js +1 -7
  54. package/dist-cjs/pagination/ListAssistantsPaginator.js +1 -7
  55. package/dist-cjs/pagination/ListContentsPaginator.js +1 -7
  56. package/dist-cjs/pagination/ListImportJobsPaginator.js +1 -7
  57. package/dist-cjs/pagination/ListKnowledgeBasesPaginator.js +1 -7
  58. package/dist-cjs/pagination/ListQuickResponsesPaginator.js +1 -7
  59. package/dist-cjs/pagination/QueryAssistantPaginator.js +1 -7
  60. package/dist-cjs/pagination/SearchContentPaginator.js +1 -7
  61. package/dist-cjs/pagination/SearchQuickResponsesPaginator.js +1 -7
  62. package/dist-cjs/pagination/SearchSessionsPaginator.js +1 -7
  63. package/dist-cjs/pagination/index.js +1 -14
  64. package/dist-cjs/protocols/Aws_restJson1.js +1 -2737
  65. package/dist-cjs/runtimeExtensions.js +1 -22
  66. package/package.json +40 -40
@@ -1,7 +1 @@
1
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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");