Module Values.MembershipDatasourcesSource

Details on data source packages for members of the behavior graph.

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

    The account identifier of the Amazon Web Services account.

    *)
  2. graphArn : GraphArn.t option;
    (*

    The ARN of the organization behavior graph.

    *)
  3. datasourcePackageIngestHistory : DatasourcePackageIngestHistory.t option;
    (*

    Details on when a data source package was added to a behavior graph.

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