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 LambdaFunctionTimedOutEventAttributes = LambdaFunctionTimedOutEventAttributes' {}
- newLambdaFunctionTimedOutEventAttributes :: Integer -> Integer -> LambdaFunctionTimedOutEventAttributes
- lambdaFunctionTimedOutEventAttributes_timeoutType :: Lens' LambdaFunctionTimedOutEventAttributes (Maybe LambdaFunctionTimeoutType)
- lambdaFunctionTimedOutEventAttributes_scheduledEventId :: Lens' LambdaFunctionTimedOutEventAttributes Integer
- lambdaFunctionTimedOutEventAttributes_startedEventId :: Lens' LambdaFunctionTimedOutEventAttributes Integer
Documentation
data LambdaFunctionTimedOutEventAttributes Source #
Provides details of the LambdaFunctionTimedOut
event.
See: newLambdaFunctionTimedOutEventAttributes
smart constructor.
LambdaFunctionTimedOutEventAttributes' | |
|
Instances
newLambdaFunctionTimedOutEventAttributes Source #
:: Integer |
|
-> Integer | |
-> LambdaFunctionTimedOutEventAttributes |
Create a value of LambdaFunctionTimedOutEventAttributes
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:timeoutType:LambdaFunctionTimedOutEventAttributes'
, lambdaFunctionTimedOutEventAttributes_timeoutType
- The type of the timeout that caused this event.
$sel:scheduledEventId:LambdaFunctionTimedOutEventAttributes'
, lambdaFunctionTimedOutEventAttributes_scheduledEventId
- The ID of the LambdaFunctionScheduled
event that was recorded when
this activity task was scheduled. To help diagnose issues, use this
information to trace back the chain of events leading up to this event.
$sel:startedEventId:LambdaFunctionTimedOutEventAttributes'
, lambdaFunctionTimedOutEventAttributes_startedEventId
- The ID of the ActivityTaskStarted
event that was recorded when this
activity task started. To help diagnose issues, use this information to
trace back the chain of events leading up to this event.
lambdaFunctionTimedOutEventAttributes_timeoutType :: Lens' LambdaFunctionTimedOutEventAttributes (Maybe LambdaFunctionTimeoutType) Source #
The type of the timeout that caused this event.
lambdaFunctionTimedOutEventAttributes_scheduledEventId :: Lens' LambdaFunctionTimedOutEventAttributes Integer Source #
The ID of the LambdaFunctionScheduled
event that was recorded when
this activity task was scheduled. To help diagnose issues, use this
information to trace back the chain of events leading up to this event.
lambdaFunctionTimedOutEventAttributes_startedEventId :: Lens' LambdaFunctionTimedOutEventAttributes Integer Source #
The ID of the ActivityTaskStarted
event that was recorded when this
activity task started. To help diagnose issues, use this information to
trace back the chain of events leading up to this event.