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

ListWebhooksOutput

import type { ListWebhooksOutput } from "https://aws-api.deno.dev/v0.3/services/codepipeline.ts?docs=full";
interface ListWebhooksOutput {
NextToken?: string | null;
webhooks?: ListWebhookItem[] | null;
}

§Properties

§
NextToken?: string | null
[src]

If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListWebhooks call to return the next set of webhooks in the list.

§
webhooks?: ListWebhookItem[] | null
[src]

The JSON detail returned for each webhook in the list output for the ListWebhooks call.