AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-07-01 · Documentation low

File: cli/latest/reference/iam/get-role.md

Summary

Updated CLI version reference from 2.27.45 to 2.27.46. Added clarification about SDKs automatically decoding policies. Removed note about AWS interpreting tag Values as single strings.

Security assessment

Version update and documentation clarifications. The removed tag interpretation note appears to be documentation cleanup rather than security-related. No evidence of security vulnerability being addressed.

Diff

diff --git a/cli/latest/reference/iam/get-role.md b/cli/latest/reference/iam/get-role.md
index 3bf07e0f0..5a720ca51 100644
--- a//cli/latest/reference/iam/get-role.md
+++ b//cli/latest/reference/iam/get-role.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.45 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.46 Command Reference](../../index.html) »
@@ -64 +64 @@ Retrieves information about the specified role, including the role’s path, GUI
-Policies returned by this operation are URL-encoded compliant with [RFC 3986](https://tools.ietf.org/html/rfc3986) . You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the `decode` method of the `java.net.URLDecoder` utility class in the Java SDK. Other languages and SDKs provide similar functionality.
+Policies returned by this operation are URL-encoded compliant with [RFC 3986](https://tools.ietf.org/html/rfc3986) . You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the `decode` method of the `java.net.URLDecoder` utility class in the Java SDK. Other languages and SDKs provide similar functionality, and some SDKs do this decoding automatically.
@@ -309,4 +308,0 @@ Role -> (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.
@@ -338 +334 @@ Role -> (structure)
-  * [AWS CLI 2.27.45 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.46 Command Reference](../../index.html) »