Module Values.StateTemplateAssociationSource

The state template associated with a vehicle. State templates contain state properties, which are signals that belong to a signal catalog that is synchronized between the Amazon Web Services IoT FleetWise Edge and the Amazon Web Services Cloud. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

Sourcetype nonrec t = {
  1. identifier : ResourceIdentifier.t;
    (*

    The unique ID of the state template.

    *)
  2. stateTemplateUpdateStrategy : StateTemplateUpdateStrategy.t;
}
Sourceval context_ : string
Sourceval make : identifier:ResourceIdentifier.t -> stateTemplateUpdateStrategy:StateTemplateUpdateStrategy.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceIdentifier.t | `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of PositiveInteger.t ]) list ]) list ]) list ]) 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