| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ElasticBeanstalk.Types.ManagedAction
Description
Synopsis
- data ManagedAction = ManagedAction' {}
- newManagedAction :: ManagedAction
- managedAction_actionDescription :: Lens' ManagedAction (Maybe Text)
- managedAction_actionId :: Lens' ManagedAction (Maybe Text)
- managedAction_actionType :: Lens' ManagedAction (Maybe ActionType)
- managedAction_status :: Lens' ManagedAction (Maybe ActionStatus)
- managedAction_windowStartTime :: Lens' ManagedAction (Maybe UTCTime)
Documentation
data ManagedAction Source #
The record of an upcoming or in-progress managed action.
See: newManagedAction smart constructor.
Constructors
| ManagedAction' | |
Fields
| |
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:actionDescription:ManagedAction', managedAction_actionDescription - A description of the managed action.
$sel:actionId:ManagedAction', managedAction_actionId - A unique identifier for the managed action.
$sel:actionType:ManagedAction', managedAction_actionType - The type of managed action.
$sel:status:ManagedAction', managedAction_status - The status of the managed action. If the action is Scheduled, you can
apply it immediately with ApplyEnvironmentManagedAction.
$sel:windowStartTime:ManagedAction', managedAction_windowStartTime - 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_actionId :: Lens' ManagedAction (Maybe Text) Source #
A unique identifier for the managed action.
managedAction_actionType :: Lens' ManagedAction (Maybe ActionType) Source #
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_windowStartTime :: Lens' ManagedAction (Maybe UTCTime) Source #
The start time of the maintenance window in which the managed action will execute.