gl-store-s3.js/node_modules/aws-sdk/apis/glacier-2012-06-01.waiters2...

40 lines
785 B
JSON

{
"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"
}
]
}
}
}