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
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.
QueueTransition' | |
|
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:sourceQueue:QueueTransition'
, queueTransition_sourceQueue
- The queue that the job was on before the transition.
$sel:destinationQueue:QueueTransition'
, queueTransition_destinationQueue
- The queue that the job was on after 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_sourceQueue :: Lens' QueueTransition (Maybe Text) Source #
The queue that the job was on before the transition.
queueTransition_destinationQueue :: Lens' QueueTransition (Maybe Text) Source #
The queue that the job was on after 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.