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

Contents

Description

Starts the user import.

Synopsis

Creating a Request

startUserImportJob #

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

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

  • suijUserPoolId - The user pool ID for the user pool that the users are being imported into.
  • suijJobId - The job ID for the user import job.

data StartUserImportJob #

Represents the request to start the user import job.

See: startUserImportJob smart constructor.

Instances
Eq StartUserImportJob # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.StartUserImportJob

Data StartUserImportJob # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.StartUserImportJob

Methods

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

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

toConstr :: StartUserImportJob -> Constr #

dataTypeOf :: StartUserImportJob -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StartUserImportJob # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.StartUserImportJob

Show StartUserImportJob # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.StartUserImportJob

Generic StartUserImportJob # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.StartUserImportJob

Associated Types

type Rep StartUserImportJob :: * -> * #

Hashable StartUserImportJob # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.StartUserImportJob

ToJSON StartUserImportJob # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.StartUserImportJob

AWSRequest StartUserImportJob # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.StartUserImportJob

Associated Types

type Rs StartUserImportJob :: * #

ToHeaders StartUserImportJob # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.StartUserImportJob

ToPath StartUserImportJob # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.StartUserImportJob

ToQuery StartUserImportJob # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.StartUserImportJob

NFData StartUserImportJob # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.StartUserImportJob

Methods

rnf :: StartUserImportJob -> () #

type Rep StartUserImportJob # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.StartUserImportJob

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

Defined in Network.AWS.CognitoIdentityProvider.StartUserImportJob

Request Lenses

suijUserPoolId :: Lens' StartUserImportJob Text #

The user pool ID for the user pool that the users are being imported into.

suijJobId :: Lens' StartUserImportJob Text #

The job ID for the user import job.

Destructuring the Response

startUserImportJobResponse #

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

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

data StartUserImportJobResponse #

Represents the response from the server to the request to start the user import job.

See: startUserImportJobResponse smart constructor.

Instances
Eq StartUserImportJobResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.StartUserImportJob

Data StartUserImportJobResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.StartUserImportJob

Methods

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

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

toConstr :: StartUserImportJobResponse -> Constr #

dataTypeOf :: StartUserImportJobResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StartUserImportJobResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.StartUserImportJob

Show StartUserImportJobResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.StartUserImportJob

Generic StartUserImportJobResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.StartUserImportJob

Associated Types

type Rep StartUserImportJobResponse :: * -> * #

NFData StartUserImportJobResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.StartUserImportJob

type Rep StartUserImportJobResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.StartUserImportJob

type Rep StartUserImportJobResponse = D1 (MetaData "StartUserImportJobResponse" "Network.AWS.CognitoIdentityProvider.StartUserImportJob" "amazonka-cognito-idp-1.6.0-7SljkxAhdrGDTNozW2RuYv" False) (C1 (MetaCons "StartUserImportJobResponse'" PrefixI True) (S1 (MetaSel (Just "_suijrsUserImportJob") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe UserImportJobType)) :*: S1 (MetaSel (Just "_suijrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

suijrsUserImportJob :: Lens' StartUserImportJobResponse (Maybe UserImportJobType) #

The job object that represents the user import job.