AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2025-06-28 · Documentation low

File: code-library/latest/ug/cognito-identity_example_cognito-identity_UpdateIdentityPool_section.md

Summary

Added PowerShell V5 example for updating Identity Pool properties

Security assessment

Shows general configuration changes without security-specific context or vulnerability mitigation.

Diff

diff --git a/code-library/latest/ug/cognito-identity_example_cognito-identity_UpdateIdentityPool_section.md b/code-library/latest/ug/cognito-identity_example_cognito-identity_UpdateIdentityPool_section.md
index 26fc8bdf0..ef507e3f0 100644
--- a//code-library/latest/ug/cognito-identity_example_cognito-identity_UpdateIdentityPool_section.md
+++ b//code-library/latest/ug/cognito-identity_example_cognito-identity_UpdateIdentityPool_section.md
@@ -78,0 +79,28 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: Updates some of the Identity Pool properties, in this case the name of the Identity Pool.**
+    
+    
+    Update-CGIIdentityPool -IdentityPoolId us-east-1:0de2af35-2988-4d0b-b22d-EXAMPLEGUID1 -IdentityPoolName NewPoolName
+    
+
+**Output:**
+    
+    
+    LoggedAt                       : 8/12/2015 4:53:33 PM
+    AllowUnauthenticatedIdentities : False
+    DeveloperProviderName          :
+    IdentityPoolId                 : us-east-1:0de2af35-2988-4d0b-b22d-EXAMPLEGUID1
+    IdentityPoolName               : NewPoolName
+    OpenIdConnectProviderARNs      : {}
+    SupportedLoginProviders        : {}
+    ResponseMetadata               : Amazon.Runtime.ResponseMetadata
+    ContentLength                  : 135
+    HttpStatusCode                 : OK
+
+  * For API details, see [UpdateIdentityPool](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+