amazonka-elasticache-0.0.3: Amazon ElastiCache SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.DeleteCacheParameterGroup

Contents

Description

The DeleteCacheParameterGroup operation deletes the specified cache parameter group. You cannot delete a cache parameter group if it is associated with any cache clusters.

http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_DeleteCacheParameterGroup.html

Synopsis

Request

Request constructor

Request lenses

dcpg1CacheParameterGroupName :: Lens' DeleteCacheParameterGroup Text Source

The name of the cache parameter group to delete.

Response

Response constructor