Amazon CodeBuild · JSON Structure

Amazon Codebuild List Build Batches Input Structure

ListBuildBatchesInput schema from Amazon CodeBuild

Type: object Properties: 4
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

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

Properties

filter maxResults sortOrder nextToken

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-codebuild/refs/heads/main/json-structure/amazon-codebuild-list-build-batches-input-structure.json",
  "name": "ListBuildBatchesInput",
  "description": "ListBuildBatchesInput schema from Amazon CodeBuild",
  "type": "object",
  "properties": {
    "filter": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BuildBatchFilter"
        },
        {
          "description": "A <code>BuildBatchFilter</code> object that specifies the filters for the search."
        }
      ]
    },
    "maxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PageSize"
        },
        {
          "description": "The maximum number of results to return."
        }
      ]
    },
    "sortOrder": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SortOrderType"
        },
        {
          "description": "<p>Specifies the sort order of the returned items. Valid values include:</p> <ul> <li> <p> <code>ASCENDING</code>: List the batch build identifiers in ascending order by identifier.</p> </li> <li> <p> <code>DESCENDING</code>: List the batch build identifiers in descending order by identifier.</p> </li> </ul>"
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The <code>nextToken</code> value returned from a previous call to <code>ListBuildBatches</code>. This specifies the next item to return. To return the beginning of the list, exclude this parameter."
        }
      ]
    }
  }
}