AWS Security ChangesHomeSearch

AWS code-library documentation change

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

File: code-library/latest/ug/powershell_4_cognito-identity_code_examples.md

Summary

Updated documentation to reference PowerShell V4 instead of generic PowerShell, including updated API documentation links pointing to V4-specific references

Security assessment

The changes are versioning updates (from generic PowerShell to V4) and documentation link updates. There is no mention of security vulnerabilities, patches, or security feature enhancements. The modifications are purely related to SDK version alignment.

Diff

diff --git a/code-library/latest/ug/powershell_4_cognito-identity_code_examples.md b/code-library/latest/ug/powershell_4_cognito-identity_code_examples.md
index f88101857..fc4f326a8 100644
--- a//code-library/latest/ug/powershell_4_cognito-identity_code_examples.md
+++ b//code-library/latest/ug/powershell_4_cognito-identity_code_examples.md
@@ -9 +9 @@ There are more AWS SDK examples available in the [AWS Doc SDK Examples](https://
-# Amazon Cognito Identity examples using Tools for PowerShell
+# Amazon Cognito Identity examples using Tools for PowerShell V4
@@ -11 +11 @@ There are more AWS SDK examples available in the [AWS Doc SDK Examples](https://
-The following code examples show you how to perform actions and implement common scenarios by using the AWS Tools for PowerShell with Amazon Cognito Identity.
+The following code examples show you how to perform actions and implement common scenarios by using the AWS Tools for PowerShell V4 with Amazon Cognito Identity.
@@ -28 +28 @@ The following code example shows how to use `Get-CGIIdentityPool`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -51 +51 @@ The following code example shows how to use `Get-CGIIdentityPool`.
-  * For API details, see [DescribeIdentityPool](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [DescribeIdentityPool](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -58 +58 @@ The following code example shows how to use `Get-CGIIdentityPoolList`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -76 +76 @@ The following code example shows how to use `Get-CGIIdentityPoolList`.
-  * For API details, see [ListIdentityPools](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [ListIdentityPools](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -83 +83 @@ The following code example shows how to use `Get-CGIIdentityPoolRole`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -102 +102 @@ The following code example shows how to use `Get-CGIIdentityPoolRole`.
-  * For API details, see [GetIdentityPoolRoles](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [GetIdentityPoolRoles](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -109 +109 @@ The following code example shows how to use `New-CGIIdentityPool`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -132 +132 @@ The following code example shows how to use `New-CGIIdentityPool`.
-  * For API details, see [CreateIdentityPool](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [CreateIdentityPool](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -139 +139 @@ The following code example shows how to use `Remove-CGIIdentityPool`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -148 +148 @@ The following code example shows how to use `Remove-CGIIdentityPool`.
-  * For API details, see [DeleteIdentityPool](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [DeleteIdentityPool](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -155 +155 @@ The following code example shows how to use `Set-CGIIdentityPoolRole`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -164 +164 @@ The following code example shows how to use `Set-CGIIdentityPoolRole`.
-  * For API details, see [SetIdentityPoolRoles](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [SetIdentityPoolRoles](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -171 +171 @@ The following code example shows how to use `Update-CGIIdentityPool`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -194 +194 @@ The following code example shows how to use `Update-CGIIdentityPool`.
-  * For API details, see [UpdateIdentityPool](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [UpdateIdentityPool](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_.