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

CreateExportResponse

import type { CreateExportResponse } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface CreateExportResponse {
creationDateTime?: Date | number | null;
exportId?: string | null;
exportStatus?: ExportStatus | null;
fileFormat?: ImportExportFileFormat | null;
resourceSpecification?: ExportResourceSpecification | null;
}

§Properties

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

The date and time that the request to export a bot was created.

§
exportId?: string | null
[src]

An identifier for a specific request to create an export.

§
exportStatus?: ExportStatus | null
[src]

The status of the export. When the status is Completed, you can use the DescribeExport operation to get the pre-signed S3 URL link to your exported bot or bot locale.

§
fileFormat?: ImportExportFileFormat | null
[src]

The file format used for the bot or bot locale definition files.

§
resourceSpecification?: ExportResourceSpecification | null
[src]

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