Module Values_1.DescribeManagedJobTemplateRequestSource

View details of a managed job template.

Sourcetype nonrec t = {
  1. templateName : Values_0.ManagedJobTemplateName.t;
    (*

    The unique name of a managed job template, which is required.

    *)
  2. templateVersion : Values_0.ManagedTemplateVersion.t option;
    (*

    An optional parameter to specify version of a managed template. If not specified, the pre-defined default version is returned.

    *)
}
Sourceval context_ : string
Sourceval make : ?templateVersion:??? -> templateName:Values_0.ManagedJobTemplateName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.ManagedJobTemplateName.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