Values.SignalFetchInformationSourceInformation 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.
type nonrec t = {fullyQualifiedName : NodePath.t;The fully qualified name of the signal to be fetched.
*)signalFetchConfig : SignalFetchConfig.t;The configuration of the signal fetch operation.
*)conditionLanguageVersion : LanguageVersion.t option;The version of the condition language used.
*)actions : EventExpressionList.t;The actions to be performed by the signal fetch.
*)}val make :
?conditionLanguageVersion:??? ->
fullyQualifiedName:NodePath.t ->
signalFetchConfig:SignalFetchConfig.t ->
actions:EventExpressionList.t ->
unit ->
tval 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 ]