Backend half
This commit is contained in:
+30
@@ -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