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

Contents

Description

AWS Batch enables you to run batch computing workloads on the AWS Cloud. Batch computing is a common way for developers, scientists, and engineers to access large amounts of compute resources, and AWS Batch removes the undifferentiated heavy lifting of configuring and managing the required infrastructure. AWS Batch will be familiar to users of traditional batch computing software. This service can efficiently provision resources in response to jobs submitted in order to eliminate capacity constraints, reduce compute costs, and deliver results quickly.

As a fully managed service, AWS Batch enables developers, scientists, and engineers to run batch computing workloads of any scale. AWS Batch automatically provisions compute resources and optimizes the workload distribution based on the quantity and scale of the workloads. With AWS Batch, there is no need to install or manage batch computing software, which allows you to focus on analyzing results and solving problems. AWS Batch reduces operational complexities, saves time, and reduces costs, which makes it easy for developers, scientists, and engineers to run their batch jobs in the AWS Cloud.

Synopsis

Service Configuration

batch :: Service Source #

API version 2016-08-10 of the Amazon Batch SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by Batch.

ServerException

_ServerException :: AsError a => Getting (First ServiceError) a ServiceError Source #

These errors are usually caused by a server issue.

ClientException

_ClientException :: AsError a => Getting (First ServiceError) a ServiceError Source #

These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn't have permissions to use the action or resource, or specifying an identifier that is not valid.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

CreateComputeEnvironment

RegisterJobDefinition

SubmitJob

ListJobs

TerminateJob

DescribeJobs

DeleteComputeEnvironment

UpdateComputeEnvironment

DescribeJobDefinitions

UpdateJobQueue

DeleteJobQueue

CreateJobQueue

DeregisterJobDefinition

DescribeJobQueues

DescribeComputeEnvironments

CancelJob

Types

ArrayJobDependency

data ArrayJobDependency Source #

Constructors

NToN 
Sequential 

Instances

Bounded ArrayJobDependency Source # 
Enum ArrayJobDependency Source # 
Eq ArrayJobDependency Source # 
Data ArrayJobDependency Source # 

Methods

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

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

toConstr :: ArrayJobDependency -> Constr #

dataTypeOf :: ArrayJobDependency -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ArrayJobDependency Source # 
Read ArrayJobDependency Source # 
Show ArrayJobDependency Source # 
Generic ArrayJobDependency Source # 
Hashable ArrayJobDependency Source # 
ToJSON ArrayJobDependency Source # 
FromJSON ArrayJobDependency Source # 
NFData ArrayJobDependency Source # 

Methods

rnf :: ArrayJobDependency -> () #

ToHeader ArrayJobDependency Source # 
ToQuery ArrayJobDependency Source # 
ToByteString ArrayJobDependency Source # 
FromText ArrayJobDependency Source # 
ToText ArrayJobDependency Source # 
type Rep ArrayJobDependency Source # 
type Rep ArrayJobDependency = D1 * (MetaData "ArrayJobDependency" "Network.AWS.Batch.Types.Sum" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) ((:+:) * (C1 * (MetaCons "NToN" PrefixI False) (U1 *)) (C1 * (MetaCons "Sequential" PrefixI False) (U1 *)))

CEState

data CEState Source #

Constructors

Disabled 
Enabled 

Instances

Bounded CEState Source # 
Enum CEState Source # 
Eq CEState Source # 

Methods

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

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

Data CEState Source # 

Methods

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

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

toConstr :: CEState -> Constr #

dataTypeOf :: CEState -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord CEState Source # 
Read CEState Source # 
Show CEState Source # 
Generic CEState Source # 

Associated Types

type Rep CEState :: * -> * #

Methods

from :: CEState -> Rep CEState x #

to :: Rep CEState x -> CEState #

Hashable CEState Source # 

Methods

hashWithSalt :: Int -> CEState -> Int #

hash :: CEState -> Int #

ToJSON CEState Source # 
FromJSON CEState Source # 
NFData CEState Source # 

Methods

rnf :: CEState -> () #

ToHeader CEState Source # 

Methods

toHeader :: HeaderName -> CEState -> [Header] #

ToQuery CEState Source # 
ToByteString CEState Source # 

Methods

toBS :: CEState -> ByteString #

FromText CEState Source # 
ToText CEState Source # 

Methods

toText :: CEState -> Text #

type Rep CEState Source # 
type Rep CEState = D1 * (MetaData "CEState" "Network.AWS.Batch.Types.Sum" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) ((:+:) * (C1 * (MetaCons "Disabled" PrefixI False) (U1 *)) (C1 * (MetaCons "Enabled" PrefixI False) (U1 *)))

CEStatus

data CEStatus Source #

Instances

Bounded CEStatus Source # 
Enum CEStatus Source # 
Eq CEStatus Source # 
Data CEStatus Source # 

Methods

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

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

toConstr :: CEStatus -> Constr #

dataTypeOf :: CEStatus -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord CEStatus Source # 
Read CEStatus Source # 
Show CEStatus Source # 
Generic CEStatus Source # 

Associated Types

type Rep CEStatus :: * -> * #

Methods

from :: CEStatus -> Rep CEStatus x #

to :: Rep CEStatus x -> CEStatus #

Hashable CEStatus Source # 

Methods

hashWithSalt :: Int -> CEStatus -> Int #

hash :: CEStatus -> Int #

FromJSON CEStatus Source # 
NFData CEStatus Source # 

Methods

rnf :: CEStatus -> () #

ToHeader CEStatus Source # 

Methods

toHeader :: HeaderName -> CEStatus -> [Header] #

ToQuery CEStatus Source # 
ToByteString CEStatus Source # 

Methods

toBS :: CEStatus -> ByteString #

FromText CEStatus Source # 
ToText CEStatus Source # 

Methods

toText :: CEStatus -> Text #

type Rep CEStatus Source # 
type Rep CEStatus = D1 * (MetaData "CEStatus" "Network.AWS.Batch.Types.Sum" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) ((:+:) * ((:+:) * (C1 * (MetaCons "CESCreating" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "CESDeleted" PrefixI False) (U1 *)) (C1 * (MetaCons "CESDeleting" PrefixI False) (U1 *)))) ((:+:) * (C1 * (MetaCons "CESInvalid" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "CESUpdating" PrefixI False) (U1 *)) (C1 * (MetaCons "CESValid" PrefixI False) (U1 *)))))

CEType

data CEType Source #

Constructors

Managed 
Unmanaged 

Instances

Bounded CEType Source # 
Enum CEType Source # 
Eq CEType Source # 

Methods

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

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

Data CEType Source # 

Methods

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

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

toConstr :: CEType -> Constr #

dataTypeOf :: CEType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord CEType Source # 
Read CEType Source # 
Show CEType Source # 
Generic CEType Source # 

Associated Types

type Rep CEType :: * -> * #

Methods

from :: CEType -> Rep CEType x #

to :: Rep CEType x -> CEType #

Hashable CEType Source # 

Methods

hashWithSalt :: Int -> CEType -> Int #

hash :: CEType -> Int #

ToJSON CEType Source # 
FromJSON CEType Source # 
NFData CEType Source # 

Methods

rnf :: CEType -> () #

ToHeader CEType Source # 

Methods

toHeader :: HeaderName -> CEType -> [Header] #

ToQuery CEType Source # 
ToByteString CEType Source # 

Methods

toBS :: CEType -> ByteString #

FromText CEType Source # 

Methods

parser :: Parser CEType #

ToText CEType Source # 

Methods

toText :: CEType -> Text #

type Rep CEType Source # 
type Rep CEType = D1 * (MetaData "CEType" "Network.AWS.Batch.Types.Sum" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) ((:+:) * (C1 * (MetaCons "Managed" PrefixI False) (U1 *)) (C1 * (MetaCons "Unmanaged" PrefixI False) (U1 *)))

CRType

data CRType Source #

Constructors

EC2 
Spot 

Instances

Bounded CRType Source # 
Enum CRType Source # 
Eq CRType Source # 

Methods

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

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

Data CRType Source # 

Methods

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

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

toConstr :: CRType -> Constr #

dataTypeOf :: CRType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord CRType Source # 
Read CRType Source # 
Show CRType Source # 
Generic CRType Source # 

Associated Types

type Rep CRType :: * -> * #

Methods

from :: CRType -> Rep CRType x #

to :: Rep CRType x -> CRType #

Hashable CRType Source # 

Methods

hashWithSalt :: Int -> CRType -> Int #

hash :: CRType -> Int #

ToJSON CRType Source # 
FromJSON CRType Source # 
NFData CRType Source # 

Methods

rnf :: CRType -> () #

ToHeader CRType Source # 

Methods

toHeader :: HeaderName -> CRType -> [Header] #

ToQuery CRType Source # 
ToByteString CRType Source # 

Methods

toBS :: CRType -> ByteString #

FromText CRType Source # 

Methods

parser :: Parser CRType #

ToText CRType Source # 

Methods

toText :: CRType -> Text #

type Rep CRType Source # 
type Rep CRType = D1 * (MetaData "CRType" "Network.AWS.Batch.Types.Sum" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) ((:+:) * (C1 * (MetaCons "EC2" PrefixI False) (U1 *)) (C1 * (MetaCons "Spot" PrefixI False) (U1 *)))

JQState

data JQState Source #

Constructors

JQSDisabled 
JQSEnabled 

Instances

Bounded JQState Source # 
Enum JQState Source # 
Eq JQState Source # 

Methods

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

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

Data JQState Source # 

Methods

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

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

toConstr :: JQState -> Constr #

dataTypeOf :: JQState -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord JQState Source # 
Read JQState Source # 
Show JQState Source # 
Generic JQState Source # 

Associated Types

type Rep JQState :: * -> * #

Methods

from :: JQState -> Rep JQState x #

to :: Rep JQState x -> JQState #

Hashable JQState Source # 

Methods

hashWithSalt :: Int -> JQState -> Int #

hash :: JQState -> Int #

ToJSON JQState Source # 
FromJSON JQState Source # 
NFData JQState Source # 

Methods

rnf :: JQState -> () #

