amazonka-rds-0.0.2: Amazon Relational Database Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.ModifyOptionGroup

Contents

Description

Synopsis

Request

Request constructor

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:

Response lenses