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

CreateThesaurusRequest

import type { CreateThesaurusRequest } from "https://aws-api-gyr5wj9zj0fg.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]