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 08fb3b83f10513b30f2683981622dc09ee5fb827 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Jan 15 11:47:59 2018 +0100 Regen docs --- components/camel-aws/src/main/docs/aws-swf-component.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-aws/src/main/docs/aws-swf-component.adoc b/components/camel-aws/src/main/docs/aws-swf-component.adoc index d4677e1..e2904bb 100644 --- a/components/camel-aws/src/main/docs/aws-swf-component.adoc +++ b/components/camel-aws/src/main/docs/aws-swf-component.adoc @@ -65,13 +65,11 @@ with the following path and query parameters: [width="100%",cols="2,5,^1,2",options="header"] |=== | Name | Description | Default | Type -| *accessKey* (common) | Amazon AWS Access Key. | | String | *amazonSWClient* (common) | To use the given AmazonSimpleWorkflowClient as client | | AmazonSimpleWorkflow Client | *dataConverter* (common) | An instance of com.amazonaws.services.simpleworkflow.flow.DataConverter to use for serializing/deserializing the data. | | DataConverter | *domainName* (common) | The workflow domain to use. | | String | *eventName* (common) | The workflow or activity event name to use. | | String | *region* (common) | Amazon AWS Region. | | String -| *secretKey* (common) | Amazon AWS Secret Key. | | String | *version* (common) | The workflow or activity event version to use. | | String | *bridgeErrorHandler* (consumer) | Allows for bridging the consumer to the Camel routing Error Handler which mean any exceptions occurred while the consumer is trying to pickup incoming messages or the likes will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions that will be logged at WARN or ERROR level and ignored. | false | boolean | *exceptionHandler* (consumer) | To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this options is not in use. By default the consumer will deal with exceptions that will be logged at WARN or ERROR level and ignored. | | ExceptionHandler @@ -95,6 +93,8 @@ with the following path and query parameters: | *terminationReason* (workflow) | The reason for terminating a workflow. | | String | *workflowList* (workflow) | The list name to consume workflows from. | | String | *workflowTypeRegistration Options* (workflow) | Workflow registration options | | WorkflowType RegistrationOptions +| *accessKey* (security) | Amazon AWS Access Key. | | String +| *secretKey* (security) | Amazon AWS Secret Key. | | String |=== // endpoint options: END -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
