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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.ApplyPendingMaintenanceAction

Contents

Description

Synopsis

Request

Request constructor

Request lenses

apmaApplyAction :: Lens' ApplyPendingMaintenanceAction Text Source

The pending maintenance action to apply to this resource.

apmaOptInType :: Lens' ApplyPendingMaintenanceAction Text Source

Specify an opt-in request, or undo an opt-in request. An opt-in request of type immediate cannot be undone.

Valid values:

immediate - Apply the maintenance action immediately. 'next-maintenance' - Apply the maintenance action during the next maintenance window for the resource. 'undo-opt-in' - Cancel any existing 'next-maintenance' opt-in requests.

apmaResourceIdentifier :: Lens' ApplyPendingMaintenanceAction Text Source

The ARN of the resource (for example, a DB Instance) that the pending maintenance action applies to.

Response

Response constructor

Response lenses