View Source AWS.AgentRegistry (aws-elixir v1.0.15)
Agent Registry lets callers discover, list, and retrieve approved records published to a registry.
Link to this section Summary
Functions
Retrieves multiple discoverable registry records by ID from a single registry.
Lists the discoverable registry records in a registry.
Searches the discoverable registry records in a registry using a natural language query.
Link to this section Functions
batch_get_discoverable_registry_record(client, input, options \\ [])
View SourceRetrieves multiple discoverable registry records by ID from a single registry.
Records that cannot be retrieved are reported individually in the errors list
rather than failing the entire request.
list_discoverable_registry_records(client, registry_id, input, options \\ [])
View SourceLists the discoverable registry records in a registry.
You can optionally filter and paginate the results.
search_discoverable_registry_records(client, input, options \\ [])
View SourceSearches the discoverable registry records in a registry using a natural language query.
Returns metadata for the matching records ordered by relevance.