package aws-elasticache

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. cache_cluster_id : Aws.BaseTypes.String.t option;
  2. cache_node_id : Aws.BaseTypes.String.t option;
  3. read_endpoint : Endpoint.t option;
  4. preferred_availability_zone : Aws.BaseTypes.String.t option;
  5. preferred_outpost_arn : Aws.BaseTypes.String.t option;
  6. 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