Module Values.DataflowDetailSource

Information about a dataflow edge used in a contact.

Sourcetype nonrec t = {
  1. source : Source.t option;
  2. destination : Destination.t option;
  3. errorMessage : String_.t option;
    (*

    Error message for a dataflow.

    *)
}
Sourceval make : ?source:??? -> ?destination:??? -> ?errorMessage:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of DataflowEndpointMtuInteger.t | `List of [> `String of String_.t ] list | `String of RoleArn.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Integer of Integer.t ]) list ]) list ]) list ]) list ]) list ]) list ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t