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 DataflowDetail Source #
Information about a dataflow edge used in a contact.
See: newDataflowDetail
smart constructor.
DataflowDetail' | |
|
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:source:DataflowDetail'
, dataflowDetail_source
- Undocumented member.
$sel:errorMessage:DataflowDetail'
, dataflowDetail_errorMessage
- Error message for a dataflow.
dataflowDetail_destination :: Lens' DataflowDetail (Maybe Destination) Source #
Undocumented member.
dataflowDetail_source :: Lens' DataflowDetail (Maybe Source) Source #
Undocumented member.
dataflowDetail_errorMessage :: Lens' DataflowDetail (Maybe Text) Source #
Error message for a dataflow.