AWS cli medium security documentation change
Summary
Added input validation constraints for memoryRecordId parameter and updated navigation links
Security assessment
Added explicit constraints (min/max length and pattern validation) for memoryRecordId parameter, which enforces secure input handling and prevents potential injection attacks or invalid data processing. This constitutes a security documentation improvement.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore/delete-memory-record.md b/cli/latest/reference/bedrock-agentcore/delete-memory-record.md index f0dd512e6..91e836029 100644 --- a//cli/latest/reference/bedrock-agentcore/delete-memory-record.md +++ b//cli/latest/reference/bedrock-agentcore/delete-memory-record.md @@ -13 +13 @@ - * [next](get-browser-session.html "get-browser-session") | + * [next](get-agent-card.html "get-agent-card") | @@ -15 +15 @@ - * [AWS CLI 2.31.8 Command Reference](../../index.html) » + * [AWS CLI 2.31.10 Command Reference](../../index.html) » @@ -23 +23 @@ - * [get-browser-session →](get-browser-session.html "next chapter \(use the right arrow\)") + * [get-agent-card →](get-agent-card.html "next chapter \(use the right arrow\)") @@ -108,0 +109,8 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc +> +> Constraints: +> +> * min: `40` +> * max: `50` +> * pattern: `mem-[a-zA-Z0-9-_]*` +> + @@ -211,0 +220,8 @@ memoryRecordId -> (string) +> +> Constraints: +> +> * min: `40` +> * max: `50` +> * pattern: `mem-[a-zA-Z0-9-_]*` +> + @@ -214 +230 @@ memoryRecordId -> (string) - * [get-browser-session →](get-browser-session.html "next chapter \(use the right arrow\)") + * [get-agent-card →](get-agent-card.html "next chapter \(use the right arrow\)") @@ -221 +237 @@ memoryRecordId -> (string) - * [next](get-browser-session.html "get-browser-session") | + * [next](get-agent-card.html "get-agent-card") | @@ -223 +239 @@ memoryRecordId -> (string) - * [AWS CLI 2.31.8 Command Reference](../../index.html) » + * [AWS CLI 2.31.10 Command Reference](../../index.html) »