Module Values_0.MaintenanceWindowTaskParameterValueExpressionSource

Defines the values for a task parameter.

Sourcetype nonrec t = {
  1. values : MaintenanceWindowTaskParameterValueList.t option;
    (*

    This field contains an array of 0 or more strings, each 1 to 255 characters in length.

    *)
}
Sourceval make : ?values:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of MaintenanceWindowTaskParameterValue.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