waitUntilComponentDeployed
suspend fun ProtonClient.waitUntilComponentDeployed(request: GetComponentRequest, retryStrategy: RetryStrategy? = null): Outcome<GetComponentResponse>
suspend fun ProtonClient.waitUntilComponentDeployed(block: GetComponentRequest.Builder.() -> Unit): Outcome<GetComponentResponse>
Wait until a Component is deployed. Use this after invoking CreateComponent or UpdateComponent