You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2016/01/06 10:20:19 UTC

svn commit: r977142 - in /websites/production/camel/content: aws-kinesis.html aws.html cache/main.pageCache

Author: buildbot
Date: Wed Jan  6 09:20:19 2016
New Revision: 977142

Log:
Production update by buildbot for camel

Added:
    websites/production/camel/content/aws-kinesis.html
Modified:
    websites/production/camel/content/aws.html
    websites/production/camel/content/cache/main.pageCache

Added: websites/production/camel/content/aws-kinesis.html
==============================================================================
--- websites/production/camel/content/aws-kinesis.html (added)
+++ websites/production/camel/content/aws-kinesis.html Wed Jan  6 09:20:19 2016
@@ -0,0 +1,179 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+<head>
+    <link href="//camel.apache.org/styles/site.css" rel="stylesheet" type="text/css">
+    <link href="//camel.apache.org/styles/type-settings.css" rel="stylesheet" type="text/css">
+    <script src="//camel.apache.org/styles/prototype.js" type="text/javascript"></script>
+    <script src="//camel.apache.org/styles/rico.js" type="text/javascript"></script>    
+    <script src="//camel.apache.org/styles/site.js" type="text/javascript"></script>
+
+    <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
+
+    <style type="text/css">
+      .maincontent { overflow:hidden; }
+    </style>
+    <!--[if IE]>
+    <style type="text/css">
+      .maincontent { width:100%; }
+    </style>
+    <![endif]-->
+
+
+  <link href='//camel.apache.org/styles/highlighter/styles/shCoreCamel.css' rel='stylesheet' type='text/css' />
+  <link href='//camel.apache.org/styles/highlighter/styles/shThemeCamel.css' rel='stylesheet' type='text/css' />
+  <script src='//camel.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script>
+  <script src='//camel.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script>
+  <script src='//camel.apache.org/styles/highlighter/scripts/shBrushXml.js' type='text/javascript'></script>
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+
+    <title>
+    Apache Camel: AWS-KINESIS
+    </title>
+</head>
+<body>
+<div class="white_box">
+<div class="header">
+  <div class="header_l">
+    <div class="header_r">
+    </div>
+  </div>
+</div>
+<div class="content">
+  <div class="content_l">
+    <div class="content_r">
+      <div>
+          <!-- Banner -->
+<div id="banner-content"><div id="asf_logo">
+	<div id="activemq_logo" style="height:108px; background:transparent url(banner.data/apache-camel-7.png) no-repeat scroll left top;">
+            <a shape="rect" style="float:left; width:310px;display:block;text-indent:-5000px;text-decoration:none;line-height:140px; margin-top:20px; margin-left:18px;" href="http://camel.apache.org/">Camel</a>
+            <a shape="rect" style="float:right; width:180px;display:block;text-indent:-5000px;text-decoration:none;line-height:80px; margin-top:45px; margin-right:10px;" href="http://www.apache.org">Apache</a>
+	</div>
+</div></div>
+          <!-- Banner -->
+        <div class="top_red_bar">
+          <div id="site-breadcrumbs">
+                <!-- Breadcrumbs -->
+<a href="index.html">Apache Camel</a>&nbsp;&gt;&nbsp;<a href="documentation.html">Documentation</a>&nbsp;&gt;&nbsp;<a href="components.html">Components</a>&nbsp;&gt;&nbsp;<a href="aws.html">AWS</a>&nbsp;&gt;&nbsp;<a href="aws-kinesis.html">AWS-KINESIS</a>
+          </div>
+          <!-- Quicklinks -->
+<div id="site-quicklinks"><p><a shape="rect" href="download.html">Download</a> | <a shape="rect" href="javadoc.html">JavaDoc</a> | <a shape="rect" href="source.html">Source</a> | <a shape="rect" href="discussion-forums.html">Forums</a> | <a shape="rect" href="support.html">Support</a></p></div>
+          <!-- Quicklinks -->
+        </div>
+
+	<table border="0">
+	<tbody>
+        <tr>
+        <td valign="top" width="100%">
+<div class="wiki-content maincontent"><h2 id="AWS-KINESIS-KinesisComponent">Kinesis Component</h2><p><strong>Available as of Camel 2.7</strong></p><p>The Kinesis component supports receiving messages from Amazon Kinesis service.</p><div class="confluence-information-macro confluence-information-macro-information"><p class="title">Prerequisites</p><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span><div class="confluence-information-macro-body"><p>You must have a valid Amazon Web Services developer account, and be signed up to use Amazon Kinesis. More information are available at&#160;<a shape="rect" class="external-link" href="http://aws.amazon.com/kinesis/" rel="nofollow">AWS Kinesis</a></p></div></div><h3 id="AWS-KINESIS-URIFormat">URI Format</h3><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[aws-kinesis://stream-name[?options]
+]]></script>
+</div></div><p>The stream needs to be created prior to it being used.<br clear="none"> You can append query options to the URI in the following format, ?options=value&amp;option2=value&amp;...</p><h3 id="AWS-KINESIS-URIOptions">URI Options</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Name</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Default Value</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Context</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>amazonKinesisClient</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>null</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Consumer</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Reference to a <code>com.amazonaws.services.kinesis.AmazonKinesisClient</code> in the <a shape="rect" href="registry.htm
 l">Registry</a>.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>maxMessagesPerPoll</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>100</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Consumer</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Maximum results that will be returned in each poll to the AWS API, Given that the shard iterator is unique to the consumer, changing it shouldn't effect other consumers.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>iteratorType</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>TRIM_HORIZON</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Consumer</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>One of trim_horizon or latest. See <a shape="rect" class="external-link" href="http://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetShardIterator.html" rel="nofollow">http://docs.aws.amazon.com/kinesis/latest/A
 PIReference/API_GetShardIterator.html</a> for descriptions of these two iterator types.</p></td></tr></tbody></table></div><div class="confluence-information-macro confluence-information-macro-information"><p class="title">Required Kinesis component options</p><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span><div class="confluence-information-macro-body"><p>You have to provide the&#160;amazonKinesisClient in the <a shape="rect" href="registry.html">Registry</a> with proxies and relevant credentials configured.</p></div></div><h3 id="AWS-KINESIS-BatchConsumer">Batch Consumer</h3><p>This component implements the <a shape="rect" href="batch-consumer.html">Batch Consumer</a>.</p><p>This allows you for instance to know how many messages exists in this batch and for instance let the <a shape="rect" href="aggregator.html">Aggregator</a> aggregate this number of messages.</p><h3 id="AWS-KINESIS-Usage">Usage</h3><h4 id="AWS-KINESIS-Messageheade
 rssetbytheKinesisconsumer">Message headers set by the Kinesis consumer</h4><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Header</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Type</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>CamelAwsKinesisSequenceNumber</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>String</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>The sequence number of the record. This is represented as a String as it size is not defined by the API. If it is to be used as a numerical type then use</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>CamelAwsKinesisApproximateArrivalTimestamp</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code>String</code></p></td><td colspan="1" rowspan="1" class="conflu
 enceTd"><p>The time AWS assigned as the arrival time of the record.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><code>CamelAwsKinesisPartitionKey</code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><code><code>String</code></code></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Identifies which shard in the stream the data record is assigned to.</p></td></tr></tbody></table></div><h4 id="AWS-KINESIS-AmazonKinesisconfiguration">AmazonKinesis configuration</h4><p>You will need to create an instance of AmazonDynamoDBStreamsClient and bind it to the registry</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[ClientConfiguration clientConfiguration = new ClientConfiguration();
