route/vendor/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/waiters-2.json

19 lines
380 B
JSON
Raw Normal View History

2017-12-02 23:34:35 +00:00
{
"version": 2,
"waiters": {
"IdentityExists": {
"delay": 3,
"operation": "GetIdentityVerificationAttributes",
"maxAttempts": 20,
"acceptors": [
{
"expected": "Success",
"matcher": "pathAll",
"state": "success",
"argument": "VerificationAttributes.*.VerificationStatus"
}
]
}
}
}