Module Values_1.DescribeDeviceRequestSource

Describes the device.

Sourcetype nonrec t = {
  1. nextToken : Values_0.NextToken.t option;
    (*

    Next token of device description.

    *)
  2. deviceName : Values_0.EntityName.t;
    (*

    The unique ID of the device.

    *)
  3. deviceFleetName : Values_0.EntityName.t;
    (*

    The name of the fleet the devices belong to.

    *)
}
Sourceval context_ : string
Sourceval make : ?nextToken:??? -> deviceName:Values_0.EntityName.t -> deviceFleetName:Values_0.EntityName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.NextToken.t ]) 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