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
Added parameter validation follows standard API design practices for pagination limits. No security-related context or vulnerability mitigation is mentioned in the change.
Diff
diff --git a/cli/latest/reference/sso-admin/list-regions.md b/cli/latest/reference/sso-admin/list-regions.md index 0204f2007..8d4c3ba50 100644 --- a//cli/latest/reference/sso-admin/list-regions.md +++ b//cli/latest/reference/sso-admin/list-regions.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -128,0 +129,7 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/sso-ad +> +> Constraints: +> +> * min: `1` +> * max: `100` +> + @@ -311 +318 @@ NextToken -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »