Module Values.SignalFetchInformationSource

Information about the signal to be fetched. 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. fullyQualifiedName : NodePath.t;
    (*

    The fully qualified name of the signal to be fetched.

    *)
  2. signalFetchConfig : SignalFetchConfig.t;
    (*

    The configuration of the signal fetch operation.

    *)
  3. conditionLanguageVersion : LanguageVersion.t option;
    (*

    The version of the condition language used.

    *)
  4. actions : EventExpressionList.t;
    (*

    The actions to be performed by the signal fetch.

    *)
}
Sourceval context_ : string
Sourceval make : ?conditionLanguageVersion:??? -> fullyQualifiedName:NodePath.t -> signalFetchConfig:SignalFetchConfig.t -> actions:EventExpressionList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of LanguageVersion.t | `List of [> `String of ActionEventExpression.t ] list | `String of NodePath.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Long of PositiveLong.t | `String of FetchConfigEventExpression.t ]) 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