Module Values_0.OptionVersionSource

The version for an option. Option group option versions are returned by the DescribeOptionGroupOptions action.

Sourcetype nonrec t = {
  1. version : String_.t option;
    (*

    The version of the option.

    *)
  2. isDefault : Boolean.t option;
    (*

    Indicates whether the version is the default version of the option.

    *)
}
Sourceval make : ?version:??? -> ?isDefault:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of String_.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