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

ListImportsRequest

import type { ListImportsRequest } from "https://aws-api.deno.dev/v0.4/services/cloudtrail.ts?docs=full";
interface ListImportsRequest {
Destination?: string | null;
ImportStatus?: ImportStatus | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
Destination?: string | null
[src]

The ARN of the destination event data store.

§
ImportStatus?: ImportStatus | null
[src]

The status of the import.

§
MaxResults?: number | null
[src]

The maximum number of imports to display on a single page.

§
NextToken?: string | null
[src]

A token you can use to get the next page of import results.