Copyright | (c) 2013-2021 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 |
Modifies an existing option group.
Synopsis
- data ModifyOptionGroup = ModifyOptionGroup' {}
- newModifyOptionGroup :: Text -> ModifyOptionGroup
- modifyOptionGroup_optionsToInclude :: Lens' ModifyOptionGroup (Maybe [OptionConfiguration])
- modifyOptionGroup_optionsToRemove :: Lens' ModifyOptionGroup (Maybe [Text])
- modifyOptionGroup_applyImmediately :: Lens' ModifyOptionGroup (Maybe Bool)
- modifyOptionGroup_optionGroupName :: Lens' ModifyOptionGroup Text
- data ModifyOptionGroupResponse = ModifyOptionGroupResponse' {}
- newModifyOptionGroupResponse :: Int -> ModifyOptionGroupResponse
- modifyOptionGroupResponse_optionGroup :: Lens' ModifyOptionGroupResponse (Maybe OptionGroup)
- modifyOptionGroupResponse_httpStatus :: Lens' ModifyOptionGroupResponse Int
Creating a Request
data ModifyOptionGroup Source #
See: newModifyOptionGroup
smart constructor.
ModifyOptionGroup' | |
|
Instances
Create a value of ModifyOptionGroup
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:
$sel:optionsToInclude:ModifyOptionGroup'
, modifyOptionGroup_optionsToInclude
- Options in this list are added to the option group or, if already
present, the specified configuration is used to update the existing
configuration.
$sel:optionsToRemove:ModifyOptionGroup'
, modifyOptionGroup_optionsToRemove
- Options in this list are removed from the option group.
$sel:applyImmediately:ModifyOptionGroup'
, modifyOptionGroup_applyImmediately
- A value that indicates whether to apply the change immediately or during
the next maintenance window for each instance associated with the option
group.
$sel:optionGroupName:ModifyOptionGroup'
, modifyOptionGroup_optionGroupName
- The name of the option group to be modified.
Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance once it is associated with a DB instance
Request Lenses
modifyOptionGroup_optionsToInclude :: Lens' ModifyOptionGroup (Maybe [OptionConfiguration]) Source #
Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.
modifyOptionGroup_optionsToRemove :: Lens' ModifyOptionGroup (Maybe [Text]) Source #
Options in this list are removed from the option group.
modifyOptionGroup_applyImmediately :: Lens' ModifyOptionGroup (Maybe Bool) Source #
A value that indicates whether to apply the change immediately or during the next maintenance window for each instance associated with the option group.
modifyOptionGroup_optionGroupName :: Lens' ModifyOptionGroup Text Source #
The name of the option group to be modified.
Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance once it is associated with a DB instance
Destructuring the Response
data ModifyOptionGroupResponse Source #
See: newModifyOptionGroupResponse
smart constructor.
ModifyOptionGroupResponse' | |
|
Instances
newModifyOptionGroupResponse Source #
Create a value of ModifyOptionGroupResponse
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:
$sel:optionGroup:ModifyOptionGroupResponse'
, modifyOptionGroupResponse_optionGroup
- Undocumented member.
$sel:httpStatus:ModifyOptionGroupResponse'
, modifyOptionGroupResponse_httpStatus
- The response's http status code.
Response Lenses
modifyOptionGroupResponse_optionGroup :: Lens' ModifyOptionGroupResponse (Maybe OptionGroup) Source #
Undocumented member.
modifyOptionGroupResponse_httpStatus :: Lens' ModifyOptionGroupResponse Int Source #
The response's http status code.