amazonka-lambda-1.3.4: Amazon Lambda SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Lambda.DeleteAlias

Contents

Description

Deletes specified Lambda function alias. For more information, see Introduction to AWS Lambda Aliases

This requires permission for the lambda:DeleteAlias action.

See: AWS API Reference for DeleteAlias.

Synopsis

Creating a Request

deleteAlias Source

Creates a value of DeleteAlias with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

daFunctionName :: Lens' DeleteAlias Text Source

The Lambda function name for which the alias is created.

daName :: Lens' DeleteAlias Text Source

Name of the alias to delete.

Destructuring the Response

deleteAliasResponse :: DeleteAliasResponse Source

Creates a value of DeleteAliasResponse with the minimum fields required to make a request.