about summary refs log tree commit diff
path: root/.venv/lib/python3.12/site-packages/botocore/data/route53/2013-04-01/waiters-2.json
blob: 94aad399efeebd5ce9285db194aca572f20c3a39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "version": 2,
  "waiters": {
    "ResourceRecordSetsChanged": {
      "delay": 30,
      "maxAttempts": 60,
      "operation": "GetChange",
      "acceptors": [
        {
          "matcher": "path",
          "expected": "INSYNC",
          "argument": "ChangeInfo.Status",
          "state": "success"
        }
      ]
    }
  }
}