AWS cognito documentation change
Summary
Added PowerShell V5 example for DeleteIdentityPool
Security assessment
Adds example for pool deletion operation without security implications. Routine API documentation update.
Diff
diff --git a/cognito/latest/developerguide/cognito-identity_example_cognito-identity_DeleteIdentityPool_section.md b/cognito/latest/developerguide/cognito-identity_example_cognito-identity_DeleteIdentityPool_section.md index d75a26189..39371d073 100644 --- a//cognito/latest/developerguide/cognito-identity_example_cognito-identity_DeleteIdentityPool_section.md +++ b//cognito/latest/developerguide/cognito-identity_example_cognito-identity_DeleteIdentityPool_section.md @@ -125,0 +126,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)_. + + + +