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

ListImportFailuresResponse

import type { ListImportFailuresResponse } from "https://aws-api.deno.dev/v0.4/services/cloudtrail.ts?docs=full";
interface ListImportFailuresResponse {
Failures?: ImportFailureListItem[] | null;
NextToken?: string | null;
}

§Properties

§
Failures?: ImportFailureListItem[] | null
[src]

Contains information about the import failures.

§
NextToken?: string | null
[src]

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