AWS cli documentation change
Summary
Added parameter constraints (min:1, max:25) for maxResults and updated CLI version
Security assessment
Added input validation constraints to prevent excessive resource usage, but no evidence this addresses a specific vulnerability. Does not document new security features.
Diff
diff --git a/cli/latest/reference/signer/list-signing-jobs.md b/cli/latest/reference/signer/list-signing-jobs.md index 4629ca301..54d981a12 100644 --- a//cli/latest/reference/signer/list-signing-jobs.md +++ b//cli/latest/reference/signer/list-signing-jobs.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -159,0 +160,7 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/signer +> +> Constraints: +> +> * min: `1` +> * max: `25` +> + @@ -491 +498 @@ nextToken -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »