@aws-sdk/client-kendra 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/AssociateEntitiesToExperienceCommand.js +18 -41
- package/dist-cjs/commands/AssociatePersonasToEntitiesCommand.js +18 -41
- package/dist-cjs/commands/BatchDeleteDocumentCommand.js +18 -41
- package/dist-cjs/commands/BatchDeleteFeaturedResultsSetCommand.js +18 -41
- package/dist-cjs/commands/BatchGetDocumentStatusCommand.js +18 -41
- package/dist-cjs/commands/BatchPutDocumentCommand.js +18 -41
- package/dist-cjs/commands/ClearQuerySuggestionsCommand.js +18 -41
- package/dist-cjs/commands/CreateAccessControlConfigurationCommand.js +18 -41
- package/dist-cjs/commands/CreateDataSourceCommand.js +18 -41
- package/dist-cjs/commands/CreateExperienceCommand.js +18 -41
- package/dist-cjs/commands/CreateFaqCommand.js +18 -41
- package/dist-cjs/commands/CreateFeaturedResultsSetCommand.js +18 -41
- package/dist-cjs/commands/CreateIndexCommand.js +18 -41
- package/dist-cjs/commands/CreateQuerySuggestionsBlockListCommand.js +18 -41
- package/dist-cjs/commands/CreateThesaurusCommand.js +18 -41
- package/dist-cjs/commands/DeleteAccessControlConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteDataSourceCommand.js +18 -41
- package/dist-cjs/commands/DeleteExperienceCommand.js +18 -41
- package/dist-cjs/commands/DeleteFaqCommand.js +18 -41
- package/dist-cjs/commands/DeleteIndexCommand.js +18 -41
- package/dist-cjs/commands/DeletePrincipalMappingCommand.js +18 -41
- package/dist-cjs/commands/DeleteQuerySuggestionsBlockListCommand.js +18 -41
- package/dist-cjs/commands/DeleteThesaurusCommand.js +18 -41
- package/dist-cjs/commands/DescribeAccessControlConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DescribeDataSourceCommand.js +18 -41
- package/dist-cjs/commands/DescribeExperienceCommand.js +18 -41
- package/dist-cjs/commands/DescribeFaqCommand.js +18 -41
- package/dist-cjs/commands/DescribeFeaturedResultsSetCommand.js +18 -41
- package/dist-cjs/commands/DescribeIndexCommand.js +18 -41
- package/dist-cjs/commands/DescribePrincipalMappingCommand.js +18 -41
- package/dist-cjs/commands/DescribeQuerySuggestionsBlockListCommand.js +18 -41
- package/dist-cjs/commands/DescribeQuerySuggestionsConfigCommand.js +18 -41
- package/dist-cjs/commands/DescribeThesaurusCommand.js +18 -41
- package/dist-cjs/commands/DisassociateEntitiesFromExperienceCommand.js +18 -41
- package/dist-cjs/commands/DisassociatePersonasFromEntitiesCommand.js +18 -41
- package/dist-cjs/commands/GetQuerySuggestionsCommand.js +18 -41
- package/dist-cjs/commands/GetSnapshotsCommand.js +18 -41
- package/dist-cjs/commands/ListAccessControlConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListDataSourceSyncJobsCommand.js +18 -41
- package/dist-cjs/commands/ListDataSourcesCommand.js +18 -41
- package/dist-cjs/commands/ListEntityPersonasCommand.js +18 -41
- package/dist-cjs/commands/ListExperienceEntitiesCommand.js +18 -41
- package/dist-cjs/commands/ListExperiencesCommand.js +18 -41
- package/dist-cjs/commands/ListFaqsCommand.js +18 -41
- package/dist-cjs/commands/ListFeaturedResultsSetsCommand.js +18 -41
- package/dist-cjs/commands/ListGroupsOlderThanOrderingIdCommand.js +18 -41
- package/dist-cjs/commands/ListIndicesCommand.js +18 -41
- package/dist-cjs/commands/ListQuerySuggestionsBlockListsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListThesauriCommand.js +18 -41
- package/dist-cjs/commands/PutPrincipalMappingCommand.js +18 -41
- package/dist-cjs/commands/QueryCommand.js +18 -41
- package/dist-cjs/commands/RetrieveCommand.js +18 -41
- package/dist-cjs/commands/StartDataSourceSyncJobCommand.js +18 -41
- package/dist-cjs/commands/StopDataSourceSyncJobCommand.js +18 -41
- package/dist-cjs/commands/SubmitFeedbackCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAccessControlConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateDataSourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateExperienceCommand.js +18 -41
- package/dist-cjs/commands/UpdateFeaturedResultsSetCommand.js +18 -41
- package/dist-cjs/commands/UpdateIndexCommand.js +18 -41
- package/dist-cjs/commands/UpdateQuerySuggestionsBlockListCommand.js +18 -41
- package/dist-cjs/commands/UpdateQuerySuggestionsConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateThesaurusCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/GetSnapshotsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAccessControlConfigurationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDataSourceSyncJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDataSourcesPaginator.js +2 -24
- package/dist-cjs/pagination/ListEntityPersonasPaginator.js +2 -24
- package/dist-cjs/pagination/ListExperienceEntitiesPaginator.js +2 -23
- package/dist-cjs/pagination/ListExperiencesPaginator.js +2 -24
- package/dist-cjs/pagination/ListFaqsPaginator.js +2 -24
- package/dist-cjs/pagination/ListGroupsOlderThanOrderingIdPaginator.js +2 -24
- package/dist-cjs/pagination/ListIndicesPaginator.js +2 -24
- package/dist-cjs/pagination/ListQuerySuggestionsBlockListsPaginator.js +2 -24
- package/dist-cjs/pagination/ListThesauriPaginator.js +2 -24
- package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +18 -41
- package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +18 -41
- package/dist-es/commands/BatchDeleteDocumentCommand.js +18 -41
- package/dist-es/commands/BatchDeleteFeaturedResultsSetCommand.js +18 -41
- package/dist-es/commands/BatchGetDocumentStatusCommand.js +18 -41
- package/dist-es/commands/BatchPutDocumentCommand.js +18 -41
- package/dist-es/commands/ClearQuerySuggestionsCommand.js +18 -41
- package/dist-es/commands/CreateAccessControlConfigurationCommand.js +18 -41
- package/dist-es/commands/CreateDataSourceCommand.js +18 -41
- package/dist-es/commands/CreateExperienceCommand.js +18 -41
- package/dist-es/commands/CreateFaqCommand.js +18 -41
- package/dist-es/commands/CreateFeaturedResultsSetCommand.js +18 -41
- package/dist-es/commands/CreateIndexCommand.js +18 -41
- package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js +18 -41
- package/dist-es/commands/CreateThesaurusCommand.js +18 -41
- package/dist-es/commands/DeleteAccessControlConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteDataSourceCommand.js +18 -41
- package/dist-es/commands/DeleteExperienceCommand.js +18 -41
- package/dist-es/commands/DeleteFaqCommand.js +18 -41
- package/dist-es/commands/DeleteIndexCommand.js +18 -41
- package/dist-es/commands/DeletePrincipalMappingCommand.js +18 -41
- package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js +18 -41
- package/dist-es/commands/DeleteThesaurusCommand.js +18 -41
- package/dist-es/commands/DescribeAccessControlConfigurationCommand.js +18 -41
- package/dist-es/commands/DescribeDataSourceCommand.js +18 -41
- package/dist-es/commands/DescribeExperienceCommand.js +18 -41
- package/dist-es/commands/DescribeFaqCommand.js +18 -41
- package/dist-es/commands/DescribeFeaturedResultsSetCommand.js +18 -41
- package/dist-es/commands/DescribeIndexCommand.js +18 -41
- package/dist-es/commands/DescribePrincipalMappingCommand.js +18 -41
- package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js +18 -41
- package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js +18 -41
- package/dist-es/commands/DescribeThesaurusCommand.js +18 -41
- package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +18 -41
- package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +18 -41
- package/dist-es/commands/GetQuerySuggestionsCommand.js +18 -41
- package/dist-es/commands/GetSnapshotsCommand.js +18 -41
- package/dist-es/commands/ListAccessControlConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListDataSourceSyncJobsCommand.js +18 -41
- package/dist-es/commands/ListDataSourcesCommand.js +18 -41
- package/dist-es/commands/ListEntityPersonasCommand.js +18 -41
- package/dist-es/commands/ListExperienceEntitiesCommand.js +18 -41
- package/dist-es/commands/ListExperiencesCommand.js +18 -41
- package/dist-es/commands/ListFaqsCommand.js +18 -41
- package/dist-es/commands/ListFeaturedResultsSetsCommand.js +18 -41
- package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js +18 -41
- package/dist-es/commands/ListIndicesCommand.js +18 -41
- package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListThesauriCommand.js +18 -41
- package/dist-es/commands/PutPrincipalMappingCommand.js +18 -41
- package/dist-es/commands/QueryCommand.js +18 -41
- package/dist-es/commands/RetrieveCommand.js +18 -41
- package/dist-es/commands/StartDataSourceSyncJobCommand.js +18 -41
- package/dist-es/commands/StopDataSourceSyncJobCommand.js +18 -41
- package/dist-es/commands/SubmitFeedbackCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAccessControlConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateDataSourceCommand.js +18 -41
- package/dist-es/commands/UpdateExperienceCommand.js +18 -41
- package/dist-es/commands/UpdateFeaturedResultsSetCommand.js +18 -41
- package/dist-es/commands/UpdateIndexCommand.js +18 -41
- package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js +18 -41
- package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js +18 -41
- package/dist-es/commands/UpdateThesaurusCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/GetSnapshotsPaginator.js +2 -23
- package/dist-es/pagination/ListAccessControlConfigurationsPaginator.js +2 -23
- package/dist-es/pagination/ListDataSourceSyncJobsPaginator.js +2 -23
- package/dist-es/pagination/ListDataSourcesPaginator.js +2 -23
- package/dist-es/pagination/ListEntityPersonasPaginator.js +2 -23
- package/dist-es/pagination/ListExperienceEntitiesPaginator.js +2 -22
- package/dist-es/pagination/ListExperiencesPaginator.js +2 -23
- package/dist-es/pagination/ListFaqsPaginator.js +2 -23
- package/dist-es/pagination/ListGroupsOlderThanOrderingIdPaginator.js +2 -23
- package/dist-es/pagination/ListIndicesPaginator.js +2 -23
- package/dist-es/pagination/ListQuerySuggestionsBlockListsPaginator.js +2 -23
- package/dist-es/pagination/ListThesauriPaginator.js +2 -23
- package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +6 -21
- package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +6 -21
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +6 -21
- package/dist-types/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +6 -21
- package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +6 -21
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +6 -21
- package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +6 -21
- package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/CreateDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/CreateExperienceCommand.d.ts +6 -21
- package/dist-types/commands/CreateFaqCommand.d.ts +6 -21
- package/dist-types/commands/CreateFeaturedResultsSetCommand.d.ts +6 -21
- package/dist-types/commands/CreateIndexCommand.d.ts +6 -21
- package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +6 -21
- package/dist-types/commands/CreateThesaurusCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteExperienceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFaqCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIndexCommand.d.ts +6 -21
- package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +6 -21
- package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +6 -21
- package/dist-types/commands/DeleteThesaurusCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/DescribeExperienceCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFaqCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFeaturedResultsSetCommand.d.ts +6 -21
- package/dist-types/commands/DescribeIndexCommand.d.ts +6 -21
- package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +6 -21
- package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +6 -21
- package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +6 -21
- package/dist-types/commands/DescribeThesaurusCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +6 -21
- package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +6 -21
- package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +6 -21
- package/dist-types/commands/GetSnapshotsCommand.d.ts +6 -21
- package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListDataSourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListEntityPersonasCommand.d.ts +6 -21
- package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +6 -21
- package/dist-types/commands/ListExperiencesCommand.d.ts +6 -21
- package/dist-types/commands/ListFaqsCommand.d.ts +6 -21
- package/dist-types/commands/ListFeaturedResultsSetsCommand.d.ts +6 -21
- package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +6 -21
- package/dist-types/commands/ListIndicesCommand.d.ts +6 -21
- package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListThesauriCommand.d.ts +6 -21
- package/dist-types/commands/PutPrincipalMappingCommand.d.ts +6 -21
- package/dist-types/commands/QueryCommand.d.ts +6 -21
- package/dist-types/commands/RetrieveCommand.d.ts +6 -21
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +6 -21
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +6 -21
- package/dist-types/commands/SubmitFeedbackCommand.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/UpdateAccessControlConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateExperienceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFeaturedResultsSetCommand.d.ts +6 -21
- package/dist-types/commands/UpdateIndexCommand.d.ts +6 -21
- package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +6 -21
- package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateThesaurusCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/GetSnapshotsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAccessControlConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourceSyncJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEntityPersonasPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExperienceEntitiesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExperiencesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFaqsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGroupsOlderThanOrderingIdPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIndicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQuerySuggestionsBlockListsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListThesauriPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFeaturedResultsSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeFeaturedResultsSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFeaturedResultsSetsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.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/UpdateAccessControlConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFeaturedResultsSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/GetSnapshotsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAccessControlConfigurationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDataSourceSyncJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDataSourcesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListEntityPersonasPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListExperienceEntitiesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListExperiencesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFaqsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListGroupsOlderThanOrderingIdPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListIndicesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListQuerySuggestionsBlockListsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListThesauriPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
5
4
|
import { DescribeQuerySuggestionsBlockListRequest, DescribeQuerySuggestionsBlockListResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeQuerySuggestionsBlockListCommandInput extends DescribeQ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeQuerySuggestionsBlockListCommandOutput extends DescribeQuerySuggestionsBlockListResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeQuerySuggestionsBlockListCommand_base: {
|
|
24
|
+
new (input: DescribeQuerySuggestionsBlockListCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeQuerySuggestionsBlockListCommandInput, DescribeQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about a block list used for query suggestions for
|
|
@@ -92,23 +95,5 @@ export interface DescribeQuerySuggestionsBlockListCommandOutput extends Describe
|
|
|
92
95
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
93
96
|
*
|
|
94
97
|
*/
|
|
95
|
-
export declare class DescribeQuerySuggestionsBlockListCommand extends
|
|
96
|
-
readonly input: DescribeQuerySuggestionsBlockListCommandInput;
|
|
97
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
98
|
-
/**
|
|
99
|
-
* @public
|
|
100
|
-
*/
|
|
101
|
-
constructor(input: DescribeQuerySuggestionsBlockListCommandInput);
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeQuerySuggestionsBlockListCommandInput, DescribeQuerySuggestionsBlockListCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private serialize;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private deserialize;
|
|
98
|
+
export declare class DescribeQuerySuggestionsBlockListCommand extends DescribeQuerySuggestionsBlockListCommand_base {
|
|
114
99
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
5
4
|
import { DescribeQuerySuggestionsConfigRequest, DescribeQuerySuggestionsConfigResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeQuerySuggestionsConfigCommandInput extends DescribeQuer
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeQuerySuggestionsConfigCommandOutput extends DescribeQuerySuggestionsConfigResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeQuerySuggestionsConfigCommand_base: {
|
|
24
|
+
new (input: DescribeQuerySuggestionsConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeQuerySuggestionsConfigCommandInput, DescribeQuerySuggestionsConfigCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information on the settings of query suggestions for an index.</p>
|
|
@@ -93,23 +96,5 @@ export interface DescribeQuerySuggestionsConfigCommandOutput extends DescribeQue
|
|
|
93
96
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
94
97
|
*
|
|
95
98
|
*/
|
|
96
|
-
export declare class DescribeQuerySuggestionsConfigCommand extends
|
|
97
|
-
readonly input: DescribeQuerySuggestionsConfigCommandInput;
|
|
98
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
99
|
-
/**
|
|
100
|
-
* @public
|
|
101
|
-
*/
|
|
102
|
-
constructor(input: DescribeQuerySuggestionsConfigCommandInput);
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeQuerySuggestionsConfigCommandInput, DescribeQuerySuggestionsConfigCommandOutput>;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private serialize;
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
private deserialize;
|
|
99
|
+
export declare class DescribeQuerySuggestionsConfigCommand extends DescribeQuerySuggestionsConfigCommand_base {
|
|
115
100
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
5
4
|
import { DescribeThesaurusRequest, DescribeThesaurusResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeThesaurusCommandInput extends DescribeThesaurusRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeThesaurusCommandOutput extends DescribeThesaurusResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeThesaurusCommand_base: {
|
|
24
|
+
new (input: DescribeThesaurusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeThesaurusCommandInput, DescribeThesaurusCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about an existing Amazon Kendra thesaurus.</p>
|
|
@@ -87,23 +90,5 @@ export interface DescribeThesaurusCommandOutput extends DescribeThesaurusRespons
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class DescribeThesaurusCommand extends
|
|
91
|
-
readonly input: DescribeThesaurusCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: DescribeThesaurusCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeThesaurusCommandInput, DescribeThesaurusCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class DescribeThesaurusCommand extends DescribeThesaurusCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
5
4
|
import { DisassociateEntitiesFromExperienceRequest, DisassociateEntitiesFromExperienceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisassociateEntitiesFromExperienceCommandInput extends Disassoc
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisassociateEntitiesFromExperienceCommandOutput extends DisassociateEntitiesFromExperienceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisassociateEntitiesFromExperienceCommand_base: {
|
|
24
|
+
new (input: DisassociateEntitiesFromExperienceCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateEntitiesFromExperienceCommandInput, DisassociateEntitiesFromExperienceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Prevents users or groups in your IAM Identity Center identity source
|
|
@@ -87,23 +90,5 @@ export interface DisassociateEntitiesFromExperienceCommandOutput extends Disasso
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class DisassociateEntitiesFromExperienceCommand extends
|
|
91
|
-
readonly input: DisassociateEntitiesFromExperienceCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: DisassociateEntitiesFromExperienceCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateEntitiesFromExperienceCommandInput, DisassociateEntitiesFromExperienceCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class DisassociateEntitiesFromExperienceCommand extends DisassociateEntitiesFromExperienceCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
5
4
|
import { DisassociatePersonasFromEntitiesRequest, DisassociatePersonasFromEntitiesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisassociatePersonasFromEntitiesCommandInput extends Disassocia
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisassociatePersonasFromEntitiesCommandOutput extends DisassociatePersonasFromEntitiesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisassociatePersonasFromEntitiesCommand_base: {
|
|
24
|
+
new (input: DisassociatePersonasFromEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociatePersonasFromEntitiesCommandInput, DisassociatePersonasFromEntitiesCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes the specific permissions of users or groups in your IAM Identity Center
|
|
@@ -84,23 +87,5 @@ export interface DisassociatePersonasFromEntitiesCommandOutput extends Disassoci
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class DisassociatePersonasFromEntitiesCommand extends
|
|
88
|
-
readonly input: DisassociatePersonasFromEntitiesCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: DisassociatePersonasFromEntitiesCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociatePersonasFromEntitiesCommandInput, DisassociatePersonasFromEntitiesCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class DisassociatePersonasFromEntitiesCommand extends DisassociatePersonasFromEntitiesCommand_base {
|
|
106
91
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
5
4
|
import { GetQuerySuggestionsResponse } from "../models/models_0";
|
|
6
5
|
import { GetQuerySuggestionsRequest } from "../models/models_1";
|
|
@@ -22,6 +21,10 @@ export interface GetQuerySuggestionsCommandInput extends GetQuerySuggestionsRequ
|
|
|
22
21
|
*/
|
|
23
22
|
export interface GetQuerySuggestionsCommandOutput extends GetQuerySuggestionsResponse, __MetadataBearer {
|
|
24
23
|
}
|
|
24
|
+
declare const GetQuerySuggestionsCommand_base: {
|
|
25
|
+
new (input: GetQuerySuggestionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetQuerySuggestionsCommandInput, GetQuerySuggestionsCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
25
28
|
/**
|
|
26
29
|
* @public
|
|
27
30
|
* <p>Fetches the queries that are suggested to your users.</p>
|
|
@@ -229,23 +232,5 @@ export interface GetQuerySuggestionsCommandOutput extends GetQuerySuggestionsRes
|
|
|
229
232
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
230
233
|
*
|
|
231
234
|
*/
|
|
232
|
-
export declare class GetQuerySuggestionsCommand extends
|
|
233
|
-
readonly input: GetQuerySuggestionsCommandInput;
|
|
234
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
235
|
-
/**
|
|
236
|
-
* @public
|
|
237
|
-
*/
|
|
238
|
-
constructor(input: GetQuerySuggestionsCommandInput);
|
|
239
|
-
/**
|
|
240
|
-
* @internal
|
|
241
|
-
*/
|
|
242
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetQuerySuggestionsCommandInput, GetQuerySuggestionsCommandOutput>;
|
|
243
|
-
/**
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
246
|
-
private serialize;
|
|
247
|
-
/**
|
|
248
|
-
* @internal
|
|
249
|
-
*/
|
|
250
|
-
private deserialize;
|
|
235
|
+
export declare class GetQuerySuggestionsCommand extends GetQuerySuggestionsCommand_base {
|
|
251
236
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
5
4
|
import { GetSnapshotsRequest, GetSnapshotsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetSnapshotsCommandInput extends GetSnapshotsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetSnapshotsCommandOutput extends GetSnapshotsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetSnapshotsCommand_base: {
|
|
24
|
+
new (input: GetSnapshotsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSnapshotsCommandInput, GetSnapshotsCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves search metrics data. The data provides a snapshot of how your users interact
|
|
@@ -84,23 +87,5 @@ export interface GetSnapshotsCommandOutput extends GetSnapshotsResponse, __Metad
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class GetSnapshotsCommand extends
|
|
88
|
-
readonly input: GetSnapshotsCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: GetSnapshotsCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSnapshotsCommandInput, GetSnapshotsCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class GetSnapshotsCommand extends GetSnapshotsCommand_base {
|
|
106
91
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
5
4
|
import { ListAccessControlConfigurationsRequest, ListAccessControlConfigurationsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAccessControlConfigurationsCommandInput extends ListAccessC
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAccessControlConfigurationsCommandOutput extends ListAccessControlConfigurationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAccessControlConfigurationsCommand_base: {
|
|
24
|
+
new (input: ListAccessControlConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccessControlConfigurationsCommandInput, ListAccessControlConfigurationsCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists one or more access control configurations for an index. This includes user and
|
|
@@ -81,23 +84,5 @@ export interface ListAccessControlConfigurationsCommandOutput extends ListAccess
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class ListAccessControlConfigurationsCommand extends
|
|
85
|
-
readonly input: ListAccessControlConfigurationsCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: ListAccessControlConfigurationsCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccessControlConfigurationsCommandInput, ListAccessControlConfigurationsCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class ListAccessControlConfigurationsCommand extends ListAccessControlConfigurationsCommand_base {
|
|
103
88
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
5
4
|
import { ListDataSourceSyncJobsRequest, ListDataSourceSyncJobsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListDataSourceSyncJobsCommandInput extends ListDataSourceSyncJo
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListDataSourceSyncJobsCommandOutput extends ListDataSourceSyncJobsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListDataSourceSyncJobsCommand_base: {
|
|
24
|
+
new (input: ListDataSourceSyncJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets statistics about synchronizing a data source connector.</p>
|
|
@@ -101,23 +104,5 @@ export interface ListDataSourceSyncJobsCommandOutput extends ListDataSourceSyncJ
|
|
|
101
104
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
102
105
|
*
|
|
103
106
|
*/
|
|
104
|
-
export declare class ListDataSourceSyncJobsCommand extends
|
|
105
|
-
readonly input: ListDataSourceSyncJobsCommandInput;
|
|
106
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
107
|
-
/**
|
|
108
|
-
* @public
|
|
109
|
-
*/
|
|
110
|
-
constructor(input: ListDataSourceSyncJobsCommandInput);
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput>;
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
private serialize;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private deserialize;
|
|
107
|
+
export declare class ListDataSourceSyncJobsCommand extends ListDataSourceSyncJobsCommand_base {
|
|
123
108
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
5
4
|
import { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListDataSourcesCommand_base: {
|
|
24
|
+
new (input: ListDataSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the data source connectors that you have created.</p>
|
|
@@ -84,23 +87,5 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class ListDataSourcesCommand extends
|
|
88
|
-
readonly input: ListDataSourcesCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: ListDataSourcesCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSourcesCommandInput, ListDataSourcesCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class ListDataSourcesCommand extends ListDataSourcesCommand_base {
|
|
106
91
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
5
4
|
import { ListEntityPersonasRequest, ListEntityPersonasResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListEntityPersonasCommandInput extends ListEntityPersonasReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListEntityPersonasCommandOutput extends ListEntityPersonasResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListEntityPersonasCommand_base: {
|
|
24
|
+
new (input: ListEntityPersonasCommandInput): import("@smithy/smithy-client").CommandImpl<ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists specific permissions of users and groups with access to your
|
|
@@ -83,23 +86,5 @@ export interface ListEntityPersonasCommandOutput extends ListEntityPersonasRespo
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class ListEntityPersonasCommand extends
|
|
87
|
-
readonly input: ListEntityPersonasCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: ListEntityPersonasCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class ListEntityPersonasCommand extends ListEntityPersonasCommand_base {
|
|
105
90
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
5
4
|
import { ListExperienceEntitiesRequest, ListExperienceEntitiesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListExperienceEntitiesCommandInput extends ListExperienceEntiti
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListExperienceEntitiesCommandOutput extends ListExperienceEntitiesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListExperienceEntitiesCommand_base: {
|
|
24
|
+
new (input: ListExperienceEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<ListExperienceEntitiesCommandInput, ListExperienceEntitiesCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists users or groups in your IAM Identity Center identity source that are
|
|
@@ -90,23 +93,5 @@ export interface ListExperienceEntitiesCommandOutput extends ListExperienceEntit
|
|
|
90
93
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
91
94
|
*
|
|
92
95
|
*/
|
|
93
|
-
export declare class ListExperienceEntitiesCommand extends
|
|
94
|
-
readonly input: ListExperienceEntitiesCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: ListExperienceEntitiesCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExperienceEntitiesCommandInput, ListExperienceEntitiesCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
96
|
+
export declare class ListExperienceEntitiesCommand extends ListExperienceEntitiesCommand_base {
|
|
112
97
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
5
4
|
import { ListExperiencesRequest, ListExperiencesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListExperiencesCommandInput extends ListExperiencesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListExperiencesCommandOutput extends ListExperiencesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListExperiencesCommand_base: {
|
|
24
|
+
new (input: ListExperiencesCommandInput): import("@smithy/smithy-client").CommandImpl<ListExperiencesCommandInput, ListExperiencesCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists one or more Amazon Kendra experiences. You can create an Amazon Kendra experience such
|
|
@@ -90,23 +93,5 @@ export interface ListExperiencesCommandOutput extends ListExperiencesResponse, _
|
|
|
90
93
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
91
94
|
*
|
|
92
95
|
*/
|
|
93
|
-
export declare class ListExperiencesCommand extends
|
|
94
|
-
readonly input: ListExperiencesCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: ListExperiencesCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExperiencesCommandInput, ListExperiencesCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
96
|
+
export declare class ListExperiencesCommand extends ListExperiencesCommand_base {
|
|
112
97
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
5
4
|
import { ListFaqsRequest, ListFaqsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListFaqsCommandInput extends ListFaqsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListFaqsCommandOutput extends ListFaqsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListFaqsCommand_base: {
|
|
24
|
+
new (input: ListFaqsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFaqsCommandInput, ListFaqsCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets a list of FAQ lists associated with an index.</p>
|
|
@@ -84,23 +87,5 @@ export interface ListFaqsCommandOutput extends ListFaqsResponse, __MetadataBeare
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class ListFaqsCommand extends
|
|
88
|
-
readonly input: ListFaqsCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: ListFaqsCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFaqsCommandInput, ListFaqsCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class ListFaqsCommand extends ListFaqsCommand_base {
|
|
106
91
|
}
|