Values.CancelStepsOutputSourceThe output for the CancelSteps operation.
type nonrec t = {cancelStepsInfoList : CancelStepsInfoList.t option;A list of CancelStepsInfo, which shows the status of specified cancel requests for each StepID specified.
*)}type nonrec error = [ | `InternalServerError of InternalServerError.t| `InvalidRequestException of InvalidRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of unit
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of unit
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]