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

DescribeExportResponse

import type { DescribeExportResponse } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface DescribeExportResponse {
creationDateTime?: Date | number | null;
downloadUrl?: string | null;
exportId?: string | null;
exportStatus?: ExportStatus | null;
failureReasons?: string[] | 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.

§
downloadUrl?: string | null
[src]

A pre-signed S3 URL that points to the bot or bot locale archive. The URL is only available for 5 minutes after calling the DescribeExport operation.

§
exportId?: string | null
[src]

The unique identifier of the described export.

§
exportStatus?: ExportStatus | null
[src]

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

§
failureReasons?: string[] | null
[src]

If the exportStatus is failed, contains one or more reasons why the export could not be completed.

§
fileFormat?: ImportExportFileFormat | null
[src]

The file format used in the files that describe the resource.

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

The last date and time that the export was updated.

§
resourceSpecification?: ExportResourceSpecification | null
[src]

The bot, bot ID, and optional locale ID of the exported bot or bot locale.