{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-list-deployment-configs-output-structure.json",
"name": "ListDeploymentConfigsOutput",
"description": "Represents the output of a ListDeploymentConfigs operation.",
"type": "object",
"properties": {
"deploymentConfigsList": {
"allOf": [
{
"$ref": "#/components/schemas/DeploymentConfigsList"
},
{
"description": "A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime."
}
]
},
"nextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": "If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list."
}
]
}
}
}