Module Values.ActionsMapSource

Sourcetype nonrec t = (ActionPoint.t * ActionList.t) list
Sourceval make : 'a list -> 'a list
Sourceval of_header : (Base.String.t * string) list -> 'a list
Sourceval to_value : (ActionPoint.t * Action.t list) list -> [> `Map of ([> `Enum of string ] * [> `List of [> `Structure of (string * [> `String of Name.t ]) list ] list ]) list ]
Sourceval to_query : (ActionPoint.t * Action.t list) list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : 'a -> 'b
Sourceval of_json : Yojson.Safe.t -> (ActionPoint.t * Action.t list) list
Sourceval to_json : (ActionPoint.t * Action.t list) list -> Yojson.Safe.t