Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface ListWebhooksCommandOutputProtected

The output of ListWebhooksCommand.

Hierarchy

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

NextToken?: string

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[]

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