AgentRegistryControl¶
Client¶
- class AgentRegistryControl.Client¶
A low-level client representing Agent Registry Control
AWS Agent Registry is a managed catalog for publishing and discovering resources such as MCP servers, agents, and agent skills. Agent Registry Control is its control-plane API: use it to create and manage registries and the records they contain, configure discovery and authorization, govern record approval and curation workflows, and manage automatic detection of resources. Data-plane search and MCP invocation operations are provided by the companion Agent Registry API.
client = session.create_client('agent-registry-control')
These are the available methods:
- can_paginate
- close
- create_registry
- create_registry_record
- delete_registry
- delete_registry_record
- get_paginator
- get_registry
- get_registry_record
- get_waiter
- list_registries
- list_registry_records
- list_tags_for_resource
- submit_registry_record_for_approval
- tag_resource
- untag_resource
- update_registry
- update_registry_record
- update_registry_record_status
Client Exceptions¶
Client exceptions are available on a client instance via the exceptions property. For more detailed instructions and examples on the exact usage of client exceptions, see the error handling user guide.
The available client exceptions are:
Paginators¶
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are:
Waiters¶
Waiters are available on a client instance via the get_waiter method. For more detailed instructions and examples on the usage or waiters, see the waiters user guide.
The available waiters are: