waitUntilNotebookInstanceDeleted
suspend fun SageMakerClient.waitUntilNotebookInstanceDeleted(request: DescribeNotebookInstanceRequest, retryStrategy: RetryStrategy? = null): Outcome<DescribeNotebookInstanceResponse>
suspend fun SageMakerClient.waitUntilNotebookInstanceDeleted(block: DescribeNotebookInstanceRequest.Builder.() -> Unit): Outcome<DescribeNotebookInstanceResponse>