Module Types.DBClusterSnapshotAttributeList

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