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

ListEventSourcesRequest

import type { ListEventSourcesRequest } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface ListEventSourcesRequest {
Limit?: number | null;
NamePrefix?: string | null;
NextToken?: string | null;
}

§Properties

§
Limit?: number | null
[src]

Specifying this limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.

§
NamePrefix?: string | null
[src]

Specifying this limits the results to only those partner event sources with names that start with the specified prefix.

§
NextToken?: string | null
[src]

The token returned by a previous call to retrieve the next set of results.