Module Values.CreatePackagingConfigurationRequestSource

A new MediaPackage VOD PackagingConfiguration resource configuration.

Sourcetype nonrec t = {
  1. cmafPackage : CmafPackage.t option;
  2. dashPackage : DashPackage.t option;
  3. hlsPackage : HlsPackage.t option;
  4. id : string;
    (*

    The ID of the PackagingConfiguration.

    *)
  5. mssPackage : MssPackage.t option;
  6. packagingGroupId : string;
    (*

    The ID of a PackagingGroup.

    *)
  7. tags : Tags.t option;
}
Sourceval context_ : string
Sourceval make : ?cmafPackage:??? -> ?dashPackage:??? -> ?hlsPackage:??? -> ?mssPackage:??? -> ?tags:??? -> id:string -> packagingGroupId:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `List of [> `Enum of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `Integer of int ]) list ]) list ] list | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `List of [> `String of string ] list | `String of string | `Structure of (string * [> `Enum of string ]) list ]) list ]) list ]) 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