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 |
Deletes an Amazon Redshift security group.
You cannot delete a security group that is associated with any clusters. You cannot delete the default security group.
For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide.
See: AWS API Reference for DeleteClusterSecurityGroup.
Creating a Request
deleteClusterSecurityGroup Source
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:
data DeleteClusterSecurityGroup Source
See: deleteClusterSecurityGroup
smart constructor.
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.