summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorkyleknap <kyleknap@amazon.com>2015-01-20 16:10:31 -0800
committerkyleknap <kyleknap@amazon.com>2015-01-22 17:13:13 -0800
commitf1eb5bd554f0c813968df66945963f0c8608f8b9 (patch)
tree02e9364c95e5d4eff23626da5f206fb76cca791e /docs
parent67480169985792617ea7db81f3d20af960fed52c (diff)
downloadboto-f1eb5bd554f0c813968df66945963f0c8608f8b9.tar.gz
Add support for AWS CodeDeploy
Diffstat (limited to 'docs')
-rw-r--r--docs/source/index.rst1
-rw-r--r--docs/source/ref/codedeploy.rst26
2 files changed, 27 insertions, 0 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 1b6db149..c676de98 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -59,6 +59,7 @@ Currently Supported Services
* Data Pipeline -- (:doc:`API Reference <ref/datapipeline>`) (Python 3)
* Opsworks -- (:doc:`API Reference <ref/opsworks>`) (Python 3)
* CloudTrail -- (:doc:`API Reference <ref/cloudtrail>`) (Python 3)
+ * CodeDeploy -- (:doc:`API Reference <ref/codedeploy>`) (Python 3)
* **Administration & Security**
diff --git a/docs/source/ref/codedeploy.rst b/docs/source/ref/codedeploy.rst
new file mode 100644
index 00000000..3e3998a4
--- /dev/null
+++ b/docs/source/ref/codedeploy.rst
@@ -0,0 +1,26 @@
+.. ref-codedeploy
+
+==========
+CodeDeploy
+==========
+
+boto.codedeploy
+---------------
+
+.. automodule:: boto.codedeploy
+ :members:
+ :undoc-members:
+
+boto.codedeploy.layer1
+-------------------
+
+.. automodule:: boto.codedeploy.layer1
+ :members:
+ :undoc-members:
+
+boto.codedeploy.exceptions
+-----------------------
+
+.. automodule:: boto.codedeploy.exceptions
+ :members:
+ :undoc-members: