github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/email/2010-12-01/waiters-2.json (about) 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 }