ToHeader JQState Source # 

Methods

toHeader :: HeaderName -> JQState -> [Header] #

ToQuery JQState Source # 
ToByteString JQState Source # 

Methods

toBS :: JQState -> ByteString #

FromText JQState Source # 
ToText JQState Source # 

Methods

toText :: JQState -> Text #

type Rep JQState Source # 
type Rep JQState = D1 * (MetaData "JQState" "Network.AWS.Batch.Types.Sum" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) ((:+:) * (C1 * (MetaCons "JQSDisabled" PrefixI False) (U1 *)) (C1 * (MetaCons "JQSEnabled" PrefixI False) (U1 *)))

JQStatus

data JQStatus Source #

Instances

Bounded JQStatus Source # 
Enum JQStatus Source # 
Eq JQStatus Source # 
Data JQStatus Source # 

Methods

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

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

toConstr :: JQStatus -> Constr #

dataTypeOf :: JQStatus -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord JQStatus Source # 
Read JQStatus Source # 
Show JQStatus Source # 
Generic JQStatus Source # 

Associated Types

type Rep JQStatus :: * -> * #

Methods

from :: JQStatus -> Rep JQStatus x #

to :: Rep JQStatus x -> JQStatus #

Hashable JQStatus Source # 

Methods

hashWithSalt :: Int -> JQStatus -> Int #

hash :: JQStatus -> Int #

FromJSON JQStatus Source # 
NFData JQStatus Source # 

Methods

rnf :: JQStatus -> () #

ToHeader JQStatus Source # 

Methods

toHeader :: HeaderName -> JQStatus -> [Header] #

ToQuery JQStatus Source # 
ToByteString JQStatus Source # 

Methods

toBS :: JQStatus -> ByteString #

FromText JQStatus Source # 
ToText JQStatus Source # 

Methods

toText :: JQStatus -> Text #

type Rep JQStatus Source # 
type Rep JQStatus = D1 * (MetaData "JQStatus" "Network.AWS.Batch.Types.Sum" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) ((:+:) * ((:+:) * (C1 * (MetaCons "Creating" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "Deleted" PrefixI False) (U1 *)) (C1 * (MetaCons "Deleting" PrefixI False) (U1 *)))) ((:+:) * (C1 * (MetaCons "Invalid" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "Updating" PrefixI False) (U1 *)) (C1 * (MetaCons "Valid" PrefixI False) (U1 *)))))

JobDefinitionType

data JobDefinitionType Source #

Constructors

Container 

Instances

Bounded JobDefinitionType Source # 
Enum JobDefinitionType Source # 
Eq JobDefinitionType Source # 
Data JobDefinitionType Source # 

Methods

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

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

toConstr :: JobDefinitionType -> Constr #

dataTypeOf :: JobDefinitionType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord JobDefinitionType Source # 
Read JobDefinitionType Source # 
Show JobDefinitionType Source # 
Generic JobDefinitionType Source # 
Hashable JobDefinitionType Source # 
ToJSON JobDefinitionType Source # 
NFData JobDefinitionType Source # 

Methods

rnf :: JobDefinitionType -> () #

ToHeader JobDefinitionType Source # 
ToQuery JobDefinitionType Source # 
ToByteString JobDefinitionType Source # 
FromText JobDefinitionType Source # 
ToText JobDefinitionType Source # 
type Rep JobDefinitionType Source # 
type Rep JobDefinitionType = D1 * (MetaData "JobDefinitionType" "Network.AWS.Batch.Types.Sum" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) (C1 * (MetaCons "Container" PrefixI False) (U1 *))

JobStatus

data JobStatus Source #

Instances

Bounded JobStatus Source # 
Enum JobStatus Source # 
Eq JobStatus Source # 
Data JobStatus Source # 

Methods

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

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

toConstr :: JobStatus -> Constr #

dataTypeOf :: JobStatus -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord JobStatus Source # 
Read JobStatus Source # 
Show JobStatus Source # 
Generic JobStatus Source # 

Associated Types

type Rep JobStatus :: * -> * #

Hashable JobStatus Source # 
ToJSON JobStatus Source # 
FromJSON JobStatus Source # 
NFData JobStatus Source # 

Methods

rnf :: JobStatus -> () #

ToHeader JobStatus Source # 
ToQuery JobStatus Source # 
ToByteString JobStatus Source # 

Methods

toBS :: JobStatus -> ByteString #

FromText JobStatus Source # 
ToText JobStatus Source # 

Methods

toText :: JobStatus -> Text #

type Rep JobStatus Source # 
type Rep JobStatus = D1 * (MetaData "JobStatus" "Network.AWS.Batch.Types.Sum" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) ((:+:) * ((:+:) * (C1 * (MetaCons "Failed" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "Pending" PrefixI False) (U1 *)) (C1 * (MetaCons "Runnable" PrefixI False) (U1 *)))) ((:+:) * ((:+:) * (C1 * (MetaCons "Running" PrefixI False) (U1 *)) (C1 * (MetaCons "Starting" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "Submitted" PrefixI False) (U1 *)) (C1 * (MetaCons "Succeeded" PrefixI False) (U1 *)))))

ArrayProperties

data ArrayProperties Source #

An object representing an AWS Batch array job.

See: arrayProperties smart constructor.

Instances

Eq ArrayProperties Source # 
Data ArrayProperties Source # 

Methods

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

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

toConstr :: ArrayProperties -> Constr #

dataTypeOf :: ArrayProperties -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ArrayProperties Source # 
Show ArrayProperties Source # 
Generic ArrayProperties Source # 
Hashable ArrayProperties Source # 
ToJSON ArrayProperties Source # 
NFData ArrayProperties Source # 

Methods

rnf :: ArrayProperties -> () #

