amazonaws.com – kendra
Amazon Kendra is a service for indexing large document sets.
- Homepage
- https://api.apis.guru/v2/specs/amazonaws.com:kendra/2019-02-03.json
- Provider
- amazonaws.com:kendra / kendra
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/amazonaws.com/kendra/2019-02-03/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/amazonaws.com/kendra/2019-02-03/openapi.yaml
Tools (67)
Extracted live via the executor SDK.
-
xAmzTargetAwsKendraFrontendServiceAssociateEntitiesToExperience.associateEntitiesToExperienceGrants users or groups in your IAM Identity Center identity source access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see .
-
xAmzTargetAwsKendraFrontendServiceAssociatePersonasToEntities.associatePersonasToEntitiesDefines the specific permissions of users or groups in your IAM Identity Center identity source with access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see .
-
xAmzTargetAwsKendraFrontendServiceBatchDeleteDocument.batchDeleteDocumentRemoves one or more documents from an index. The documents must have been added with the
BatchPutDocumentAPI.The documents are deleted asynchronously. You can see the progress of the deletion by using Amazon Web Services CloudWatch. Any error messages related to the processing of the batch are sent to you CloudWatch log.
-
xAmzTargetAwsKendraFrontendServiceBatchDeleteFeaturedResultsSet.batchDeleteFeaturedResultsSetRemoves one or more sets of featured results. Features results are placed above all other results for certain queries. If there's an exact match of a query, then one or more specific documents are featured in the search results.
-
xAmzTargetAwsKendraFrontendServiceBatchGetDocumentStatus.batchGetDocumentStatusReturns the indexing status for one or more documents submitted with the API.
When you use the
BatchPutDocumentAPI, documents are indexed asynchronously. You can use theBatchGetDocumentStatusAPI to get the current status of a list of documents so that you can determine if they have been successfully indexed.You can also use the
BatchGetDocumentStatusAPI to check the status of the API. When a document is deleted from the index, Amazon Kendra returnsNOT_FOUNDas the status. -
xAmzTargetAwsKendraFrontendServiceBatchPutDocument.batchPutDocumentAdds one or more documents to an index.
The
BatchPutDocumentAPI enables you to ingest inline documents or a set of documents stored in an Amazon S3 bucket. Use this API to ingest your text and unstructured text into an index, add custom attributes to the documents, and to attach an access control list to the documents added to the index.The documents are indexed asynchronously. You can see the progress of the batch using Amazon Web Services CloudWatch. Any error messages related to processing the batch are sent to your Amazon Web Services CloudWatch log.
For an example of ingesting inline documents using Python and Java SDKs, see .
-
xAmzTargetAwsKendraFrontendServiceClearQuerySuggestions.clearQuerySuggestionsClears existing query suggestions from an index.
This deletes existing suggestions only, not the queries in the query log. After you clear suggestions, Amazon Kendra learns new suggestions based on new queries added to the query log from the time you cleared suggestions. If you do not see any new suggestions, then please allow Amazon Kendra to collect enough queries to learn new suggestions.
ClearQuerySuggestionsis currently not supported in the Amazon Web Services GovCloud (US-West) region. -
xAmzTargetAwsKendraFrontendServiceCreateAccessControlConfiguration.createAccessControlConfigurationCreates an access configuration for your documents. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
You can use this to re-configure your existing document level access control without indexing all of your documents again. For example, your index contains top-secret company documents that only certain employees or users should access. One of these users leaves the company or switches to a team that should be blocked from accessing top-secret documents. The user still has access to top-secret documents because the user had access when your documents were previously indexed. You can create a specific access control configuration for the user with deny access. You can later update the access control configuration to allow access if the user returns to the company and re-joins the 'top-secret' team. You can re-configure access control for your documents as circumstances change.
To apply your access control configuration to certain documents, you call the API with the
AccessControlConfigurationIdincluded in the object. If you use an S3 bucket as a data source, you update the.metadata.jsonwith theAccessControlConfigurationIdand synchronize your data source. Amazon Kendra currently only supports access control configuration for S3 data sources and documents indexed using theBatchPutDocumentAPI. -
xAmzTargetAwsKendraFrontendServiceCreateDataSource.createDataSourceCreates a data source connector that you want to use with an Amazon Kendra index.
You specify a name, data source connector type and description for your data source. You also specify configuration information for the data source connector.
CreateDataSourceis a synchronous operation. The operation returns 200 if the data source was successfully created. Otherwise, an exception is raised.For an example of creating an index and data source using the Python SDK, see . For an example of creating an index and data source using the Java SDK, see .
-
xAmzTargetAwsKendraFrontendServiceCreateExperience.createExperienceCreates an Amazon Kendra experience such as a search application. For more information on creating a search application experience, including using the Python and Java SDKs, see .
-
xAmzTargetAwsKendraFrontendServiceCreateFaq.createFaqCreates a set of frequently ask questions (FAQs) using a specified FAQ file stored in an Amazon S3 bucket.
Adding FAQs to an index is an asynchronous operation.
For an example of adding an FAQ to an index using Python and Java SDKs, see .
-
xAmzTargetAwsKendraFrontendServiceCreateFeaturedResultsSet.createFeaturedResultsSetCreates a set of featured results to display at the top of the search results page. Featured results are placed above all other results for certain queries. You map specific queries to specific documents for featuring in the results. If a query contains an exact match, then one or more specific documents are featured in the search results.
You can create up to 50 sets of featured results per index. You can request to increase this limit by contacting .
-
xAmzTargetAwsKendraFrontendServiceCreateIndex.createIndexCreates an Amazon Kendra index. Index creation is an asynchronous API. To determine if index creation has completed, check the
Statusfield returned from a call toDescribeIndex. TheStatusfield is set toACTIVEwhen the index is ready to use.Once the index is active you can index your documents using the
BatchPutDocumentAPI or using one of the supported data sources.For an example of creating an index and data source using the Python SDK, see . For an example of creating an index and data source using the Java SDK, see .
-
xAmzTargetAwsKendraFrontendServiceCreateQuerySuggestionsBlockList.createQuerySuggestionsBlockListCreates a block list to exlcude certain queries from suggestions.
Any query that contains words or phrases specified in the block list is blocked or filtered out from being shown as a suggestion.
You need to provide the file location of your block list text file in your S3 bucket. In your text file, enter each block word or phrase on a separate line.
For information on the current quota limits for block lists, see .
CreateQuerySuggestionsBlockListis currently not supported in the Amazon Web Services GovCloud (US-West) region.For an example of creating a block list for query suggestions using the Python SDK, see .
-
xAmzTargetAwsKendraFrontendServiceCreateThesaurus.createThesaurusCreates a thesaurus for an index. The thesaurus contains a list of synonyms in Solr format.
For an example of adding a thesaurus file to an index, see .
-
xAmzTargetAwsKendraFrontendServiceDeleteAccessControlConfiguration.deleteAccessControlConfigurationDeletes an access control configuration that you created for your documents in an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
-
xAmzTargetAwsKendraFrontendServiceDeleteDataSource.deleteDataSourceDeletes an Amazon Kendra data source connector. An exception is not thrown if the data source is already being deleted. While the data source is being deleted, the
Statusfield returned by a call to theDescribeDataSourceAPI is set toDELETING. For more information, see . -
xAmzTargetAwsKendraFrontendServiceDeleteExperience.deleteExperienceDeletes your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see .
-
xAmzTargetAwsKendraFrontendServiceDeleteFaq.deleteFaqRemoves an FAQ from an index.
-
xAmzTargetAwsKendraFrontendServiceDeleteIndex.deleteIndexDeletes an existing Amazon Kendra index. An exception is not thrown if the index is already being deleted. While the index is being deleted, the
Statusfield returned by a call to theDescribeIndexAPI is set toDELETING. -
xAmzTargetAwsKendraFrontendServiceDeletePrincipalMapping.deletePrincipalMappingDeletes a group so that all users and sub groups that belong to the group can no longer access documents only available to that group.
For example, after deleting the group "Summer Interns", all interns who belonged to that group no longer see intern-only documents in their search results.
If you want to delete or replace users or sub groups of a group, you need to use the
PutPrincipalMappingoperation. For example, if a user in the group "Engineering" leaves the engineering team and another user takes their place, you provide an updated list of users or sub groups that belong to the "Engineering" group when callingPutPrincipalMapping. You can update your internal list of users or sub groups and input this list when callingPutPrincipalMapping.DeletePrincipalMappingis currently not supported in the Amazon Web Services GovCloud (US-West) region. -
xAmzTargetAwsKendraFrontendServiceDeleteQuerySuggestionsBlockList.deleteQuerySuggestionsBlockListDeletes a block list used for query suggestions for an index.
A deleted block list might not take effect right away. Amazon Kendra needs to refresh the entire suggestions list to add back the queries that were previously blocked.
DeleteQuerySuggestionsBlockListis currently not supported in the Amazon Web Services GovCloud (US-West) region. -
xAmzTargetAwsKendraFrontendServiceDeleteThesaurus.deleteThesaurusDeletes an existing Amazon Kendra thesaurus.
-
xAmzTargetAwsKendraFrontendServiceDescribeAccessControlConfiguration.describeAccessControlConfigurationGets information about an access control configuration that you created for your documents in an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
-
xAmzTargetAwsKendraFrontendServiceDescribeDataSource.describeDataSourceGets information about an Amazon Kendra data source connector.
-
xAmzTargetAwsKendraFrontendServiceDescribeExperience.describeExperienceGets information about your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see .
-
xAmzTargetAwsKendraFrontendServiceDescribeFaq.describeFaqGets information about an FAQ list.
-
xAmzTargetAwsKendraFrontendServiceDescribeFeaturedResultsSet.describeFeaturedResultsSetGets information about a set of featured results. Features results are placed above all other results for certain queries. If there's an exact match of a query, then one or more specific documents are featured in the search results.
-
xAmzTargetAwsKendraFrontendServiceDescribeIndex.describeIndexGets information about an existing Amazon Kendra index.
-
xAmzTargetAwsKendraFrontendServiceDescribePrincipalMapping.describePrincipalMappingDescribes the processing of
PUTandDELETEactions for mapping users to their groups. This includes information on the status of actions currently processing or yet to be processed, when actions were last updated, when actions were received by Amazon Kendra, the latest action that should process and apply after other actions, and useful error messages if an action could not be processed.DescribePrincipalMappingis currently not supported in the Amazon Web Services GovCloud (US-West) region. -
xAmzTargetAwsKendraFrontendServiceDescribeQuerySuggestionsBlockList.describeQuerySuggestionsBlockListGets information about a block list used for query suggestions for an index.
This is used to check the current settings that are applied to a block list.
DescribeQuerySuggestionsBlockListis currently not supported in the Amazon Web Services GovCloud (US-West) region. -
xAmzTargetAwsKendraFrontendServiceDescribeQuerySuggestionsConfig.describeQuerySuggestionsConfigGets information on the settings of query suggestions for an index.
This is used to check the current settings applied to query suggestions.
DescribeQuerySuggestionsConfigis currently not supported in the Amazon Web Services GovCloud (US-West) region. -
xAmzTargetAwsKendraFrontendServiceDescribeThesaurus.describeThesaurusGets information about an existing Amazon Kendra thesaurus.
-
xAmzTargetAwsKendraFrontendServiceDisassociateEntitiesFromExperience.disassociateEntitiesFromExperiencePrevents users or groups in your IAM Identity Center identity source from accessing your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see .
-
xAmzTargetAwsKendraFrontendServiceDisassociatePersonasFromEntities.disassociatePersonasFromEntitiesRemoves the specific permissions of users or groups in your IAM Identity Center identity source with access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see .
-
xAmzTargetAwsKendraFrontendServiceGetQuerySuggestions.getQuerySuggestionsFetches the queries that are suggested to your users.
GetQuerySuggestionsis currently not supported in the Amazon Web Services GovCloud (US-West) region. -
xAmzTargetAwsKendraFrontendServiceGetSnapshots.getSnapshotsRetrieves search metrics data. The data provides a snapshot of how your users interact with your search application and how effective the application is.
-
xAmzTargetAwsKendraFrontendServiceListAccessControlConfigurations.listAccessControlConfigurationsLists one or more access control configurations for an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
-
xAmzTargetAwsKendraFrontendServiceListDataSources.listDataSourcesLists the data source connectors that you have created.
-
xAmzTargetAwsKendraFrontendServiceListDataSourceSyncJobs.listDataSourceSyncJobsGets statistics about synchronizing a data source connector.
-
xAmzTargetAwsKendraFrontendServiceListEntityPersonas.listEntityPersonasLists specific permissions of users and groups with access to your Amazon Kendra experience.
-
xAmzTargetAwsKendraFrontendServiceListExperienceEntities.listExperienceEntitiesLists users or groups in your IAM Identity Center identity source that are granted access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see .
-
xAmzTargetAwsKendraFrontendServiceListExperiences.listExperiencesLists one or more Amazon Kendra experiences. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see .
-
xAmzTargetAwsKendraFrontendServiceListFaqs.listFaqsGets a list of FAQ lists associated with an index.
-
xAmzTargetAwsKendraFrontendServiceListFeaturedResultsSets.listFeaturedResultsSetsLists all your sets of featured results for a given index. Features results are placed above all other results for certain queries. If there's an exact match of a query, then one or more specific documents are featured in the search results.
-
xAmzTargetAwsKendraFrontendServiceListGroupsOlderThanOrderingId.listGroupsOlderThanOrderingIdProvides a list of groups that are mapped to users before a given ordering or timestamp identifier.
ListGroupsOlderThanOrderingIdis currently not supported in the Amazon Web Services GovCloud (US-West) region. -
xAmzTargetAwsKendraFrontendServiceListIndices.listIndicesLists the Amazon Kendra indexes that you created.
-
xAmzTargetAwsKendraFrontendServiceListQuerySuggestionsBlockLists.listQuerySuggestionsBlockListsLists the block lists used for query suggestions for an index.
For information on the current quota limits for block lists, see .
ListQuerySuggestionsBlockListsis currently not supported in the Amazon Web Services GovCloud (US-West) region. -
xAmzTargetAwsKendraFrontendServiceListTagsForResource.listTagsForResourceGets a list of tags associated with a specified resource. Indexes, FAQs, and data sources can have tags associated with them.
-
xAmzTargetAwsKendraFrontendServiceListThesauri.listThesauriLists the thesauri for an index.
-
xAmzTargetAwsKendraFrontendServicePutPrincipalMapping.putPrincipalMappingMaps users to their groups so that you only need to provide the user ID when you issue the query.
You can also map sub groups to groups. For example, the group "Company Intellectual Property Teams" includes sub groups "Research" and "Engineering". These sub groups include their own list of users or people who work in these teams. Only users who work in research and engineering, and therefore belong in the intellectual property group, can see top-secret company documents in their search results.
This is useful for user context filtering, where search results are filtered based on the user or their group access to documents. For more information, see .
If more than five
PUTactions for a group are currently processing, a validation exception is thrown. -
xAmzTargetAwsKendraFrontendServiceQuery.querySearches an active index. Use this API to search your documents using query. The
QueryAPI enables to do faceted search and to filter results based on document attributes.It also enables you to provide user context that Amazon Kendra uses to enforce document access control in the search results.
Amazon Kendra searches your index for text content and question and answer (FAQ) content. By default the response contains three types of results.
-
Relevant passages
-
Matching FAQs
-
Relevant documents
You can specify that the query return only one type of result using the
QueryResultTypeFilterparameter.Each query returns the 100 most relevant results.
-
-
xAmzTargetAwsKendraFrontendServiceStartDataSourceSyncJob.startDataSourceSyncJobStarts a synchronization job for a data source connector. If a synchronization job is already in progress, Amazon Kendra returns a
ResourceInUseExceptionexception. -
xAmzTargetAwsKendraFrontendServiceStopDataSourceSyncJob.stopDataSourceSyncJobStops a synchronization job that is currently running. You can't stop a scheduled synchronization job.
-
xAmzTargetAwsKendraFrontendServiceSubmitFeedback.submitFeedbackEnables you to provide feedback to Amazon Kendra to improve the performance of your index.
SubmitFeedbackis currently not supported in the Amazon Web Services GovCloud (US-West) region. -
xAmzTargetAwsKendraFrontendServiceTagResource.tagResourceAdds the specified tag to the specified index, FAQ, or data source resource. If the tag already exists, the existing value is replaced with the new value.
-
xAmzTargetAwsKendraFrontendServiceUntagResource.untagResourceRemoves a tag from an index, FAQ, or a data source.
-
xAmzTargetAwsKendraFrontendServiceUpdateAccessControlConfiguration.updateAccessControlConfigurationUpdates an access control configuration for your documents in an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
You can update an access control configuration you created without indexing all of your documents again. For example, your index contains top-secret company documents that only certain employees or users should access. You created an 'allow' access control configuration for one user who recently joined the 'top-secret' team, switching from a team with 'deny' access to top-secret documents. However, the user suddenly returns to their previous team and should no longer have access to top secret documents. You can update the access control configuration to re-configure access control for your documents as circumstances change.
You call the API to apply the updated access control configuration, with the
AccessControlConfigurationIdincluded in the object. If you use an S3 bucket as a data source, you synchronize your data source to apply theAccessControlConfigurationIdin the.metadata.jsonfile. Amazon Kendra currently only supports access control configuration for S3 data sources and documents indexed using theBatchPutDocumentAPI. -
xAmzTargetAwsKendraFrontendServiceUpdateDataSource.updateDataSourceUpdates an existing Amazon Kendra data source connector.
-
xAmzTargetAwsKendraFrontendServiceUpdateExperience.updateExperienceUpdates your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see .
-
xAmzTargetAwsKendraFrontendServiceUpdateFeaturedResultsSet.updateFeaturedResultsSetUpdates a set of featured results. Features results are placed above all other results for certain queries. You map specific queries to specific documents for featuring in the results. If a query contains an exact match of a query, then one or more specific documents are featured in the search results.
-
xAmzTargetAwsKendraFrontendServiceUpdateIndex.updateIndexUpdates an existing Amazon Kendra index.
-
xAmzTargetAwsKendraFrontendServiceUpdateQuerySuggestionsBlockList.updateQuerySuggestionsBlockListUpdates a block list used for query suggestions for an index.
Updates to a block list might not take effect right away. Amazon Kendra needs to refresh the entire suggestions list to apply any updates to the block list. Other changes not related to the block list apply immediately.
If a block list is updating, then you need to wait for the first update to finish before submitting another update.
Amazon Kendra supports partial updates, so you only need to provide the fields you want to update.
UpdateQuerySuggestionsBlockListis currently not supported in the Amazon Web Services GovCloud (US-West) region. -
xAmzTargetAwsKendraFrontendServiceUpdateQuerySuggestionsConfig.updateQuerySuggestionsConfigUpdates the settings of query suggestions for an index.
Amazon Kendra supports partial updates, so you only need to provide the fields you want to update.
If an update is currently processing (i.e. 'happening'), you need to wait for the update to finish before making another update.
Updates to query suggestions settings might not take effect right away. The time for your updated settings to take effect depends on the updates made and the number of search queries in your index.
You can still enable/disable query suggestions at any time.
UpdateQuerySuggestionsConfigis currently not supported in the Amazon Web Services GovCloud (US-West) region. -
xAmzTargetAwsKendraFrontendServiceUpdateThesaurus.updateThesaurusUpdates a thesaurus for an index.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools