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/opsworkscm-2016-11-01.waiters2.json
2019-05-08 12:19:12 +01:00

26 lines
582 B
JSON

{
"version": 2,
"waiters": {
"NodeAssociated": {
"delay": 15,
"maxAttempts": 15,
"operation": "DescribeNodeAssociationStatus",
"description": "Wait until node is associated or disassociated.",
"acceptors": [
{
"expected": "SUCCESS",
"state": "success",
"matcher": "path",
"argument": "NodeAssociationStatus"
},
{
"expected": "FAILED",
"state": "failure",
"matcher": "path",
"argument": "NodeAssociationStatus"
}
]
}
}
}