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

Link to this function

batch_get_discoverable_registry_record(client, input, options \\ [])

View Source

Retrieves 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.

Link to this function

list_discoverable_registry_records(client, registry_id, input, options \\ [])

View Source

Lists the discoverable registry records in a registry.

You can optionally filter and paginate the results.

Link to this function

search_discoverable_registry_records(client, input, options \\ [])

View Source

Searches the discoverable registry records in a registry using a natural language query.

Returns metadata for the matching records ordered by relevance.