python-botocore/botocore/data/aws/redshift/2012-12-01.waiters.json

44 lines
957 B
JSON
Raw Normal View History

2015-10-08 20:16:07 +02:00
{
"waiters": {
"__default__": {
"acceptor_type": "output"
},
"__ClusterState": {
"interval": 60,
"max_attempts": 30,
"operation": "DescribeClusters",
"acceptor_path": "Clusters[].ClusterStatus"
},
"ClusterAvailable": {
"extends": "__ClusterState",
"ignore_errors": [
"ClusterNotFound"
],
"success_value": "available",
"failure_value": [
"deleting"
]
},
"ClusterDeleted": {
"extends": "__ClusterState",
"success_type": "error",
"success_value": "ClusterNotFound",
"failure_value": [
"creating",
"rebooting"
]
},
"SnapshotAvailable": {
"interval": 15,
"max_attempts": 20,
"operation": "DescribeClusterSnapshots",
"acceptor_path": "Snapshots[].Status",
"success_value": "available",
"failure_value": [
"failed",
"deleted"
]
}
}
}