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
Information about when jobs are submitted, started, and finished is specified in Unix epoch format in seconds.
See: newTiming
smart constructor.
Timing' | |
|
Instances
Eq Timing Source # | |
Read Timing Source # | |
Show Timing Source # | |
Generic Timing Source # | |
NFData Timing Source # | |
Defined in Amazonka.MediaConvert.Types.Timing | |
Hashable Timing Source # | |
Defined in Amazonka.MediaConvert.Types.Timing | |
FromJSON Timing Source # | |
type Rep Timing Source # | |
Defined in Amazonka.MediaConvert.Types.Timing type Rep Timing = D1 ('MetaData "Timing" "Amazonka.MediaConvert.Types.Timing" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "Timing'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "finishTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "submitTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) |
Create a value of Timing
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:startTime:Timing'
, timing_startTime
- The time, in Unix epoch format, that transcoding for the job began.
$sel:finishTime:Timing'
, timing_finishTime
- The time, in Unix epoch format, that the transcoding job finished
$sel:submitTime:Timing'
, timing_submitTime
- The time, in Unix epoch format, that you submitted the job.
timing_startTime :: Lens' Timing (Maybe UTCTime) Source #
The time, in Unix epoch format, that transcoding for the job began.