+clientConfiguration.setProxyHost(&quot;http://myProxyHost&quot;);
+clientConfiguration.setProxyPort(8080);
+
+Region region = Region.getRegion(Regions.fromName(region));
+region.createClient(AmazonDynamoDBStreamsClient.class, null, clientConfiguration);
+// the &#39;null&#39; here is the AWSCredentialsProvider which defaults to an instance of DefaultAWSCredentialsProviderChain
+
+registry.bind(&quot;kinesisClient&quot;, client);
+]]></script>
+</div></div><h4 id="AWS-KINESIS-ProvidingAWSCredentials">Providing AWS Credentials</h4><p>It is recommended that the credentials are obtained by using the <a shape="rect" class="external-link" href="http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/DefaultAWSCredentialsProviderChain.html" rel="nofollow">DefaultAWSCredentialsProviderChain</a> that is the default when creating a new ClientConfiguration instance, however, a different&#160;<a shape="rect" class="external-link" href="http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/AWSCredentialsProvider.html" rel="nofollow">AWSCredentialsProvider</a> can be specified when calling createClient(...).</p><h3 id="AWS-KINESIS-Dependencies">Dependencies</h3><p>Maven users will need to add the following dependency to their pom.xml.</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeHeader panelHeader pdl" style="border-bottom-width: 1px;"><b>pom.xml</b></div><div class="codeCo
 ntent panelContent pdl">
