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 ActivityTaskCancelRequestedEventAttributes = ActivityTaskCancelRequestedEventAttributes' {}
- newActivityTaskCancelRequestedEventAttributes :: Integer -> Text -> ActivityTaskCancelRequestedEventAttributes
- activityTaskCancelRequestedEventAttributes_decisionTaskCompletedEventId :: Lens' ActivityTaskCancelRequestedEventAttributes Integer
- activityTaskCancelRequestedEventAttributes_activityId :: Lens' ActivityTaskCancelRequestedEventAttributes Text
Documentation
data ActivityTaskCancelRequestedEventAttributes Source #
Provides the details of the ActivityTaskCancelRequested
event.
See: newActivityTaskCancelRequestedEventAttributes
smart constructor.
ActivityTaskCancelRequestedEventAttributes' | |
|
Instances
newActivityTaskCancelRequestedEventAttributes Source #
:: Integer |
|
-> Text | |
-> ActivityTaskCancelRequestedEventAttributes |
Create a value of ActivityTaskCancelRequestedEventAttributes
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:decisionTaskCompletedEventId:ActivityTaskCancelRequestedEventAttributes'
, activityTaskCancelRequestedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the RequestCancelActivityTask
decision
for this cancellation request. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
$sel:activityId:ActivityTaskCancelRequestedEventAttributes'
, activityTaskCancelRequestedEventAttributes_activityId
- The unique ID of the task.
activityTaskCancelRequestedEventAttributes_decisionTaskCompletedEventId :: Lens' ActivityTaskCancelRequestedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the RequestCancelActivityTask
decision
for this cancellation request. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
activityTaskCancelRequestedEventAttributes_activityId :: Lens' ActivityTaskCancelRequestedEventAttributes Text Source #
The unique ID of the task.