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

ImportSummary

import type { ImportSummary } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";

Provides summary information about an import in an import list.

interface ImportSummary {
creationDateTime?: Date | number | null;
importedResourceId?: string | null;
importedResourceName?: string | null;
importedResourceType?: ImportResourceType | null;
importId?: string | null;
importStatus?: ImportStatus | null;
lastUpdatedDateTime?: Date | number | null;
mergeStrategy?: MergeStrategy | null;
}

§Properties

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

The date and time that the import was created.

§
importedResourceId?: string | null
[src]

The unique identifier that Amazon Lex assigned to the imported resource.

§
importedResourceName?: string | null
[src]

The name that you gave the imported resource.

§
importedResourceType?: ImportResourceType | null
[src]

The type of resource that was imported.

§
importId?: string | null
[src]

The unique identifier that Amazon Lex assigned to the import.

§
importStatus?: ImportStatus | null
[src]

The status of the resource. When the status is Completed the resource is ready to build.

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

The date and time that the import was last updated.

§
mergeStrategy?: MergeStrategy | null
[src]

The strategy used to merge existing bot or bot locale definitions with the imported definition.