Module Values.FleetsSource

Sourcetype nonrec t = Fleet.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : Fleet.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `Integer of FleetCapacity.t | `List of [> `Structure of (string * [> `String of KeyInput.t ]) list ] list | `String of NonEmptyString.t | `Structure of (string * [> `Enum of string | `Integer of FleetCapacity.t | `List of [> `String of NonEmptyString.t | `Structure of (string * [> `Double of WrapperDouble.t | `Enum of string | `List of [> `String of String_.t ] list ]) list ] list | `Long of WrapperLong.t | `String of String_.t ]) list | `Timestamp of Timestamp.t ]) list ] list ]
Sourceval to_query : Fleet.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Fleet.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Fleet.t list
Sourceval to_json : Fleet.t list -> Yojson.Safe.t