CreateThesaurusRequestCopyimport type { CreateThesaurusRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kendra.ts";interface CreateThesaurusRequest {ClientToken?: string | null;Description?: string | null;IndexId: string;Name: string;RoleArn: string;SourceS3Path: S3Path;Tags?: Tag[] | null;}§Properties§ClientToken?: string | null[src]§Description?: string | null[src]§IndexId: string[src]§Name: string[src]§RoleArn: string[src]§SourceS3Path: S3Path[src]§Tags?: Tag[] | null[src]