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.3/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]

The updated description of the thesaurus.

§
Id: string
[src]

The identifier of the thesaurus to update.

§
IndexId: string
[src]

The identifier of the index associated with the thesaurus to update.

§
Name?: string | null
[src]

The updated name of the thesaurus.

§
RoleArn?: string | null
[src]

The updated role ARN of the thesaurus.

§
SourceS3Path?: S3Path | null
[src]