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 ActivityTaskStartedEventAttributes = ActivityTaskStartedEventAttributes' {}
- newActivityTaskStartedEventAttributes :: Integer -> ActivityTaskStartedEventAttributes
- activityTaskStartedEventAttributes_identity :: Lens' ActivityTaskStartedEventAttributes (Maybe Text)
- activityTaskStartedEventAttributes_scheduledEventId :: Lens' ActivityTaskStartedEventAttributes Integer
Documentation
data ActivityTaskStartedEventAttributes Source #
Provides the details of the ActivityTaskStarted
event.
See: newActivityTaskStartedEventAttributes
smart constructor.
ActivityTaskStartedEventAttributes' | |
|
Instances
newActivityTaskStartedEventAttributes Source #
Create a value of ActivityTaskStartedEventAttributes
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:identity:ActivityTaskStartedEventAttributes'
, activityTaskStartedEventAttributes_identity
- Identity of the worker that was assigned this task. This aids
diagnostics when problems arise. The form of this identity is user
defined.
$sel:scheduledEventId:ActivityTaskStartedEventAttributes'
, activityTaskStartedEventAttributes_scheduledEventId
- The ID of the ActivityTaskScheduled
event that was recorded when this
activity task was scheduled. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
activityTaskStartedEventAttributes_identity :: Lens' ActivityTaskStartedEventAttributes (Maybe Text) Source #
Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
activityTaskStartedEventAttributes_scheduledEventId :: Lens' ActivityTaskStartedEventAttributes Integer Source #
The ID of the ActivityTaskScheduled
event that was recorded when this
activity task was scheduled. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.