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

ThesaurusSummary

import type { ThesaurusSummary } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

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

interface ThesaurusSummary {
CreatedAt?: Date | number | null;
Id?: string | null;
Name?: string | null;
Status?: ThesaurusStatus | null;
UpdatedAt?: Date | number | null;
}

§Properties

§
CreatedAt?: Date | number | null
[src]

The Unix datetime that the thesaurus was created.

§
Id?: string | null
[src]

The identifier of the thesaurus.

§
Name?: string | null
[src]

The name of the thesaurus.

§
Status?: ThesaurusStatus | null
[src]

The status of the thesaurus.

§
UpdatedAt?: Date | number | null
[src]

The Unix datetime that the thesaurus was last updated.