AWS code-library documentation change
Summary
Added PowerShell V5 example for DeleteIdentityPool
Security assessment
Routine deletion example without security context or access control considerations
Diff
diff --git a/code-library/latest/ug/cognito-identity_example_cognito-identity_DeleteIdentityPool_section.md b/code-library/latest/ug/cognito-identity_example_cognito-identity_DeleteIdentityPool_section.md index 0bca67739..0e86a7cce 100644 --- a//code-library/latest/ug/cognito-identity_example_cognito-identity_DeleteIdentityPool_section.md +++ b//code-library/latest/ug/cognito-identity_example_cognito-identity_DeleteIdentityPool_section.md @@ -127,0 +128,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: Deletes a specific Identity Pool.** + + + Remove-CGIIdentityPool -IdentityPoolId us-east-1:0de2af35-2988-4d0b-b22d-EXAMPLEGUID1 + + + * For API details, see [DeleteIdentityPool](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +