waitUntilStepComplete
suspend fun EmrClient.waitUntilStepComplete(request: DescribeStepRequest, retryStrategy: RetryStrategy? = null): Outcome<DescribeStepResponse>
suspend fun EmrClient.waitUntilStepComplete(block: DescribeStepRequest.Builder.() -> Unit): Outcome<DescribeStepResponse>