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 |
Documentation
data JobEventDetails Source #
Details about the type and time events occurred related to the Amazon Braket job.
See: newJobEventDetails
smart constructor.
JobEventDetails' | |
|
Instances
newJobEventDetails :: JobEventDetails Source #
Create a value of JobEventDetails
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:eventType:JobEventDetails'
, jobEventDetails_eventType
- The type of event that occurred related to the Amazon Braket job.
$sel:message:JobEventDetails'
, jobEventDetails_message
- A message describing the event that occurred related to the Amazon
Braket job.
$sel:timeOfEvent:JobEventDetails'
, jobEventDetails_timeOfEvent
- TThe type of event that occurred related to the Amazon Braket job.
jobEventDetails_eventType :: Lens' JobEventDetails (Maybe JobEventType) Source #
The type of event that occurred related to the Amazon Braket job.
jobEventDetails_message :: Lens' JobEventDetails (Maybe Text) Source #
A message describing the event that occurred related to the Amazon Braket job.
jobEventDetails_timeOfEvent :: Lens' JobEventDetails (Maybe UTCTime) Source #
TThe type of event that occurred related to the Amazon Braket job.