@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.
- package/dist-cjs/Kendra.js +1 -143
- package/dist-cjs/KendraClient.js +1 -43
- package/dist-cjs/commands/AssociateEntitiesToExperienceCommand.js +1 -28
- package/dist-cjs/commands/AssociatePersonasToEntitiesCommand.js +1 -28
- package/dist-cjs/commands/BatchDeleteDocumentCommand.js +1 -28
- package/dist-cjs/commands/BatchDeleteFeaturedResultsSetCommand.js +1 -28
- package/dist-cjs/commands/BatchGetDocumentStatusCommand.js +1 -28
- package/dist-cjs/commands/BatchPutDocumentCommand.js +1 -28
- package/dist-cjs/commands/ClearQuerySuggestionsCommand.js +1 -28
- package/dist-cjs/commands/CreateAccessControlConfigurationCommand.js +1 -28
- package/dist-cjs/commands/CreateDataSourceCommand.js +1 -28
- package/dist-cjs/commands/CreateExperienceCommand.js +1 -28
- package/dist-cjs/commands/CreateFaqCommand.js +1 -28
- package/dist-cjs/commands/CreateFeaturedResultsSetCommand.js +1 -28
- package/dist-cjs/commands/CreateIndexCommand.js +1 -29
- package/dist-cjs/commands/CreateQuerySuggestionsBlockListCommand.js +1 -28
- package/dist-cjs/commands/CreateThesaurusCommand.js +1 -28
- package/dist-cjs/commands/DeleteAccessControlConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeleteDataSourceCommand.js +1 -28
- package/dist-cjs/commands/DeleteExperienceCommand.js +1 -28
- package/dist-cjs/commands/DeleteFaqCommand.js +1 -28
- package/dist-cjs/commands/DeleteIndexCommand.js +1 -28
- package/dist-cjs/commands/DeletePrincipalMappingCommand.js +1 -28
- package/dist-cjs/commands/DeleteQuerySuggestionsBlockListCommand.js +1 -28
- package/dist-cjs/commands/DeleteThesaurusCommand.js +1 -28
- package/dist-cjs/commands/DescribeAccessControlConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DescribeDataSourceCommand.js +1 -28
- package/dist-cjs/commands/DescribeExperienceCommand.js +1 -28
- package/dist-cjs/commands/DescribeFaqCommand.js +1 -28
- package/dist-cjs/commands/DescribeFeaturedResultsSetCommand.js +1 -28
- package/dist-cjs/commands/DescribeIndexCommand.js +1 -29
- package/dist-cjs/commands/DescribePrincipalMappingCommand.js +1 -28
- package/dist-cjs/commands/DescribeQuerySuggestionsBlockListCommand.js +1 -28
- package/dist-cjs/commands/DescribeQuerySuggestionsConfigCommand.js +1 -28
- package/dist-cjs/commands/DescribeThesaurusCommand.js +1 -28
- package/dist-cjs/commands/DisassociateEntitiesFromExperienceCommand.js +1 -28
- package/dist-cjs/commands/DisassociatePersonasFromEntitiesCommand.js +1 -28
- package/dist-cjs/commands/GetQuerySuggestionsCommand.js +1 -28
- package/dist-cjs/commands/GetSnapshotsCommand.js +1 -28
- package/dist-cjs/commands/ListAccessControlConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/ListDataSourceSyncJobsCommand.js +1 -28
- package/dist-cjs/commands/ListDataSourcesCommand.js +1 -28
- package/dist-cjs/commands/ListEntityPersonasCommand.js +1 -28
- package/dist-cjs/commands/ListExperienceEntitiesCommand.js +1 -29
- package/dist-cjs/commands/ListExperiencesCommand.js +1 -28
- package/dist-cjs/commands/ListFaqsCommand.js +1 -28
- package/dist-cjs/commands/ListFeaturedResultsSetsCommand.js +1 -28
- package/dist-cjs/commands/ListGroupsOlderThanOrderingIdCommand.js +1 -28
- package/dist-cjs/commands/ListIndicesCommand.js +1 -28
- package/dist-cjs/commands/ListQuerySuggestionsBlockListsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListThesauriCommand.js +1 -28
- package/dist-cjs/commands/PutPrincipalMappingCommand.js +1 -28
- package/dist-cjs/commands/QueryCommand.js +1 -28
- package/dist-cjs/commands/RetrieveCommand.js +1 -28
- package/dist-cjs/commands/StartDataSourceSyncJobCommand.js +1 -28
- package/dist-cjs/commands/StopDataSourceSyncJobCommand.js +1 -28
- package/dist-cjs/commands/SubmitFeedbackCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAccessControlConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateDataSourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateExperienceCommand.js +1 -28
- package/dist-cjs/commands/UpdateFeaturedResultsSetCommand.js +1 -28
- package/dist-cjs/commands/UpdateIndexCommand.js +1 -28
- package/dist-cjs/commands/UpdateQuerySuggestionsBlockListCommand.js +1 -28
- package/dist-cjs/commands/UpdateQuerySuggestionsConfigCommand.js +1 -28
- package/dist-cjs/commands/UpdateThesaurusCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -69
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6893 -11
- package/dist-cjs/models/KendraServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -5
- package/dist-cjs/models/models_0.js +1 -568
- package/dist-cjs/models/models_1.js +1 -32
- package/dist-cjs/pagination/GetSnapshotsPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAccessControlConfigurationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDataSourceSyncJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDataSourcesPaginator.js +1 -7
- package/dist-cjs/pagination/ListEntityPersonasPaginator.js +1 -7
- package/dist-cjs/pagination/ListExperienceEntitiesPaginator.js +1 -7
- package/dist-cjs/pagination/ListExperiencesPaginator.js +1 -7
- package/dist-cjs/pagination/ListFaqsPaginator.js +1 -7
- package/dist-cjs/pagination/ListGroupsOlderThanOrderingIdPaginator.js +1 -7
- package/dist-cjs/pagination/ListIndicesPaginator.js +1 -7
- package/dist-cjs/pagination/ListQuerySuggestionsBlockListsPaginator.js +1 -7
- package/dist-cjs/pagination/ListThesauriPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -16
- package/dist-cjs/protocols/Aws_json1_1.js +1 -4736
- 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.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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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");
|