Docfixes - add version_added and default values.

This commit is contained in:
Alan Loi 2015-06-29 20:45:53 +10:00 committed by Matt Clay
parent 4f665e71bd
commit a7732e23dd

View file

@ -22,6 +22,7 @@ description:
- Create or delete AWS Dynamo DB tables.
- Can update the provisioned throughput on existing tables.
- Returns the status of the specified table.
version_added: "2.0"
author: Alan Loi (@loia)
version_added: "2.0"
requirements:
@ -42,6 +43,7 @@ options:
- Name of the hash key.
- Required when C(state=present).
required: false
default: null
hash_key_type:
description:
- Type of the hash key.
@ -52,6 +54,7 @@ options:
description:
- Name of the range key.
required: false
default: null
range_key_type:
description:
- Type of the range key.