Module Values.EnabledBaselineParameterSource

A key-value parameter to an EnabledBaseline resource.

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

    A string denoting the parameter key.

    *)
  2. value : EnabledBaselineParameterDocument.t;
    (*

    A low-level Document object of any type (for example, a Java Object).

    *)
}
Sourceval context_ : string
Sourceval make : key:String_.t -> value:EnabledBaselineParameterDocument.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of 'a 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