[][src]Crate rusoto_kendra

Amazon Kendra is a service for indexing large document sets.

If you're using the service, you're probably looking for KendraClient and Kendra.

Structs

AccessControlListConfiguration

Access Control List files for the documents in a data source.

AclConfiguration

Provides information about the column that should be used for filtering the query response by groups.

AdditionalResultAttribute

AdditionalResultAttributeValue

An attribute returned with a document from a search.

AttributeFilter

Provides filtering the query results based on document attributes.

BatchDeleteDocumentRequest
BatchDeleteDocumentResponse
BatchDeleteDocumentResponseFailedDocument

Provides information about documents that could not be removed from an index by the BatchDeleteDocument operation.

BatchPutDocumentRequest
BatchPutDocumentResponse
BatchPutDocumentResponseFailedDocument

Provides information about a document that could not be indexed.

ClickFeedback

Gathers information about when a particular result was clicked by a user. Your application uses the SubmitFeedback operation to provide click information.

ColumnConfiguration

Provides information about how Amazon Kendra should use the columns of a database in an index.

ConnectionConfiguration

Provides the information necessary to connect to a database.

CreateDataSourceRequest
CreateDataSourceResponse
CreateFaqRequest
CreateFaqResponse
CreateIndexRequest
CreateIndexResponse
DataSourceConfiguration

Configuration information for a Amazon Kendra data source.

DataSourceSummary

Summary information for a Amazon Kendra data source. Returned in a call to .

DataSourceSyncJob

Provides information about a synchronization job.

DataSourceToIndexFieldMapping

Maps a column or attribute in the data source to an index field. You must first create the fields in the index using the UpdateIndex operation.

DataSourceVpcConfiguration

Provides information for connecting to an Amazon VPC.

DatabaseConfiguration

Provides the information necessary to connect a database to an index.

DeleteFaqRequest
DeleteIndexRequest
DescribeDataSourceRequest
DescribeDataSourceResponse
DescribeFaqRequest
DescribeFaqResponse
DescribeIndexRequest
DescribeIndexResponse
Document

A document in an index.

DocumentAttribute

A custom attribute value assigned to a document.

DocumentAttributeValue

The value of a custom document attribute. You can only provide one value for a custom attribute.

DocumentAttributeValueCountPair

Provides the count of documents that match a particular attribute when doing a faceted search.

DocumentMetadataConfiguration

Specifies the properties of a custom index field.

DocumentsMetadataConfiguration

Document metadata files that contain information such as the document access control information, source URI, document author, and custom attributes. Each metadata file contains metadata about a single document.

Facet

Information a document attribute

FacetResult

The facet values for the documents in the response.

FaqStatistics

Provides statistical information about the FAQ questions and answers contained in an index.

FaqSummary

Provides information about a frequently asked questions and answer contained in an index.

Highlight

Provides information that you can use to highlight a search result so that your users can quickly identify terms in the response.

IndexConfigurationSummary

A summary of information about an index.

IndexStatistics

Provides information about the number of documents and the number of questions and answers in an index.

KendraClient

A client for the kendra API.

ListDataSourceSyncJobsRequest
ListDataSourceSyncJobsResponse
ListDataSourcesRequest
ListDataSourcesResponse
ListFaqsRequest
ListFaqsResponse
ListIndicesRequest
ListIndicesResponse
Principal

Provides user and group information for document access filtering.

QueryRequest
QueryResult
QueryResultItem

A single query result.

A query result contains information about a document returned by the query. This includes the original location of the document, a list of attributes assigned to the document, and relevant text from the document that satisfies the query.

Relevance

Provides information for manually tuning the relevance of a field in a search. When a query includes terms that match the field, the results are given a boost in the response based on these tuning parameters.

RelevanceFeedback

Provides feedback on how relevant a document is to a search. Your application uses the SubmitFeedback operation to provide relevance information.

S3DataSourceConfiguration

Provides configuration information for a data source to index documents in an Amazon S3 bucket.

S3Path

Information required to find a specific file in an Amazon S3 bucket.

Search

Provides information about how a custom index field is used during a search.

ServerSideEncryptionConfiguration

Provides the identifier of the AWS KMS customer master key (CMK) used to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs.

SharePointConfiguration

Provides configuration information for connecting to a Microsoft SharePoint data source.

StartDataSourceSyncJobRequest
StartDataSourceSyncJobResponse
StopDataSourceSyncJobRequest
SubmitFeedbackRequest
TextDocumentStatistics

Provides information about text documents indexed in an index.

TextWithHighlights

Provides text and information about where to highlight the text.

TimeRange

Provides a range of time.

UpdateDataSourceRequest
UpdateIndexRequest

Enums

BatchDeleteDocumentError

Errors returned by BatchDeleteDocument

BatchPutDocumentError

Errors returned by BatchPutDocument

CreateDataSourceError

Errors returned by CreateDataSource

CreateFaqError

Errors returned by CreateFaq

CreateIndexError

Errors returned by CreateIndex

DeleteFaqError

Errors returned by DeleteFaq

DeleteIndexError

Errors returned by DeleteIndex

DescribeDataSourceError

Errors returned by DescribeDataSource

DescribeFaqError

Errors returned by DescribeFaq

DescribeIndexError

Errors returned by DescribeIndex

ListDataSourceSyncJobsError

Errors returned by ListDataSourceSyncJobs

ListDataSourcesError

Errors returned by ListDataSources

ListFaqsError

Errors returned by ListFaqs

ListIndicesError

Errors returned by ListIndices

QueryError

Errors returned by Query

StartDataSourceSyncJobError

Errors returned by StartDataSourceSyncJob

StopDataSourceSyncJobError

Errors returned by StopDataSourceSyncJob

SubmitFeedbackError

Errors returned by SubmitFeedback

UpdateDataSourceError

Errors returned by UpdateDataSource

UpdateIndexError

Errors returned by UpdateIndex

Traits

Kendra

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