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

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

See: createUserPoolDomain smart constructor.

Instances

Eq CreateUserPoolDomain Source # 
Data CreateUserPoolDomain Source # 

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 Source # 
Show CreateUserPoolDomain Source # 
Generic CreateUserPoolDomain Source # 
Hashable CreateUserPoolDomain Source # 
ToJSON CreateUserPoolDomain Source # 
NFData CreateUserPoolDomain Source # 

Methods

rnf :: CreateUserPoolDomain -> () #

AWSRequest CreateUserPoolDomain Source # 
ToHeaders CreateUserPoolDomain Source # 
ToPath CreateUserPoolDomain Source # 
ToQuery CreateUserPoolDomain Source # 
type Rep CreateUserPoolDomain Source # 
type Rep CreateUserPoolDomain = D1 * (MetaData "CreateUserPoolDomain" "Network.AWS.CognitoIdentityProvider.CreateUserPoolDomain" "amazonka-cognito-idp-1.6.0-JhJp6CX0k821Z1WSNBuBfd" 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 Source # 

Request Lenses

Destructuring the Response

createUserPoolDomainResponse Source #

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

See: createUserPoolDomainResponse smart constructor.

Instances

Eq CreateUserPoolDomainResponse Source # 
Data CreateUserPoolDomainResponse Source # 

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 Source # 
Show CreateUserPoolDomainResponse Source # 
Generic CreateUserPoolDomainResponse Source # 
NFData CreateUserPoolDomainResponse Source # 
type Rep CreateUserPoolDomainResponse Source # 
type Rep CreateUserPoolDomainResponse = D1 * (MetaData "CreateUserPoolDomainResponse" "Network.AWS.CognitoIdentityProvider.CreateUserPoolDomain" "amazonka-cognito-idp-1.6.0-JhJp6CX0k821Z1WSNBuBfd" True) (C1 * (MetaCons "CreateUserPoolDomainResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_cupdrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses