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

Contents

Description

Describes the user import job.

Synopsis

Creating a Request

describeUserImportJob Source #

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

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

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

data DescribeUserImportJob Source #

Represents the request to describe the user import job.

See: describeUserImportJob smart constructor.

Instances

Eq DescribeUserImportJob Source # 
Data DescribeUserImportJob Source # 

Methods

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

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

toConstr :: DescribeUserImportJob -> Constr #

dataTypeOf :: DescribeUserImportJob -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: DescribeUserImportJob -> () #

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

Request Lenses

duijUserPoolId :: Lens' DescribeUserImportJob Text Source #

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

duijJobId :: Lens' DescribeUserImportJob Text Source #

The job ID for the user import job.

Destructuring the Response

describeUserImportJobResponse Source #

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

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

data DescribeUserImportJobResponse Source #

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

See: describeUserImportJobResponse smart constructor.

Instances

Eq DescribeUserImportJobResponse Source # 
Data DescribeUserImportJobResponse Source # 

Methods

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

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

toConstr :: DescribeUserImportJobResponse -> Constr #

dataTypeOf :: DescribeUserImportJobResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Response Lenses

duijrsUserImportJob :: Lens' DescribeUserImportJobResponse (Maybe UserImportJobType) Source #

The job object that represents the user import job.