| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CognitoIdentity.DeleteIdentityPool
Description
Deletes a user pool. Once a pool is deleted, users will not be able to authenticate with the pool.
You must use AWS Developer credentials to call this API.
See: AWS API Reference for DeleteIdentityPool.
Creating a Request
Arguments
| :: Text | |
| -> DeleteIdentityPool |
Creates a value of DeleteIdentityPool with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteIdentityPool Source
Input to the DeleteIdentityPool action.
See: deleteIdentityPool smart constructor.
Instances
Request Lenses
dIdentityPoolId :: Lens' DeleteIdentityPool Text Source
An identity pool ID in the format REGION:GUID.
Destructuring the Response
deleteIdentityPoolResponse :: DeleteIdentityPoolResponse Source
Creates a value of DeleteIdentityPoolResponse with the minimum fields required to make a request.
data DeleteIdentityPoolResponse Source
See: deleteIdentityPoolResponse smart constructor.