Module Values.ParametersSource

The parameters that comprise the parameter group.

Sourcetype nonrec t = {
  1. influxDBv2 : InfluxDBv2Parameters.t option;
    (*

    All the customer-modifiable InfluxDB v2 parameters in Timestream for InfluxDB.

    *)
  2. influxDBv3Core : InfluxDBv3CoreParameters.t option;
    (*

    All the customer-modifiable InfluxDB v3 Core parameters in Timestream for InfluxDB.

    *)
  3. influxDBv3Enterprise : InfluxDBv3EnterpriseParameters.t option;
    (*

    All the customer-modifiable InfluxDB v3 Enterprise parameters in Timestream for InfluxDB.

    *)
}
Sourceval make : ?influxDBv2:??? -> ?influxDBv3Core:??? -> ?influxDBv3Enterprise:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Float of InfluxDBv3CoreParametersParquetMemCachePrunePercentageFloat.t | `Integer of InfluxDBv2ParametersQueryConcurrencyInteger.t | `Long of InfluxDBv2ParametersInfluxqlMaxSelectBucketsLong.t | `String of InfluxDBv3CoreParametersLogFilterString.t | `Structure of (string * [> `Enum of string | `Long of DurationValueLong.t | `String of PercentOrAbsoluteLongPercentString.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