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.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
interface StartImportResponse {
createdDate?: Date | number | null;
importId?: string | null;
importStatus?: ImportStatus | null;
mergeStrategy?: MergeStrategy | null;
name?: string | null;
resourceType?: ResourceType | null;
tags?: Tag[] | null;
}

§Properties

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

A timestamp for the date and time that the import job was requested.

§
importId?: string | null
[src]

The identifier for the specific import job.

§
importStatus?: ImportStatus | null
[src]

The status of the import job. If the status is FAILED, you can get the reason for the failure using the GetImport operation.

§
mergeStrategy?: MergeStrategy | null
[src]

The action to take when there is a merge conflict.

§
name?: string | null
[src]

The name given to the import job.

§
resourceType?: ResourceType | null
[src]

The type of resource to import.

§
tags?: Tag[] | null
[src]

A list of tags added to the imported bot.