amazonka-pinpoint-1.6.1: 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 Source #

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 Source #

See: getExportJobs smart constructor.

Instances
Eq GetExportJobs Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Data GetExportJobs Source # 
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 Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Show GetExportJobs Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Generic GetExportJobs Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Associated Types

type Rep GetExportJobs :: Type -> Type #

Hashable GetExportJobs Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

AWSRequest GetExportJobs Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Associated Types

type Rs GetExportJobs :: Type #

ToHeaders GetExportJobs Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

ToPath GetExportJobs Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

ToQuery GetExportJobs Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

NFData GetExportJobs Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Methods

rnf :: GetExportJobs -> () #

type Rep GetExportJobs Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

type Rep GetExportJobs = D1 (MetaData "GetExportJobs" "Network.AWS.Pinpoint.GetExportJobs" "amazonka-pinpoint-1.6.1-4ftRHSGuITY77Rh0OQCFbU" 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 Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Request Lenses

gejsToken :: Lens' GetExportJobs (Maybe Text) Source #

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) Source #

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

Destructuring the Response

getExportJobsResponse Source #

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 Source #

See: getExportJobsResponse smart constructor.

Instances
Eq GetExportJobsResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Data GetExportJobsResponse Source # 
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 Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Show GetExportJobsResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Generic GetExportJobsResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Associated Types

type Rep GetExportJobsResponse :: Type -> Type #

NFData GetExportJobsResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

Methods

rnf :: GetExportJobsResponse -> () #

type Rep GetExportJobsResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJobs

type Rep GetExportJobsResponse = D1 (MetaData "GetExportJobsResponse" "Network.AWS.Pinpoint.GetExportJobs" "amazonka-pinpoint-1.6.1-4ftRHSGuITY77Rh0OQCFbU" 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 Source #

  • - | The response status code.