Module Values.PurchaseReservedCacheNodesOfferingMessageSource

Represents the input of a PurchaseReservedCacheNodesOffering operation.

Sourcetype nonrec t = {
  1. reservedCacheNodesOfferingId : String_.t;
    (*

    The ID of the reserved cache node offering to purchase. Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

    *)
  2. reservedCacheNodeId : String_.t option;
    (*

    A customer-specified identifier to track this reservation. The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation. Example: myreservationID

    *)
  3. cacheNodeCount : IntegerOptional.t option;
    (*

    The number of cache node instances to reserve. Default: 1

    *)
  4. tags : TagList.t option;
    (*

    A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.

    *)
}
Sourceval context_ : string
Sourceval make : ?reservedCacheNodeId:??? -> ?cacheNodeCount:??? -> ?tags:??? -> reservedCacheNodesOfferingId:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of IntegerOptional.t | `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.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