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

Description

 
Synopsis

Documentation

data InstanceEventWindowTimeRangeRequest Source #

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

See: newInstanceEventWindowTimeRangeRequest smart constructor.

Constructors

InstanceEventWindowTimeRangeRequest' 

Fields

Instances

Instances details
ToQuery InstanceEventWindowTimeRangeRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowTimeRangeRequest

Generic InstanceEventWindowTimeRangeRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowTimeRangeRequest

Read InstanceEventWindowTimeRangeRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowTimeRangeRequest

Show InstanceEventWindowTimeRangeRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowTimeRangeRequest

NFData InstanceEventWindowTimeRangeRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowTimeRangeRequest

Eq InstanceEventWindowTimeRangeRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowTimeRangeRequest

Hashable InstanceEventWindowTimeRangeRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowTimeRangeRequest

type Rep InstanceEventWindowTimeRangeRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowTimeRangeRequest

type Rep InstanceEventWindowTimeRangeRequest = D1 ('MetaData "InstanceEventWindowTimeRangeRequest" "Amazonka.EC2.Types.InstanceEventWindowTimeRangeRequest" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "InstanceEventWindowTimeRangeRequest'" '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)))))

newInstanceEventWindowTimeRangeRequest :: InstanceEventWindowTimeRangeRequest Source #

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

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

$sel:startHour:InstanceEventWindowTimeRangeRequest', instanceEventWindowTimeRangeRequest_startHour - The hour when the time range begins.

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