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 8331753b6ccf3e0cc45ed463ba15b766d1fb3ba9 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jan 26 09:19:48 2021 +0100 Regen docs --- .../org/apache/camel/catalog/docs/aws2-athena-component.adoc | 6 ------ .../resources/org/apache/camel/catalog/docs/aws2-cw-component.adoc | 6 ------ .../resources/org/apache/camel/catalog/docs/aws2-ddb-component.adoc | 6 ------ .../org/apache/camel/catalog/docs/aws2-ddbstream-component.adoc | 6 ------ .../resources/org/apache/camel/catalog/docs/aws2-ec2-component.adoc | 6 ------ .../resources/org/apache/camel/catalog/docs/aws2-ecs-component.adoc | 6 ------ .../resources/org/apache/camel/catalog/docs/aws2-eks-component.adoc | 6 ------ .../org/apache/camel/catalog/docs/aws2-eventbridge-component.adoc | 6 ------ .../resources/org/apache/camel/catalog/docs/aws2-iam-component.adoc | 6 ------ 9 files changed, 54 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-athena-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-athena-component.adoc index eb97bbf..4b4aef2 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-athena-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-athena-component.adoc @@ -511,12 +511,6 @@ from("direct:start") Caution: the preceding example would block indefinitely, however, if the query did not complete with a status of SUCCEEDED. -== Automatic detection of AmazonAthena client in registry - -The component is capable of detecting the presence of an AmazonAthena bean in the registry. -If it's the only instance of that type it will be used as the client and you won't have to define it as URI parameter, like the example above. -This may be really useful for smarter configuration of the endpoint. - == Dependencies Maven users will need to add the following dependency to their pom.xml. diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-cw-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-cw-component.adoc index 720cc25..2a6c730 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-cw-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-cw-component.adoc @@ -160,12 +160,6 @@ from("direct:start") The `#client` refers to a `CloudWatchClient` in the Registry. -== Automatic detection of CloudWatchClient client in registry - -The component is capable of detecting the presence of an CloudWatchClient bean into the registry. -If it's the only instance of that type it will be used as client and you won't have to define it as uri parameter. -This may be really useful for smarter configuration of the endpoint. - == Dependencies Maven users will need to add the following dependency to their pom.xml. diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-ddb-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-ddb-component.adoc index b624787..08f740e 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-ddb-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-ddb-component.adoc @@ -344,12 +344,6 @@ Registry. - UpdateItem - UpdateTable -== Automatic detection of DynamoDbClient client in registry - -The component is capable of detecting the presence of an DynamoDbClient bean into the registry. -If it's the only instance of that type it will be used as client and you won't have to define it as uri parameter. -This may be really useful for smarter configuration of the endpoint. - == Dependencies Maven users will need to add the following dependency to their pom.xml. diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-ddbstream-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-ddbstream-component.adoc index ffba1fe..6b471b1 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-ddbstream-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-ddbstream-component.adoc @@ -174,12 +174,6 @@ outage did not also include DynamoDB itself. Given that AWS only retain 24 hours worth of changes, you will have missed change events no matter what mitigations are in place. -== Automatic detection of AmazonDynamoDBStreams client in registry - -The component is capable of detecting the presence of an AmazonDynamoDBStreams bean into the registry. -If it's the only instance of that type it will be used as client and you won't have to define it as uri parameter. -This may be really useful for smarter configuration of the endpoint. - == Dependencies Maven users will need to add the following dependency to their pom.xml. diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-ec2-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-ec2-component.adoc index 3e418b4..f1ec35c 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-ec2-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-ec2-component.adoc @@ -223,12 +223,6 @@ from("direct:stop") .to("aws2-ec2://TestDomain?accessKey=xxxx&secretKey=xxxx&operation=terminateInstances"); -------------------------------------------------------------------------------- -== Automatic detection of Ec2Client client in registry - -The component is capable of detecting the presence of an Ec2Client bean into the registry. -If it's the only instance of that type it will be used as client and you won't have to define it as uri parameter. -This may be really useful for smarter configuration of the endpoint. - == 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. diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-ecs-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-ecs-component.adoc index 172eb85..f115ba6 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-ecs-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-ecs-component.adoc @@ -149,12 +149,6 @@ from("direct:listClusters") .to("aws2-ecs://test?ecsClient=#amazonEcsClient&operation=listClusters") -------------------------------------------------------------------------------- -== Automatic detection of EcsClient client in registry - -The component is capable of detecting the presence of an EcsClient bean into the registry. -If it's the only instance of that type it will be used as client and you won't have to define it as uri parameter. -This may be really useful for smarter configuration of the endpoint. - == 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. diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-eks-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-eks-component.adoc index f09ee01..44867a2 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-eks-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-eks-component.adoc @@ -157,12 +157,6 @@ from("direct:listClusters") .to("aws2-eks://test?eksClient=#amazonEksClient&operation=listClusters") -------------------------------------------------------------------------------- -== Automatic detection of EksClient client in registry - -The component is capable of detecting the presence of an EksClient bean into the registry. -If it's the only instance of that type it will be used as client and you won't have to define it as uri parameter. -This may be really useful for smarter configuration of the endpoint. - == 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. diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-eventbridge-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-eventbridge-component.adoc index 637eefe..87ec656 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-eventbridge-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-eventbridge-component.adoc @@ -312,12 +312,6 @@ this operation will return a list of rule associated with a target. To update a rule you'll need to perform the putRule operation again. There is not explicit update rule operation in the Java SDK. -== Automatic detection of EventbridgeClient client in registry - -The component is capable of detecting the presence of an EventbridgeClient bean into the registry. -If it's the only instance of that type it will be used as client and you won't have to define it as uri parameter, like the example above. -This may be really useful for smarter configuration of the endpoint. - == Dependencies Maven users will need to add the following dependency to their pom.xml. diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-iam-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-iam-component.adoc index f22e476..2535542 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-iam-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/aws2-iam-component.adoc @@ -214,12 +214,6 @@ from("direct:listUsers") .to("aws2-iam://test?iamClient=#amazonIAMClient&operation=listGroups") -------------------------------------------------------------------------------- -== Automatic detection of IamClient client in registry - -The component is capable of detecting the presence of an IamClient bean into the registry. -If it's the only instance of that type it will be used as client and you won't have to define it as uri parameter. -This may be really useful for smarter configuration of the endpoint. - == 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.