python-botocore/botocore/data/ses/2010-12-01/waiters-2.json
2015-11-24 20:34:53 +09:00

19 lines
380 B
JSON

{
"version": 2,
"waiters": {
"IdentityExists": {
"delay": 3,
"operation": "GetIdentityVerificationAttributes",
"maxAttempts": 20,
"acceptors": [
{
"expected": "Success",
"matcher": "pathAll",
"state": "success",
"argument": "VerificationAttributes.*.VerificationStatus"
}
]
}
}
}