| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.StepFunctions.Types.CloudWatchEventsExecutionDataDetails
Description
Documentation
data CloudWatchEventsExecutionDataDetails Source #
Provides details about execution input or output.
See: newCloudWatchEventsExecutionDataDetails smart constructor.
Constructors
| CloudWatchEventsExecutionDataDetails' | |
Instances
newCloudWatchEventsExecutionDataDetails :: CloudWatchEventsExecutionDataDetails Source #
Create a value of CloudWatchEventsExecutionDataDetails 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:included:CloudWatchEventsExecutionDataDetails', cloudWatchEventsExecutionDataDetails_included - Indicates whether input or output was included in the response. Always
true for API calls.
cloudWatchEventsExecutionDataDetails_included :: Lens' CloudWatchEventsExecutionDataDetails (Maybe Bool) Source #
Indicates whether input or output was included in the response. Always
true for API calls.