AWS cli documentation change
Summary
Added parameter constraints (min:1, max:25) for maxResults and updated CLI version
Security assessment
Added input validation to prevent overly large requests, but no indication this fixes a security vulnerability. Does not introduce new security features.
Diff
diff --git a/cli/latest/reference/signer/list-signing-platforms.md b/cli/latest/reference/signer/list-signing-platforms.md index 07143d2ee..dcba0f8ad 100644 --- a//cli/latest/reference/signer/list-signing-platforms.md +++ b//cli/latest/reference/signer/list-signing-platforms.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -123,0 +124,7 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/signer +> +> Constraints: +> +> * min: `1` +> * max: `25` +> + @@ -499 +506 @@ nextToken -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »