Values.RunJobFlowOutputSourceThe result of the RunJobFlow operation.
type nonrec t = {jobFlowId : XmlStringMaxLen256.t option;A unique identifier for the job flow.
*)clusterArn : ArnType.t option;The Amazon Resource Name (ARN) of the cluster.
*)}type nonrec error = [ | `InternalServerError of InternalServerError.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of unit
| `Unknown_operation_error of string * string option ]