Amazon CodeBuild · JSON Structure

Amazon Codebuild List Build Batches Output Structure

ListBuildBatchesOutput schema from Amazon CodeBuild

Type: object Properties: 2
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

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

Properties

ids 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-output-structure.json",
  "name": "ListBuildBatchesOutput",
  "description": "ListBuildBatchesOutput schema from Amazon CodeBuild",
  "type": "object",
  "properties": {
    "ids": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BuildBatchIds"
        },
        {
          "description": "An array of strings that contains the batch build identifiers."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "If there are more items to return, this contains a token that is passed to a subsequent call to <code>ListBuildBatches</code> to retrieve the next set of items."
        }
      ]
    }
  }
}