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 ScheduledWindowExecution = ScheduledWindowExecution' {}
- newScheduledWindowExecution :: ScheduledWindowExecution
- scheduledWindowExecution_executionTime :: Lens' ScheduledWindowExecution (Maybe Text)
- scheduledWindowExecution_name :: Lens' ScheduledWindowExecution (Maybe Text)
- scheduledWindowExecution_windowId :: Lens' ScheduledWindowExecution (Maybe Text)
Documentation
data ScheduledWindowExecution Source #
Information about a scheduled execution for a maintenance window.
See: newScheduledWindowExecution
smart constructor.
Instances
newScheduledWindowExecution :: ScheduledWindowExecution Source #
Create a value of ScheduledWindowExecution
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:executionTime:ScheduledWindowExecution'
, scheduledWindowExecution_executionTime
- The time, in ISO-8601 Extended format, that the maintenance window is
scheduled to be run.
$sel:name:ScheduledWindowExecution'
, scheduledWindowExecution_name
- The name of the maintenance window to be run.
$sel:windowId:ScheduledWindowExecution'
, scheduledWindowExecution_windowId
- The ID of the maintenance window to be run.
scheduledWindowExecution_executionTime :: Lens' ScheduledWindowExecution (Maybe Text) Source #
The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.
scheduledWindowExecution_name :: Lens' ScheduledWindowExecution (Maybe Text) Source #
The name of the maintenance window to be run.
scheduledWindowExecution_windowId :: Lens' ScheduledWindowExecution (Maybe Text) Source #
The ID of the maintenance window to be run.