Module Values.ElastiCacheInstanceDetailsSource

Details about the Amazon ElastiCache reservations that Amazon Web Services recommends that you purchase.

Sourcetype nonrec t = {
  1. family : GenericString.t option;
    (*

    The instance family of the recommended reservation.

    *)
  2. nodeType : GenericString.t option;
    (*

    The type of node that Amazon Web Services recommends.

    *)
  3. region : GenericString.t option;
    (*

    The Amazon Web Services Region of the recommended reservation.

    *)
  4. productDescription : GenericString.t option;
    (*

    The description of the recommended reservation.

    *)
  5. currentGeneration : GenericBoolean.t option;
    (*

    Determines whether the recommendation is for a current generation instance.

    *)
  6. sizeFlexEligible : GenericBoolean.t option;
    (*

    Determines whether the recommended reservation is size flexible.

    *)
}
Sourceval make : ?family:??? -> ?nodeType:??? -> ?region:??? -> ?productDescription:??? -> ?currentGeneration:??? -> ?sizeFlexEligible:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of GenericBoolean.t | `String of GenericString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t