github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/codeguru-reviewer/2019-09-19/waiters-2.json (about) 1 { 2 "version": 2, 3 "waiters": 4 { 5 "RepositoryAssociationSucceeded": 6 { 7 "description": "Wait until a repository association is complete.", 8 "operation": "DescribeRepositoryAssociation", 9 "delay": 10, 10 "maxAttempts": 20, 11 "acceptors": [ 12 { 13 "state": "success", 14 "matcher": "path", 15 "argument": "RepositoryAssociation.State", 16 "expected": "Associated" 17 }, 18 { 19 "state": "retry", 20 "matcher": "path", 21 "argument": "RepositoryAssociation.State", 22 "expected": "Associating" 23 }] 24 }, 25 "CodeReviewCompleted": 26 { 27 "description": "Wait until a code review is complete.", 28 "operation": "DescribeCodeReview", 29 "delay": 10, 30 "maxAttempts": 60, 31 "acceptors": [ 32 { 33 "state": "success", 34 "matcher": "path", 35 "argument": "CodeReview.State", 36 "expected": "Completed" 37 }, 38 { 39 "state": "retry", 40 "matcher": "path", 41 "argument": "CodeReview.State", 42 "expected": "Pending" 43 }] 44 } 45 } 46 }