mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-23 05:39:05 +00:00
Send to zulip
This commit is contained in:
30
aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/aws-sdk/apis/kinesis-2013-12-02.waiters2.json
generated
vendored
Normal file
30
aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/aws-sdk/apis/kinesis-2013-12-02.waiters2.json
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user