about summary refs log tree commit diff
path: root/.venv/lib/python3.12/site-packages/botocore/data/signer/2017-08-25/waiters-2.json
blob: a0890ade37bc1a31005236abab544da32a17a0d4 (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
{
  "version": 2,
  "waiters": {
    "SuccessfulSigningJob": {
      "delay": 20,
      "operation": "DescribeSigningJob",
      "maxAttempts": 25,
      "acceptors": [
        {
          "expected": "Succeeded",
          "matcher": "path",
          "state": "success",
          "argument": "status"
        },
        {
          "expected": "Failed",
          "matcher": "path",
          "state": "failure",
          "argument": "status"
        },
        {
          "expected": "ResourceNotFoundException",
          "matcher": "error",
          "state": "failure"
        }
      ]
    }
  }
}