Module Values.DataPartitionUploadOptionsSource

The upload options for the data partition. If upload options are specified, you must also specify storage options. See DataPartitionStorageOptions. 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. expression : EventExpression.t;
    (*

    The logical expression used to recognize what data to collect. For example, $variable.`Vehicle.OutsideAirTemperature` >= 105.0.

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

    The version of the condition language. Defaults to the most recent condition language version.

    *)
}
Sourceval context_ : string
Sourceval make : ?conditionLanguageVersion:??? -> expression:EventExpression.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of LanguageVersion.t | `String of EventExpression.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