python-botocore/botocore/data/dynamodb/2012-08-10/waiters-2.json

36 lines
727 B
JSON
Raw Normal View History

2015-10-08 20:16:07 +02:00
{
2015-10-08 20:16:11 +02:00
"version": 2,
2015-10-08 20:16:07 +02:00
"waiters": {
"TableExists": {
2015-10-08 20:16:11 +02:00
"delay": 20,
"operation": "DescribeTable",
"maxAttempts": 25,
"acceptors": [
{
"expected": "ACTIVE",
"matcher": "path",
"state": "success",
"argument": "Table.TableStatus"
},
{
"expected": "ResourceNotFoundException",
"matcher": "error",
"state": "retry"
}
]
2015-10-08 20:16:07 +02:00
},
"TableNotExists": {
2015-10-08 20:16:11 +02:00
"delay": 20,
"operation": "DescribeTable",
"maxAttempts": 25,
"acceptors": [
{
"expected": "ResourceNotFoundException",
"matcher": "error",
"state": "success"
}
]
2015-10-08 20:16:07 +02:00
}
}
}