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

DeleteExportResponse

import type { DeleteExportResponse } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface DeleteExportResponse {
exportId?: string | null;
exportStatus?: ExportStatus | null;
}

§Properties

§
exportId?: string | null
[src]

The unique identifier of the deleted export.

§
exportStatus?: ExportStatus | null
[src]

The current status of the deletion. When the deletion is complete, the export will no longer be returned by the ListExports operation and calls to the DescribeExport operation with the export identifier will fail.