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

§
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.

§
ImportStatistics?: ImportStatistics | null
[src]

Provides statistics for the import. CloudTrail does not update import statistics in real-time. Returned values for parameters such as EventsCompleted may be lower than the actual value, because CloudTrail updates statistics incrementally over the course of the import.

§
ImportStatus?: ImportStatus | null
[src]

The status of the import.

§
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 when the import was updated.