Safe Haskell | None |
---|---|
Language | Haskell2010 |
Modifies an existing option group.
http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_ModifyOptionGroup.html
- data ModifyOptionGroup
- modifyOptionGroup :: Text -> ModifyOptionGroup
- mogApplyImmediately :: Lens' ModifyOptionGroup (Maybe Bool)
- mogOptionGroupName :: Lens' ModifyOptionGroup Text
- mogOptionsToInclude :: Lens' ModifyOptionGroup [OptionConfiguration]
- mogOptionsToRemove :: Lens' ModifyOptionGroup [Text]
- data ModifyOptionGroupResponse
- modifyOptionGroupResponse :: ModifyOptionGroupResponse
- mogrOptionGroup :: Lens' ModifyOptionGroupResponse (Maybe OptionGroup)
Request
data ModifyOptionGroup Source
Request constructor
ModifyOptionGroup
constructor.
The fields accessible through corresponding lenses are:
Request lenses
mogApplyImmediately :: Lens' ModifyOptionGroup (Maybe Bool) Source
Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.
mogOptionGroupName :: 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, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance
mogOptionsToInclude :: Lens' ModifyOptionGroup [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.
mogOptionsToRemove :: Lens' ModifyOptionGroup [Text] Source
Options in this list are removed from the option group.
Response
Response constructor
modifyOptionGroupResponse :: ModifyOptionGroupResponse Source
ModifyOptionGroupResponse
constructor.
The fields accessible through corresponding lenses are: