| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.BatchJobQueue
Description
Synopsis
- data BatchJobQueue = BatchJobQueue {}
- batchJobQueue :: [BatchJobQueueComputeEnvironmentOrder] -> Val Integer -> BatchJobQueue
- bjqComputeEnvironmentOrder :: Lens' BatchJobQueue [BatchJobQueueComputeEnvironmentOrder]
- bjqJobQueueName :: Lens' BatchJobQueue (Maybe (Val Text))
- bjqPriority :: Lens' BatchJobQueue (Val Integer)
- bjqState :: Lens' BatchJobQueue (Maybe (Val Text))
Documentation
data BatchJobQueue #
Full data type definition for BatchJobQueue. See batchJobQueue for a
more convenient constructor.
Constructors
| BatchJobQueue | |
Instances
| Eq BatchJobQueue # | |
Defined in Stratosphere.Resources.BatchJobQueue Methods (==) :: BatchJobQueue -> BatchJobQueue -> Bool # (/=) :: BatchJobQueue -> BatchJobQueue -> Bool # | |
| Show BatchJobQueue # | |
Defined in Stratosphere.Resources.BatchJobQueue Methods showsPrec :: Int -> BatchJobQueue -> ShowS # show :: BatchJobQueue -> String # showList :: [BatchJobQueue] -> ShowS # | |
| ToJSON BatchJobQueue # | |
Defined in Stratosphere.Resources.BatchJobQueue Methods toJSON :: BatchJobQueue -> Value # toEncoding :: BatchJobQueue -> Encoding # toJSONList :: [BatchJobQueue] -> Value # toEncodingList :: [BatchJobQueue] -> Encoding # | |
| FromJSON BatchJobQueue # | |
Defined in Stratosphere.Resources.BatchJobQueue Methods parseJSON :: Value -> Parser BatchJobQueue # parseJSONList :: Value -> Parser [BatchJobQueue] # | |
Arguments
| :: [BatchJobQueueComputeEnvironmentOrder] | |
| -> Val Integer | |
| -> BatchJobQueue |
Constructor for BatchJobQueue containing required fields as arguments.
bjqJobQueueName :: Lens' BatchJobQueue (Maybe (Val Text)) #
bjqPriority :: Lens' BatchJobQueue (Val Integer) #