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

Contents

Description

Returns information about an import job.

Synopsis

Creating a Request

getImportJob Source #

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

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

data GetImportJob Source #

See: getImportJob smart constructor.

Instances
Eq GetImportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetImportJob

Data GetImportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetImportJob

Methods

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

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

toConstr :: GetImportJob -> Constr #

dataTypeOf :: GetImportJob -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetImportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetImportJob

Show GetImportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetImportJob

Generic GetImportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetImportJob

Associated Types

type Rep GetImportJob :: Type -> Type #

Hashable GetImportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetImportJob

AWSRequest GetImportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetImportJob

Associated Types

type Rs GetImportJob :: Type #

ToHeaders GetImportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetImportJob

ToPath GetImportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetImportJob

ToQuery GetImportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetImportJob

NFData GetImportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetImportJob

Methods

rnf :: GetImportJob -> () #

type Rep GetImportJob Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetImportJob

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

Defined in Network.AWS.Pinpoint.GetImportJob

Request Lenses

gijJobId :: Lens' GetImportJob Text Source #

Undocumented member.

Destructuring the Response

getImportJobResponse Source #

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

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

data GetImportJobResponse Source #

See: getImportJobResponse smart constructor.

Instances
Eq GetImportJobResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetImportJob

Data GetImportJobResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetImportJob

Methods

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

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

toConstr :: GetImportJobResponse -> Constr #

dataTypeOf :: GetImportJobResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetImportJobResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetImportJob

Show GetImportJobResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetImportJob

Generic GetImportJobResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetImportJob

Associated Types

type Rep GetImportJobResponse :: Type -> Type #

NFData GetImportJobResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetImportJob

Methods

rnf :: GetImportJobResponse -> () #

type Rep GetImportJobResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetImportJob

type Rep GetImportJobResponse = D1 (MetaData "GetImportJobResponse" "Network.AWS.Pinpoint.GetImportJob" "amazonka-pinpoint-1.6.1-4ftRHSGuITY77Rh0OQCFbU" False) (C1 (MetaCons "GetImportJobResponse'" PrefixI True) (S1 (MetaSel (Just "_gijrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_gijrsImportJobResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ImportJobResponse)))

Response Lenses

gijrsResponseStatus :: Lens' GetImportJobResponse Int Source #

  • - | The response status code.