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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.DeleteDBSubnetGroup

Contents

Description

Deletes a DB subnet group.

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

http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DeleteDBSubnetGroup.html

Synopsis

Request

Request constructor

deleteDBSubnetGroup Source

DeleteDBSubnetGroup constructor.

The fields accessible through corresponding lenses are:

Request lenses

ddbsg1DBSubnetGroupName :: Lens' DeleteDBSubnetGroup Text Source

The name of the database subnet group to delete.

You cannot delete the default subnet 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

Response

Response constructor