Module Values_1.DescribeAuditFindingRequestSource

Gets information about a single audit finding. Properties include the reason for noncompliance, the severity of the issue, and the start time when the audit that returned the finding. Requires permission to access the DescribeAuditFinding action.

Sourcetype nonrec t = {
  1. findingId : Values_0.FindingId.t;
    (*

    A unique identifier for a single audit finding. You can use this identifier to apply mitigation actions to the finding.

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