Module Values.VersionStatusSource

The status of the the OpenSearch or Elasticsearch version options for the specified Amazon OpenSearch Service domain.

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

    The OpenSearch or Elasticsearch version for the specified domain.

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

    The status of the version options for the specified domain.

    *)
}
Sourceval make : ?options:??? -> ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of VersionString.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of UIntValue.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