Module Values_1.CancelAuditTaskRequestSource

Cancels an audit that is in progress. The audit can be either scheduled or on demand. If the audit isn't in progress, an "InvalidRequestException" occurs. Requires permission to access the CancelAuditTask action.

Sourcetype nonrec t = {
  1. taskId : Values_0.AuditTaskId.t;
    (*

    The ID of the audit you want to cancel. You can only cancel an audit that is "IN_PROGRESS".

    *)
}
Sourceval context_ : string
Sourceval make : taskId:Values_0.AuditTaskId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.AuditTaskId.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