This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit c4dc9956590008d2203a9bdcb2f2edae507cf0a8 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jun 22 09:01:59 2021 +0200 CAMEL-16684 - camel-aws2-ddb streams has empty usage section in documentation --- .../org/apache/camel/catalog/docs/aws2-ddbstream-component.adoc | 4 ++++ docs/components/modules/ROOT/pages/aws2-ddbstream-component.adoc | 4 ++++ 2 files changed, 8 insertions(+) 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 55d79ad..400a463 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 @@ -193,6 +193,10 @@ 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. +=== Message Body + +The Message body is istance of "software.amazon.awssdk.services.dynamodb.model.Record", for more information about it, have a look at the https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/dynamodb/model/Record.html[related javadoc] + == 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 e6417ba..e6fdb2c 100644 --- a/docs/components/modules/ROOT/pages/aws2-ddbstream-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-ddbstream-component.adoc @@ -195,6 +195,10 @@ 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. +=== Message Body + +The Message body is istance of "software.amazon.awssdk.services.dynamodb.model.Record", for more information about it, have a look at the https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/dynamodb/model/Record.html[related javadoc] + == Dependencies Maven users will need to add the following dependency to their pom.xml.