waitUntilServiceInstanceDeployed
suspend fun ProtonClient.waitUntilServiceInstanceDeployed(request: GetServiceInstanceRequest, retryStrategy: RetryStrategy? = null): Outcome<GetServiceInstanceResponse>
suspend fun ProtonClient.waitUntilServiceInstanceDeployed(block: GetServiceInstanceRequest.Builder.() -> Unit): Outcome<GetServiceInstanceResponse>
Wait until a ServiceInstance is deployed. Use this after invoking CreateService or UpdateServiceInstance