Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.Lambda.DeleteAlias
Description
Deletes the specified Lambda function alias. For more information, see Introduction to AWS Lambda Aliases .
This requires permission for the lambda:DeleteAlias action.
Creating a Request
Arguments
:: Text | |
-> Text | |
-> DeleteAlias |
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:
daFunctionName
- The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.daName
- Name of the alias to delete.
Request Lenses
daFunctionName :: Lens' DeleteAlias Text #
The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.
daName :: Lens' DeleteAlias Text #
Name of the alias to delete.
Destructuring the Response
deleteAliasResponse :: DeleteAliasResponse #
Creates a value of DeleteAliasResponse
with the minimum fields required to make a request.
data DeleteAliasResponse #
See: deleteAliasResponse
smart constructor.