python-boto3/tests/unit/data/todo/2015-04-01/waiters-2.json

25 lines
459 B
JSON
Raw Normal View History

2015-11-27 23:25:33 +01:00
{
"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"
}
]
}
}
}