Values.SetTerminationProtectionInputSourceThe input argument to the TerminationProtection operation.
type nonrec t = {jobFlowIds : XmlStringList.t;A list of strings that uniquely identify the clusters to protect. This identifier is returned by RunJobFlow and can also be obtained from DescribeJobFlows .
*)terminationProtected : Boolean.t;A Boolean that indicates whether to protect the cluster and prevent the Amazon EC2 instances in the cluster from shutting down due to API calls, user intervention, or job-flow error.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of XmlString.t ] list ])
list ]