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

ListEventDataStoresRequest

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of event data stores to display on a single page.

§
NextToken?: string | null
[src]

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