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

ListThesauriResponse

import type { ListThesauriResponse } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface ListThesauriResponse {
NextToken?: string | null;
ThesaurusSummaryItems?: ThesaurusSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of thesauri.

§
ThesaurusSummaryItems?: ThesaurusSummary[] | null
[src]

An array of summary information for a thesaurus or multiple thesauri.