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

ListImportFailuresRequest

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

§Properties

§
ImportId: string
[src]

The ID of the import.

§
MaxResults?: number | null
[src]

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

§
NextToken?: string | null
[src]

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