Module Values.FeatureActivationsSource

Feature Activations

Sourcetype nonrec t = {
  1. inputPrepareScheduleActions : FeatureActivationsInputPrepareScheduleActions.t option;
    (*

    Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this feature is enabled. If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.

    *)
  2. outputStaticImageOverlayScheduleActions : FeatureActivationsOutputStaticImageOverlayScheduleActions.t option;
    (*

    Enables the output static image overlay feature. Enabling this feature allows you to send channel schedule updates to display/clear/modify image overlays on an output-by-output bases.

    *)
}
Sourceval make : ?inputPrepareScheduleActions:??? -> ?outputStaticImageOverlayScheduleActions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum 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