Values_2.UpdateClusterSchedulerConfigResponseSourceUpdate the cluster policy configuration.
type nonrec t = {clusterSchedulerConfigArn : Values_0.ClusterSchedulerConfigArn.t option;ARN of the cluster policy.
*)clusterSchedulerConfigVersion : Values_0.Integer.t option;Version of the cluster policy.
*)}type nonrec error = [ | `ConflictException of Values_0.ConflictException.t| `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t| `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of Values_0.ConflictException.t
| `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
| `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of Values_0.ConflictException.t
| `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
| `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `String of Values_0.ClusterSchedulerConfigArn.t ])
list ]