Values.DescribeAssetModelCompositeModelRequestSourceRetrieves 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.
type nonrec t = {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.
*)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.
*)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.
*)}val make :
?assetModelVersion:??? ->
assetModelId:CustomID.t ->
assetModelCompositeModelId:CustomID.t ->
unit ->
t