Values_1.DeleteOTAUpdateRequestSourceDelete an OTA update. Requires permission to access the DeleteOTAUpdate action.
type nonrec t = {otaUpdateId : Values_0.OTAUpdateId.t;The ID of the OTA update to delete.
*)deleteStream : Values_0.DeleteStream.t option;When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted. Ignored if the stream specified in the OTAUpdate is supplied by the user.
*)forceDeleteAWSJob : Values_0.ForceDeleteAWSJob.t option;When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS". Otherwise, if the job is not in a terminal state ("COMPLETED" or "CANCELED") an exception will occur. The default is false.
*)}val make :
?deleteStream:??? ->
?forceDeleteAWSJob:??? ->
otaUpdateId:Values_0.OTAUpdateId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.DeleteStream.t
| `String of Values_0.OTAUpdateId.t ])
list ]