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 #

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 #

See: getImportJobs smart constructor.

Instances

Eq GetImportJobs # 
Data GetImportJobs # 

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 # 
Show GetImportJobs # 
Generic GetImportJobs # 

Associated Types

type Rep GetImportJobs :: * -> * #

Hashable GetImportJobs # 
NFData GetImportJobs # 

Methods

rnf :: GetImportJobs -> () #

AWSRequest GetImportJobs # 
ToQuery GetImportJobs # 
ToPath GetImportJobs # 
ToHeaders GetImportJobs # 
type Rep GetImportJobs # 
type Rep GetImportJobs = D1 (MetaData "GetImportJobs" "Network.AWS.Pinpoint.GetImportJobs" "amazonka-pinpoint-1.4.5-4U1okCZWctNBYJjgcmE2yM" 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 # 

Request Lenses

gijsToken :: Lens' GetImportJobs (Maybe Text) #

Undocumented member.

gijsPageSize :: Lens' GetImportJobs (Maybe Text) #

Undocumented member.

gijsApplicationId :: Lens' GetImportJobs Text #

Undocumented member.

Destructuring the Response

getImportJobsResponse #

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 #

See: getImportJobsResponse smart constructor.

Instances

Eq GetImportJobsResponse # 
Data GetImportJobsResponse # 

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 # 
Show GetImportJobsResponse # 
Generic GetImportJobsResponse # 
NFData GetImportJobsResponse # 

Methods

rnf :: GetImportJobsResponse -> () #

type Rep GetImportJobsResponse # 
type Rep GetImportJobsResponse = D1 (MetaData "GetImportJobsResponse" "Network.AWS.Pinpoint.GetImportJobs" "amazonka-pinpoint-1.4.5-4U1okCZWctNBYJjgcmE2yM" 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

gijsrsResponseStatus :: Lens' GetImportJobsResponse Int #

  • - | The response status code.