aws-lambda-0.1.0.1: Haskell bindings for AWS Lambda

Safe HaskellNone
LanguageHaskell2010

Aws.Lambda.Commands.ListFunctions

Contents

Synopsis

Request

data ListFunctions Source

Returns a list of your Lambda functions. For each function, the response includes the function configuration information. You must use GetFunction to retrieve the code for your function.

This operation requires permission for the lambda:ListFunctions action.

Constructors

ListFunctions 

Fields

_lfMarker :: !(Maybe PaginationToken)

An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.

_lfMaxItems :: !(Maybe Int)

Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0 and less than 10000.

Lenses

Response

Lenses