+<script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
+    &lt;artifactId&gt;camel-aws&lt;/artifactId&gt;
+    &lt;version&gt;${camel-version}&lt;/version&gt;
+&lt;/dependency&gt;
+]]></script>
+</div></div><p>where <code>${camel-version</code>} must be replaced by the actual version of Camel (2.7 or higher).</p><p></p><h3 id="AWS-KINESIS-SeeAlso">See Also</h3>
+<ul><li><a shape="rect" href="configuring-camel.html">Configuring Camel</a></li><li><a shape="rect" href="component.html">Component</a></li><li><a shape="rect" href="endpoint.html">Endpoint</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li></ul><ul class="alternate"><li><a shape="rect" href="aws.html">AWS Component</a></li></ul></div>
+        </td>
+        <td valign="top">
+          <div class="navigation">
+            <div class="navigation_top">
+                <!-- NavigationBar -->
+<div class="navigation_bottom" id="navigation_bottom"><h3 id="Navigation-Overview"><a shape="rect" href="overview.html">Overview</a></h3><ul class="alternate"><li><a shape="rect" href="index.html">Home</a></li><li><a shape="rect" href="download.html">Download</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li><li><a shape="rect" href="faq.html">FAQ</a></li></ul><h3 id="Navigation-Documentation"><a shape="rect" href="documentation.html">Documentation</a></h3><ul class="alternate"><li><a shape="rect" href="user-guide.html">User Guide</a></li><li><a shape="rect" href="manual.html">Manual</a></li><li><a shape="rect" href="books.html">Books</a></li><li><a shape="rect" href="tutorials.html">Tutorials</a></li><li><a shape="rect" href="examples.html">Examples</a></li><li><a shape="rect" href="cookbook.html">Cookbook</a></li><li><a shape="rect" href="architecture.html">Architecture</a></li><li><a shape="rect" href="enterprise-integration-patterns.html">Enterprise
  Integration Patterns</a></li><li><a shape="rect" href="dsl.html">DSL</a></li><li><a shape="rect" href="components.html">Components</a></li><li><a shape="rect" href="data-format.html">Data Format</a></li><li><a shape="rect" href="languages.html">Languages</a></li><li><a shape="rect" href="security.html">Security</a></li><li><a shape="rect" href="security-advisories.html">Security Advisories</a></li></ul><h3 id="Navigation-Search">Search</h3><form enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" action="http://www.google.com/cse">
+  <div>
+    <input type="hidden" name="cx" value="007878419884033443453:m5nhvy4hmyq">
+    <input type="hidden" name="ie" value="UTF-8">
+    <input type="text" name="q" size="21">
+    <input type="submit" name="sa" value="Search">
+  </div>
+</form>
+<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script><h3 id="Navigation-Community"><a shape="rect" href="community.html">Community</a></h3><ul class="alternate"><li><a shape="rect" href="support.html">Support</a></li><li><a shape="rect" href="contributing.html">Contributing</a></li><li><a shape="rect" href="discussion-forums.html">Discussion Forums</a></li><li><a shape="rect" href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" href="user-stories.html">User Stories</a></li><li><a shape="rect" href="news.html">News</a></li><li><a shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" href="site.html">Site</a></li><li><a shape="rect" href="team.html">Team</a></li><li><a shape="rect" class="external-link" href="http://camel-extra.googlecode.com/" rel="nofollow">Camel Extra</a></li></ul><h3 id="Navigation-Developers"><a shape="rect" href="developers.html">Developers</a></h3><ul class="alternate"
 ><li><a shape="rect" href="developers.html">Developer Guide</a></li><li><a shape="rect" href="source.html">Source</a></li><li><a shape="rect" href="building.html">Building</a></li><li><a shape="rect" href="javadoc.html">JavaDoc</a></li><li><a shape="rect" href="irc-room.html">IRC Room</a></li></ul><h3 id="Navigation-ApacheSoftwareFoundation">Apache Software Foundation</h3><ul class="alternate"><li><a shape="rect" class="external-link" href="http://www.apache.org/licenses/">License</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/security/">Security</a></li></ul></div>
