Module Values.CompositionRelationshipSummarySource

Contains a summary of the components of the composite model.

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

    The ID of the asset model, in UUID format.

    *)
  2. assetModelCompositeModelId : ID.t option;
    (*

    The ID of a composite model on this asset model.

    *)
  3. assetModelCompositeModelType : Name.t option;
    (*

    The composite model type. Valid values are AWS/ALARM, CUSTOM, or AWS/L4E_ANOMALY.

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