@aws-sdk/client-amplify

ListWebhooksCommandOutput Interface

The output of ListWebhooksCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
webhooks RequiredWebhook[] | undefined

A list of webhooks.

nextToken string | undefined

A pagination token. If non-null, the pagination token is returned in a result. Pass its value in another request to retrieve more entries.

Full Signature

export interface ListWebhooksCommandOutput extends ListWebhooksResult, MetadataBearer