amazonka-cognito-idp-1.6.0: 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 # 
Data DeleteUserPool Source # 

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 # 
Show DeleteUserPool Source # 
Generic DeleteUserPool Source # 

Associated Types

type Rep DeleteUserPool :: * -> * #

Hashable DeleteUserPool Source # 
ToJSON DeleteUserPool Source # 
NFData DeleteUserPool Source # 

Methods

rnf :: DeleteUserPool -> () #

AWSRequest DeleteUserPool Source # 
ToHeaders DeleteUserPool Source # 
ToPath DeleteUserPool Source # 
ToQuery DeleteUserPool Source # 
type Rep DeleteUserPool Source # 
type Rep DeleteUserPool = D1 * (MetaData "DeleteUserPool" "Network.AWS.CognitoIdentityProvider.DeleteUserPool" "amazonka-cognito-idp-1.6.0-JhJp6CX0k821Z1WSNBuBfd" True) (C1 * (MetaCons "DeleteUserPool'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dupUserPoolId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DeleteUserPool Source # 

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 # 
Data DeleteUserPoolResponse Source # 

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 # 
Show DeleteUserPoolResponse Source # 
Generic DeleteUserPoolResponse Source # 
NFData DeleteUserPoolResponse Source # 

Methods

rnf :: DeleteUserPoolResponse -> () #

type Rep DeleteUserPoolResponse Source # 
type Rep DeleteUserPoolResponse = D1 * (MetaData "DeleteUserPoolResponse" "Network.AWS.CognitoIdentityProvider.DeleteUserPool" "amazonka-cognito-idp-1.6.0-JhJp6CX0k821Z1WSNBuBfd" False) (C1 * (MetaCons "DeleteUserPoolResponse'" PrefixI False) (U1 *))