Module Values.DescribeAssetRequestSource

Retrieves information about an asset.

Sourcetype nonrec t = {
  1. assetId : CustomID.t;
    (*

    The ID of the asset. This can be either the actual ID in UUID format, or else externalId: followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.

    *)
  2. excludeProperties : ExcludeProperties.t option;
    (*

    Whether or not to exclude asset properties from the response.

    *)
}
Sourceval context_ : string
Sourceval make : ?excludeProperties:??? -> assetId:CustomID.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of ExcludeProperties.t | `String of CustomID.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