Module Values.AwsGuardDutyDetectorDetailsSource

Provides details about an Amazon GuardDuty detector. A detector is an object that represents the GuardDuty service. A detector is required for GuardDuty to become operational.

Sourcetype nonrec t = {
  1. dataSources : AwsGuardDutyDetectorDataSourcesDetails.t option;
    (*

    Describes which data sources are activated for the detector.

    *)
  2. features : AwsGuardDutyDetectorFeaturesList.t option;
    (*

    Describes which features are activated for the detector.

    *)
  3. findingPublishingFrequency : NonEmptyString.t option;
    (*

    The publishing frequency of the finding.

    *)
  4. serviceRole : NonEmptyString.t option;
    (*

    The GuardDuty service role.

    *)
  5. status : NonEmptyString.t option;
    (*

    The activation status of the detector.

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