amazonka-batch-1.6.0: Amazon Batch 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.Batch.DescribeJobs

Contents

Description

Describes a list of AWS Batch jobs.

Synopsis

Creating a Request

describeJobs :: DescribeJobs Source #

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

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

  • djJobs - A space-separated list of up to 100 job IDs.

data DescribeJobs Source #

See: describeJobs smart constructor.

Instances

Eq DescribeJobs Source # 
Data DescribeJobs Source # 

Methods

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

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

toConstr :: DescribeJobs -> Constr #

dataTypeOf :: DescribeJobs -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeJobs Source # 
Show DescribeJobs Source # 
Generic DescribeJobs Source # 

Associated Types

type Rep DescribeJobs :: * -> * #

Hashable DescribeJobs Source # 
ToJSON DescribeJobs Source # 
NFData DescribeJobs Source # 

Methods

rnf :: DescribeJobs -> () #

AWSRequest DescribeJobs Source # 
ToHeaders DescribeJobs Source # 
ToPath DescribeJobs Source # 
ToQuery DescribeJobs Source # 
type Rep DescribeJobs Source # 
type Rep DescribeJobs = D1 * (MetaData "DescribeJobs" "Network.AWS.Batch.DescribeJobs" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" True) (C1 * (MetaCons "DescribeJobs'" PrefixI True) (S1 * (MetaSel (Just Symbol "_djJobs") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * [Text])))
type Rs DescribeJobs Source # 

Request Lenses

djJobs :: Lens' DescribeJobs [Text] Source #

A space-separated list of up to 100 job IDs.

Destructuring the Response

describeJobsResponse Source #

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

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

data DescribeJobsResponse Source #

See: describeJobsResponse smart constructor.

Instances

Eq DescribeJobsResponse Source # 
Data DescribeJobsResponse Source # 

Methods

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

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

toConstr :: DescribeJobsResponse -> Constr #

dataTypeOf :: DescribeJobsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeJobsResponse Source # 
Show DescribeJobsResponse Source # 
Generic DescribeJobsResponse Source # 
NFData DescribeJobsResponse Source # 

Methods

rnf :: DescribeJobsResponse -> () #

type Rep DescribeJobsResponse Source # 
type Rep DescribeJobsResponse = D1 * (MetaData "DescribeJobsResponse" "Network.AWS.Batch.DescribeJobs" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) (C1 * (MetaCons "DescribeJobsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_djrsJobs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [JobDetail]))) (S1 * (MetaSel (Just Symbol "_djrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

djrsResponseStatus :: Lens' DescribeJobsResponse Int Source #

  • - | The response status code.