| 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
| Eq DeleteFunction | |
| Ord DeleteFunction | |
| Read DeleteFunction | |
| Show DeleteFunction | |
| IsString DeleteFunction | |
| ToJSON DeleteFunction | |
| Monoid DeleteFunction | |
| AWSRequest DeleteFunction | |
| ToQuery DeleteFunction | |
| ToPath DeleteFunction | |
| ToHeaders DeleteFunction | |
| type Sv DeleteFunction = Lambda | |
| type Rs DeleteFunction = DeleteFunctionResponse |
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.