amazonka-elasticache-1.3.0: Amazon ElastiCache SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.DeleteCacheParameterGroup

Contents

Description

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

See: AWS API Reference for DeleteCacheParameterGroup.

Synopsis

Creating a Request

deleteCacheParameterGroup Source

Creates a value of DeleteCacheParameterGroup with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dCacheParameterGroupName :: Lens' DeleteCacheParameterGroup Text Source

The name of the cache parameter group to delete.

The specified cache security group must not be associated with any cache clusters.

Destructuring the Response

deleteCacheParameterGroupResponse :: DeleteCacheParameterGroupResponse Source

Creates a value of DeleteCacheParameterGroupResponse with the minimum fields required to make a request.