Module Values.UpdateMemberDetectorsRequestSource

Contains information on member accounts to be updated. Specifying both EKS Runtime Monitoring (EKS_RUNTIME_MONITORING) and Runtime Monitoring (RUNTIME_MONITORING) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see Runtime Monitoring. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.

Sourcetype nonrec t = {
  1. detectorId : DetectorId.t;
    (*

    The detector ID of the administrator account. To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

    *)
  2. accountIds : AccountIds.t;
    (*

    A list of member account IDs to be updated.

    *)
  3. dataSources : DataSourceConfigurations.t option;
    (*

    Describes which data sources will be updated.

    *)
  4. features : MemberFeaturesConfigurations.t option;
    (*

    A list of features that will be updated for the specified member accounts.

    *)
}
Sourceval context_ : string
Sourceval make : ?dataSources:??? -> ?features:??? -> detectorId:DetectorId.t -> accountIds:AccountIds.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of AccountId.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string ]) list ] list ]) list ] list | `String of DetectorId.t | `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Structure of (string * [> `Boolean of Boolean.t ]) 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