AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.35.5 to 2.35.8 and added constraints documentation for MaxResults parameter (min:1, max:100)
Security assessment
The change adds parameter validation constraints which improves input safety but shows no evidence of addressing a specific vulnerability. No security advisory or CVE is referenced.
Diff
diff --git a/cli/latest/reference/sso-admin/list-permission-sets.md b/cli/latest/reference/sso-admin/list-permission-sets.md index bfe063a52..9905051f7 100644 --- a//cli/latest/reference/sso-admin/list-permission-sets.md +++ b//cli/latest/reference/sso-admin/list-permission-sets.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -120,0 +121,7 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/sso-ad +> +> Constraints: +> +> * min: `1` +> * max: `100` +> + @@ -277 +284 @@ NextToken -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »