| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.BatchJobDefinition
Description
Synopsis
- data BatchJobDefinition = BatchJobDefinition {
- _batchJobDefinitionContainerProperties :: BatchJobDefinitionContainerProperties
- _batchJobDefinitionJobDefinitionName :: Maybe (Val Text)
- _batchJobDefinitionParameters :: Maybe Object
- _batchJobDefinitionRetryStrategy :: Maybe BatchJobDefinitionRetryStrategy
- _batchJobDefinitionTimeout :: Maybe BatchJobDefinitionTimeout
- _batchJobDefinitionType :: Val Text
- batchJobDefinition :: BatchJobDefinitionContainerProperties -> Val Text -> BatchJobDefinition
- bjdContainerProperties :: Lens' BatchJobDefinition BatchJobDefinitionContainerProperties
- bjdJobDefinitionName :: Lens' BatchJobDefinition (Maybe (Val Text))
- bjdParameters :: Lens' BatchJobDefinition (Maybe Object)
- bjdRetryStrategy :: Lens' BatchJobDefinition (Maybe BatchJobDefinitionRetryStrategy)
- bjdTimeout :: Lens' BatchJobDefinition (Maybe BatchJobDefinitionTimeout)
- bjdType :: Lens' BatchJobDefinition (Val Text)
Documentation
data BatchJobDefinition #
Full data type definition for BatchJobDefinition. See
batchJobDefinition for a more convenient constructor.
Constructors
Instances
| Eq BatchJobDefinition # | |
Defined in Stratosphere.Resources.BatchJobDefinition Methods (==) :: BatchJobDefinition -> BatchJobDefinition -> Bool # (/=) :: BatchJobDefinition -> BatchJobDefinition -> Bool # | |
| Show BatchJobDefinition # | |
Defined in Stratosphere.Resources.BatchJobDefinition Methods showsPrec :: Int -> BatchJobDefinition -> ShowS # show :: BatchJobDefinition -> String # showList :: [BatchJobDefinition] -> ShowS # | |
| ToJSON BatchJobDefinition # | |
Defined in Stratosphere.Resources.BatchJobDefinition Methods toJSON :: BatchJobDefinition -> Value # toEncoding :: BatchJobDefinition -> Encoding # toJSONList :: [BatchJobDefinition] -> Value # toEncodingList :: [BatchJobDefinition] -> Encoding # | |
| FromJSON BatchJobDefinition # | |
Defined in Stratosphere.Resources.BatchJobDefinition Methods parseJSON :: Value -> Parser BatchJobDefinition # parseJSONList :: Value -> Parser [BatchJobDefinition] # | |
Arguments
| :: BatchJobDefinitionContainerProperties | |
| -> Val Text | |
| -> BatchJobDefinition |
Constructor for BatchJobDefinition containing required fields as
arguments.