Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

squarecapadmin / botocore   python

Repository URL to install this package:

/ botocore / data / elasticache / 2014-09-30 / waiters-2.json

{
  "version": 2,
  "waiters": {
    "CacheClusterAvailable": {
      "delay": 30,
      "operation": "DescribeCacheClusters",
      "maxAttempts": 60,
      "acceptors": [
        {
          "expected": "available",
          "matcher": "pathAll",
          "state": "success",
          "argument": "CacheClusters[].CacheClusterStatus"
        },
        {
          "expected": "deleted",
          "matcher": "pathAny",
          "state": "failure",
          "argument": "CacheClusters[].CacheClusterStatus"
        },
        {
          "expected": "deleting",
          "matcher": "pathAny",
          "state": "failure",
          "argument": "CacheClusters[].CacheClusterStatus"
        },
        {
          "expected": "incompatible-network",
          "matcher": "pathAny",
          "state": "failure",
          "argument": "CacheClusters[].CacheClusterStatus"
        },
        {
          "expected": "restore-failed",
          "matcher": "pathAny",
          "state": "failure",
          "argument": "CacheClusters[].CacheClusterStatus"
        }
      ]
    },
    "CacheClusterDeleted": {
      "delay": 30,
      "operation": "DescribeCacheClusters",
      "maxAttempts": 60,
      "acceptors": [
        {
          "expected": "CacheClusterNotFound",
          "matcher": "error",
          "state": "success"
        },
        {
          "expected": "creating",
          "matcher": "pathAny",
          "state": "failure",
          "argument": "CacheClusters[].CacheClusterStatus"
        },
        {
          "expected": "modifying",
          "matcher": "pathAny",
          "state": "failure",
          "argument": "CacheClusters[].CacheClusterStatus"
        },
        {
          "expected": "rebooting",
          "matcher": "pathAny",
          "state": "failure",
          "argument": "CacheClusters[].CacheClusterStatus"
        }
      ]
    },
    "ReplicationGroupAvailable": {
      "delay": 30,
      "operation": "DescribeReplicationGroups",
      "maxAttempts": 60,
      "acceptors": [
        {
          "expected": "available",
          "matcher": "pathAll",
          "state": "success",
          "argument": "ReplicationGroups[].Status"
        },
        {
          "expected": "deleted",
          "matcher": "pathAny",
          "state": "failure",
          "argument": "ReplicationGroups[].Status"
        },
        {
          "expected": "deleting",
          "matcher": "pathAny",
          "state": "failure",
          "argument": "ReplicationGroups[].Status"
        },
        {
          "expected": "incompatible-network",
          "matcher": "pathAny",
          "state": "failure",
          "argument": "ReplicationGroups[].Status"
        },
        {
          "expected": "restore-failed",
          "matcher": "pathAny",
          "state": "failure",
          "argument": "ReplicationGroups[].Status"
        }
      ]
    },
    "ReplicationGroupDeleted": {
      "delay": 30,
      "operation": "DescribeReplicationGroups",
      "maxAttempts": 60,
      "acceptors": [
        {
          "expected": "ReplicationGroupNotFoundFault",
          "matcher": "error",
          "state": "success"
        },
        {
          "expected": "creating",
          "matcher": "pathAny",
          "state": "failure",
          "argument": "ReplicationGroups[].Status"
        },
        {
          "expected": "modifying",
          "matcher": "pathAny",
          "state": "failure",
          "argument": "ReplicationGroups[].Status"
        },
        {
          "expected": "rebooting",
          "matcher": "pathAny",
          "state": "failure",
          "argument": "ReplicationGroups[].Status"
        }
      ]
    }
  }
}