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

Contents

Description

Allows the developer to delete the user pool client.

Synopsis

Creating a Request

deleteUserPoolClient Source #

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

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

  • dupcUserPoolId - The user pool ID for the user pool where you want to delete the client.
  • dupcClientId - The ID of the client associated with the user pool.

data DeleteUserPoolClient Source #

Represents the request to delete a user pool client.

See: deleteUserPoolClient smart constructor.

Instances

Eq DeleteUserPoolClient Source # 
Data DeleteUserPoolClient Source # 

Methods

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

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

toConstr :: DeleteUserPoolClient -> Constr #

dataTypeOf :: DeleteUserPoolClient -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: DeleteUserPoolClient -> () #

AWSRequest DeleteUserPoolClient Source # 
ToPath DeleteUserPoolClient Source # 
ToHeaders DeleteUserPoolClient Source # 
ToQuery DeleteUserPoolClient Source # 
type Rep DeleteUserPoolClient Source # 
type Rep DeleteUserPoolClient = D1 (MetaData "DeleteUserPoolClient" "Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient" "amazonka-cognito-idp-1.4.5-GXmpY7qnFXp3lLWwYVX1Gb" False) (C1 (MetaCons "DeleteUserPoolClient'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dupcUserPoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_dupcClientId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Sensitive Text)))))
type Rs DeleteUserPoolClient Source # 

Request Lenses

dupcUserPoolId :: Lens' DeleteUserPoolClient Text Source #

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

dupcClientId :: Lens' DeleteUserPoolClient Text Source #

The ID of the client associated with the user pool.

Destructuring the Response

deleteUserPoolClientResponse :: DeleteUserPoolClientResponse Source #

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

data DeleteUserPoolClientResponse Source #

See: deleteUserPoolClientResponse smart constructor.

Instances

Eq DeleteUserPoolClientResponse Source # 
Data DeleteUserPoolClientResponse Source # 

Methods

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

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

toConstr :: DeleteUserPoolClientResponse -> Constr #

dataTypeOf :: DeleteUserPoolClientResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteUserPoolClientResponse Source # 
Show DeleteUserPoolClientResponse Source # 
Generic DeleteUserPoolClientResponse Source # 
NFData DeleteUserPoolClientResponse Source # 
type Rep DeleteUserPoolClientResponse Source # 
type Rep DeleteUserPoolClientResponse = D1 (MetaData "DeleteUserPoolClientResponse" "Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient" "amazonka-cognito-idp-1.4.5-GXmpY7qnFXp3lLWwYVX1Gb" False) (C1 (MetaCons "DeleteUserPoolClientResponse'" PrefixI False) U1)