Module Types.DBClusterRoles
type t= DBClusterRole.t list
val make : 'a -> unit -> 'aval parse : Ezxmlm.nodes -> DBClusterRole.t list optionval to_query : DBClusterRole.t list -> Aws.Query.tval to_json : DBClusterRole.t list -> [> `List of [> `Assoc of (string * Aws.Json.t) list ] list ]val of_json : Aws.Json.t -> DBClusterRole.t list