waitUntilRegistryRecordApproved
suspend fun AgentRegistryControlClient.waitUntilRegistryRecordApproved(request: GetRegistryRecordRequest, retryStrategy: RetryStrategy? = null): Outcome<GetRegistryRecordResponse>
suspend fun AgentRegistryControlClient.waitUntilRegistryRecordApproved(block: GetRegistryRecordRequest.Builder.() -> Unit): Outcome<GetRegistryRecordResponse>