Copyright | (c) 2013-2017 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Deletes the specified cluster subnet group.
Creating a Request
deleteClusterSubnetGroup Source #
Creates a value of DeleteClusterSubnetGroup
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcsgClusterSubnetGroupName
- The name of the cluster subnet group name to be deleted.
data DeleteClusterSubnetGroup Source #
See: deleteClusterSubnetGroup
smart constructor.
Request Lenses
dcsgClusterSubnetGroupName :: Lens' DeleteClusterSubnetGroup Text Source #
The name of the cluster subnet group name to be deleted.
Destructuring the Response
deleteClusterSubnetGroupResponse :: DeleteClusterSubnetGroupResponse Source #
Creates a value of DeleteClusterSubnetGroupResponse
with the minimum fields required to make a request.
data DeleteClusterSubnetGroupResponse Source #
See: deleteClusterSubnetGroupResponse
smart constructor.