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 #

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 #

Represents the request to describe the user import job.

See: describeUserImportJob smart constructor.

Instances

Eq DescribeUserImportJob # 
Data DescribeUserImportJob # 

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

Methods

rnf :: DescribeUserImportJob -> () #

AWSRequest DescribeUserImportJob # 
ToQuery DescribeUserImportJob # 
ToPath DescribeUserImportJob # 
ToHeaders DescribeUserImportJob # 
type Rep DescribeUserImportJob # 
type Rep DescribeUserImportJob = D1 (MetaData "DescribeUserImportJob" "Network.AWS.CognitoIdentityProvider.DescribeUserImportJob" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" 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 # 

Request Lenses

duijUserPoolId :: Lens' DescribeUserImportJob Text #

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

duijJobId :: Lens' DescribeUserImportJob Text #

The job ID for the user import job.

Destructuring the Response

describeUserImportJobResponse #

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 #

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

See: describeUserImportJobResponse smart constructor.

Instances

Eq DescribeUserImportJobResponse # 
Data DescribeUserImportJobResponse # 

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 # 
Show DescribeUserImportJobResponse # 
Generic DescribeUserImportJobResponse # 
NFData DescribeUserImportJobResponse # 
type Rep DescribeUserImportJobResponse # 
type Rep DescribeUserImportJobResponse = D1 (MetaData "DescribeUserImportJobResponse" "Network.AWS.CognitoIdentityProvider.DescribeUserImportJob" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" 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) #

The job object that represents the user import job.