createRegistryRecord
inline suspend fun BedrockAgentCoreControlClient.createRegistryRecord(crossinline block: CreateRegistryRecordRequest.Builder.() -> Unit): CreateRegistryRecordResponse
Creates a new registry record within the specified registry. A registry record represents an individual AI resource's metadata in the registry. This could be an MCP server (and associated tools), A2A agent, agent skill, or a custom resource with a custom schema.
The record is processed asynchronously and returns HTTP 202 Accepted.