AWS Security ChangesHomeSearch

AWS cognito documentation change

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

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

Summary

Added PowerShell V5 example for UpdateIdentityPool

Security assessment

Shows pool property updates without security advisories. No authentication or authorization changes demonstrated.

Diff

diff --git a/cognito/latest/developerguide/cognito-identity_example_cognito-identity_UpdateIdentityPool_section.md b/cognito/latest/developerguide/cognito-identity_example_cognito-identity_UpdateIdentityPool_section.md
index d44ded5ee..f8faadd45 100644
--- a//cognito/latest/developerguide/cognito-identity_example_cognito-identity_UpdateIdentityPool_section.md
+++ b//cognito/latest/developerguide/cognito-identity_example_cognito-identity_UpdateIdentityPool_section.md
@@ -76,0 +77,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)_. 
+
+
+
+