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

ListPartnerEventSourceAccountsResponse

import type { ListPartnerEventSourceAccountsResponse } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface ListPartnerEventSourceAccountsResponse {
NextToken?: string | null;
PartnerEventSourceAccounts?: PartnerEventSourceAccount[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A token you can use in a subsequent operation to retrieve the next set of results.

§
PartnerEventSourceAccounts?: PartnerEventSourceAccount[] | null
[src]

The list of partner event sources returned by the operation.