Module Values.DataSourceFreeTrialSource

Contains information about which data sources are enabled for the GuardDuty member account.

Sourcetype nonrec t = {
  1. freeTrialDaysRemaining : Integer.t option;
    (*

    A value that specifies the number of days left to use each enabled data source.

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