| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.BatchComputeEnvironment
Synopsis
- data BatchComputeEnvironment = BatchComputeEnvironment {}
- batchComputeEnvironment :: Val Text -> Val Text -> BatchComputeEnvironment
- bceComputeEnvironmentName :: Lens' BatchComputeEnvironment (Maybe (Val Text))
- bceComputeResources :: Lens' BatchComputeEnvironment (Maybe BatchComputeEnvironmentComputeResources)
- bceServiceRole :: Lens' BatchComputeEnvironment (Val Text)
- bceState :: Lens' BatchComputeEnvironment (Maybe (Val Text))
- bceType :: Lens' BatchComputeEnvironment (Val Text)
Documentation
data BatchComputeEnvironment #
Full data type definition for BatchComputeEnvironment. See
batchComputeEnvironment for a more convenient constructor.
Constructors
| BatchComputeEnvironment | |
Fields | |
Instances
| Eq BatchComputeEnvironment # | |
Defined in Stratosphere.Resources.BatchComputeEnvironment Methods (==) :: BatchComputeEnvironment -> BatchComputeEnvironment -> Bool # (/=) :: BatchComputeEnvironment -> BatchComputeEnvironment -> Bool # | |
| Show BatchComputeEnvironment # | |
Defined in Stratosphere.Resources.BatchComputeEnvironment Methods showsPrec :: Int -> BatchComputeEnvironment -> ShowS # show :: BatchComputeEnvironment -> String # showList :: [BatchComputeEnvironment] -> ShowS # | |
| ToJSON BatchComputeEnvironment # | |
Defined in Stratosphere.Resources.BatchComputeEnvironment Methods toJSON :: BatchComputeEnvironment -> Value # toEncoding :: BatchComputeEnvironment -> Encoding # toJSONList :: [BatchComputeEnvironment] -> Value # | |
| FromJSON BatchComputeEnvironment # | |
Defined in Stratosphere.Resources.BatchComputeEnvironment Methods parseJSON :: Value -> Parser BatchComputeEnvironment # parseJSONList :: Value -> Parser [BatchComputeEnvironment] # | |
Arguments
| :: Val Text | |
| -> Val Text | |
| -> BatchComputeEnvironment |
Constructor for BatchComputeEnvironment containing required fields as
arguments.
bceComputeResources :: Lens' BatchComputeEnvironment (Maybe BatchComputeEnvironmentComputeResources) #