Module Values.SetTerminationProtectionInputSource

The input argument to the TerminationProtection operation.

Sourcetype nonrec t = {
  1. 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 .

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : jobFlowIds:XmlStringList.t -> terminationProtected:Boolean.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of XmlString.t ] list ]) 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