Docfixes - add version_added and default values.
This commit is contained in:
parent
4f665e71bd
commit
a7732e23dd
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue