Module Values.MediaPackageGroupSettingsSource

Media Package Group Settings

Sourcetype nonrec t = {
  1. destination : OutputLocationRef.t;
    (*

    MediaPackage channel destination.

    *)
  2. mediapackageV2GroupSettings : MediaPackageV2GroupSettings.t option;
    (*

    Parameters that apply only if the destination parameter (for the output group) specifies a channelGroup and channelName. Use of these two paramters indicates that the output group is for MediaPackage V2 (CMAF Ingest).

    *)
}
Sourceval context_ : string
Sourceval make : ?mediapackageV2GroupSettings:??? -> destination:OutputLocationRef.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Integer of int | `String of string | `Structure of (string * [> `String of string ]) list ]) list ] list | `String of string ]) 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