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