| 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.DeleteDBSecurityGroup
Description
Deletes a DB security group.
Creating a Request
deleteDBSecurityGroup Source #
Arguments
| :: Text | |
| -> DeleteDBSecurityGroup |
Creates a value of DeleteDBSecurityGroup with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddsgDBSecurityGroupName- The name of the DB security group to delete. Constraints: * Must be 1 to 255 letters, numbers, or hyphens. * First character must be a letter * Cannot end with a hyphen or contain two consecutive hyphens * Must not be Default
data DeleteDBSecurityGroup Source #
See: deleteDBSecurityGroup smart constructor.
Instances
Request Lenses
ddsgDBSecurityGroupName :: Lens' DeleteDBSecurityGroup Text Source #
The name of the DB security group to delete. Constraints: * Must be 1 to 255 letters, numbers, or hyphens. * First character must be a letter * Cannot end with a hyphen or contain two consecutive hyphens * Must not be Default
Destructuring the Response
deleteDBSecurityGroupResponse :: DeleteDBSecurityGroupResponse Source #
Creates a value of DeleteDBSecurityGroupResponse with the minimum fields required to make a request.
data DeleteDBSecurityGroupResponse Source #
See: deleteDBSecurityGroupResponse smart constructor.