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.DeleteUserPoolDomain

Contents

Description

Deletes a domain for a user pool.

Synopsis

Creating a Request

deleteUserPoolDomain #

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

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

data DeleteUserPoolDomain #

See: deleteUserPoolDomain smart constructor.

Instances
Eq DeleteUserPoolDomain # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain

Data DeleteUserPoolDomain # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain

Methods

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

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

toConstr :: DeleteUserPoolDomain -> Constr #

dataTypeOf :: DeleteUserPoolDomain -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteUserPoolDomain # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain

Show DeleteUserPoolDomain # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain

Generic DeleteUserPoolDomain # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain

Associated Types

type Rep DeleteUserPoolDomain :: * -> * #

Hashable DeleteUserPoolDomain # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain

ToJSON DeleteUserPoolDomain # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain

AWSRequest DeleteUserPoolDomain # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain

Associated Types

type Rs DeleteUserPoolDomain :: * #

ToHeaders DeleteUserPoolDomain # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain

ToPath DeleteUserPoolDomain # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain

ToQuery DeleteUserPoolDomain # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain

NFData DeleteUserPoolDomain # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain

Methods

rnf :: DeleteUserPoolDomain -> () #

type Rep DeleteUserPoolDomain # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain

type Rep DeleteUserPoolDomain = D1 (MetaData "DeleteUserPoolDomain" "Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain" "amazonka-cognito-idp-1.6.0-7SljkxAhdrGDTNozW2RuYv" False) (C1 (MetaCons "DeleteUserPoolDomain'" PrefixI True) (S1 (MetaSel (Just "_dupdDomain") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dupdUserPoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs DeleteUserPoolDomain # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain

Request Lenses

Destructuring the Response

deleteUserPoolDomainResponse #

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

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

data DeleteUserPoolDomainResponse #

See: deleteUserPoolDomainResponse smart constructor.

Instances
Eq DeleteUserPoolDomainResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain

Data DeleteUserPoolDomainResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain

Methods

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

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

toConstr :: DeleteUserPoolDomainResponse -> Constr #

dataTypeOf :: DeleteUserPoolDomainResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteUserPoolDomainResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain

Show DeleteUserPoolDomainResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain

Generic DeleteUserPoolDomainResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain

Associated Types

type Rep DeleteUserPoolDomainResponse :: * -> * #

NFData DeleteUserPoolDomainResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain

type Rep DeleteUserPoolDomainResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain

type Rep DeleteUserPoolDomainResponse = D1 (MetaData "DeleteUserPoolDomainResponse" "Network.AWS.CognitoIdentityProvider.DeleteUserPoolDomain" "amazonka-cognito-idp-1.6.0-7SljkxAhdrGDTNozW2RuYv" True) (C1 (MetaCons "DeleteUserPoolDomainResponse'" PrefixI True) (S1 (MetaSel (Just "_dupdrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses