amazonka-groundstation-2.0: Amazon Ground Station 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.GroundStation.Types.TimeRange

Description

 
Synopsis

Documentation

data TimeRange Source #

A time range with a start and end time.

See: newTimeRange smart constructor.

Constructors

TimeRange' 

Fields

Instances

Instances details
ToJSON TimeRange Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TimeRange

Generic TimeRange Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TimeRange

Associated Types

type Rep TimeRange :: Type -> Type #

Read TimeRange Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TimeRange

Show TimeRange Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TimeRange

NFData TimeRange Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TimeRange

Methods

rnf :: TimeRange -> () #

Eq TimeRange Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TimeRange

Hashable TimeRange Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TimeRange

type Rep TimeRange Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TimeRange

type Rep TimeRange = D1 ('MetaData "TimeRange" "Amazonka.GroundStation.Types.TimeRange" "amazonka-groundstation-2.0-CCmZVFTDcPRGN6Gwr7o4th" 'False) (C1 ('MetaCons "TimeRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))

newTimeRange Source #

Create a value of TimeRange 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:endTime:TimeRange', timeRange_endTime - Time in UTC at which the time range ends.

$sel:startTime:TimeRange', timeRange_startTime - Time in UTC at which the time range starts.

timeRange_endTime :: Lens' TimeRange UTCTime Source #

Time in UTC at which the time range ends.

timeRange_startTime :: Lens' TimeRange UTCTime Source #

Time in UTC at which the time range starts.