Module Values.AwsGuardDutyDetectorDataSourcesS3LogsDetailsSource

An object that contains information on the status of S3 data event logs as a data source for the detector.

Sourcetype nonrec t = {
  1. status : NonEmptyString.t option;
    (*

    A value that describes whether S3 data event logs are automatically enabled for new members of an organization.

    *)
}
Sourceval make : ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonEmptyString.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