amazonka-rds-1.2.0.1: Amazon Relational Database Service SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.DeleteDBSecurityGroup

Contents

Description

Deletes a DB security group.

The specified DB security group must not be associated with any DB instances.

See: AWS API Reference for DeleteDBSecurityGroup.

Synopsis

Creating a Request

deleteDBSecurityGroup Source

Creates a value of DeleteDBSecurityGroup with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

ddsgDBSecurityGroupName :: Lens' DeleteDBSecurityGroup Text Source

The name of the DB security group to delete.

You cannot delete the default DB security group.

Constraints:

  • Must be 1 to 255 alphanumeric characters
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens
  • Must not be "Default"
  • Cannot contain spaces

Destructuring the Response

deleteDBSecurityGroupResponse :: DeleteDBSecurityGroupResponse Source

Creates a value of DeleteDBSecurityGroupResponse with the minimum fields required to make a request.