github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/signer/2017-08-25/waiters-2.json (about)

     1  {
     2    "version": 2,
     3    "waiters": {
     4      "SuccessfulSigningJob": {
     5        "delay": 20,
     6        "operation": "DescribeSigningJob",
     7        "maxAttempts": 25,
     8        "acceptors": [
     9          {
    10            "expected": "Succeeded",
    11            "matcher": "path",
    12            "state": "success",
    13            "argument": "status"
    14          },
    15          {
    16            "expected": "Failed",
    17            "matcher": "path",
    18            "state": "failure",
    19            "argument": "status"
    20          },
    21          {
    22            "expected": "ResourceNotFoundException",
    23            "matcher": "error",
    24            "state": "failure"
    25          }
    26        ]
    27      }
    28    }
    29  }