AWS cli documentation change
Summary
Updated CLI version references from 2.27.45 to 2.27.46, added API documentation links for ListMFADeviceTags/GetUser/ListUsers, removed note about tag value interpretation
Security assessment
Changes consist of version updates, improved API documentation links, and removal of a note about tag handling. No evidence of security vulnerability fixes or new security guidance.
Diff
diff --git a/cli/latest/reference/iam/list-virtual-mfa-devices.md b/cli/latest/reference/iam/list-virtual-mfa-devices.md index fb9ba2b8f..728bf8c94 100644 --- a//cli/latest/reference/iam/list-virtual-mfa-devices.md +++ b//cli/latest/reference/iam/list-virtual-mfa-devices.md @@ -15 +15 @@ - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) » @@ -64 +64 @@ Lists the virtual MFA devices defined in the Amazon Web Services account by assi -IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view tag information for a virtual MFA device, see ListMFADeviceTags . +IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view tag information for a virtual MFA device, see [ListMFADeviceTags](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListMFADeviceTags.html) . @@ -323 +323 @@ VirtualMFADevices -> (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. @@ -352,4 +351,0 @@ VirtualMFADevices -> (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. @@ -376,4 +371,0 @@ VirtualMFADevices -> (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. @@ -399 +391 @@ Marker -> (string) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »