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 |
Synopsis
- data MarkerRecordedEventAttributes = MarkerRecordedEventAttributes' {}
- newMarkerRecordedEventAttributes :: Text -> Integer -> MarkerRecordedEventAttributes
- markerRecordedEventAttributes_details :: Lens' MarkerRecordedEventAttributes (Maybe Text)
- markerRecordedEventAttributes_markerName :: Lens' MarkerRecordedEventAttributes Text
- markerRecordedEventAttributes_decisionTaskCompletedEventId :: Lens' MarkerRecordedEventAttributes Integer
Documentation
data MarkerRecordedEventAttributes Source #
Provides the details of the MarkerRecorded
event.
See: newMarkerRecordedEventAttributes
smart constructor.
MarkerRecordedEventAttributes' | |
|
Instances
newMarkerRecordedEventAttributes Source #
:: Text | |
-> Integer |
|
-> MarkerRecordedEventAttributes |
Create a value of MarkerRecordedEventAttributes
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:details:MarkerRecordedEventAttributes'
, markerRecordedEventAttributes_details
- The details of the marker.
$sel:markerName:MarkerRecordedEventAttributes'
, markerRecordedEventAttributes_markerName
- The name of the marker.
$sel:decisionTaskCompletedEventId:MarkerRecordedEventAttributes'
, markerRecordedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the RecordMarker
decision that
requested this marker. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
markerRecordedEventAttributes_details :: Lens' MarkerRecordedEventAttributes (Maybe Text) Source #
The details of the marker.
markerRecordedEventAttributes_markerName :: Lens' MarkerRecordedEventAttributes Text Source #
The name of the marker.
markerRecordedEventAttributes_decisionTaskCompletedEventId :: Lens' MarkerRecordedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the RecordMarker
decision that
requested this marker. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.