Module Values.PackagingConfigurationSource

A MediaPackage VOD PackagingConfiguration resource.

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

    The ARN of the PackagingConfiguration.

    *)
  2. cmafPackage : CmafPackage.t option;
  3. createdAt : string option;
    (*

    The time the PackagingConfiguration was created.

    *)
  4. dashPackage : DashPackage.t option;
  5. hlsPackage : HlsPackage.t option;
  6. id : string option;
    (*

    The ID of the PackagingConfiguration.

    *)
  7. mssPackage : MssPackage.t option;
  8. packagingGroupId : string option;
    (*

    The ID of a PackagingGroup.

    *)
  9. tags : Tags.t option;
}
Sourceval make : ?arn:??? -> ?cmafPackage:??? -> ?createdAt:??? -> ?dashPackage:??? -> ?hlsPackage:??? -> ?id:??? -> ?mssPackage:??? -> ?packagingGroupId:??? -> ?tags:??? -> 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