@aws-sdk/client-kendra 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 (93) hide show
  1. package/dist-cjs/Kendra.js +1 -143
  2. package/dist-cjs/KendraClient.js +1 -43
  3. package/dist-cjs/commands/AssociateEntitiesToExperienceCommand.js +1 -28
  4. package/dist-cjs/commands/AssociatePersonasToEntitiesCommand.js +1 -28
  5. package/dist-cjs/commands/BatchDeleteDocumentCommand.js +1 -28
  6. package/dist-cjs/commands/BatchDeleteFeaturedResultsSetCommand.js +1 -28
  7. package/dist-cjs/commands/BatchGetDocumentStatusCommand.js +1 -28
  8. package/dist-cjs/commands/BatchPutDocumentCommand.js +1 -28
  9. package/dist-cjs/commands/ClearQuerySuggestionsCommand.js +1 -28
  10. package/dist-cjs/commands/CreateAccessControlConfigurationCommand.js +1 -28
  11. package/dist-cjs/commands/CreateDataSourceCommand.js +1 -28
  12. package/dist-cjs/commands/CreateExperienceCommand.js +1 -28
  13. package/dist-cjs/commands/CreateFaqCommand.js +1 -28
  14. package/dist-cjs/commands/CreateFeaturedResultsSetCommand.js +1 -28
  15. package/dist-cjs/commands/CreateIndexCommand.js +1 -29
  16. package/dist-cjs/commands/CreateQuerySuggestionsBlockListCommand.js +1 -28
  17. package/dist-cjs/commands/CreateThesaurusCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteAccessControlConfigurationCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteDataSourceCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteExperienceCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteFaqCommand.js +1 -28
  22. package/dist-cjs/commands/DeleteIndexCommand.js +1 -28
  23. package/dist-cjs/commands/DeletePrincipalMappingCommand.js +1 -28
  24. package/dist-cjs/commands/DeleteQuerySuggestionsBlockListCommand.js +1 -28
  25. package/dist-cjs/commands/DeleteThesaurusCommand.js +1 -28
  26. package/dist-cjs/commands/DescribeAccessControlConfigurationCommand.js +1 -28
  27. package/dist-cjs/commands/DescribeDataSourceCommand.js +1 -28
  28. package/dist-cjs/commands/DescribeExperienceCommand.js +1 -28
  29. package/dist-cjs/commands/DescribeFaqCommand.js +1 -28
  30. package/dist-cjs/commands/DescribeFeaturedResultsSetCommand.js +1 -28
  31. package/dist-cjs/commands/DescribeIndexCommand.js +1 -29
  32. package/dist-cjs/commands/DescribePrincipalMappingCommand.js +1 -28
  33. package/dist-cjs/commands/DescribeQuerySuggestionsBlockListCommand.js +1 -28
  34. package/dist-cjs/commands/DescribeQuerySuggestionsConfigCommand.js +1 -28
  35. package/dist-cjs/commands/DescribeThesaurusCommand.js +1 -28
  36. package/dist-cjs/commands/DisassociateEntitiesFromExperienceCommand.js +1 -28
  37. package/dist-cjs/commands/DisassociatePersonasFromEntitiesCommand.js +1 -28
  38. package/dist-cjs/commands/GetQuerySuggestionsCommand.js +1 -28
  39. package/dist-cjs/commands/GetSnapshotsCommand.js +1 -28
  40. package/dist-cjs/commands/ListAccessControlConfigurationsCommand.js +1 -28
  41. package/dist-cjs/commands/ListDataSourceSyncJobsCommand.js +1 -28
  42. package/dist-cjs/commands/ListDataSourcesCommand.js +1 -28
  43. package/dist-cjs/commands/ListEntityPersonasCommand.js +1 -28
  44. package/dist-cjs/commands/ListExperienceEntitiesCommand.js +1 -29
  45. package/dist-cjs/commands/ListExperiencesCommand.js +1 -28
  46. package/dist-cjs/commands/ListFaqsCommand.js +1 -28
  47. package/dist-cjs/commands/ListFeaturedResultsSetsCommand.js +1 -28
  48. package/dist-cjs/commands/ListGroupsOlderThanOrderingIdCommand.js +1 -28
  49. package/dist-cjs/commands/ListIndicesCommand.js +1 -28
  50. package/dist-cjs/commands/ListQuerySuggestionsBlockListsCommand.js +1 -28
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  52. package/dist-cjs/commands/ListThesauriCommand.js +1 -28
  53. package/dist-cjs/commands/PutPrincipalMappingCommand.js +1 -28
  54. package/dist-cjs/commands/QueryCommand.js +1 -28
  55. package/dist-cjs/commands/RetrieveCommand.js +1 -28
  56. package/dist-cjs/commands/StartDataSourceSyncJobCommand.js +1 -28
  57. package/dist-cjs/commands/StopDataSourceSyncJobCommand.js +1 -28
  58. package/dist-cjs/commands/SubmitFeedbackCommand.js +1 -28
  59. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  60. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  61. package/dist-cjs/commands/UpdateAccessControlConfigurationCommand.js +1 -28
  62. package/dist-cjs/commands/UpdateDataSourceCommand.js +1 -28
  63. package/dist-cjs/commands/UpdateExperienceCommand.js +1 -28
  64. package/dist-cjs/commands/UpdateFeaturedResultsSetCommand.js +1 -28
  65. package/dist-cjs/commands/UpdateIndexCommand.js +1 -28
  66. package/dist-cjs/commands/UpdateQuerySuggestionsBlockListCommand.js +1 -28
  67. package/dist-cjs/commands/UpdateQuerySuggestionsConfigCommand.js +1 -28
  68. package/dist-cjs/commands/UpdateThesaurusCommand.js +1 -28
  69. package/dist-cjs/commands/index.js +1 -69
  70. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  71. package/dist-cjs/extensionConfiguration.js +1 -2
  72. package/dist-cjs/index.js +6893 -11
  73. package/dist-cjs/models/KendraServiceException.js +1 -12
  74. package/dist-cjs/models/index.js +1 -5
  75. package/dist-cjs/models/models_0.js +1 -568
  76. package/dist-cjs/models/models_1.js +1 -32
  77. package/dist-cjs/pagination/GetSnapshotsPaginator.js +1 -7
  78. package/dist-cjs/pagination/Interfaces.js +1 -2
  79. package/dist-cjs/pagination/ListAccessControlConfigurationsPaginator.js +1 -7
  80. package/dist-cjs/pagination/ListDataSourceSyncJobsPaginator.js +1 -7
  81. package/dist-cjs/pagination/ListDataSourcesPaginator.js +1 -7
  82. package/dist-cjs/pagination/ListEntityPersonasPaginator.js +1 -7
  83. package/dist-cjs/pagination/ListExperienceEntitiesPaginator.js +1 -7
  84. package/dist-cjs/pagination/ListExperiencesPaginator.js +1 -7
  85. package/dist-cjs/pagination/ListFaqsPaginator.js +1 -7
  86. package/dist-cjs/pagination/ListGroupsOlderThanOrderingIdPaginator.js +1 -7
  87. package/dist-cjs/pagination/ListIndicesPaginator.js +1 -7
  88. package/dist-cjs/pagination/ListQuerySuggestionsBlockListsPaginator.js +1 -7
  89. package/dist-cjs/pagination/ListThesauriPaginator.js +1 -7
  90. package/dist-cjs/pagination/index.js +1 -16
  91. package/dist-cjs/protocols/Aws_json1_1.js +1 -4736
  92. package/dist-cjs/runtimeExtensions.js +1 -22
  93. package/package.json +40 -40
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListExperienceEntities = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListExperienceEntitiesCommand_1 = require("../commands/ListExperienceEntitiesCommand");
6
- const KendraClient_1 = require("../KendraClient");
7
- exports.paginateListExperienceEntities = (0, core_1.createPaginator)(KendraClient_1.KendraClient, ListExperienceEntitiesCommand_1.ListExperienceEntitiesCommand, "NextToken", "NextToken", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListExperiences = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListExperiencesCommand_1 = require("../commands/ListExperiencesCommand");
6
- const KendraClient_1 = require("../KendraClient");
7
- exports.paginateListExperiences = (0, core_1.createPaginator)(KendraClient_1.KendraClient, ListExperiencesCommand_1.ListExperiencesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListFaqs = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListFaqsCommand_1 = require("../commands/ListFaqsCommand");
6
- const KendraClient_1 = require("../KendraClient");
7
- exports.paginateListFaqs = (0, core_1.createPaginator)(KendraClient_1.KendraClient, ListFaqsCommand_1.ListFaqsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListGroupsOlderThanOrderingId = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListGroupsOlderThanOrderingIdCommand_1 = require("../commands/ListGroupsOlderThanOrderingIdCommand");
6
- const KendraClient_1 = require("../KendraClient");
7
- exports.paginateListGroupsOlderThanOrderingId = (0, core_1.createPaginator)(KendraClient_1.KendraClient, ListGroupsOlderThanOrderingIdCommand_1.ListGroupsOlderThanOrderingIdCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListIndices = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListIndicesCommand_1 = require("../commands/ListIndicesCommand");
6
- const KendraClient_1 = require("../KendraClient");
7
- exports.paginateListIndices = (0, core_1.createPaginator)(KendraClient_1.KendraClient, ListIndicesCommand_1.ListIndicesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListQuerySuggestionsBlockLists = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListQuerySuggestionsBlockListsCommand_1 = require("../commands/ListQuerySuggestionsBlockListsCommand");
6
- const KendraClient_1 = require("../KendraClient");
7
- exports.paginateListQuerySuggestionsBlockLists = (0, core_1.createPaginator)(KendraClient_1.KendraClient, ListQuerySuggestionsBlockListsCommand_1.ListQuerySuggestionsBlockListsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListThesauri = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListThesauriCommand_1 = require("../commands/ListThesauriCommand");
6
- const KendraClient_1 = require("../KendraClient");
7
- exports.paginateListThesauri = (0, core_1.createPaginator)(KendraClient_1.KendraClient, ListThesauriCommand_1.ListThesauriCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,16 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./GetSnapshotsPaginator"), exports);
5
- tslib_1.__exportStar(require("./Interfaces"), exports);
6
- tslib_1.__exportStar(require("./ListAccessControlConfigurationsPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListDataSourceSyncJobsPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListDataSourcesPaginator"), exports);
9
- tslib_1.__exportStar(require("./ListEntityPersonasPaginator"), exports);
10
- tslib_1.__exportStar(require("./ListExperienceEntitiesPaginator"), exports);
11
- tslib_1.__exportStar(require("./ListExperiencesPaginator"), exports);
12
- tslib_1.__exportStar(require("./ListFaqsPaginator"), exports);
13
- tslib_1.__exportStar(require("./ListGroupsOlderThanOrderingIdPaginator"), exports);
14
- tslib_1.__exportStar(require("./ListIndicesPaginator"), exports);
15
- tslib_1.__exportStar(require("./ListQuerySuggestionsBlockListsPaginator"), exports);
16
- tslib_1.__exportStar(require("./ListThesauriPaginator"), exports);
1
+ module.exports = require("../index.js");