Values_0.OTAUpdateFileSourceDescribes a file to be associated with an OTA update.
type nonrec t = {fileName : FileName.t option;The name of the file.
*)fileType : FileType.t option;An integer value you can include in the job document to allow your devices to identify the type of file received from the cloud.
*)fileVersion : OTAUpdateFileVersion.t option;The file version.
*)fileLocation : FileLocation.t option;The location of the updated firmware.
*)codeSigning : CodeSigning.t option;The code signing method of the file.
*)attributes : AttributesMap.t option;A list of name-attribute pairs. They won't be sent to devices as a part of the Job document.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of FileType.t
| `Map of
([> `String of AttributeKey.t ] * [> `String of Value.t ]) list
| `String of FileName.t
| `Structure of
(string
* [> `String of SigningJobId.t
| `Structure of
(string
* [> `Integer of FileId.t
| `String of StreamId.t
| `Structure of
(string
* [> `Blob of Signature.t
| `String of CertificateArn.t
| `Structure of
(string * [> `String of S3Bucket.t ]) list ])
list ])
list ])
list ])
list ]