Module Values.AssetModelCompositeModelSource

Contains information about a composite model in an asset model. This object contains the asset property definitions that you define in the composite model.

Sourcetype nonrec t = {
  1. name : Name.t;
    (*

    The name of the composite model.

    *)
  2. description : Description.t option;
    (*

    The description of the composite model.

    *)
  3. type_ : Name.t;
    (*

    The type of the composite model. For alarm composite models, this type is AWS/ALARM.

    *)
  4. properties : AssetModelProperties.t option;
    (*

    The asset property definitions for this composite model.

    *)
  5. id : CustomID.t option;
    (*

    The ID of the asset model composite model.

    *)
  6. externalId : ExternalId.t option;
    (*

    The external ID of the asset model composite model. For more information, see Using external IDs in the IoT SiteWise User Guide.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?properties:??? -> ?id:??? -> ?externalId:??? -> name:Name.t -> type_:Name.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of ID.t ]) list ] list | `String of CustomID.t | `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of VariableName.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of ID.t ]) list ] list | `String of Macro.t ]) list ]) list ] list | `String of DefaultValue.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of Interval.t ]) list ]) list ]) list ]) list ]) list ] list | `String of Name.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