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

ListPartnerEventSourceAccountsRequest

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

§Properties

§
EventSourceName: string
[src]

The name of the partner event source to display account information about.

§
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.

§
NextToken?: string | null
[src]

The token returned by a previous call to this operation. Specifying this retrieves the next set of results.