UpdateThesaurusRequest
import type { UpdateThesaurusRequest } from "https://aws-api-16vtt531a2w0.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;
}