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.
{
"$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."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.