amazonka-elasticache-0.1.2: Amazon ElastiCache SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.ModifyCacheSubnetGroup

Contents

Description

The ModifyCacheSubnetGroup operation modifies an existing cache subnet group.

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

Synopsis

Request

Request constructor

Request lenses

mcsgCacheSubnetGroupDescription :: Lens' ModifyCacheSubnetGroup (Maybe Text) Source

A description for the cache subnet group.

mcsgCacheSubnetGroupName :: Lens' ModifyCacheSubnetGroup Text Source

The name for the cache subnet group. This value is stored as a lowercase string.

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

Example: mysubnetgroup

mcsgSubnetIds :: Lens' ModifyCacheSubnetGroup [Text] Source

The EC2 subnet IDs for the cache subnet group.

Response

Response constructor

Response lenses