Merge pull request #1935 from bob-smith/dynamodb_tableversion

restore version_added in dynamodb_table.py
This commit is contained in:
René Moser 2016-03-31 21:42:17 +02:00
commit 8afaa69e21

View file

@ -18,6 +18,7 @@ DOCUMENTATION = """
---
module: dynamodb_table
short_description: Create, update or delete AWS Dynamo DB tables.
version_added: "2.0"
description:
- Create or delete AWS Dynamo DB tables.
- Can update the provisioned throughput on existing tables.