amazonka-scheduler-2.0: Amazon EventBridge Scheduler SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Scheduler.Types.ScheduleSummary

Description

 
Synopsis

Documentation

data ScheduleSummary Source #

The details of a schedule.

See: newScheduleSummary smart constructor.

Constructors

ScheduleSummary' 

Fields

Instances

Instances details
FromJSON ScheduleSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.ScheduleSummary

Generic ScheduleSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.ScheduleSummary

Associated Types

type Rep ScheduleSummary :: Type -> Type #

Read ScheduleSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.ScheduleSummary

Show ScheduleSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.ScheduleSummary

NFData ScheduleSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.ScheduleSummary

Methods

rnf :: ScheduleSummary -> () #

Eq ScheduleSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.ScheduleSummary

Hashable ScheduleSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.ScheduleSummary

type Rep ScheduleSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.ScheduleSummary

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_state :: Lens' ScheduleSummary (Maybe ScheduleState) Source #

Specifies whether the schedule is enabled or disabled.