Sha256: 00cf01cfc76e3ad0caed55c3f13951679ec7552fca987bab0e77e63f7ac11161
Contents?: true
Size: 1.58 KB
Versions: 29
Compression:
Stored size: 1.58 KB
Contents
{ "version": 2, "waiters": { "ClusterAvailable": { "operation": "DescribeClusters", "maxAttempts": 30, "delay": 60, "acceptors": [ { "state": "success", "matcher": "pathAll", "argument": "Clusters[].ClusterStatus", "expected": "available" }, { "state": "failure", "matcher": "pathAny", "argument": "Clusters[].ClusterStatus", "expected": "deleting" } ] }, "ClusterDeleted": { "operation": "DescribeClusters", "maxAttempts": 30, "delay": 60, "acceptors": [ { "state": "success", "matcher": "error", "expected": "ClusterNotFound" }, { "state": "failure", "matcher": "pathAny", "argument": "Clusters[].ClusterStatus", "expected": "creating" }, { "state": "failure", "matcher": "pathAny", "argument": "Clusters[].ClusterStatus", "expected": "rebooting" } ] }, "SnapshotAvailable": { "operation": "DescribeClusterSnapshots", "maxAttempts": 20, "delay": 15, "acceptors": [ { "state": "success", "matcher": "pathAll", "argument": "Snapshots[].Status", "expected": "available" }, { "state": "failure", "matcher": "pathAny", "argument": "Snapshots[].Status", "expected": "failed", "expected": "deleted" } ] } } }
Version data entries
29 entries across 29 versions & 1 rubygems