Module Values.DescribeInputDeviceThumbnailResponseSource

Placeholder documentation for DescribeInputDeviceThumbnailResponse

Sourcetype nonrec t = {
  1. body : InputDeviceThumbnail.t option;
    (*

    The binary data for the thumbnail that the Link device has most recently sent to MediaLive.

    *)
  2. contentType : ContentType.t option;
    (*

    Specifies the media type of the thumbnail.

    *)
  3. contentLength : Awso.Import.Int64.t option;
    (*

    The length of the content.

    *)
  4. eTag : string option;
    (*

    The unique, cacheable version of this thumbnail.

    *)
  5. lastModified : string option;
    (*

    The date and time the thumbnail was last updated at the device.

    *)
}
Sourcetype nonrec error = [
  1. | `BadGatewayException of BadGatewayException.t
  2. | `BadRequestException of BadRequestException.t
  3. | `ForbiddenException of ForbiddenException.t
  4. | `GatewayTimeoutException of GatewayTimeoutException.t
  5. | `InternalServerErrorException of InternalServerErrorException.t
  6. | `NotFoundException of NotFoundException.t
  7. | `TooManyRequestsException of TooManyRequestsException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?body:??? -> ?contentType:??? -> ?contentLength:??? -> ?eTag:??? -> ?lastModified:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `BadGatewayException of BadGatewayException.t | `BadRequestException of BadRequestException.t | `ForbiddenException of ForbiddenException.t | `GatewayTimeoutException of GatewayTimeoutException.t | `InternalServerErrorException of InternalServerErrorException.t | `NotFoundException of NotFoundException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `BadGatewayException of BadGatewayException.t | `BadRequestException of BadRequestException.t | `ForbiddenException of ForbiddenException.t | `GatewayTimeoutException of GatewayTimeoutException.t | `InternalServerErrorException of InternalServerErrorException.t | `NotFoundException of NotFoundException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ((string, string) Awso.Import.List.Assoc.t * InputDeviceThumbnail.t) -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Blob of InputDeviceThumbnail.t | `Enum of string | `Long of Awso.Import.Int64.t | `String of string | `Timestamp of string ]) 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