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