Values.BatchGetMembershipDatasourcesResponseSourceGets information on the data source package history for an account.
type nonrec t = {membershipDatasources : MembershipDatasourcesList.t option;Details on the data source package history for an member of the behavior graph.
*)unprocessedGraphs : UnprocessedGraphList.t option;Graphs 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 ]