AWS code-library documentation change
Summary
Added PowerShell V5 example for ListIdentityPools command with sample output
Security assessment
The change adds usage examples for listing Cognito Identity Pools but does not address security vulnerabilities or describe security features.
Diff
diff --git a/code-library/latest/ug/cognito-identity_example_cognito-identity_ListIdentityPools_section.md b/code-library/latest/ug/cognito-identity_example_cognito-identity_ListIdentityPools_section.md index 2df561a2e..0eecda9c3 100644 --- a//code-library/latest/ug/cognito-identity_example_cognito-identity_ListIdentityPools_section.md +++ b//code-library/latest/ug/cognito-identity_example_cognito-identity_ListIdentityPools_section.md @@ -138,0 +139,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)_. + + + +