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:
39
aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/aws-sdk/apis/glacier-2012-06-01.waiters2.json
generated
vendored
Normal file
39
aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/aws-sdk/apis/glacier-2012-06-01.waiters2.json
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"VaultExists": {
|
||||
"operation": "DescribeVault",
|
||||
"delay": 3,
|
||||
"maxAttempts": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "status",
|
||||
"expected": 200
|
||||
},
|
||||
{
|
||||
"state": "retry",
|
||||
"matcher": "error",
|
||||
"expected": "ResourceNotFoundException"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VaultNotExists": {
|
||||
"operation": "DescribeVault",
|
||||
"delay": 3,
|
||||
"maxAttempts": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "retry",
|
||||
"matcher": "status",
|
||||
"expected": 200
|
||||
},
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "error",
|
||||
"expected": "ResourceNotFoundException"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user