Module Values.UpdateServiceTemplateInputSource

Update a service template.

Sourcetype nonrec t = {
  1. description : Description.t option;
    (*

    A description of the service template update.

    *)
  2. displayName : DisplayName.t option;
    (*

    The name of the service template to update that's displayed in the developer interface.

    *)
  3. name : ResourceName.t;
    (*

    The name of the service template to update.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?displayName:??? -> name:ResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Description.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