[][src]Trait rusoto_kendra::Kendra

pub trait Kendra {
#[must_use]    pub fn batch_delete_document<'life0, 'async_trait>(
        &'life0 self,
        input: BatchDeleteDocumentRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchDeleteDocumentResponse, RusotoError<BatchDeleteDocumentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_put_document<'life0, 'async_trait>(
        &'life0 self,
        input: BatchPutDocumentRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchPutDocumentResponse, RusotoError<BatchPutDocumentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_data_source<'life0, 'async_trait>(
        &'life0 self,
        input: CreateDataSourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateDataSourceResponse, RusotoError<CreateDataSourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_faq<'life0, 'async_trait>(
        &'life0 self,
        input: CreateFaqRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateFaqResponse, RusotoError<CreateFaqError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_index<'life0, 'async_trait>(
        &'life0 self,
        input: CreateIndexRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateIndexResponse, RusotoError<CreateIndexError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_data_source<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteDataSourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteDataSourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_faq<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteFaqRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteFaqError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_index<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteIndexRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteIndexError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_data_source<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeDataSourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeDataSourceResponse, RusotoError<DescribeDataSourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_faq<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeFaqRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeFaqResponse, RusotoError<DescribeFaqError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_index<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeIndexRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeIndexResponse, RusotoError<DescribeIndexError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_data_source_sync_jobs<'life0, 'async_trait>(
        &'life0 self,
        input: ListDataSourceSyncJobsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListDataSourceSyncJobsResponse, RusotoError<ListDataSourceSyncJobsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_data_sources<'life0, 'async_trait>(
        &'life0 self,
        input: ListDataSourcesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListDataSourcesResponse, RusotoError<ListDataSourcesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_faqs<'life0, 'async_trait>(
        &'life0 self,
        input: ListFaqsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListFaqsResponse, RusotoError<ListFaqsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_indices<'life0, 'async_trait>(
        &'life0 self,
        input: ListIndicesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListIndicesResponse, RusotoError<ListIndicesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_tags_for_resource<'life0, 'async_trait>(
        &'life0 self,
        input: ListTagsForResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn query<'life0, 'async_trait>(
        &'life0 self,
        input: QueryRequest
    ) -> Pin<Box<dyn Future<Output = Result<QueryResult, RusotoError<QueryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn start_data_source_sync_job<'life0, 'async_trait>(
        &'life0 self,
        input: StartDataSourceSyncJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartDataSourceSyncJobResponse, RusotoError<StartDataSourceSyncJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn stop_data_source_sync_job<'life0, 'async_trait>(
        &'life0 self,
        input: StopDataSourceSyncJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<StopDataSourceSyncJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn submit_feedback<'life0, 'async_trait>(
        &'life0 self,
        input: SubmitFeedbackRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SubmitFeedbackError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn tag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: TagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn untag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UntagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_data_source<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDataSourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateDataSourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_index<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateIndexRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateIndexError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the kendra API. kendra clients implement this trait.

Required methods

#[must_use]pub fn batch_delete_document<'life0, 'async_trait>(
    &'life0 self,
    input: BatchDeleteDocumentRequest
) -> Pin<Box<dyn Future<Output = Result<BatchDeleteDocumentResponse, RusotoError<BatchDeleteDocumentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes one or more documents from an index. The documents must have been added with the BatchPutDocument operation.

The documents are deleted asynchronously. You can see the progress of the deletion by using AWS CloudWatch. Any error messages releated to the processing of the batch are sent to you CloudWatch log.

#[must_use]pub fn batch_put_document<'life0, 'async_trait>(
    &'life0 self,
    input: BatchPutDocumentRequest
) -> Pin<Box<dyn Future<Output = Result<BatchPutDocumentResponse, RusotoError<BatchPutDocumentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds one or more documents to an index.

The BatchPutDocument operation enables you to ingest inline documents or a set of documents stored in an Amazon S3 bucket. Use this operation 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 AWS CloudWatch. Any error messages related to processing the batch are sent to your AWS CloudWatch log.

#[must_use]pub fn create_data_source<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDataSourceRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDataSourceResponse, RusotoError<CreateDataSourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a data source that you use to with an Amazon Kendra index.

You specify a name, connector type and description for your data source. You can choose between an S3 connector, a SharePoint Online connector, and a database connector.

You also specify configuration information such as document metadata (author, source URI, and so on) and user context information.

CreateDataSource is a synchronous operation. The operation returns 200 if the data source was successfully created. Otherwise, an exception is raised.

#[must_use]pub fn create_faq<'life0, 'async_trait>(
    &'life0 self,
    input: CreateFaqRequest
) -> Pin<Box<dyn Future<Output = Result<CreateFaqResponse, RusotoError<CreateFaqError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an new set of frequently asked question (FAQ) questions and answers.

#[must_use]pub fn create_index<'life0, 'async_trait>(
    &'life0 self,
    input: CreateIndexRequest
) -> Pin<Box<dyn Future<Output = Result<CreateIndexResponse, RusotoError<CreateIndexError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new Amazon Kendra index. Index creation is an asynchronous operation. To determine if index creation has completed, check the Status field returned from a call to . The Status field is set to ACTIVE when the index is ready to use.

Once the index is active you can index your documents using the operation or using one of the supported data sources.

#[must_use]pub fn delete_data_source<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDataSourceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteDataSourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an Amazon Kendra data source. An exception is not thrown if the data source is already being deleted. While the data source is being deleted, the Status field returned by a call to the operation is set to DELETING. For more information, see Deleting Data Sources.

#[must_use]pub fn delete_faq<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteFaqRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteFaqError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes an FAQ from an index.

#[must_use]pub fn delete_index<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteIndexRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteIndexError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an existing Amazon Kendra index. An exception is not thrown if the index is already being deleted. While the index is being deleted, the Status field returned by a call to the DescribeIndex operation is set to DELETING.

#[must_use]pub fn describe_data_source<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDataSourceRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDataSourceResponse, RusotoError<DescribeDataSourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a Amazon Kendra data source.

#[must_use]pub fn describe_faq<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeFaqRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeFaqResponse, RusotoError<DescribeFaqError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about an FAQ list.

#[must_use]pub fn describe_index<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeIndexRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeIndexResponse, RusotoError<DescribeIndexError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes an existing Amazon Kendra index

#[must_use]pub fn list_data_source_sync_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: ListDataSourceSyncJobsRequest
) -> Pin<Box<dyn Future<Output = Result<ListDataSourceSyncJobsResponse, RusotoError<ListDataSourceSyncJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets statistics about synchronizing Amazon Kendra with a data source.

#[must_use]pub fn list_data_sources<'life0, 'async_trait>(
    &'life0 self,
    input: ListDataSourcesRequest
) -> Pin<Box<dyn Future<Output = Result<ListDataSourcesResponse, RusotoError<ListDataSourcesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the data sources that you have created.

#[must_use]pub fn list_faqs<'life0, 'async_trait>(
    &'life0 self,
    input: ListFaqsRequest
) -> Pin<Box<dyn Future<Output = Result<ListFaqsResponse, RusotoError<ListFaqsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a list of FAQ lists associated with an index.

#[must_use]pub fn list_indices<'life0, 'async_trait>(
    &'life0 self,
    input: ListIndicesRequest
) -> Pin<Box<dyn Future<Output = Result<ListIndicesResponse, RusotoError<ListIndicesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the Amazon Kendra indexes that you have created.

#[must_use]pub fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a list of tags associated with a specified resource. Indexes, FAQs, and data sources can have tags associated with them.

#[must_use]pub fn query<'life0, 'async_trait>(
    &'life0 self,
    input: QueryRequest
) -> Pin<Box<dyn Future<Output = Result<QueryResult, RusotoError<QueryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Searches an active index. Use this API to search your documents using query. The Query operation 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 QueryResultTypeConfig parameter.

#[must_use]pub fn start_data_source_sync_job<'life0, 'async_trait>(
    &'life0 self,
    input: StartDataSourceSyncJobRequest
) -> Pin<Box<dyn Future<Output = Result<StartDataSourceSyncJobResponse, RusotoError<StartDataSourceSyncJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Starts a synchronization job for a data source. If a synchronization job is already in progress, Amazon Kendra returns a ResourceInUseException exception.

#[must_use]pub fn stop_data_source_sync_job<'life0, 'async_trait>(
    &'life0 self,
    input: StopDataSourceSyncJobRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<StopDataSourceSyncJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Stops a running synchronization job. You can't stop a scheduled synchronization job.

#[must_use]pub fn submit_feedback<'life0, 'async_trait>(
    &'life0 self,
    input: SubmitFeedbackRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SubmitFeedbackError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Enables you to provide feedback to Amazon Kendra to improve the performance of the service.

#[must_use]pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds 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.

#[must_use]pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes a tag from an index, FAQ, or a data source.

#[must_use]pub fn update_data_source<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDataSourceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateDataSourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an existing Amazon Kendra data source.

#[must_use]pub fn update_index<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateIndexRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateIndexError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an existing Amazon Kendra index.

Loading content...

Implementors

impl Kendra for KendraClient[src]

pub fn batch_delete_document<'life0, 'async_trait>(
    &'life0 self,
    input: BatchDeleteDocumentRequest
) -> Pin<Box<dyn Future<Output = Result<BatchDeleteDocumentResponse, RusotoError<BatchDeleteDocumentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes one or more documents from an index. The documents must have been added with the BatchPutDocument operation.

The documents are deleted asynchronously. You can see the progress of the deletion by using AWS CloudWatch. Any error messages releated to the processing of the batch are sent to you CloudWatch log.

pub fn batch_put_document<'life0, 'async_trait>(
    &'life0 self,
    input: BatchPutDocumentRequest
) -> Pin<Box<dyn Future<Output = Result<BatchPutDocumentResponse, RusotoError<BatchPutDocumentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds one or more documents to an index.

The BatchPutDocument operation enables you to ingest inline documents or a set of documents stored in an Amazon S3 bucket. Use this operation 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 AWS CloudWatch. Any error messages related to processing the batch are sent to your AWS CloudWatch log.

pub fn create_data_source<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDataSourceRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDataSourceResponse, RusotoError<CreateDataSourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a data source that you use to with an Amazon Kendra index.

You specify a name, connector type and description for your data source. You can choose between an S3 connector, a SharePoint Online connector, and a database connector.

You also specify configuration information such as document metadata (author, source URI, and so on) and user context information.

CreateDataSource is a synchronous operation. The operation returns 200 if the data source was successfully created. Otherwise, an exception is raised.

pub fn create_faq<'life0, 'async_trait>(
    &'life0 self,
    input: CreateFaqRequest
) -> Pin<Box<dyn Future<Output = Result<CreateFaqResponse, RusotoError<CreateFaqError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an new set of frequently asked question (FAQ) questions and answers.

pub fn create_index<'life0, 'async_trait>(
    &'life0 self,
    input: CreateIndexRequest
) -> Pin<Box<dyn Future<Output = Result<CreateIndexResponse, RusotoError<CreateIndexError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new Amazon Kendra index. Index creation is an asynchronous operation. To determine if index creation has completed, check the Status field returned from a call to . The Status field is set to ACTIVE when the index is ready to use.

Once the index is active you can index your documents using the operation or using one of the supported data sources.

pub fn delete_data_source<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDataSourceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteDataSourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an Amazon Kendra data source. An exception is not thrown if the data source is already being deleted. While the data source is being deleted, the Status field returned by a call to the operation is set to DELETING. For more information, see Deleting Data Sources.

pub fn delete_faq<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteFaqRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteFaqError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes an FAQ from an index.

pub fn delete_index<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteIndexRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteIndexError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an existing Amazon Kendra index. An exception is not thrown if the index is already being deleted. While the index is being deleted, the Status field returned by a call to the DescribeIndex operation is set to DELETING.

pub fn describe_data_source<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDataSourceRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDataSourceResponse, RusotoError<DescribeDataSourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a Amazon Kendra data source.

pub fn describe_faq<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeFaqRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeFaqResponse, RusotoError<DescribeFaqError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about an FAQ list.

pub fn describe_index<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeIndexRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeIndexResponse, RusotoError<DescribeIndexError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes an existing Amazon Kendra index

pub fn list_data_source_sync_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: ListDataSourceSyncJobsRequest
) -> Pin<Box<dyn Future<Output = Result<ListDataSourceSyncJobsResponse, RusotoError<ListDataSourceSyncJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets statistics about synchronizing Amazon Kendra with a data source.

pub fn list_data_sources<'life0, 'async_trait>(
    &'life0 self,
    input: ListDataSourcesRequest
) -> Pin<Box<dyn Future<Output = Result<ListDataSourcesResponse, RusotoError<ListDataSourcesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the data sources that you have created.

pub fn list_faqs<'life0, 'async_trait>(
    &'life0 self,
    input: ListFaqsRequest
) -> Pin<Box<dyn Future<Output = Result<ListFaqsResponse, RusotoError<ListFaqsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a list of FAQ lists associated with an index.

pub fn list_indices<'life0, 'async_trait>(
    &'life0 self,
    input: ListIndicesRequest
) -> Pin<Box<dyn Future<Output = Result<ListIndicesResponse, RusotoError<ListIndicesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the Amazon Kendra indexes that you have created.

pub fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a list of tags associated with a specified resource. Indexes, FAQs, and data sources can have tags associated with them.

pub fn query<'life0, 'async_trait>(
    &'life0 self,
    input: QueryRequest
) -> Pin<Box<dyn Future<Output = Result<QueryResult, RusotoError<QueryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Searches an active index. Use this API to search your documents using query. The Query operation 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 QueryResultTypeConfig parameter.

pub fn start_data_source_sync_job<'life0, 'async_trait>(
    &'life0 self,
    input: StartDataSourceSyncJobRequest
) -> Pin<Box<dyn Future<Output = Result<StartDataSourceSyncJobResponse, RusotoError<StartDataSourceSyncJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Starts a synchronization job for a data source. If a synchronization job is already in progress, Amazon Kendra returns a ResourceInUseException exception.

pub fn stop_data_source_sync_job<'life0, 'async_trait>(
    &'life0 self,
    input: StopDataSourceSyncJobRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<StopDataSourceSyncJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Stops a running synchronization job. You can't stop a scheduled synchronization job.

pub fn submit_feedback<'life0, 'async_trait>(
    &'life0 self,
    input: SubmitFeedbackRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SubmitFeedbackError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Enables you to provide feedback to Amazon Kendra to improve the performance of the service.

pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds 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.

pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes a tag from an index, FAQ, or a data source.

pub fn update_data_source<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDataSourceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateDataSourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an existing Amazon Kendra data source.

pub fn update_index<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateIndexRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateIndexError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an existing Amazon Kendra index.

Loading content...