Skip to content

Commit

Permalink
Add Amazon CloudSearch support
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Badolato committed Apr 20, 2012
1 parent adbf192 commit 3e6cc22
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions AmazonWebServicesFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class AmazonWebServicesFactory
'AS',
'CloudFormation',
'CloudFront',
'CloudSearch',
'CloudWatch',
'DynamoDB',
'EC2',
Expand Down
4 changes: 4 additions & 0 deletions Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
<argument>CloudFront</argument>
</service>

<service id="aws_cloud_search" class="AmazonCloudSearch" parent="aws_service">
<argument>CloudSearch</argument>
</service>

<service id="aws_cloud_watch" class="AmazonCloudWatch" parent="aws_service">
<argument>CloudWatch</argument>
</service>
Expand Down
12 changes: 9 additions & 3 deletions Resources/doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,19 +147,25 @@ _Please note, at this time, thorough testing has not been completed. Because thi
<tr>
<td>aws_cloud_formation</td>
<td><a href="http://docs.amazonwebservices.com/AWSSDKforPHP/latest/#i=AmazonCloudFormation">AmazonCloudFormation</a></td>
<td>Amazon Cloud Formation</td>
<td>Amazon CloudFormation</td>
</tr>

<tr>
<td>aws_cloud_front</td>
<td><a href="http://docs.amazonwebservices.com/AWSSDKforPHP/latest/#i=AmazonCloudFront">AmazonCloudFront</a></td>
<td>Amazon Cloud Front</td>
<td>Amazon CloudFront</td>
</tr>

<tr>
<td>aws_cloud_search</td>
<td><a href="http://docs.amazonwebservices.com/AWSSDKforPHP/latest/#i=AmazonCloudSearch">AmazonCloudSearch</a></td>
<td>Amazon CloudSearch</td>
</tr>

<tr>
<td>aws_cloud_watch</td>
<td><a href="http://docs.amazonwebservices.com/AWSSDKforPHP/latest/#i=AmazonCloudWatch">AmazonCloudWatch</a></td>
<td>Amazon Cloud Watch</td>
<td>Amazon CloudWatch</td>
</tr>

<tr>
Expand Down

0 comments on commit 3e6cc22

Please sign in to comment.