You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/01/02 14:24:30 UTC

[camel] 04/05: CAMEL-14348 - Camel-AWS Lambda: Add alias operations, deleteAlias operation docs

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit fecb161ff4a700fd9873ede38cfc0fdb5d764c0a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 2 15:17:20 2020 +0100

    CAMEL-14348 - Camel-AWS Lambda: Add alias operations, deleteAlias operation docs
---
 components/camel-aws-lambda/src/main/docs/aws-lambda-component.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/components/camel-aws-lambda/src/main/docs/aws-lambda-component.adoc b/components/camel-aws-lambda/src/main/docs/aws-lambda-component.adoc
index 5ce483b..5868df8 100644
--- a/components/camel-aws-lambda/src/main/docs/aws-lambda-component.adoc
+++ b/components/camel-aws-lambda/src/main/docs/aws-lambda-component.adoc
@@ -210,6 +210,8 @@ The default is 3 seconds.|No
 
 |createAlias |`CamelAwsLambdaAliasFunctionDescription` |`String` |The function description to set in the alias|No
 
+|deleteAlias |`CamelAwsLambdaAliasFunctionName` |`String` |The function name of the alias|Yes
+
 |=======================================================================
 
 == List of Avalaible Operations
@@ -229,6 +231,7 @@ The default is 3 seconds.|No
 - publishVersion
 - listVersions
 - createAlias
+- deleteAlias
 
 == Example