+                <!-- NavigationBar -->
+            </div>
+          </div>
+        </td>
+        </tr>
+	</tbody>
+        </table>
+
+
+        <div class="bottom_red_bar"></div>
+      </div>
+    </div>
+  </div>
+</div>
+<div class="black_box">
+<div class="footer">
+  <div class="footer_l">
+    <div class="footer_r">
+      <div>
+        <a href="$base/privacy-policy.html">Privacy Policy</a> -
+        (<a href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=61335042">edit page</a>)
+   	 (<a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61335042&amp;showComments=true&amp;showCommentArea=true#addcomment">add comment</a>)
+      </div>
+    </div>
+  </div>
+</div>
+</div>
+</div>
+<div class="design_attribution">
+&copy; 2004-2015 The Apache Software Foundation.
+<br>          
+Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+<br>
+<a href="http://hiramchirino.com">Graphic Design By Hiram</a>
+</div>
+
+<!-- Camel committers that would like access to the Analytics, send a note to private@camel.apache.org -->
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-25976253-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+</script>
+
+</body>
+</html>
+
+

Modified: websites/production/camel/content/aws.html
==============================================================================
--- websites/production/camel/content/aws.html (original)
+++ websites/production/camel/content/aws.html Wed Jan  6 09:20:19 2016
@@ -75,7 +75,7 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h2 id="AWS-CamelComponentsforAmazonWebServices">Camel Components for Amazon Web Services</h2><p>The Camel Components for <a shape="rect" class="external-link" href="http://aws.amazon.com" rel="nofollow">Amazon Web Services</a> provide connectivity to AWS services from Camel.</p><div class="confluenceTableSmall">&#160;</div><p>&#160;</p><p>&#160;</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>AWS service</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Camel component</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Camel Version</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Component description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://aws.amazon.com/sqs/" rel="nofollow">Simple Queue Service (SQS)</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><
 p><a shape="rect" href="aws-sqs.html">AWS-SQS</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.6.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Supports sending and receiving messages using SQS</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://aws.amazon.com/sns/" rel="nofollow">Simple Notification Service (SNS)</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="aws-sns.html">AWS-SNS</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.8.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Supports sending messages using SNS</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://aws.amazon.com/s3" rel="nofollow">Simple Storage Service (S3)</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="aws-s3.html">AWS-S3</a></p></td><td col
 span="1" rowspan="1" class="confluenceTd"><p>2.8.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Supports storing and retrieving of objects using S3</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://aws.amazon.com/ses" rel="nofollow">Simple Email Service (SES)</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="aws-ses.html">AWS-SES</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.8.4</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Supports sending emails using SES</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://aws.amazon.com/simpledb" rel="nofollow">SimpleDB</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="aws-sdb.html">AWS-SDB</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.8.4</p></td><td colspan="1" rowspan="
 1" class="confluenceTd"><p>Supports storing retrieving data to/from SDB</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://aws.amazon.com/dynamodb" rel="nofollow">DynamoDB</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="aws-ddb.html">AWS-DDB</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.10.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Supports storing retrieving data to/from DDB</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://aws.amazon.com/cloudwatch/" rel="nofollow">CloudWatch</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="aws-cw.html">AWS-CW</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.10.3</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Supports sending metrics to CloudWatch</p></td></tr><tr><td c
 olspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://aws.amazon.com/swf/" rel="nofollow">Simple Workflow</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="aws-swf.html">AWS-SWF</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.13.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Supports managing workflows with SWF</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://aws.amazon.com/ec2/" rel="nofollow">EC2</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="aws-ec2.html">AWS-EC2</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.16.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Supports sending messages to AWS EC2 platform to create, run, start, stop, describe and terminate EC2 instances</p></td></tr><tr><td colspan="1" rowspan="1" class="confluen
 ceTd"><a shape="rect" class="external-link" href="https://aws.amazon.com/kinesis/streams/" rel="nofollow">Kinesis Streams</a></td><td colspan="1" rowspan="1" class="confluenceTd">AWS-KINESIS</td><td colspan="1" rowspan="1" class="confluenceTd">2.17</td><td colspan="1" rowspan="1" class="confluenceTd">Supports receiving from AWS Kinesis streams</td></tr></tbody></table></div></div>
+<div class="wiki-content maincontent"><h2 id="AWS-CamelComponentsforAmazonWebServices">Camel Components for Amazon Web Services</h2><p>The Camel Components for <a shape="rect" class="external-link" href="http://aws.amazon.com" rel="nofollow">Amazon Web Services</a> provide connectivity to AWS services from Camel.</p><div class="confluenceTableSmall">&#160;</div><p>&#160;</p><p>&#160;</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>AWS service</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Camel component</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Camel Version</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Component description</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://aws.amazon.com/sqs/" rel="nofollow">Simple Queue Service (SQS)</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><
 p><a shape="rect" href="aws-sqs.html">AWS-SQS</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.6.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Supports sending and receiving messages using SQS</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://aws.amazon.com/sns/" rel="nofollow">Simple Notification Service (SNS)</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="aws-sns.html">AWS-SNS</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.8.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Supports sending messages using SNS</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://aws.amazon.com/s3" rel="nofollow">Simple Storage Service (S3)</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="aws-s3.html">AWS-S3</a></p></td><td col
 span="1" rowspan="1" class="confluenceTd"><p>2.8.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Supports storing and retrieving of objects using S3</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://aws.amazon.com/ses" rel="nofollow">Simple Email Service (SES)</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="aws-ses.html">AWS-SES</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.8.4</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Supports sending emails using SES</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://aws.amazon.com/simpledb" rel="nofollow">SimpleDB</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="aws-sdb.html">AWS-SDB</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.8.4</p></td><td colspan="1" rowspan="
 1" class="confluenceTd"><p>Supports storing retrieving data to/from SDB</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://aws.amazon.com/dynamodb" rel="nofollow">DynamoDB</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="aws-ddb.html">AWS-DDB</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.10.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Supports storing retrieving data to/from DDB</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://aws.amazon.com/cloudwatch/" rel="nofollow">CloudWatch</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="aws-cw.html">AWS-CW</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.10.3</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Supports sending metrics to CloudWatch</p></td></tr><tr><td c
 olspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://aws.amazon.com/swf/" rel="nofollow">Simple Workflow</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="aws-swf.html">AWS-SWF</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.13.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Supports managing workflows with SWF</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://aws.amazon.com/ec2/" rel="nofollow">EC2</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="aws-ec2.html">AWS-EC2</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>2.16.0</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Supports sending messages to AWS EC2 platform to create, run, start, stop, describe and terminate EC2 instances</p></td></tr><tr><td colspan="1" rowspan="1" class="confluen
 ceTd"><a shape="rect" class="external-link" href="https://aws.amazon.com/kinesis/streams/" rel="nofollow">Kinesis Streams</a></td><td colspan="1" rowspan="1" class="confluenceTd"><a shape="rect" href="aws-kinesis.html">AWS-KINESIS</a></td><td colspan="1" rowspan="1" class="confluenceTd">2.17</td><td colspan="1" rowspan="1" class="confluenceTd">Supports receiving from AWS Kinesis streams</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><a shape="rect" class="external-link" href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html" rel="nofollow">DynamoDB Streams</a></td><td colspan="1" rowspan="1" class="confluenceTd">AWS-DDBSTREAM</td><td colspan="1" rowspan="1" class="confluenceTd">2.17</td><td colspan="1" rowspan="1" class="confluenceTd">Supports receiving dynamoDB change feeds</td></tr></tbody></table></div></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.