Package-level declarations
Types
The exception that occurs when you do not have sufficient permissions to perform an action. Verify that your IAM policy includes the necessary permissions for the operation you are trying to perform.
Contains summary information about an actor in an AgentCore Memory resource.
The configuration for a stream that enables programmatic control of a browser session in Amazon Bedrock. This stream provides a bidirectional communication channel for sending commands to the browser and receiving responses, allowing agents to automate web interactions such as navigation, form filling, and element clicking.
Contains information about an update to an automation stream.
Base class for all service related exceptions thrown by the BedrockAgentCore client
Contains filter criteria for branches when listing events.
The collection of streams associated with a browser session in Amazon Bedrock. These streams provide different ways to interact with and observe the browser session, including programmatic control and visual representation of the browser content.
A condensed representation of a browser session in Amazon Bedrock. This structure contains key information about a browser session, including identifiers, status, and timestamps, without the full details of the session configuration and streams.
The output produced by executing code in a code interpreter session in Amazon Bedrock. This structure contains the results of code execution, including textual output, structured data, and error information. Agents use these results to generate responses that incorporate computation, data analysis, and visualization.
A condensed representation of a code interpreter session in Amazon Bedrock. This structure contains key information about a code interpreter session, including identifiers, status, and timestamps, without the full details of the session configuration.
Contains output from a code interpreter stream.
The exception that occurs when the request conflicts with the current state of the resource. This can happen when trying to modify a resource that is currently being modified by another request, or when trying to create a resource that already exists.
A block of content in a response.
Contains conversational content for an event payload.
An exception thrown when attempting to create a resource with an identifier that already exists.
The input data structure containing agent session spans in OpenTelemetry format. Supports traces from frameworks like Strands (AgentCore Runtime) and LangGraph with OpenInference instrumentation for comprehensive evaluation.
The comprehensive result of an evaluation containing the score, explanation, evaluator metadata, and execution details. Provides both quantitative ratings and qualitative insights about agent performance.
The specification of which trace or span IDs to evaluate within the provided input data. Allows precise targeting of evaluation at different levels: tool calls, traces, or sessions.
Filter expression for retrieving events based on metadata associated with an event.
Represents the metadata of a memory extraction job such as the message identifiers that compose this job.
Filters for querying memory extraction jobs based on various criteria.
The list of messages that compose this extraction job.
Metadata information associated with this extraction job.
Contains filter criteria for listing events.
A block of input content.
The exception that occurs when the service encounters an unexpected internal error. This is a temporary condition that will resolve itself with retries. We recommend implementing exponential backoff retry logic in your application.
The input fails to satisfy the constraints specified by AgentCore. Check your input values and try again.
Left expression of the event metadata filter.
The configuration for a stream that provides a visual representation of a browser session in Amazon Bedrock. This stream enables agents to observe the current state of the browser, including rendered web pages, visual elements, and the results of interactions.
Contains the content of a memory record.
Filters to apply to metadata associated with a memory. Specify the metadata key and value in the left and right fields and use the operator field to define the relationship to match.
Contains information about a memory record in an AgentCore Memory resource.
Input structure to create a new memory record.
Input structure to delete an existing memory record.
Output information returned after processing a memory record operation.
Contains summary information about a memory record.
Input structure to update an existing memory record.
Metadata information associated with this message.
Value associated with the eventMetadata key.
Contains the payload content for an event.
Contains information about resource content.
The exception that occurs when the specified resource does not exist. This can happen when using an invalid identifier or when trying to access a resource that has been deleted.
Right expression of the eventMetadatafilter.
The exception that occurs when there is an error in the runtime client. This can happen due to network issues, invalid configuration, or other client-side problems. Check the error message for specific details about the error.
Contains search criteria for retrieving memory records.
The service encountered an internal error. Try your request again later.
The exception that occurs when the request would cause a service quota to be exceeded. Review your service quotas and either reduce your request rate or request a quota increase.
Contains summary information about a session in an AgentCore Memory resource.
The contextual information that uniquely identifies a span within the distributed tracing system. Contains session, trace, and span identifiers used to correlate evaluation results with specific agent execution points.
Contains information about an update to a stream.
The request was denied due to request throttling. Reduce the frequency of requests and try again.
The exception that occurs when the request was denied due to request throttling. This happens when you exceed the allowed request rate for an operation. Reduce the frequency of requests or implement exponential backoff retry logic in your application.
The token consumption statistics for language model operations during evaluation. Provides detailed breakdown of input, output, and total tokens used for cost tracking and performance monitoring.
The collection of arguments that specify the operation to perform and its parameters when invoking a tool in Amazon Bedrock. Different tools require different arguments, and this structure provides a flexible way to pass the appropriate arguments to each tool type.
Contains structured content from a tool result.
This exception is thrown when the JWT bearer token is invalid or not found for OAuth bearer token based access
The OAuth2.0 token or user ID that was used to generate the workload access token used for initiating the user authorization flow to retrieve OAuth2.0 tokens.
The exception that occurs when the input fails to satisfy the constraints specified by the service. Check the error message for details about which input parameter is invalid and correct your request.
Stores information about a field passed inside a request that resulted in an exception.
The configuration that defines the dimensions of a browser viewport in a browser session. The viewport determines the visible area of web content and affects how web pages are rendered and displayed. Proper viewport configuration ensures that web content is displayed correctly for the agent's browsing tasks.