updateRegistryRecord
inline suspend fun BedrockAgentCoreControlClient.updateRegistryRecord(crossinline block: UpdateRegistryRecordRequest.Builder.() -> Unit): UpdateRegistryRecordResponse
Updates an existing registry record. This operation uses PATCH semantics, so you only need to specify the fields you want to change. The update is processed asynchronously and returns HTTP 202 Accepted.