2
0
mirror of https://github.com/cderche/greenlock-storage-s3 synced 2025-05-13 16:16:32 +00:00
gl-store-s3.js/node_modules/aws-sdk/apis/codedeploy-2014-10-06.waiters2.json
2019-05-08 12:19:12 +01: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"
}
]
}
}
}