Module Values_1.AvailableCapacitySource

The capacity information for instances that can be launched onto the Dedicated Host.

Sourcetype nonrec t = {
  1. availableInstanceCapacity : AvailableInstanceCapacityList.t option;
    (*

    The number of instances that can be launched onto the Dedicated Host depending on the host's available capacity. For Dedicated Hosts that support multiple instance types, this parameter represents the number of instances for each instance size that is supported on the host.

    *)
  2. availableVCpus : Values_0.Integer.t option;
    (*

    The number of vCPUs available for launching instances onto the Dedicated Host.

    *)
}
Sourceval make : ?availableInstanceCapacity:??? -> ?availableVCpus:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_0.Integer.t | `List of [> `Structure of (string * [> `Integer of int | `String of string ]) list ] 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