Values.CancelStepsInputSourceThe input argument to the CancelSteps operation.
type nonrec t = {clusterId : XmlStringMaxLen256.t;The ClusterID for the specified steps that will be canceled. Use RunJobFlow and ListClusters to get ClusterIDs.
*)stepIds : StepIdsList.t;The list of StepIDs to cancel. Use ListSteps to get steps and their states for the specified cluster.
*)stepCancellationOption : StepCancellationOption.t option;The option to choose to cancel RUNNING steps. By default, the value is SEND_INTERRUPT.
*)}val make :
?stepCancellationOption:??? ->
clusterId:XmlStringMaxLen256.t ->
stepIds:StepIdsList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of XmlStringMaxLen256.t ] list
| `String of XmlStringMaxLen256.t ])
list ]