| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.LambdaFunctionCode
Synopsis
- data LambdaFunctionCode = LambdaFunctionCode {}
- lambdaFunctionCode :: LambdaFunctionCode
- lfcS3Bucket :: Lens' LambdaFunctionCode (Maybe (Val Text))
- lfcS3Key :: Lens' LambdaFunctionCode (Maybe (Val Text))
- lfcS3ObjectVersion :: Lens' LambdaFunctionCode (Maybe (Val Text))
- lfcZipFile :: Lens' LambdaFunctionCode (Maybe (Val Text))
Documentation
data LambdaFunctionCode #
Full data type definition for LambdaFunctionCode. See
lambdaFunctionCode for a more convenient constructor.
Constructors
| LambdaFunctionCode | |
Fields | |
Instances
| Eq LambdaFunctionCode # | |
Defined in Stratosphere.ResourceProperties.LambdaFunctionCode Methods (==) :: LambdaFunctionCode -> LambdaFunctionCode -> Bool # (/=) :: LambdaFunctionCode -> LambdaFunctionCode -> Bool # | |
| Show LambdaFunctionCode # | |
Defined in Stratosphere.ResourceProperties.LambdaFunctionCode Methods showsPrec :: Int -> LambdaFunctionCode -> ShowS # show :: LambdaFunctionCode -> String # showList :: [LambdaFunctionCode] -> ShowS # | |
| ToJSON LambdaFunctionCode # | |
Defined in Stratosphere.ResourceProperties.LambdaFunctionCode Methods toJSON :: LambdaFunctionCode -> Value # toEncoding :: LambdaFunctionCode -> Encoding # toJSONList :: [LambdaFunctionCode] -> Value # toEncodingList :: [LambdaFunctionCode] -> Encoding # | |
| FromJSON LambdaFunctionCode # | |
Defined in Stratosphere.ResourceProperties.LambdaFunctionCode Methods parseJSON :: Value -> Parser LambdaFunctionCode # parseJSONList :: Value -> Parser [LambdaFunctionCode] # | |
lambdaFunctionCode :: LambdaFunctionCode #
Constructor for LambdaFunctionCode containing required fields as
arguments.
lfcS3Bucket :: Lens' LambdaFunctionCode (Maybe (Val Text)) #