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:31 UTC

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

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 15776f7f791cf5c269f00d10629986d2388e08eb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 2 15:24:02 2020 +0100

    CAMEL-14348 - Camel-AWS Lambda: Add alias operations, deleteAlias docs regen
---
 docs/components/modules/ROOT/pages/aws-lambda-component.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/components/modules/ROOT/pages/aws-lambda-component.adoc b/docs/components/modules/ROOT/pages/aws-lambda-component.adoc
index 1d4ca0b..91deb6a 100644
--- a/docs/components/modules/ROOT/pages/aws-lambda-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-lambda-component.adoc
@@ -211,6 +211,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
@@ -230,6 +232,7 @@ The default is 3 seconds.|No
 - publishVersion
 - listVersions
 - createAlias
+- deleteAlias
 
 == Example