Values.BatchGetGraphMemberDatasourcesRequestSourceGets data source package information for the behavior graph.
type nonrec t = {graphArn : GraphArn.t;The ARN of the behavior graph.
*)accountIds : AccountIdExtendedList.t;The list of Amazon Web Services accounts to get data source package information on.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of AccountId.t ] list
| `String of GraphArn.t ])
list ]