Amazon CodeDeploy · Schema
ListDeploymentsInput
Represents the input of a ListDeployments operation.
AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green DeploymentDeveloper Tools
Properties
| Name | Type | Description |
|---|---|---|
| applicationName | object | |
| deploymentGroupName | object | |
| externalId | object | |
| includeOnlyStatuses | object | |
| createTimeRange | object | |
| nextToken | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-schema/amazon-codedeploy-list-deployments-input-schema.json",
"title": "ListDeploymentsInput",
"description": "Represents the input of a <code>ListDeployments</code> operation.",
"type": "object",
"properties": {
"applicationName": {
"allOf": [
{
"$ref": "#/components/schemas/ApplicationName"
},
{
"description": "<p>The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.</p> <note> <p>If <code>applicationName</code> is specified, then <code>deploymentGroupName</code> must be specified. If it is not specified, then <code>deploymentGroupName</code> must not be specified. </p> </note>"
}
]
},
"deploymentGroupName": {
"allOf": [
{
"$ref": "#/components/schemas/DeploymentGroupName"
},
{
"description": "<p>The name of a deployment group for the specified application.</p> <note> <p>If <code>deploymentGroupName</code> is specified, then <code>applicationName</code> must be specified. If it is not specified, then <code>applicationName</code> must not be specified. </p> </note>"
}
]
},
"externalId": {
"allOf": [
{
"$ref": "#/components/schemas/ExternalId"
},
{
"description": "The unique ID of an external resource for returning deployments linked to the external resource."
}
]
},
"includeOnlyStatuses": {
"allOf": [
{
"$ref": "#/components/schemas/DeploymentStatusList"
},
{
"description": "<p>A subset of deployments to list by status:</p> <ul> <li> <p> <code>Created</code>: Include created deployments in the resulting list.</p> </li> <li> <p> <code>Queued</code>: Include queued deployments in the resulting list.</p> </li> <li> <p> <code>In Progress</code>: Include in-progress deployments in the resulting list.</p> </li> <li> <p> <code>Succeeded</code>: Include successful deployments in the resulting list.</p> </li> <li> <p> <code>Failed</code>: Include failed deployments in the resulting list.</p> </li> <li> <p> <code>Stopped</code>: Include stopped deployments in the resulting list.</p> </li> </ul>"
}
]
},
"createTimeRange": {
"allOf": [
{
"$ref": "#/components/schemas/TimeRange"
},
{
"description": "A time range (start and end) for returning a subset of the list of deployments."
}
]
},
"nextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": "An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list."
}
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-codedeploy-list-deployments-input"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
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.
A second provider on the same verified email joins the account you already have.