Module Values.ServiceOverrideSource

A service override applied by MediaConvert to the settings that you have configured. If you see any overrides, we recommend that you contact AWS Support.

Sourcetype nonrec t = {
  1. message : string option;
    (*

    Details about the service override that MediaConvert has applied.

    *)
  2. name : string option;
    (*

    The name of the setting that MediaConvert has applied an override to.

    *)
  3. overrideValue : string option;
    (*

    The current value of the service override that MediaConvert has applied.

    *)
  4. value : string option;
    (*

    The value of the setting that you configured, prior to any overrides that MediaConvert has applied.

    *)
}
Sourceval make : ?message:??? -> ?name:??? -> ?overrideValue:??? -> ?value:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) 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