about summary refs log tree commit diff
path: root/.venv/lib/python3.12/site-packages/botocore/data/schemas/2019-12-02/waiters-2.json
blob: 4f642f615c444f74508dca2009d184e2d5b89786 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "version": 2,
  "waiters": {
    "CodeBindingExists": {
      "description": "Wait until code binding is generated",
      "delay": 2,
      "operation": "DescribeCodeBinding",
      "maxAttempts": 30,
      "acceptors": [
        {
          "expected": "CREATE_COMPLETE",
          "matcher": "path",
          "state": "success",
          "argument": "Status"
        },
        {
          "expected": "CREATE_IN_PROGRESS",
          "matcher": "path",
          "state": "retry",
          "argument": "Status"
        },
        {
          "expected": "CREATE_FAILED",
          "matcher": "path",
          "state": "failure",
          "argument": "Status"
        },
        {
          "matcher": "error",
          "expected": "NotFoundException",
          "state": "failure"
        }
      ]
    }
  }
}