| 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.QueueTransition
Description
Documentation
data QueueTransition Source #
Description of the source and destination queues between which the job has moved, along with the timestamp of the move
See: newQueueTransition smart constructor.
Constructors
| QueueTransition' | |
Fields
| |
Instances
newQueueTransition :: QueueTransition Source #
Create a value of QueueTransition 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:destinationQueue:QueueTransition', queueTransition_destinationQueue - The queue that the job was on after the transition.
$sel:sourceQueue:QueueTransition', queueTransition_sourceQueue - The queue that the job was on before the transition.
$sel:timestamp:QueueTransition', queueTransition_timestamp - The time, in Unix epoch format, that the job moved from the source queue
to the destination queue.
queueTransition_destinationQueue :: Lens' QueueTransition (Maybe Text) Source #
The queue that the job was on after the transition.
queueTransition_sourceQueue :: Lens' QueueTransition (Maybe Text) Source #
The queue that the job was on before the transition.
queueTransition_timestamp :: Lens' QueueTransition (Maybe UTCTime) Source #
The time, in Unix epoch format, that the job moved from the source queue to the destination queue.