amazonka-pinpoint-1.6.0: Amazon Pinpoint SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Pinpoint.GetExportJobs

Contents

Description

Returns information about your export jobs.

Synopsis

Creating a Request

getExportJobs #

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

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

  • gejsToken - The NextToken string returned on a previous page that you use to get the next page of results in a paginated response.
  • gejsPageSize - The number of entries you want on each page in the response.
  • gejsApplicationId - Undocumented member.

data GetExportJobs #

See: getExportJobs smart constructor.

Instances
Eq GetExportJobs # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Data GetExportJobs # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Methods

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

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

toConstr :: GetExportJobs -> Constr #

dataTypeOf :: GetExportJobs -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetExportJobs # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Show GetExportJobs # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Generic GetExportJobs # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Associated Types

type Rep GetExportJobs :: * -> * #

Hashable GetExportJobs # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

AWSRequest GetExportJobs # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Associated Types

type Rs GetExportJobs :: * #

ToHeaders GetExportJobs # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

ToPath GetExportJobs # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

ToQuery GetExportJobs # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

NFData GetExportJobs # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Methods

rnf :: GetExportJobs -> () #

type Rep GetExportJobs # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

type Rep GetExportJobs = D1 (MetaData "GetExportJobs" "Network.AWS.Pinpoint.GetExportJobs" "amazonka-pinpoint-1.6.0-g97jwSrQ3cH31izP2Adqp" False) (C1 (MetaCons "GetExportJobs'" PrefixI True) (S1 (MetaSel (Just "_gejsToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_gejsPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_gejsApplicationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs GetExportJobs # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Request Lenses

gejsToken :: Lens' GetExportJobs (Maybe Text) #

The NextToken string returned on a previous page that you use to get the next page of results in a paginated response.

gejsPageSize :: Lens' GetExportJobs (Maybe Text) #

The number of entries you want on each page in the response.

gejsApplicationId :: Lens' GetExportJobs Text #

Undocumented member.

Destructuring the Response

getExportJobsResponse #

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

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

data GetExportJobsResponse #

See: getExportJobsResponse smart constructor.

Instances
Eq GetExportJobsResponse # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Data GetExportJobsResponse # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Methods

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

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

toConstr :: GetExportJobsResponse -> Constr #

dataTypeOf :: GetExportJobsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetExportJobsResponse # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Show GetExportJobsResponse # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Generic GetExportJobsResponse # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Associated Types

type Rep GetExportJobsResponse :: * -> * #

NFData GetExportJobsResponse # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Methods

rnf :: GetExportJobsResponse -> () #

type Rep GetExportJobsResponse # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

type Rep GetExportJobsResponse = D1 (MetaData "GetExportJobsResponse" "Network.AWS.Pinpoint.GetExportJobs" "amazonka-pinpoint-1.6.0-g97jwSrQ3cH31izP2Adqp" False) (C1 (MetaCons "GetExportJobsResponse'" PrefixI True) (S1 (MetaSel (Just "_gejrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_gejrsExportJobsResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ExportJobsResponse)))

Response Lenses

gejrsResponseStatus :: Lens' GetExportJobsResponse Int #

  • - | The response status code.