| 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.KinesisVideoArchivedMedia.Types.TimestampRange
Description
Documentation
data TimestampRange Source #
The range of timestamps for which to return fragments.
See: newTimestampRange smart constructor.
Constructors
| TimestampRange' | |
Fields
| |
Instances
Arguments
| :: UTCTime | |
| -> UTCTime | |
| -> TimestampRange |
Create a value of TimestampRange 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:startTimestamp:TimestampRange', timestampRange_startTimestamp - The starting timestamp in the range of timestamps for which to return
fragments.
$sel:endTimestamp:TimestampRange', timestampRange_endTimestamp - The ending timestamp in the range of timestamps for which to return
fragments.
timestampRange_startTimestamp :: Lens' TimestampRange UTCTime Source #
The starting timestamp in the range of timestamps for which to return fragments.
timestampRange_endTimestamp :: Lens' TimestampRange UTCTime Source #
The ending timestamp in the range of timestamps for which to return fragments.