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

ListPartnerEventSourcesResponse

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

§Properties

§
NextToken?: string | null
[src]

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

§
PartnerEventSources?: PartnerEventSource[] | null
[src]

The list of partner event sources returned by the operation.