Values.DescribeInputDeviceThumbnailResponseSourcePlaceholder documentation for DescribeInputDeviceThumbnailResponse
type nonrec t = {body : InputDeviceThumbnail.t option;The binary data for the thumbnail that the Link device has most recently sent to MediaLive.
*)contentType : ContentType.t option;Specifies the media type of the thumbnail.
*)contentLength : Awso.Import.Int64.t option;The length of the content.
*)eTag : string option;The unique, cacheable version of this thumbnail.
*)lastModified : string option;The date and time the thumbnail was last updated at the device.
*)}type nonrec error = [ | `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 ]val 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 ]val 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 ]val of_header_and_body :
((string, string) Awso.Import.List.Assoc.t * InputDeviceThumbnail.t) ->
tval 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 ]