Module Types.MessageBodySystemAttributeMap

type t = (MessageSystemAttributeNameForSends.tMessageSystemAttributeValue.t) Stdlib.Hashtbl.t
val make : 'a -> unit -> 'a
val parse : 'a -> 'b option
val to_query : (MessageSystemAttributeNameForSends.tMessageSystemAttributeValue.t) Stdlib.Hashtbl.t -> Aws.Query.t
val to_json : (MessageSystemAttributeNameForSends.tMessageSystemAttributeValue.t) Stdlib.Hashtbl.t -> [> `Assoc of (string * [> `Assoc of (string * Aws.Json.t) list ]) list ]
val of_json : Aws.Json.t -> (MessageSystemAttributeNameForSends.tMessageSystemAttributeValue.t) Stdlib.Hashtbl.t