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

IndexConfigurationSummary

import type { IndexConfigurationSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/kendra.ts";
interface IndexConfigurationSummary {
CreatedAt: Date | number;
Edition?: IndexEdition | null;
Id?: string | null;
Name?: string | null;
Status: IndexStatus;
UpdatedAt: Date | number;
}

§Properties

§
CreatedAt: Date | number
[src]
§
Edition?: IndexEdition | null
[src]
§
Id?: string | null
[src]
§
Name?: string | null
[src]
§
UpdatedAt: Date | number
[src]