AWS Security ChangesHomeSearch

AWS IAM documentation change

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

File: IAM/latest/UserGuide/iam_example_iam_ListServerCertificates_section.md

Summary

Added PowerShell V5 example for ListServerCertificates API call with sample output

Security assessment

Routine documentation update showing certificate listing without security context

Diff

diff --git a/IAM/latest/UserGuide/iam_example_iam_ListServerCertificates_section.md b/IAM/latest/UserGuide/iam_example_iam_ListServerCertificates_section.md
index afcea229a..6ebe99cc9 100644
--- a//IAM/latest/UserGuide/iam_example_iam_ListServerCertificates_section.md
+++ b//IAM/latest/UserGuide/iam_example_iam_ListServerCertificates_section.md
@@ -229,0 +230,24 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example retrieves the list of server certificates that have been uploaded to the current AWS account.**
+    
+    
+    Get-IAMServerCertificateList
+    
+
+**Output:**
+    
+    
+    Arn                   : arn:aws:iam::123456789012:server-certificate/Org1/Org2/MyServerCertificate
+    Expiration            : 1/14/2018 9:52:36 AM
+    Path                  : /Org1/Org2/
+    ServerCertificateId   : ASCAJIFEXAMPLE17HQZYW
+    ServerCertificateName : MyServerCertificate
+    UploadDate            : 4/21/2015 11:14:16 AM
+
+  * For API details, see [ListServerCertificates](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+