kinesis-2013-12-02.waiters2.json (343B)
1 { 2 "version": 2, 3 "waiters": { 4 "StreamExists": { 5 "delay": 10, 6 "operation": "DescribeStream", 7 "maxAttempts": 18, 8 "acceptors": [ 9 { 10 "expected": "ACTIVE", 11 "matcher": "path", 12 "state": "success", 13 "argument": "StreamDescription.StreamStatus" 14 } 15 ] 16 } 17 } 18 }