amazonka-cognito-identity-1.6.1: 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 # 
Instance details

Defined in Network.AWS.CognitoIdentity.DeleteIdentityPool

Data DeleteIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DeleteIdentityPool

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 # 
Instance details

Defined in Network.AWS.CognitoIdentity.DeleteIdentityPool

Show DeleteIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DeleteIdentityPool

Generic DeleteIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DeleteIdentityPool

Associated Types

type Rep DeleteIdentityPool :: Type -> Type #

Hashable DeleteIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DeleteIdentityPool

ToJSON DeleteIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DeleteIdentityPool

AWSRequest DeleteIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DeleteIdentityPool

Associated Types

type Rs DeleteIdentityPool :: Type #

ToHeaders DeleteIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DeleteIdentityPool

ToPath DeleteIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DeleteIdentityPool

ToQuery DeleteIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DeleteIdentityPool

NFData DeleteIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DeleteIdentityPool

Methods

rnf :: DeleteIdentityPool -> () #

type Rep DeleteIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DeleteIdentityPool

type Rep DeleteIdentityPool = D1 (MetaData "DeleteIdentityPool" "Network.AWS.CognitoIdentity.DeleteIdentityPool" "amazonka-cognito-identity-1.6.1-JxIOswo68EQKpplMh7b7yR" True) (C1 (MetaCons "DeleteIdentityPool'" PrefixI True) (S1 (MetaSel (Just "_dIdentityPoolId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteIdentityPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DeleteIdentityPool

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 # 
Instance details

Defined in Network.AWS.CognitoIdentity.DeleteIdentityPool

Data DeleteIdentityPoolResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DeleteIdentityPool

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 # 
Instance details

Defined in Network.AWS.CognitoIdentity.DeleteIdentityPool

Show DeleteIdentityPoolResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DeleteIdentityPool

Generic DeleteIdentityPoolResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DeleteIdentityPool

Associated Types

type Rep DeleteIdentityPoolResponse :: Type -> Type #

NFData DeleteIdentityPoolResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DeleteIdentityPool

type Rep DeleteIdentityPoolResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentity.DeleteIdentityPool

type Rep DeleteIdentityPoolResponse = D1 (MetaData "DeleteIdentityPoolResponse" "Network.AWS.CognitoIdentity.DeleteIdentityPool" "amazonka-cognito-identity-1.6.1-JxIOswo68EQKpplMh7b7yR" False) (C1 (MetaCons "DeleteIdentityPoolResponse'" PrefixI False) (U1 :: Type -> Type))