Values_0.FileLocationSourceThe location of the OTA update.
type nonrec t = {stream : Stream.t option;The stream that contains the OTA update.
*)s3Location : S3Location.t option;The location of the updated firmware in S3.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Integer of FileId.t | `String of StreamId.t ])
list ])
list ]