Module Types.CreateVolumePermissionList

type t = CreateVolumePermission.t list
val make : 'a -> unit -> 'a
val parse : Ezxmlm.nodes -> CreateVolumePermission.t list option
val to_query : CreateVolumePermission.t list -> Aws.Query.t
val to_json : CreateVolumePermission.t list -> [> `List of [> `Assoc of (string * Aws.Json.t) list ] list ]
val of_json : Aws.Json.t -> CreateVolumePermission.t list