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

Version Path
aws-sdk-core-2.0.48 apis/redshift/2012-12-01/waiters-2.json
aws-sdk-core-2.0.47 apis/redshift/2012-12-01/waiters-2.json
aws-sdk-core-2.0.46 apis/redshift/2012-12-01/waiters-2.json
aws-sdk-core-2.0.45 apis/redshift/2012-12-01/waiters-2.json
aws-sdk-core-2.0.44 apis/redshift/2012-12-01/waiters-2.json
aws-sdk-core-2.0.43 apis/redshift/2012-12-01/waiters-2.json
aws-sdk-core-2.0.42 apis/redshift/2012-12-01/waiters-2.json
aws-sdk-core-2.0.41 apis/redshift/2012-12-01/waiters-2.json
aws-sdk-core-2.0.40 apis/redshift/2012-12-01/waiters-2.json
aws-sdk-core-2.0.39 apis/redshift/2012-12-01/waiters-2.json
aws-sdk-core-2.0.38 apis/redshift/2012-12-01/waiters-2.json
aws-sdk-core-2.0.37 apis/redshift/2012-12-01/waiters-2.json
aws-sdk-core-2.0.36 apis/redshift/2012-12-01/waiters-2.json
aws-sdk-core-2.0.34 apis/Redshift.waiters.json
aws-sdk-core-2.0.33 apis/Redshift.waiters.json
aws-sdk-core-2.0.32 apis/Redshift.waiters.json
aws-sdk-core-2.0.31 apis/Redshift.waiters.json
aws-sdk-core-2.0.30 apis/Redshift.waiters.json
aws-sdk-core-2.0.29 apis/Redshift.waiters.json
aws-sdk-core-2.0.28 apis/Redshift.waiters.json