Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data TimestampRange Source #
The range of timestamps for which to return fragments.
See: newTimestampRange
smart constructor.
TimestampRange' | |
|
Instances
:: 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.