type Rep ArrayProperties Source # 
type Rep ArrayProperties = D1 * (MetaData "ArrayProperties" "Network.AWS.Batch.Types.Product" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" True) (C1 * (MetaCons "ArrayProperties'" PrefixI True) (S1 * (MetaSel (Just Symbol "_apSize") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Int))))

arrayProperties :: ArrayProperties Source #

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

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

  • apSize - The size of the array job.

apSize :: Lens' ArrayProperties (Maybe Int) Source #

The size of the array job.

ArrayPropertiesDetail

data ArrayPropertiesDetail Source #

An object representing the array properties of a job.

See: arrayPropertiesDetail smart constructor.

Instances

Eq ArrayPropertiesDetail Source # 
Data ArrayPropertiesDetail Source # 

Methods

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

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

toConstr :: ArrayPropertiesDetail -> Constr #

dataTypeOf :: ArrayPropertiesDetail -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ArrayPropertiesDetail Source # 
Show ArrayPropertiesDetail Source # 
Generic ArrayPropertiesDetail Source # 
Hashable ArrayPropertiesDetail Source # 
FromJSON ArrayPropertiesDetail Source # 
NFData ArrayPropertiesDetail Source # 

Methods

rnf :: ArrayPropertiesDetail -> () #

type Rep ArrayPropertiesDetail Source # 
type Rep ArrayPropertiesDetail = D1 * (MetaData "ArrayPropertiesDetail" "Network.AWS.Batch.Types.Product" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) (C1 * (MetaCons "ArrayPropertiesDetail'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_apdSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int))) ((:*:) * (S1 * (MetaSel (Just Symbol "_apdStatusSummary") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe (Map Text Int)))) (S1 * (MetaSel (Just Symbol "_apdIndex") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int))))))

arrayPropertiesDetail :: ArrayPropertiesDetail Source #

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

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

  • apdSize - The size of the array job. This parameter is returned for parent array jobs.
  • apdStatusSummary - A summary of the number of array job children in each available job status. This parameter is returned for parent array jobs.
  • apdIndex - The job index within the array that is associated with this job. This parameter is returned for array job children.

apdSize :: Lens' ArrayPropertiesDetail (Maybe Int) Source #

The size of the array job. This parameter is returned for parent array jobs.

apdStatusSummary :: Lens' ArrayPropertiesDetail (HashMap Text Int) Source #

A summary of the number of array job children in each available job status. This parameter is returned for parent array jobs.

apdIndex :: Lens' ArrayPropertiesDetail (Maybe Int) Source #

The job index within the array that is associated with this job. This parameter is returned for array job children.

ArrayPropertiesSummary

data ArrayPropertiesSummary Source #

An object representing the array properties of a job.

See: arrayPropertiesSummary smart constructor.

Instances

Eq ArrayPropertiesSummary Source # 
Data ArrayPropertiesSummary Source # 

Methods

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

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

toConstr :: ArrayPropertiesSummary -> Constr #

dataTypeOf :: ArrayPropertiesSummary -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ArrayPropertiesSummary Source # 
Show ArrayPropertiesSummary Source # 
Generic ArrayPropertiesSummary Source # 
Hashable ArrayPropertiesSummary Source # 
FromJSON ArrayPropertiesSummary Source # 
NFData ArrayPropertiesSummary Source # 

Methods

rnf :: ArrayPropertiesSummary -> () #

type Rep ArrayPropertiesSummary Source # 
type Rep ArrayPropertiesSummary = D1 * (MetaData "ArrayPropertiesSummary" "Network.AWS.Batch.Types.Product" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) (C1 * (MetaCons "ArrayPropertiesSummary'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_apsSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int))) (S1 * (MetaSel (Just Symbol "_apsIndex") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int)))))

arrayPropertiesSummary :: ArrayPropertiesSummary Source #

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

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

  • apsSize - The size of the array job. This parameter is returned for parent array jobs.
  • apsIndex - The job index within the array that is associated with this job. This parameter is returned for children of array jobs.

apsSize :: Lens' ArrayPropertiesSummary (Maybe Int) Source #

The size of the array job. This parameter is returned for parent array jobs.

apsIndex :: Lens' ArrayPropertiesSummary (Maybe Int) Source #

The job index within the array that is associated with this job. This parameter is returned for children of array jobs.

AttemptContainerDetail

data AttemptContainerDetail Source #

An object representing the details of a container that is part of a job attempt.

See: attemptContainerDetail smart constructor.

Instances

Eq AttemptContainerDetail Source # 
Data AttemptContainerDetail Source # 

Methods

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

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

toConstr :: AttemptContainerDetail -> Constr #

dataTypeOf :: AttemptContainerDetail -> DataType #

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

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

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

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

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

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

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

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

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

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

Read AttemptContainerDetail Source # 
Show AttemptContainerDetail Source # 
Generic AttemptContainerDetail Source # 
Hashable AttemptContainerDetail Source # 
FromJSON AttemptContainerDetail Source # 
NFData AttemptContainerDetail Source # 

Methods

rnf :: AttemptContainerDetail -> () #

type Rep AttemptContainerDetail Source # 
type Rep AttemptContainerDetail = D1 * (MetaData "AttemptContainerDetail" "Network.AWS.Batch.Types.Product" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) (C1 * (MetaCons "AttemptContainerDetail'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_acdTaskARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_acdContainerInstanceARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_acdReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_acdLogStreamName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_acdExitCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int)))))))

attemptContainerDetail :: AttemptContainerDetail Source #

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

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

  • acdTaskARN - The Amazon Resource Name (ARN) of the Amazon ECS task that is associated with the job attempt. Each container attempt receives a task ARN when they reach the STARTING status.
  • acdContainerInstanceARN - The Amazon Resource Name (ARN) of the Amazon ECS container instance that hosts the job attempt.
  • acdReason - A short (255 max characters) human-readable string to provide additional details about a running or stopped container.
  • acdLogStreamName - The name of the CloudWatch Logs log stream associated with the container. The log group for AWS Batch jobs is awsbatch/job . Each container attempt receives a log stream name when they reach the RUNNING status.
  • acdExitCode - The exit code for the job attempt. A non-zero exit code is considered a failure.

acdTaskARN :: Lens' AttemptContainerDetail (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Amazon ECS task that is associated with the job attempt. Each container attempt receives a task ARN when they reach the STARTING status.

acdContainerInstanceARN :: Lens' AttemptContainerDetail (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Amazon ECS container instance that hosts the job attempt.

acdReason :: Lens' AttemptContainerDetail (Maybe Text) Source #

A short (255 max characters) human-readable string to provide additional details about a running or stopped container.

acdLogStreamName :: Lens' AttemptContainerDetail (Maybe Text) Source #

The name of the CloudWatch Logs log stream associated with the container. The log group for AWS Batch jobs is awsbatch/job . Each container attempt receives a log stream name when they reach the RUNNING status.

acdExitCode :: Lens' AttemptContainerDetail (Maybe Int) Source #

The exit code for the job attempt. A non-zero exit code is considered a failure.

AttemptDetail

data AttemptDetail Source #

An object representing a job attempt.

See: attemptDetail smart constructor.

Instances

Eq AttemptDetail Source # 
Data AttemptDetail Source # 

Methods

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

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

toConstr :: AttemptDetail -> Constr #

dataTypeOf :: AttemptDetail -> DataType #

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

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

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

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

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

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

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

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

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

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

Read AttemptDetail Source # 
Show AttemptDetail Source # 
Generic AttemptDetail Source # 

Associated Types

type Rep AttemptDetail :: * -> * #

Hashable AttemptDetail Source # 
FromJSON AttemptDetail Source # 
NFData AttemptDetail Source # 

Methods

rnf :: AttemptDetail -> () #

type Rep AttemptDetail Source # 
type Rep AttemptDetail = D1 * (MetaData "AttemptDetail" "Network.AWS.Batch.Types.Product" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) (C1 * (MetaCons "AttemptDetail'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_adStoppedAt") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Integer))) (S1 * (MetaSel (Just Symbol "_adStartedAt") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Integer)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_adContainer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe AttemptContainerDetail))) (S1 * (MetaSel (Just Symbol "_adStatusReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))))

attemptDetail :: AttemptDetail Source #

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

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

  • adStoppedAt - The Unix time stamp (in seconds and milliseconds) for when the attempt was stopped (when the attempt transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED ).
  • adStartedAt - The Unix time stamp (in seconds and milliseconds) for when the attempt was started (when the attempt transitioned from the STARTING state to the RUNNING state).
  • adContainer - Details about the container in this job attempt.
  • adStatusReason - A short, human-readable string to provide additional details about the current status of the job attempt.

adStoppedAt :: Lens' AttemptDetail (Maybe Integer) Source #

The Unix time stamp (in seconds and milliseconds) for when the attempt was stopped (when the attempt transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED ).

adStartedAt :: Lens' AttemptDetail (Maybe Integer) Source #

The Unix time stamp (in seconds and milliseconds) for when the attempt was started (when the attempt transitioned from the STARTING state to the RUNNING state).

adContainer :: Lens' AttemptDetail (Maybe AttemptContainerDetail) Source #

Details about the container in this job attempt.

adStatusReason :: Lens' AttemptDetail (Maybe Text) Source #

A short, human-readable string to provide additional details about the current status of the job attempt.

ComputeEnvironmentDetail

data ComputeEnvironmentDetail Source #

An object representing an AWS Batch compute environment.

See: computeEnvironmentDetail smart constructor.

Instances

Eq ComputeEnvironmentDetail Source # 
Data ComputeEnvironmentDetail Source # 

Methods

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

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

toConstr :: ComputeEnvironmentDetail -> Constr #

dataTypeOf :: ComputeEnvironmentDetail -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ComputeEnvironmentDetail Source # 
Show ComputeEnvironmentDetail Source # 
Generic ComputeEnvironmentDetail Source # 
Hashable ComputeEnvironmentDetail Source # 
FromJSON ComputeEnvironmentDetail Source # 
NFData ComputeEnvironmentDetail Source # 
type Rep ComputeEnvironmentDetail Source # 

computeEnvironmentDetail Source #

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

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

  • cedStatus - The current status of the compute environment (for example, CREATING or VALID ).
  • cedState - The state of the compute environment. The valid values are ENABLED or DISABLED . An ENABLED state indicates that you can register instances with the compute environment and that the associated instances can accept jobs.
  • cedComputeResources - The compute resources defined for the compute environment.
  • cedStatusReason - A short, human-readable string to provide additional details about the current status of the compute environment.
  • cedType - The type of the compute environment.
  • cedServiceRole - The service role associated with the compute environment that allows AWS Batch to make calls to AWS API operations on your behalf.
  • cedComputeEnvironmentName - The name of the compute environment.
  • cedComputeEnvironmentARN - The Amazon Resource Name (ARN) of the compute environment.
  • cedEcsClusterARN - The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster used by the compute environment.

cedStatus :: Lens' ComputeEnvironmentDetail (Maybe CEStatus) Source #

The current status of the compute environment (for example, CREATING or VALID ).

cedState :: Lens' ComputeEnvironmentDetail (Maybe CEState) Source #

The state of the compute environment. The valid values are ENABLED or DISABLED . An ENABLED state indicates that you can register instances with the compute environment and that the associated instances can accept jobs.

cedComputeResources :: Lens' ComputeEnvironmentDetail (Maybe ComputeResource) Source #

The compute resources defined for the compute environment.

cedStatusReason :: Lens' ComputeEnvironmentDetail (Maybe Text) Source #

A short, human-readable string to provide additional details about the current status of the compute environment.

cedType :: Lens' ComputeEnvironmentDetail (Maybe CEType) Source #

The type of the compute environment.

cedServiceRole :: Lens' ComputeEnvironmentDetail (Maybe Text) Source #

The service role associated with the compute environment that allows AWS Batch to make calls to AWS API operations on your behalf.

cedComputeEnvironmentName :: Lens' ComputeEnvironmentDetail Text Source #

The name of the compute environment.

cedComputeEnvironmentARN :: Lens' ComputeEnvironmentDetail Text Source #

The Amazon Resource Name (ARN) of the compute environment.

cedEcsClusterARN :: Lens' ComputeEnvironmentDetail Text Source #

The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster used by the compute environment.

ComputeEnvironmentOrder

data ComputeEnvironmentOrder Source #

The order in which compute environments are tried for job placement within a queue. Compute environments are tried in ascending order. For example, if two compute environments are associated with a job queue, the compute environment with a lower order integer value is tried for job placement first.

See: computeEnvironmentOrder smart constructor.

Instances

Eq ComputeEnvironmentOrder Source # 
Data ComputeEnvironmentOrder Source # 

Methods

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

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

toConstr :: ComputeEnvironmentOrder -> Constr #

dataTypeOf :: ComputeEnvironmentOrder -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ComputeEnvironmentOrder Source # 
Show ComputeEnvironmentOrder Source # 
Generic ComputeEnvironmentOrder Source # 
Hashable ComputeEnvironmentOrder Source # 
ToJSON ComputeEnvironmentOrder Source # 
FromJSON ComputeEnvironmentOrder Source # 
NFData ComputeEnvironmentOrder Source # 

Methods

rnf :: ComputeEnvironmentOrder -> () #

type Rep ComputeEnvironmentOrder Source # 
type Rep ComputeEnvironmentOrder = D1 * (MetaData "ComputeEnvironmentOrder" "Network.AWS.Batch.Types.Product" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) (C1 * (MetaCons "ComputeEnvironmentOrder'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ceoOrder") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_ceoComputeEnvironment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))

computeEnvironmentOrder Source #

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

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

ceoOrder :: Lens' ComputeEnvironmentOrder Int Source #

The order of the compute environment.

ceoComputeEnvironment :: Lens' ComputeEnvironmentOrder Text Source #

The Amazon Resource Name (ARN) of the compute environment.

ComputeResource

data ComputeResource Source #

An object representing an AWS Batch compute resource.

See: computeResource smart constructor.

Instances

Eq ComputeResource Source # 
Data ComputeResource Source # 

Methods

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

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

toConstr :: ComputeResource -> Constr #

dataTypeOf :: ComputeResource -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ComputeResource Source # 
Show ComputeResource Source # 
Generic ComputeResource Source # 
Hashable ComputeResource Source # 
ToJSON ComputeResource Source # 
FromJSON ComputeResource Source # 
NFData ComputeResource Source # 

Methods

rnf :: ComputeResource -> () #

type Rep ComputeResource Source # 
type Rep ComputeResource = D1 * (MetaData "ComputeResource" "Network.AWS.Batch.Types.Product" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) (C1 * (MetaCons "ComputeResource'" PrefixI True) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_crEc2KeyPair") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_crBidPercentage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int))) (S1 * (MetaSel (Just Symbol "_crSpotIAMFleetRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))) ((:*:) * (S1 * (MetaSel (Just Symbol "_crImageId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_crDesiredvCPUs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int))) (S1 * (MetaSel (Just Symbol "_crTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe (Map Text Text))))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_crType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * CRType)) ((:*:) * (S1 * (MetaSel (Just Symbol "_crMinvCPUs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_crMaxvCPUs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_crInstanceTypes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * [Text])) (S1 * (MetaSel (Just Symbol "_crSubnets") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * [Text]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_crSecurityGroupIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * [Text])) (S1 * (MetaSel (Just Symbol "_crInstanceRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))))

computeResource Source #

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

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

  • crEc2KeyPair - The EC2 key pair that is used for instances launched in the compute environment.
  • crBidPercentage - The minimum percentage that a Spot Instance price must be when compared with the On-Demand price for that instance type before instances are launched. For example, if your bid percentage is 20%, then the Spot price must be below 20% of the current On-Demand price for that EC2 instance.
  • crSpotIAMFleetRole - The Amazon Resource Name (ARN) of the Amazon EC2 Spot Fleet IAM role applied to a SPOT compute environment.
  • crImageId - The Amazon Machine Image (AMI) ID used for instances launched in the compute environment.
  • crDesiredvCPUs - The desired number of EC2 vCPUS in the compute environment.
  • crTags - Key-value pair tags to be applied to resources that are launched in the compute environment.
  • crType - The type of compute environment.
  • crMinvCPUs - The minimum number of EC2 vCPUs that an environment should maintain.
  • crMaxvCPUs - The maximum number of EC2 vCPUs that an environment can reach.
  • crInstanceTypes - The instances types that may be launched. You can specify instance families to launch any instance type within those families (for example, c4 or p3 ), or you can specify specific sizes within a family (such as c4.8xlarge ). You can also choose optimal to pick instance types (from the latest C, M, and R instance families) on the fly that match the demand of your job queues.
  • crSubnets - The VPC subnets into which the compute resources are launched.
  • crSecurityGroupIds - The EC2 security group that is associated with instances launched in the compute environment.
  • crInstanceRole - The Amazon ECS instance profile applied to Amazon EC2 instances in a compute environment. You can specify the short name or full Amazon Resource Name (ARN) of an instance profile. For example, ecsInstanceRole or arn:aws:iam::aws_account_id:instance-profile/ecsInstanceRole . For more information, see Amazon ECS Instance Role in the AWS Batch User Guide .

crEc2KeyPair :: Lens' ComputeResource (Maybe Text) Source #

The EC2 key pair that is used for instances launched in the compute environment.

crBidPercentage :: Lens' ComputeResource (Maybe Int) Source #

The minimum percentage that a Spot Instance price must be when compared with the On-Demand price for that instance type before instances are launched. For example, if your bid percentage is 20%, then the Spot price must be below 20% of the current On-Demand price for that EC2 instance.

crSpotIAMFleetRole :: Lens' ComputeResource (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Amazon EC2 Spot Fleet IAM role applied to a SPOT compute environment.

crImageId :: Lens' ComputeResource (Maybe Text) Source #

The Amazon Machine Image (AMI) ID used for instances launched in the compute environment.

crDesiredvCPUs :: Lens' ComputeResource (Maybe Int) Source #

The desired number of EC2 vCPUS in the compute environment.

crTags :: Lens' ComputeResource (HashMap Text Text) Source #

Key-value pair tags to be applied to resources that are launched in the compute environment.

crType :: Lens' ComputeResource CRType Source #

The type of compute environment.

crMinvCPUs :: Lens' ComputeResource Int Source #

The minimum number of EC2 vCPUs that an environment should maintain.

crMaxvCPUs :: Lens' ComputeResource Int Source #

The maximum number of EC2 vCPUs that an environment can reach.

crInstanceTypes :: Lens' ComputeResource [Text] Source #

The instances types that may be launched. You can specify instance families to launch any instance type within those families (for example, c4 or p3 ), or you can specify specific sizes within a family (such as c4.8xlarge ). You can also choose optimal to pick instance types (from the latest C, M, and R instance families) on the fly that match the demand of your job queues.

crSubnets :: Lens' ComputeResource [Text] Source #

The VPC subnets into which the compute resources are launched.

crSecurityGroupIds :: Lens' ComputeResource [Text] Source #

The EC2 security group that is associated with instances launched in the compute environment.

crInstanceRole :: Lens' ComputeResource Text Source #

The Amazon ECS instance profile applied to Amazon EC2 instances in a compute environment. You can specify the short name or full Amazon Resource Name (ARN) of an instance profile. For example, ecsInstanceRole or arn:aws:iam::aws_account_id:instance-profile/ecsInstanceRole . For more information, see Amazon ECS Instance Role in the AWS Batch User Guide .

ComputeResourceUpdate

data ComputeResourceUpdate Source #

An object representing the attributes of a compute environment that can be updated.

See: computeResourceUpdate smart constructor.

Instances

Eq ComputeResourceUpdate Source # 
Data ComputeResourceUpdate Source # 

Methods

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

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

toConstr :: ComputeResourceUpdate -> Constr #

dataTypeOf :: ComputeResourceUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ComputeResourceUpdate Source # 
Show ComputeResourceUpdate Source # 
Generic ComputeResourceUpdate Source # 
Hashable ComputeResourceUpdate Source # 
ToJSON ComputeResourceUpdate Source # 
NFData ComputeResourceUpdate Source # 

Methods

rnf :: ComputeResourceUpdate -> () #

type Rep ComputeResourceUpdate Source # 
type Rep ComputeResourceUpdate = D1 * (MetaData "ComputeResourceUpdate" "Network.AWS.Batch.Types.Product" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) (C1 * (MetaCons "ComputeResourceUpdate'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_cruMinvCPUs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int))) ((:*:) * (S1 * (MetaSel (Just Symbol "_cruMaxvCPUs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int))) (S1 * (MetaSel (Just Symbol "_cruDesiredvCPUs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int))))))

computeResourceUpdate :: ComputeResourceUpdate Source #

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

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

  • cruMinvCPUs - The minimum number of EC2 vCPUs that an environment should maintain.
  • cruMaxvCPUs - The maximum number of EC2 vCPUs that an environment can reach.
  • cruDesiredvCPUs - The desired number of EC2 vCPUS in the compute environment.

cruMinvCPUs :: Lens' ComputeResourceUpdate (Maybe Int) Source #

The minimum number of EC2 vCPUs that an environment should maintain.

cruMaxvCPUs :: Lens' ComputeResourceUpdate (Maybe Int) Source #

The maximum number of EC2 vCPUs that an environment can reach.

cruDesiredvCPUs :: Lens' ComputeResourceUpdate (Maybe Int) Source #

The desired number of EC2 vCPUS in the compute environment.

ContainerDetail

data ContainerDetail Source #

An object representing the details of a container that is part of a job.

See: containerDetail smart constructor.

Instances

Eq ContainerDetail Source # 
Data ContainerDetail Source # 

Methods

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

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

toConstr :: ContainerDetail -> Constr #

dataTypeOf :: ContainerDetail -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ContainerDetail Source # 
Show ContainerDetail Source # 
Generic ContainerDetail Source # 
Hashable ContainerDetail Source # 
FromJSON ContainerDetail Source # 
NFData ContainerDetail Source # 

Methods

rnf :: ContainerDetail -> () #

type Rep ContainerDetail Source # 
type Rep ContainerDetail = D1 * (MetaData "ContainerDetail" "Network.AWS.Batch.Types.Product" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) (C1 * (MetaCons "ContainerDetail'" PrefixI True) ((:*:) * ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_cdImage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_cdCommand") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Text])))) ((:*:) * (S1 * (MetaSel (Just Symbol "_cdEnvironment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [KeyValuePair]))) (S1 * (MetaSel (Just Symbol "_cdTaskARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_cdUlimits") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Ulimit]))) (S1 * (MetaSel (Just Symbol "_cdContainerInstanceARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_cdPrivileged") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))) (S1 * (MetaSel (Just Symbol "_cdJobRoleARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))))) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_cdMemory") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int))) (S1 * (MetaSel (Just Symbol "_cdUser") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_cdReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_cdLogStreamName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_cdMountPoints") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [MountPoint]))) (S1 * (MetaSel (Just Symbol "_cdExitCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_cdVcpus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int))) ((:*:) * (S1 * (MetaSel (Just Symbol "_cdReadonlyRootFilesystem") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))) (S1 * (MetaSel (Just Symbol "_cdVolumes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Volume])))))))))

containerDetail :: ContainerDetail Source #

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

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

  • cdImage - The image used to start the container.
  • cdCommand - The command that is passed to the container.
  • cdEnvironment - The environment variables to pass to a container.
  • cdTaskARN - The Amazon Resource Name (ARN) of the Amazon ECS task that is associated with the container job. Each container attempt receives a task ARN when they reach the STARTING status.
  • cdUlimits - A list of ulimit values to set in the container.
  • cdContainerInstanceARN - The Amazon Resource Name (ARN) of the container instance on which the container is running.
  • cdPrivileged - When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user).
  • cdJobRoleARN - The Amazon Resource Name (ARN) associated with the job upon execution.
  • cdMemory - The number of MiB of memory reserved for the job.
  • cdUser - The user name to use inside the container.
  • cdReason - A short (255 max characters) human-readable string to provide additional details about a running or stopped container.
  • cdLogStreamName - The name of the CloudWatch Logs log stream associated with the container. The log group for AWS Batch jobs is awsbatch/job . Each container attempt receives a log stream name when they reach the RUNNING status.
  • cdMountPoints - The mount points for data volumes in your container.
  • cdExitCode - The exit code to return upon completion.
  • cdVcpus - The number of VCPUs allocated for the job.
  • cdReadonlyRootFilesystem - When this parameter is true, the container is given read-only access to its root file system.
  • cdVolumes - A list of volumes associated with the job.

cdImage :: Lens' ContainerDetail (Maybe Text) Source #

The image used to start the container.

cdCommand :: Lens' ContainerDetail [Text] Source #

The command that is passed to the container.

cdEnvironment :: Lens' ContainerDetail [KeyValuePair] Source #

The environment variables to pass to a container.

cdTaskARN :: Lens' ContainerDetail (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Amazon ECS task that is associated with the container job. Each container attempt receives a task ARN when they reach the STARTING status.

cdUlimits :: Lens' ContainerDetail [Ulimit] Source #

A list of ulimit values to set in the container.

cdContainerInstanceARN :: Lens' ContainerDetail (Maybe Text) Source #

The Amazon Resource Name (ARN) of the container instance on which the container is running.

cdPrivileged :: Lens' ContainerDetail (Maybe Bool) Source #

When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user).

cdJobRoleARN :: Lens' ContainerDetail (Maybe Text) Source #

The Amazon Resource Name (ARN) associated with the job upon execution.

cdMemory :: Lens' ContainerDetail (Maybe Int) Source #

The number of MiB of memory reserved for the job.

cdUser :: Lens' ContainerDetail (Maybe Text) Source #

The user name to use inside the container.

cdReason :: Lens' ContainerDetail (Maybe Text) Source #

A short (255 max characters) human-readable string to provide additional details about a running or stopped container.

cdLogStreamName :: Lens' ContainerDetail (Maybe Text) Source #

The name of the CloudWatch Logs log stream associated with the container. The log group for AWS Batch jobs is awsbatch/job . Each container attempt receives a log stream name when they reach the RUNNING status.

cdMountPoints :: Lens' ContainerDetail [MountPoint] Source #

The mount points for data volumes in your container.

cdExitCode :: Lens' ContainerDetail (Maybe Int) Source #

The exit code to return upon completion.

cdVcpus :: Lens' ContainerDetail (Maybe Int) Source #

The number of VCPUs allocated for the job.

cdReadonlyRootFilesystem :: Lens' ContainerDetail (Maybe Bool) Source #

When this parameter is true, the container is given read-only access to its root file system.

cdVolumes :: Lens' ContainerDetail [Volume] Source #

A list of volumes associated with the job.

ContainerOverrides

data ContainerOverrides Source #

The overrides that should be sent to a container.

See: containerOverrides smart constructor.

Instances

Eq ContainerOverrides Source # 
Data ContainerOverrides Source # 

Methods

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

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

toConstr :: ContainerOverrides -> Constr #

dataTypeOf :: ContainerOverrides -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ContainerOverrides Source # 
Show ContainerOverrides Source # 
Generic ContainerOverrides Source # 
Hashable ContainerOverrides Source # 
ToJSON ContainerOverrides Source # 
NFData ContainerOverrides Source # 

Methods

rnf :: ContainerOverrides -> () #

type Rep ContainerOverrides Source # 
type Rep ContainerOverrides = D1 * (MetaData "ContainerOverrides" "Network.AWS.Batch.Types.Product" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) (C1 * (MetaCons "ContainerOverrides'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_coCommand") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Text]))) (S1 * (MetaSel (Just Symbol "_coEnvironment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [KeyValuePair])))) ((:*:) * (S1 * (MetaSel (Just Symbol "_coMemory") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int))) (S1 * (MetaSel (Just Symbol "_coVcpus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int))))))

