route53-2013-04-01.waiters2.json 338 B

123456789101112131415161718
  1. {
  2. "version": 2,
  3. "waiters": {
  4. "ResourceRecordSetsChanged": {
  5. "delay": 30,
  6. "maxAttempts": 60,
  7. "operation": "GetChange",
  8. "acceptors": [
  9. {
  10. "matcher": "path",
  11. "expected": "INSYNC",
  12. "argument": "ChangeInfo.Status",
  13. "state": "success"
  14. }
  15. ]
  16. }
  17. }
  18. }