mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 13:19:05 +00:00
Send to zulip
This commit is contained in:
90
aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/aws-sdk/apis/docdb-2014-10-31.waiters2.json
generated
vendored
Normal file
90
aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/aws-sdk/apis/docdb-2014-10-31.waiters2.json
generated
vendored
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"DBInstanceAvailable": {
|
||||
"delay": 30,
|
||||
"operation": "DescribeDBInstances",
|
||||
"maxAttempts": 60,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "deleting",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "failed",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "incompatible-restore",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "incompatible-parameters",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
}
|
||||
]
|
||||
},
|
||||
"DBInstanceDeleted": {
|
||||
"delay": 30,
|
||||
"operation": "DescribeDBInstances",
|
||||
"maxAttempts": 60,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "DBInstanceNotFound",
|
||||
"matcher": "error",
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"expected": "creating",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "modifying",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "rebooting",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "resetting-master-credentials",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user