waitUntilDBClusterSnapshotAvailable
suspend fun RdsClient.waitUntilDBClusterSnapshotAvailable(request: DescribeDbClusterSnapshotsRequest = DescribeDbClusterSnapshotsRequest { }, retryStrategy: RetryStrategy? = null): Outcome<DescribeDbClusterSnapshotsResponse>
suspend fun RdsClient.waitUntilDBClusterSnapshotAvailable(block: DescribeDbClusterSnapshotsRequest.Builder.() -> Unit): Outcome<DescribeDbClusterSnapshotsResponse>