| 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.DeleteClusterSecurityGroup
Description
Deletes an Amazon Redshift security group.
For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide .
Creating a Request
deleteClusterSecurityGroup Source #
Arguments
| :: Text | |
| -> DeleteClusterSecurityGroup |
Creates a value of DeleteClusterSecurityGroup with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dClusterSecurityGroupName- The name of the cluster security group to be deleted.
data DeleteClusterSecurityGroup Source #
See: deleteClusterSecurityGroup smart constructor.
Instances
Request Lenses
dClusterSecurityGroupName :: Lens' DeleteClusterSecurityGroup Text Source #
The name of the cluster security group to be deleted.
Destructuring the Response
deleteClusterSecurityGroupResponse :: DeleteClusterSecurityGroupResponse Source #
Creates a value of DeleteClusterSecurityGroupResponse with the minimum fields required to make a request.
data DeleteClusterSecurityGroupResponse Source #
See: deleteClusterSecurityGroupResponse smart constructor.
Instances