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

ExportSummary

import type { ExportSummary } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";

Provides summary information about an export in an export list.

interface ExportSummary {
creationDateTime?: Date | number | null;
exportId?: string | null;
exportStatus?: ExportStatus | null;
fileFormat?: ImportExportFileFormat | null;
lastUpdatedDateTime?: Date | number | null;
resourceSpecification?: ExportResourceSpecification | null;
}

§Properties

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

The date and time that the export was created.

§
exportId?: string | null
[src]

The unique identifier that Amazon Lex assigned to the export.

§
exportStatus?: ExportStatus | null
[src]

The status of the export. When the status is Completed the export is ready to download.

§
fileFormat?: ImportExportFileFormat | null
[src]

The file format used in the export files.

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

The date and time that the export was last updated.

§
resourceSpecification?: ExportResourceSpecification | null
[src]

Information about the bot or bot locale that was exported.