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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.DeleteDBSecurityGroup

Contents

Description

Synopsis

Request

Request constructor

deleteDBSecurityGroup Source

DeleteDBSecurityGroup constructor.

The fields accessible through corresponding lenses are:

Request lenses

ddbsgDBSecurityGroupName :: Lens' DeleteDBSecurityGroup Text Source

The name of the DB security group to delete.

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 May not contain spaces

Response

Response constructor