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 / dsql / 2018-05-10 / waiters-2.json
Size: Mime:
{
  "version" : 2,
  "waiters" : {
    "ClusterActive" : {
      "description" : "Wait until a Cluster is ACTIVE",
      "delay" : 2,
      "maxAttempts" : 60,
      "operation" : "GetCluster",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "ACTIVE"
      } ]
    },
    "ClusterNotExists" : {
      "description" : "Wait until a Cluster is gone",
      "delay" : 2,
      "maxAttempts" : 60,
      "operation" : "GetCluster",
      "acceptors" : [ {
        "matcher" : "error",
        "state" : "success",
        "expected" : "ResourceNotFoundException"
      } ]
    }
  }
}