Delete alias
async_boto.validation.lambda_.delete_alias
DeleteAliasRequest
Bases: BaseModel
Request model for deleting a Lambda function alias.
| PARAMETER | DESCRIPTION |
|---|---|
FunctionName
|
The name or ARN of the Lambda function. Name formats: - Function name - MyFunction - Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction - Partial ARN - 123456789012:function:MyFunction
TYPE:
|
Name
|
The name of the alias to delete.
TYPE:
|
FunctionName
instance-attribute
FunctionName
Name
instance-attribute
Name
DeleteAliasResponse
Bases: BaseModel
Response model for deleting a Lambda function alias.
The DeleteAlias operation doesn't return any data. A successful response returns an HTTP 204 status code with an empty HTTP body.