Module Types.NodeGroupMember

type t = {
cache_cluster_id : Aws.BaseTypes.String.t option;
cache_node_id : Aws.BaseTypes.String.t option;
read_endpoint : Endpoint.t option;
preferred_availability_zone : Aws.BaseTypes.String.t option;
preferred_outpost_arn : Aws.BaseTypes.String.t option;
current_role : Aws.BaseTypes.String.t option;
}
val make : ?⁠cache_cluster_id:Aws.BaseTypes.String.t -> ?⁠cache_node_id:Aws.BaseTypes.String.t -> ?⁠read_endpoint:Endpoint.t -> ?⁠preferred_availability_zone:Aws.BaseTypes.String.t -> ?⁠preferred_outpost_arn:Aws.BaseTypes.String.t -> ?⁠current_role:Aws.BaseTypes.String.t -> unit -> t
val parse : Ezxmlm.nodes -> t option
val to_query : t -> Aws.Query.t
val to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]
val of_json : Aws.Json.t -> t