AWS cli documentation change
Summary
Updated CLI version reference from 2.34.63 to 2.35.1, added length constraints for several output fields, and documented a new 'mcpRoleArn' field (IAM role ARN) with constraints.
Security assessment
The change adds documentation for 'mcpRoleArn' (an IAM role ARN), which is a security-related feature. However, there's no evidence this addresses a specific security vulnerability - it appears to be routine feature documentation. The added length constraints could relate to input validation but aren't explicitly security fixes.
Diff
diff --git a/cli/latest/reference/devops-agent/list-services.md b/cli/latest/reference/devops-agent/list-services.md index ba11cad41..c1adef586 100644 --- a//cli/latest/reference/devops-agent/list-services.md +++ b//cli/latest/reference/devops-agent/list-services.md @@ -15 +15 @@ - * [AWS CLI 2.34.63 Command Reference](../../index.html) » + * [AWS CLI 2.35.1 Command Reference](../../index.html) » @@ -629,0 +630,2 @@ services -> (list) +>>>>> * min: `1` +>>>>> * max: `2048` @@ -666,0 +669,2 @@ services -> (list) +>>>>> * min: `1` +>>>>> * max: `128` @@ -676,0 +681,2 @@ services -> (list) +>>>>> * min: `1` +>>>>> * max: `2048` @@ -721,0 +728,11 @@ services -> (list) +>>>>> * min: `0` +>>>>> * max: `255` +>>>>> + +>>>> +>>>> mcpRoleArn -> (string) +>>>> +>>>>> AWS IAM role ARN. +>>>>> +>>>>> Constraints: +>>>>> @@ -796 +813 @@ services -> (list) - * [AWS CLI 2.34.63 Command Reference](../../index.html) » + * [AWS CLI 2.35.1 Command Reference](../../index.html) »