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 LambdaFunctionCompletedEventAttributes = LambdaFunctionCompletedEventAttributes' {}
- newLambdaFunctionCompletedEventAttributes :: Integer -> Integer -> LambdaFunctionCompletedEventAttributes
- lambdaFunctionCompletedEventAttributes_result :: Lens' LambdaFunctionCompletedEventAttributes (Maybe Text)
- lambdaFunctionCompletedEventAttributes_scheduledEventId :: Lens' LambdaFunctionCompletedEventAttributes Integer
- lambdaFunctionCompletedEventAttributes_startedEventId :: Lens' LambdaFunctionCompletedEventAttributes Integer
Documentation
data LambdaFunctionCompletedEventAttributes Source #
Provides the details of the LambdaFunctionCompleted
event. It isn't
set for other event types.
See: newLambdaFunctionCompletedEventAttributes
smart constructor.
LambdaFunctionCompletedEventAttributes' | |
|
Instances
newLambdaFunctionCompletedEventAttributes Source #
:: Integer |
|
-> Integer | |
-> LambdaFunctionCompletedEventAttributes |
Create a value of LambdaFunctionCompletedEventAttributes
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:result:LambdaFunctionCompletedEventAttributes'
, lambdaFunctionCompletedEventAttributes_result
- The results of the Lambda task.
$sel:scheduledEventId:LambdaFunctionCompletedEventAttributes'
, lambdaFunctionCompletedEventAttributes_scheduledEventId
- The ID of the LambdaFunctionScheduled
event that was recorded when
this Lambda task was scheduled. To help diagnose issues, use this
information to trace back the chain of events leading up to this event.
$sel:startedEventId:LambdaFunctionCompletedEventAttributes'
, lambdaFunctionCompletedEventAttributes_startedEventId
- The ID of the LambdaFunctionStarted
event 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.
lambdaFunctionCompletedEventAttributes_result :: Lens' LambdaFunctionCompletedEventAttributes (Maybe Text) Source #
The results of the Lambda task.
lambdaFunctionCompletedEventAttributes_scheduledEventId :: Lens' LambdaFunctionCompletedEventAttributes Integer Source #
The ID of the LambdaFunctionScheduled
event that was recorded when
this Lambda task was scheduled. To help diagnose issues, use this
information to trace back the chain of events leading up to this event.
lambdaFunctionCompletedEventAttributes_startedEventId :: Lens' LambdaFunctionCompletedEventAttributes Integer Source #
The ID of the LambdaFunctionStarted
event 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.