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

ListWebhooksInput

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

§
NextToken?: string | null
[src]

The token that was returned from the previous ListWebhooks call, which can be used to return the next set of webhooks in the list.