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.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
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]

The date and time that the import was created.

§
failureReasons?: string[] | null
[src]

If the importStatus field is Failed, this provides one or more reasons for the failure.

§
importedResourceId?: string | null
[src]

The unique identifier that Amazon Lex assigned to the resource created by the import.

§
importedResourceName?: string | null
[src]

The name of the imported resource.

§
importId?: string | null
[src]

The unique identifier of the described import.

§
importStatus?: ImportStatus | null
[src]

The status of the import process. When the status is Completed the resource is imported and ready for use.

§
lastUpdatedDateTime?: Date | number | null
[src]

The date and time that the import was last updated.

§
mergeStrategy?: MergeStrategy | null
[src]

The strategy used when there was a name conflict between the imported resource and an existing resource. When the merge strategy is FailOnConflict existing resources are not overwritten and the import fails.

§
resourceSpecification?: ImportResourceSpecification | null
[src]

The specifications of the imported bot, bot locale, or custom vocabulary.