python-boto3/tests/unit/data/todo/2015-04-01/waiters-2.json
2015-11-27 16:25:33 -06:00

25 lines
459 B
JSON

{
"version": 2,
"waiters": {
"ToDoReady": {
"delay": 20,
"operation": "GetToDo",
"maxAttempts": 25,
"acceptors": [
{
"expected": "READY",
"matcher": "path",
"state": "success",
"argument": "ToDo.Status"
},
{
"expected": "DONE",
"matcher": "path",
"state": "success",
"argument": "ToDo.Status"
}
]
}
}
}