Module Values.DevicePoolCompatibilityResultSource

Represents a device pool compatibility result.

Sourcetype nonrec t = {
  1. device : Device.t option;
    (*

    The device (phone or tablet) to return information about.

    *)
  2. compatible : Boolean.t option;
    (*

    Whether the result was compatible with the device pool.

    *)
  3. incompatibilityMessages : IncompatibilityMessages.t option;
    (*

    Information about the compatibility.

    *)
}
Sourceval make : ?device:??? -> ?compatible:??? -> ?incompatibilityMessages:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `Enum of string | `String of Message.t ]) list ] list | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of String_.t ] list | `String of AmazonResourceName.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of String_.t ] list | `String of AmazonResourceName.t ]) list ]) list ] list | `Long of Long.t | `String of AmazonResourceName.t | `Structure of (string * [> `Double of Double.t | `Integer of Integer.t | `String of String_.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