amazonka-cognito-idp-1.6.1: Amazon Cognito Identity Provider 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.CognitoIdentityProvider.DeleteUserPool

Contents

Description

Deletes the specified Amazon Cognito user pool.

Synopsis

Creating a Request

deleteUserPool Source #

Creates a value of DeleteUserPool with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dupUserPoolId - The user pool ID for the user pool you want to delete.

data DeleteUserPool Source #

Represents the request to delete a user pool.

See: deleteUserPool smart constructor.

Instances
Eq DeleteUserPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPool

Data DeleteUserPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPool

Methods

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

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

toConstr :: DeleteUserPool -> Constr #

dataTypeOf :: DeleteUserPool -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteUserPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPool

Show DeleteUserPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPool

Generic DeleteUserPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPool

Associated Types

type Rep DeleteUserPool :: Type -> Type #

Hashable DeleteUserPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPool

ToJSON DeleteUserPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPool

AWSRequest DeleteUserPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPool

Associated Types

type Rs DeleteUserPool :: Type #

ToHeaders DeleteUserPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPool

ToPath DeleteUserPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPool

ToQuery DeleteUserPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPool

NFData DeleteUserPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPool

Methods

rnf :: DeleteUserPool -> () #

type Rep DeleteUserPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPool

type Rep DeleteUserPool = D1 (MetaData "DeleteUserPool" "Network.AWS.CognitoIdentityProvider.DeleteUserPool" "amazonka-cognito-idp-1.6.1-IATNKTGZSOc4TejpW4Ifw7" True) (C1 (MetaCons "DeleteUserPool'" PrefixI True) (S1 (MetaSel (Just "_dupUserPoolId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteUserPool Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPool

Request Lenses

dupUserPoolId :: Lens' DeleteUserPool Text Source #

The user pool ID for the user pool you want to delete.

Destructuring the Response

deleteUserPoolResponse :: DeleteUserPoolResponse Source #

Creates a value of DeleteUserPoolResponse with the minimum fields required to make a request.

data DeleteUserPoolResponse Source #

See: deleteUserPoolResponse smart constructor.

Instances
Eq DeleteUserPoolResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPool

Data DeleteUserPoolResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPool

Methods

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

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

toConstr :: DeleteUserPoolResponse -> Constr #

dataTypeOf :: DeleteUserPoolResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteUserPoolResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPool

Show DeleteUserPoolResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPool

Generic DeleteUserPoolResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPool

Associated Types

type Rep DeleteUserPoolResponse :: Type -> Type #

NFData DeleteUserPoolResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPool

Methods

rnf :: DeleteUserPoolResponse -> () #

type Rep DeleteUserPoolResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPool

type Rep DeleteUserPoolResponse = D1 (MetaData "DeleteUserPoolResponse" "Network.AWS.CognitoIdentityProvider.DeleteUserPool" "amazonka-cognito-idp-1.6.1-IATNKTGZSOc4TejpW4Ifw7" False) (C1 (MetaCons "DeleteUserPoolResponse'" PrefixI False) (U1 :: Type -> Type))