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-gyr5wj9zj0fg.deno.dev/v0.2/services/kendra.ts";
interface UpdateThesaurusRequest {
Description?: string | null;
Id: string;
IndexId: string;
Name?: string | null;
RoleArn?: string | null;
SourceS3Path?: S3Path | null;
}

§Properties

§
Description?: string | null
[src]
§
Id: string
[src]
§
IndexId: string
[src]
§
Name?: string | null
[src]
§
RoleArn?: string | null
[src]
§
SourceS3Path?: S3Path | null
[src]