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

Contents

Description

Returns information about an export job.

Synopsis

Creating a Request

getExportJob Source #

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

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

data GetExportJob Source #

See: getExportJob smart constructor.

Instances

Eq GetExportJob Source # 
Data GetExportJob Source # 

Methods

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

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

toConstr :: GetExportJob -> Constr #

dataTypeOf :: GetExportJob -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetExportJob Source # 
Show GetExportJob Source # 
Generic GetExportJob Source # 

Associated Types

type Rep GetExportJob :: * -> * #

Hashable GetExportJob Source # 
NFData GetExportJob Source # 

Methods

rnf :: GetExportJob -> () #

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

Request Lenses

gejJobId :: Lens' GetExportJob Text Source #

Undocumented member.

Destructuring the Response

getExportJobResponse Source #

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

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

data GetExportJobResponse Source #

See: getExportJobResponse smart constructor.

Instances

Eq GetExportJobResponse Source # 
Data GetExportJobResponse Source # 

Methods

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

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

toConstr :: GetExportJobResponse -> Constr #

dataTypeOf :: GetExportJobResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetExportJobResponse Source # 
Show GetExportJobResponse Source # 
Generic GetExportJobResponse Source # 
NFData GetExportJobResponse Source # 

Methods

rnf :: GetExportJobResponse -> () #

type Rep GetExportJobResponse Source # 
type Rep GetExportJobResponse = D1 * (MetaData "GetExportJobResponse" "Network.AWS.Pinpoint.GetExportJob" "amazonka-pinpoint-1.6.0-7oUik9Pbw4H6Ztde19v7pU" False) (C1 * (MetaCons "GetExportJobResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_getrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_getrsExportJobResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ExportJobResponse))))

Response Lenses

getrsResponseStatus :: Lens' GetExportJobResponse Int Source #

  • - | The response status code.