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.ScheduleGroupSummary

Description

 
Synopsis

Documentation

data ScheduleGroupSummary Source #

The details of a schedule group.

See: newScheduleGroupSummary smart constructor.

Constructors

ScheduleGroupSummary' 

Fields

Instances

Instances details
FromJSON ScheduleGroupSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.ScheduleGroupSummary

Generic ScheduleGroupSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.ScheduleGroupSummary

Associated Types

type Rep ScheduleGroupSummary :: Type -> Type #

Read ScheduleGroupSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.ScheduleGroupSummary

Show ScheduleGroupSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.ScheduleGroupSummary

NFData ScheduleGroupSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.ScheduleGroupSummary

Methods

rnf :: ScheduleGroupSummary -> () #

Eq ScheduleGroupSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.ScheduleGroupSummary

Hashable ScheduleGroupSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.ScheduleGroupSummary

type Rep ScheduleGroupSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.ScheduleGroupSummary

type Rep ScheduleGroupSummary = D1 ('MetaData "ScheduleGroupSummary" "Amazonka.Scheduler.Types.ScheduleGroupSummary" "amazonka-scheduler-2.0-8LKlva3Whvt7TpHIvtcn6a" 'False) (C1 ('MetaCons "ScheduleGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lastModificationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleGroupState))))))

newScheduleGroupSummary :: ScheduleGroupSummary Source #

Create a value of ScheduleGroupSummary 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:arn:ScheduleGroupSummary', scheduleGroupSummary_arn - The Amazon Resource Name (ARN) of the schedule group.

$sel:creationDate:ScheduleGroupSummary', scheduleGroupSummary_creationDate - The time at which the schedule group was created.

$sel:lastModificationDate:ScheduleGroupSummary', scheduleGroupSummary_lastModificationDate - The time at which the schedule group was last modified.

$sel:name:ScheduleGroupSummary', scheduleGroupSummary_name - The name of the schedule group.

$sel:state:ScheduleGroupSummary', scheduleGroupSummary_state - Specifies the state of the schedule group.

scheduleGroupSummary_arn :: Lens' ScheduleGroupSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the schedule group.

scheduleGroupSummary_creationDate :: Lens' ScheduleGroupSummary (Maybe UTCTime) Source #

The time at which the schedule group was created.

scheduleGroupSummary_lastModificationDate :: Lens' ScheduleGroupSummary (Maybe UTCTime) Source #

The time at which the schedule group was last modified.