diff --git a/aws-sdk-core/apis/redshift/2012-12-01/waiters-2.json b/aws-sdk-core/apis/redshift/2012-12-01/waiters-2.json index 0d1236b07ea..889c8000760 100644 --- a/aws-sdk-core/apis/redshift/2012-12-01/waiters-2.json +++ b/aws-sdk-core/apis/redshift/2012-12-01/waiters-2.json @@ -44,6 +44,25 @@ } ] }, + "ClusterRestored": { + "operation": "DescribeClusters", + "maxAttempts": 30, + "delay": 60, + "acceptors": [ + { + "state": "success", + "matcher": "pathAll", + "argument": "Clusters[].RestoreStatus.Status", + "expected": "completed" + }, + { + "state": "failure", + "matcher": "pathAny", + "argument": "Clusters[].ClusterStatus", + "expected": "deleting" + } + ] + }, "SnapshotAvailable": { "operation": "DescribeClusterSnapshots", "maxAttempts": 20,