Module Values.BatchGetGraphMemberDatasourcesRequestSource

Gets data source package information for the behavior graph.

Sourcetype nonrec t = {
  1. graphArn : GraphArn.t;
    (*

    The ARN of the behavior graph.

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

    The list of Amazon Web Services accounts to get data source package information on.

    *)
}
Sourceval context_ : string
Sourceval make : graphArn:GraphArn.t -> accountIds:AccountIdExtendedList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of AccountId.t ] list | `String of GraphArn.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