email-2010-12-01.waiters2.json 380 B

123456789101112131415161718
  1. {
  2. "version": 2,
  3. "waiters": {
  4. "IdentityExists": {
  5. "delay": 3,
  6. "operation": "GetIdentityVerificationAttributes",
  7. "maxAttempts": 20,
  8. "acceptors": [
  9. {
  10. "expected": "Success",
  11. "matcher": "pathAll",
  12. "state": "success",
  13. "argument": "VerificationAttributes.*.VerificationStatus"
  14. }
  15. ]
  16. }
  17. }
  18. }