Module Values.MemberDataSourceConfigurationSource

Contains information on which data sources are enabled for a member account.

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

    The account ID for the member account.

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

    Contains information on the status of data sources for the account.

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

    Contains information about the status of the features for the member account.

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