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

GetImportResponse

import type { GetImportResponse } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
interface GetImportResponse {
createdDate?: Date | number | null;
failureReason?: string[] | null;
importId?: string | null;
importStatus?: ImportStatus | null;
mergeStrategy?: MergeStrategy | null;
name?: string | null;
resourceType?: ResourceType | null;
}

§Properties

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

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

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

A string that describes why an import job failed to complete.

§
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 from the failureReason field.

§
mergeStrategy?: MergeStrategy | null
[src]

The action taken when there was a conflict between an existing resource and a resource in the import file.

§
name?: string | null
[src]

The name given to the import job.

§
resourceType?: ResourceType | null
[src]

The type of resource imported.