All Downloads are FREE. Search and download functionalities are using the official Maven repository.

codegen-resources.waiters-2.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Signer module holds the client classes that are used for communicating with Signer.

There is a newer version: 2.29.15
Show newest version
{
  "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"
        }
      ]
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy