AWS cli documentation change
Summary
Updated CLI version references from 2.27.45 to 2.27.46, added hyperlinks to EnableMFADevice/GetUser/ListUsers API references, and removed redundant notes about tag value interpretation
Security assessment
Changes are routine documentation updates (version numbers, API links). No evidence of addressing a security vulnerability. MFA documentation remains unchanged except for hyperlinks.
Diff
diff --git a/cli/latest/reference/iam/create-virtual-mfa-device.md b/cli/latest/reference/iam/create-virtual-mfa-device.md index 6e29015fa..ff218120b 100644 --- a//cli/latest/reference/iam/create-virtual-mfa-device.md +++ b//cli/latest/reference/iam/create-virtual-mfa-device.md @@ -15 +15 @@ - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) » @@ -60 +60 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Creates a new virtual MFA device for the Amazon Web Services account. After creating the virtual MFA, use EnableMFADevice to attach the MFA device to an IAM user. For more information about creating and working with virtual MFA devices, see [Using a virtual MFA device](https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html) in the _IAM User Guide_ . +Creates a new virtual MFA device for the Amazon Web Services account. After creating the virtual MFA, use [EnableMFADevice](https://docs.aws.amazon.com/IAM/latest/APIReference/API_EnableMFADevice.html) to attach the MFA device to an IAM user. For more information about creating and working with virtual MFA devices, see [Using a virtual MFA device](https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html) in the _IAM User Guide_ . @@ -134,4 +133,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/iam-20 ->>> ->>> ### 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. @@ -339 +335 @@ VirtualMFADevice -> (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. @@ -368,4 +363,0 @@ VirtualMFADevice -> (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. @@ -392,4 +383,0 @@ VirtualMFADevice -> (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. @@ -407 +395 @@ VirtualMFADevice -> (structure) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »