Values.UnarchiveFindingsRequestSourceUnarchives GuardDuty findings specified by the findingIds.
type nonrec t = {detectorId : DetectorId.t;The ID of the detector associated with the findings to unarchive. To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.
*)findingIds : FindingIds.t;The IDs of the findings to unarchive.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of FindingId.t ] list
| `String of DetectorId.t ])
list ]