Module Values.Scte35InputScheduleActionSettingsSource

Scte35Input Schedule Action Settings

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

    In fixed mode, enter the name of the input attachment that you want to use as a SCTE-35 input. (Don't enter the ID of the input.)"

    *)
  2. mode : Scte35InputMode.t;
    (*

    Whether the SCTE-35 input should be the active input or a fixed input.

    *)
}
Sourceval context_ : string
Sourceval make : ?inputAttachmentNameReference:??? -> mode:Scte35InputMode.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum 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