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 / groundstation / 2019-05-23 / waiters-2.json
Size: Mime:
{
  "version" : 2,
  "waiters" : {
    "ContactScheduled" : {
      "description" : "Waits until a contact has been scheduled",
      "delay" : 5,
      "maxAttempts" : 180,
      "operation" : "DescribeContact",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "contactStatus",
        "state" : "failure",
        "expected" : "FAILED_TO_SCHEDULE"
      }, {
        "matcher" : "path",
        "argument" : "contactStatus",
        "state" : "success",
        "expected" : "SCHEDULED"
      } ]
    }
  }
}