amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.InstanceEventWindowTimeRange

Description

 
Synopsis

Documentation

data InstanceEventWindowTimeRange Source #

The start day and time and the end day and time of the time range, in UTC.

See: newInstanceEventWindowTimeRange smart constructor.

Constructors

InstanceEventWindowTimeRange' 

Fields

Instances

Instances details
FromXML InstanceEventWindowTimeRange Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowTimeRange

Generic InstanceEventWindowTimeRange Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowTimeRange

Associated Types

type Rep InstanceEventWindowTimeRange :: Type -> Type #

Read InstanceEventWindowTimeRange Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowTimeRange

Show InstanceEventWindowTimeRange Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowTimeRange

NFData InstanceEventWindowTimeRange Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowTimeRange

Eq InstanceEventWindowTimeRange Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowTimeRange

Hashable InstanceEventWindowTimeRange Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowTimeRange

type Rep InstanceEventWindowTimeRange Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowTimeRange

type Rep InstanceEventWindowTimeRange = D1 ('MetaData "InstanceEventWindowTimeRange" "Amazonka.EC2.Types.InstanceEventWindowTimeRange" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "InstanceEventWindowTimeRange'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "endHour") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "endWeekDay") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WeekDay))) :*: (S1 ('MetaSel ('Just "startHour") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "startWeekDay") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WeekDay)))))

newInstanceEventWindowTimeRange :: InstanceEventWindowTimeRange Source #

Create a value of InstanceEventWindowTimeRange 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:endHour:InstanceEventWindowTimeRange', instanceEventWindowTimeRange_endHour - The hour when the time range ends.

$sel:endWeekDay:InstanceEventWindowTimeRange', instanceEventWindowTimeRange_endWeekDay - The day on which the time range ends.

$sel:startHour:InstanceEventWindowTimeRange', instanceEventWindowTimeRange_startHour - The hour when the time range begins.

$sel:startWeekDay:InstanceEventWindowTimeRange', instanceEventWindowTimeRange_startWeekDay - The day on which the time range begins.