Values.CreateFuotaTaskRequestSourceCreates a FUOTA task.
type nonrec t = {name : FuotaTaskName.t option;description : Description.t option;clientRequestToken : ClientRequestToken.t option;loRaWAN : LoRaWANFuotaTask.t option;firmwareUpdateImage : FirmwareUpdateImage.t;firmwareUpdateRole : FirmwareUpdateRole.t;redundancyPercent : RedundancyPercent.t option;fragmentSizeBytes : FragmentSizeBytes.t option;fragmentIntervalMS : FragmentIntervalMS.t option;descriptor : FileDescriptor.t option;}val make :
?name:??? ->
?description:??? ->
?clientRequestToken:??? ->
?loRaWAN:??? ->
?tags:??? ->
?redundancyPercent:??? ->
?fragmentSizeBytes:??? ->
?fragmentIntervalMS:??? ->
?descriptor:??? ->
firmwareUpdateImage:FirmwareUpdateImage.t ->
firmwareUpdateRole:FirmwareUpdateRole.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of RedundancyPercent.t
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of FuotaTaskName.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]