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