| 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.GroundStation.Types.DataflowDetail
Description
Documentation
data DataflowDetail Source #
Information about a dataflow edge used in a contact.
See: newDataflowDetail smart constructor.
Constructors
| DataflowDetail' | |
Fields
| |
Instances
newDataflowDetail :: DataflowDetail Source #
Create a value of DataflowDetail 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:destination:DataflowDetail', dataflowDetail_destination - Undocumented member.
$sel:errorMessage:DataflowDetail', dataflowDetail_errorMessage - Error message for a dataflow.
$sel:source:DataflowDetail', dataflowDetail_source - Undocumented member.
dataflowDetail_destination :: Lens' DataflowDetail (Maybe Destination) Source #
Undocumented member.
dataflowDetail_errorMessage :: Lens' DataflowDetail (Maybe Text) Source #
Error message for a dataflow.
dataflowDetail_source :: Lens' DataflowDetail (Maybe Source) Source #
Undocumented member.