libZSservicesZSamazonka-kinesis-video-archived-mediaZSamazonka-kinesis-video-archived-media
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.KinesisVideoArchivedMedia.Types.TimestampRange

Description

 
Synopsis

Documentation

data TimestampRange Source #

The range of timestamps for which to return fragments.

See: newTimestampRange smart constructor.

Constructors

TimestampRange' 

Fields

  • startTimestamp :: POSIX

    The starting timestamp in the range of timestamps for which to return fragments.

  • endTimestamp :: POSIX

    The ending timestamp in the range of timestamps for which to return fragments.

Instances

Instances details
Eq TimestampRange Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.Types.TimestampRange

Read TimestampRange Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.Types.TimestampRange

Show TimestampRange Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.Types.TimestampRange

Generic TimestampRange Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.Types.TimestampRange

Associated Types

type Rep TimestampRange :: Type -> Type #

NFData TimestampRange Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.Types.TimestampRange

Methods

rnf :: TimestampRange -> () #

Hashable TimestampRange Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.Types.TimestampRange

ToJSON TimestampRange Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.Types.TimestampRange

type Rep TimestampRange Source # 
Instance details

Defined in Amazonka.KinesisVideoArchivedMedia.Types.TimestampRange

type Rep TimestampRange = D1 ('MetaData "TimestampRange" "Amazonka.KinesisVideoArchivedMedia.Types.TimestampRange" "libZSservicesZSamazonka-kinesis-video-archived-mediaZSamazonka-kinesis-video-archived-media" 'False) (C1 ('MetaCons "TimestampRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "endTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))

newTimestampRange Source #

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.