Values_1.GetDataflowGraphResponseSourceTransforms a Python script into a directed acyclic graph (DAG).
type nonrec t = {dagNodes : DagNodes.t option;A list of the nodes in the resulting DAG.
*)dagEdges : DagEdges.t option;A list of the edges in the resulting DAG.
*)}type nonrec error = [ | `InternalServiceException of Values_0.InternalServiceException.t| `InvalidInputException of Values_0.InvalidInputException.t| `OperationTimeoutException of Values_0.OperationTimeoutException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `List of
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of CodeGenArgName.t ])
list ]
list
| `String of CodeGenIdentifier.t ])
list ]
list ])
list ]