github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/route53/2013-04-01/waiters-2.json (about)

     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  }