Module Values.UpdateSchedulingPolicyRequestSource

Contains the parameters for UpdateSchedulingPolicy.

Sourcetype nonrec t = {
  1. arn : String_.t;
    (*

    The Amazon Resource Name (ARN) of the scheduling policy to update.

    *)
  2. quotaSharePolicy : QuotaSharePolicy.t option;
    (*

    The quota share scheduling policy details. Once set during creation, a quotaSharePolicy cannot be removed or changed to a fairsharePolicy.

    *)
  3. fairsharePolicy : FairsharePolicy.t option;
    (*

    The fair-share policy scheduling details. Once set during creation, a fairsharePolicy cannot be removed or changed to a quotaSharePolicy.

    *)
}
Sourceval context_ : string
Sourceval make : ?quotaSharePolicy:??? -> ?fairsharePolicy:??? -> arn:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `Structure of (string * [> `Float of Float_.t | `String of String_.t ]) list ] list ]) 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