Values.ImageSourceSourceThe source for an image.
type nonrec t = {bytes : ImageSourceBytesBlob.t option;The raw image bytes for the image. If you use an AWS SDK, you don't need to encode the image bytes in base64.
*)s3Location : S3Location.t option;The location of an image object in an Amazon S3 bucket. To see which models support S3 uploads, see Supported models and features for Converse.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Blob of ImageSourceBytesBlob.t
| `Structure of (string * [> `String of S3Uri.t ]) list ])
list ]