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

ListImportsResponse

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

§Properties

§
Imports?: ImportsListItem[] | null
[src]

The list of returned imports.

§
NextToken?: string | null
[src]

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