AWS Security ChangesHomeSearch

AWS bedrock documentation change

Service: bedrock · 2026-05-22 · Documentation low

File: bedrock/latest/userguide/advanced-prompts.md

Summary

Minor wording changes in session management documentation

Security assessment

Editorial changes with no security implications ('in order to continue' simplified to 'to continue'). No security content added or modified.

Diff

diff --git a/bedrock/latest/userguide/advanced-prompts.md b/bedrock/latest/userguide/advanced-prompts.md
index ac65724dc..88832afb3 100644
--- a//bedrock/latest/userguide/advanced-prompts.md
+++ b//bedrock/latest/userguide/advanced-prompts.md
@@ -62 +62 @@ The following terminology is helpful in understanding how advanced prompts work.
-  * **Session** – A group of [InvokeAgent](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_InvokeAgent.html) requests made to the same agent with the same session ID. When you make an `InvokeAgent` request, you can reuse a `sessionId` that was returned from the response of a previous call in order to continue the same session with an agent. As long as the `idleSessionTTLInSeconds` time in the [Agent](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_Agent.html) configuration hasn't expired, you maintain the same session with the agent.
+  * **Session** – A group of [InvokeAgent](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_InvokeAgent.html) requests made to the same agent with the same session ID. When you make an `InvokeAgent` request, you can reuse a `sessionId` that was returned from the response of a previous call to continue the same session with an agent. As long as the `idleSessionTTLInSeconds` time in the [Agent](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_Agent.html) configuration hasn't expired, you maintain the same session with the agent.