amazonka-lambda-0.0.5: Amazon Lambda SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Lambda.RemoveEventSource

Contents

Description

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.

http://docs.aws.amazon.com/lambda/latest/dg/API_RemoveEventSource.html

Synopsis

Request

Request constructor

removeEventSource Source

RemoveEventSource constructor.

The fields accessible through corresponding lenses are:

Request lenses

resUUID :: Lens' RemoveEventSource Text Source

The event source mapping ID.

Response

Response constructor