github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/opsworkscm/2016-11-01/waiters-2.json (about) 1 { 2 "version": 2, 3 "waiters": { 4 "NodeAssociated": { 5 "delay": 15, 6 "maxAttempts": 15, 7 "operation": "DescribeNodeAssociationStatus", 8 "description": "Wait until node is associated or disassociated.", 9 "acceptors": [ 10 { 11 "expected": "SUCCESS", 12 "state": "success", 13 "matcher": "path", 14 "argument": "NodeAssociationStatus" 15 }, 16 { 17 "expected": "FAILED", 18 "state": "failure", 19 "matcher": "path", 20 "argument": "NodeAssociationStatus" 21 } 22 ] 23 } 24 } 25 }