python-botocore/botocore/data/lambda/2015-03-31/waiters-2.json
2019-08-03 14:08:36 +09:00

23 lines
411 B
JSON

{
"version": 2,
"waiters": {
"FunctionExists": {
"delay": 1,
"operation": "GetFunction",
"maxAttempts": 20,
"acceptors": [
{
"state": "success",
"matcher": "status",
"expected": 200
},
{
"state": "retry",
"matcher": "error",
"expected": "ResourceNotFoundException"
}
]
}
}
}