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} 19