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

Contents

Description

Creates a new domain for a user pool.

Synopsis

Creating a Request

createUserPoolDomain #

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

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

data CreateUserPoolDomain #

See: createUserPoolDomain smart constructor.

Instances

Eq CreateUserPoolDomain # 
Data CreateUserPoolDomain # 

Methods

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

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

toConstr :: CreateUserPoolDomain -> Constr #

dataTypeOf :: CreateUserPoolDomain -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateUserPoolDomain # 
Show CreateUserPoolDomain # 
Generic CreateUserPoolDomain # 
Hashable CreateUserPoolDomain # 
ToJSON CreateUserPoolDomain # 
NFData CreateUserPoolDomain # 

Methods

rnf :: CreateUserPoolDomain -> () #

AWSRequest CreateUserPoolDomain # 
ToHeaders CreateUserPoolDomain # 
ToPath CreateUserPoolDomain # 
ToQuery CreateUserPoolDomain # 
type Rep CreateUserPoolDomain # 
type Rep CreateUserPoolDomain = D1 * (MetaData "CreateUserPoolDomain" "Network.AWS.CognitoIdentityProvider.CreateUserPoolDomain" "amazonka-cognito-idp-1.6.0-HX2vHucaSbyYp7rG4n6Wk" False) (C1 * (MetaCons "CreateUserPoolDomain'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_cupdDomain") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_cupdUserPoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))
type Rs CreateUserPoolDomain # 

Request Lenses

Destructuring the Response

createUserPoolDomainResponse #

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

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

data CreateUserPoolDomainResponse #

See: createUserPoolDomainResponse smart constructor.

Instances

Eq CreateUserPoolDomainResponse # 
Data CreateUserPoolDomainResponse # 

Methods

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

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

toConstr :: CreateUserPoolDomainResponse -> Constr #

dataTypeOf :: CreateUserPoolDomainResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateUserPoolDomainResponse # 
Show CreateUserPoolDomainResponse # 
Generic CreateUserPoolDomainResponse # 
NFData CreateUserPoolDomainResponse # 
type Rep CreateUserPoolDomainResponse # 
type Rep CreateUserPoolDomainResponse = D1 * (MetaData "CreateUserPoolDomainResponse" "Network.AWS.CognitoIdentityProvider.CreateUserPoolDomain" "amazonka-cognito-idp-1.6.0-HX2vHucaSbyYp7rG4n6Wk" True) (C1 * (MetaCons "CreateUserPoolDomainResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_cupdrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses