Module Values_0.ClusterInstanceRequirementDetailsSource

The instance requirement details for a flexible instance group, including the current and desired instance types.

Sourcetype nonrec t = {
  1. currentInstanceTypes : ClusterInstanceTypes.t option;
    (*

    The instance types currently in use by the instance group.

    *)
  2. desiredInstanceTypes : ClusterInstanceTypes.t option;
    (*

    The desired instance types for the instance group, as specified in the most recent update request.

    *)
}
Sourceval make : ?currentInstanceTypes:??? -> ?desiredInstanceTypes:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string ] list ]) 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