AWS bedrock-agentcore documentation change
Summary
Removed preview notice, updated API reference link, and simplified code comments
Security assessment
Changes are editorial (removing preview status notice, documentation formatting) and code comment simplifications. No security-related content added or modified.
Diff
diff --git a/bedrock-agentcore/latest/devguide/runtime-stop-session.md b/bedrock-agentcore/latest/devguide/runtime-stop-session.md index 66b38b97d..6b76008b7 100644 --- a//bedrock-agentcore/latest/devguide/runtime-stop-session.md +++ b//bedrock-agentcore/latest/devguide/runtime-stop-session.md @@ -7,2 +6,0 @@ PrerequisitesResponse formatError handlingBest practices -Amazon Bedrock AgentCore is in preview release and is subject to change. - @@ -32 +30 @@ Use `StopRuntimeSession` in these scenarios: -To use `StopRuntimeSession`, you need: +To use [StopRuntimeSession](https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_StopRuntimeSession.html), you need: @@ -53 +51 @@ Python example using boto3 to stop a AgentCore Runtime session. - # Initialize the Bedrock Amazon Bedrock AgentCore client + # Initialize the AgentCore client @@ -57 +55 @@ Python example using boto3 to stop a AgentCore Runtime session. - # Stop the AgentCore Runtime session + # Stop the runtime session