Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
botocore / data / acm / 2015-12-08 / waiters-2.json
Size: Mime:
{
  "version" : 2,
  "waiters" : {
    "CertificateValidated" : {
      "delay" : 60,
      "maxAttempts" : 5,
      "operation" : "DescribeCertificate",
      "acceptors" : [ {
        "matcher" : "pathAll",
        "argument" : "Certificate.DomainValidationOptions[].ValidationStatus",
        "state" : "success",
        "expected" : "SUCCESS"
      }, {
        "matcher" : "pathAny",
        "argument" : "Certificate.DomainValidationOptions[].ValidationStatus",
        "state" : "retry",
        "expected" : "PENDING_VALIDATION"
      }, {
        "matcher" : "path",
        "argument" : "Certificate.Status",
        "state" : "failure",
        "expected" : "FAILED"
      }, {
        "matcher" : "error",
        "state" : "failure",
        "expected" : "ResourceNotFoundException"
      } ]
    }
  }
}