waitUntilSnapshotCompleted
suspend fun Ec2Client.waitUntilSnapshotCompleted(request: DescribeSnapshotsRequest = DescribeSnapshotsRequest { }, retryStrategy: RetryStrategy? = null): Outcome<DescribeSnapshotsResponse>
suspend fun Ec2Client.waitUntilSnapshotCompleted(block: DescribeSnapshotsRequest.Builder.() -> Unit): Outcome<DescribeSnapshotsResponse>