Values.GetRouterInputThumbnailResponseSourceRetrieves the thumbnail for a router input in AWS Elemental MediaConnect.
type nonrec t = {arn : RouterInputArn.t option;The ARN of the router input.
*)name : String_.t option;The name of the router input.
*)thumbnailDetails : RouterInputThumbnailDetails.t option;The details of the thumbnail associated with the router input, including the thumbnail image, timecode, timestamp, and any associated error messages.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ForbiddenException of ForbiddenException.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 ->
[> `BadRequestException of BadRequestException.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 ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.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 ]val to_value :
t ->
[> `Structure of
(string
* [> `String of RouterInputArn.t
| `Structure of
(string
* [> `Blob of Blob.t
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ])
list ]