AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.35.5 to 2.35.8 and added pagination constraints documentation
Security assessment
The change adds API parameter constraints (min:1, max:1000) but provides no evidence of addressing a specific security vulnerability. Pagination limits are routine API safeguards.
Diff
diff --git a/cli/latest/reference/iam/list-server-certificates.md b/cli/latest/reference/iam/list-server-certificates.md index e7c332e4b..b4cfd5644 100644 --- a//cli/latest/reference/iam/list-server-certificates.md +++ b//cli/latest/reference/iam/list-server-certificates.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -137,0 +138,7 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/iam-20 +> +> Constraints: +> +> * min: `1` +> * max: `1000` +> + @@ -378 +385 @@ Marker -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »