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 |
Synopsis
- data ManagedAction = ManagedAction' {}
- newManagedAction :: ManagedAction
- managedAction_status :: Lens' ManagedAction (Maybe ActionStatus)
- managedAction_actionId :: Lens' ManagedAction (Maybe Text)
- managedAction_windowStartTime :: Lens' ManagedAction (Maybe UTCTime)
- managedAction_actionDescription :: Lens' ManagedAction (Maybe Text)
- managedAction_actionType :: Lens' ManagedAction (Maybe ActionType)
Documentation
data ManagedAction Source #
The record of an upcoming or in-progress managed action.
See: newManagedAction
smart constructor.
ManagedAction' | |
|
Instances
newManagedAction :: ManagedAction Source #
Create a value of ManagedAction
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:status:ManagedAction'
, managedAction_status
- The status of the managed action. If the action is Scheduled
, you can
apply it immediately with ApplyEnvironmentManagedAction.
$sel:actionId:ManagedAction'
, managedAction_actionId
- A unique identifier for the managed action.
$sel:windowStartTime:ManagedAction'
, managedAction_windowStartTime
- The start time of the maintenance window in which the managed action
will execute.
$sel:actionDescription:ManagedAction'
, managedAction_actionDescription
- A description of the managed action.
$sel:actionType:ManagedAction'
, managedAction_actionType
- The type of managed action.
managedAction_status :: Lens' ManagedAction (Maybe ActionStatus) Source #
The status of the managed action. If the action is Scheduled
, you can
apply it immediately with ApplyEnvironmentManagedAction.
managedAction_actionId :: Lens' ManagedAction (Maybe Text) Source #
A unique identifier for the managed action.
managedAction_windowStartTime :: Lens' ManagedAction (Maybe UTCTime) Source #
The start time of the maintenance window in which the managed action will execute.
managedAction_actionDescription :: Lens' ManagedAction (Maybe Text) Source #
A description of the managed action.
managedAction_actionType :: Lens' ManagedAction (Maybe ActionType) Source #
The type of managed action.