AWS cli documentation change
Summary
Updated CLI version from 2.27.45 to 2.27.46, added API reference links for GetUser and ListUsers operations, removed note about tag value interpretation
Security assessment
The changes are documentation improvements (adding API links) and version updates. The removed note about tag value interpretation was informational but does not indicate a security fix or vulnerability.
Diff
diff --git a/cli/latest/reference/iam/get-user.md b/cli/latest/reference/iam/get-user.md index a547ab3c6..6154ecad2 100644 --- a//cli/latest/reference/iam/get-user.md +++ b//cli/latest/reference/iam/get-user.md @@ -15 +15 @@ - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) » @@ -276 +276 @@ User -> (structure) ->> This value is returned only in the GetUser and ListUsers operations. +>> This value is returned only in the [GetUser](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetUser.html) and [ListUsers](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListUsers.html) operations. @@ -305,4 +304,0 @@ User -> (structure) ->>>> ->>>> ### Note ->>>> ->>>> Amazon Web Services always interprets the tag `Value` as a single string. If you need to store an array, you can store comma-separated values in the string. However, you must interpret the value in your code. @@ -320 +316 @@ User -> (structure) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »