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.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 # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJob

Data GetExportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJob

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 # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJob

Show GetExportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJob

Generic GetExportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJob

Associated Types

type Rep GetExportJob :: Type -> Type #

Hashable GetExportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJob

AWSRequest GetExportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJob

Associated Types

type Rs GetExportJob :: Type #

ToHeaders GetExportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJob

ToPath GetExportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJob

ToQuery GetExportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJob

NFData GetExportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJob

Methods

rnf :: GetExportJob -> () #

type Rep GetExportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJob

type Rep GetExportJob = D1 (MetaData "GetExportJob" "Network.AWS.Pinpoint.GetExportJob" "amazonka-pinpoint-1.6.1-4ftRHSGuITY77Rh0OQCFbU" False) (C1 (MetaCons "GetExportJob'" PrefixI True) (S1 (MetaSel (Just "_gejApplicationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_gejJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs GetExportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJob

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 # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJob

Data GetExportJobResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJob

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 # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJob

Show GetExportJobResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJob

Generic GetExportJobResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJob

Associated Types

type Rep GetExportJobResponse :: Type -> Type #

NFData GetExportJobResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJob

Methods

rnf :: GetExportJobResponse -> () #

type Rep GetExportJobResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetExportJob

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

Response Lenses

getrsResponseStatus :: Lens' GetExportJobResponse Int Source #

  • - | The response status code.