gl-store-s3.js/node_modules/aws-sdk/apis/dynamodb-2011-12-05.waiters...

36 lines
727 B
JSON
Raw Normal View History

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