Amazon CodeBuild · JSON Structure

Amazon Codebuild Batch Delete Builds Output Structure

BatchDeleteBuildsOutput schema from Amazon CodeBuild

Type: object Properties: 2
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

BatchDeleteBuildsOutput 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

buildsDeleted buildsNotDeleted

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-batch-delete-builds-output-structure.json",
  "name": "BatchDeleteBuildsOutput",
  "description": "BatchDeleteBuildsOutput schema from Amazon CodeBuild",
  "type": "object",
  "properties": {
    "buildsDeleted": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BuildIds"
        },
        {
          "description": "The IDs of the builds that were successfully deleted."
        }
      ]
    },
    "buildsNotDeleted": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BuildsNotDeleted"
        },
        {
          "description": "Information about any builds that could not be successfully deleted."
        }
      ]
    }
  }
}