aws-lambda-0.1.0.1: Haskell bindings for AWS Lambda

Safe HaskellNone
LanguageHaskell2010

Aws.Lambda.Commands.ListEventSources

Contents

Synopsis

Request

data ListEventSources Source

Returns a list of event source mappings you created using the AddEventSource action, where you identify a stream as event source. This list does not include Amazon S3 event sources.

For each mapping, the API returns configuration information. You can optionally specify filters to retrieve specific event source mappings.

This operation requires permission for the lambda:ListEventSources action.

Constructors

ListEventSources 

Fields

_lesEventSourceArn :: !Arn

The Amazon Resource Name (ARN) of the event source.

_lesFunctionName :: !Text

The name of the AWS Lambda function.

_lesMarker :: !(Maybe PaginationToken)

Optional, returned from previous ListEventSources request; if present, specifies to continue the list from where the returning call left off.

_lesMaxItems :: !(Maybe Int)

Optional, maximum number of event sources to return. Length constraints: 1 ≤ n ≤ 1000.

listEventSources Source

Arguments

:: Arn

The event source ARN

-> Text

The function name

-> ListEventSources 

Create a minimal ListEventSources request.

Lenses

Response

Lenses