amazonka-elasticache-0.2.0: Amazon ElastiCache SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.DeleteCacheSubnetGroup

Contents

Description

The DeleteCacheSubnetGroup operation deletes a cache subnet group.

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

Synopsis

Request

Request constructor

deleteCacheSubnetGroup Source

DeleteCacheSubnetGroup constructor.

The fields accessible through corresponding lenses are:

Request lenses

dcsg1CacheSubnetGroupName :: Lens' DeleteCacheSubnetGroup Text Source

The name of the cache subnet group to delete.

Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

Response

Response constructor