| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.RDS.DeleteDBSubnetGroup
Description
Deletes a DB subnet group.
Creating a Request
Arguments
| :: Text | |
| -> DeleteDBSubnetGroup |
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:
ddbsgDBSubnetGroupName- The name of the database subnet group to delete. Constraints: Constraints: Must match the name of an existing DBSubnetGroup. Must not be default. Example:mySubnetgroup
data DeleteDBSubnetGroup Source #
See: deleteDBSubnetGroup smart constructor.
Instances
Request Lenses
ddbsgDBSubnetGroupName :: Lens' DeleteDBSubnetGroup Text Source #
The name of the database subnet group to delete. Constraints: Constraints: Must match the name of an existing DBSubnetGroup. 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.
data DeleteDBSubnetGroupResponse Source #
See: deleteDBSubnetGroupResponse smart constructor.