git-off

git off handles large files in git repos
git clone https://noulin.net/git/git-off.git
Log | Files | Refs | README

elasticmapreduce-2009-03-31.waiters2.json (1595B)


      1 {
      2   "version": 2,
      3   "waiters": {
      4     "ClusterRunning": {
      5       "delay": 30,
      6       "operation": "DescribeCluster",
      7       "maxAttempts": 60,
      8       "acceptors": [
      9         {
     10           "state": "success",
     11           "matcher": "path",
     12           "argument": "Cluster.Status.State",
     13           "expected": "RUNNING"
     14         },
     15         {
     16           "state": "success",
     17           "matcher": "path",
     18           "argument": "Cluster.Status.State",
     19           "expected": "WAITING"
     20         },
     21         {
     22           "state": "failure",
     23           "matcher": "path",
     24           "argument": "Cluster.Status.State",
     25           "expected": "TERMINATING"
     26         },
     27         {
     28           "state": "failure",
     29           "matcher": "path",
     30           "argument": "Cluster.Status.State",
     31           "expected": "TERMINATED"
     32         },
     33         {
     34           "state": "failure",
     35           "matcher": "path",
     36           "argument": "Cluster.Status.State",
     37           "expected": "TERMINATED_WITH_ERRORS"
     38         }
     39       ]
     40     },
     41     "StepComplete": {
     42       "delay": 30,
     43       "operation": "DescribeStep",
     44       "maxAttempts": 60,
     45       "acceptors": [
     46         {
     47           "state": "success",
     48           "matcher": "path",
     49           "argument": "Step.Status.State",
     50           "expected": "COMPLETED"
     51         },
     52         {
     53           "state": "failure",
     54           "matcher": "path",
     55           "argument": "Step.Status.State",
     56           "expected": "FAILED"
     57         },
     58         {
     59           "state": "failure",
     60           "matcher": "path",
     61           "argument": "Step.Status.State",
     62           "expected": "CANCELLED"
     63         }
     64       ]
     65     }
     66   }
     67 }