Module Values.OutputHeaderConfigurationSource

The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.

Sourcetype nonrec t = {
  1. publishMQCS : Boolean.t option;
    (*

    When true, AWS Elemental MediaPackage includes the MQCS in responses to the CDN. This setting is valid only when InputType is CMAF.

    *)
}
Sourceval make : ?publishMQCS:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t ]) 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