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.4/services/lexmodelsv2.ts?docs=full";
interface StartImportResponse {
creationDateTime?: Date | number | null;
importId?: string | null;
importStatus?: ImportStatus | null;
mergeStrategy?: MergeStrategy | null;
resourceSpecification?: ImportResourceSpecification | null;
}

§Properties

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

The date and time that the import request was created.

§
importId?: string | null
[src]

A unique identifier for the import.

§
importStatus?: ImportStatus | null
[src]

The current status of the import. When the status is Complete the bot, bot alias, or custom vocabulary is ready to use.

§
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 parameters used when importing the resource.