Module Values.DescribePackagingConfigurationResponseSource

Returns a description of 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;
}
Sourcetype nonrec error = [
  1. | `ForbiddenException of ForbiddenException.t
  2. | `InternalServerErrorException of InternalServerErrorException.t
  3. | `NotFoundException of NotFoundException.t
  4. | `ServiceUnavailableException of ServiceUnavailableException.t
  5. | `TooManyRequestsException of TooManyRequestsException.t
  6. | `UnprocessableEntityException of UnprocessableEntityException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?arn:??? -> ?cmafPackage:??? -> ?createdAt:??? -> ?dashPackage:??? -> ?hlsPackage:??? -> ?id:??? -> ?mssPackage:??? -> ?packagingGroupId:??? -> ?tags:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ForbiddenException of ForbiddenException.t | `InternalServerErrorException of InternalServerErrorException.t | `NotFoundException of NotFoundException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option | `UnprocessableEntityException of UnprocessableEntityException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ForbiddenException of ForbiddenException.t | `InternalServerErrorException of InternalServerErrorException.t | `NotFoundException of NotFoundException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option | `UnprocessableEntityException of UnprocessableEntityException.t ]
Sourceval error_to_json : error -> Yojson.Safe.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