AWS Security ChangesHomeSearch

AWS IAM documentation change

Service: IAM · 2025-06-25 · Documentation low

File: IAM/latest/UserGuide/iam_example_iam_UpdateRoleDescription_section.md

Summary

Added PowerShell V5 example for updating role descriptions

Security assessment

Administrative metadata change without security impact

Diff

diff --git a/IAM/latest/UserGuide/iam_example_iam_UpdateRoleDescription_section.md b/IAM/latest/UserGuide/iam_example_iam_UpdateRoleDescription_section.md
index 11d5f8aaf..76db6e048 100644
--- a//IAM/latest/UserGuide/iam_example_iam_UpdateRoleDescription_section.md
+++ b//IAM/latest/UserGuide/iam_example_iam_UpdateRoleDescription_section.md
@@ -75,0 +76,14 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example updates the description of an IAM role in your account.**
+    
+    
+    Update-IAMRoleDescription -RoleName MyRoleName -Description "My testing role"
+    
+
+  * For API details, see [UpdateRoleDescription](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+