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

DescribeImportResponse

import type { DescribeImportResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/lexmodelsv2.ts";
interface DescribeImportResponse {
creationDateTime?: Date | number | null;
failureReasons?: string[] | null;
importedResourceId?: string | null;
importedResourceName?: string | null;
importId?: string | null;
importStatus?: ImportStatus | null;
lastUpdatedDateTime?: Date | number | null;
mergeStrategy?: MergeStrategy | null;
resourceSpecification?: ImportResourceSpecification | null;
}

§Properties

§
creationDateTime?: Date | number | null
[src]
§
failureReasons?: string[] | null
[src]
§
importedResourceId?: string | null
[src]
§
importedResourceName?: string | null
[src]
§
importId?: string | null
[src]
§
importStatus?: ImportStatus | null
[src]
§
lastUpdatedDateTime?: Date | number | null
[src]
§
mergeStrategy?: MergeStrategy | null
[src]
§
resourceSpecification?: ImportResourceSpecification | null
[src]