stopBrowserSession
inline suspend fun BedrockAgentCoreClient.stopBrowserSession(crossinline block: StopBrowserSessionRequest.Builder.() -> Unit): StopBrowserSessionResponse
Terminates an active browser session in Amazon Bedrock. This operation stops the session, releases associated resources, and makes the session unavailable for further use.
To stop a browser session, you must specify both the browser identifier and the session ID. Once stopped, a session cannot be restarted; you must create a new session using StartBrowserSession
.
The following operations are related to StopBrowserSession
: