AWS cli documentation change
Summary
Updated CLI version references from 2.27.45 to 2.27.46, added hyperlinks to API references for CreateUser/GetUser/ListUsers operations, and removed a note about tag value interpretation.
Security assessment
The changes are documentation improvements (version updates and hyperlink additions) and removal of a non-security related note about tag handling. No evidence of addressing security vulnerabilities or describing security features.
Diff
diff --git a/cli/latest/reference/iam/get-group.md b/cli/latest/reference/iam/get-group.md index 635fb82aa..641e455bd 100644 --- a//cli/latest/reference/iam/get-group.md +++ b//cli/latest/reference/iam/get-group.md @@ -15 +15 @@ - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) » @@ -289,3 +289,3 @@ Users -> (list) ->> * CreateUser ->> * GetUser ->> * ListUsers +>> * [CreateUser](https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateUser.html) +>> * [GetUser](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetUser.html) +>> * [ListUsers](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListUsers.html) @@ -328 +328 @@ Users -> (list) ->>> 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. @@ -357,4 +356,0 @@ Users -> (list) ->>>>> ->>>>> ### 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. @@ -380 +376 @@ Marker -> (string) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »