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

Copyright(c) 2013-2016 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.

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 contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

Example: mySubnetgroup

Destructuring the Response

deleteDBSubnetGroupResponse :: DeleteDBSubnetGroupResponse Source

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