Values.VideoSourceSourceA video source. You can upload a smaller video as a base64-encoded string as long as the encoded file is less than 25MB. You can also transfer videos up to 1GB in size from an S3 bucket.
type nonrec t = {bytes : VideoSourceBytesBlob.t option;Video content encoded in base64.
*)s3Location : S3Location.t option;The location of a video 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 VideoSourceBytesBlob.t
| `Structure of (string * [> `String of S3Uri.t ]) list ])
list ]