Values.AssociatedAssetsSummarySourceContains a summary of an associated asset.
type nonrec t = {id : ID.t option;The ID of the asset, in UUID format.
*)externalId : ExternalId.t option;The external ID of the asset. For more information, see Using external IDs in the IoT SiteWise User Guide.
*)arn : ARN.t option;The ARN of the asset, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}
*)name : Name.t option;The name of the asset.
*)assetModelId : ID.t option;The ID of the asset model used to create the asset.
*)creationDate : Timestamp.t option;The date the asset was created, in Unix epoch time.
*)lastUpdateDate : Timestamp.t option;The date the asset was last updated, in Unix epoch time.
*)status : AssetStatus.t option;The current status of the asset.
*)hierarchies : AssetHierarchies.t option;A list of asset hierarchies that each contain a hierarchyId. A hierarchy specifies allowed parent/child asset relationships.
*)description : Description.t option;A description for the asset.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of ID.t ]) list ] list
| `String of ID.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of DetailedErrorMessage.t ])
list ]
list
| `String of ErrorMessage.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]