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 |
Amazonka.StepFunctions.Types.ExecutionSucceededEventDetails
Description
Synopsis
- data ExecutionSucceededEventDetails = ExecutionSucceededEventDetails' {}
- newExecutionSucceededEventDetails :: ExecutionSucceededEventDetails
- executionSucceededEventDetails_output :: Lens' ExecutionSucceededEventDetails (Maybe Text)
- executionSucceededEventDetails_outputDetails :: Lens' ExecutionSucceededEventDetails (Maybe HistoryEventExecutionDataDetails)
Documentation
data ExecutionSucceededEventDetails Source #
Contains details about the successful termination of the execution.
See: newExecutionSucceededEventDetails
smart constructor.
Constructors
ExecutionSucceededEventDetails' | |
Fields
|
Instances
newExecutionSucceededEventDetails :: ExecutionSucceededEventDetails Source #
Create a value of ExecutionSucceededEventDetails
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:ExecutionSucceededEventDetails'
, executionSucceededEventDetails_output
- The JSON data output by the execution. Length constraints apply to the
payload size, and are expressed as bytes in UTF-8 encoding.
$sel:outputDetails:ExecutionSucceededEventDetails'
, executionSucceededEventDetails_outputDetails
- Contains details about the output of an execution history event.
executionSucceededEventDetails_output :: Lens' ExecutionSucceededEventDetails (Maybe Text) Source #
The JSON data output by the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
executionSucceededEventDetails_outputDetails :: Lens' ExecutionSucceededEventDetails (Maybe HistoryEventExecutionDataDetails) Source #
Contains details about the output of an execution history event.