amazonka-cognito-idp-1.4.4: 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.ListUserImportJobs

Contents

Description

Lists the user import jobs.

Synopsis

Creating a Request

listUserImportJobs Source #

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

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

data ListUserImportJobs Source #

Represents the request to list the user import jobs.

See: listUserImportJobs smart constructor.

Instances

Eq ListUserImportJobs Source # 
Data ListUserImportJobs Source # 

Methods

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

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

toConstr :: ListUserImportJobs -> Constr #

dataTypeOf :: ListUserImportJobs -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListUserImportJobs Source # 
Show ListUserImportJobs Source # 
Generic ListUserImportJobs Source # 
Hashable ListUserImportJobs Source # 
NFData ListUserImportJobs Source # 

Methods

rnf :: ListUserImportJobs -> () #

AWSRequest ListUserImportJobs Source # 
ToPath ListUserImportJobs Source # 
ToHeaders ListUserImportJobs Source # 
ToQuery ListUserImportJobs Source # 
ToJSON ListUserImportJobs Source # 
type Rep ListUserImportJobs Source # 
type Rep ListUserImportJobs = D1 (MetaData "ListUserImportJobs" "Network.AWS.CognitoIdentityProvider.ListUserImportJobs" "amazonka-cognito-idp-1.4.4-Eb4kRXeOKxQAdVBRleVhS9" False) (C1 (MetaCons "ListUserImportJobs'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_luijPaginationToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_luijUserPoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_luijMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat)))))
type Rs ListUserImportJobs Source # 

Request Lenses

luijPaginationToken :: Lens' ListUserImportJobs (Maybe Text) Source #

An identifier that was returned from the previous call to this operation, which can be used to return the next set of import jobs in the list.

luijUserPoolId :: Lens' ListUserImportJobs Text Source #

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

luijMaxResults :: Lens' ListUserImportJobs Natural Source #

The maximum number of import jobs you want the request to return.

Destructuring the Response

listUserImportJobsResponse Source #

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

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

data ListUserImportJobsResponse Source #

Represents the response from the server to the request to list the user import jobs.

See: listUserImportJobsResponse smart constructor.

Instances

Eq ListUserImportJobsResponse Source # 
Data ListUserImportJobsResponse Source # 

Methods

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

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

toConstr :: ListUserImportJobsResponse -> Constr #

dataTypeOf :: ListUserImportJobsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListUserImportJobsResponse Source # 
Show ListUserImportJobsResponse Source # 
Generic ListUserImportJobsResponse Source # 
NFData ListUserImportJobsResponse Source # 
type Rep ListUserImportJobsResponse Source # 
type Rep ListUserImportJobsResponse = D1 (MetaData "ListUserImportJobsResponse" "Network.AWS.CognitoIdentityProvider.ListUserImportJobs" "amazonka-cognito-idp-1.4.4-Eb4kRXeOKxQAdVBRleVhS9" False) (C1 (MetaCons "ListUserImportJobsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_luijrsPaginationToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_luijrsUserImportJobs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (List1 UserImportJobType)))) (S1 (MetaSel (Just Symbol "_luijrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

luijrsPaginationToken :: Lens' ListUserImportJobsResponse (Maybe Text) Source #

An identifier that can be used to return the next set of user import jobs in the list.