Module Values.UpdateApprovalRuleTemplateDescriptionInputSource

Updates the description for a specified approval rule template.

Sourcetype nonrec t = {
  1. approvalRuleTemplateName : ApprovalRuleTemplateName.t;
    (*

    The name of the template for which you want to update the description.

    *)
  2. approvalRuleTemplateDescription : ApprovalRuleTemplateDescription.t;
    (*

    The updated description of the approval rule template.

    *)
}
Sourceval context_ : string
Sourceval make : approvalRuleTemplateName:ApprovalRuleTemplateName.t -> approvalRuleTemplateDescription:ApprovalRuleTemplateDescription.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ApprovalRuleTemplateName.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