Module Values.FleetCapabilitiesSource

The amounts and attributes of fleets.

Sourcetype nonrec t = {
  1. amounts : FleetAmountCapabilities.t option;
    (*

    Amount capabilities of the fleet.

    *)
  2. attributes : FleetAttributeCapabilities.t option;
    (*

    Attribute capabilities of the fleet.

    *)
}
Sourceval make : ?amounts:??? -> ?attributes:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Float of Float_.t | `List of [> `String of AttributeCapabilityValue.t ] list | `String of AmountCapabilityName.t ]) 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