fix short/full description for elasticache
This commit is contained in:
parent
84948292f3
commit
8733b5da8b
1 changed files with 1 additions and 1 deletions
|
@ -17,9 +17,9 @@
|
||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: elasticache
|
module: elasticache
|
||||||
|
short_description: Manage cache clusters in Amazon Elasticache.
|
||||||
description:
|
description:
|
||||||
- Manage cache clusters in Amazon Elasticache.
|
- Manage cache clusters in Amazon Elasticache.
|
||||||
short_description: Manage cache clusters in Amazon Elasticache.
|
|
||||||
- Returns information about the specified cache cluster.
|
- Returns information about the specified cache cluster.
|
||||||
version_added: "1.4"
|
version_added: "1.4"
|
||||||
requirements: [ "boto" ]
|
requirements: [ "boto" ]
|
||||||
|
|
Loading…
Reference in a new issue