@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 { UpdateAccessControlConfigurationRequest, UpdateAccessControlConfigurationResponse } from "../models/models_1";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateAccessControlConfigurationCommandInput extends UpdateAcce
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateAccessControlConfigurationCommandOutput extends UpdateAccessControlConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateAccessControlConfigurationCommand_base: {
|
|
24
|
+
new (input: UpdateAccessControlConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccessControlConfigurationCommandInput, UpdateAccessControlConfigurationCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates an access control configuration for your documents in an index. This includes
|
|
@@ -120,23 +123,5 @@ export interface UpdateAccessControlConfigurationCommandOutput extends UpdateAcc
|
|
|
120
123
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
121
124
|
*
|
|
122
125
|
*/
|
|
123
|
-
export declare class UpdateAccessControlConfigurationCommand extends
|
|
124
|
-
readonly input: UpdateAccessControlConfigurationCommandInput;
|
|
125
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
126
|
-
/**
|
|
127
|
-
* @public
|
|
128
|
-
*/
|
|
129
|
-
constructor(input: UpdateAccessControlConfigurationCommandInput);
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAccessControlConfigurationCommandInput, UpdateAccessControlConfigurationCommandOutput>;
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
|
-
private serialize;
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
|
-
private deserialize;
|
|
126
|
+
export declare class UpdateAccessControlConfigurationCommand extends UpdateAccessControlConfigurationCommand_base {
|
|
142
127
|
}
|
|
@@ -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 { UpdateDataSourceRequest } from "../models/models_1";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateDataSourceCommandInput extends UpdateDataSourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateDataSourceCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateDataSourceCommand_base: {
|
|
24
|
+
new (input: UpdateDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates an existing Amazon Kendra data source connector.</p>
|
|
@@ -632,23 +635,5 @@ export interface UpdateDataSourceCommandOutput extends __MetadataBearer {
|
|
|
632
635
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
633
636
|
*
|
|
634
637
|
*/
|
|
635
|
-
export declare class UpdateDataSourceCommand extends
|
|
636
|
-
readonly input: UpdateDataSourceCommandInput;
|
|
637
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
638
|
-
/**
|
|
639
|
-
* @public
|
|
640
|
-
*/
|
|
641
|
-
constructor(input: UpdateDataSourceCommandInput);
|
|
642
|
-
/**
|
|
643
|
-
* @internal
|
|
644
|
-
*/
|
|
645
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput>;
|
|
646
|
-
/**
|
|
647
|
-
* @internal
|
|
648
|
-
*/
|
|
649
|
-
private serialize;
|
|
650
|
-
/**
|
|
651
|
-
* @internal
|
|
652
|
-
*/
|
|
653
|
-
private deserialize;
|
|
638
|
+
export declare class UpdateDataSourceCommand extends UpdateDataSourceCommand_base {
|
|
654
639
|
}
|
|
@@ -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 { UpdateExperienceRequest } from "../models/models_1";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateExperienceCommandInput extends UpdateExperienceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateExperienceCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateExperienceCommand_base: {
|
|
24
|
+
new (input: UpdateExperienceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateExperienceCommandInput, UpdateExperienceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates your Amazon Kendra experience such as a search application. For more information on
|
|
@@ -93,23 +96,5 @@ export interface UpdateExperienceCommandOutput extends __MetadataBearer {
|
|
|
93
96
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
94
97
|
*
|
|
95
98
|
*/
|
|
96
|
-
export declare class UpdateExperienceCommand extends
|
|
97
|
-
readonly input: UpdateExperienceCommandInput;
|
|
98
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
99
|
-
/**
|
|
100
|
-
* @public
|
|
101
|
-
*/
|
|
102
|
-
constructor(input: UpdateExperienceCommandInput);
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateExperienceCommandInput, UpdateExperienceCommandOutput>;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private serialize;
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
private deserialize;
|
|
99
|
+
export declare class UpdateExperienceCommand extends UpdateExperienceCommand_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 { UpdateFeaturedResultsSetRequest, UpdateFeaturedResultsSetResponse } from "../models/models_1";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateFeaturedResultsSetCommandInput extends UpdateFeaturedResu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateFeaturedResultsSetCommandOutput extends UpdateFeaturedResultsSetResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateFeaturedResultsSetCommand_base: {
|
|
24
|
+
new (input: UpdateFeaturedResultsSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFeaturedResultsSetCommandInput, UpdateFeaturedResultsSetCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates a set of featured results. Features results are placed
|
|
@@ -108,23 +111,5 @@ export interface UpdateFeaturedResultsSetCommandOutput extends UpdateFeaturedRes
|
|
|
108
111
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
109
112
|
*
|
|
110
113
|
*/
|
|
111
|
-
export declare class UpdateFeaturedResultsSetCommand extends
|
|
112
|
-
readonly input: UpdateFeaturedResultsSetCommandInput;
|
|
113
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
114
|
-
/**
|
|
115
|
-
* @public
|
|
116
|
-
*/
|
|
117
|
-
constructor(input: UpdateFeaturedResultsSetCommandInput);
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFeaturedResultsSetCommandInput, UpdateFeaturedResultsSetCommandOutput>;
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
private serialize;
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
private deserialize;
|
|
114
|
+
export declare class UpdateFeaturedResultsSetCommand extends UpdateFeaturedResultsSetCommand_base {
|
|
130
115
|
}
|
|
@@ -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 { UpdateIndexRequest } from "../models/models_1";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateIndexCommandInput extends UpdateIndexRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateIndexCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateIndexCommand_base: {
|
|
24
|
+
new (input: UpdateIndexCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIndexCommandInput, UpdateIndexCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates an existing Amazon Kendra index.</p>
|
|
@@ -128,23 +131,5 @@ export interface UpdateIndexCommandOutput extends __MetadataBearer {
|
|
|
128
131
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
129
132
|
*
|
|
130
133
|
*/
|
|
131
|
-
export declare class UpdateIndexCommand extends
|
|
132
|
-
readonly input: UpdateIndexCommandInput;
|
|
133
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
134
|
-
/**
|
|
135
|
-
* @public
|
|
136
|
-
*/
|
|
137
|
-
constructor(input: UpdateIndexCommandInput);
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIndexCommandInput, UpdateIndexCommandOutput>;
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
|
-
private serialize;
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
private deserialize;
|
|
134
|
+
export declare class UpdateIndexCommand extends UpdateIndexCommand_base {
|
|
150
135
|
}
|
|
@@ -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 { UpdateQuerySuggestionsBlockListRequest } from "../models/models_1";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateQuerySuggestionsBlockListCommandInput extends UpdateQuery
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateQuerySuggestionsBlockListCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateQuerySuggestionsBlockListCommand_base: {
|
|
24
|
+
new (input: UpdateQuerySuggestionsBlockListCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateQuerySuggestionsBlockListCommandInput, UpdateQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates a block list used for query suggestions for an index.</p>
|
|
@@ -91,23 +94,5 @@ export interface UpdateQuerySuggestionsBlockListCommandOutput extends __Metadata
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class UpdateQuerySuggestionsBlockListCommand extends
|
|
95
|
-
readonly input: UpdateQuerySuggestionsBlockListCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: UpdateQuerySuggestionsBlockListCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateQuerySuggestionsBlockListCommandInput, UpdateQuerySuggestionsBlockListCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class UpdateQuerySuggestionsBlockListCommand extends UpdateQuerySuggestionsBlockListCommand_base {
|
|
113
98
|
}
|
|
@@ -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 { UpdateQuerySuggestionsConfigRequest } from "../models/models_1";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateQuerySuggestionsConfigCommandInput extends UpdateQuerySug
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateQuerySuggestionsConfigCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateQuerySuggestionsConfigCommand_base: {
|
|
24
|
+
new (input: UpdateQuerySuggestionsConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateQuerySuggestionsConfigCommandInput, UpdateQuerySuggestionsConfigCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the settings of query suggestions for an index.</p>
|
|
@@ -98,23 +101,5 @@ export interface UpdateQuerySuggestionsConfigCommandOutput extends __MetadataBea
|
|
|
98
101
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
99
102
|
*
|
|
100
103
|
*/
|
|
101
|
-
export declare class UpdateQuerySuggestionsConfigCommand extends
|
|
102
|
-
readonly input: UpdateQuerySuggestionsConfigCommandInput;
|
|
103
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
104
|
-
/**
|
|
105
|
-
* @public
|
|
106
|
-
*/
|
|
107
|
-
constructor(input: UpdateQuerySuggestionsConfigCommandInput);
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateQuerySuggestionsConfigCommandInput, UpdateQuerySuggestionsConfigCommandOutput>;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private serialize;
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
private deserialize;
|
|
104
|
+
export declare class UpdateQuerySuggestionsConfigCommand extends UpdateQuerySuggestionsConfigCommand_base {
|
|
120
105
|
}
|
|
@@ -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 { UpdateThesaurusRequest } from "../models/models_1";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateThesaurusCommandInput extends UpdateThesaurusRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateThesaurusCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateThesaurusCommand_base: {
|
|
24
|
+
new (input: UpdateThesaurusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateThesaurusCommandInput, UpdateThesaurusCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates a thesaurus for an index.</p>
|
|
@@ -81,23 +84,5 @@ export interface UpdateThesaurusCommandOutput extends __MetadataBearer {
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class UpdateThesaurusCommand extends
|
|
85
|
-
readonly input: UpdateThesaurusCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: UpdateThesaurusCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateThesaurusCommandInput, UpdateThesaurusCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class UpdateThesaurusCommand extends UpdateThesaurusCommand_base {
|
|
103
88
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -4,4 +4,4 @@ import { KendraPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetSnapshots: (config: KendraPaginationConfiguration, input: GetSnapshotsCommandInput, ...rest: any[]) => Paginator<GetSnapshotsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { KendraPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAccessControlConfigurations: (config: KendraPaginationConfiguration, input: ListAccessControlConfigurationsCommandInput, ...rest: any[]) => Paginator<ListAccessControlConfigurationsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { KendraPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListDataSourceSyncJobs: (config: KendraPaginationConfiguration, input: ListDataSourceSyncJobsCommandInput, ...rest: any[]) => Paginator<ListDataSourceSyncJobsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { KendraPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListDataSources: (config: KendraPaginationConfiguration, input: ListDataSourcesCommandInput, ...rest: any[]) => Paginator<ListDataSourcesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { KendraPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListEntityPersonas: (config: KendraPaginationConfiguration, input: ListEntityPersonasCommandInput, ...rest: any[]) => Paginator<ListEntityPersonasCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { KendraPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListExperienceEntities: (config: KendraPaginationConfiguration, input: ListExperienceEntitiesCommandInput, ...rest: any[]) => Paginator<ListExperienceEntitiesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { KendraPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListExperiences: (config: KendraPaginationConfiguration, input: ListExperiencesCommandInput, ...rest: any[]) => Paginator<ListExperiencesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { KendraPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListFaqs: (config: KendraPaginationConfiguration, input: ListFaqsCommandInput, ...rest: any[]) => Paginator<ListFaqsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { KendraPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListGroupsOlderThanOrderingId: (config: KendraPaginationConfiguration, input: ListGroupsOlderThanOrderingIdCommandInput, ...rest: any[]) => Paginator<ListGroupsOlderThanOrderingIdCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { KendraPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListIndices: (config: KendraPaginationConfiguration, input: ListIndicesCommandInput, ...rest: any[]) => Paginator<ListIndicesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { KendraPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListQuerySuggestionsBlockLists: (config: KendraPaginationConfiguration, input: ListQuerySuggestionsBlockListsCommandInput, ...rest: any[]) => Paginator<ListQuerySuggestionsBlockListsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { KendraPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListThesauri: (config: KendraPaginationConfiguration, input: ListThesauriCommandInput, ...rest: any[]) => Paginator<ListThesauriCommandOutput>;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
KendraClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface AssociateEntitiesToExperienceCommandInput
|
|
|
21
15
|
export interface AssociateEntitiesToExperienceCommandOutput
|
|
22
16
|
extends AssociateEntitiesToExperienceResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: AssociateEntitiesToExperienceCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: AssociateEntitiesToExperienceCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: KendraClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const AssociateEntitiesToExperienceCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: AssociateEntitiesToExperienceCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
AssociateEntitiesToExperienceCommandInput,
|
|
38
|
-
AssociateEntitiesToExperienceCommandOutput
|
|
23
|
+
AssociateEntitiesToExperienceCommandOutput,
|
|
24
|
+
KendraClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class AssociateEntitiesToExperienceCommand extends AssociateEntitiesToExperienceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
KendraClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface AssociatePersonasToEntitiesCommandInput
|
|
|
21
15
|
export interface AssociatePersonasToEntitiesCommandOutput
|
|
22
16
|
extends AssociatePersonasToEntitiesResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: AssociatePersonasToEntitiesCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: AssociatePersonasToEntitiesCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: KendraClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const AssociatePersonasToEntitiesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: AssociatePersonasToEntitiesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
AssociatePersonasToEntitiesCommandInput,
|
|
38
|
-
AssociatePersonasToEntitiesCommandOutput
|
|
23
|
+
AssociatePersonasToEntitiesCommandOutput,
|
|
24
|
+
KendraClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class AssociatePersonasToEntitiesCommand extends AssociatePersonasToEntitiesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
KendraClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface BatchDeleteDocumentCommandInput
|
|
|
21
15
|
export interface BatchDeleteDocumentCommandOutput
|
|
22
16
|
extends BatchDeleteDocumentResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const BatchDeleteDocumentCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: BatchDeleteDocumentCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
BatchDeleteDocumentCommandInput,
|
|
23
|
+
BatchDeleteDocumentCommandOutput,
|
|
24
|
+
KendraClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class BatchDeleteDocumentCommand extends BatchDeleteDocumentCommand_base {}
|