Values.ModifyClusterOutputSourceModifies the number of steps that can be executed concurrently for the cluster specified using ClusterID.
type nonrec t = {stepConcurrencyLevel : Integer.t option;The number of steps that can be executed concurrently.
*)extendedSupport : BooleanObject.t option;Reserved.
*)}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 ]val to_value :
t ->
[> `Structure of
(string * [> `Boolean of BooleanObject.t | `Integer of Integer.t ]) list ]