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

StartImportResponse

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

§Properties

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