AWS Security ChangesHomeSearch

AWS cognito documentation change

Service: cognito · 2025-06-28 · Documentation low

File: cognito/latest/developerguide/cognito-identity_example_cognito-identity_ListIdentityPools_section.md

Summary

Added PowerShell V5 example for ListIdentityPools

Security assessment

Adds example for listing pools without security context. Routine operational documentation.

Diff

diff --git a/cognito/latest/developerguide/cognito-identity_example_cognito-identity_ListIdentityPools_section.md b/cognito/latest/developerguide/cognito-identity_example_cognito-identity_ListIdentityPools_section.md
index daf7f6c3b..c9197e204 100644
--- a//cognito/latest/developerguide/cognito-identity_example_cognito-identity_ListIdentityPools_section.md
+++ b//cognito/latest/developerguide/cognito-identity_example_cognito-identity_ListIdentityPools_section.md
@@ -136,0 +137,23 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: Retrieves a list of existing Identity Pools.**
+    
+    
+    Get-CGIIdentityPoolList
+    
+
+**Output:**
+    
+    
+    IdentityPoolId                                                     IdentityPoolName
+    --------------                                                     ----------------
+    us-east-1:0de2af35-2988-4d0b-b22d-EXAMPLEGUID1                     CommonTests1
+    us-east-1:118d242d-204e-4b88-b803-EXAMPLEGUID2                     Tests2
+    us-east-1:15d49393-ab16-431a-b26e-EXAMPLEGUID3                     CommonTests13
+
+  * For API details, see [ListIdentityPools](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+