Module Values.DataAccessorsSource

Sourcetype nonrec t = DataAccessor.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : DataAccessor.t list -> [> `List of [> `Structure of (string * [> `String of DataAccessorName.t | `Structure of (string * [> `Enum of string | `List of [> `String of DataAccessorExternalId.t ] list | `Structure of (string * [> `Structure of (string * [> `String of IdcTrustedTokenIssuerArn.t ]) list ]) list ]) list | `Timestamp of Timestamp.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> DataAccessor.t list
Sourceval of_json : [> Yojson.Safe.t ] -> DataAccessor.t list
Sourceval to_json : DataAccessor.t list -> Yojson.Safe.t