containerOverrides :: ContainerOverrides Source #

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

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

  • coCommand - The command to send to the container that overrides the default command from the Docker image or the job definition.
  • coEnvironment - The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the job definition.
  • coMemory - The number of MiB of memory reserved for the job. This value overrides the value set in the job definition.
  • coVcpus - The number of vCPUs to reserve for the container. This value overrides the value set in the job definition.

coCommand :: Lens' ContainerOverrides [Text] Source #

The command to send to the container that overrides the default command from the Docker image or the job definition.

coEnvironment :: Lens' ContainerOverrides [KeyValuePair] Source #

The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the job definition.

coMemory :: Lens' ContainerOverrides (Maybe Int) Source #

The number of MiB of memory reserved for the job. This value overrides the value set in the job definition.

coVcpus :: Lens' ContainerOverrides (Maybe Int) Source #

The number of vCPUs to reserve for the container. This value overrides the value set in the job definition.

ContainerProperties

data ContainerProperties Source #

Container properties are used in job definitions to describe the container that is launched as part of a job.

See: containerProperties smart constructor.

Instances

Eq ContainerProperties Source # 
Data ContainerProperties Source # 

Methods

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

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

toConstr :: ContainerProperties -> Constr #

dataTypeOf :: ContainerProperties -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ContainerProperties Source # 
Show ContainerProperties Source # 
Generic ContainerProperties Source # 
Hashable ContainerProperties Source # 
ToJSON ContainerProperties Source # 
FromJSON ContainerProperties Source # 
NFData ContainerProperties Source # 

