Package-level declarations

Types

Link copied to clipboard

Amazon Bedrock AgentCore is in preview release and is subject to change.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Link copied to clipboard

Creates an event in a memory store. Events represent interactions or activities that occur within a session and are associated with specific actors.

Link copied to clipboard

Deletes an event from a memory store. When you delete an event, it is permanently removed.

Link copied to clipboard

Deletes a memory record from a memory store. When you delete a memory record, it is permanently removed.

Link copied to clipboard

Retrieves detailed information about a specific browser session in Amazon Bedrock. This operation returns the session's configuration, current status, associated streams, and metadata.

Link copied to clipboard

Retrieves detailed information about a specific code interpreter session in Amazon Bedrock. This operation returns the session's configuration, current status, and metadata.

Link copied to clipboard
inline suspend fun BedrockAgentCoreClient.getEvent(crossinline block: GetEventRequest.Builder.() -> Unit): GetEventResponse

Retrieves information about a specific event in a memory store.

Link copied to clipboard

Retrieves a specific memory record from a memory store.

Link copied to clipboard

Retrieves an API Key associated with an API Key Credential Provider

Link copied to clipboard

Reaturns the Oauth2Token of the provided resource

Link copied to clipboard

Obtains an Workload access token for agentic workloads not acting on behalf of user.

Link copied to clipboard

Obtains an Workload access token for agentic workloads acting on behalf of user with JWT token

Link copied to clipboard

Obtains an Workload access token for agentic workloads acting on behalf of user with User Id.

Link copied to clipboard

Lists all actors in a memory store. We recommend using pagination to ensure that the operation returns quickly and successfully.

Link copied to clipboard

Retrieves a list of browser sessions in Amazon Bedrock that match the specified criteria. This operation returns summary information about each session, including identifiers, status, and timestamps.

Link copied to clipboard

Retrieves a list of code interpreter sessions in Amazon Bedrock that match the specified criteria. This operation returns summary information about each session, including identifiers, status, and timestamps.

Link copied to clipboard

Lists events in a memory store based on specified criteria. We recommend using pagination to ensure that the operation returns quickly and successfully.

Link copied to clipboard

Lists memory records in a memory store based on specified criteria. We recommend using pagination to ensure that the operation returns quickly and successfully.

Link copied to clipboard

Lists sessions in a memory store based on specified criteria. We recommend using pagination to ensure that the operation returns quickly and successfully.

Link copied to clipboard

Searches for and retrieves memory records from a memory store based on specified search criteria. We recommend using pagination to ensure that the operation returns quickly and successfully.

Link copied to clipboard

Creates and initializes a browser session in Amazon Bedrock. The session enables agents to navigate and interact with web content, extract information from websites, and perform web-based tasks as part of their response generation.

Link copied to clipboard

Creates and initializes a code interpreter session in Amazon Bedrock. The session enables agents to execute code as part of their response generation, supporting programming languages such as Python for data analysis, visualization, and computation tasks.

Link copied to clipboard

Terminates an active browser session in Amazon Bedrock. This operation stops the session, releases associated resources, and makes the session unavailable for further use.

Link copied to clipboard

Terminates an active code interpreter session in Amazon Bedrock. This operation stops the session, releases associated resources, and makes the session unavailable for further use.

Link copied to clipboard

Updates a browser stream. To use this operation, you must have permissions to perform the bedrock:UpdateBrowserStream action.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.