| 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.Scheduler.Types.ScheduleSummary
Description
Synopsis
- data ScheduleSummary = ScheduleSummary' {}
- newScheduleSummary :: ScheduleSummary
- scheduleSummary_arn :: Lens' ScheduleSummary (Maybe Text)
- scheduleSummary_creationDate :: Lens' ScheduleSummary (Maybe UTCTime)
- scheduleSummary_groupName :: Lens' ScheduleSummary (Maybe Text)
- scheduleSummary_lastModificationDate :: Lens' ScheduleSummary (Maybe UTCTime)
- scheduleSummary_name :: Lens' ScheduleSummary (Maybe Text)
- scheduleSummary_state :: Lens' ScheduleSummary (Maybe ScheduleState)
- scheduleSummary_target :: Lens' ScheduleSummary (Maybe TargetSummary)
Documentation
data ScheduleSummary Source #
The details of a schedule.
See: newScheduleSummary smart constructor.
Constructors
| ScheduleSummary' | |
Fields
| |
Instances
newScheduleSummary :: ScheduleSummary Source #
Create a value of ScheduleSummary 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:
ScheduleSummary, scheduleSummary_arn - The Amazon Resource Name (ARN) of the schedule.
$sel:creationDate:ScheduleSummary', scheduleSummary_creationDate - The time at which the schedule was created.
$sel:groupName:ScheduleSummary', scheduleSummary_groupName - The name of the schedule group associated with this schedule.
$sel:lastModificationDate:ScheduleSummary', scheduleSummary_lastModificationDate - The time at which the schedule was last modified.
$sel:name:ScheduleSummary', scheduleSummary_name - The name of the schedule.
$sel:state:ScheduleSummary', scheduleSummary_state - Specifies whether the schedule is enabled or disabled.
$sel:target:ScheduleSummary', scheduleSummary_target - The schedule's target details.
scheduleSummary_arn :: Lens' ScheduleSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the schedule.
scheduleSummary_creationDate :: Lens' ScheduleSummary (Maybe UTCTime) Source #
The time at which the schedule was created.
scheduleSummary_groupName :: Lens' ScheduleSummary (Maybe Text) Source #
The name of the schedule group associated with this schedule.
scheduleSummary_lastModificationDate :: Lens' ScheduleSummary (Maybe UTCTime) Source #
The time at which the schedule was last modified.
scheduleSummary_name :: Lens' ScheduleSummary (Maybe Text) Source #
The name of the schedule.
scheduleSummary_state :: Lens' ScheduleSummary (Maybe ScheduleState) Source #
Specifies whether the schedule is enabled or disabled.
scheduleSummary_target :: Lens' ScheduleSummary (Maybe TargetSummary) Source #
The schedule's target details.