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.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 app client ID of the app 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 # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient

Data DeleteUserPoolClient Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient

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 #

Show DeleteUserPoolClient Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient

Generic DeleteUserPoolClient Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient

Associated Types

type Rep DeleteUserPoolClient :: Type -> Type #

Hashable DeleteUserPoolClient Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient

ToJSON DeleteUserPoolClient Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient

AWSRequest DeleteUserPoolClient Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient

Associated Types

type Rs DeleteUserPoolClient :: Type #

ToHeaders DeleteUserPoolClient Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient

ToPath DeleteUserPoolClient Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient

ToQuery DeleteUserPoolClient Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient

NFData DeleteUserPoolClient Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient

Methods

rnf :: DeleteUserPoolClient -> () #

type Rep DeleteUserPoolClient Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient

type Rep DeleteUserPoolClient = D1 (MetaData "DeleteUserPoolClient" "Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient" "amazonka-cognito-idp-1.6.1-IATNKTGZSOc4TejpW4Ifw7" False) (C1 (MetaCons "DeleteUserPoolClient'" PrefixI True) (S1 (MetaSel (Just "_dupcUserPoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dupcClientId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Sensitive Text))))
type Rs DeleteUserPoolClient Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient

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 app client ID of the app 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 # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient

Data DeleteUserPoolClientResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient

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

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient

Show DeleteUserPoolClientResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient

Generic DeleteUserPoolClientResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient

Associated Types

type Rep DeleteUserPoolClientResponse :: Type -> Type #

NFData DeleteUserPoolClientResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient

type Rep DeleteUserPoolClientResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolClient

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