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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.ModifyOptionGroup

Contents

Description

Modifies an existing option group.

See: AWS API Reference for ModifyOptionGroup.

Synopsis

Creating a Request

modifyOptionGroup Source

Creates a value of ModifyOptionGroup with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

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.

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

Destructuring the Response

modifyOptionGroupResponse Source

Creates a value of ModifyOptionGroupResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses