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

ListEventDataStoresResponse

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

§Properties

§
EventDataStores?: EventDataStore[] | null
[src]

Contains information about event data stores in the account, in the current region.

§
NextToken?: string | null
[src]

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