Module Values.PackagingGroupSource

A MediaPackage VOD PackagingGroup resource.

Sourcetype nonrec t = {
  1. approximateAssetCount : int option;
    (*

    The approximate asset count of the PackagingGroup.

    *)
  2. arn : string option;
    (*

    The ARN of the PackagingGroup.

    *)
  3. authorization : Authorization.t option;
  4. createdAt : string option;
    (*

    The time the PackagingGroup was created.

    *)
  5. domainName : string option;
    (*

    The fully qualified domain name for Assets in the PackagingGroup.

    *)
  6. egressAccessLogs : EgressAccessLogs.t option;
  7. id : string option;
    (*

    The ID of the PackagingGroup.

    *)
  8. tags : Tags.t option;
}
Sourceval make : ?approximateAssetCount:??? -> ?arn:??? -> ?authorization:??? -> ?createdAt:??? -> ?domainName:??? -> ?egressAccessLogs:??? -> ?id:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of int | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `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