Values.ThumbnailDetailsSourceThe details of the thumbnail, including thumbnail base64 string, timecode and the time when thumbnail was generated.
type nonrec t = {flowArn : String_.t option;The ARN of the flow that DescribeFlowSourceThumbnail was performed on.
*)thumbnail : String_.t option;Thumbnail Base64 string.
*)thumbnailMessages : MessageDetail.t list option;Status code and messages about the flow source thumbnail.
*)timecode : String_.t option;Timecode of thumbnail.
*)timestamp : SyntheticTimestamp_date_time.t option;The timestamp of when thumbnail was generated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]