AWS Security ChangesHomeSearch

AWS cli medium security documentation change

Service: cli · 2026-06-19 · Security-related medium

File: cli/latest/reference/iam/list-access-keys.md

Summary

Added constraints documentation for MaxItems parameter (min:1, max:1000) and updated CLI version

Security assessment

Added parameter constraints prevent excessive data exposure through API responses. Limiting MaxItems to 1000 reduces risk of accidental credential exposure through large output dumps.

Diff

diff --git a/cli/latest/reference/iam/list-access-keys.md b/cli/latest/reference/iam/list-access-keys.md
index 72e48f7ab..e41b50250 100644
--- a//cli/latest/reference/iam/list-access-keys.md
+++ b//cli/latest/reference/iam/list-access-keys.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.8 Command Reference](../../index.html) »
@@ -139,0 +140,7 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/iam-20
+> 
+> Constraints:
+> 
+>   * min: `1`
+>   * max: `1000`
+> 
+
@@ -364 +371 @@ Marker -> (string)
-  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.8 Command Reference](../../index.html) »