amazonka-pinpoint-1.4.5: Amazon Pinpoint 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.Pinpoint.GetImportJobs

Contents

Description

Returns information about your import jobs.

Synopsis

Creating a Request

getImportJobs Source #

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

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

data GetImportJobs Source #

See: getImportJobs smart constructor.

Instances

Eq GetImportJobs Source # 
Data GetImportJobs Source # 

Methods

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

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

toConstr :: GetImportJobs -> Constr #

dataTypeOf :: GetImportJobs -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetImportJobs Source # 
Show GetImportJobs Source # 
Generic GetImportJobs Source # 

Associated Types

type Rep GetImportJobs :: * -> * #

Hashable GetImportJobs Source # 
NFData GetImportJobs Source # 

Methods

rnf :: GetImportJobs -> () #

AWSRequest GetImportJobs Source # 
ToPath GetImportJobs Source # 
ToHeaders GetImportJobs Source # 
ToQuery GetImportJobs Source # 
type Rep GetImportJobs Source # 
type Rep GetImportJobs = D1 (MetaData "GetImportJobs" "Network.AWS.Pinpoint.GetImportJobs" "amazonka-pinpoint-1.4.5-HRFryQyBdxcJKvn2qKzTo3" False) (C1 (MetaCons "GetImportJobs'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gijsToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_gijsPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_gijsApplicationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs GetImportJobs Source # 

Request Lenses

gijsToken :: Lens' GetImportJobs (Maybe Text) Source #

Undocumented member.

gijsPageSize :: Lens' GetImportJobs (Maybe Text) Source #

Undocumented member.

Destructuring the Response

getImportJobsResponse Source #

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

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

data GetImportJobsResponse Source #

See: getImportJobsResponse smart constructor.

Instances

Eq GetImportJobsResponse Source # 
Data GetImportJobsResponse Source # 

Methods

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

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

toConstr :: GetImportJobsResponse -> Constr #

dataTypeOf :: GetImportJobsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetImportJobsResponse Source # 
Show GetImportJobsResponse Source # 
Generic GetImportJobsResponse Source # 
NFData GetImportJobsResponse Source # 

Methods

rnf :: GetImportJobsResponse -> () #

type Rep GetImportJobsResponse Source # 
type Rep GetImportJobsResponse = D1 (MetaData "GetImportJobsResponse" "Network.AWS.Pinpoint.GetImportJobs" "amazonka-pinpoint-1.4.5-HRFryQyBdxcJKvn2qKzTo3" False) (C1 (MetaCons "GetImportJobsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gijsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_gijsrsImportJobsResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ImportJobsResponse))))

Response Lenses