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 |
Documentation
data HistoryEventExecutionDataDetails Source #
Provides details about input or output in an execution history event.
See: newHistoryEventExecutionDataDetails
smart constructor.
Instances
Eq HistoryEventExecutionDataDetails Source # | |
Read HistoryEventExecutionDataDetails Source # | |
Show HistoryEventExecutionDataDetails Source # | |
Generic HistoryEventExecutionDataDetails Source # | |
NFData HistoryEventExecutionDataDetails Source # | |
Hashable HistoryEventExecutionDataDetails Source # | |
FromJSON HistoryEventExecutionDataDetails Source # | |
type Rep HistoryEventExecutionDataDetails Source # | |
Defined in Amazonka.StepFunctions.Types.HistoryEventExecutionDataDetails type Rep HistoryEventExecutionDataDetails = D1 ('MetaData "HistoryEventExecutionDataDetails" "Amazonka.StepFunctions.Types.HistoryEventExecutionDataDetails" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "HistoryEventExecutionDataDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "truncated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) |
newHistoryEventExecutionDataDetails :: HistoryEventExecutionDataDetails Source #
Create a value of HistoryEventExecutionDataDetails
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:truncated:HistoryEventExecutionDataDetails'
, historyEventExecutionDataDetails_truncated
- Indicates whether input or output was truncated in the response. Always
false
for API calls.
historyEventExecutionDataDetails_truncated :: Lens' HistoryEventExecutionDataDetails (Maybe Bool) Source #
Indicates whether input or output was truncated in the response. Always
false
for API calls.