Module Values_1.DeleteOTAUpdateRequestSource

Delete an OTA update. Requires permission to access the DeleteOTAUpdate action.

Sourcetype nonrec t = {
  1. otaUpdateId : Values_0.OTAUpdateId.t;
    (*

    The ID of the OTA update to delete.

    *)
  2. 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.

    *)
  3. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?deleteStream:??? -> ?forceDeleteAWSJob:??? -> otaUpdateId:Values_0.OTAUpdateId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.DeleteStream.t | `String of Values_0.OTAUpdateId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t