Values.LineItemAssetInformationSourceInformation about a line item asset.
type nonrec t = {assetId : AssetId.t option;The ID of the asset. An Outpost asset can be a single server within an Outposts rack or an Outposts server configuration.
*)macAddressList : MacAddressList.t option;The MAC addresses of the asset.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of MacAddress.t ] list
| `String of AssetId.t ])
list ]