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 LambdaFunctionSucceededEventDetails = LambdaFunctionSucceededEventDetails' {}
- newLambdaFunctionSucceededEventDetails :: LambdaFunctionSucceededEventDetails
- lambdaFunctionSucceededEventDetails_output :: Lens' LambdaFunctionSucceededEventDetails (Maybe Text)
- lambdaFunctionSucceededEventDetails_outputDetails :: Lens' LambdaFunctionSucceededEventDetails (Maybe HistoryEventExecutionDataDetails)
Documentation
data LambdaFunctionSucceededEventDetails Source #
Contains details about a lambda function that successfully terminated during an execution.
See: newLambdaFunctionSucceededEventDetails
smart constructor.
LambdaFunctionSucceededEventDetails' | |
|
Instances
newLambdaFunctionSucceededEventDetails :: LambdaFunctionSucceededEventDetails Source #
Create a value of LambdaFunctionSucceededEventDetails
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:output:LambdaFunctionSucceededEventDetails'
, lambdaFunctionSucceededEventDetails_output
- The JSON data output by the lambda function. Length constraints apply to
the payload size, and are expressed as bytes in UTF-8 encoding.
$sel:outputDetails:LambdaFunctionSucceededEventDetails'
, lambdaFunctionSucceededEventDetails_outputDetails
- Contains details about the output of an execution history event.
lambdaFunctionSucceededEventDetails_output :: Lens' LambdaFunctionSucceededEventDetails (Maybe Text) Source #
The JSON data output by the lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
lambdaFunctionSucceededEventDetails_outputDetails :: Lens' LambdaFunctionSucceededEventDetails (Maybe HistoryEventExecutionDataDetails) Source #
Contains details about the output of an execution history event.