Copyright | (c) 2013-2018 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.Glue.GetJob
Description
Retrieves an existing job definition.
Synopsis
- getJob :: Text -> GetJob
- data GetJob
- gjJobName :: Lens' GetJob Text
- getJobResponse :: Int -> GetJobResponse
- data GetJobResponse
- gjrsJob :: Lens' GetJobResponse (Maybe Job)
- gjrsResponseStatus :: Lens' GetJobResponse Int
Creating a Request
See: getJob
smart constructor.
Instances
Eq GetJob Source # | |
Data GetJob Source # | |
Defined in Network.AWS.Glue.GetJob Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetJob -> c GetJob # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetJob # toConstr :: GetJob -> Constr # dataTypeOf :: GetJob -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GetJob) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetJob) # gmapT :: (forall b. Data b => b -> b) -> GetJob -> GetJob # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetJob -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetJob -> r # gmapQ :: (forall d. Data d => d -> u) -> GetJob -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> GetJob -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetJob -> m GetJob # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetJob -> m GetJob # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetJob -> m GetJob # | |
Read GetJob Source # | |
Show GetJob Source # | |
Generic GetJob Source # | |
Hashable GetJob Source # | |
Defined in Network.AWS.Glue.GetJob | |
ToJSON GetJob Source # | |
Defined in Network.AWS.Glue.GetJob | |
AWSRequest GetJob Source # | |
ToHeaders GetJob Source # | |
Defined in Network.AWS.Glue.GetJob | |
ToPath GetJob Source # | |
Defined in Network.AWS.Glue.GetJob Methods toPath :: GetJob -> ByteString # | |
ToQuery GetJob Source # | |
Defined in Network.AWS.Glue.GetJob Methods toQuery :: GetJob -> QueryString # | |
NFData GetJob Source # | |
Defined in Network.AWS.Glue.GetJob | |
type Rep GetJob Source # | |
Defined in Network.AWS.Glue.GetJob | |
type Rs GetJob Source # | |
Defined in Network.AWS.Glue.GetJob |
Request Lenses
Destructuring the Response
Arguments
:: Int | |
-> GetJobResponse |
Creates a value of GetJobResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gjrsJob
- The requested job definition.gjrsResponseStatus
- -- | The response status code.
data GetJobResponse Source #
See: getJobResponse
smart constructor.
Instances
Response Lenses
gjrsResponseStatus :: Lens' GetJobResponse Int Source #
- - | The response status code.