Values.CreateSampleFindingsRequestSourceGenerates sample findings of types specified by the list of finding types. If 'NULL' is specified for findingTypes, the API generates sample findings of all supported finding types.
type nonrec t = {detectorId : DetectorId.t;The ID of the detector for which you need to create sample findings. To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.
*)findingTypes : FindingTypes.t option;The types of sample findings to generate.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of FindingType.t ] list
| `String of DetectorId.t ])
list ]