Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateDataSourceRequest

import type { UpdateDataSourceRequest } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";
interface UpdateDataSourceRequest {
Configuration?: DataSourceConfiguration | null;
CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration | null;
Description?: string | null;
Id: string;
IndexId: string;
LanguageCode?: string | null;
Name?: string | null;
RoleArn?: string | null;
Schedule?: string | null;
}

§Properties

§
Configuration?: DataSourceConfiguration | null
[src]

Configuration information for an Amazon Kendra data source.

§
CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration | null
[src]

Configuration information for altering document metadata and content during the document ingestion process when you update a data source.

For more information on how to create, modify and delete document metadata, or make other content alterations when you ingest documents into Amazon Kendra, see Customizing document metadata during the ingestion process.

§
Description?: string | null
[src]

The new description for the data source.

§
Id: string
[src]

The unique identifier of the data source to update.

§
IndexId: string
[src]

The identifier of the index that contains the data source to update.

§
LanguageCode?: string | null
[src]

The code for a language. This allows you to support a language for all documents when updating the data source. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.

§
Name?: string | null
[src]

The name of the data source to update. The name of the data source can't be updated. To rename a data source you must delete the data source and re-create it.

§
RoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the new role to use when the data source is accessing resources on your behalf.

§
Schedule?: string | null
[src]

The new update schedule for the data source.