Methods

rnf :: ContainerProperties -> () #

type Rep ContainerProperties Source # 
type Rep ContainerProperties = D1 * (MetaData "ContainerProperties" "Network.AWS.Batch.Types.Product" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) (C1 * (MetaCons "ContainerProperties'" PrefixI True) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_cpCommand") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Text]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_cpEnvironment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [KeyValuePair]))) (S1 * (MetaSel (Just Symbol "_cpUlimits") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Ulimit]))))) ((:*:) * (S1 * (MetaSel (Just Symbol "_cpPrivileged") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))) ((:*:) * (S1 * (MetaSel (Just Symbol "_cpJobRoleARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_cpUser") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_cpMountPoints") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [MountPoint]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_cpReadonlyRootFilesystem") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))) (S1 * (MetaSel (Just Symbol "_cpVolumes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Volume]))))) ((:*:) * (S1 * (MetaSel (Just Symbol "_cpImage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) ((:*:) * (S1 * (MetaSel (Just Symbol "_cpVcpus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_cpMemory") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))))

containerProperties Source #

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

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

  • cpCommand - The command that is passed to the container. This parameter maps to Cmd in the Create a container section of the Docker Remote API and the COMMAND parameter to docker run . For more information, see https://docs.docker.com/engine/reference/builder/#cmd .
  • cpEnvironment - The environment variables to pass to a container. This parameter maps to Env in the Create a container section of the Docker Remote API and the --env option to docker run . Important: We do not recommend using plaintext environment variables for sensitive information, such as credential data.
  • cpUlimits - A list of ulimits to set in the container. This parameter maps to Ulimits in the Create a container section of the Docker Remote API and the --ulimit option to docker run .
  • cpPrivileged - When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user). This parameter maps to Privileged in the Create a container section of the Docker Remote API and the --privileged option to docker run .
  • cpJobRoleARN - The Amazon Resource Name (ARN) of the IAM role that the container can assume for AWS permissions.
  • cpUser - The user name to use inside the container. This parameter maps to User in the Create a container section of the Docker Remote API and the --user option to docker run .
  • cpMountPoints - The mount points for data volumes in your container. This parameter maps to Volumes in the Create a container section of the Docker Remote API and the --volume option to docker run .
  • cpReadonlyRootFilesystem - When this parameter is true, the container is given read-only access to its root file system. This parameter maps to ReadonlyRootfs in the Create a container section of the Docker Remote API and the --read-only option to docker run .
  • cpVolumes - A list of data volumes used in a job.
  • cpImage - The image used to start a container. This string is passed directly to the Docker daemon. Images in the Docker Hub registry are available by default. Other repositories are specified with repository-url /image :tag . Up to 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs are allowed. This parameter maps to Image in the Create a container section of the Docker Remote API and the IMAGE parameter of docker run . * Images in Amazon ECR repositories use the full registry and repository URI (for example, 012345678910.dkr.ecr.region-name.amazonaws.com/repository-name ). * Images in official repositories on Docker Hub use a single name (for example, ubuntu or mongo ). * Images in other repositories on Docker Hub are qualified with an organization name (for example, amazon/amazon-ecs-agent ). * Images in other online repositories are qualified further by a domain name (for example, quay.ioassemblylineubuntu ).
  • cpVcpus - The number of vCPUs reserved for the container. This parameter maps to CpuShares in the Create a container section of the Docker Remote API and the --cpu-shares option to docker run . Each vCPU is equivalent to 1,024 CPU shares. You must specify at least one vCPU.
  • cpMemory - The hard limit (in MiB) of memory to present to the container. If your container attempts to exceed the memory specified here, the container is killed. This parameter maps to Memory in the Create a container section of the Docker Remote API and the --memory option to docker run . You must specify at least 4 MiB of memory for a job.

cpCommand :: Lens' ContainerProperties [Text] Source #

The command that is passed to the container. This parameter maps to Cmd in the Create a container section of the Docker Remote API and the COMMAND parameter to docker run . For more information, see https://docs.docker.com/engine/reference/builder/#cmd .

cpEnvironment :: Lens' ContainerProperties [KeyValuePair] Source #

The environment variables to pass to a container. This parameter maps to Env in the Create a container section of the Docker Remote API and the --env option to docker run . Important: We do not recommend using plaintext environment variables for sensitive information, such as credential data.

cpUlimits :: Lens' ContainerProperties [Ulimit] Source #

A list of ulimits to set in the container. This parameter maps to Ulimits in the Create a container section of the Docker Remote API and the --ulimit option to docker run .

cpPrivileged :: Lens' ContainerProperties (Maybe Bool) Source #

When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user). This parameter maps to Privileged in the Create a container section of the Docker Remote API and the --privileged option to docker run .

cpJobRoleARN :: Lens' ContainerProperties (Maybe Text) Source #

The Amazon Resource Name (ARN) of the IAM role that the container can assume for AWS permissions.

cpUser :: Lens' ContainerProperties (Maybe Text) Source #

The user name to use inside the container. This parameter maps to User in the Create a container section of the Docker Remote API and the --user option to docker run .

cpMountPoints :: Lens' ContainerProperties [MountPoint] Source #

The mount points for data volumes in your container. This parameter maps to Volumes in the Create a container section of the Docker Remote API and the --volume option to docker run .

cpReadonlyRootFilesystem :: Lens' ContainerProperties (Maybe Bool) Source #

When this parameter is true, the container is given read-only access to its root file system. This parameter maps to ReadonlyRootfs in the Create a container section of the Docker Remote API and the --read-only option to docker run .

cpVolumes :: Lens' ContainerProperties [Volume] Source #

A list of data volumes used in a job.

cpImage :: Lens' ContainerProperties Text Source #

The image used to start a container. This string is passed directly to the Docker daemon. Images in the Docker Hub registry are available by default. Other repositories are specified with repository-url /image :tag . Up to 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs are allowed. This parameter maps to Image in the Create a container section of the Docker Remote API and the IMAGE parameter of docker run . * Images in Amazon ECR repositories use the full registry and repository URI (for example, 012345678910.dkr.ecr.region-name.amazonaws.com/repository-name ). * Images in official repositories on Docker Hub use a single name (for example, ubuntu or mongo ). * Images in other repositories on Docker Hub are qualified with an organization name (for example, amazon/amazon-ecs-agent ). * Images in other online repositories are qualified further by a domain name (for example, quay.ioassemblylineubuntu ).

cpVcpus :: Lens' ContainerProperties Int Source #

The number of vCPUs reserved for the container. This parameter maps to CpuShares in the Create a container section of the Docker Remote API and the --cpu-shares option to docker run . Each vCPU is equivalent to 1,024 CPU shares. You must specify at least one vCPU.

cpMemory :: Lens' ContainerProperties Int Source #

The hard limit (in MiB) of memory to present to the container. If your container attempts to exceed the memory specified here, the container is killed. This parameter maps to Memory in the Create a container section of the Docker Remote API and the --memory option to docker run . You must specify at least 4 MiB of memory for a job.

ContainerSummary

data ContainerSummary Source #

An object representing summary details of a container within a job.

See: containerSummary smart constructor.

Instances

Eq ContainerSummary Source # 
Data ContainerSummary Source # 

Methods

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

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

toConstr :: ContainerSummary -> Constr #

dataTypeOf :: ContainerSummary -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ContainerSummary Source # 
Show ContainerSummary Source # 
Generic ContainerSummary Source # 
Hashable ContainerSummary Source # 
FromJSON ContainerSummary Source # 
NFData ContainerSummary Source # 

Methods

rnf :: ContainerSummary -> () #

type Rep ContainerSummary Source # 
type Rep ContainerSummary = D1 * (MetaData "ContainerSummary" "Network.AWS.Batch.Types.Product" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) (C1 * (MetaCons "ContainerSummary'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_csReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_csExitCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int)))))

containerSummary :: ContainerSummary Source #

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

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

  • csReason - A short (255 max characters) human-readable string to provide additional details about a running or stopped container.
  • csExitCode - The exit code to return upon completion.

csReason :: Lens' ContainerSummary (Maybe Text) Source #

A short (255 max characters) human-readable string to provide additional details about a running or stopped container.

csExitCode :: Lens' ContainerSummary (Maybe Int) Source #

The exit code to return upon completion.

Host

data Host Source #

The contents of the host parameter determine whether your data volume persists on the host container instance and where it is stored. If the host parameter is empty, then the Docker daemon assigns a host path for your data volume, but the data is not guaranteed to persist after the containers associated with it stop running.

See: host smart constructor.

Instances

Eq Host Source # 

Methods

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

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

Data Host Source # 

Methods

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

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

toConstr :: Host -> Constr #

dataTypeOf :: Host -> DataType #

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

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

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

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

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

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

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

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

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

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

Read Host Source # 
Show Host Source # 

Methods

showsPrec :: Int -> Host -> ShowS #

show :: Host -> String #

showList :: [Host] -> ShowS #

Generic Host Source # 

Associated Types

type Rep Host :: * -> * #

Methods

from :: Host -> Rep Host x #

to :: Rep Host x -> Host #

Hashable Host Source # 

Methods

hashWithSalt :: Int -> Host -> Int #

hash :: Host -> Int #

ToJSON Host Source # 
FromJSON Host Source # 
NFData Host Source # 

Methods

rnf :: Host -> () #

type Rep Host Source # 
type Rep Host = D1 * (MetaData "Host" "Network.AWS.Batch.Types.Product" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" True) (C1 * (MetaCons "Host'" PrefixI True) (S1 * (MetaSel (Just Symbol "_hSourcePath") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Text))))

host :: Host Source #

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

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

  • hSourcePath - The path on the host container instance that is presented to the container. If this parameter is empty, then the Docker daemon has assigned a host path for you. If the host parameter contains a sourcePath file location, then the data volume persists at the specified location on the host container instance until you delete it manually. If the sourcePath value does not exist on the host container instance, the Docker daemon creates it. If the location does exist, the contents of the source path folder are exported.

hSourcePath :: Lens' Host (Maybe Text) Source #

The path on the host container instance that is presented to the container. If this parameter is empty, then the Docker daemon has assigned a host path for you. If the host parameter contains a sourcePath file location, then the data volume persists at the specified location on the host container instance until you delete it manually. If the sourcePath value does not exist on the host container instance, the Docker daemon creates it. If the location does exist, the contents of the source path folder are exported.

JobDefinition

data JobDefinition Source #

An object representing an AWS Batch job definition.

See: jobDefinition smart constructor.

Instances

Eq JobDefinition Source # 
Data JobDefinition Source # 

Methods

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

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

toConstr :: JobDefinition -> Constr #

dataTypeOf :: JobDefinition -> DataType #

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

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

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

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

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

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

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

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

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

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

Read JobDefinition Source # 
Show JobDefinition Source # 
Generic JobDefinition Source # 

Associated Types

type Rep JobDefinition :: * -> * #

Hashable JobDefinition Source # 
FromJSON JobDefinition Source # 
NFData JobDefinition Source # 

Methods

rnf :: JobDefinition -> () #

type Rep JobDefinition Source # 

jobDefinition Source #

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

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

  • jddStatus - The status of the job definition.
  • jddRetryStrategy - The retry strategy to use for failed jobs that are submitted with this job definition.
  • jddParameters - Default parameters or parameter substitution placeholders that are set in the job definition. Parameters are specified as a key-value pair mapping. Parameters in a SubmitJob request override any corresponding parameter defaults from the job definition.
  • jddTimeout - The timeout configuration for jobs that are submitted with this job definition. You can specify a timeout duration after which AWS Batch terminates your jobs if they have not finished.
  • jddContainerProperties - An object with various properties specific to container-based jobs.
  • jddJobDefinitionName - The name of the job definition.
  • jddJobDefinitionARN - The Amazon Resource Name (ARN) for the job definition.
  • jddRevision - The revision of the job definition.
  • jddType - The type of job definition.

jddStatus :: Lens' JobDefinition (Maybe Text) Source #

The status of the job definition.

jddRetryStrategy :: Lens' JobDefinition (Maybe RetryStrategy) Source #

The retry strategy to use for failed jobs that are submitted with this job definition.

jddParameters :: Lens' JobDefinition (HashMap Text Text) Source #

Default parameters or parameter substitution placeholders that are set in the job definition. Parameters are specified as a key-value pair mapping. Parameters in a SubmitJob request override any corresponding parameter defaults from the job definition.

jddTimeout :: Lens' JobDefinition (Maybe JobTimeout) Source #

The timeout configuration for jobs that are submitted with this job definition. You can specify a timeout duration after which AWS Batch terminates your jobs if they have not finished.

jddContainerProperties :: Lens' JobDefinition (Maybe ContainerProperties) Source #

An object with various properties specific to container-based jobs.

jddJobDefinitionName :: Lens' JobDefinition Text Source #

The name of the job definition.

jddJobDefinitionARN :: Lens' JobDefinition Text Source #

The Amazon Resource Name (ARN) for the job definition.

jddRevision :: Lens' JobDefinition Int Source #

The revision of the job definition.

jddType :: Lens' JobDefinition Text Source #

The type of job definition.

JobDependency

data JobDependency Source #

An object representing an AWS Batch job dependency.

See: jobDependency smart constructor.

Instances

Eq JobDependency Source # 
Data JobDependency Source # 

Methods

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

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

toConstr :: JobDependency -> Constr #

dataTypeOf :: JobDependency -> DataType #

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

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

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

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

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

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

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

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

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

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

Read JobDependency Source # 
Show JobDependency Source # 
Generic JobDependency Source # 

Associated Types

type Rep JobDependency :: * -> * #

Hashable JobDependency Source # 
ToJSON JobDependency Source # 
FromJSON JobDependency Source # 
NFData JobDependency Source # 

Methods

rnf :: JobDependency -> () #

type Rep JobDependency Source # 
type Rep JobDependency = D1 * (MetaData "JobDependency" "Network.AWS.Batch.Types.Product" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) (C1 * (MetaCons "JobDependency'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_jJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_jType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ArrayJobDependency)))))

jobDependency :: JobDependency Source #

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

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

  • jJobId - The job ID of the AWS Batch job associated with this dependency.
  • jType - The type of the job dependency.

jJobId :: Lens' JobDependency (Maybe Text) Source #

The job ID of the AWS Batch job associated with this dependency.

jType :: Lens' JobDependency (Maybe ArrayJobDependency) Source #

The type of the job dependency.

JobDetail

data JobDetail Source #

An object representing an AWS Batch job.

See: jobDetail smart constructor.

Instances

Eq JobDetail Source # 
Data JobDetail Source # 

Methods

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

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

toConstr :: JobDetail -> Constr #

dataTypeOf :: JobDetail -> DataType #

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

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

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

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

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

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

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

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

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

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

Read JobDetail Source # 
Show JobDetail Source # 
Generic JobDetail Source # 

Associated Types

type Rep JobDetail :: * -> * #

Hashable JobDetail Source # 
FromJSON JobDetail Source # 
NFData JobDetail Source # 

Methods

rnf :: JobDetail -> () #

type Rep JobDetail Source # 
type Rep JobDetail = D1 * (MetaData "JobDetail" "Network.AWS.Batch.Types.Product" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) (C1 * (MetaCons "JobDetail'" PrefixI True) ((:*:) * ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_jdStoppedAt") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Integer))) (S1 * (MetaSel (Just Symbol "_jdCreatedAt") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Integer)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_jdRetryStrategy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe RetryStrategy))) (S1 * (MetaSel (Just Symbol "_jdAttempts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [AttemptDetail]))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_jdDependsOn") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [JobDependency]))) (S1 * (MetaSel (Just Symbol "_jdContainer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ContainerDetail)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_jdParameters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe (Map Text Text)))) (S1 * (MetaSel (Just Symbol "_jdStatusReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))))) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_jdArrayProperties") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ArrayPropertiesDetail))) (S1 * (MetaSel (Just Symbol "_jdTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe JobTimeout)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_jdJobName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_jdJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_jdJobQueue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_jdStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * JobStatus))) ((:*:) * (S1 * (MetaSel (Just Symbol "_jdStartedAt") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Integer)) (S1 * (MetaSel (Just Symbol "_jdJobDefinition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))))

jobDetail Source #

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

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

  • jdStoppedAt - The Unix time stamp (in seconds and milliseconds) for when the job was stopped (when the job transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED ).
  • jdCreatedAt - The Unix time stamp (in seconds and milliseconds) for when the job was created. For non-array jobs and parent array jobs, this is when the job entered the SUBMITTED state (at the time SubmitJob was called). For array child jobs, this is when the child job was spawned by its parent and entered the PENDING state.
  • jdRetryStrategy - The retry strategy to use for this job if an attempt fails.
  • jdAttempts - A list of job attempts associated with this job.
  • jdDependsOn - A list of job names or IDs on which this job depends.
  • jdContainer - An object representing the details of the container that is associated with the job.
  • jdParameters - Additional parameters passed to the job that replace parameter substitution placeholders or override any corresponding parameter defaults from the job definition.
  • jdStatusReason - A short, human-readable string to provide additional details about the current status of the job.
  • jdArrayProperties - The array properties of the job, if it is an array job.
  • jdTimeout - The timeout configuration for the job.
  • jdJobName - The name of the job.
  • jdJobId - The ID for the job.
  • jdJobQueue - The Amazon Resource Name (ARN) of the job queue with which the job is associated.
  • jdStatus - The current status for the job.
  • jdStartedAt - The Unix time stamp (in seconds and milliseconds) for when the job was started (when the job transitioned from the STARTING state to the RUNNING state).
  • jdJobDefinition - The job definition that is used by this job.

jdStoppedAt :: Lens' JobDetail (Maybe Integer) Source #

The Unix time stamp (in seconds and milliseconds) for when the job was stopped (when the job transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED ).

jdCreatedAt :: Lens' JobDetail (Maybe Integer) Source #

The Unix time stamp (in seconds and milliseconds) for when the job was created. For non-array jobs and parent array jobs, this is when the job entered the SUBMITTED state (at the time SubmitJob was called). For array child jobs, this is when the child job was spawned by its parent and entered the PENDING state.

jdRetryStrategy :: Lens' JobDetail (Maybe RetryStrategy) Source #

The retry strategy to use for this job if an attempt fails.

jdAttempts :: Lens' JobDetail [AttemptDetail] Source #

A list of job attempts associated with this job.

jdDependsOn :: Lens' JobDetail [JobDependency] Source #

A list of job names or IDs on which this job depends.

jdContainer :: Lens' JobDetail (Maybe ContainerDetail) Source #

An object representing the details of the container that is associated with the job.

jdParameters :: Lens' JobDetail (HashMap Text Text) Source #

Additional parameters passed to the job that replace parameter substitution placeholders or override any corresponding parameter defaults from the job definition.

jdStatusReason :: Lens' JobDetail (Maybe Text) Source #

A short, human-readable string to provide additional details about the current status of the job.

jdArrayProperties :: Lens' JobDetail (Maybe ArrayPropertiesDetail) Source #

The array properties of the job, if it is an array job.

jdTimeout :: Lens' JobDetail (Maybe JobTimeout) Source #

The timeout configuration for the job.

jdJobName :: Lens' JobDetail Text Source #

The name of the job.

jdJobId :: Lens' JobDetail Text Source #

The ID for the job.

jdJobQueue :: Lens' JobDetail Text Source #

The Amazon Resource Name (ARN) of the job queue with which the job is associated.

jdStatus :: Lens' JobDetail JobStatus Source #

The current status for the job.

jdStartedAt :: Lens' JobDetail Integer Source #

The Unix time stamp (in seconds and milliseconds) for when the job was started (when the job transitioned from the STARTING state to the RUNNING state).

jdJobDefinition :: Lens' JobDetail Text Source #

The job definition that is used by this job.

JobQueueDetail

data JobQueueDetail Source #

An object representing the details of an AWS Batch job queue.

See: jobQueueDetail smart constructor.

Instances

Eq JobQueueDetail Source # 
Data JobQueueDetail Source # 

Methods

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

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

toConstr :: JobQueueDetail -> Constr #

dataTypeOf :: JobQueueDetail -> DataType #

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

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

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

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

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

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

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

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

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

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

Read JobQueueDetail Source # 
Show JobQueueDetail Source # 
Generic JobQueueDetail Source # 

Associated Types

type Rep JobQueueDetail :: * -> * #

Hashable JobQueueDetail Source # 
FromJSON JobQueueDetail Source # 
NFData JobQueueDetail Source # 

Methods

rnf :: JobQueueDetail -> () #

type Rep JobQueueDetail Source # 

jobQueueDetail Source #

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

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

  • jqdStatus - The status of the job queue (for example, CREATING or VALID ).
  • jqdStatusReason - A short, human-readable string to provide additional details about the current status of the job queue.
  • jqdJobQueueName - The name of the job queue.
  • jqdJobQueueARN - The Amazon Resource Name (ARN) of the job queue.
  • jqdState - Describes the ability of the queue to accept new jobs.
  • jqdPriority - The priority of the job queue.
  • jqdComputeEnvironmentOrder - The compute environments that are attached to the job queue and the order in which job placement is preferred. Compute environments are selected for job placement in ascending order.

jqdStatus :: Lens' JobQueueDetail (Maybe JQStatus) Source #

The status of the job queue (for example, CREATING or VALID ).

jqdStatusReason :: Lens' JobQueueDetail (Maybe Text) Source #

A short, human-readable string to provide additional details about the current status of the job queue.

jqdJobQueueName :: Lens' JobQueueDetail Text Source #

The name of the job queue.

jqdJobQueueARN :: Lens' JobQueueDetail Text Source #

The Amazon Resource Name (ARN) of the job queue.

jqdState :: Lens' JobQueueDetail JQState Source #

Describes the ability of the queue to accept new jobs.

jqdPriority :: Lens' JobQueueDetail Int Source #

The priority of the job queue.

jqdComputeEnvironmentOrder :: Lens' JobQueueDetail [ComputeEnvironmentOrder] Source #

The compute environments that are attached to the job queue and the order in which job placement is preferred. Compute environments are selected for job placement in ascending order.

JobSummary

data JobSummary Source #

An object representing summary details of a job.

See: jobSummary smart constructor.

Instances

Eq JobSummary Source # 
Data JobSummary Source # 

Methods

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

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

toConstr :: JobSummary -> Constr #

dataTypeOf :: JobSummary -> DataType #

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

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

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

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

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

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

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

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

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

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

Read JobSummary Source # 
Show JobSummary Source # 
Generic JobSummary Source # 

Associated Types

type Rep JobSummary :: * -> * #

Hashable JobSummary Source # 
FromJSON JobSummary Source # 
NFData JobSummary Source # 

Methods

rnf :: JobSummary -> () #

type Rep JobSummary Source # 

jobSummary Source #

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

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

  • jsStoppedAt - The Unix time stamp for when the job was stopped (when the job transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED ).
  • jsStatus - The current status for the job.
  • jsCreatedAt - The Unix time stamp for when the job was created. For non-array jobs and parent array jobs, this is when the job entered the SUBMITTED state (at the time SubmitJob was called). For array child jobs, this is when the child job was spawned by its parent and entered the PENDING state.
  • jsStartedAt - The Unix time stamp for when the job was started (when the job transitioned from the STARTING state to the RUNNING state).
  • jsContainer - An object representing the details of the container that is associated with the job.
  • jsStatusReason - A short, human-readable string to provide additional details about the current status of the job.
  • jsArrayProperties - The array properties of the job, if it is an array job.
  • jsJobId - The ID of the job.
  • jsJobName - The name of the job.

jsStoppedAt :: Lens' JobSummary (Maybe Integer) Source #

The Unix time stamp for when the job was stopped (when the job transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED ).

jsStatus :: Lens' JobSummary (Maybe JobStatus) Source #

The current status for the job.

jsCreatedAt :: Lens' JobSummary (Maybe Integer) Source #

The Unix time stamp for when the job was created. For non-array jobs and parent array jobs, this is when the job entered the SUBMITTED state (at the time SubmitJob was called). For array child jobs, this is when the child job was spawned by its parent and entered the PENDING state.

jsStartedAt :: Lens' JobSummary (Maybe Integer) Source #

The Unix time stamp for when the job was started (when the job transitioned from the STARTING state to the RUNNING state).

jsContainer :: Lens' JobSummary (Maybe ContainerSummary) Source #

An object representing the details of the container that is associated with the job.

jsStatusReason :: Lens' JobSummary (Maybe Text) Source #

A short, human-readable string to provide additional details about the current status of the job.

jsArrayProperties :: Lens' JobSummary (Maybe ArrayPropertiesSummary) Source #

The array properties of the job, if it is an array job.

jsJobId :: Lens' JobSummary Text Source #

The ID of the job.

jsJobName :: Lens' JobSummary Text Source #

The name of the job.

JobTimeout

data JobTimeout Source #

An object representing a job timeout configuration.

See: jobTimeout smart constructor.

Instances

Eq JobTimeout Source # 
Data JobTimeout Source # 

Methods

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

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

toConstr :: JobTimeout -> Constr #

dataTypeOf :: JobTimeout -> DataType #

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

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

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

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

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

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

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

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

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

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

Read JobTimeout Source # 
Show JobTimeout Source # 
Generic JobTimeout Source # 

Associated Types

type Rep JobTimeout :: * -> * #

Hashable JobTimeout Source # 
ToJSON JobTimeout Source # 
FromJSON JobTimeout Source # 
NFData JobTimeout Source # 

Methods

rnf :: JobTimeout -> () #

type Rep JobTimeout Source # 
type Rep JobTimeout = D1 * (MetaData "JobTimeout" "Network.AWS.Batch.Types.Product" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" True) (C1 * (MetaCons "JobTimeout'" PrefixI True) (S1 * (MetaSel (Just Symbol "_jtAttemptDurationSeconds") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Int))))

jobTimeout :: JobTimeout Source #

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

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

  • jtAttemptDurationSeconds - The time duration in seconds (measured from the job attempt's startedAt timestamp) after which AWS Batch terminates your jobs if they have not finished.

jtAttemptDurationSeconds :: Lens' JobTimeout (Maybe Int) Source #

The time duration in seconds (measured from the job attempt's startedAt timestamp) after which AWS Batch terminates your jobs if they have not finished.

KeyValuePair

data KeyValuePair Source #

A key-value pair object.

See: keyValuePair smart constructor.

Instances

Eq KeyValuePair Source # 
Data KeyValuePair Source # 

Methods

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

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

toConstr :: KeyValuePair -> Constr #

dataTypeOf :: KeyValuePair -> DataType #

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

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

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

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

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

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

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

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

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

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

Read KeyValuePair Source # 
Show KeyValuePair Source # 
Generic KeyValuePair Source # 

Associated Types

type Rep KeyValuePair :: * -> * #

Hashable KeyValuePair Source # 
ToJSON KeyValuePair Source # 
FromJSON KeyValuePair Source # 
NFData KeyValuePair Source # 

Methods

rnf :: KeyValuePair -> () #

type Rep KeyValuePair Source # 
type Rep KeyValuePair = D1 * (MetaData "KeyValuePair" "Network.AWS.Batch.Types.Product" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) (C1 * (MetaCons "KeyValuePair'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_kvpValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_kvpName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))))

keyValuePair :: KeyValuePair Source #

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

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

  • kvpValue - The value of the key-value pair. For environment variables, this is the value of the environment variable.
  • kvpName - The name of the key-value pair. For environment variables, this is the name of the environment variable.

kvpValue :: Lens' KeyValuePair (Maybe Text) Source #

The value of the key-value pair. For environment variables, this is the value of the environment variable.

kvpName :: Lens' KeyValuePair (Maybe Text) Source #

The name of the key-value pair. For environment variables, this is the name of the environment variable.

MountPoint

data MountPoint Source #

Details on a Docker volume mount point that is used in a job's container properties.

See: mountPoint smart constructor.

Instances

Eq MountPoint Source # 
Data MountPoint Source # 

Methods

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

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

toConstr :: MountPoint -> Constr #

dataTypeOf :: MountPoint -> DataType #

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

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

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

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

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

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

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

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

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

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

Read MountPoint Source # 
Show MountPoint Source # 
Generic MountPoint Source # 

Associated Types

type Rep MountPoint :: * -> * #

Hashable MountPoint Source # 
ToJSON MountPoint Source # 
FromJSON MountPoint Source # 
NFData MountPoint Source # 

Methods

rnf :: MountPoint -> () #

type Rep MountPoint Source # 
type Rep MountPoint = D1 * (MetaData "MountPoint" "Network.AWS.Batch.Types.Product" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) (C1 * (MetaCons "MountPoint'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_mpContainerPath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_mpSourceVolume") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_mpReadOnly") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))))))

mountPoint :: MountPoint Source #

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

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

  • mpContainerPath - The path on the container at which to mount the host volume.
  • mpSourceVolume - The name of the volume to mount.
  • mpReadOnly - If this value is true , the container has read-only access to the volume; otherwise, the container can write to the volume. The default value is false .

mpContainerPath :: Lens' MountPoint (Maybe Text) Source #

The path on the container at which to mount the host volume.

mpSourceVolume :: Lens' MountPoint (Maybe Text) Source #

The name of the volume to mount.

mpReadOnly :: Lens' MountPoint (Maybe Bool) Source #

If this value is true , the container has read-only access to the volume; otherwise, the container can write to the volume. The default value is false .

RetryStrategy

data RetryStrategy Source #

The retry strategy associated with a job.

See: retryStrategy smart constructor.

Instances

Eq RetryStrategy Source # 
Data RetryStrategy Source # 

Methods

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

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

toConstr :: RetryStrategy -> Constr #

dataTypeOf :: RetryStrategy -> DataType #

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

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

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

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

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

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

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

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

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

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

Read RetryStrategy Source # 
Show RetryStrategy Source # 
Generic RetryStrategy Source # 

Associated Types

type Rep RetryStrategy :: * -> * #

Hashable RetryStrategy Source # 
ToJSON RetryStrategy Source # 
FromJSON RetryStrategy Source # 
NFData RetryStrategy Source # 

Methods

rnf :: RetryStrategy -> () #

type Rep RetryStrategy Source # 
type Rep RetryStrategy = D1 * (MetaData "RetryStrategy" "Network.AWS.Batch.Types.Product" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" True) (C1 * (MetaCons "RetryStrategy'" PrefixI True) (S1 * (MetaSel (Just Symbol "_rsAttempts") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Int))))

retryStrategy :: RetryStrategy Source #

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

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

  • rsAttempts - The number of times to move a job to the RUNNABLE status. You may specify between 1 and 10 attempts. If the value of attempts is greater than one, the job is retried if it fails until it has moved to RUNNABLE that many times.

rsAttempts :: Lens' RetryStrategy (Maybe Int) Source #

The number of times to move a job to the RUNNABLE status. You may specify between 1 and 10 attempts. If the value of attempts is greater than one, the job is retried if it fails until it has moved to RUNNABLE that many times.

Ulimit

data Ulimit Source #

The ulimit settings to pass to the container.

See: ulimit smart constructor.

Instances

Eq Ulimit Source # 

Methods

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

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

Data Ulimit Source # 

Methods

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

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

toConstr :: Ulimit -> Constr #

dataTypeOf :: Ulimit -> DataType #

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

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

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

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

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

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

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

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

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

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

Read Ulimit Source # 
Show Ulimit Source # 
Generic Ulimit Source # 

Associated Types

type Rep Ulimit :: * -> * #

Methods

from :: Ulimit -> Rep Ulimit x #

to :: Rep Ulimit x -> Ulimit #

Hashable Ulimit Source # 

Methods

hashWithSalt :: Int -> Ulimit -> Int #

hash :: Ulimit -> Int #

ToJSON Ulimit Source # 
FromJSON Ulimit Source # 
NFData Ulimit Source # 

Methods

rnf :: Ulimit -> () #

type Rep Ulimit Source # 
type Rep Ulimit = D1 * (MetaData "Ulimit" "Network.AWS.Batch.Types.Product" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) (C1 * (MetaCons "Ulimit'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_uHardLimit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) ((:*:) * (S1 * (MetaSel (Just Symbol "_uName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_uSoftLimit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

ulimit Source #

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

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

  • uHardLimit - The hard limit for the ulimit type.
  • uName - The type of the ulimit .
  • uSoftLimit - The soft limit for the ulimit type.

uHardLimit :: Lens' Ulimit Int Source #

The hard limit for the ulimit type.

uName :: Lens' Ulimit Text Source #

The type of the ulimit .

uSoftLimit :: Lens' Ulimit Int Source #

The soft limit for the ulimit type.

Volume

data Volume Source #

A data volume used in a job's container properties.

See: volume smart constructor.

Instances

Eq Volume Source # 

Methods

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

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

Data Volume Source # 

Methods

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

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

toConstr :: Volume -> Constr #

dataTypeOf :: Volume -> DataType #

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

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

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

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

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

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

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

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

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

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

Read Volume Source # 
Show Volume Source # 
Generic Volume Source # 

Associated Types

type Rep Volume :: * -> * #

Methods

from :: Volume -> Rep Volume x #

to :: Rep Volume x -> Volume #

Hashable Volume Source # 

Methods

hashWithSalt :: Int -> Volume -> Int #

hash :: Volume -> Int #

ToJSON Volume Source # 
FromJSON Volume Source # 
NFData Volume Source # 

Methods

rnf :: Volume -> () #

type Rep Volume Source # 
type Rep Volume = D1 * (MetaData "Volume" "Network.AWS.Batch.Types.Product" "amazonka-batch-1.6.0-Fzr0qfVbg64JgYF5rBSQhW" False) (C1 * (MetaCons "Volume'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_vName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_vHost") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Host)))))

volume :: Volume Source #

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

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

  • vName - The name of the volume. Up to 255 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed. This name is referenced in the sourceVolume parameter of container definition mountPoints .
  • vHost - The contents of the host parameter determine whether your data volume persists on the host container instance and where it is stored. If the host parameter is empty, then the Docker daemon assigns a host path for your data volume. However, the data is not guaranteed to persist after the containers associated with it stop running.

vName :: Lens' Volume (Maybe Text) Source #

The name of the volume. Up to 255 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed. This name is referenced in the sourceVolume parameter of container definition mountPoints .

vHost :: Lens' Volume (Maybe Host) Source #

The contents of the host parameter determine whether your data volume persists on the host container instance and where it is stored. If the host parameter is empty, then the Docker daemon assigns a host path for your data volume. However, the data is not guaranteed to persist after the containers associated with it stop running.