amazonka-elasticache-0.3.3: Amazon ElastiCache SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.DeleteCacheSecurityGroup

Contents

Description

The DeleteCacheSecurityGroup action deletes a cache security group.

You cannot delete a cache security group if it is associated with any cache clusters.

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

Synopsis

Request

Request constructor

Request lenses

dcsgCacheSecurityGroupName :: Lens' DeleteCacheSecurityGroup Text Source

The name of the cache security group to delete.

You cannot delete the default security group.

Response

Response constructor