aws-lambda-0.1.0.1: Haskell bindings for AWS Lambda

Safe HaskellNone
LanguageHaskell2010

Aws.Lambda.Commands.UpdateFunctionConfiguration

Contents

Synopsis

Request

data UpdateFunctionConfiguration Source

Updates the configuration parameters for the specified Lambda function by using the values provided in the request. You provide only the parameters you want to change. This operation must only be used on an existing Lambda function and cannot be used to update the function's code.

This operation requires permission for the lambda:UpdateFunctionConfiguration action.

The UpdateFunctionConfiguration type is abstract.

updateFunctionConfiguration :: MonadThrow m => FunctionConfiguration -> m UpdateFunctionConfiguration Source

A minimal, validated UpdateFunctionConfiguration request. Not providing _fcFunctionName will result in an exception.

Lenses

Response

Lenses

Exceptions