diff options
Diffstat (limited to 'docs/source/ref/dynamodb2.rst')
-rw-r--r-- | docs/source/ref/dynamodb2.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/source/ref/dynamodb2.rst b/docs/source/ref/dynamodb2.rst new file mode 100644 index 00000000..cfd1b6a1 --- /dev/null +++ b/docs/source/ref/dynamodb2.rst @@ -0,0 +1,26 @@ +.. ref-dynamodb2 + +========= +DynamoDB2 +========= + +boto.dynamodb2 +-------------- + +.. automodule:: boto.dynamodb2 + :members: + :undoc-members: + +boto.dynamodb2.layer1 +--------------------- + +.. automodule:: boto.dynamodb2.layer1 + :members: + :undoc-members: + +boto.dynamodb2.exceptions +------------------------- + +.. automodule:: boto.dynamodb2.exceptions + :members: + :undoc-members: |