Module Values.GetServiceTemplateVersionInputSource

Get detailed data for a major or minor version of a service template.

Sourcetype nonrec t = {
  1. majorVersion : TemplateVersionPart.t;
    (*

    To get service template major version detail data, include major Version.

    *)
  2. minorVersion : TemplateVersionPart.t;
    (*

    To get service template minor version detail data, include minorVersion.

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

    The name of the service template a version of which you want to get detailed data for.

    *)
}
Sourceval context_ : string
Sourceval make : majorVersion:TemplateVersionPart.t -> minorVersion:TemplateVersionPart.t -> templateName:ResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TemplateVersionPart.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