| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GroundStation.Types.TimeRange
Description
Synopsis
- data TimeRange = TimeRange' {}
- newTimeRange :: UTCTime -> UTCTime -> TimeRange
- timeRange_endTime :: Lens' TimeRange UTCTime
- timeRange_startTime :: Lens' TimeRange UTCTime
Documentation
A time range with a start and end time.
See: newTimeRange smart constructor.
Constructors
| TimeRange' | |
Instances
| ToJSON TimeRange Source # | |
Defined in Amazonka.GroundStation.Types.TimeRange | |
| Generic TimeRange Source # | |
| Read TimeRange Source # | |
| Show TimeRange Source # | |
| NFData TimeRange Source # | |
Defined in Amazonka.GroundStation.Types.TimeRange | |
| Eq TimeRange Source # | |
| Hashable TimeRange Source # | |
Defined in Amazonka.GroundStation.Types.TimeRange | |
| type Rep TimeRange Source # | |
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))) | |
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.