# Functions
EndpointResolverFromURL returns an EndpointResolver configured using the provided endpoint url.
New returns an initialized Client based on the functional options.
NewDefaultEndpointResolver constructs a new service endpoint resolver.
No description provided by the author
NewFromConfig returns a new client from the provided config.
NewGetAgentMemoryPaginator returns a new GetAgentMemoryPaginator.
NewInvokeAgentEventStream initializes an InvokeAgentEventStream.
NewInvokeFlowEventStream initializes an InvokeFlowEventStream.
NewInvokeInlineAgentEventStream initializes an InvokeInlineAgentEventStream.
NewListInvocationsPaginator returns a new ListInvocationsPaginator.
NewListInvocationStepsPaginator returns a new ListInvocationStepsPaginator.
NewListSessionsPaginator returns a new ListSessionsPaginator.
NewOptimizePromptEventStream initializes an OptimizePromptEventStream.
NewRerankPaginator returns a new RerankPaginator.
NewRetrieveAndGenerateStreamEventStream initializes an RetrieveAndGenerateStreamEventStream.
NewRetrievePaginator returns a new RetrievePaginator.
WithAPIOptions returns a functional option for setting the Client's APIOptions option.
Deprecated: EndpointResolver and WithEndpointResolver.
WithEndpointResolverV2 returns a functional option for setting the Client's EndpointResolverV2 option.
WithSigV4SigningName applies an override to the authentication workflow to use the given signing name for SigV4-authenticated operations.
WithSigV4SigningRegion applies an override to the authentication workflow to use the given signing region for SigV4-authenticated operations.
# Constants
No description provided by the author
No description provided by the author
# Structs
AuthResolverParameters contains the set of inputs necessary for auth scheme resolution.
Client provides the API client to make operations call for Agents for Amazon Bedrock Runtime.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EndpointParameters provides the parameters that influence how endpoints are resolved.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetAgentMemoryPaginator is a paginator for GetAgentMemory.
GetAgentMemoryPaginatorOptions is the paginator options for GetAgentMemory.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
InvokeAgentEventStream provides the event stream handling for the InvokeAgent operation.
No description provided by the author
No description provided by the author
InvokeFlowEventStream provides the event stream handling for the InvokeFlow operation.
No description provided by the author
No description provided by the author
InvokeInlineAgentEventStream provides the event stream handling for the InvokeInlineAgent operation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ListInvocationsPaginator is a paginator for ListInvocations.
ListInvocationsPaginatorOptions is the paginator options for ListInvocations.
No description provided by the author
No description provided by the author
ListInvocationStepsPaginator is a paginator for ListInvocationSteps.
ListInvocationStepsPaginatorOptions is the paginator options for ListInvocationSteps.
No description provided by the author
No description provided by the author
ListSessionsPaginator is a paginator for ListSessions.
ListSessionsPaginatorOptions is the paginator options for ListSessions.
No description provided by the author
No description provided by the author
OptimizePromptEventStream provides the event stream handling for the OptimizePrompt operation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RerankPaginator is a paginator for Rerank.
RerankPaginatorOptions is the paginator options for Rerank.
No description provided by the author
No description provided by the author
No description provided by the author
RetrieveAndGenerateStreamEventStream provides the event stream handling for the RetrieveAndGenerateStream operation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RetrievePaginator is a paginator for Retrieve.
RetrievePaginatorOptions is the paginator options for Retrieve.
No description provided by the author
No description provided by the author
UnknownEventMessageError provides an error when a message is received from the stream, but the reader is unable to determine what kind of message it is.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
AuthSchemeResolver returns a set of possible authentication options for an operation.
EndpointResolver interface for resolving service endpoints.
EndpointResolverV2 provides the interface for resolving service endpoints.
FlowResponseStreamReader provides the interface for reading events from a stream.
GetAgentMemoryAPIClient is a client that implements the GetAgentMemory operation.
No description provided by the author
No description provided by the author
InlineAgentResponseStreamReader provides the interface for reading events from a stream.
ListInvocationsAPIClient is a client that implements the ListInvocations operation.
ListInvocationStepsAPIClient is a client that implements the ListInvocationSteps operation.
ListSessionsAPIClient is a client that implements the ListSessions operation.
OptimizedPromptStreamReader provides the interface for reading events from a stream.
RerankAPIClient is a client that implements the Rerank operation.
ResponseStreamReader provides the interface for reading events from a stream.
RetrieveAndGenerateStreamResponseOutputReader provides the interface for reading events from a stream.
RetrieveAPIClient is a client that implements the Retrieve operation.
# Type aliases
EndpointResolverFunc is a helper utility that wraps a function so it satisfies the EndpointResolver interface.
EndpointResolverOptions is the service endpoint resolver options.