amazonka-batch-1.5.0: Amazon Batch SDK.

Copyright(c) 2013-2017 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.SubmitJob

Contents

Description

Submits an AWS Batch job from a job definition. Parameters specified during SubmitJob override parameters defined in the job definition.

Synopsis

Creating a Request

submitJob Source #

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

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

  • sjContainerOverrides - A list of container overrides in JSON format that specify the name of a container in the specified job definition and the overrides it should receive. You can override the default command for a container (that is specified in the job definition or the Docker image) with a command override. You can also override existing environment variables (that are specified in the job definition or Docker image) on a container or add new environment variables to it with an environment override.
  • sjRetryStrategy - The retry strategy to use for failed jobs from this SubmitJob operation. When a retry strategy is specified here, it overrides the retry strategy defined in the job definition.
  • sjDependsOn - A list of job IDs on which this job depends. A job can depend upon a maximum of 20 jobs.
  • sjParameters - Additional parameters passed to the job that replace parameter substitution placeholders that are set in the job definition. Parameters are specified as a key and value pair mapping. Parameters in a SubmitJob request override any corresponding parameter defaults from the job definition.
  • sjJobName - The name of the job. The first character must be alphanumeric, and up to 128 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.
  • sjJobQueue - The job queue into which the job will be submitted. You can specify either the name or the Amazon Resource Name (ARN) of the queue.
  • sjJobDefinition - The job definition used by this job. This value can be either a name:revision or the Amazon Resource Name (ARN) for the job definition.

data SubmitJob Source #

See: submitJob smart constructor.

Instances

Eq SubmitJob Source # 
Data SubmitJob Source # 

Methods

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

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

toConstr :: SubmitJob -> Constr #

dataTypeOf :: SubmitJob -> DataType #

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

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

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

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

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

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

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

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

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

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

Read SubmitJob Source # 
Show SubmitJob Source # 
Generic SubmitJob Source # 

Associated Types

type Rep SubmitJob :: * -> * #

Hashable SubmitJob Source # 
ToJSON SubmitJob Source # 
NFData SubmitJob Source # 

Methods

rnf :: SubmitJob -> () #

AWSRequest SubmitJob Source # 
ToQuery SubmitJob Source # 
ToPath SubmitJob Source # 
ToHeaders SubmitJob Source # 

Methods

toHeaders :: SubmitJob -> [Header] #

type Rep SubmitJob Source # 
type Rs SubmitJob Source # 

Request Lenses

sjContainerOverrides :: Lens' SubmitJob (Maybe ContainerOverrides) Source #

A list of container overrides in JSON format that specify the name of a container in the specified job definition and the overrides it should receive. You can override the default command for a container (that is specified in the job definition or the Docker image) with a command override. You can also override existing environment variables (that are specified in the job definition or Docker image) on a container or add new environment variables to it with an environment override.

sjRetryStrategy :: Lens' SubmitJob (Maybe RetryStrategy) Source #

The retry strategy to use for failed jobs from this SubmitJob operation. When a retry strategy is specified here, it overrides the retry strategy defined in the job definition.

sjDependsOn :: Lens' SubmitJob [JobDependency] Source #

A list of job IDs on which this job depends. A job can depend upon a maximum of 20 jobs.

sjParameters :: Lens' SubmitJob (HashMap Text Text) Source #

Additional parameters passed to the job that replace parameter substitution placeholders that are set in the job definition. Parameters are specified as a key and value pair mapping. Parameters in a SubmitJob request override any corresponding parameter defaults from the job definition.

sjJobName :: Lens' SubmitJob Text Source #

The name of the job. The first character must be alphanumeric, and up to 128 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.

sjJobQueue :: Lens' SubmitJob Text Source #

The job queue into which the job will be submitted. You can specify either the name or the Amazon Resource Name (ARN) of the queue.

sjJobDefinition :: Lens' SubmitJob Text Source #

The job definition used by this job. This value can be either a name:revision or the Amazon Resource Name (ARN) for the job definition.

Destructuring the Response

submitJobResponse Source #

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

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

data SubmitJobResponse Source #

See: submitJobResponse smart constructor.

Instances

Eq SubmitJobResponse Source # 
Data SubmitJobResponse Source # 

Methods

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

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

toConstr :: SubmitJobResponse -> Constr #

dataTypeOf :: SubmitJobResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read SubmitJobResponse Source # 
Show SubmitJobResponse Source # 
Generic SubmitJobResponse Source # 
NFData SubmitJobResponse Source # 

Methods

rnf :: SubmitJobResponse -> () #

type Rep SubmitJobResponse Source # 
type Rep SubmitJobResponse = D1 (MetaData "SubmitJobResponse" "Network.AWS.Batch.SubmitJob" "amazonka-batch-1.5.0-AMIOP3EprNVIEIQfz4kyfD" False) (C1 (MetaCons "SubmitJobResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_sjrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)) ((:*:) (S1 (MetaSel (Just Symbol "_sjrsJobName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_sjrsJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))

Response Lenses

sjrsResponseStatus :: Lens' SubmitJobResponse Int Source #

  • - | The response status code.

sjrsJobId :: Lens' SubmitJobResponse Text Source #

The unique identifier for the job.