amazonka-glue-1.6.1: Amazon Glue 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.Glue.GetJobs

Contents

Description

Retrieves all current job definitions.

This operation returns paginated results.

Synopsis

Creating a Request

getJobs :: GetJobs Source #

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

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

  • gjNextToken - A continuation token, if this is a continuation call.
  • gjMaxResults - The maximum size of the response.

data GetJobs Source #

See: getJobs smart constructor.

Instances
Eq GetJobs Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

Methods

(==) :: GetJobs -> GetJobs -> Bool #

(/=) :: GetJobs -> GetJobs -> Bool #

Data GetJobs Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

Methods

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

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

toConstr :: GetJobs -> Constr #

dataTypeOf :: GetJobs -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetJobs Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

Show GetJobs Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

Generic GetJobs Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

Associated Types

type Rep GetJobs :: Type -> Type #

Methods

from :: GetJobs -> Rep GetJobs x #

to :: Rep GetJobs x -> GetJobs #

Hashable GetJobs Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

Methods

hashWithSalt :: Int -> GetJobs -> Int #

hash :: GetJobs -> Int #

ToJSON GetJobs Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

AWSPager GetJobs Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

Methods

page :: GetJobs -> Rs GetJobs -> Maybe GetJobs #

AWSRequest GetJobs Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

Associated Types

type Rs GetJobs :: Type #

ToHeaders GetJobs Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

Methods

toHeaders :: GetJobs -> [Header] #

ToPath GetJobs Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

Methods

toPath :: GetJobs -> ByteString #

ToQuery GetJobs Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

NFData GetJobs Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

Methods

rnf :: GetJobs -> () #

type Rep GetJobs Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

type Rep GetJobs = D1 (MetaData "GetJobs" "Network.AWS.Glue.GetJobs" "amazonka-glue-1.6.1-4wrowkj7LqMExQlCyUUmWF" False) (C1 (MetaCons "GetJobs'" PrefixI True) (S1 (MetaSel (Just "_gjNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_gjMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))))
type Rs GetJobs Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

Request Lenses

gjNextToken :: Lens' GetJobs (Maybe Text) Source #

A continuation token, if this is a continuation call.

gjMaxResults :: Lens' GetJobs (Maybe Natural) Source #

The maximum size of the response.

Destructuring the Response

getJobsResponse Source #

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

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

data GetJobsResponse Source #

See: getJobsResponse smart constructor.

Instances
Eq GetJobsResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

Data GetJobsResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

Methods

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

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

toConstr :: GetJobsResponse -> Constr #

dataTypeOf :: GetJobsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetJobsResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

Show GetJobsResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

Generic GetJobsResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

Associated Types

type Rep GetJobsResponse :: Type -> Type #

NFData GetJobsResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

Methods

rnf :: GetJobsResponse -> () #

type Rep GetJobsResponse Source # 
Instance details

Defined in Network.AWS.Glue.GetJobs

type Rep GetJobsResponse = D1 (MetaData "GetJobsResponse" "Network.AWS.Glue.GetJobs" "amazonka-glue-1.6.1-4wrowkj7LqMExQlCyUUmWF" False) (C1 (MetaCons "GetJobsResponse'" PrefixI True) (S1 (MetaSel (Just "_gjsrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_gjsrsJobs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Job])) :*: S1 (MetaSel (Just "_gjsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

gjsrsNextToken :: Lens' GetJobsResponse (Maybe Text) Source #

A continuation token, if not all job definitions have yet been returned.

gjsrsJobs :: Lens' GetJobsResponse [Job] Source #

A list of job definitions.

gjsrsResponseStatus :: Lens' GetJobsResponse Int Source #

  • - | The response status code.