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.DeleteDBSubnetGroup

Contents

Description

Deletes a DB subnet group.

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

See: AWS API Reference for DeleteDBSubnetGroup.

Synopsis

Creating a Request

deleteDBSubnetGroup Source

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

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

Request Lenses

ddbsgDBSubnetGroupName :: 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

Destructuring the Response

deleteDBSubnetGroupResponse :: DeleteDBSubnetGroupResponse Source

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