Safe Haskell | None |
---|---|
Language | Haskell2010 |
Modifies a cluster subnet group to include the specified list of VPC subnets. The operation replaces the existing list of subnets with the new list of subnets.
http://docs.aws.amazon.com/redshift/latest/APIReference/API_ModifyClusterSubnetGroup.html
- data ModifyClusterSubnetGroup
- modifyClusterSubnetGroup :: Text -> ModifyClusterSubnetGroup
- mcsgClusterSubnetGroupName :: Lens' ModifyClusterSubnetGroup Text
- mcsgDescription :: Lens' ModifyClusterSubnetGroup (Maybe Text)
- mcsgSubnetIds :: Lens' ModifyClusterSubnetGroup [Text]
- data ModifyClusterSubnetGroupResponse
- modifyClusterSubnetGroupResponse :: ModifyClusterSubnetGroupResponse
- mcsgrClusterSubnetGroup :: Lens' ModifyClusterSubnetGroupResponse (Maybe ClusterSubnetGroup)
Request
data ModifyClusterSubnetGroup Source
Request constructor
modifyClusterSubnetGroup Source
ModifyClusterSubnetGroup
constructor.
The fields accessible through corresponding lenses are:
Request lenses
mcsgClusterSubnetGroupName :: Lens' ModifyClusterSubnetGroup Text Source
The name of the subnet group to be modified.
mcsgDescription :: Lens' ModifyClusterSubnetGroup (Maybe Text) Source
A text description of the subnet group to be modified.
mcsgSubnetIds :: Lens' ModifyClusterSubnetGroup [Text] Source
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
Response
Response constructor
modifyClusterSubnetGroupResponse :: ModifyClusterSubnetGroupResponse Source
ModifyClusterSubnetGroupResponse
constructor.
The fields accessible through corresponding lenses are: