| Copyright | (c) 2013-2016 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 |
Network.AWS.Redshift.DeleteClusterSubnetGroup
Description
Deletes the specified cluster subnet group.
Creating a Request
deleteClusterSubnetGroup Source #
Arguments
| :: Text | |
| -> DeleteClusterSubnetGroup |
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.
Instances
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.
Instances