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

26 lines
545 B
JSON
Raw Normal View History

2015-10-08 20:16:07 +02:00
{
"waiters": {
"__default__": {
"interval": 20,
"max_attempts": 25
},
"__TableState": {
"operation": "DescribeTable"
},
"TableExists": {
"extends": "__TableState",
"ignore_errors": [
"ResourceNotFoundException"
],
"success_type": "output",
"success_path": "Table.TableStatus",
"success_value": "ACTIVE"
},
"TableNotExists": {
"extends": "__TableState",
"success_type": "error",
"success_value": "ResourceNotFoundException"
}
}
}