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

DeleteImportResponse

import type { DeleteImportResponse } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface DeleteImportResponse {
importId?: string | null;
importStatus?: ImportStatus | null;
}

§Properties

§
importId?: string | null
[src]

The unique identifier of the deleted import.

§
importStatus?: ImportStatus | null
[src]

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