2
0
mirror of https://github.com/cderche/greenlock-storage-s3 synced 2025-05-14 00:26:33 +00:00
gl-store-s3.js/node_modules/aws-sdk/apis/kinesis-2013-12-02.waiters2.json
2019-05-08 12:19:12 +01:00

31 lines
615 B
JSON

{
"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"
}
]
}
}
}