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.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 # 
Data GetImportJob Source # 

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 # 
Show GetImportJob Source # 
Generic GetImportJob Source # 

Associated Types

type Rep GetImportJob :: * -> * #

Hashable GetImportJob Source # 
NFData GetImportJob Source # 

Methods

rnf :: GetImportJob -> () #

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

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

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 # 
Show GetImportJobResponse Source # 
Generic GetImportJobResponse Source # 
NFData GetImportJobResponse Source # 

Methods

rnf :: GetImportJobResponse -> () #

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

Response Lenses

gijrsResponseStatus :: Lens' GetImportJobResponse Int Source #

  • - | The response status code.