Values.DescribeAssetModelInterfaceRelationshipResponseSourceRetrieves information about an interface relationship between an asset model and an interface asset model.
type nonrec t = {assetModelId : ID.t option;The ID of the asset model.
*)interfaceAssetModelId : ID.t option;The ID of the interface asset model.
*)propertyMappings : PropertyMappings.t option;A list of property mappings between the interface asset model and the asset model where the interface is applied.
*)hierarchyMappings : HierarchyMappings.t option;A list of hierarchy mappings between the interface asset model and the asset model where the interface is applied.
*)}type nonrec error = [ | `InternalFailureException of InternalFailureException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of CustomID.t ]) list ]
list
| `String of ID.t ])
list ]