Module Values.AutoTuneOptionsStatusSource

The Auto-Tune status for the domain.

Sourcetype nonrec t = {
  1. options : AutoTuneOptions.t option;
    (*

    Auto-Tune settings for updating a domain.

    *)
  2. status : AutoTuneStatus.t option;
    (*

    The current status of Auto-Tune for a domain.

    *)
}
Sourceval make : ?options:??? -> ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of UIntValue.t | `List of [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Enum of string | `Long of DurationValue.t ]) list | `Timestamp of StartAt.t ]) list ] list | `String of String_.t | `Timestamp of UpdateTimestamp.t ]) 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