Module Values.MalwareProtectionConfigurationResultSource

An object that contains information on the status of all Malware Protection data sources.

Sourcetype nonrec t = {
  1. scanEc2InstanceWithFindings : ScanEc2InstanceWithFindingsResult.t option;
    (*

    Describes the configuration of Malware Protection for EC2 instances with findings.

    *)
  2. serviceRole : String_.t option;
    (*

    The GuardDuty Malware Protection service role.

    *)
}
Sourceval make : ?scanEc2InstanceWithFindings:??? -> ?serviceRole:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of String_.t ]) list ]) list ]) 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