| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Aws.Lambda.Commands.RemoveEventSource
Request
data RemoveEventSource Source
Removes an event source mapping. This means AWS Lambda will no longer invoke the function for events in the associated source.
This operation requires permission for the lambda:RemoveEventSource action.
Constructors
| RemoveEventSource | |
Fields
| |
Arguments
| :: LambdaUuid | |
| -> RemoveEventSource |
A minimal RemoveEventSource request.