python-botocore/botocore/data/aws/kinesis/2013-12-02.waiters.json
2015-10-08 11:16:11 -07:00

19 lines
343 B
JSON

{
"version": 2,
"waiters": {
"StreamExists": {
"delay": 10,
"operation": "DescribeStream",
"maxAttempts": 18,
"acceptors": [
{
"expected": "ACTIVE",
"matcher": "path",
"state": "success",
"argument": "StreamDescription.StreamStatus"
}
]
}
}
}