python-botocore/botocore/data/ses/2010-12-01/waiters-2.json

19 lines
380 B
JSON
Raw Normal View History

2015-10-08 20:16:07 +02:00
{
2015-10-08 20:16:11 +02:00
"version": 2,
2015-10-08 20:16:07 +02:00
"waiters": {
"IdentityExists": {
2015-10-08 20:16:11 +02:00
"delay": 3,
2015-10-08 20:16:07 +02:00
"operation": "GetIdentityVerificationAttributes",
2015-10-08 20:16:11 +02:00
"maxAttempts": 20,
"acceptors": [
{
"expected": "Success",
"matcher": "pathAll",
"state": "success",
"argument": "VerificationAttributes.*.VerificationStatus"
}
]
2015-10-08 20:16:07 +02:00
}
}
}