AWS bedrock-agentcore documentation change
Summary
Added Example section heading, restructured documentation with numbered lists, and reformatted table headers. Minor reorganization of HTTPS request section.
Security assessment
Changes are documentation improvements for the StopRuntimeSession API, focusing on clarity and structure. No security-related content was added or modified, and there's no evidence of addressing a security vulnerability.
Diff
diff --git a/bedrock-agentcore/latest/devguide/runtime-stop-session.md b/bedrock-agentcore/latest/devguide/runtime-stop-session.md index 8518788d4..bfa61d55d 100644 --- a//bedrock-agentcore/latest/devguide/runtime-stop-session.md +++ b//bedrock-agentcore/latest/devguide/runtime-stop-session.md @@ -40,0 +41,2 @@ To use [StopRuntimeSession](https://docs.aws.amazon.com/bedrock-agentcore/latest +###### Example + @@ -44 +46 @@ AWS SDK -You can use the AWS SDK to stop AgentCore Runtime sessions programmatically. + 1. You can use the AWS SDK to stop AgentCore Runtime sessions programmatically. @@ -73 +73,0 @@ Python example using boto3 to stop a AgentCore Runtime session. -HTTPS request @@ -76 +76,2 @@ HTTPS request -For applications using OAuth authentication, make direct HTTPS requests: +HTTPS request + @@ -77,0 +79 @@ For applications using OAuth authentication, make direct HTTPS requests: + 1. For applications using OAuth authentication, make direct HTTPS requests: @@ -139 +142 @@ Common error responses: -Error responses Status Code | Error | Description +Status Code | Error | Description