Module Values.UpdateDeviceInstanceRequestSource

Updates information about a private device instance.

Sourcetype nonrec t = {
  1. arn : AmazonResourceName.t;
    (*

    The Amazon Resource Name (ARN) of the device instance.

    *)
  2. profileArn : AmazonResourceName.t option;
    (*

    The ARN of the profile that you want to associate with the device instance.

    *)
  3. labels : InstanceLabels.t option;
    (*

    An array of strings that you want to associate with the device instance.

    *)
}
Sourceval context_ : string
Sourceval make : ?profileArn:??? -> ?labels:??? -> arn:AmazonResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of String_.t ] list | `String of AmazonResourceName.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