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

UpdateThesaurusRequest

import type { UpdateThesaurusRequest } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface UpdateThesaurusRequest {
Description?: string | null;
Id: string;
IndexId: string;
Name?: string | null;
RoleArn?: string | null;
SourceS3Path?: S3Path | null;
}

§Properties

§
Description?: string | null
[src]

A new description for the thesaurus.

§
Id: string
[src]

The identifier of the thesaurus you want to update.

§
IndexId: string
[src]

The identifier of the index for the thesaurus.

§
Name?: string | null
[src]

A new name for the thesaurus.

§
RoleArn?: string | null
[src]

An IAM role that gives Amazon Kendra permissions to access thesaurus file specified in SourceS3Path.

§
SourceS3Path?: S3Path | null
[src]