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

UpdateExportResponse

import type { UpdateExportResponse } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface UpdateExportResponse {
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 Amazon Lex assigned to the export.

§
exportStatus?: ExportStatus | null
[src]

The status of the export. When the status is Completed the export archive is available for download.

§
fileFormat?: ImportExportFileFormat | null
[src]

The file format used for the files that define the resource. The TSV format is required to export a custom vocabulary only; otherwise use LexJson format.

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

The date and time that the export was last updated.

§
resourceSpecification?: ExportResourceSpecification | null
[src]

A description of the type of resource that was exported, either a bot or a bot locale.