python-botocore/botocore/data/codedeploy/2014-10-06/waiters-2.json
2016-10-11 09:22:54 +09:00

31 lines
662 B
JSON

{
"version": 2,
"waiters": {
"DeploymentSuccessful": {
"delay": 15,
"operation": "GetDeployment",
"maxAttempts": 120,
"acceptors": [
{
"expected": "Succeeded",
"matcher": "path",
"state": "success",
"argument": "deploymentInfo.status"
},
{
"expected": "Failed",
"matcher": "path",
"state": "failure",
"argument": "deploymentInfo.status"
},
{
"expected": "Stopped",
"matcher": "path",
"state": "failure",
"argument": "deploymentInfo.status"
}
]
}
}
}