AWS cli documentation change
Summary
Updated CLI version reference from 2.34.63 to 2.35.1 and added documentation for two new output fields: 'dnsResolution' (describing DNS resolution modes) and 'failureMessage' (with length constraints).
Security assessment
The change documents new API output fields without evidence of addressing a security vulnerability. The 'dnsResolution' field describes network configuration options (PUBLIC/IN_VPC) which could indirectly relate to security, but there's no indication of a specific security fix.
Diff
diff --git a/cli/latest/reference/devops-agent/list-private-connections.md b/cli/latest/reference/devops-agent/list-private-connections.md index ab15dd22c..fb22516ad 100644 --- a//cli/latest/reference/devops-agent/list-private-connections.md +++ b//cli/latest/reference/devops-agent/list-private-connections.md @@ -15 +15 @@ - * [AWS CLI 2.34.63 Command Reference](../../index.html) » + * [AWS CLI 2.35.1 Command Reference](../../index.html) » @@ -300,0 +301,22 @@ privateConnections -> (list) +>> +>> dnsResolution -> (string) +>> +>>> DNS resolution mode for the Private Connection’s resource gateway. +>>> +>>> Possible values: +>>> +>>> * `PUBLIC` +>>> * `IN_VPC` +>>> + +>> +>> failureMessage -> (string) +>> +>>> Message describing the reason for a failed Private Connection, if applicable. +>>> +>>> Constraints: +>>> +>>> * min: `1` +>>> * max: `1000` +>>> + @@ -312 +334 @@ privateConnections -> (list) - * [AWS CLI 2.34.63 Command Reference](../../index.html) » + * [AWS CLI 2.35.1 Command Reference](../../index.html) »