| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.Lambda.DeleteFunction
Description
Deletes the specified Lambda function code and configuration. This operation requires permission for the lambda:DeleteFunction action.
http://docs.aws.amazon.com/lambda/latest/dg/API_DeleteFunction.html
Request
data DeleteFunction Source
Instances
Request constructor
Arguments
| :: Text | |
| -> DeleteFunction |
DeleteFunction constructor.
The fields accessible through corresponding lenses are:
Request lenses
dfFunctionName :: Lens' DeleteFunction Text Source
The Lambda function to delete.
Response
Response constructor
deleteFunctionResponse :: DeleteFunctionResponse Source
DeleteFunctionResponse constructor.