Module Values.DescribeAssetModelCompositeModelRequestSource

Retrieves information about an asset model composite model (also known as an asset model component). For more information, see Custom composite models (Components) in the IoT SiteWise User Guide.

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

    The ID of the asset model. 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. assetModelCompositeModelId : CustomID.t;
    (*

    The ID of a composite model on this asset model. 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.

    *)
  3. assetModelVersion : AssetModelVersionFilter.t option;
    (*

    The version alias that specifies the latest or active version of the asset model. The details are returned in the response. The default value is LATEST. See Asset model versions in the IoT SiteWise User Guide.

    *)
}
Sourceval context_ : string
Sourceval make : ?assetModelVersion:??? -> assetModelId:CustomID.t -> assetModelCompositeModelId:CustomID.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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