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

ImportsListItem

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

Contains information about an import that was returned by a lookup request.

interface ImportsListItem {
CreatedTimestamp?: Date | number | null;
Destinations?: string[] | null;
ImportId?: string | null;
ImportStatus?: ImportStatus | null;
UpdatedTimestamp?: Date | number | null;
}

§Properties

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

The timestamp of the import's creation.

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

The ARN of the destination event data store.

§
ImportId?: string | null
[src]

The ID of the import.

§
ImportStatus?: ImportStatus | null
[src]

The status of the import.

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

The timestamp of the import's last update.