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

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

You must use AWS Developer credentials to call this API.

Synopsis

Creating a Request

deleteIdentityPool Source

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:

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.