Values.AddJobFlowStepsOutputSourceThe output for the AddJobFlowSteps operation.
type nonrec t = {stepIds : StepIdsList.t option;The identifiers of the list of steps added to the job flow.
*)}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 ]val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of XmlStringMaxLen256.t ] list ]) list ]