amazonka-cognito-idp-1.4.5: Amazon Cognito Identity Provider SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CognitoIdentityProvider.StopUserImportJob

Contents

Description

Stops the user import job.

Synopsis

Creating a Request

stopUserImportJob Source #

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

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

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

data StopUserImportJob Source #

Represents the request to stop the user import job.

See: stopUserImportJob smart constructor.

Instances

Eq StopUserImportJob Source # 
Data StopUserImportJob Source # 

Methods

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

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

toConstr :: StopUserImportJob -> Constr #

dataTypeOf :: StopUserImportJob -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopUserImportJob Source # 
Show StopUserImportJob Source # 
Generic StopUserImportJob Source # 
Hashable StopUserImportJob Source # 
ToJSON StopUserImportJob Source # 
NFData StopUserImportJob Source # 

Methods

rnf :: StopUserImportJob -> () #

AWSRequest StopUserImportJob Source # 
ToPath StopUserImportJob Source # 
ToHeaders StopUserImportJob Source # 
ToQuery StopUserImportJob Source # 
type Rep StopUserImportJob Source # 
type Rep StopUserImportJob = D1 (MetaData "StopUserImportJob" "Network.AWS.CognitoIdentityProvider.StopUserImportJob" "amazonka-cognito-idp-1.4.5-GXmpY7qnFXp3lLWwYVX1Gb" False) (C1 (MetaCons "StopUserImportJob'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_sUserPoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_sJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs StopUserImportJob Source # 

Request Lenses

sUserPoolId :: Lens' StopUserImportJob Text Source #

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

sJobId :: Lens' StopUserImportJob Text Source #

The job ID for the user import job.

Destructuring the Response

stopUserImportJobResponse Source #

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

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

data StopUserImportJobResponse Source #

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

See: stopUserImportJobResponse smart constructor.

Instances

Eq StopUserImportJobResponse Source # 
Data StopUserImportJobResponse Source # 

Methods

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

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

toConstr :: StopUserImportJobResponse -> Constr #

dataTypeOf :: StopUserImportJobResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopUserImportJobResponse Source # 
Show StopUserImportJobResponse Source # 
Generic StopUserImportJobResponse Source # 
NFData StopUserImportJobResponse Source # 
type Rep StopUserImportJobResponse Source # 
type Rep StopUserImportJobResponse = D1 (MetaData "StopUserImportJobResponse" "Network.AWS.CognitoIdentityProvider.StopUserImportJob" "amazonka-cognito-idp-1.4.5-GXmpY7qnFXp3lLWwYVX1Gb" False) (C1 (MetaCons "StopUserImportJobResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_srsUserImportJob") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe UserImportJobType))) (S1 (MetaSel (Just Symbol "_srsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses

srsUserImportJob :: Lens' StopUserImportJobResponse (Maybe UserImportJobType) Source #

The job object that represents the user import job.