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 3c0e4979d841b86bcae24304a5742d3461e5606a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jan 26 09:09:39 2021 +0100 Camel-AWS2-EC2: Removed automatic detection of client section, since we now have autowired --- docs/components/modules/ROOT/pages/aws2-ec2-component.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/components/modules/ROOT/pages/aws2-ec2-component.adoc b/docs/components/modules/ROOT/pages/aws2-ec2-component.adoc index 5620aa5..23955e4 100644 --- a/docs/components/modules/ROOT/pages/aws2-ec2-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-ec2-component.adoc @@ -225,7 +225,6 @@ from("direct:stop") .to("aws2-ec2://TestDomain?accessKey=xxxx&secretKey=xxxx&operation=terminateInstances"); -------------------------------------------------------------------------------- - == Using a POJO as body Sometimes build an AWS Request can be complex, because of multiple options. We introduce the possibility to use a POJO as body.