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 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.
ExecutionSucceededEventDetails' | |
|
Instances
Eq ExecutionSucceededEventDetails Source # | |
Show ExecutionSucceededEventDetails Source # | |
Generic ExecutionSucceededEventDetails Source # | |
NFData ExecutionSucceededEventDetails Source # | |
Hashable ExecutionSucceededEventDetails Source # | |
FromJSON ExecutionSucceededEventDetails Source # | |
type Rep ExecutionSucceededEventDetails Source # | |
Defined in Amazonka.StepFunctions.Types.ExecutionSucceededEventDetails type Rep ExecutionSucceededEventDetails = D1 ('MetaData "ExecutionSucceededEventDetails" "Amazonka.StepFunctions.Types.ExecutionSucceededEventDetails" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "ExecutionSucceededEventDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "output") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "outputDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HistoryEventExecutionDataDetails)))) |
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.