Module Values.CreateSampleFindingsRequestSource

Generates 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.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. findingTypes : FindingTypes.t option;
    (*

    The types of sample findings to generate.

    *)
}
Sourceval context_ : string
Sourceval make : ?findingTypes:??? -> detectorId:DetectorId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of FindingType.t ] list | `String of DetectorId.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