- Navigation Guide
@aws-sdk/client-amplify
ListWebhooksCommandOutput Interface
The output of ListWebhooksCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
webhooks Required | Webhook[] | 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