python-botocore/botocore/data/kinesis/2013-12-02/waiters-2.json

31 lines
615 B
JSON
Raw Permalink Normal View History

2015-10-08 20:16:11 +02:00
{
"version": 2,
"waiters": {
"StreamExists": {
"delay": 10,
"operation": "DescribeStream",
"maxAttempts": 18,
"acceptors": [
{
"expected": "ACTIVE",
"matcher": "path",
"state": "success",
"argument": "StreamDescription.StreamStatus"
}
]
},
"StreamNotExists": {
"delay": 10,
"operation": "DescribeStream",
"maxAttempts": 18,
"acceptors": [
{
"expected": "ResourceNotFoundException",
"matcher": "error",
"state": "success"
}
]
2015-10-08 20:16:11 +02:00
}
}
}