Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Deletes an existing option group.
See: AWS API Reference for DeleteOptionGroup.
Creating a Request
Creates a value of DeleteOptionGroup
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteOptionGroup Source
See: deleteOptionGroup
smart constructor.
Request Lenses
dOptionGroupName :: Lens' DeleteOptionGroup Text Source
The name of the option group to be deleted.
You cannot delete default option groups.
Destructuring the Response
deleteOptionGroupResponse :: DeleteOptionGroupResponse Source
Creates a value of DeleteOptionGroupResponse
with the minimum fields required to make a request.
data DeleteOptionGroupResponse Source
See: deleteOptionGroupResponse
smart constructor.