git-off

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

rds-2013-09-09.waiters2.json (2645B)


      1 {
      2   "version": 2,
      3   "waiters": {
      4     "DBInstanceAvailable": {
      5       "delay": 30,
      6       "operation": "DescribeDBInstances",
      7       "maxAttempts": 60,
      8       "acceptors": [
      9         {
     10           "expected": "available",
     11           "matcher": "pathAll",
     12           "state": "success",
     13           "argument": "DBInstances[].DBInstanceStatus"
     14         },
     15         {
     16           "expected": "deleted",
     17           "matcher": "pathAny",
     18           "state": "failure",
     19           "argument": "DBInstances[].DBInstanceStatus"
     20         },
     21         {
     22           "expected": "deleting",
     23           "matcher": "pathAny",
     24           "state": "failure",
     25           "argument": "DBInstances[].DBInstanceStatus"
     26         },
     27         {
     28           "expected": "failed",
     29           "matcher": "pathAny",
     30           "state": "failure",
     31           "argument": "DBInstances[].DBInstanceStatus"
     32         },
     33         {
     34           "expected": "incompatible-restore",
     35           "matcher": "pathAny",
     36           "state": "failure",
     37           "argument": "DBInstances[].DBInstanceStatus"
     38         },
     39         {
     40           "expected": "incompatible-parameters",
     41           "matcher": "pathAny",
     42           "state": "failure",
     43           "argument": "DBInstances[].DBInstanceStatus"
     44         },
     45         {
     46           "expected": "incompatible-parameters",
     47           "matcher": "pathAny",
     48           "state": "failure",
     49           "argument": "DBInstances[].DBInstanceStatus"
     50         },
     51         {
     52           "expected": "incompatible-restore",
     53           "matcher": "pathAny",
     54           "state": "failure",
     55           "argument": "DBInstances[].DBInstanceStatus"
     56         }
     57       ]
     58     },
     59     "DBInstanceDeleted": {
     60       "delay": 30,
     61       "operation": "DescribeDBInstances",
     62       "maxAttempts": 60,
     63       "acceptors": [
     64         {
     65           "expected": "deleted",
     66           "matcher": "pathAll",
     67           "state": "success",
     68           "argument": "DBInstances[].DBInstanceStatus"
     69         },
     70         {
     71           "expected": "creating",
     72           "matcher": "pathAny",
     73           "state": "failure",
     74           "argument": "DBInstances[].DBInstanceStatus"
     75         },
     76         {
     77           "expected": "modifying",
     78           "matcher": "pathAny",
     79           "state": "failure",
     80           "argument": "DBInstances[].DBInstanceStatus"
     81         },
     82         {
     83           "expected": "rebooting",
     84           "matcher": "pathAny",
     85           "state": "failure",
     86           "argument": "DBInstances[].DBInstanceStatus"
     87         },
     88         {
     89           "expected": "resetting-master-credentials",
     90           "matcher": "pathAny",
     91           "state": "failure",
     92           "argument": "DBInstances[].DBInstanceStatus"
     93         }
     94       ]
     95     }
     96   }
     97 }