Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
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.
See: AWS API Reference for ModifyClusterSubnetGroup.
- modifyClusterSubnetGroup :: Text -> ModifyClusterSubnetGroup
- data ModifyClusterSubnetGroup
- mcsgDescription :: Lens' ModifyClusterSubnetGroup (Maybe Text)
- mcsgClusterSubnetGroupName :: Lens' ModifyClusterSubnetGroup Text
- mcsgSubnetIds :: Lens' ModifyClusterSubnetGroup [Text]
- modifyClusterSubnetGroupResponse :: Int -> ModifyClusterSubnetGroupResponse
- data ModifyClusterSubnetGroupResponse
- mcsgrsClusterSubnetGroup :: Lens' ModifyClusterSubnetGroupResponse (Maybe ClusterSubnetGroup)
- mcsgrsResponseStatus :: Lens' ModifyClusterSubnetGroupResponse Int
Creating a Request
modifyClusterSubnetGroup Source
Creates a value of ModifyClusterSubnetGroup
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ModifyClusterSubnetGroup Source
See: modifyClusterSubnetGroup
smart constructor.
Request Lenses
mcsgDescription :: Lens' ModifyClusterSubnetGroup (Maybe Text) Source
A text description of the subnet group to be modified.
mcsgClusterSubnetGroupName :: Lens' ModifyClusterSubnetGroup Text Source
The name 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.
Destructuring the Response
modifyClusterSubnetGroupResponse Source
Creates a value of ModifyClusterSubnetGroupResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ModifyClusterSubnetGroupResponse Source
See: modifyClusterSubnetGroupResponse
smart constructor.
Response Lenses
mcsgrsClusterSubnetGroup :: Lens' ModifyClusterSubnetGroupResponse (Maybe ClusterSubnetGroup) Source
Undocumented member.
mcsgrsResponseStatus :: Lens' ModifyClusterSubnetGroupResponse Int Source
The response status code.