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
§
importStatus?: ImportStatus | null
[src]§
mergeStrategy?: MergeStrategy | null
[src]§
resourceSpecification?: ImportResourceSpecification | null
[src]