amazonka-cognito-identity-0.3.1: Amazon Cognito Identity SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CognitoIdentity.DeleteIdentityPool

Contents

Description

Deletes a user pool. Once a pool is deleted, users will not be able to authenticate with the pool.

http://docs.aws.amazon.com/cognitoidentity/latest/APIReference/API_DeleteIdentityPool.html

Synopsis

Request

Request constructor

deleteIdentityPool Source

DeleteIdentityPool constructor.

The fields accessible through corresponding lenses are:

Request lenses

dip1IdentityPoolId :: Lens' DeleteIdentityPool Text Source

An identity pool ID in the format REGION:GUID.

Response

Response constructor