Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.LambdaFunctionCode
Description
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 Source #
Full data type definition for LambdaFunctionCode. See
lambdaFunctionCode
for a more convenient constructor.
Constructors
LambdaFunctionCode | |
Fields |
Instances
ToJSON LambdaFunctionCode Source # | |
Defined in Stratosphere.ResourceProperties.LambdaFunctionCode Methods toJSON :: LambdaFunctionCode -> Value # toEncoding :: LambdaFunctionCode -> Encoding # toJSONList :: [LambdaFunctionCode] -> Value # toEncodingList :: [LambdaFunctionCode] -> Encoding # omitField :: LambdaFunctionCode -> Bool # | |
Show LambdaFunctionCode Source # | |
Defined in Stratosphere.ResourceProperties.LambdaFunctionCode Methods showsPrec :: Int -> LambdaFunctionCode -> ShowS # show :: LambdaFunctionCode -> String # showList :: [LambdaFunctionCode] -> ShowS # | |
Eq LambdaFunctionCode Source # | |
Defined in Stratosphere.ResourceProperties.LambdaFunctionCode Methods (==) :: LambdaFunctionCode -> LambdaFunctionCode -> Bool # (/=) :: LambdaFunctionCode -> LambdaFunctionCode -> Bool # |
lambdaFunctionCode :: LambdaFunctionCode Source #
Constructor for LambdaFunctionCode
containing required fields as
arguments.
lfcS3Bucket :: Lens' LambdaFunctionCode (Maybe (Val Text)) Source #