| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.RDS.DeleteOptionGroup
Description
Deletes an existing option group.
Creating a Request
data DeleteOptionGroup Source #
See: newDeleteOptionGroup smart constructor.
Constructors
| DeleteOptionGroup' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeleteOptionGroup |
Create a value of DeleteOptionGroup with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteOptionGroup, deleteOptionGroup_optionGroupName - The name of the option group to be deleted.
You can't delete default option groups.
Request Lenses
deleteOptionGroup_optionGroupName :: Lens' DeleteOptionGroup Text Source #
The name of the option group to be deleted.
You can't delete default option groups.
Destructuring the Response
data DeleteOptionGroupResponse Source #
See: newDeleteOptionGroupResponse smart constructor.
Constructors
| DeleteOptionGroupResponse' | |
Instances
newDeleteOptionGroupResponse :: DeleteOptionGroupResponse Source #
Create a value of DeleteOptionGroupResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.