Remove duplicate documentation fields

This commit is contained in:
Toshio Kuratomi 2016-01-28 09:20:37 -08:00 committed by Matt Clay
commit 255c4b01a8
8 changed files with 3 additions and 20 deletions

View file

@ -22,7 +22,6 @@ 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:

View file

@ -46,11 +46,6 @@ options:
required: false
choices: [ 'source', 'roundrobin', 'leastconn' ]
default: 'source'
protocol:
description:
- Protocol for the load balancer rule.
required: false
default: null
private_port:
description:
- The private port of the private ip address/virtual machine where the network traffic will be load balanced to.