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.GetSegmentExportJobs

Contents

Description

Returns a list of export jobs for a specific segment.

Synopsis

Creating a Request

getSegmentExportJobs Source #

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

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

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

data GetSegmentExportJobs Source #

See: getSegmentExportJobs smart constructor.

Instances

Eq GetSegmentExportJobs Source # 
Data GetSegmentExportJobs Source # 

Methods

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

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

toConstr :: GetSegmentExportJobs -> Constr #

dataTypeOf :: GetSegmentExportJobs -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetSegmentExportJobs Source # 
Show GetSegmentExportJobs Source # 
Generic GetSegmentExportJobs Source # 
Hashable GetSegmentExportJobs Source # 
NFData GetSegmentExportJobs Source # 

Methods

rnf :: GetSegmentExportJobs -> () #

AWSRequest GetSegmentExportJobs Source # 
ToHeaders GetSegmentExportJobs Source # 
ToPath GetSegmentExportJobs Source # 
ToQuery GetSegmentExportJobs Source # 
type Rep GetSegmentExportJobs Source # 
type Rep GetSegmentExportJobs = D1 * (MetaData "GetSegmentExportJobs" "Network.AWS.Pinpoint.GetSegmentExportJobs" "amazonka-pinpoint-1.6.0-7oUik9Pbw4H6Ztde19v7pU" False) (C1 * (MetaCons "GetSegmentExportJobs'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_gsejToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_gsejPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gsejSegmentId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_gsejApplicationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs GetSegmentExportJobs Source # 

Request Lenses

gsejToken :: Lens' GetSegmentExportJobs (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.

gsejPageSize :: Lens' GetSegmentExportJobs (Maybe Text) Source #

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

Destructuring the Response

getSegmentExportJobsResponse Source #

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

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

data GetSegmentExportJobsResponse Source #

See: getSegmentExportJobsResponse smart constructor.

Instances

Eq GetSegmentExportJobsResponse Source # 
Data GetSegmentExportJobsResponse Source # 

Methods

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

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

toConstr :: GetSegmentExportJobsResponse -> Constr #

dataTypeOf :: GetSegmentExportJobsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetSegmentExportJobsResponse Source # 
Show GetSegmentExportJobsResponse Source # 
Generic GetSegmentExportJobsResponse Source # 
NFData GetSegmentExportJobsResponse Source # 
type Rep GetSegmentExportJobsResponse Source # 
type Rep GetSegmentExportJobsResponse = D1 * (MetaData "GetSegmentExportJobsResponse" "Network.AWS.Pinpoint.GetSegmentExportJobs" "amazonka-pinpoint-1.6.0-7oUik9Pbw4H6Ztde19v7pU" False) (C1 * (MetaCons "GetSegmentExportJobsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gsejrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_gsejrsExportJobsResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ExportJobsResponse))))

Response Lenses