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 2019/10/01 12:29:24 UTC

[camel] 02/02: Regen 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 8f58182c3cda1e2e896fa09c515d698a508af48e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 1 14:29:03 2019 +0200

    Regen docs
---
 docs/components/modules/ROOT/pages/aws-ecs-component.adoc | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/components/modules/ROOT/pages/aws-ecs-component.adoc b/docs/components/modules/ROOT/pages/aws-ecs-component.adoc
index eca9acd..7788d95 100644
--- a/docs/components/modules/ROOT/pages/aws-ecs-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-ecs-component.adoc
@@ -153,6 +153,16 @@ Camel-AWS ECS component provides the following operation on the producer side:
 - describeCluster
 - deleteCluster
 
+== Producer Examples
+
+- listClusters: this operation will list the available clusters in ECS
+
+[source,java]
+--------------------------------------------------------------------------------
+from("direct:listClusters")
+    .to("aws-ecs://test?ecsClient=#amazonEcsClient&operation=listClusters")
+--------------------------------------------------------------------------------
+
 == Automatic detection of AmazonECS client in registry
 
 The component is capable of detecting the presence of an AmazonECS bean into the registry.