Amazon CodePipeline · JSON Structure

Amazon Codepipeline List Webhooks Input Structure

ListWebhooksInput schema from Amazon CodePipeline

Type: object Properties: 2
AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

ListWebhooksInput is a JSON Structure definition published by Amazon CodePipeline, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

NextToken MaxResults

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-list-webhooks-input-structure.json",
  "name": "ListWebhooksInput",
  "description": "ListWebhooksInput schema from Amazon CodePipeline",
  "type": "object",
  "properties": {
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token that was returned from the previous ListWebhooks call, which can be used to return the next set of webhooks in the list."
        }
      ]
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxResults"
        },
        {
          "description": "The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value."
        }
      ]
    }
  }
}