Module Values_2.EMRStepMetadataSource

The configurations and outcomes of an Amazon EMR step execution.

Sourcetype nonrec t = {
  1. clusterId : Values_0.String256.t option;
    (*

    The identifier of the EMR cluster.

    *)
  2. stepId : Values_0.String256.t option;
    (*

    The identifier of the EMR cluster step.

    *)
  3. stepName : Values_0.String256.t option;
    (*

    The name of the EMR cluster step.

    *)
  4. logFilePath : Values_0.String1024.t option;
    (*

    The path to the log file where the cluster step's failure root cause is recorded.

    *)
}
Sourceval make : ?clusterId:??? -> ?stepId:??? -> ?stepName:??? -> ?logFilePath:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.String256.t ]) 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