mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
restore version_added in dynamodb_table.py
This commit is contained in:
@@ -18,6 +18,7 @@ DOCUMENTATION = """
|
|||||||
---
|
---
|
||||||
module: dynamodb_table
|
module: dynamodb_table
|
||||||
short_description: Create, update or delete AWS Dynamo DB tables.
|
short_description: Create, update or delete AWS Dynamo DB tables.
|
||||||
|
version_added: "2.0"
|
||||||
description:
|
description:
|
||||||
- Create or delete AWS Dynamo DB tables.
|
- Create or delete AWS Dynamo DB tables.
|
||||||
- Can update the provisioned throughput on existing tables.
|
- Can update the provisioned throughput on existing tables.
|
||||||
|
|||||||
Reference in New Issue
Block a user