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
Details about the timing of a job.
See: newTiming
smart constructor.
Timing' | |
|
Instances
Eq Timing Source # | |
Read Timing Source # | |
Show Timing Source # | |
Generic Timing Source # | |
NFData Timing Source # | |
Defined in Amazonka.ElasticTranscoder.Types.Timing | |
Hashable Timing Source # | |
Defined in Amazonka.ElasticTranscoder.Types.Timing | |
FromJSON Timing Source # | |
type Rep Timing Source # | |
Defined in Amazonka.ElasticTranscoder.Types.Timing type Rep Timing = D1 ('MetaData "Timing" "Amazonka.ElasticTranscoder.Types.Timing" "libZSservicesZSamazonka-elastictranscoderZSamazonka-elastictranscoder" 'False) (C1 ('MetaCons "Timing'" 'PrefixI 'True) (S1 ('MetaSel ('Just "submitTimeMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "finishTimeMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "startTimeMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))) |
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:submitTimeMillis:Timing'
, timing_submitTimeMillis
- The time the job was submitted to Elastic Transcoder, in epoch
milliseconds.
$sel:finishTimeMillis:Timing'
, timing_finishTimeMillis
- The time the job finished transcoding, in epoch milliseconds.
$sel:startTimeMillis:Timing'
, timing_startTimeMillis
- The time the job began transcoding, in epoch milliseconds.
timing_submitTimeMillis :: Lens' Timing (Maybe Integer) Source #
The time the job was submitted to Elastic Transcoder, in epoch milliseconds.