{
"$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-input-structure.json",
"name": "ListDeploymentConfigsInput",
"description": "Represents the input of a ListDeploymentConfigs operation.",
"type": "object",
"properties": {
"nextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": "An identifier returned from the previous ListDeploymentConfigs call. It can be used to return the next set of deployment configurations in the list. "
}
]
}
}
}