Values.BatchGetGraphMemberDatasourcesResponseSourceGets data source package information for the behavior graph.
type nonrec t = {memberDatasources : MembershipDatasourcesList.t option;Details on the status of data source packages for members of the behavior graph.
*)unprocessedAccounts : UnprocessedAccountList.t option;Accounts that data source package information could not be retrieved for.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `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 ]
list ])
list ]