Module Values.AccountFreeTrialInfoSource

Provides details of the GuardDuty member account that uses a free trial service.

Sourcetype nonrec t = {
  1. accountId : String_.t option;
    (*

    The account identifier of the GuardDuty member account.

    *)
  2. dataSources : DataSourcesFreeTrial.t option;
    (*

    Describes the data source enabled for the GuardDuty member account.

    *)
  3. features : FreeTrialFeatureConfigurationsResults.t option;
    (*

    A list of features enabled for the GuardDuty account.

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