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

StopImportResponse

import type { StopImportResponse } from "https://aws-api.deno.dev/v0.4/services/cloudtrail.ts?docs=full";
interface StopImportResponse {
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 for the import.

§
ImportSource?: ImportSource | null
[src]

The source S3 bucket for the import.

§
ImportStatistics?: ImportStatistics | null
[src]

Returns information on the stopped 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 the import's last update.