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

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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:

data DeleteIdentityPool Source #

Input to the DeleteIdentityPool action.

See: deleteIdentityPool smart constructor.

Instances

Eq DeleteIdentityPool Source # 
Data DeleteIdentityPool Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteIdentityPool -> c DeleteIdentityPool #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteIdentityPool #

toConstr :: DeleteIdentityPool -> Constr #

dataTypeOf :: DeleteIdentityPool -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeleteIdentityPool) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteIdentityPool) #

gmapT :: (forall b. Data b => b -> b) -> DeleteIdentityPool -> DeleteIdentityPool #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteIdentityPool -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteIdentityPool -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteIdentityPool -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteIdentityPool -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteIdentityPool -> m DeleteIdentityPool #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteIdentityPool -> m DeleteIdentityPool #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteIdentityPool -> m DeleteIdentityPool #

Read DeleteIdentityPool Source # 
Show DeleteIdentityPool Source # 
Generic DeleteIdentityPool Source # 
Hashable DeleteIdentityPool Source # 
ToJSON DeleteIdentityPool Source # 
NFData DeleteIdentityPool Source # 

Methods

rnf :: DeleteIdentityPool -> () #

AWSRequest DeleteIdentityPool Source # 
ToHeaders DeleteIdentityPool Source # 
ToPath DeleteIdentityPool Source # 
ToQuery DeleteIdentityPool Source # 
type Rep DeleteIdentityPool Source # 
type Rep DeleteIdentityPool = D1 * (MetaData "DeleteIdentityPool" "Network.AWS.CognitoIdentity.DeleteIdentityPool" "amazonka-cognito-identity-1.6.0-IO8Zr4R9nPG32UBd628mMD" True) (C1 * (MetaCons "DeleteIdentityPool'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dIdentityPoolId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DeleteIdentityPool Source # 

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.

Instances

Eq DeleteIdentityPoolResponse Source # 
Data DeleteIdentityPoolResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteIdentityPoolResponse -> c DeleteIdentityPoolResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteIdentityPoolResponse #

toConstr :: DeleteIdentityPoolResponse -> Constr #

dataTypeOf :: DeleteIdentityPoolResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeleteIdentityPoolResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteIdentityPoolResponse) #

gmapT :: (forall b. Data b => b -> b) -> DeleteIdentityPoolResponse -> DeleteIdentityPoolResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteIdentityPoolResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteIdentityPoolResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteIdentityPoolResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteIdentityPoolResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteIdentityPoolResponse -> m DeleteIdentityPoolResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteIdentityPoolResponse -> m DeleteIdentityPoolResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteIdentityPoolResponse -> m DeleteIdentityPoolResponse #

Read DeleteIdentityPoolResponse Source # 
Show DeleteIdentityPoolResponse Source # 
Generic DeleteIdentityPoolResponse Source # 
NFData DeleteIdentityPoolResponse Source # 
type Rep DeleteIdentityPoolResponse Source # 
type Rep DeleteIdentityPoolResponse = D1 * (MetaData "DeleteIdentityPoolResponse" "Network.AWS.CognitoIdentity.DeleteIdentityPool" "amazonka-cognito-identity-1.6.0-IO8Zr4R9nPG32UBd628mMD" False) (C1 * (MetaCons "DeleteIdentityPoolResponse'" PrefixI False) (U1 *))