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
The following commit(s) were added to refs/heads/master by this push: new eb68777 Regen for commit 8331753b6ccf3e0cc45ed463ba15b766d1fb3ba9 eb68777 is described below commit eb68777acf2c880b0b9d72e1c371fe04ad090f54 Author: oscerd <osc...@users.noreply.github.com> AuthorDate: Tue Jan 26 08:57:26 2021 +0000 Regen for commit 8331753b6ccf3e0cc45ed463ba15b766d1fb3ba9 Signed-off-by: GitHub <nore...@github.com> --- docs/components/modules/ROOT/pages/aws2-athena-component.adoc | 6 ------ docs/components/modules/ROOT/pages/aws2-cw-component.adoc | 6 ------ docs/components/modules/ROOT/pages/aws2-ddb-component.adoc | 6 ------ docs/components/modules/ROOT/pages/aws2-ddbstream-component.adoc | 6 ------ docs/components/modules/ROOT/pages/aws2-ecs-component.adoc | 6 ------ docs/components/modules/ROOT/pages/aws2-eks-component.adoc | 6 ------ docs/components/modules/ROOT/pages/aws2-eventbridge-component.adoc | 6 ------ docs/components/modules/ROOT/pages/aws2-iam-component.adoc | 6 ------ 8 files changed, 48 deletions(-) diff --git a/docs/components/modules/ROOT/pages/aws2-athena-component.adoc b/docs/components/modules/ROOT/pages/aws2-athena-component.adoc index 5f955b6..fcc02f9 100644 --- a/docs/components/modules/ROOT/pages/aws2-athena-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-athena-component.adoc @@ -513,12 +513,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/docs/components/modules/ROOT/pages/aws2-cw-component.adoc b/docs/components/modules/ROOT/pages/aws2-cw-component.adoc index df1c896..d8db215 100644 --- a/docs/components/modules/ROOT/pages/aws2-cw-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-cw-component.adoc @@ -162,12 +162,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/docs/components/modules/ROOT/pages/aws2-ddb-component.adoc b/docs/components/modules/ROOT/pages/aws2-ddb-component.adoc index 3e332e8..c23a826 100644 --- a/docs/components/modules/ROOT/pages/aws2-ddb-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-ddb-component.adoc @@ -346,12 +346,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/docs/components/modules/ROOT/pages/aws2-ddbstream-component.adoc b/docs/components/modules/ROOT/pages/aws2-ddbstream-component.adoc index 1acb722..271ace1 100644 --- a/docs/components/modules/ROOT/pages/aws2-ddbstream-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-ddbstream-component.adoc @@ -176,12 +176,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/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc b/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc index ed360ce..7f7d25d 100644 --- a/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc @@ -151,12 +151,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/docs/components/modules/ROOT/pages/aws2-eks-component.adoc b/docs/components/modules/ROOT/pages/aws2-eks-component.adoc index 237090a..13234eb 100644 --- a/docs/components/modules/ROOT/pages/aws2-eks-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-eks-component.adoc @@ -159,12 +159,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/docs/components/modules/ROOT/pages/aws2-eventbridge-component.adoc b/docs/components/modules/ROOT/pages/aws2-eventbridge-component.adoc index 3cbd951..c16e832 100644 --- a/docs/components/modules/ROOT/pages/aws2-eventbridge-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-eventbridge-component.adoc @@ -314,12 +314,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/docs/components/modules/ROOT/pages/aws2-iam-component.adoc b/docs/components/modules/ROOT/pages/aws2-iam-component.adoc index 2d37890..dd65331 100644 --- a/docs/components/modules/ROOT/pages/aws2-iam-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-iam-component.adoc @@ -216,12 +216,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.