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/cloudtrail.ts?docs=full";
interface StartImportResponse {
CreatedTimestamp?: Date | number | null;
Destinations?: string[] | null;
EndEventTime?: Date | number | null;
ImportId?: string | null;
ImportSource?: ImportSource | null;
ImportStatus?: ImportStatus | null;
StartEventTime?: Date | number | null;
UpdatedTimestamp?: Date | number | null;
}

§Properties

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

The timestamp for the import's creation.

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

The ARN of the destination event data store.

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

Used with StartEventTime to bound a StartImport request, and limit imported trail events to only those events logged within a specified time period.

§
ImportId?: string | null
[src]

The ID of the import.

§
ImportSource?: ImportSource | null
[src]

The source S3 bucket for the import.

§
ImportStatus?: ImportStatus | null
[src]

Shows the status of the import after a StartImport request. An import finishes with a status of COMPLETED if there were no failures, or FAILED if there were failures.

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

Used with EndEventTime to bound a StartImport request, and limit imported trail events to only those events logged within a specified time period.

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

The timestamp of the import's last update, if applicable.