Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.AWS.ElastiCache.ModifyCacheSubnetGroup
Description
The ModifyCacheSubnetGroup action modifies an existing cache subnet group.
http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_ModifyCacheSubnetGroup.html
- data ModifyCacheSubnetGroup
- modifyCacheSubnetGroup :: Text -> ModifyCacheSubnetGroup
- mcsgCacheSubnetGroupDescription :: Lens' ModifyCacheSubnetGroup (Maybe Text)
- mcsgCacheSubnetGroupName :: Lens' ModifyCacheSubnetGroup Text
- mcsgSubnetIds :: Lens' ModifyCacheSubnetGroup [Text]
- data ModifyCacheSubnetGroupResponse
- modifyCacheSubnetGroupResponse :: ModifyCacheSubnetGroupResponse
- mcsgrCacheSubnetGroup :: Lens' ModifyCacheSubnetGroupResponse (Maybe CacheSubnetGroup)
Request
data ModifyCacheSubnetGroup Source
Instances
Eq ModifyCacheSubnetGroup | |
Ord ModifyCacheSubnetGroup | |
Read ModifyCacheSubnetGroup | |
Show ModifyCacheSubnetGroup | |
AWSRequest ModifyCacheSubnetGroup | |
ToQuery ModifyCacheSubnetGroup | |
ToPath ModifyCacheSubnetGroup | |
ToHeaders ModifyCacheSubnetGroup | |
type Sv ModifyCacheSubnetGroup = ElastiCache | |
type Rs ModifyCacheSubnetGroup = ModifyCacheSubnetGroupResponse |
Request constructor
Arguments
:: Text | |
-> ModifyCacheSubnetGroup |
ModifyCacheSubnetGroup
constructor.
The fields accessible through corresponding lenses are:
mcsgCacheSubnetGroupDescription
::
Maybe
Text
mcsgCacheSubnetGroupName
::
Text
mcsgSubnetIds
::
[Text
]
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
modifyCacheSubnetGroupResponse :: ModifyCacheSubnetGroupResponse Source
ModifyCacheSubnetGroupResponse
constructor.
The fields accessible through corresponding lenses are: