amazonka-elasticache-1.3.3.1: 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.ModifyCacheSubnetGroup

Contents

Description

The ModifyCacheSubnetGroup action modifies an existing cache subnet group.

See: AWS API Reference for ModifyCacheSubnetGroup.

Synopsis

Creating a Request

modifyCacheSubnetGroup Source

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

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

Request Lenses

mcsgSubnetIds :: Lens' ModifyCacheSubnetGroup [Text] Source

The EC2 subnet IDs for the cache subnet group.

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

Destructuring the Response

modifyCacheSubnetGroupResponse Source

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

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

Response Lenses