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:
36
aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/aws-sdk/apis/schemas-2019-12-02.waiters2.json
generated
vendored
Normal file
36
aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/aws-sdk/apis/schemas-2019-12-02.waiters2.json
generated
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"CodeBindingExists": {
|
||||
"description": "Wait until code binding is generated",
|
||||
"delay": 2,
|
||||
"operation": "DescribeCodeBinding",
|
||||
"maxAttempts": 30,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "CREATE_COMPLETE",
|
||||
"matcher": "path",
|
||||
"state": "success",
|
||||
"argument": "Status"
|
||||
},
|
||||
{
|
||||
"expected": "CREATE_IN_PROGRESS",
|
||||
"matcher": "path",
|
||||
"state": "retry",
|
||||
"argument": "Status"
|
||||
},
|
||||
{
|
||||
"expected": "CREATE_FAILED",
|
||||
"matcher": "path",
|
||||
"state": "failure",
|
||||
"argument": "Status"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "NotFoundException",
|
||||
"state": "failure"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user