aws-lambda-0.1.0.1: Haskell bindings for AWS Lambda

Safe HaskellNone
LanguageHaskell2010

Aws.Lambda.Commands.RemoveEventSource

Contents

Synopsis

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

_resUuid :: !LambdaUuid

The event source mapping ID.

Lenses

Response